Hey, how do I teleport player to random positions? The positions are a vector3 value and is child of a button, there are 10 buttons and each one has the vector3 value (with diff value of course) and I wanna teleport 10 players for examples to 10 different buttons, meaning that each button will have a player standing on the position. I hope I explained it right, I’ve tried multiple scripts that I’ve made but none of them fully worked, in some it teleported 5 players for example and in some it didn’t teleport them at all, most of them do work if I test it alone, but if I go into the local test with 8 players (or a few less) it doesn’t work or only a few gets teleported.
Yes i tried using a for loop to loop through all players and then assign each player to a different position, the issue is that it teleports only a few and not all
Yes no worries, I just remade and deleted the code few times because I changed it, I know I should’ve posted it but I forgot. It doesn’t really matter anymore because I finally managed to get it working after few days of trying lol.