#i need help with bandaid script
14 messages · Page 1 of 1 (latest)
do you thing clickity.MouseClick checks even any thing with the humanoid?
because that is a rbxscriptsignal
so then?
to check if the hum is at max health u can do some like this :
if hum.Health == hum.MaxHealth then
...
end
also, be careful about getting like that the character and humanoid, character or humanoid can be nil and throw an error
so if u wanna check that ou
with just bandaid:Destroy() u destroy it
and as i can see u heal it? idk why because he is max health
hm yes
** You are now Level 1! **
You could also just use math.clamp for this
a tad easier than an if else chain