How to freeze the rotation

I want to make a game like a streetfighter but the rotation is not freeze
auto rotation = false

can someone have and idea to freeze the rotation Y

I’ve already tried doing it alittle bit
and this happen to


this is my code

game["Run Service"].RenderStepped:Connect(function()
	
	script.Parent.HumanoidRootPart.Orientation = Vector3.new(0,-90,0)
	
end)

You could use an AlignOrientation object

You should change the CFrame of the entire player model.

how do i CFrame a model can you give me a example code

it notthing change do you have other idea

Oh it work i am tried again by AlignOrientation spawn part and link to humanoidrootpart and it work thank you so much

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.