Advertisement
Guest User

Untitled

a guest
Mar 24th, 2019
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. while wait() do
  2. local Anim = Instance.new("Animation")
  3. Anim.AnimationId = "rbxassetid://33796059"
  4. local k = game:GetService('Players').LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  5. k:Play()
  6. k:AdjustSpeed(99)
  7. game:GetService('Players').LocalPlayer.Character.Torso.Massless = true
  8. wait()
  9. game:GetService('Players').LocalPlayer.Character.Torso.Massless = false
  10. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement