Hello fellow scripters!! I have been stumped with an issue for awhile now. How would i make a script that gives a Player a room but only one player per room and there is 6 rooms! i tried using if and else if
how i have it set up is there is 6 bool values labeled room1 -6 if room1.Value == false then i want that player to be assigned to that room. basically i need it to make sure that when the player is added it checks all the rooms to see if its empty (false) and if it is the character is assigned to it then when the character leaves the room goes back to false. sorry if this is confusing