I get the following error every time I run the code:
error CS0120: An object reference is required to access non-static member `UnityEngine.Joint.breakForce'
Joint.breakForce = Mathf.Infinity;
How can I properly write this? I want to set the break force to Mathf.Infinity to render the joint unbreakable.