Advertisement
tristanlol123

【🦑】Squid Game Ripoff Kill All Script

Oct 11th, 2021 (edited)
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.34 KB | None | 0 0
  1. --In order for it to work, make sure you have a bat in your hand.
  2. --https://www.roblox.com/games/7549229959/Squid-Game
  3. for i=1,15 do
  4.    for i,v in next,game.Players:GetPlayers()do
  5.        if v~=game.Players.LocalPlayer then
  6.            game.ReplicatedStorage.Remotes.Replication:FireServer(v.Character.Humanoid,10)
  7.        end
  8.    end
  9. end
  10.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement