Invalid argument #2 to 'random' (interval is empty)

nope the only item that named Ventpos is the position folder

You really have to debug your code at this point. When testing your game, check that the parts exist in the folder. Perhaps there something else interfering with your parts existence or something along the lines of that.

Sorry for the bump, but it looks like this never got solved, and I encountered a similar error such as this when I was searching.

You cannot name all of the parts the same thing. The table is creating a list of “Position, Position, Position” and that’s just not possible if you’re familiar with tables.

For anyone who happened to find this post due to the bump I just did and is confused on how to fix this, simply change all the parts with the same name to things that are different like Position1, Position2, and Position3.

3 Likes