Tabletop Simulator

Tabletop Simulator

Promotion Tool v3.0
6 Comments
BandedOtter  [author] 8 May, 2023 @ 4:12pm 
There's no command for that. I just execute some code if I mess up a room.
for i, o in pairs(getObjects()) do
o.interactable = false
o.locked = false
end
You'll need to relock everything the way it's supposed to be after unlocking everything.
Adil3tr 3 May, 2023 @ 6:37pm 
I have a mod with a superlocked table, but how do I unlock all superlocked objects in the room? I can't remember the command.
ColColonCleaner 20 Jun, 2022 @ 1:15pm 
Ah neat, good to know. Thanks.
Causener 20 Jun, 2022 @ 11:24am 
@ColColonCleaner I think that's what the !bring command is for.
BandedOtter  [author] 12 Jun, 2022 @ 9:18pm 
Thanks @ColColonCleaner I guess not. !destroy and spawning in a new one seems to be the only way to manage that.
ColColonCleaner 21 Mar, 2022 @ 1:08pm 
Nice work maintaining this! There does not appear to be a way to 'unhide' the board after it is hidden. Am i missing something?