Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local ReplicatedStorage=game:GetService("ReplicatedStorage")
- local a = Instance.new("Accessory")
- a.Name = "HPGlasses"
- 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(1,1,1)
- mesh.MeshId = "rbxassetid://22053998"
- mesh.TextureId = "rbxassetid://22053986"
- mesh.Parent = handle
- a.Parent = ReplicatedStorage
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement