Docs (https://mlapi.network/wiki/connection-approval/) has: ``` callback(clientId, prefabHash, approve, positionToSpawnAt, rotationToSpawnWith); ``` According to API (https://mlapi.network/api/connection-approved-delegate/) it should be: ``` callback(createPlayerObject, playerPrefabHash, approved, position, rotation); ```