Help with security settings

I was trying to make a script where it teleports the player who touches a part to a private server. However, when I playtested it, I got the error ‘HTTP 403 (Forbidden).’ After doing a little more research, I figured out I needed to enable HTTP requests in the game settings. I looked everywhere for this option, but I can’t find it. I’m really sure where I should put this thread, but any info on this would help.

Game settings → Security → Allow HTTP Requests
image

image

1 Like

HTTP 403 is caused by the server you’re requesting, not HTTP Requests being disabled. What website are you requesting?

1 Like

I’m trying to move a player from one place to another within a game.

Ah, I see. Where exactly in the script does the error occur?

1 Like

Here:

	local code = TeleportService:ReserveServer(game.PlaceId)

I have PlaceId as a variable with the place id in it.

ReserveServer doesn’t work in Studio, it should work just fine in game. You should also try pcalling the statement to prevent any obtrusive errors.

1 Like

Oh, thanks! I should have known.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.