Roblox Studio Adventure Game (Day 6-7)
It took me the whole week, but I've finally finished the basic version of the adventure/simulator game. This blog will show what I created in the second half of this week. Day 3 The first thing that I did on day 3 was create a script that detects when a player touches a crystal with the pickaxe. The code checks if the player has space to grab the crystal. If the player does, then it gives the player 1 crystal. I then added more to this code to make the crystal disappear for a certain amount of time. This is to make it so players can't harvest the same crystal spot, forcing them to find other locations. I also added some unique code that wasn't in the script. I didn't like how the crystal would just disappear without any sort of effect, so I made some new code so the crystal slowly disappears. Next in the tutorial was creating a platform where players sell their crystals for gold. The selling plat...