Battle Royale

Roblox Battle Royale is a game kit built by internal Roblox developers consisting of multiplayer battles on a large island with destructible buildings, a variety of vehicles and weapons, and interesting areas to explore. The default game loop is simple: join a match, skydive onto the island, stay out of the storm, and survive until you are the last person standing. Players can also build their own structures by laying down building tiles. This project is available to join as a public experience.

Drop onto a region in a classic battle royale experience.

Features

At a high level, Roblox Battle Royale contains the following:

  • Code for 3rd-person cameras.
  • A robust and customizable ranged weapon system, including 9 different weapons preconfigured.
  • A building system.
  • A destruction system.

All of these systems are supported on a wide range of hardware, screen sizes, and game controllers, from mobile phones to Xbox to high-end desktop PCs. The code is designed to be performant and easy to read so anyone can learn how to build a game like this.

Play Modes

There are 4 play modes included in this project:

  • Last One Standing — Traditional battle royale; players who are eliminated are removed from the match and the last person to survive wins.
  • Solo Deathmatch — Players will respawn after dying; the player with the highest kill count wins.
  • Team Deathmatch — Two teams of players attempt to eliminate the other team; the team with players still alive at the end wins.
  • Free Play — Players can enter the game and play around with the building system, weapons, and vehicles.