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.

1 Like

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

2 Likes

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

1 Like

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

1 Like

I’m experiencing same issue

1 Like

This issue is still exist now… I encountered the same issue.

1 Like

and now ? ~_~ we need repost that problem how many time ?

still a problem… anyone found any workarounds?

Bumping this because this is STILL an issue…

2 Likes

Thanks for the report, I have a fix in progress.

3 Likes

When do you believe this will be fixed?

I completed a fix but it’s going to take a couple weeks to ship.

2 Likes

I’ve shipped a fix for this, wheel scrolling in BillboardGuis should work again now.

Note that this doesn’t change the existing BillboardGui mechanics where they have to be parented to PlayerGui rather than workspace in order to handle events, so you won’t be able to scroll a ScrollingFrame under a BillboardGui in the workspace.

3 Likes

Works well for me, thanks a lot.

I’m having the mouse scroll issue as well. It’s a billboard gui with scrolling frame, except that I can’t drag the scroll bar either…

I am experiencing the same issue where scroll doesn’t work. Even when following the steps of parented to the PlayerGui and Adornee