mew903
|
  |
| Joined: 03 Aug 2008 |
| Total Posts: 22071 |
|
|
| 08 Mar 2014 06:45 PM |
I bought 120 R$ worth of animations (3 and an update) and none of them seem to work online when I try to use them, although they work on Solo and Start Server.
Does anyone know why this is? |
|
|
| Report Abuse |
|
|
mew903
|
  |
| Joined: 03 Aug 2008 |
| Total Posts: 22071 |
|
| |
|
ayub32
|
  |
| Joined: 27 Dec 2009 |
| Total Posts: 485 |
|
|
| 08 Mar 2014 06:56 PM |
I don't know maybe you could try to give us a visual??
~[i] |
|
|
| Report Abuse |
|
|
mew903
|
  |
| Joined: 03 Aug 2008 |
| Total Posts: 22071 |
|
|
| 08 Mar 2014 06:59 PM |
http://web.roblox.com/Scoobs-Workshop-place?id=21575277
Here's the one script
local lifts={ Squat=148982929, Deadlift=148988714, ['Bench Press']=148984600 };
for i, v in next, lifts do c=Instance.new('ClickDetector',workspace[i].Torso); c.MouseClick:connect(function(player) c=player.Character local a = Instance.new("Animation",c) a.AnimationId = "http://www.roblox.com/Asset?ID="..v local t = c.Humanoid:LoadAnimation(a); c.Humanoid.WalkSpeed=0 t:Play() -- this is where something goes wrong delay(5, function() t:Stop(); c.Humanoid.WalkSpeed=16 end); end); end
It's supposed to set your WS to 0, play the animation, stop and set your WS back to 16. It doesn't play the animation though |
|
|
| Report Abuse |
|
|
mew903
|
  |
| Joined: 03 Aug 2008 |
| Total Posts: 22071 |
|
| |
|