Advertisement
UhhLegoboy

#WeAreNumberOne

Jan 24th, 2017
271
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.43 KB | None | 0 0
  1. wait(0)
  2. player = game.Players.LocalPlayer
  3. char = player.Character
  4. extension = "rbxassetid://"
  5.  
  6. sound = Instance.new("Sound", char.Torso)
  7. sound.SoundId = extension .. "528390400"
  8. sound.Volume = 5
  9. sound.Looped = true
  10. sound : play()
  11.  
  12. char.Head.face.Texture = extension .. "246990268"
  13.  
  14. Shirt = char.Shirt
  15. Pants = char.Pants
  16. Shirt.ShirtTemplate = extension .. "602133242"
  17. Pants.PantsTemplate = extension .. "602134137"
  18.  
  19.  
  20. --remove
  21. char ["Shirt Graphic"].Graphic = "rbxassetid://0"
  22. for _, child in pairs(char:GetChildren()) do
  23. if child.ClassName == 'Accessory' then
  24. child:Destroy()
  25. end
  26. end
  27. debounce = false
  28. h = Instance.new("Accessory")
  29. p = Instance.new("Part")
  30. h.Name = "#WEARENUMBER2"
  31. p.Parent = h
  32. p.Position = char:findFirstChild("Head").Position
  33. p.Name = "Handle"
  34. p.formFactor = 0
  35. p.Size = Vector3.new(2, 1, 2)
  36. p.BottomSurface = 0
  37. p.TopSurface = 0
  38. p.Locked = true
  39. Hat = Instance.new("SpecialMesh", p)
  40. Hat.MeshId = "http://www.roblox.com/asset/?id=15730710"
  41. Hat.TextureId = "http://www.roblox.com/asset/?id=77354781"
  42. h.Parent = char
  43. h.AttachmentForward = Vector3.new (0, 0, -1)
  44. h.AttachmentPos = Vector3.new(0, 0.05, -0.002)
  45. h.AttachmentRight = Vector3.new (1, 0, 0)
  46. h.AttachmentUp = Vector3.new (0, 1, 0)
  47. wait(0.01)
  48. debounce = true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement