StarterPlayer
When a player enters the game server, each property of their Player
object is set to the corresponding property value in StarterPlayer
. This object also contains two script containers:
StarterCharacterScripts
can contain scripts that will be added to each player's character every time they spawn.StarterPlayerScripts
can contain scripts that run once for each player when they join the server.
Last updated