Scroll snapping

Is there a noticeable difference between the two? If so how noticeable?

Anything with a scroll wheel, just create the same principles with mobile and console but with a different input. E.g. When a mobile user swipes down as well as when a controller user uses a stick to scroll up or down.

so GuiObject.MouseWheel will be the same on all devices?

Yes, I believe so atleast.

30letters

That is not what I said. I said to use the same principle but for other devices such as what I listed. If what @Katrist said works then use that instead for all devices.

ok i tried following the tutorial but it doesnt seem to be working. what did i do wrong? UIGridLayout - Roblox

Write the code yourself, that script most likely isn’t what you are looking for. I gave you the instructions, it is down to you to code it. I will not be writing the code for you.

Ok. i get what your saying but this is a field i barely know. i dont even know how to tween gui becuase i havent learned it yet. im not asking you to script but correct what i copied from tutorial. I dont know how to script ui

edit; its fine. ill watch a youtube tutorial on scrolling and stuff. thank you for help though

You need to learn the basics of what you are doing before trying to make an end product.

alright. ill do some research on ui scripting and scrolling wheels. By the way, GuiObject.MouseWheel is the property for mouse wheels. what would be the property for how mobile scrolls and xbox?

I mean if you know tweenservice it’s pretty simple from there on… Otherwise take some time to read.

try a UIPageLayout

the hard part is getting it to go back and fourth by them moving the scrolling gui instead of clicking an arrow button (which would be 10x easier)

ok so its acting really weird, when i place more than 1 frame inside scrolling gui it doesnt show the second one. also i cant change the size of the frame

Are you using layouts? If so that would most likely be why.

no. ok so heres the thing about it. theres like a 10 second delay, and sometimes it off centers it.

((WHY IS THERE SUCH A HUGE DELAY???))

how do i get rid of the delay? im getting this delay before it scrolls that lasts a really long time

Either lag or you need to edit the tween info.

1 Like

How do i fix it? I have videos above