I have my own HealthGUI i scripted, and i don't want the default one to show. How do i get into the players GUI?
I know it's:
game.Workspace.Players. (Something) .Health:destroy()
I just don't know how to do this to every player, i know it's FindLocal Player or something. Help please? Thanks in advance!
You probably want to make it a LocalPlayer then you want to put it in as a local script then put the code in it.
Here is the code:
game.Players.LocalPlayer.PlayerGui.Health:Destroy()
Try that and if it doesn't work then just P.M. me on roblox.