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.
c = gui:Clone() c.Parent = (Place the parent here)
c = Gui:Clone() c.Parent = (Place the parent here) Gui.Position = UDim2.new(0,0,0,0)