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
1 | local mouse = game.Players.LocalPlayer:GetMouse() |
2 | while wait( 0.1 ) do |
3 | workspace.Chassis.Main.Rotation = Vector 3. new(workspace.Chassis.Main.Rotation.X, mouse.Y, workspace.Chassis.Main.Rotation.Z) |
4 | end |