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