(function () { 'use strict'; var main = function () { var attachment = { modelURL: "http://mpassets.highfidelity.com/76cdc3be-9b4e-4cfc-b185-b67c2ad9d5d1-v1/dreads.fbx", jointName: "HeadTop_End", translation: {"x": 0, "y": -0.130, "z": -0.01}, rotation: {"x": 0, "y": 0, "z": 0, "w": 0}, scale: 1.05, isSoft: false }; Window.alert("Wearing item as an attachment.\nTo remove or make adjustments, please use Avatar > Attachment."); MyAvatar.attach(attachment.modelURL, attachment.jointName, attachment.translation, attachment.rotation, attachment.scale, attachment.isSoft); }; main(); Script.stop(); })();