How to change dungeon generation size?

Hi all. I want to figure out how I can change the size of the rooms. On the Internet I found an open code for generating dungeons.
Place1.rbxl (82.5 KB)

Would it be ok if you could share the dungeon generation code directly into this forum post so we don’t have to download the file to see it thank you

If I’m understanding the question correctly, it looks like the floors of every room need to be able to divide evenly into the set cell size (CELL_SIZE variable in main generation script). It’s set to 10 here so as long as you keep the length and width of your rooms multiples of 10 you should be good, or you can change the size of the cells to what you deem necessary.