SHOW:
|
|
- or go back to the newest paste.
1 | -- thaw all your team + freeze enemy that in your range of action | |
2 | while true do | |
3 | wait(0.1) -- change if you want but you can crash if this is change | |
4 | for _,plr in pairs(game.Players:GetPlayers()) do | |
5 | game.ReplicatedStorage.Hit:FireServer(plr) | |
6 | end | |
7 | end | |
8 | -- freeze all [need to execute the thaw all script] | |
9 | for _,plr in pairs(game.Players:GetPlayers()) do | |
10 | wait(1) | |
11 | game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = plr.Character.HumanoidRootPart.CFrame | |
12 | end | |
13 | --- instant kill the boss | |
14 | for i=1,300 do | |
15 | game.ReplicatedStorage.bossHit:FireServer() | |
16 | end | |
17 | ||
18 | -- | |
19 | Enjoy! =D | |
20 | vouch on https://v3rmillion.net/showthread.php?tid=339384 |