How to disable mouse acceleration

Im working on a first person sword combat game. I want it so that during attacking, player’s cant turn their camera faster than a certain speed. I have tried changing mousedeltasensitivity, but the problem is it doesn’t seem to have much effect in first person + player still can turn crazy fast if he slides the mouse very fast, because of mouse acceleration.

How to lower the camera turning speed or mouse sensitivity in first person, and disable mouse acceleration?

You can’t disable mouse accel with roblox api I’m pretty sure. Also if changing the mouse sense doesn’t change that much, make the sens extremely low.

I dont want player to become a turtle, I just dont want him to spin like a hurricane

Then adjust to your liking? There is no perfect sensitivity. Find what’s best for your game.

Still looking for solutions on this