#is it possible to set shiftlock to the default camera mode

8 messages · Page 1 of 1 (latest)

carmine void
#

Im struggling to make it so the player is by default in shift lock rather than free camera when they spawn in. In the base roblox player module script to enable shiftlock you must press left shift and then it enables shift lock I want the opposite.

carmine void
#

bump

barren python
#

copy the base player module

#

clone it where it needs to go

#

find the shiftlock module

#

and theres a variable that represents whether its on shiftlock mode

#

so just set that to true by default

carmine void