Overhead Tag Help - Robux Offer for Solution

Hi all, could someone figure out in Display Name Overhead Name how to make the display name text a rank for a group? And if they aren’t in that certain group, can they be called Guest? Thanks.

As an inconvenience for you to download the model ill offer Robux if someone can correctly solve it.

Try replacing the contents of the script at the top level of the model with the following:

--[[

made by @i_nternationaI
edited by @SeargentAUS
:smiley:

--]]

local GroupId = 0 -- Set this

game.Players.PlayerAdded:Connect(function(Player)
	local Rank = Player:GetRoleInGroup(GroupId)
	Player.CharacterAdded:Connect(function(Character)
		local Container = script.Container:Clone()
		Container.Parent = Character.Head
		
		Container.DisplayName.Text = Rank
		Container.Username.Text = "@" .. Player.Name
	end)
end)

thanks you dm me in discord: greenfrrari

No need xD

good i was gonna make u make a pass for 1 rbx