local ReplicatedStorage=game:GetService("ReplicatedStorage") local a = Instance.new("Accessory") a.Name = "MLG Shades" local handle = Instance.new("Part") handle.Name = "Handle" handle.Size = Vector3.new(1,1.6,1) handle.Parent = a local faceFrontAttachment = Instance.new("Attachment") faceFrontAttachment.Name = "FaceFrontAttachment" faceFrontAttachment.Position = Vector3.new(0,-0.24,-0.45) faceFrontAttachment.Parent = handle local mesh = Instance.new("SpecialMesh") mesh.Name = "Mesh" mesh.Scale = Vector3.new(0.7, 0.5, 0.7) mesh.MeshId = "rbxassetid://11925144185" mesh.TextureId = "rbxassetid://11925144185" mesh.Parent = handle a.Parent = ReplicatedStorage