Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
1

How do I make nicknames appear over a player's head?

Asked by
palpc 0
9 years ago

For example, In "The Mad Murderer" By Loleris, you play as "Nick" or "Jack" and the names appear over the avatar to keep the anonymity of the game. Does it involve any screen GUI or anything of the matter?

(No, I'm not making another murderer game!)

1 answer

Log in to vote
2
Answered by
RoboFrog 400 Moderation Voter
9 years ago

Well, you could always insert a Billboard GUI into the player's head. That should work, but will need to be tweaked to personal preference.

EDIT: You can also use the property NameDisplayDistance to remove the player's name. (the property is a member of Player)

1
Thanks! palpc 0 — 9y
1
Wait, one more question, where do I insert the GUI? Players, or...? palpc 0 — 9y
0
You'd have to clone it directly into the player. You can set the GUI's parent to the player's head. (you could place the GUI into lighting to then be cloned) RoboFrog 400 — 9y
0
Okay, got it! You're great! palpc 0 — 9y
0
Sounds good! If you run into any other issues, just let me know. RoboFrog 400 — 9y
Ad

Answer this question