We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e89aa7 commit fd9fe7fCopy full SHA for fd9fe7f
content/en-us/tutorials/curriculums/core/scripting/create-player-hazards.md
@@ -144,7 +144,7 @@ lifecycle events:
144
- `Class.Players.PlayerAdded` fires when a player joins the experience, and sets
145
the coin count to `0`.
146
- `Class.Player.CharacterAdded` fires when a player's character model is added
147
- to the world. It occurs after `Class.Player.PlayerAdded|PlayerAdded` and
+ to the world. It occurs after `Class.Players.PlayerAdded|PlayerAdded` and
148
whenever the player respawns.
149
- `Class.Humanoid.Died` fires when a player dies, and sets
150
the coin count to `0`. `Library.task.spawn()` creates
0 commit comments