Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How would i make gui's clones 1 after the other?

Asked by 9 years ago

I was wondering how i would clone a gui one after the other when a gui button is clicked i have tried a couple of things but they do not seem to work.

2 answers

Log in to vote
1
Answered by 9 years ago
c = gui:Clone()
c.Parent = (Place the parent here)
0
I ment position the gui's raspyjessie 117 — 9y
0
gui.Position = UDim2.new(0,0,0,0) ultimate055 150 — 9y
Ad
Log in to vote
0
Answered by 9 years ago
c = Gui:Clone()
c.Parent = (Place the parent here)
Gui.Position = UDim2.new(0,0,0,0)

Answer this question