Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local Target = "X8311"
- local Character = game.Workspace[Target]
- local hat = Instance.new('Hat', Character)
- hat.AttachmentPos = Vector3.new(.68, 0.5, 0.11)
- local handle = Instance.new('Part', hat)
- handle.Name = 'Handle'
- local mesh = Instance.new('SpecialMesh')
- mesh.Parent = handle
- mesh.MeshId = 'rbxassetid://718250032'
- mesh.TextureId = 'rbxassetid://152488830'
- mesh.Scale = Vector3.new(.004,.004,.004)
- -------------------------------------------
- local Target = "X8311"
- local Character = game.Workspace[Target]
- local hat = Instance.new('Hat', Character)
- hat.AttachmentPos = Vector3.new(.68, 0.68, 0.11)
- local handle = Instance.new('Part', hat)
- handle.Name = 'Handle'
- local mesh = Instance.new('SpecialMesh')
- mesh.Parent = handle
- mesh.MeshId = 'rbxassetid://718251574'
- mesh.TextureId = 'rbxassetid://102398006'
- mesh.Scale = Vector3.new(.005,.005,.005)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement