How to enter players in a table

What I want to do is that every time the player triggers the proximityprompt will be entered in a table where they will appear as participants in the race the problem is i don’t know how to add the players to the table

You can use:

table.insert(Table,Player)

You need to get the player first by the event on function and set the table too.

1 Like