🔧 SDK ReferenceManagersObjectManagersetFrictionsetFrictionSets the friction of the physics object.Syntaxobject.setFriction(friction);ParametersNameTypeDescriptionfrictionnumberThe friction of the physics object.Exampleobject.setFriction(20);Available on: Client Server