In Another Time Script | KILL ALL

Created by skill issue

Features:

  • KILL ALL
while wait(5) do
   coroutine.resume(coroutine.create(function()
       for count = 1, 40 do
           for i,v in pairs(game.Players:GetChildren()) do
               if v:IsA("Player") and v ~= game.Players.LocalPlayer then
                   game:GetService("ReplicatedStorage").SpecialMoves.Donut:FireServer(v.Character,math.huge)
               end
           end
       end
   end))
end

ENJOY!

Warning: DO NOT DOWNLOAD anything from this page, you’re only here to copy the script!

Share This Post

Share on facebook
Share on linkedin
Share on twitter
Share on email

More Scripts!

TOP 10 TRENDING SCRIPTS