Forum Discussion

🚨 This forum is archived and read-only. To submit a forum post, please visit our new Developer Forum. 🚨
LNATIONDEV's avatar
LNATIONDEV
Partner
5 months ago

Lobby Tutorial

Hi, I've just been through the lobby tutorial (Meta Developers) and found the following invalid snippet:

(this.props.matchSpawnPoint as any).as(hz.SpawnPointGizmo).teleportPlayer(enteredBy);

It should be:

(this.props.matchSpawnPoint as any).as(hz.SpawnPointGizmo).teleportPlayer(player);

Also on the same page there is a step to add a single property however in the screenshot you add both properties this could be a little confusing for someone new when they only add the property like asked.

 

No RepliesBe the first to reply