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

Using :BindAction causes ProcessedByUI To Return true???

Asked by 1 year ago

I do not understand if this is intended behavior however

ContextActionService:BindAction()

will affect


UserInputService.TouchTapInWorld:Connect(function(Pos, ProcessedByUI) print(ProcessedByUI) end)

ProcessedByUI returns true when a action is binded

it will work normally when non binded or unbinded

does anyone know why

or if this is intended behavior

there is clearly no gui that i am pressing yet it returns true

Answer this question