You can write your topic however you want, but you need to answer these questions:
1.I wat to gun to rotate where mouse is on Y axis (x is already done by roblox itself caus eit just rotates with chaar)
I have no idea how to do it
I spent few hours and found nothing ill understand
i have something like this:
''lua
hrp.CFrame = CFrame.lookAt(hrp.CFrame.Position, Vector3.new(mouse.Hit.Position.X, hrp.CFrame.Position.Y, mouse.Hit.Position.Z))
lua’’
but i have no idea how to change it to work on Y not X