Project 387: Lemonade Tycoon

3. Add a script to ServerScriptService

We want to put the player on a leaderboard so we can eventually see our lemon and money counts. To access the leaderboard, we need to put this script in something called ServerScriptService. 
Starting point file for this challenge

Your goal

Steps

1. Find your ServerScriptService and add a script

ServerScriptStorage is a folder that's actually outside of your Workspace, because anything that's in it doesn't actually obviously show up in your game - it's all behind the scenes stuff.