Room Unioning not working

I’m working on a room unioning system similar to @Imaginze’s . I have most of it, but when I put it together in the Unioner module, I can’t get it to work. Nothing happens at all when you run it. Bassically want I want to have it do is take some boxes and then make it one room with outlets.

RoomUnionTest.rbxl (20.6 KB)

I think you have the scripts in the wrong place.
You might want to try moving them to ServerScriptServices and see if they work from there.

Scripts still run inside workspace :face_with_raised_eyebrow: just not local scripts.

I know… the script I was using was a Script - not a LocalScript