Startercharacterscripts do not continue to insert after death
You could do something like this or use this:
game.Players.PlayerAdded:connect(function(Player) Player.CharacterAdded:connect(function(Char) script = game.ReplicatedStorage.TheScriptIWantToCloneToCharacter:Clone() script.Parent = Char end end