Im trying to do something like trade hangout where you can join servers using a gui or something
can someone help kthx
Im trying to do something like trade hangout where you can join servers using a gui or something
can someone help kthx
yeah you would need to list all the servers and you have to make it function to teleport
you can start the listing by doing it in MessagingService
and an example of teleporting to a server can be found in DevHub don’t know where it is but ok
It probably uses the method above I explained
You need to figure out a way to keep track of all currently running servers, and their job ids. This can be done using an external webserver or MessagingService.
You can then teleport players using TeleportToPlaceInstance.
local TeleportService = game:GetService("TeleportService")
TeleportService:TeleportToPlaceInstance(game.PlaceId, jobId, player)