Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×
Create a free account

How do I get rid of the stupid nameplate at the bottom left of my screen

I've tried everything I can think of, my personal Audio and Visual settings are set to off, and the game settings "Chat Tech" is set to none. It's genuinely pissing me off so bad and I'm about ready to break my laptop.
1751825007

Edited 1751825271
If you are willing to install the Stylus browser add-on, you can use the following script to turn off the player avatars: /* Hide Player Avatars */ #playerzone #avatarContainer .player { display: none; } Edit: Those avatar names are to let you know who is logged into the game, and when not minimized to just names, it's where the player avatars or camera views are displayed. Having at least the names displayed lets you know if someone has left or gotten disconnected.
1751825884
Gold
Forum Champion
Rick's solution is best. In Roll20 settings you can use "Display Name" to shorten it or anonymize it to say something like The GM for the name
This post also has an alternate Stylus formatting to reduce the size of the names and stack them vertically instead of horizontally.