Squad Up: The Ultimate Guide to Setting Up Teams in Fortnite Creative
Tutorial beginner

Squad Up: The Ultimate Guide to Setting Up Teams in Fortnite Creative

Updated beginner

Squad Up: The Ultimate Guide to Setting Up Teams in Fortnite Creative

So, you want to build a battle royale? Or maybe a 2v2 arena shooter? Or perhaps a chaotic free-for-all where everyone is everyone’s enemy? Before you can start dropping players into the storm, you need to organize them into squads. In Fortnite Creative, this isn't just about picking colors; it’s about defining the rules of engagement using Team Settings.

Think of this as setting up the lobby before the match starts. If you don’t set up teams correctly, your game will either treat everyone as a single confused mass or refuse to let anyone spawn at all. We’re going to walk through how to configure teams, assign roles, and make sure your players end up on the right side of the map with the right loot.

What You'll Learn

  • How to enable and configure teams in your Island Settings.
  • The difference between Team Size (how many squads) and Team ID (which squad you are).
  • How to use the Team Settings & Inventory device to give specific teams specific gear.
  • How to prevent friendly fire so you don’t accidentally eliminate your own squad.

How It Works

In standard Fortnite, the game automatically assigns you to a squad when you queue up. In Creative, you are the game master. You have to explicitly tell the engine, "Hey, there are 4 teams in this game, and Team 1 is Blue, Team 2 is Red, etc."

Here is the breakdown of the core concepts:

1. The Team Count (The "How Many Squads?" Question)

In your Island Settings, you define the total number of teams. You can have anywhere from 2 to 16 teams.

  • Analogy: Think of this like setting up the lobby in a custom game. If you set it to 2 teams, you’re making a 1v1 or 2v2. If you set it to 16, you’re making a massive free-for-all where every player is likely their own team.
  • Why it matters: If you want to use devices that care about teams (like health powerups that only heal your squad), you must have at least 2 teams enabled.

2. Team IDs (The "Which Jersey?" Question)

Each team gets a unique ID, usually starting at 1.

  • Analogy: This is like the jersey number in a sports game. Team 1 wears Blue, Team 2 wears Red. When a player spawns, they are assigned a Team ID. This ID sticks to them for the whole match.
  • The Catch: If you have 4 teams enabled, but you only place 2 spawn pads, only 2 teams will actually play unless you use a Dynamic Split.

3. Dynamic Split vs. Fixed Size

  • Fixed Size: You say "Team 1 must have exactly 2 players." If only 1 player joins, they sit out. If 3 join, the 3rd one might get kicked or assigned to another team depending on your settings.
  • Dynamic Split: The game automatically spreads players evenly. If 8 players join and you have 4 teams, each team gets 2 players automatically. This is the easiest way to handle variable player counts.

4. The Team Settings & Inventory Device (The "Loot Giver")

This is the most important device for team-based gameplay. It doesn’t just say "give everyone a gun." It says "Give Team 1 a shotgun and Team 2 a sniper."

  • Analogy: Imagine a vending machine that only opens if you have the right key card. The Team Settings device checks your Team ID (your key card) and hands you the specific loot assigned to that ID.

Let's Build It

We are going to build a simple 1v1 Arena setup. We’ll have two spawn points, two teams, and a way to ensure that when you spawn, you get your specific loadout.

Step 1: Enable Teams in Island Settings

  1. Open your island in UEFN.
  2. Go to the Island Settings panel (usually on the left or top menu).
  3. Find the Teams section.
  4. Set Number of Teams to 2.
  5. Set Team Size to 1 (for a 1v1). If you want to test with more people, set it to 2 and enable Dynamic Split.

Step 2: Place Spawn Pads

  1. Drag out two Spawn Pads from the device library.
  2. Place them far apart (so you don’t spawn on top of your enemy).
  3. Click on the first Spawn Pad. In the properties panel, look for Team ID. Set it to 1.
  4. Click on the second Spawn Pad. Set its Team ID to 2.
    • Note: If you don’t set this, the game might randomly assign players, which is chaos. We want order.

Step 3: Configure Loot with Team Settings & Inventory

Now, let’s give them weapons. We’ll use the Team Settings & Inventory device.

  1. Place one Team Settings & Inventory device near Spawn Pad 1.

  2. Place another one near Spawn Pad 2.

  3. Crucial Step: You need to link these devices to the specific teams.

    • Select the first device. In the properties, find Team ID (or similar team assignment property depending on the device version). Set it to 1.
    • Select the second device. Set its Team ID to 2.
    • Wait, actually: The Team Settings & Inventory device usually works by checking the player’s team ID when they spawn or interact. It’s better to place one global device or link them via events. Let’s simplify: Place Item Granters instead for this basic tutorial, as they are easier to understand for beginners.

    Revised Step 3: Using Item Granters for Simplicity

    1. Place an Item Granter near Spawn Pad 1.
    2. In the Item Granter properties, find Team ID. Set it to 1.
    3. Choose your item (e.g., Assault Rifle).
    4. Place another Item Granter near Spawn Pad 2.
    5. Set its Team ID to 2.
    6. Choose a different item (e.g., Shotgun).

    Why this works: When a player spawns on Pad 1 (Team 1), the game checks: "Who is this player? Oh, Team 1. Does this Item Granter care about Team 1? Yes. Give them the Assault Rifle."

You don’t want Team 1 accidentally shooting Team 2 while trying to high-five.

  1. Go back to Island Settings.
  2. Find Friendly Fire.
  3. Set it to Enabled but configure it to only affect the same team if you want, or just turn it off entirely for a clean 1v1.
    • Better approach: Use the Team Settings device to manage Friendly Fire per team. You can set Team 1 to have friendly fire ON (so teammates can hurt each other in a free-for-all) or OFF.

The Verse Connection: Why Code This?

You might be thinking, "I can do all this with devices, why do I need Verse?" Because devices are static. Verse lets you do dynamic things. Imagine a game where:

  • If Team 1 gets an elimination, Team 2 gets a speed boost.
  • If a player is on Team 1, they spawn with a shield. If on Team 2, they spawn with a rocket launcher.

Devices are great for static setups. Verse is for logic. But first, you need to understand the team structure. Once you grasp Team IDs and Team Settings, you’re ready to write Verse code that reacts to those teams.

Try It Yourself

Challenge: Build a 2v2 Arena.

  1. Set Island Settings to 2 Teams, Team Size 2.
  2. Place 2 Spawn Pads for Team 1 and 2 Spawn Pads for Team 2.
  3. Use Item Granters to give Team 1 SMGs and Team 2 Shotguns.
  4. Bonus: Add a Health Powerup device. Can you set it up so that only Team 1 can heal from it? (Hint: Look for the Team ID property on the Health Powerup device and set it to match Team 1).

Hint: If the powerup isn’t working, check if the player’s Team ID matches the device’s Team ID exactly. Mismatched IDs = no healing.

Recap

  • Teams are defined in Island Settings. You need at least 2 teams to use team-specific devices.
  • Team IDs (1, 2, 3...) are like jersey numbers. Spawn pads and devices use these IDs to know who gets what.
  • Item Granters and Health Powerups can be filtered by Team ID, allowing you to give different teams different gear or abilities.
  • Dynamic Split helps automatically balance teams if you have a variable number of players.

Now go forth and create the ultimate team-based experience. Just remember: if your players are all spawning in the same spot with the same gun, you probably forgot to set the Team IDs!

References

  • https://dev.epicgames.com/documentation/en-us/fortnite-creative/setting-up-teams-in-fortnite-creative
  • https://dev.epicgames.com/documentation/en-us/fortnite/setting-up-teams-in-fortnite-creative
  • https://dev.epicgames.com/documentation/en-us/fortnite-creative/fortnite-creative-glossary
  • https://dev.epicgames.com/documentation/en-us/fortnite/setting-up-your-account-and-teams-in-fortnite-creative
  • https://dev.epicgames.com/documentation/en-us/fortnite-creative/create-an-elimination-game-in-fortnite-creative

Turn this into a guided course

Add setting-up-teams-in-fortnite-creative to your free study plan — we'll suggest related pages and stitch the lot into one compile-checked, self-guided lesson with worked examples and quizzes.

Original tutorial generated by Verse Island from the Verse/UEFN knowledge base, with references to the Epic Games sources above. Code is validated against the knowledge base.

Comments

    Sign in to vote, comment, or suggest an edit. Sign in