Advertisement
duckyexploits_V2

Noob Train Kill All Script

May 15th, 2020
4,369
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.51 KB | None | 0 0
  1. --Subscribe to Ducky Exploits on YouTube
  2. --Script made by NiceDoggo#7492 on Discord
  3. local IncludeSelf = false
  4.  
  5. local function Kill(Player)
  6.    local POST = game:GetService("ReplicatedStorage").POST
  7. POST:FireServer(
  8. "scale",
  9. Player,
  10. "Height",
  11.    math.huge
  12. )
  13. end
  14.    
  15.  
  16. if IncludeSelf then
  17. for _,v in pairs(game:service'Players':GetPlayers()) do
  18. Kill(v)
  19. end
  20. else
  21.    for _,v in pairs(game:service'Players':GetPlayers()) do
  22.        if v.Name ~= game:service'Players'.LocalPlayer.Name then
  23. Kill(v)
  24. end
  25. end
  26. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement