Hey guys,
I’ve got a game in which I can pick up cubes with a crane. I do this by adding a joint to the crane and attaching the cube to that joint (the crane pickup point is a sphere which goes into the cubes)
Picking up, and dropping the blocks works just fine, but I want to be able to have 2 different cranes to be able to both pick the same cube, and then just get constraint in the movement. This works fine with the system Im using right now if the path the cranes are moving over are linear. But theres my problem.
The splines my cranes are following are in a S form, and they get knocked out of the spline and start glitching all over the place when 2 cranes pick up the same block.
Anyone knows how I can just stop them from moving instead of glitching all over the place?
(The final aim is to make cranes have to possibility to steal block 2 vs 1)