I am trying to make a game where the player can weld things together and unweld them. Basically like the objects become one object and with a click you can unweld them and make them two again
Maybe an idea, if your going to keep “welding the blocks” you could just replaced the two pieces into one single object. And when they “unweld” just delete the single object and spawn the two separate?
basically you can set a Parent of two objects to one or you can replace it with an other object that looks like combined of two
the question is with an script or without (only logic bricks)