I want to know if it’s possible using TeleportService for reserving servers in another game even if it’s not made by me, because sometimes I want just to chill alone in a server and I can’t just do it in a normal server.
When trying to use TeleportService:ReserveServer and TeleportService:TeleportToPrivateServer() it just gives me in the console the following error. I tried other methods like using TeleportService:TeleportAsync() and TeleportOptions and it doesn’t work too
-- HTTP 400: Bad Request
Also I wanted to know if this breaks the Roblox TOS, just in case
So it seems like you’re trying to reserve a server in another game that isn’t made by you using TeleportService. While this functionality can be useful for creating private experiences, there still are some important things to note.
Correct me if I’m wrong on anything I state bellow:
Your question Can you Reserve Servers in another experience?
Unfortunaly, you cannot reserve a server in an experience that you don’t own using TeleportService.
Roblox’s TeleportService:ReserveServer() and TeleportService:TeleportToPrivateServer() are designed to work only within experiences that you control (i.e., experiences you created). The error you’re receiving (HTTP 400: Bad Request) occurs because you’re attempting to reserve or teleport to a private server in an experience that you do not own.
If you’re looking to what Roblox specifically allows:
You can use TeleportService to teleports players between places within your own experience (as long as it’s under your control)
As long as you’re not trying to bypassing anything that isn’t intended to be done on Roblox, and you stay within the bounds of the Roblox Terms Of Service, you should be fine. If you aren’t sure review their Terms Of Service [Roblox TOS]
The thing is that private servers are free, but anything you buy or you do it isn’t saved for later use in public servers so that why I was asking. I thank you so much anyways for telling me