vaviizz
(avi)
August 29, 2024, 4:20pm
#1
so I am creating a game and I’m thinking about how I could manipulate the Roblox made head tag so I could e.g. do “avi (owner)” or something like that.
I’ve tried changing the characters name since that usually works on dummys and stuff, but it seems it doesnt work on players, any help appreciated.
1 Like
razorbites
(razorbites)
August 29, 2024, 4:27pm
#2
Have you tried changing the humanoid’s DisplayName property?
Bikereh
(green_lady)
August 29, 2024, 4:27pm
#3
Humanoid.DisplayName = plr.Name .. " (Owner)"
MaddyRing
(Redshift)
August 29, 2024, 4:27pm
#4
Nametag.rbxm (5.2 KB)
Has a custom nametag (gives to avi/OP by default) + a rig for editing the name tag
name tag is stored in serverscriptservice
(Didn’t understand the topic well)
You need to change Humanoid.DisplayName and make sure that the DisplayDistanceType is set to viewer. Then you can do:
Player.Character.Humanoid.DisplayName = Player.Name .. " (owner)"
vaviizz
(avi)
August 29, 2024, 4:29pm
#6
there’s a DisplayName property??? omg I feel so stupid haha, ty
vaviizz
(avi)
August 29, 2024, 4:30pm
#7
i would’ve gave all of you the solution but unfortunately i can only give it to one, sorry
MaddyRing
(Redshift)
August 29, 2024, 4:30pm
#8
You can actually give multiple solutions, although the method is unoffical
Method
1 Like
system
(system)
Closed
September 12, 2024, 4:34pm
#10
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.