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.
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.
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.
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
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.
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.