How to make random teleport

Hi, I’m trying with Verse, but it’s hard. I’m trying to write a script for a random teleport to a selected space after 15 seconds from the round start, and each player should be in a different location. I need help.

You can do that by adding all your teleporters inside an array and then iterate over the result of Shuffle(Teleporters) so that one teleporter is assigned per player

If I’m right you have a teleport to function. Generate some random numbers within a certain space. Or pre determine some locations either by placing devices or by hard coding them. Then you should be able to teleport players randomly. Don’t forget if you do predetermined ones to remove the location from the array after teleportation. Otherwise there is a slim chance that 2 or more players end up on the same location.

If this doesn’t work let us know in this forum.

Thanks, but I need a script. I only know how to make arrays, const, if, etc., but I can’t use functions. I need a sample script to learn from.

i was learn php js html its easy level for me but verse its hard