How do I make a Script In StarterCharacterScripts only be put into the character when they first join? Also, I cant put it in startplayerscripts or it will break.
I don’t understand, are you saying you want this script to be in the character when they spawn but when they die they no longer have it? If so then just add it from workspace into the character when their character is added, then have a value that stores if they have joined and make the script check if the player has joined before adding it.