|
| 15 Nov 2014 02:58 AM |
Here is my script; it's in a server script, will this affect it? FilteringEnabled is off.
It does not run any of the animations I tell it to, but the rest works fine. No errors or warnings, either, and, yes, I do have code before and after this.
anim = Instance.new("Animation") anim.AnimationId = "http://www.roblox.com/assets/?id=173921220" animtrack = hum:LoadAnimation(anim) animtrack:Play()
Why wouldn't it work? It works on play solo, but not server or the actual game. |
|
|
| Report Abuse |
|
|
| |
|
|
| 15 Nov 2014 03:29 AM |
IM ALREADY AT THE TOP BUT ew why am i using caps srs halp meh |
|
|
| Report Abuse |
|
|
| |
|
|
| 15 Nov 2014 04:20 AM |
Are you using a script or a LocalScript? // and golden rule - try adding wait(.1) at the beginning |
|
|
| Report Abuse |
|
|
|
| 15 Nov 2014 05:24 AM |
| works now, tried it before you suggested lol |
|
|
| Report Abuse |
|
|