View difference between Paste ID: 8KDhp5hs and wEuwceKV
SHOW: | | - or go back to the newest paste.
1
yes = 99999999999999
2
3
while true do
4-
	script.Parent.Humanoid.MaxHealth = yes
4+
script.Parent.ZacBozer.Humanoid.MaxHealth = yes
5-
	wait(0.1)
5+
wait()
6-
	script.Parent.Humanoid.Health = yes
6+
script.Parent.ZacBozer.Humanoid.Health = yes
7
end