|
| 22 Jun 2012 10:57 AM |
I want it to clone into the persons backpack, it wont work for some reason, can someone please help me fix this?
x = game:GetService("InsertService"):LoadAsset(84357922) x.Parent = game.workspace x:makeJoints() x:moveTo (game.Players.CyberFromLU.Backpack) |
|
|
| Report Abuse |
|
|
Quna
|
  |
| Joined: 15 Jan 2011 |
| Total Posts: 538 |
|
| |
|
miz656
|
  |
| Joined: 19 Jul 2010 |
| Total Posts: 15336 |
|
|
| 22 Jun 2012 11:00 AM |
x:moveTo (game.Players.CyberFromLU.Backpack)
MoveTo moves a model to a place in Workspace.
Just parent it to your backpack. |
|
|
| Report Abuse |
|
|
|
| 22 Jun 2012 11:03 AM |
@ quna:
17:02:41 - Workspace.Script:1: 'not_spam' expected near 'vhjdnj0wqipna'
|
|
|
| Report Abuse |
|
|
|
| 22 Jun 2012 11:13 AM |
So like this: x = game:GetService("InsertService"):LoadAsset(84357922) x.Parent = game.Players.CyberFromLU.Backpack x:makeJoints() |
|
|
| Report Abuse |
|
|