Tabletop Simulator

Tabletop Simulator

View Stats:
JJDrakken Sep 19, 2024 @ 10:01am
So I see 3 shadows on my table.
I have 3 things way above my table locked. I can't see em to click get rid off. Is there mass Unlock option or way to make camera go farther back?? It's flustering seeing em :p
Originally posted by Bone White:
put this into your console (~ button next to the Game chat tab):

lua for _,o in ipairs(getObjects()) do if o.getPosition().y > 20 then o.setPosition(o.getPosition():setAt("y", 20)) end end

this will set any object above y == 20 to y = 20. This should catch most objects except ridiculously large ones (basically an entire room sized object)
< >
Showing 1-2 of 2 comments
The author of this thread has indicated that this post answers the original topic.
Bone White Sep 19, 2024 @ 5:26pm 
put this into your console (~ button next to the Game chat tab):

lua for _,o in ipairs(getObjects()) do if o.getPosition().y > 20 then o.setPosition(o.getPosition():setAt("y", 20)) end end

this will set any object above y == 20 to y = 20. This should catch most objects except ridiculously large ones (basically an entire room sized object)
JJDrakken Sep 19, 2024 @ 6:00pm 
Jeebus H. Pickles. Thank you, that's been annoying F out of me for 2 days now, lol.
< >
Showing 1-2 of 2 comments
Per page: 1530 50

Date Posted: Sep 19, 2024 @ 10:01am
Posts: 2