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