Gui.TouchPan event stops working while dragging the move thumb stick

Hello!

I’ve recently made a custom joystick used to rotate the player for my custom mobile camera script and I noticed that the TouchPan event used to detect when the player drags they finger across would not fire if you where dragging the thumstick used to move at the same time.

JoyStick.TouchPan:Connect(function(Position, Translation, Velocity, TouchState)
	-- To Stuff
end)

This is the code I’m using to detect when my joystick is dragged.

Could someone help me?

Thanks !