Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- thaw all your team + freeze enemy that in your range of action
- while true do
- wait(0.1) -- change if you want but you can crash if this is change
- for _,plr in pairs(game.Players:GetPlayers()) do
- game.ReplicatedStorage.Hit:FireServer(plr)
- end
- end
- -- freeze all [need to execute the thaw all script]
- for _,plr in pairs(game.Players:GetPlayers()) do
- wait(1)
- game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = plr.Character.HumanoidRootPart.CFrame
- end
- --- instant kill the boss
- for i=1,300 do
- game.ReplicatedStorage.bossHit:FireServer()
- end
- --
- Enjoy! =D
- vouch on https://v3rmillion.net/showthread.php?tid=339384
Add Comment
Please, Sign In to add comment