StarterCharacterScripts
Stores Instances to be parented to a player's character when it spawns.
This class is not creatable. Instances of this class cannot be created with Instance.new.
Memory category | Instances |
---|
Member index 0
Description
The StarterCharacterScripts class stores scripts to be parented in a player's Player.Character, when they spawn. Unlike scripts stored in the PlayerScripts folder, these scripts will not persist when the player respawns.
If a script named Animate, Sound or Health is placed in this folder, they will replace the default scripts that are added to each Player.Character that is created.
History 2
- 388 Change Tags of StarterCharacterScripts from [] to [NotCreatable]
- 218 Add StarterCharacterScripts