[OS Game] Ruddev's Battle Royale Open Sourced

Well, that’s why. You are both on the same team…

OOOOOOOH so if i don’t add my alt on my squad, it wont show up?

Make sure you are on DIFFERENT teams, either play SOLO or squad NO FILL

Ok thank you @macscyfrog for the help!, but hey do you know scripting?

I am a scripter, yes… Hopefully, this works out for you. :slight_smile:

1 Like

Do you know how to make commands for Cmdr? plssss for free cuz i dont have robux

Cmdr is a super simple set-up. https://github.com/evaera/Cmdr
This should guide you!

Yes but you know how to script it right? maybe give me some templates?

I created my own animations btw lol

Nice work! Quick question, I wanted the player to choose the match size, I have turned this code into a value that stores in replicated storage, which changes as the script runs. I also replaced all of the MATCH_SIZE into the .Value.

--local MATCH_SIZE = 30
  local MATCH_SIZE = ReplicatedStorage.Remotes.Size.Value

However, this doesn’t work. Could you help me with this? Thanks a lot.

How can you make it so that its a deathmatch instead of a BR

I do not recommend this at all, as every other player would also have to have the SAME match size. Maybe make “SOLO-30”, and “SOLO-50” in order to do this. Rather than the player picking any.

Hello @macscyfrog,

I need help with something. I wonder how do you make tabs that opens a page like you know in Ruddev’s how when you click on one of the tabs at the top of your screen, it opens a page, that what I want to make because i have been struggling with that yesterday by the time that I’m typing this message and i wonder if you can help me? Thank you.

It’s straightforward if I remember right.
You just need to copy and paste a button and give it a name. And do the same for the page.

If you can remember, what button do I have to rename and also, there must be something inside that game that is connecting those buttons to those pages.

I’m 90% sure it’s all automatic. Just look at the scripts and see what they do.

well then, how come I copied one of the pages and I modified it and it still doesn’t work?

and also, I don’t know how to script but I might be able to understand basic scripts

Did you also copy the button? That is also needed for it to work.

I think i copied everything, also I saw your Roblox profile and I saw that you have your own version of Ruddev’s so maybe try looking back at that game and maybe you can try to remember.