Camera Movement Based on Position of the Mouse

I need help on how to move the camera around like in the game in the main menu: game link. I know how to change the cameratype to scriptable and set the camera in a certain position, I just need help with getting the camera to move based on the position of the mouse.

Have you tried a search using your favourite browser?
try
roblox camera follow mouse
to get

U just posted a link to this topic inside this topic…

1 Like

U can use UserInputService.InputChanged to get the mouse’s Position, then try converting it into a CFrame.

1 Like