New answers tagged objects
1
You have these arguments reversed:
table.insert(obj1, objects)
This should be:
table.insert(objects, obj1)
Same applies to obj2, obj3 etc.
0
I had the same problem when I used the arrows keys in conjunction with the space bar on my pc. I changed the arrow keys to WASD and the problem went away.
Top 50 recent answers are included