Project 369: Collecting Coins

3. Add a Script to ServerScriptService

Add a script to the ServerScriptService in the Explorer and rename it 'CoinSpawn'.
Starting point file for this challenge

Steps

1. Add the Script

Select 'ServerScriptService' in the Explorer window and click on the plus sign. Find and select "Script" to add a script.

2. Rename Script "CoinSpawn"

Right click on the script in the Explorer window, select "Rename" and make "CoinSpawn" the new name for the script.