How can I run ReserveServer in the Client?

The original post was off of studio output

No it is not 3rd party it is ReserveServer. What was needed all along was this:

table.insert(players, Player)

Yea because I didn’t want to screenshot the game.

You still gotta enable the services in the Studio settings for it to work. I never troubled checking which one though lol, but it definitely is needed.

When you define the table player it will just go to the table Id btw. I saw that mistake.

Try doing for I = 1 # Players do
Then on then on the top do #Players I’m pretty sure this is how a table works.

That’s my bad; I forgot that method takes a list of players. You can also do:

	TS:TeleportToPrivateServer(id, code, {Player})

And save two lines of code.

1 Like