1 messages · Page 1 of 1 (latest)
okay, that worked. Now, how would I change the health of this object back to 100
You can create a method RevivePlayer()
Which will setActive true and restore health to 100
And call it whenever you want to revive your player from a manager or something like that