|
| 01 Jul 2016 10:19 AM |
11:16:20.105 - httpGet http://assetgame.roblox.com/asset/?id=383234308&serverplaceid=0 failed. Trying again. Error: HTTP 403 (HTTP/1.1 403 Forbidden). Elapsed time: 1.11703 11:16:20.105 - httpGet http://assetgame.roblox.com/asset/?id=316774259&serverplaceid=0 failed. Trying again. Error: HTTP 403 (HTTP/1.1 403 Forbidden). Elapsed time: 1.11703 11:16:21.188 - Content failed for http://assetgame.roblox.com/asset/?id=316774259&serverplaceid=0 because HTTP 403 (HTTP/1.1 403 Forbidden) 11:16:21.189 - Content failed because HTTP 403 (HTTP/1.1 403 Forbidden) 11:16:21.190 - Animation failed to load : Workspace.Player1.Sith Lightsaber.DeflectAnim 11:16:21.190 - Content failed for http://assetgame.roblox.com/asset/?id=383234308&serverplaceid=0 because HTTP 403 (HTTP/1.1 403 Forbidden) 11:16:21.191 - Content failed because HTTP 403 (HTTP/1.1 403 Forbidden) 11:16:21.191 - Animation failed to load : Workspace.Player1.Sith Lightsaber.IdleAnim3
|
|
|
| Report Abuse |
|
|
MysticKey
|
  |
| Joined: 28 May 2016 |
| Total Posts: 139 |
|
|
| 01 Jul 2016 10:27 AM |
| It looks like you are using InsertAsset correct? If so that was removed a long time ago and when ever someone tries to use it, it will say it's forbidden. This was because of the exploiters using it to their advantage when the "Insert Tool" was made. |
|
|
| Report Abuse |
|
|
| |
|
MysticKey
|
  |
| Joined: 28 May 2016 |
| Total Posts: 139 |
|
|
| 01 Jul 2016 11:21 AM |
| Workspace.Player1["Sith Lightsaber"].IdleAnim3 |
|
|
| Report Abuse |
|
|
|
| 01 Jul 2016 11:23 AM |
NO IDEA IF THIS WILL WORK: If you control the assets you want to load, you can upload a modulescript sorta like this:
return function() return script:WaitForChild("Model") end
It needs to be named "MainModule" when you upload it. Let's say it's id is 12345678. Now to get your model, try this in a script:
local model = require(12345678)()
Wonder if that will work...
"Tell me and I forget. Teach me and I remember. Involve me and I learn." - Benjamin Franklin |
|
|
| Report Abuse |
|
|
| |
|