Sign in
Home
Online Classes
Instructors
Tutorials
☰
Register
Sign in
Online Classes
Instructors
Tutorials
1. Open Roblox Studio and Setup a New Project
2. Set Up Coin
3. Add a Script to ServerScriptService
4. Make CreateCoin Function
5. Closer Look at CreateCoin( ) (c)
6. Add a loop to create multiple coins
7. Test Out Your Code
8. Update CreateCoin( )
9. Test Out Your Code
10. Make the Coins 'Collectable'
11. Test Out Your Game
12. Add Sound Effect (Optional)
Project 369: Collecting Coins
2. Set Up Coin
Create a new part to be your coin. Rename the part "Coin" and change the shape, color, and size of the part to make it look like a real coin.
This challenge doesn't have a starting point
Hint: show steps
Steps
1. Create a new part
Hint: show details
Add a new part to the workspace by clicking on the "Part" button in the "Home" tab.
Hint: show image
2. Rename it "Coin"
Hint: show details
Right click on the part in the Explorer window and select "Rename" to change the name of the part to Coin.
Hint: show image
3. Change the shape to cylinder
Hint: show details
With your Coin selected, scroll to the bottom of the Properties window and find "Shape". Click on "Block" to change it to "Cylinder".
Hint: show image
4. Change the color
Hint: show details
With the Coin selected, at the top of the Properties window, pick a color for your coin.
For a yellow/gold looking coin, select 'New Yeller' as your brick color.
Hint: show image
5. Reshape into a coin
Hint: show details
Use the "Scale" tool to reshape your cylinder into the shape of a coin.
Hint: show image
×
×
Provide your email address for immediate project access
Email
Check your email for instructions on how to create a full DA account