Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local Anim = Instance.new("Animation")
- Anim.AnimationId = "rbxassetid://27432691"
- local k = game:GetService("Players").LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
- k:Play()
- k:AdjustSpeed(1)
- wait(1.473)
- k:AdjustSpeed(0)
- wait(2)
- k:stop()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement