Just a quick question, is there any way I can play audio when a player is in the player queue waiting for space in a server? I’d like to play elevator music as a little gag.
There isn’t, since when you’re in the queue you’re not technically in the server or in game yet, nothing, including sounds and more importantly scripts, will load or run
it could be a cool idea to be able to tho.
Use a “queue server” experience. Create a dedicated place in your experience that acts as a waiting room. You can: teleport users there via TeleportService, play music locally using a Sound object while showing a fake “queue” or use matchmaking logic while they wait. You could even combine it with the above to track when space opens in the main server, then teleport users accordingly..
Smoke and mirrors. Programmers can do anything. (or at least make it seem that way)
thats actually a fire idea. didn’t think about creating a fake one!
