I’m working with a ScrollingFrame in Roblox and need to detect when the user hovers over its scrollbar (not the entire frame, just the scrollbar itself).
Is there a way to do it?
I’m working with a ScrollingFrame in Roblox and need to detect when the user hovers over its scrollbar (not the entire frame, just the scrollbar itself).
Is there a way to do it?
There is always a way to do something, considering humanity’s current limit on software engineering is emulating lifeforms (AI), which we’re already doing pretty well. Unfortunately, there is no native solution in the Roblox API, so this will be a little difficult. You can either make a custom scrolling bar, or perform an AABB check to determine whether or not the cursor, relative to the scrolling frame, is within the bounds of the scrolling bar