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.