#is it possible to change an objects look, like a tree model to a house for example with a button?
4 messages · Page 1 of 1 (latest)
You cant change the style of buttons, but you can do this:
- Special functions to modify button text (Stuff like
<#FFFFFF>to change a button color) - Use interaction volumes over the model, which are similar to buttons but you cant hold them, only click/"Use"
I dont mean change the button but change the look of something else with a button
oh
There are 2 ways to do this
With either Set Position or Piston V2, have an array of objects
With set position, Save the position of the current object, set the position of the current object to (0,0,0), and set the position of the new object to the saved object position
With a piston, have all the models by X meters apart
Now, when you want to switch models, set the piston distance to Index * X, where "Index" is the model you want to choose, and "X" is the distance between models