voxowl / particubes

Particubes is a platform dedicated to voxel games, games made out of little cubes.
https://particubes.com
MIT License
25 stars 19 forks source link

Lua script Metatables and Metamethods doesn't work #134

Open JackSbertox opened 2 years ago

JackSbertox commented 2 years ago

Using setmetatable(tableA,tableB) and other Meta Data functions gives no results.

aduermael commented 2 years ago

Do you have an example of something you're trying to achieve? setmetatable works for me... 🤔