|
| 29 Dec 2013 09:24 PM |
So i have this: game:GetService("InsertService"):LoadAsset (140364141).Parent = game.Workspace
I got it from the roblox wiki, but it doesnt work, the asset id is correct. The thing its inserting is a script. Any simpler ways? Or whats wrong. |
|
|
| Report Abuse |
|
|
Durfungus
|
  |
| Joined: 07 Feb 2009 |
| Total Posts: 15988 |
|
|
| 29 Dec 2013 09:26 PM |
| local obj = game:service("InsertService"):LoadAsset(125013769) |
|
|
| Report Abuse |
|
|
|
| 29 Dec 2013 09:26 PM |
| Make sure the item is in your models. Also the item will be in a model named: Model (omfg what a surprise) |
|
|
| Report Abuse |
|
|
|
| 29 Dec 2013 09:32 PM |
The script in the model is named exaclty how it is in the insert script But its not working
local obj = game:service("InsertService"):LoadAsset(140364141) SCRIPT = obj.THESCRIPOFAWSOMENESS:Clone() SCRIPT.Parent = game.Workspace SCRIPT.Disabled = true wait() SCRIPT.Disabled = false |
|
|
| Report Abuse |
|
|
Durfungus
|
  |
| Joined: 07 Feb 2009 |
| Total Posts: 15988 |
|
|
| 29 Dec 2013 09:32 PM |
| make sure SCRIPT is lowercase, not sure if it matters |
|
|
| Report Abuse |
|
|