How to stop players from rotating with shift lock?

I have a few moves in my game where you grab onto the victim and do something like a slam or a headbutt or something. I don’t want players to be able to rotate out with shift lock in one of these moves.
robloxapp-20230926-2017309.wmv (3.3 MB)
How could I do this?

4 Likes

Disable shift lock in your experience.

1 Like

Thanks for explaining how to do that…

@AlexPalex178 I saw you like on accident. :smiling_imp:

1 Like

When the move begins, disable AutoRotate on the players humanoid so shift lock does nothing, then add it back.

Or you could just disable shift lock

2 Likes

My bad, I thought there was no need to explain because it is so simple.

I liked on accident thats true :smiling_imp:

1 Like

Good grief people, get to the explanation of how to do the solution, here’s how to disable shiftlock:
image
image

Uncheck EnableMouseLockOption, simple as.

in startercharacter disable enablemouscelock

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