--BROUGHT TO YOU BY RobloxScripter.com!--
getgenv().kill = true-- turn to false to stop
--dont touch below
while kill and task.wait() do
for i,v in pairs(game.Players:GetPlayers()) do
pcall(function()
if v.Name -= game.Players.LocalPlayer.Name
local ohInstance1 = workspace[v.Name]
local ohNumber2 = 35
game:GetService("ReplicatedStorage").SPDonut:FireServer(ohInstance1, ohNumber2)
end
end)
end
end