Skip to main content

Stage 6: Military Minefield

info
Prerequisites: Before You Dive In!

Ready for the next adventure? Before diving into Stage 6: Military Minefield, make sure you've conquered the following challenges:

1. Intro

Get acquainted with the world of coding and gaming!

2. Setup

Set the stage for your coding journey.

3. Stage 1: Ascending Walls

Master the art of climbing to new heights.

4. Stage 2: Sphere Stairs

Build staircases with spheres and step up your game.

5. Stage 3: Plank Walkway

Navigate tricky pathways with precision.

6. Stage 4: KillBrick Path

Dodge obstacles and pave your way to victory.

7. Stage 5: Fireball Footpath

Brave the heat and maneuver through fiery obstacles.

Once you've completed these challenges, you'll be primed and ready to tackle the thrilling world of Stage 6: Military Minefield! 💣💥


Objective 🧐🗿

Welcome to the explosive adventure of Stage 6! Get ready to navigate the treacherous terrain of the Military Minefield. Gear up and brace yourselves for a thrilling journey through hidden dangers and mysterious traps!

Step 1 - Creating the Minefield 💣💥

Let's embark on our mission through the military minefield, but fear not, as we'll mark out safe paths together! Here's how to navigate through:

stage6Easy

1.1 Plotting the Course

Design a straight field where we'll place our mines strategically.

1.2 Deploying the Mines

Lets scatter mines across the treacherous minefield!

  • Head over to the Toolbox and seek out the creator, "55hpmonk".
  • Locate the "Mine" asset and bring it into our world.
  • Scatter the mines carefully along our path, ensuring there's enough space to navigate safely.
  • Customize the appearance of the mines with your favorite Color and Material.
Medium: Keep players on edge with some sneaky hidden mines.

stage6Medium


1.1 Plotting Your Field

Prepare the terrain where we'll deploy our formidable mines. Clear the path for our journey!

1.2 Arming Your Arsenal

  • Open up the Toolbox and seek out the mastermind, "55hpmonk".
  • Locate the "Mine" asset, a key tool in our arsenal, and bring it into the fray.
  • Strategically place the mines across our minefield, ensuring every step is a calculated move.
  • Adjust the Transparency property to 0.85, giving our mines an aura of mystery.
  • Customize the Color and Material of the mines with your creativity, making them stand out amidst the chaos.

Step 2 - Setting Up the Checkpoint 🚩

We've made amazing progress, and that's definitely worth a happy dance! Now, let's gear up for the next thrilling challenge that awaits us!

2.1 Add Another SpawnLocation

Head into the Workspace and plant another SpawnLocation to mark our progress through this perilous terrain.

2.2 Customize Properties

Let your creativity shine as you adjust these properties:

  • Pick a Color that resonates with your adventurous spirit.
  • Activate AllowTeamChangeOnTouch to empower your journey forward.
  • Discard any doubts by unchecking Neutral, and let confidence guide your path.
  • Ensure the TeamColor matches the SpawnLocation's, aligning with your courage.

2.3 Team Building

Forge ahead by adding another Team to your Teams folder:

  • Make sure to turn off AutoAssignable to help keep everything neat and tidy.
  • Give it the name "Stage 7", a testament to your bravery in the face of danger.
  • Let its TeamColor mirror the boldness of your SpawnLocation.
Hard: Mysterious mines that reveal their presence with a bang!

If you want more of a challenge by recreating the video yourself, follow these steps:

Welcome, brave adventurers, to the heart-pounding challenge of Stage 6 - where mysterious mines lie hidden, waiting to reveal themselves with a bang! Are you ready to test your wits and courage in this perilous terrain?

Description

We are going to create a script that makes a part in Roblox explode when it gets touched. Here's what we want to accomplish:

Step 1 - Detect Touch:

The script will detect when the part is touched.

Step 2 - Create an Explosion:

When the part is touched, it will create an explosion at the part's position.

Step 3 - Change Part Appearance:

The part will become fully visible when it explodes.

By doing this, we will create an exciting effect where the part explodes and becomes visible when touched.


Instructions and Code Logic

Step 1 - Set Up the Starting Variables:

  • Create a variable to hold the part by setting it to the Parent of the script.

Step 2 - Create a Function

  • Connect a function to the part's Touched event to detect when the part is touched.

  • Inside the function, create a new explosion.

  • Set the explosion's parent to workspace so it appears in the game.

  • Set the explosion's position to the part's position.

  • Set the explosion's blast radius to 50.

  • Make the part fully visible by setting its Transparency to 0.


Putting It All Together

  • Start by setting up your part variable.

  • Connect a function to the part's Touched event to detect touches.

  • Inside the function, create a new explosion and set its properties.

  • Make the part fully visible when it is touched.


Hooray! By conquering Stage 6, you've proven your mettle amidst the challenges of the military minefield! Onward to Stage 7, where new adventures await! 🌟

happyCat