StabbableObjectAdds the "stabbable" component to a rigidbody to make it stabbable & climbable.Code#local table = {} function table:Awake() self.host.gameObject:AddComponent(typeof(CL.StabableObj))end return Class(nil,nil,table)CopyComponent#Use this script with LuaBehaviour. No variables required.