Find the first entity with a given tag.
The tag to search for
The entity ID of the first match, or 0 if none found
const player = sg.findByTag('player'); Copy
const player = sg.findByTag('player');
Find the first entity with a given tag.