Advertisement
drgrgrgrdgdrgdrgdrgd

loop killing script - roblox

Mar 11th, 2017
8,791
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.30 KB | None | 0 0
  1. --change the user name to your victim
  2. ----------------------------------↓
  3. p = game:GetService("Players").victimuserhere
  4. if p == nil
  5.     then print("script failure")
  6. end
  7.  
  8. while true do
  9.     p.Character.Torso:Destroy()
  10. end
  11. -- ik its a bad script but its my first script
  12. --created by builderboy256
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement