Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How to disable or enable Player's ShiftLock with a script(not changing StarterPlayer properties)?

Asked by 2 years ago

So I tried to disable or enable player's shiftlock for a gun system, but I can't find the way to do it(I tried changing the camera CFrame, making the Humanoid.AutoRotate false, but it didn't work as I wanted to.) Is there a way to do it?

1 answer

Log in to vote
0
Answered by 2 years ago

If StarterPlayer has a shiftlock property then surely just do

game.StarterPlayer.Shiftlock = true 

I may be a dumbass but still

Ad

Answer this question