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


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.

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