How to make GUI frame/menu move down?

I’m completely new to coding GUI to move, so could somebody give me a simple example to make a frame move down from the top of the screen?

You would use TweenService to animate/move the GUI frame:

How would this work for GUI assets? it only mentions Parts

You would use the UDim2 property to tween the position of the GUI Frame:

Also, here is a useful tutorial on TweenService:

You can also used the built in methods on gui objects GuiObject | Roblox Creator Documentation

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.