|
| 03 Dec 2012 06:06 PM |
script.Parent.Parent = game.Players.LocalPlayer
It doesn't seem to put what I want in the player can anyone help fix? Forgot how ._. |
|
|
| Report Abuse |
|
|
C0D3Y
|
  |
| Joined: 24 Jul 2010 |
| Total Posts: 1692 |
|
|
| 03 Dec 2012 06:10 PM |
| First off, is it in a local script inside the player's backpack or playergui? If not, there's your problem. Other than that, you might not have the correct Parents, but otherwise it seems fine. |
|
|
| Report Abuse |
|
|
|
| 03 Dec 2012 06:11 PM |
| Its in the startergui and its a local script. |
|
|
| Report Abuse |
|
|
C0D3Y
|
  |
| Joined: 24 Jul 2010 |
| Total Posts: 1692 |
|
|
| 03 Dec 2012 06:12 PM |
| What is it that you're cloning? |
|
|
| Report Abuse |
|
|
|
| 03 Dec 2012 06:12 PM |
| I want it to go inside the player. Not in his gui or starterpack |
|
|
| Report Abuse |
|
|
C0D3Y
|
  |
| Joined: 24 Jul 2010 |
| Total Posts: 1692 |
|
|
| 03 Dec 2012 06:13 PM |
Then it should work... Not sure why it isn't. But, if it's inside the StarterGui then this should work:
script.Parent.Parent = script.Parent.Parent.Parent
I think... |
|
|
| Report Abuse |
|
|
|
| 03 Dec 2012 06:15 PM |
| I just tested it and it works. Are you are sure the object you are moving is there? |
|
|
| Report Abuse |
|
|
|
| 03 Dec 2012 06:26 PM |
| It worked but I just need it to go inside the player I need the Parent of the Model Its a Model Btw it has some stuff in it to go inside the player not starterpack not startergui nothing just inside the player |
|
|
| Report Abuse |
|
|
|
| 03 Dec 2012 06:38 PM |
| Works thank you very much!!! |
|
|
| Report Abuse |
|
|