Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local b = Instance.new("Accessory")
- b.Name = "lPHat"
- local handle = Instance.new("Part")
- handle.Name = "Handle"
- handle.Size = Vector3.new(1,1.6,1)
- handle.Parent = b
- local HatAttachment = Instance.new("Attachment")
- HatAttachment.Name = "HatAttachment"
- HatAttachment.Position = Vector3.new(0,0,0)
- HatAttachment.Parent = handle
- local mesh = Instance.new("SpecialMesh")
- mesh.Name = "Mesh"
- mesh.Scale = Vector3.new(1, 1, 1)
- mesh.MeshId = "rbxassetid://101099213"
- mesh.TextureId = "rbxassetid://101098928"
- mesh.Parent = handle
- b.Parent = ReplicatedStorage
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement