Nameplate: Difference between revisions

From Resonite Wiki
Added what makes up a nameplate. Added a link.
Added more parts of a nameplate.
Line 8: Line 8:
== Parts Of A Nameplate ==
== Parts Of A Nameplate ==


Quite a bit of components make up a nameplate, including its functionality. Here are a few of these components and what they do:
Quite a bit of components make up a '''nameplate''', including its functionality. Here are a few of these components and what they do:
* '''[[Component:TextRenderer|TextRenderer]]''': This is the text itself, showing on the nameplate from this component.
* '''[[Component:TextUnlitMaterial|TextUnlitMaterial]]''': The material used to show the text.
* '''[[Component:BoxCollider|BoxCollider]]''': This is used to help the [[Component:ContactLink|ContactLink]] be clickable.
* '''[[Component:BoundingBoxDriver|BoundingBoxDriver]]''': Used to make the [[Component:BoxCollider|BoxCollider]] size correctly to the nameplate's text.
* '''[[Component:ContactLink|ContactLink]]''': This allows users to click on a nameplate, and it opens the [[Dash Menu]] to the [[Contacts Menu]] of that user.
* '''[[Component:ContactLink|ContactLink]]''': This allows users to click on a nameplate, and it opens the [[Dash Menu]] to the [[Contacts Menu]] of that user.
* '''[[Component:AvatarNameTagAssigner|AvatarNameTagAssigner]]''': This is used to link the text, userID, [[Component:ContactLink|ContactLink]], and colors together for this name tag.
* '''[[Component:AvatarNameTagAssigner|AvatarNameTagAssigner]]''': This is used to link the text, userID, [[Component:ContactLink|ContactLink]], and colors together for this name tag.

Revision as of 03:05, 19 August 2024

The Nameplate (also Nametag or Name Badge) can commonly be found above a user, nameplates contain a contact link to the user's profile.

Nameplate Authenticity

Nameplates can be edited in game, by users.

You can disable custom Nameplates with the Allow Custom Nameplates button on the home page of your dashboard.

Parts Of A Nameplate

Quite a bit of components make up a nameplate, including its functionality. Here are a few of these components and what they do: