Guest User

KOOL FENCING HEAD

a guest
Jan 22nd, 2020
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. AnimationId = "121572214"
  2. local Anim = Instance.new("Animation")
  3. Anim.AnimationId = "rbxassetid://"..AnimationId
  4. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  5. k:Play(0)
  6. k:AdjustSpeed(50)
  7. wait()
  8. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(0,0,0)
  9. local player = game.Players.LocalPlayer
  10. player.Character.Humanoid.HipHeight = -4
  11. wait()
Advertisement
Add Comment
Please, Sign In to add comment