How do you add to the Roblox Battle Royale Template Lobby?

My game is built off of the Roblox Battle Royale Template from the resources panel in the docs and I’m wondering how to add an Item Shop with skins and a leveling system which rewards skins every (ima say a random value) like 25 levels.

I only use this template because I like the gameplay aspect and I can easily add things like vehicles, weapons, and map so I don’t have to worry but adding a Shop to the lobby has been a challenge for me.

And I also tried to create a custom currency but also couldn’t do that as well.

If you could help then thank you very much!

2 Likes

Creating additive things require you to know how to add the things standalone and then integrating it at best, for the first time. Understanding the system that exists may too help you understand where you should approach this from.

1 Like

I played around with the battle royale template and the lobby was easy to set up. Furthermore, .doesn’t the creator hub explain how to get the lobby? If not, let me see if I can find the rbxl file and send it to you. I’m the lobby was working for me.

I added the link that shows you step by step how to add each queue including the lobby.

I’m not saying that I mean adding an Item Shop and other custom things to the lobby.

2 Likes

Every script is connected to each other just like Roblox’s other systems so it’d be hard to modify something wtihout messing everything up. Also they use Roact

Then you have reasons to start learning about them more. Why don’t you try putting more time and effort into that?

Alright, I’ll try to learn Roact. Thank you so much. Sounds a little corny and cocky but if i do follow what you said I can probably make the best game on roblox possible.

2 Likes

The battle royale is not designed for a weapon shop. Because weapons are giving freely to the players once the round start. As the other poster stated, you must learn how to edit the scripts to fit your needs.

2 Likes