Problem with surface guis

Hey!

Surface guis are complicated. Essentially, I want to create a spectate board kinda like the one in Rivals. The problem is that when I try to add the little card that shows the current game to the board, it doesn’t show for the client side. This is because I am trying to add this card on the server side. However, I can’t really add this card on the client because it needs to show for everyone, + it HAS to be in starterGui (for buttons to work). Its just very confusing and idk if I’ve explained it well…

Thanks

1 Like

You could just send a remote event signal from a server script to a client script which handles the client card.

2 Likes

Using FireAllClients() ?

It does make sense to use a remote event. Thanks!

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