Project 369: Collecting Coins

9. Test Out Your Code

Test our your code again with your updated function. Did it work?
Starting point file for this challenge

Your goal

Steps

1. Place the Coins Higher

You may notice that the coins are stuck in the ground. Why do you think that is?

Change your code so that the coins hover 1 space above the ground.
coin.Position = Vector3.new(math.random(100), 2, math.random(100))