IsSpectator does not detect spectators

Please select what you are reporting on:

Verse

What Type of Bug are you experiencing?

Verse

Summary

IsSpectator() does not detect spectators in a game.

Steps to Reproduce

SetSpectators()<suspends>:void =
    AllPlayers := GetPlayspace().GetPlayers()
    for (TeamPlayer:AllPlayers):
        if (TeamPlayer.IsSpectator[]):
            Print("Spectator found")
        else:
            Print("Spectator not found")

Expected Result

Spectators should be detected

Observed Result

Player isn’t detected as spectator

Platform(s)

Windows 11

The status of UCB-1065 incident has been moved from ‘Needs Triage’ to ‘Closed’.