How Many Teleport Data Can You Put?

Just a quick question, how many teleport data can you put in the TeleportToPrivateServer’s parameter? Can you have multiple or only one?

You can have as values as you want, you just have to putn them on a table and use the table as the parameter

How can you do that? Its my first time using the teleport command and don’t know everything yet

local teleporService = game:GetService("TeleportService")
local DataToMove = {}
local player = game:GetService("Players").LocalPlayer
local placeId = "your place id"
local TheValue = "your value"


table.insert(DataToMove, TheValue) --do this with all the values you want to move


teleporService:Teleport(placeId, player, DataToMove)

make something like this, I can’t exactly tell you how to make it because I don’t have you exact script but this should work

ok thanks, it seems to work!

fbaksdjhfbgaksdjhf

1 Like