Skip to content

Commit 2e89aa7

Browse files
authored
Update create-player-hazards.md
Fixed a typo in the Code Explanation of the CoinService script. But I'm not sure if the link will be updated automatically.
1 parent 1c905b6 commit 2e89aa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en-us/tutorials/curriculums/core/scripting/create-player-hazards.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ Players.PlayerRemoving:Connect(onPlayerRemoved)
141141
The code defines functions to reset coin counts during the appropriate
142142
lifecycle events:
143143

144-
- `Class.Player.PlayerAdded` fires when a player joins the experience, and sets
144+
- `Class.Players.PlayerAdded` fires when a player joins the experience, and sets
145145
the coin count to `0`.
146146
- `Class.Player.CharacterAdded` fires when a player's character model is added
147147
to the world. It occurs after `Class.Player.PlayerAdded|PlayerAdded` and

0 commit comments

Comments
 (0)