When I do this:
while true do wait(15)if game.Players.NumPlayers >= 1 and script.building.Value == false and script.battling.Value == false and script.playing.Value == false then script.playing.Value = true
In the end, it doesn't work as I planned it to, maybe because the script is wrong, or the way I did it doesn't do what I excepted it to do. Help me please.
-Osfa
Dear Osfa,
Instead of the way you did it, I would probably do it this way instead:
while true do wait(13)if game.Players.NumPlayers >= 1 and script.building.Count.Value == false and script.battling.Count.Value == false and script.playing.Count.Value == false then script.playing.Count.Value = true~
No comments:
Post a Comment