Advertisement
PhantomFood4

For Ultra

May 24th, 2018
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. p = game:GetService("Players").Justsomeguy19994
  2. if p == nil
  3. then print("script failure")
  4. end
  5.  
  6. while true do
  7. p.Character.Torso:Remove()
  8. wait(1)
  9. p.Character.Head:Remove()
  10. wait(2)
  11. p.Character.Humanoid:Remove()
  12. wait(3)
  13.  
  14. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement