#How do i make a start menu
1 messages · Page 1 of 1 (latest)
Get all players if equals 2 start
How do i do that?
Get all players
I think after that you get count
And then place down an equals chip and if chip
No, how do i start?(im not Smart at all)
Wdym start?
Like to create the menu i just know i need a text
And then to make it so i need atleast 2 ppl to start
What do you mean like to create the menu?
The text (start) that u need to press
I did that but idk how to make it so it teleports u in the game
Just place down an interaction volume on the text
Ok
Place down a set postion circuit and wire it to the interaction volume and then connect the “player that used” to the “target” on the set position circuit, and then place down a vector component and move it to where you want them to be teleported. then place down a get position and wire that to the top part of the vector component and wire the get position to the other part on the set position
Yes
Ok
Should i tap the Button to see If it works?
…yeah why wouldn’t you?
It works
Ok that’s good!
Ty
I think i broke it
Don’t use a equal use a greater then or equal so if there is 3 people in the room you can still start
^
take a picture idk how someone messes up with an interaction vol????
Wire the interaction volume part that says “On Use” to the set position circuit part that’s on the left
It works! now i need to add the atleast 2 players and i need to make a 10 second countdown(idk how to do that)
Just make a delay chip and set for 10 seconds
Or make a delay for one second and then run through itself and subtract 1 int every time and when it reaches 0 then you tp
Where do i wire it?
If then players greater than or equal to -> delay run
I can't understand ):
Can you send picture
Okay.
Step 1: place down an if circuit
Step 2: place down a get all players circuit
Step 3: place down a get count circuit
Step 4: connect the get all players circuit to the get count circuit
Step 5: place down a greater than or equal to circuit
Step 6: connect the red part on the greater than or equal to circuit to the red part on the if circuit
Step 7: wire the “then” part on the if circuit to the delay circuit
Step 8: place down an event definition
Step 9: configure the event definition and name it to whatever you want
Step 10: place down a event sender
Step 11: Configure the event sender to say All instead of local
Step 12: change the event in the event sender to be the customly named event
Step 13: place down an event receiver
Step 14: configure the event receiver to be the customly named event
Step 15: wire the event receiver to the set position circuit
@random drum
When you’re done, send a picture
Wire the interaction volume to the if chip
Place down a “get count” chip
Sorry
“List get count”
Wire the list get count to the get all players
Then on the greater than chip, there are two gray ports on the left, put the list get count on one of them
And manually type into the other one “1”
Then on the delay chip wire the “after delay” to the event sender
Take a screenshot when you’re done
Done but gtg sleep
Ok
There are still a few things wrong so I’ll type them out in as much detail as possible for you when you’re ready
- The circuit that says
Interaction Volumedirectly above the pink box; rewire the orange part that says “On Use” all the way to the circuit that saysifso that they are directly connected with each other - The circuit that is called
ifthe red port; that port is called the “Bool” it is easy to know which port is a bool because it is red and can only be true/false. Wire that red bool on the it chip to the red bool on thegreater thanchip, this way theifchip and thegreater thanchip are directly connected via bool. - The
greater thanchip currently has a yellow port on the left side of it based on your most recent picture. Disconnect it. After disconnecting, it should go from yellow to gray. - The circuit named
list get counthas a green port on the right side of it. This port is called the “int” which is easily known because it is green and can only be whole numbers. Wire this green int port on thelist get countto the top left of thegreater thanchip. - After doing the last step, the bottom left port of the
greater thanchip should be replaced with a new green port that has a zero on it. By opening your maker pen > clicking palette > clicking connect, you can hover over this “0” and single click it one time to open up its menu. On the menu, replace the “0” with a “1”. - Now you have a greater than chip. It will test if the top left number (players in your game) is greater than 1, (at least 2 players to start)
- Place down a new circuit called:
Get Local Player. This circuit will get the player of whom is running the circuit. Wire this circuit to the “target” port on theset positioncircuit
golly
K3 has a new friend
?
he does the same thing you do with the essays and multiple of them
lol
Ohhh 😂 I just really wanted to help this guy
lol That's good 🥹
you could of made this a lot simpler
never
I could make a start menu with 5 circuits😭🙏
proof
A start menu that only works if there are 2 players or more and there is a 10 second countdown before it teleports everyone?
Actually 6
circuits needed:
2 synced bool variables
get all players chip
list get count chip
greater or equals chip
int volume
How would you test if there are 2 or more players
list get count
Ok and what do you do with that information
nothing why do we need it
Why does he have it listed in his example then
in this scenario we need at least 2 players in order to start the game
OK then the other chips are in there, get the count of the get all players, put it in the greater equals make the B port 2
and the you can just place it into anything else
or ya could just use
get all players chip
list get count
greater or equals
if
4 chips now
And we need a 10 second countdown/delay
then add a delay after the if
Im confused what do i need to do
Follow this #1237429390866911293 message
I cant tell if yall are arguing over chips 🥹
U need screenshot? I think it works bc it does not teleport me anymore but i need to test it
Yeah send a pic
Alr, update it works
You tested with another person?
Ok
Ok that looks good’ 👍 if you want, you can place a subtitle and connect it to the “else” part of the if chip and it can say something like “Need 2 players to start”
That îs what i wanted to ask u
And wait 10 second till the game starts notifications
Tysm for the help
Of course!
Where do i need to Connect the subtitle?
On the if circuit, the else port will run when a player tries to start a game with only themself
Player show subtitle?
Yeah
And connect the yellow “player” port to the player port on the interaction volume
Where do i wire the subtitle
?
The else port on the if circuit
And priority?
Priority means if you are to send 2 subtitles at once, the one with the higher priority will show for the player
Oh do i need it?
It says the types of port cannot be connected at subtitles
Remember that ports are color coordinated, int ports are green, and can only go with int ports, execution ports are orange, and can only go with other receiving ports that are also orange
Oh
It also works like a puzzle, the left side can only fit into the right, the receiving end can only be connecting with sending signals, receivers are always on the left, senders on the right. You send a signal and the other circuit receives it
Making a Murderatphrog FanGame îs way harder than i thought , i will wait
Ok, @random drum what part are you having trouble with
Putting the subtitles
Ok what are you trying to do
Make the first You need atleast 2 players to start appear on screen
What are you trying to connect
Ok the purple should look like [“”] by default
Click on it and change it to whatever you want the text to be as a subtitle
I did
No, all ik about circuits îs making a sliding Door, a clicker Button and a currency sistem
Circuits’ wiring flows left to right
I see the Orange one left or right?
So when you wire something together, and it connects in a straight uncurved line, the left one is the sender
The right out is the output, left is the input
A circuit doesn’t do anything unless it is being sent a signal from its receiving/input port
And do i need to wire left to right?
You wire the right side of one circuit to the left side of the other circuit
The right one sends an output, and it flows through the wire, into the left side of a circuit (the left side is the input)
I wired left and right of same circuit
When you send a signal to a circuit, that circuit will send another signal out the right side
So if an if chip receives a signal, it will test if its bool is true or false, and send out a signal proportional to the bool (true=then, false=else)
In this case, your system tests if there are 2+ players, and on the if when there are 2+ players, it sends a true=then signal to start the countdown
This is really hard to understand even tho im 16 i think im too dum
I can try to explain it a bit simpler
think of each circuit as a person
Each with their own designated job
None of the people have any information at hand, so they won’t communicate with each other
But if you tell a person, (send a signal) they will tell whoever they are connected to their information
The person they are telling this to is whatever circuit is connected to it
So if you have one person (if chip) and their job is to check bools, they will get a message from another person saying, “check the bool” and then they will check it. If the bool says true, they send a message to another person through the “then” port, if the bool is false, they will send it through the “else” port. Your system is currently set up so the bool is only true if there is two or more players, so the person will always send a message through the “then” port unless there is only 1 player, then they’ll send it through the “else” port. The else port should be connected to the subtitle port, where their job is to send the subtitle
If there is only one player the if circuit will send an output signal through the else port. The else port should be connected to whatever circuit you want to run if there is only one player, in this case, the subtitle.
Understood
Ok, try it again and let me know if something doesn’t make sense
Now it show the subtitle but it does not start game
You by yourself?
Yes
Then it works
Wdym
Isn’t that what you want
You want it to say you need more players
Right?
Please Organize
@random drum Still need help?
Yes, im too dum
Idk how to organize
@random drum What do you need help with
Organizing doesn’t affect how the circuits work. I wouldn’t worry too much about organizing unless you’re about to put a bunch of circuits together
@random drum ?