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”
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