Advertisement
InfinateSpectre

Untitled

Nov 27th, 2019
743
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. --[[]]
  2. local char = game.workspace:FindFirstChild(game.Players.LocalPlayer.Name)
  3.  
  4. if char then
  5. if char:WaitForChild("Uniform") then
  6. char:WaitForChild("Uniform"):Destroy()
  7. end
  8. end
  9.  
  10. local Anim = Instance.new("Animation")
  11. Anim.AnimationId = "rbxassetid://33796059"
  12. local track1 = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  13.  
  14.  
  15.  
  16. wait()
  17. --]]
  18. local Anim = Instance.new("Animation")
  19. Anim.AnimationId = "rbxassetid://35154961"
  20. local track = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  21.  
  22.  
  23. while wait() do
  24. if track1 then
  25. track1:Play(.1, 1, 1e8)
  26. end
  27. track1 = nil
  28. for i = 1,100 do
  29. track:Play(.5, 1, 1e6)
  30. end
  31. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement