Sorry, we don't support your browser.  Install a modern browser

tables#1967

hello devolopers
can you add the function to make fully custom tables and the ability to make the normal tables resizeable

a year ago

I would also love this to come with a considerably bigger play area to place background decorations.

a year ago

Many modders have created custom tables of all kinds and so can you. The included tables are essentially legacy objects, and not likely to ever change. The usual method of making a custom table is to start a mod witn no table, spawn an object of the shape you want, lock it, scale it to the right size and add a script to it with
function onLoad()
self.interactable = false
– you can add code for other interesting features too
end
You can add additional parts, (legs, drawers, etc.) in the same way.

a year ago