Advertisement
Alishan555

Untitled

Mar 18th, 2016
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. local Player = game.Players.LocalPlayer
  2. while true do
  3. local dist = frame.Settings.Page2["Anti Robloxian Range"].TextBox.Text
  4. local distance = dist
  5. if Player then
  6. c = game.Players:GetChildren()
  7. for i = 1, #c do
  8. if c[i].Name ~= Player.Name then
  9. if c[i]:DistanceFromCharacter(game.Workspace[Player.Name].Torso.Position) <= distance then
  10. c[i].Character:BreakJoints()
  11. c2 = c[i].Character:GetChildren()
  12. for i2 =1, #c2 do
  13. if c2[i2]:IsA("BasePart") then
  14. Instance.new("Fire", c2[i2])
  15. end end end end end end wait() end
  16. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement