How do i create a dropdown function like this?

So i played this game and i loved the side bar function. I wanted to know how do i recreate this?
robloxapp-20240924-1535061.wmv (606.9 KB)

That’s more of a UI thing than scripting, it most heavily relies on the parental hierarchy of the actual GUI.

If I had to guess, they used something like a scrolling frame, but it’s also possible they had these buttons hidden behind the root button, and were tween’ed into position and brought forward.

Without the source code I can’t be exact on what they did, nor am I exactly great at UI, but that’s my best guess

1 Like