[REQUEST] Moving/Changing Menu

Heya! I’m not a programmer or anything, but I’m requesting on how to make a moving menu!
Heres an example:

Here are the decals I’m using;
https://www.roblox.com/library/5216502923/JUICES
https://www.roblox.com/library/5216501989/ICECREAMS
https://www.roblox.com/library/5216501300/COOKIES
https://www.roblox.com/library/5216501017/CAKEPOPS
https://www.roblox.com/library/5216500730/P-S

Just dive into TweenService and you’ll make that moving menu by yourself. Should be easy.

https://developer.roblox.com/en-us/api-reference/class/TweenService I prefer this beause the animations are much smoother than regular tweening

Here ya go.

I’ll look into it. Thanks for your feedback, though!

You would need to create a surface gui on a part and tween it’s position. As for the transition to the next image, I’m assuming they’re looping through a dictionary of image IDs and changing the surface gui image.
example.rbxm (5.9 KB)

I can’t open rbxm files. If you can, upload an RBXL file.

Open the file location of the rbxm file, and drag it into your workspace.