Build Tower Simulator loop kill all players

Uploaded On
Script Credit :- michaeplays
Features

Loop Kill All Players

Script
--BROUGHT TO YOU BY RobloxScripter.com!--

local Player = game:GetService"Players".LocalPlayer while wait() do for i, v in next, game:GetService"Players":GetChildren() do while v ~= Player and v.Character and not v.Character:FindFirstChild"ForceField" and v.Character:FindFirstChild"Humanoid" and v.Character.Humanoid.Health > 0 and wait() do game:GetService"ReplicatedStorage".RemoteEvent.WeaponRemoteEvent:FireServer("takeDamage", { ["target"] = v.Character, ["toolName"] = "M9" }) end end end

Generic selectors
Exact matches only
Search in title
Search in content
Post Type Selectors