How can I attach an object to the bike? Thank you in advanced =)
Hello use a physics joint point to point check disable collisions make sure the objects touching the bike have no contact response and physics checked. Good luck.![]()
I have another quick question. I want my object that I attach to the bike collide with other things. I figured that out, but how can I get the object on my bike to be stiff. I have a rail attached to my bike and when it hits an objects, it bends back or goes though it, depending on how hard I hit it. How can I fix that?
Try glueing custom collisions with contact response on the part of the rail that you want to collide with things. Just make sure its not touching the bike or rider. Hope this helps.Originally Posted by tritonX13![]()
try point to point , hard , custom settings with combine pivots and disable collisions checked.
Ill try those and see if it works. Thanks guys