Pressing "Menu" gets into ContextActionService actions binded to "Space"

Here is a file:
cas with space.rbxl (59.4 KB)

There is a script located in ReplicatedStorage that binds action to Space using ContextActionService. It turns out that when you press “Menu” using button in the top left corner with logo of Roblox on it, it gets into this action. I don’t know why. It works this way both on phone and pc.

1 Like

Have you tried using IAS instead of the old CAS api ?

I tried it now and it works. It’s just sad that there is such bug with CAS.

CAS is superseded by IAS and we are either straight out deprecating it or redirecting people to IAS.