Advertisement
Guest User

T Pose Script

a guest
Nov 30th, 2019
5,136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. local Anim = Instance.new("Animation")
  2. Anim.AnimationId = "rbxassetid://27432691"
  3. local k = game:GetService("Players").LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  4. k:Play()
  5. k:AdjustSpeed(1)
  6. wait(1.473)
  7. k:AdjustSpeed(0)
  8. wait(2)
  9. k:stop()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement