ScrollingFrames in BillboardGuis - Mouse Scrolling Issue

I’ve encountered an issue with ScrollingFrames inside a BillboardGui. On mobile, I can scroll by dragging the scrollbar, but I can’t scroll it with my mouse. I’ve tried different property configurations without success.

Steps to Reproduce:

  1. Create a ScrollingFrame within a BillboardGui.
  2. Try to scroll the content with a mouse (doesn’t work).
  3. Attempt to scroll using mobile or manually dragging scrolling bar (works).

Expected Behavior:
The ScrollingFrame should be scrollable using mouse wheel.

Actual Behavior:
Mouse scrolling does not work.

Attachments:
file2.rbxm (4.2 KB)
(put in startergui and set adornee to some part in workspace)

Please investigate and provide a solution for this issue. Thank you.

7 Likes

We’ve filed a ticket to our internal database, and we’ll follow up when we have an update!

Thanks for the report!

4 Likes

Yep, I’ve got the same issue here.

I’m also having this issue and this post was on nov 23rd? Is there a solution to this?

1 Like

Also having this issue where I cannot scroll with mouse wheel on a scrolling frame within a billboard GUI

To follow this up, I checked some other posts and apparently this was supposed to have been fixed. From what I’ve gathered after playing around and trying to work around it, it’s just mouse scrolling as a whole that doesn’t work with billboard GUIs as said in the post

I’m experiencing same issue