Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Disabling Mobile Gamepad - Is It Possible?

Asked by 9 years ago

I have a game that's entirely composed of frames, so I don't want any of the default ROBLOX gui cluttering it up. I use StarterGui:SetCoreGuiEnabled to disable the GUI, which normally works.

However, on a mobile device, the movement/jump pad still remains when I disable all GUIs. Is there a way to disable this GUI, or is this just a bug/oversight on ROBLOX's part?

1 answer

Log in to vote
0
Answered by
Savoron 15
9 years ago

Context Action Service is what I think you're looking for: http://wiki.roblox.com/index.php?title=ContextActionService_tutorial

0
Do you mean using ContextActionService:UnbindAllActions? If so, is there a way of reinstating the default gamepad? Can this function even affect the default ROBLOX GUI? iconmaster 301 — 9y
Ad

Answer this question