How to make a gui billboard can only be seen by each player himself

I want to make a stamina bar next to the player but there is 1 problem that I haven’t solved / I’ve solved so far, namely how to make the GUI billboard visible only to the player himself
I’ve tried several ways in the character setup stamina bar script, do you have any suggestions/how to make it?

2 Likes

make the billboard be in the local workspace by creating it using a local script

2 Likes

You must have a local script inside of StarterCharacterScripts or somewhere similar that controls the billboards.
If you have already written code for the stamina bar, simplying moving it all over to a local script should work fine.

3 Likes

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.