Can't scroll on SurfaceGui

I am unable to scroll into the scrolling frames on a surfacegui. The surface gui is in playergui, and adorneed. There’s nothing infront of the leaderboards, and the part can CanQuery set to true, and am unable to find any property that’d cause this issue, and scrolling frames I know work on SurfaceGui’s so unsure why these arent


1 Like

Try to make the SurfaceGui have AlwaysOnTop set to true maybe that will fix the issue

Make sure the ScrollingFrame instance has the greatest ZIndex property in its SurfaceGui hierarchy.

1 Like

This does fix the issue, but then results in UI being infront of objects that should be blocked it

I’m very late lol, but make sure “CanQuery” is enabled on the part, it fixed my issue

3 Likes