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

Handle and ArcHandle does not return true for GameProcessedEvent!?

Asked by 2 years ago
Edited 2 years ago

I have noticed that Handle and ArcHandle returns false for GameProcessedEvent

The problem with this is that because it returns false people on mobile have their screens dragged when they try and drag handles and Handle and ArcHandles make no sense for it to return false since it counts as a GUI how would I have it return true?


UserInputService.InputBegan:Connect(function(Input, GameProcessedEvent) print(GameProcessedEvent) end)

This does not return true as expected but false

theres also another bug where if there ArcHandles and Handles are parented to the same ScreenGui and the same Adornee it shows extra dots for some reason?

0
Listen I have seen that article but the problem is that I have already solved this but by using deprecated or non reccomended functions like MouseDrag and MouseButton1Down there is currently no way to solve this using ContextActionService BindAction alone is there any way I can solve this without using these types of functions because its likely for mobile button1down is likely to be deprecated Overseer_Prince 188 — 2y

Answer this question