Is it possible to disable climbing for non truss parts but keep it only for truss parts?

Is it possible to make ONLY truss parts climable? And if possible then how?

1 Like

Just add an invisible anchored part on the mon truss parts?

1 Like

Iv tried that but sometimes you can still climb on them

1 Like

That’s probably because they aren’t covered properly but code wise you could just see if the player is facig a truss part or not by casting a block ray in front of the player and then see if the part is a truss part, with this just enable climbing by setting Humanoid:SetStateEnabled(Enum.HumanoidStateType.Jumping,true) (set it to false to disable climbing.)

2 Likes

Ig that’s prob the only way to do so

1 Like

Yeah… that’s the only two easy ways I see.

1 Like