#how do i respawn everyone after game ends
1 messages · Page 1 of 1 (latest)
you use Cv2 since its annoyingly hard to pick a random player in Cv1
We can only guide a horse to water, we cannot make it drink the water
In the game rules you can set it to respawn on game end. Use that if useing Game Rules.
If not the use a event definition and a event sender/receiver and set the sender to all. Then set position
He asked on how to pick a killer or smth so i said dat
Oh mb
That's not very accurate but I mean it's a low quality thing to do
It could pick the same player multiple times
A random int and a Varable. Check if the random number equals the last one. If not then take the int number. If true then run again till a new number is found
Make sure to have a delay
👍🏼
You can literally do this exact thing but with a list<player> variable, just save the player into it, if the same player is picked, choose another
It’s not the same thing, one is optimised and one is not