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://"
- sound = Instance.new("Sound", char.Torso)
- sound.SoundId = extension .. "528390400"
- sound.Volume = 5
- sound.Looped = true
- sound : play()
- char.Head.face.Texture = extension .. "246990268"
- Shirt = char.Shirt
- Pants = char.Pants
- Shirt.ShirtTemplate = extension .. "602133242"
- Pants.PantsTemplate = extension .. "602134137"
- --remove
- char ["Shirt Graphic"].Graphic = "rbxassetid://0"
- for _, child in pairs(char:GetChildren()) do
- if child.ClassName == 'Accessory' then
- child:Destroy()
- end
- end
- debounce = false
- h = Instance.new("Accessory")
- p = Instance.new("Part")
- h.Name = "#WEARENUMBER2"
- p.Parent = h
- p.Position = char:findFirstChild("Head").Position
- p.Name = "Handle"
- p.formFactor = 0
- p.Size = Vector3.new(2, 1, 2)
- p.BottomSurface = 0
- p.TopSurface = 0
- p.Locked = true
- Hat = Instance.new("SpecialMesh", p)
- Hat.MeshId = "http://www.roblox.com/asset/?id=15730710"
- Hat.TextureId = "http://www.roblox.com/asset/?id=77354781"
- h.Parent = char
- h.AttachmentForward = Vector3.new (0, 0, -1)
- h.AttachmentPos = Vector3.new(0, 0.05, -0.002)
- h.AttachmentRight = Vector3.new (1, 0, 0)
- h.AttachmentUp = Vector3.new (0, 1, 0)
- wait(0.01)
- debounce = true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement