Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --Subscribe to Ducky Exploits on YouTube
- --Script made by NiceDoggo#7492 on Discord
- local IncludeSelf = false
- local function Kill(Player)
- local POST = game:GetService("ReplicatedStorage").POST
- POST:FireServer(
- "scale",
- Player,
- "Height",
- math.huge
- )
- end
- if IncludeSelf then
- for _,v in pairs(game:service'Players':GetPlayers()) do
- Kill(v)
- end
- else
- for _,v in pairs(game:service'Players':GetPlayers()) do
- if v.Name ~= game:service'Players'.LocalPlayer.Name then
- Kill(v)
- end
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement