(This is not about Hyra API, included for context) The project I’m working on uses Hyra. I am specifically fetching an API endpoint that periodically that lets you retrieve upcoming sessions. What Hyra provides you with is a join link that will let you directly join a game instance where the session is hosted, like this: https://www.roblox.com/sharecode=9b5a5b8abb2cc847a9(...)&type=ExperienceDetails&stamp=17378(...)
However, the project involves a session board that aims to display these sessions nicely, and provide a join button. Issue arises, I don’t know how to utilize (or if it’s even possible) the sharecode to teleport a player using TeleportService to mentioned sharecode. Keep in mind the placeId is not under the same Experience, so a hacky workaround like MessagingService won’t do any good.
All help appreciated,
natix1