Pastebin

kill aura script roblox

kill aura script roblox from Pastebin

Kill aura script roblox any game Pastebin
    
        --type your name when you see l3rt--
while true do
if game.Players:FindFirstChild("l3rt") then
c = game.Players:GetChildren()
for i = 1, #c do
if c[i].Name ~= "l3rt" then
if c[i]:DistanceFromCharacter(game.Workspace.Denis1338.Torso.Position) <= 16 then
c[i].Character:BreakJoints()
c2 = c[i].Character:GetChildren()
for i2 =1, #c2 do
if c2[i2]:IsA("BasePart") then
Instance.new("Sparkles", c2[i2])
end end end end end end wait() end