In the developer console, I'm getting error 500.
I get the error when I try to run this:
1 | local getGame,service do |
2 | service = game:getService( 'AssetService' ); |
3 | function getGame(id) |
4 | return service:createPlaceAsync( 'testing_asset' , id); |
5 | end ; |
6 | end ; |
7 |
8 | local id = getGame( 179901945 ); |
9 | 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