Tabletop Simulator

Tabletop Simulator

View Stats:
Yah'Rii Sep 21, 2018 @ 11:09am
Uninteractable objects?
Hi.

I was wondering if there is a way to make an object uninteractable.
Like for instance if i make a pawn, it would be not clickable and unable to move or zoom in at with alt (default), as if it where part of the table.

Especially the zooming part is a problem right now.


Thanks.
Originally posted by Psyrek:
Than can be done with Lua scripting easy enough:

function onStart()
self.interactable = false
end
< >
Showing 1-7 of 7 comments
The author of this thread has indicated that this post answers the original topic.
Psyrek Sep 21, 2018 @ 11:25am 
Than can be done with Lua scripting easy enough:

function onStart()
self.interactable = false
end
Yah'Rii Sep 21, 2018 @ 11:42am 
Originally posted by Psyrek:
Than can be done with Lua scripting easy enough:

function onStart()
self.interactable = false
end

WHOO that did the trick! Thank you sir!
Psyrek Sep 21, 2018 @ 12:12pm 
No problem
Terrovar Mar 28, 2019 @ 8:45am 
What do you do with this script? Just right-click the object in question, click scripts and apply it there? I tried to do that and the object was still clickable...
Psyrek Mar 28, 2019 @ 9:57am 
Sorry I believe that piece of code no longer works if it did in the first place, try:

function onLoad()
self.interactable = false
end
Terrovar Mar 29, 2019 @ 6:07am 
It works! Thank you!
Psyrek Mar 29, 2019 @ 8:42am 
Glad that worked for you
< >
Showing 1-7 of 7 comments
Per page: 1530 50

Date Posted: Sep 21, 2018 @ 11:09am
Posts: 7