I want my camera to behave, heres kinda what i want [below]
I CANNOT REPLICATE THIS??? I tried once and it didnt work so i gave up
here my attempt
US.MouseBehavior = Enum.MouseBehavior.LockCenter
workspace.CurrentCamera.CameraType = Enum.CameraType.Scriptable
runtime.Heartbeat:Connect(function()
Char.Head.CFrame = CFrame.lookAt(Char.Head.CFrame.Position, player.LocalPlayer:GetMouse().Hit.Position)
workspace.CurrentCamera.CFrame = Char:FindFirstChild("HumanoidRootPart").CFrame * CFrame.new(0,20,0)
end)
and and heres what it does:
… why is it not locking camera with mouse but i can-
oooh and also icannot move my mouse whilee script runnning