Project 387: Lemonade Tycoon

7. (Concept Excercise) Find and read your lemon's script

What's currently in here? Read through the steps below and message your answers to your instructor in the chat when you're ready. 

Instructor Notes

--The Script inside the lemon

local lemon = script.Parent
local function collect(other)


end

Starting point file for this challenge

Steps

1. Is "lemon" a function or variable?

2. Is "collect" a function or variable?

3. How does the script know where the "lemon" is?

4. What is a function?