Making a battle royal

so I’m making an battle royal like Fortnite but in makecode. so basically I was wondering if anyone wanted to help like the assets and stuff.

1 Like

some clarifying questions

  1. Is the game multiplayer or is it bots
  2. if bots how many
1 Like

I can help, if you need something in particular! Do you think the game’s going to be 2D or 3D?

2 Likes

for some reason the codes not working and the 1st player can no longer shoot and i cant pick stuff up for the second player

2 Likes

it gonna be multiplayer

1 Like

its gonna be 2d I’m almost done with the first version

1 Like

Share the link and I can help with this error!

1 Like
1 Like

I think your error is here: there are no variables that set “Gun using” to any number. A simple fix is to make it when you overlap with a weapon it sets it to that variable. My guess is you forgot to add it. 2:

Both players share the same Gun using variables. So if I was player two and switched to a mega blaster, so would player one.

If you would like some example code, A little while ago when I first started Make Code I created this: A shooter game called arthropods. Here You can take any code you like, Our code was Kind of similar.

Also recently I learned to use arrays, which would have been a big help with this project. If you want I can give you adam_F’s tutorial.
Hope this helps and If you need more ask me! :smiley:

yea can u help me with the arrays cuz I have no idea how

1 Like