DynamicThumbstickFrame (in PlayerGui > TouchGui > TouchControlFrame) blocks BillboardGui touch events

  • Describe the bug. Describe what is happening when the bug occurs. Describe what you would normally expect to occur.

The DynamicThumbstickFrame, a TextButton used for the thumbstick controls on mobile, prevents mouse/touch events for BillboardGuis from passing through it.

  • How often does the bug happen (Everytime/sometimes/rarely)? What are the steps that reproduce the bug? Please list them in very high detail. Provide simple example places that exhibit the bug and provide description of what you believe should be the behavior.

Happens all the time. There seems to be code with the DynamicThumbstickFrame to set Active to true when the thumbstick is not being used, and set to false when it is being used. However, BillboardGuis seem unaffected by this precaution put in place.

  • Where does the bug happen (www, gametest, etc) Is it level-specific? Is it game specific? Please post a link to the place that exhibits the issue.

I don’t have a published game for this, but it is consistently happening to me on any game file.