Mouse.Move on Mobile

So I have a question is there a way to use Mouse.Move on mobile so where they are moving their finger on the touch screen?

Mouse.Move is depreacted. use UserInputService instead.


You can use UserInputService.TouchMoved

2 Likes