Multiplayer Experimental
Explore LEGO Island together with other players. Create an island and share the link to get started.
{#if !hasRoom}
{#if !browserInitialized}
{:else}
{/if}
Public Islands
{#if publicRooms.length > 0}
{publicRooms.length >= BROWSER_ROWS ? `${BROWSER_ROWS}+` : publicRooms.length} available
{/if}
{#each browserRows as row (row.id)}
!row.placeholder && navigateToRoom(row.roomId)}>
{#if row.placeholder}
{row.message}
{:else}
{row.roomId}
{row.players}/{row.maxPlayers}
{/if}
{/each}
Third-person camera
Toggle a camera behind your character to see yourself walking and performing emotes.
Nick Brick's Memories
Trigger 300+ original animations together. Fill actor roles and watch scenes play out.
Emotes and interactions
Wave, tip your hat, cycle colors and moods, and pick different walk and idle styles.
Shared world*
See other players on the island. Plants, buildings, and their states are synchronized.
{#if !$gameRunning}
{ selectedActorIndex = idx; sessionStorage.setItem('mp-actor', idx); }}
/>
{/if}
{#if roomFull}
{/if}
Island is full. Wait for a player to leave or create a new island.
{:else} {/if}