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

Help with a HTTP 403 Error?

Asked by 8 years ago

So I'm messing around with game servers and ran into a problem. The code is below. I'm trying to make a copy of the server the player is currently in and then teleport the player to that server.

function PositiveYTouched()
    print("YBrickTouched")

local PlaceId = game:GetService("AssetService"):CreatePlaceAsync('Testing description here', 12684701)

        game:GetService("TeleportService"):Teleport(PlaceId)    
end

game.Workspace.PositiveY.Touched:connect(PositiveYTouched)

Error shows as follows: Game:CreatePlace received and error: HTTP 403 (HTTP/1.1 403 Forbidden).

I'm not really sure what I am doing wrong but any help you can give would be appreciated. Thank you!

0
Bump lordrex12345 25 — 8y

Answer this question