Input began not working on canvas group

input began is an event inherited for all gui objects. and it works fine for other frames however…

when working on one of my UIs where there is an invisable lower zindex frame childed to multiple canvasgroups. Input began doesnt work? however frames in the same condition do work.

can someone help me out and show me what im doing wrong?

i tried with other normal background frames as well and they work fine

I would recommend just adding a hitbox on top. If you need, you could use https://create.roblox.com/docs/reference/engine/classes/UserInputService#InputBegan combined with BasePlayerGui | Documentation - Roblox Creator Hub to create your own system. Hope this helps!

1 Like

turns out an image button overrides input began no matter its zindex

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.