Hello, i cant get TP:ReserveServer(PlaceId) to work, it keeps giving me an error saying “HTTP 403 (Forbidden)”
Here is the code were it does not work:
local TS = game:GetService("TeleportService")
local code = TS:ReserveServer(PlaceID)
-- just some stuff here that is not the promblem since i removed it before and still broke
TS:TeleportToPrivateServer(PlaceID,code,join)
Thanks for helping