Elevator problems

I built a very simple elevator in my game and it works fine. The problem is that the players are breaking it intentionally. I have a pickaxe in my game that destroys the welds between parts. The pickaxe is only supposed to be for certain areas though but the players are using it on the elevator, causing it to fall apart. I’ve tried replacing the welds with hinges and rods but it does not work. Is there anything I should try? The elevator is unanchored btw.

1 Like

You could add a bool value or something and name it IgnorePickaxe. In the pickaxe you would make it so it would ignore anything with the child.

1 Like

Yeah, but I’m not really good at scripting.

Can I see the script for the pickaxe?

I used rigid constraint and it was solved

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.