how would i go on about checking if a found game is privated or not?
i’ve tried
if info.Privacy == 'Private' then
passed = false
end
along with other things, which did not work.
i should also mention that the script does work when it finds a public game, hence why i’m asking about how to determine whether a game is privated or not because i can’t get anything to work