It isn’t possible but there is a script out there I think it has something to do with leaderstats anyone in the group that has a rank will get a another rank you choose in game.
Here I’ll attempt to write the script
02 | — Inside The Script Add A SurfaceGUI than add a |
03 | — TextLabel And Name It What you want Than name your |
04 | — SurfaceGUI what you want. |
05 | —Inside The Script Put This In |
07 | game.Workspace.ChildAdded:connect( function (plr) |
09 | local playerinplayers = game.Players:FindFirstChild(plr.Name) |
10 | if playerinplayers ~ = nil then |
11 | playerinplayers.CanLoadCharacterAppearance = false |
13 | plr.Humanoid.DisplayDistanceType = "None" |
14 | if name ~ = "NameHere" then |
15 | game.Lighting.NameTag.Text.Text = name |
16 | game.Lighting.NameTag:Clone().Parent = plr.Head else |
17 | game.Lighting.NameTag.Text.TextStrokeTransparency = 0 |
18 | game.Lighting.NameTag.Text.Text = name |
19 | game.Lighting.Owner.Text 3. Visible = true |
20 | game.Lighting.Owner:Clone().Parent = plr.Head |
21 | game.Lighting.NameTag:Clone().Parent = plr.Head |
27 | —Change Owner Up there To what you want. |
28 | — Name The SurfaceGUI = NameTag |
29 | — Name The TextLabel Owner Or What you want |