game.ReplicatedStorage.Communication.Launch.OnServerEvent:Connect(function(Player, Index)
TeleportService:TeleportToPrivateServer(13656927316, TeleportService:ReserveServer(13656927316), {Player})
end)
i need to send a message to this newly opened private server to tell it some information that it loads upon opening, and i’m curious if i can send the message right after running the teleportservice line
paetemc2
(Dragon_bloxy)
August 16, 2023, 12:18am
#2
I’m not too sure what you are looking for, but I can tell you that you can send data with the teleport using the teleport options. TeleportOptions | Documentation - Roblox Creator Hub
so the server that you opened will receive all the data in the table?
paetemc2
(Dragon_bloxy)
August 16, 2023, 12:20am
#4
yes, you just have to make sure that you are looking for that data
system
(system)
Closed
August 30, 2023, 12:20am
#5
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.