Advertisement
renzsense

Rb world 2 Animation Activator

Nov 23rd, 2017
604
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. Player = "LocalPlayer"
  2. AnimationId = "966906954"
  3. local Anim = Instance.new("Animation")
  4. Anim.AnimationId = "rbxassetid://"..AnimationId
  5. local k = game.Players[Player].Character.Humanoid:LoadAnimation(Anim)
  6. k:Play() --Play the animation
  7. k:AdjustSpeed(1) --Set '1' to any value you want to adjust the animation speed.
  8. --Made by Sunsteel_Strike
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement