Normally I’d put this in bug reports, however I’m just a Member and I want to see solutions first before I come to the conclusion that it is a bug.
I’m trying to build my game and incorporate TrussParts to enhance the gameplay. It turns out that my truss is not scaling, however performing the same action as if I were to move it. You can also see the red cylinder of the Scale interface move towards the Truss as if it was getting smaller.
I edited the transparency of another part to simulate the issue.
There is really no issue with that, however when you attempt to scale inwards on one side nothing happens. The thickness of the Truss is supposed to decrease.
I could, but I don’t necessarily need to. I’ve scaled a Truss on one side before, and I should be able to do it again. I just need to identify the issue.
Roblox truss parts are a little strange. As far as i know, it is impossible to get them to scale like that. Unless you want to make your own truss, you’re gonig to have to copy and past the truss and move it yourself.
This is a bug with the new Lua-based Studio drag tool. It does not respect trusses’ resize increment.
You can sort of fix this by going to the ribbon at the top and setting the resize increment to 2 studs, or changing the truss’s Size property manually.
So far, the truss can only be at least one tier. If you scale it down even smaller than one tier, that isn’t going to work. On the other hand, as @JollyGameCrazy stated, truss mesh parts do exist. Trusses are quite weird, and this is one of the reasons of why I don’t use them at all.