How can I make this slower or like making it in low sens?

You can write your topic however you want, but you need to answer these questions:

  1. What do you want to achieve? Smooth camera

  2. What is the issue? Below

  3. What solutions have you tried so far? Yes.

local m = game.Players.LocalPlayer:GetMouse().Hit
while true do
	wait()
	m = game.Players.LocalPlayer:GetMouse().Hit
	game.Workspace.Camera.CoordinateFrame = 
	CFrame.lookAt(game.Workspace.Camera.CoordinateFrame.Position, m.Position)
end

1 Like

Nevermind, I just used “tween” to make it slower.

1 Like

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