Hi gimkit fans!
Just wondering, I’ve made a race, and how do I make it so whoever came first auto spawns into the first place on the podium and the second with second and so forth. Is it possible to know who came first or second or something?
Thanks anyway. ; )
Please can I get some help on this : )
you should know that the game do that by its self
no it doesn’t, lol
anyways dj fever,
i cant really help, the question you’re asking probably uses block code (i hate block code ;-; )
Set a variable to 1. When a player crosses the line, teleport them to the podium and change a variable by 1. Then the variable is 2. When another player crosses the line, teleport them to the 2nd step of the podium and increase the variable. Do the same for the third player. If the variable is greater than 3 when anyone crosses the line, teleport them to somewhere else.
this setup doesnt work at all, just for your info.
i tried to use a zone wired to a property but that pretty much doesnt work.
also we cant really get one teleporter to teleport 3 people into different places
Use a zone that is placed at the end of the track. When player 1 passes into the zone, teleport them to 1st place and increment a counter. Connect a property with the counter so that the property’s value increases. In the block code of a trigger that triggers when someone passes into the zone, have it receive on the channel that increments the counter. Use the Set Property value piece and add it by one each time that block code is activated.
How do I set like player 1 to cross and player 2 crossing and stuff also could I please get a picture of it or something? Bc I’m really bad at this sort of stuff.
Y’all are making it too complicated with block code and properties and counters and all of the things y’all have been using to make this.
Here’s the simplest way:
Have a zone or laser as the “finish line”. When somebody crosses it, wire it to three triggers. The first trigger is active, while the other two aren’t. Wire the laser/zone to the first trigger first, than the second, then the third. When somebody crosses, deactivate the first one and activate the second trigger. Then when that second trigger gets triggered, deactivate it and activate the third trigger, which deactivates after triggering.
Each trigger should teleport to their respective spots on the podium.
Hope this helps!
This topic was automatically closed 3 hours after the last reply. New replies are no longer allowed.