In the developer console, I'm getting error 500.
I get the error when I try to run this:
local getGame,service do service = game:getService('AssetService'); function getGame(id) return service:createPlaceAsync('testing_asset', id); end; end; local id = getGame(179901945); game:getService('TeleportService'):Teleport(id,game.Players:WaitForChild('KOTwarrior'));
I'm not sure what I'm doing wrong.
Other possibilities
Possibilities:
-You did not enable the correct APIs on the Configure page -On line 4, you need to specify a description
DO NOT DOWNVOTE, I AM RESEARCHING