Advertisement
Guest User

Untitled

a guest
May 23rd, 2019
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. ---------------------------------
  2. -----NO ADMIN GET YEETED ON XDDD-
  3. ---------------------------------
  4.  
  5. --This script is made by mrfunnylaughs4.
  6.  
  7. local plr = owner
  8. local char = plr.Character
  9. local hum = char:FindFirstChildOfClass("Humanoid")
  10. local idleanim = Instance.new("Animation")
  11. idleanim.Name = "Roblox Idle Animation"
  12. idleanim.AnimationId = "http://www.roblox.com/asset/?id=180435571"
  13. local idleanimplay = hum:LoadAnimation(idleanim)
  14. idleanimplay:Play()
  15. wait(0.1)
  16. if char:FindFirstChild("Animate") then
  17. char.Animate:Destroy()
  18. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement