How to make a gui from a part (Roblox Studio)

Channel:
Subscribers:
6,150
Published on ● Video Link: https://www.youtube.com/watch?v=ietXXlszcaM



Roblox
Game:
Roblox (2006)
Duration: 0:47
612 views
13


Script:

function onClick(click)
for i,v in pairs (script.Parent:GetChildren()) do
if v.ClassName == "ScreenGui" then
c = v:Clone()
c.Parent = click.PlayerGui
end
end
end
script.Parent.ClickDetector.MouseClick:connect(onClick)







Other Statistics

Roblox Statistics For pdfrvirx

Currently, pdfrvirx has 1,155,489 views for Roblox across 151 videos. His channel uploaded over 4 days worth of Roblox videos, roughly 77.68% of the content that pdfrvirx has uploaded to YouTube.