Hello everyone, new scripter and new member of DevForum here!
I’m currently making a story game using Ponchokings’ tutorials, I’m using his Tutorial Gate in my game (Tutorial Gate - Roblox). As shown in his video, what I need to do is insert my placeId and I’m good to go. Everything runs smoothly in his video, however, I’m on the opposite situation. I keep getting HTTP 403 (Forbidden) at line 41, please refer to the screenshot below:
@amalnk0007 is correct, roblox studios servers are run locally and are not able to create Reserved Servers via it,
I would try programming this and therefore testing it out in the physical game to make sure it works.
Keep in mind if you make a ReservedServer you will need to teleport them.
You don’t need to pcall. Using pcall will not fix the issue. The only thing that pcall will do is catch any errors that might occur so you can appropriately handle them.
To the op, what place id are you trying to create a reserved server for? IIRC it has to be the same place as the place you’re calling it from.
I have stated that I’ve look through it in my post already. Also tried to copy and paste their codes into a new script, still not working, the output is the same.
I’m just making sure, are you familiar with universes? To use reserved server it had to be with a place under the same universe as the place you’re using it from.
To add onto this,
to have a game under the same universe you need to open Game Explorer > Right click places > Add new place > Name it and everything, then upload your game to that.