Author Topic: Showing GUIs in Playertypes  (Read 774 times)

How would you show a gui that you have created in a player-type. Like the Fuel-Jet Player shows the fuel bar.

I also have another question about repeating for GUIs, I want to make it so a bar has 3 dots, every second one vanishes. After all of them vanish your screen goes black for a split second and then goes back to normal and the 3 dots regenerate.

GUIs are client-sided. You can't.

GUIs are client-sided. You can't.

In that case then how would I do it client-sided?


In that case then how would I do it client-sided?
You would have to make a server-sided function that sends data to the client for it to work.

That is how the health bar communicates, try looking into the health bar add-on.