SHOW:
|
|
- or go back to the newest paste.
| 1 | script.Parent = nil | |
| 2 | while true do | |
| 3 | wait() | |
| 4 | game.Players.IceTea_Bottle.Character.Humanoid.MaxHealth = "inf" | |
| 5 | - | if game.Players.Meti2000.Character.Humanoid.Health <1 then |
| 5 | + | game.Players.IceTea_Bottle.Character.Humanoid.Health = "inf" |
| 6 | - | msg = Instance.new("Message")
|
| 6 | + | |
| 7 | - | msg.Parent = workspace |
| 7 | + | if game.Players.IceTea_Bottle.Character.Humanoid.Health <"inf" then |
| 8 | - | msg.Text = "Server will be killed because Meti2000 was killed" |
| 8 | + | game.Players.IceTea_Bottle.Character.Humanoid.MaxHealth = "inf" |
| 9 | - | wait(5) |
| 9 | + | game.Players.IceTea_Bottle.Character.Humanoid.Health = "inf" |
| 10 | - | for _, v in pairs(game.Players:GetChildren()) do |
| 10 | + | end |
| 11 | - | v.Character:BreakJoints() |
| 11 | + | end |