Billboard Gui's not showing issue

Hey,

I have an issue with billboard gui, I’m not sure what’s causing this not to show in other screen but here is the image:


That is the image, i really don’t know why is this happening. i have a localscript for displaying profile pictures, display names, actual username:


This is an local-script parented inside of the image-label in the billboard

image

Thank you for reading this, i hope you can help me solve this issue!

1 Like

since you get all of the information and display it in a local script, could it be that you’re not replicating the information to all clients, and are instead just able to see your ui?

1 Like

well, i have actually a local-script which is parented inside of the startercharacterscripts, I’m not sure if tha’ts the main issue why it’s not displaying the player information

The purpose of this script is to parent the billboard GUI into players head

in order to broadcast and setup information, it usually has to be passed through the server. the best way to do this is to either try to setup information loading in a local script in ServerScriptService, or to fire a remote event to the server with information. im no expert, so i cant really give an example, but im sure theres posts on this elsewhere that might have examples

So meaning, i can use serverscript to display billboard on players head

what i would usually do for nametags and player text is yes, use a server script to parent the billboard and gather all necessary information. this can be done using the player added event and using that player param to get all of the information that you’re looking for

Okay, I’ll re-write it again. I’ll let you know when it’s working or not!


Hereis the entire code, and it’s not displaying on the top of the head, even displaying names, display names, profile is not

(Script inside of serverscript)

Your script only gives the nametag to people that has recently joined the server, and not ones that was already in the server before the player joined.

Have a server script handle the billboards, NOT the client.

How can i fix that? like how can i change

Is there any errors in the output?