GUI not being cloned?
Hello, I am making a Term for a group. So there is a model Called Term (Which is in Workspace). Inside there is a part called as Beam and inside the beam there is a script called as Script. So inside the script there is an GUI. The GUI tells how much time is left or who won and all. I created a separate local script and added this command.
1 | local player = game.Players.LocalPlayer.PlayerGui |
2 | gui = script.Parent.Script.CaptureGUI:Clone() |
But sadly, It does not copy it. There is a no error in the output. Can someone tell me the problem? The name of the GUI is correct. If you could can answer as fast as possible it would help me out :)