andr315j
|
  |
| Joined: 25 Mar 2012 |
| Total Posts: 518 |
|
|
| 15 Mar 2017 05:46 AM |
Script:
local GUIStuffChildren = game.ReplicatedStorage.CopyPasteGUIStuff:GetChildren() GUIStuffChildren:Clone() GUIStuffChildren.Parent = StatsMenuGUI print "Created StatsMenuGUI"
Output:
11:44:30.724 - ServerScriptService.MasterScript:103: attempt to call method 'Clone' (a nil value) 11:44:30.725 - Stack Begin 11:44:30.726 - Script 'ServerScriptService.MasterScript', Line 103 11:44:30.726 - Stack End
|
|
|
| Report Abuse |
|
|
| 15 Mar 2017 05:53 AM |
you are trying to clone a table.
|
|
|
| Report Abuse |
|
andr315j
|
  |
| Joined: 25 Mar 2012 |
| Total Posts: 518 |
|
|
| 15 Mar 2017 05:57 AM |
| Is there any other way to do this? |
|
|
| Report Abuse |
|