Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- wait(0)
- player = game.Players.LocalPlayer
- char = player.Character
- extension = "rbxassetid://"
- Pants = char.Pants
- char.Shirt : Destroy()
- Pants.PantsTemplate = extension .. "1812625"
- debounce = false
- h = Instance.new("Hat")
- p = Instance.new("Part")
- h.Name = "LOL"
- p.Parent = h
- p.Position = char:findFirstChild("Head").Position
- p.Name = "Handle"
- p.formFactor = 0
- p.Size = Vector3.new(1.6, 1.3, 1.6)
- p.BottomSurface = 0
- p.TopSurface = 0
- p.Locked = true
- Hat = Instance.new("SpecialMesh", p)
- Hat.MeshId = "http://www.roblox.com/asset/?id=1033714"
- Hat.TextureId = "http://www.roblox.com/asset/?id=1033717"
- h.Parent = char
- h.AttachmentForward = Vector3.new (0, -0.197, -0.98)
- h.AttachmentPos = Vector3.new(0, -0.35, 0)
- h.AttachmentRight = Vector3.new (1, 0, 0)
- h.AttachmentUp = Vector3.new (0, 0.98, -0.197)
- wait(0.01)
- debounce = true
- --remove
- for _, child in pairs(char:GetChildren()) do
- if child.ClassName == 'Accessory' then
- child:Destroy()
- end
- end
- Sound = Instance.new("Sound", char.Torso)
- Sound.SoundId = extension .. "529120413"
- Sound.Looped = true
- Sound : play()
- char.Head.face.Texture = extension .. "246990285"
- char ["Shirt Graphic"].Graphic = "rbxassetid://0"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement