Advertisement
mohamedbh

ROBLOX (kill anybody near you) script

Jun 19th, 2015
20,728
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. --type your name when you see YOURNAMEHERE--
  2. while true do
  3. if game.Players:FindFirstChild("YOURNAMEHERE") then
  4. c = game.Players:GetChildren()
  5. for i = 1, #c do
  6. if c[i].Name ~= "YOURNAMEHERE" then
  7. if c[i]:DistanceFromCharacter(game.Workspace.YOURNAMEHERE.Torso.Position) <= 16 then
  8. c[i].Character:BreakJoints()
  9. c2 = c[i].Character:GetChildren()
  10. for i2 =1, #c2 do
  11. if c2[i2]:IsA("BasePart") then
  12. Instance.new("Sparkles", c2[i2])
  13. end end end end end end wait() end
Advertisement
Comments
  • Dlguy
    1 year
    # text 0.14 KB | 0 0
    1. does this script also work on clientside or do you need an serverside executor?
    2.  
    3. example : name some executors on which this script works on
Add Comment
Please, Sign In to add comment
Advertisement