I’d like to know if it’s possible to place a TextButton, ImageButton, or similar UI element next to Roblox’s default toolbar icons—like the chat, voice icon, etc.—and have it behave properly so that the default icons never overlap or cover my custom TextButton
1 Like
Yes this is very possible, I use Topbar Plus V3 to do so:
So I’ve heard of it and even used it before, but how could I achieve this without relying on it?
I mean you can read through the module and see how it creates the topbar, and find a way that works for you. I just find TopBar Plus to be easy to use, and reliable.
When you play test in studio, head over to Players > Your_Name > PlayerGui. Topbar creats 3-4 ScreenGui’s, copy those and exit the play test. Paste them into StarterGui, the buttons won’t exactly line up without being scripted which is why you need to read through the Topbar module.
Alright, if no other responses come in, I’ll mark your comment as the solution. thanks!
1 Like