Need help with Overhead Rank GUI with changing rank color depending on the team

Hello Devfourm,

I need a rank gui thing that will change the rank color if your on a different team. Like Green team then it will be green. Red team then it will be red. Also Icons above them if they are in a specific group

THis is what I’m trying to do: Imgur: The magic of the Internet

1 Like

I’m not exactly sure how to do this myself but search up Custom name tags roblox on google and there should be quite a few videos and articles on it.

Use Team.TeamColor.Color

RankGui.Color3 = Team.TeamColor.Color

Make sure to search up the answer before coming straight to the devforum next time.