when I respawn in my game my shift lock breaks and the character is centered instead offsetted to the left
Normal:
Broken:
im so confused on whats happening please help
when I respawn in my game my shift lock breaks and the character is centered instead offsetted to the left
Normal:
Broken:
im so confused on whats happening please help
Is that just a baseplate or are there any scripts in there?
i uploaded a place and the scripts are located in starterpack,starterplayerscripts
Sorry, I don’t know how to help then… I’m kinda new. Maybe it’s a Roblox Studio bug?
Scripts placed inside of StarterPlayerScripts execute when the player joins the game, which also counts as when the character is first created. Once the character respawns, those scripts won’t execute a second time.
Use StarterCharacterScripts for this purpose.
the script completely breaks when placed into startercharacterscripts.
If it breaks then that means you’ve done something wrong which makes it incompatible for SCS.
I’d point out the error but I can’t download your place at the moment.
actually nevermind, keeping the playermodule script in starterplayerscripts but putting the shiftlock script in startercharacterscripts i have fixed the problem