title explains it, i have a playermodule that already exists in playerscripts, this appears at top, i checked each modulescript and cant find anything that is related, anyone got an idea on how to remov
e this ?
For more context, character doesnt exist yet. And it disappears
when character exists, playermodule needs to exist no matter what.
Im having a hard time understanding. Are you trying to remove the health bar or fix it being white? One more thing, is this a custom health bar or the built-in Roblox health bar?
built in + remove since my game doesnt need it
The script below removes the health bar thingy, with a drawback that the red flashy feedback thing when you take damage will also be removed.
game:GetService("StarterGui"):SetCoreGuiEnabled(Enum.CoreGuiType.Health, false)
This does not work, the character currently does not exist and this is in menu and it appears on topbar, it dissapears the second the character spawns in, i am very confused as to why this happens
ive even attempted several methods to see if startergui just wasnt changing the coregui type for health, and im lost on how this is even possible
No matter what i try it doesn’t disappear