Input Ended doesn't work for mobile?

Title says it all,

uis.InputEnded:Connect(function(input,gps)

this doesn’t work for mobile, i mean mobile mobile, i tested it on my phone and the InputBegan works but InputEnded doesn’t, it works for pc tho (InputEnded works for pc but not mobile)

Thanks!!

Idk why but can you try this?

UserInputService.InputEnded:Connect(function(input, gameProcessedEvent)
	    if input.UserInputType == Enum.UserInputType.Touch then
	        --Code
	    end
	end)
1 Like