Advertisement
RoScripter

Custom Animations

Jul 1st, 2020
54,240
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.19 KB | None | 0 0
  1. game.Players.PlayerAdded:Connect(function(Player)
  2.     Player.CharacterAdded:Connect(function(Character)
  3.         Character.Animate.jump.JumpAnim.AnimationId = "rbxassetid://YourAnimationIDHere"
  4.     end)
  5. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement