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

disable character animation ?

Asked by 8 years ago

when your roblox character stands still it does a small animation. How can i disable this ?

1 answer

Log in to vote
0
Answered by 8 years ago

To Disable and re-enable do this:

Workspace.PlayerNameHere.Animate.Disabled = true

Workspace.PlayerNameHere.Animate.Disabled = false

Ad

Answer this question