Premium | Nametags

I’m creating a nametag system with a bunch of features including image labels.
One of the features is premium.

I was wondering how I can make it so if the player has premium it’ll show the image label of premium.

During the process of granting the nametag to the player’s Character, you can check for the Player’s MembershipType. If it’s equal to Enum.MembershipType.Premium, you can adjust the Image property of the ImageLabel to the designated icon.

3 Likes