Advertisement
memelorrd23

weee

Jun 22nd, 2019
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. wait(2)
  2. plr = owner
  3. print(owner)
  4. chr = plr.Character
  5. hum = chr.Humanoid
  6. hum.WalkSpeed = 30
  7. hum.Sit = true
  8. repeat wait() until hum.Sit == false
  9. local anim1 = hum:FindFirstChild("Animator")
  10. if anim1 then
  11. anim1:Destroy()
  12. end
  13. local anim2 = chr:FindFirstChild("Animate")
  14. if anim2 then
  15. anim2:Destroy()
  16. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement