of     1   

Knucklesskjf_GT
#219065847Saturday, June 17, 2017 7:00 AM GMT

I need to make shift lock switch unusable by players, I've seen this feature before in other games which replaces the ON and OFF option of shift lock switch with a sentence saying "Set By Developer" but I don't know where do I access this property. Any help would be appreciated.
BaiYuni
#219066414Saturday, June 17, 2017 7:18 AM GMT

game.StarterPlayer.EnableMouseLockOption = false
BaiYuni
#219066469Saturday, June 17, 2017 7:19 AM GMT

You can run that on the Command Line or Go to the 'StarterPlayer' folder on Studio, go to properties and under the 'Controls' tab, deselect the 'EnableMouseLockOption' property.
Knucklesskjf_GT
#219066847Saturday, June 17, 2017 7:33 AM GMT

Thanks a bunch!

    of     1