How do I detect if the mouse is moving, but the mouse AND camera are locked?

Yeah you heard me right, how do I do the impossible?
Also I need to know what direction the mouse is moving in.

I guess, you mean this:UserInputService:GetMouseDelta(), but you need to use it in RunService.RenderStepped event

2 Likes

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.