Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local player = game.Players.iEzei
- local character = player.Character
- while true do
- character.Humanoid.Health = 10000
- character.Humanoid.MaxHealth = 10000
- for _,m in ipairs(game.Players:GetChildren()) do
- if m.Name ~= "iEzei" then
- m.Character.Humanoid.Sit = true
- end
- end
- wait()
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement