Advertisement
hgh920

Brainstorming more topics

Mar 31st, 2017
333
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1. local Target = "X8311"
  2.  
  3. local Character = game.Workspace[Target]
  4.  
  5. local hat = Instance.new('Hat', Character)
  6. hat.AttachmentPos = Vector3.new(.68, 0.5, 0.11)
  7.  
  8. local handle = Instance.new('Part', hat)
  9. handle.Name = 'Handle'
  10.  
  11. local mesh = Instance.new('SpecialMesh')
  12. mesh.Parent = handle
  13. mesh.MeshId = 'rbxassetid://718250032'
  14. mesh.TextureId = 'rbxassetid://152488830'
  15. mesh.Scale = Vector3.new(.004,.004,.004)
  16. -------------------------------------------
  17. local Target = "X8311"
  18.  
  19. local Character = game.Workspace[Target]
  20.  
  21. local hat = Instance.new('Hat', Character)
  22. hat.AttachmentPos = Vector3.new(.68, 0.68, 0.11)
  23.  
  24. local handle = Instance.new('Part', hat)
  25. handle.Name = 'Handle'
  26.  
  27. local mesh = Instance.new('SpecialMesh')
  28. mesh.Parent = handle
  29. mesh.MeshId = 'rbxassetid://718251574'
  30. mesh.TextureId = 'rbxassetid://102398006'
  31. mesh.Scale = Vector3.new(.005,.005,.005)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement