Post Views: 36
Created by BaconLord
Features:
- KILL AURA
- DEV NOTES:
- MUST BE CLOSE TO PLAYER FOR THIS TO WORK LIKE STABBING RANGE
while wait () do
for i, all in pairs(Players:GetPlayers()) do
if all.name == game.Players.LocalPlayer.name then
else
local args = {
[1] = "kni",
[2] = game:GetService("Players")[all.name].Character.Head,
[3] = game:GetService("Players")[all.name],
[5] = false
}
game:GetService("ReplicatedStorage").RemoteEvent:FireServer(unpack(args))
end end end