There is a bug with GetPlayerPlaceInstanceAsync where the “success” value often/sometimes returns false even though the request was successful. Do not rely on the first value – just check if the placeId / instanceId that are returned are not nil. The reason why you don’t see a teleport error is because the request was actually successful even though “success” was false. The error message is nothing, an empty string.