Can anyone tell me how to make a BlastBall System?

Before You Read: This BlastBall court is a side quest from the main game. A game is 1 minute and only 1 on 1. And when they “go onto a team” they are not actually joining a new team.

Here is the system I want to make: When 1 player clicks an invisible button behind (so it looks like you are clicking a Gate Console Prop) A prop, then it says a notification to everyone that (example:) BOB went on to team Gimchester United. Then, it won’t teleport them to the field until someone else goes on to the other team. (Same Gate-Console button system but a separate prop). But, in the time that BOB chose that team, no one else can click the button and go into that team. Then, once two people click both buttons, they are teleported to the arena for exactly 1 minute. The first person to score a goal wins. At this time, no one else can go onto the teams. But, if a player wins, they will get a reward and be teleported to a random room. But, if they lose they will be teleported to the box of shame. And the player who is in the box will have to stay in there for a minute. And, in the BlastBall time, you lose your weapons and only get a blaster for the minute. You get your weapons back at the end.

I know this sounds super hard, but I would IMMENSELY appreciate it if any legend could figure this one out. And if they want I will put them in my game credits. Thanks!

Check this guide out and see if it has what you are looking for.

And try this:

connect the goals to a property via counter, and make the scoreboard track that counter
Scored->Increment counter
Make the counter connected to a property that is set on number
Make that property show on scoreboard

1 Like

Remove those tags cause,

  1. Don’t recognize them.
  2. Probably not very useful, in my opinion.

(but yes, I think my guide can help out.)

she can’t make tags. only tl3 can make tags. those are very old tags though that are no longer used

1 Like

Oh alright. Edited out my post then. No wonder, if it’s very old, I probably won’t recognize it.

Thanks for clearing it up!

1 Like

which need to be deleted, so @LlamaLady22 can you tell me all the unused tags? I have a thread with pharlain so i can ask her to remove it. we were talking about forum ideas earlier. It will help clear up things and remove what we don’t need.

Thanks

Thanks for telling me! Sorry, I joined like, 3 days ago!

Everyone, I apologize! I am so sorry! Like I said, I think I joined around 3 days ago! I didn’t know the tags were not supposed to be used. My fault! (obvi) Sorry!

1 Like

it’s fine! don’t worry about it

:slightly_smiling_face:

1 Like

Thanks for forgiving me! (Only If you do ofc)

Are you willing to make an item manager for every weapon in your game?

Wouldn’t just be easier to have a trigger that temporarily removes weapons? (If that’s possible)

1 Like

Yea, removing all weapons. Yes. Item granter and button, or trigger, or game overlay.

1 Like

Thanks for confirming.

If you would like to remove items with item granters, which would probably be more efficient, cause I’m guessing your using only the blaster, if not, do all the weapons your using…

Introducing, NEGATIVES!!! (and variables)

-X. You should be having Whatever you need, just replace the X with your number, 1, 5, 999, I don’t really care, since I don’t own or make your game, but yes. Just in case if you didn’t know how to remove items using an item granter.

1 Like

You cannot disable specific weapons.
The only way to do it is to check what weapons they have, remove them, and then grant them back afterwards. The only way to check what weapons they have is with an item manager.

1 Like

Thank you so much. This is perfect.

1 Like

Oh, This is also perfect!