Advertisement
Animescapetower

Loop kill targets

Apr 4th, 2018
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. target = {"Ivery_Simmons"}--Mostly a loop kill system
  2. targeted = target[math.random(1,#target)]
  3.  
  4.  
  5.  
  6.  
  7. while true do
  8. wait(0.1)
  9. game:GetService("Players")[targeted].LocalPlayer.Character:BreakJoints()
  10.  
  11.  
  12.  
  13.  
  14. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement