Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

HTTP 403 Forbidden? What does this mean in relation to reserving a private server?

Asked by 4 years ago

I've been trying to reserve a private server for a list of players that have touched a part, (stored in an array). However, the issue is coming with the line of code in which I'm reserving the private server. This is the code that I have used.

local reserve = TeleportService:ReserveServer(4767149057)

(The ID is the place that I want to teleport to), I have no idea why this is. I thought that it may be a cause of where the place is, but I'm not sure about that. Below is a screenshot where I want to teleport to.

https://gyazo.com/a8ebb7d074aaa982319d27cb3483acfd

0
I don't really know. 403 in roblox normally means that you don't have access to that specific item. Are you sure that the place isn't private and that Roblox Studio API services is on? racso2005 2 — 4y
0
This is because the Teleport API will not run within Studio. Your code should operate just find in-game. Ziffixture 6913 — 4y
0
Actually, even after changing that on both games it is still coming up with the same error. RyanTheLion911 195 — 4y
0
Also, I was testing it in game. RyanTheLion911 195 — 4y

Answer this question