|
| 16 Aug 2011 10:46 AM |
x = game:GetService("InsertService"):LoadAsset(59499224) x.Parent = game.Players.leon0099489.Backpack
How to I make the insert a tool and not a model?
|
|
|
| Report Abuse |
|
|
| |
|
|
| 16 Aug 2011 10:49 AM |
@ilove
But I need to script it. |
|
|
| Report Abuse |
|
|
|
| 16 Aug 2011 10:58 AM |
| bumped for the sake of lua |
|
|
| Report Abuse |
|
|
| |
|
| |
|
| |
|
ns001111
|
  |
| Joined: 15 Jan 2011 |
| Total Posts: 2849 |
|
|
| 16 Aug 2011 11:31 AM |
Use this
b = game:GetService("InsertService"):LoadAsset(56893740) b.Parent=Workspace b:MakeJoints() b:MoveTo(game.Workspace.YOURNAMEHERE.Head.Position) |
|
|
| Report Abuse |
|
|