Why does this only work the first time the player spawns but not after that?
This script is supposed to make it so when someone (re)spawns it makes their camera go to the character selection room but it only works the first time they spawn! Not respawn!
here is my script
3 | game:GetService( "Players" ).PlayerAdded:connect( function (p) |
4 | p.CharacterAdded:connect( function () |
5 | Workspace.Camera.CameraSubject = script.Parent.CameraPart |
Please help!!!
Thank you!!!
[Edit] Forgot to put script up there!!! So sorry!