OK So… IK there are guides out there on this, however…
The pictures don’t work (IK I’m a visual learner), but the guides are like “do this to this” and don’t say the instructions specifically about what to do and show it in pics
PLS HELP
OK So… IK there are guides out there on this, however…
The pictures don’t work (IK I’m a visual learner), but the guides are like “do this to this” and don’t say the instructions specifically about what to do and show it in pics
PLS HELP
What do you mean by a ‘ready-up’ system?
Like you have to press a button and it “ready’s up” and if the number of players ready up in a game, then like they get transported inside the game
So you’re asking for a system where if players are ready, they press a button and get labeled as “ready to start the game”. Then they have to wait until all players are ready? Yeah, sorry man…I don’t know how to do this
…Sorry I’m not helpful
….
Like a fortnite type of ready up system? i think i made that before, if i can remember i can show you
Place down a button. This button should be the one to allow people to ready up. Wire it to a counter that is linked to a property. The counter should increment when the button is pressed. Have a second trigger that activates every time the button is pressed. Have it check in block code if the ready up property is equal to the amount of players in the game.[1] If it is, broadcast on the channel that moves everyone to the next phase of the game.
search up live player counters to learn more. ↩︎
How do you make the auto ready thing like in your game?
Can you tell me your way of the ready up system?
oh dude i forgot! so get a live player counter
(i know there’s no images)
after that, ima have to make it in game and then show you.
(edit: somehow chatgpt can actually teach you how to do this)
Hmm… that’s interesting, the only problem is, I’m on school com, so Chat GPT is blocked, however there are other secret unblocked AI, so I can try it on that
don’t worry, i’m working on it myself. might make a guide
For the part that has people automatically move on? Just have the game check if players ready = players in game, and move on if they do.
There might be a more efficient way, but here’s how I’d do it:
Tell me if this isn’t quite what you’re looking for or if you need me to explain something in more depth.
this might help
make the game settings so you can j0in after game has started
then make a little lobby where everyone spawns then make a button ONLY THE HOST can push to start the game
you can also add things to do while you wait (like hitting each other with gadgets or mini games idk I’m Stoopid)
Edit: if you want to keep track of the player in game use a zone/trigger on where they spawn and make a counter go up 1 every time someone joins/spawns
This topic was automatically closed 3 hours after the last reply. New replies are no longer allowed.