How soon will a newly created server respond to messagingservice messages

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

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?

yes, you just have to make sure that you are looking for that data

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.