when your roblox character stands still it does a small animation. How can i disable this ?
To Disable and re-enable do this:
Workspace.PlayerNameHere.Animate.Disabled = true
Workspace.PlayerNameHere.Animate.Disabled = false