dpatt711 1 Posted November 10, 2016 Rope01 = ropeCreate [Crane01, [-14.43, 0, 0.675], Pod1, [0.935, 2.98, 0.79]]; Crane01 is a the "Mobile Crane (Hook)" and Pod1 is a Taru Passenger Pod. However no rope is created. Share this post Link to post Share on other sites
Midnighters 152 Posted November 11, 2016 You may want to try roping the pod1 to the crane01. I've experienced the same issue, and have resolved it using the method above. Share this post Link to post Share on other sites
dpatt711 1 Posted November 11, 2016 You may want to try roping the pod1 to the crane01. I've experienced the same issue, and have resolved it using the method above. Got the ropes to appear, but when I try to shorten the length, the pod spazzes out and flies into the crane at mach 1. Share this post Link to post Share on other sites
Tajin 349 Posted November 11, 2016 You may want to try roping the pod1 to the crane01. I've experienced the same issue, and have resolved it using the method above. No, the crane has to be first. Anyway, make sure you set enableRopeAttach to true for the pod. That might be the issue. https://community.bistudio.com/wiki/enableRopeAttach Share this post Link to post Share on other sites
Spatsiba 89 Posted November 11, 2016 Got the ropes to appear, but when I try to shorten the length, the pod spazzes out and flies into the crane at mach 1. Are you trying to make the ropes pick up a pod or are you just trying to keep them static? Are you trying to sling the pod upwards or just having it at a set height? Share this post Link to post Share on other sites
Midnighters 152 Posted November 11, 2016 No, the crane has to be first. Anyway, make sure you set enableRopeAttach to true for the pod. That might be the issue. https://community.bistudio.com/wiki/enableRopeAttach For my own learning, would you have to enable rope attach for all objects? Because, as to what I remember ropeAttach is a different command. Does ropecreate work alongside? Share this post Link to post Share on other sites
Tajin 349 Posted November 11, 2016 ropeattachto is basically already included in ropecreate. They do the same thing as far as that is concerned. Share this post Link to post Share on other sites
Midnighters 152 Posted November 14, 2016 ropeattachto is basically already included in ropecreate. They do the same thing as far as that is concerned. Cool, thanks. Share this post Link to post Share on other sites