This is a simple resource request, I do not need help with the script itself. I truly do not know where I should begin.
What should I be looking into in order to create this? I’ve guessed tables but it’s likely much more than that and I don’t know where to begin, this is my first time making something like this.
The idea is simple, when a player joins it will assign two players to different rooms and there will be roughly 20 rooms, these rooms will serve the purpose as being able to be decorated and such, though that’s not relevant here.
I have figured that the best result would be using tables to store the players for each room as it being handled inside the script would be better for anti-exploits, rather than having it inside a string which is a child of each room and will contain the two player names. The primary issue that I see arising with this script is how I’m going to make it so the table recognises each room as being different and is able to accurate add players upon join and remove them upon join from the correct rooms.
I don’t exactly know the best way to describe this so if it wasn’t clear enough I can give better clarification.