I cant figure out how to make the shark move up when i move my mouse up and move down when i move my mouse down and im holding right click
local mouse = game.Players.LocalPlayer:GetMouse() while wait(0.1) do workspace.Chassis.Main.Rotation = Vector3.new(workspace.Chassis.Main.Rotation.X, mouse.Y, workspace.Chassis.Main.Rotation.Z) end