So I’m trying to use GetPlayers But It’s not seeming to be working.
if Bools:FindFirstChild("Status").Value == false then
for i, player in pairs(game.Players:GetPlayers()) do
print(player)
end
end
And For those who said I didn’t link up the vars I did. I have them and my status value is set to off and even without that if statement it still doesnt work.
Right now you are printing the player instance, try printing player.Name
I just tried this and the game isn’t printing anything for some reason.
Are you sure that Bools.Status is equal to false? I would also add a print at the top to make sure the script is running at all.
Yea its not the bools I just removed the entire if statement and its not working ill add a print at the top though
Some how it was set to true. Don’t know how I remembered setting it to false