UI Design - Radial Menu for admin panel

Hello, I’m redmax095, a UI Designer & Scripter.

I’m looking to create an admin panel. I want it to be modern, so I was thinking of using a radial menu for a simpler user experience.

The only problem is that I don’t know how to make one, and it’s impossible to create circles in Roblox Studio using frames, images, or buttons. I’ve already researched this and found some solutions, but they involve math, which I’m not good at. I’d like something that doesn’t take weeks to make.

Thanks.

2 Likes

Take for example Roblox’s Emotes menu. It simply has a default “frame” image at an angle, and the same “frame” copied and paste over and over at different angles. It’d be a 360 / NumberOfFrames kind of calculus. Eitherway, do that, but you might need some math to detect on which frame the mouse is on, as .MouseEnter isn’t gonna cut it.

2 Likes

Thanks for your response ! But an UI corner with 1 on scale it’s good ?

I don’t really recommend it. On lower resolution screens it will look… not radial.

1 Like

then use an UiAspectRatioConstraint

I put all this together and here is the result. I am not disappointed but I am still wondering how to display it. What do you recommend as a display of the different options?