Overhead GUI with icons

Hey there! Does anyone know where to find a overhead GUI like this? For example if your in a group and a certain rank you get a icon displayed above you. Or if you own a gamepass a icon shows. Etc… As well if they click off the screen it replaces the display name with “AFK”

Heres the image!

Screenshot 2023-02-01 at 8.09.08 pm
(got permission from user to use their username

Thanks!

2 Likes

for the icons, you could use image labels inside the overhead ui

you could use the IsFocused function to check if the player has clicked off, and if they have, set their displayname text on the UI to AFK and change it back when they come back to the game

Okay thanks! Do you think that is custom made or off a model?

The icons are probably from google, and the UI is probably an edited version of a model overhead

Alright thanks, anywhere to start off like a model? Or go full custom make it?

I can send a model one here if you like and you can just edit it to how you like it and then add the image labels

1 Like

just make sure you edit the group id to yours in the script, and then you can open the surface gui and edit any fonts, etc

put it in server script service once you’re finished editing

overheadUI.rbxm (6.5 KB)

1 Like

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