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

Why wont this clone the ScreenGui?

Asked by 9 years ago
SS = game.ServerStorage

Classesbutton.MouseButton1Click:connect(function()
        plr = game.Players:GetChildren()
        SS.Classes:clone().Parent = plr.PlayerGui
        print"Hi"
end)

I'm trying to clone the ClassesGui into the PlayerGui but its not working.

Classes is the Gui.

Answer this question