Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How do I make animation smoother?

Asked by 9 years ago

How do I make this animation run smoother?It stops after a few secs after holding 'W'.

local player = game:GetService("Players").LocalPlayer
local character = player.Character or player.Character:Added()
local animate = character:WaitForChild("Animate")
--Now we set the id's
animate.walk.WalkAnim.AnimationId = "rbxassetid://326095601"

--AND THAT IS IT :D

1 answer

Log in to vote
0
Answered by
Hero_ic 502 Moderation Voter
9 years ago

Make sure loop is on in the animation editor or else it will stop.

I also noticed you where using my script atleast like let someone know it was by me or something if you do not that is fine but it did still shock me lol.

If this helped please accept thanks! :D ~KIheros

0
Sorry I will put in in!(Your name) Accelital -7 — 9y
Ad

Answer this question