I’m making head that follow mouse on Y axis, and i have issue. When my character turning back the mouse rotation inverses, and now head not following mouse in good direction, anyone know how i can fix this ? i tried to using - but it do nothing
1 Like
I use this statement for my bow
local humPart = char.HumanoidRootPart
repeat task.wait()
humPart.CFrame = CFrame.lookAt(humPart.CFrame.Position,Vector3.new(mouse.Hit.Position.X,humPart.CFrame.Position.Y,mouse.Hit.Position.Z))
until conditionMet
2 Likes
Could you send an image? Maybe that would help some people understand the issue
1 Like
Sorry for that long, but i can’t reply before, here is a video:
The problem is mouse cframe inverses after player turns back