mirror of
https://github.com/codeninjasgg/roblox-royale-camp.git
synced 2024-11-30 11:07:11 -05:00
1.6 KiB
1.6 KiB
Day 5
Overview 👀
Today we will customize our battle royale game, publish it, and play each others' games in random order.
Follow Along! 👍
First Half
Download this file and open it in Roblox Studio. Publish it to Roblox (Alt+P
) as your final Roblox Royale game, so name it something cool! Change the way that the arena looks by changing the colors, materials, and shapes of existing parts and by adding new parts from the toolbox.
Second Half
Let's open the GameSettings
script (ServerStorage > ModuleScripts > GameSettings
) and update a configuration variable:
GameSettings.matchDuration = 180
💡 Note: We are changing the match duration variable from 10 seconds to 180 seconds. 180 seconds was calculated by taking the amount of seconds in one minute (60) and multiplying it by 3 to get the amount of seconds there are in 3 minutes.
Final Steps 🎉
- Let's save our game one last time by publishing to Roblox (
Alt+P
). - Let's open up the Game Settings in Roblox Studio to change our game to public so that we can play each other's games.
- Let's visit roblox.com, log in if not logged in already, and go to the profile page.
- View Creations and then find the battle royale game, click it, and then send (copy and paste) the game's link to the session's chat for everyone to play.
- Spend the rest of the session taking turns playing each others' games in a random order!