#health bar not working
1 messages · Page 1 of 1 (latest)
Where's the script currently?
what do you mean
Where is it placed in the game
top right corner?
haha no the script, not the UI, like where did you place the script in the explorer
Is healtgui set to ResetOnRespawn?
no
** You are now Level 1! **
Try setting that to true
Oh that's called a "breakpoint", it's for debugging. Not an error indicator.
Try clicking the red dot, it should go to transparent and then another click should make it go away
thank you it worked
Just so you understand why it worked:
When a character spawns, they get a new humanoid. So if you connect to the first humanoid only, you won't get events from new ones.
ResetOnSpawn basically re-creates your GUI when the player spawns again, thus re-running your script. This means it always connects to the new humanoid.
ah thanks btw do you know about the game called your bizzare adventure? im bascially trying to make a better version of that but with a lot of changes
I have not played that game