Advertisement
oatmeal2009

kill aura

May 18th, 2020
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. local player = game.Players.LocalPlayer
  2. while wait() do
  3. for i,v in pairs(game.Players:GetPlayers()) do
  4. if v ~= player and v.Character and v.Character:FindFirstChild("HumanoidRootPart") and player:DistanceFromCharacter(v.Character.HumanoidRootPart.Position) < 16 then
  5. game.ReplicatedStorage.GameRemotes.Attack:InvokeServer(v.Character)
  6. end
  7. end
  8. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement