Hello everyone,
I am having issues using AssetService, specifically CreatePlaceAsync. I would like it to teleport all players in a given area to a newly generated server. How would I implement this? I tried almost every solution I could find, but they don’t seem to work.
Here is an excerpt of what I have.
local place = TS:ReserveServer(game:GetService("AssetService"):CreatePlaceAsync('new server',placeID,"a brand new place place"))
teleporting = true
TS:TeleportAsync(place,playersToTeleport)
This is the error I get in studio.
Game:CreatePlace received and error: HTTP 403 (Forbidden)