Hello Developers,
when i played a game, there was a button on the gui called “quick join”. so my question was, how do i script a quick join UI Button?
well, i don’t know if you could script one. i’m tried everything, but it didn’t worked. is there ways to do that?
if you could tell me, if there were some ways, then thank you.
thank you for your response,
OutrageousCode
Could you elaborate and tell us more about it? What does the “quick join” button does? Does it sends you straight to the game and skips anything (Cutscenes/Setup) if there’s any?
no, if i click the quick join button, it teleports me instantly to a game. (without wating 5-10 seconds).
the button will quick teleport me into the game.
Well, If you’re looking towards teleporting Players into another game that is not yours (Or a sub-place of your game) you may take a look at TeleportService. The time taken between the player getting teleported depends in the Game performance.
Otherwise, If it’s a game that contains matchmaking or something, I don’t know how you would achive the “no wait”. (except if the code that is used for matchmaking refreshes/updates fast and there’s alot of players playing the game)
1 Like
oh, okay. then i understood. thanks for helping me out.
1 Like