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
container stores scripts to be parented to a
player's Player.Character when it spawns. Unlike scripts stored in the
StarterPlayerScripts folder, these scripts will not persist when the
character respawns.
If a LocalScript named Animate
, Sound
, or Health
is placed in
this container, it will replace the default script that manages character
animations, character sounds, and character health regeneration respectively.
History 2
- 388 Change Tags of StarterCharacterScripts from [] to [NotCreatable]
- 218 Add StarterCharacterScripts