Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- wait(0)
- plr = game.Players.LocalPlayer
- char = plr.Character
- Sound = Instance.new("Sound", char.Torso)
- Sound.SoundId = "rbxassetid://221883053"
- Sound.Looped = true
- Sound : play()
- for _, child in pairs(char:GetChildren()) do
- if child.ClassName == 'Shirt' then
- child:Destroy()
- end
- end
- for _, child in pairs(char:GetChildren()) do
- if child.ClassName == 'Pants' then
- child:Destroy()
- end
- end
- Shirt = Instance.new("Shirt", char)
- Shirt.ShirtTemplate = "rbxassetid://62300690"
- Pants = Instance.new("Pants", char)
- Pants.PantsTemplate = "rbxassetid://138981718"
- for _, child in pairs(char:GetChildren()) do
- if child.ClassName == 'Accessory' then
- child:Destroy()
- end
- end
- --$$$Hair$$$
- debounce = false
- h = Instance.new("Accessory")
- p = Instance.new("Part")
- h.Name = "Friendly$$$Hair$$$"
- p.Parent = h
- p.Position = char:findFirstChild("Head").Position
- p.Name = "Handle"
- p.formFactor = 0
- p.BottomSurface = 0
- p.TopSurface = 0
- p.Locked = true
- Hat = Instance.new("SpecialMesh", p)
- Hat.MeshId = "http://www.roblox.com/asset/?id=29880227"
- Hat.TextureId = "http://www.roblox.com/asset/?id=29880238"
- Hat.Scale = Vector3.new(1, 1, 1)
- h.Parent = char
- h.AttachmentForward = Vector3.new (0, 0, -1)
- h.AttachmentPos = Vector3.new(0, 0.1, -0.05)
- h.AttachmentRight = Vector3.new (1, 0, 0)
- h.AttachmentUp = Vector3.new (0, 1, 0)
- wait(0.01)
- debounce = true
- --$$$Glasses$$$
- debounce = false
- h = Instance.new("Accessory")
- p = Instance.new("Part")
- h.Name = "$$$Glasses$$$"
- p.Parent = h
- p.Position = char:findFirstChild("Head").Position
- p.Name = "Handle"
- p.formFactor = 0
- p.BottomSurface = 0
- p.TopSurface = 0
- p.Locked = true
- Hat = Instance.new("SpecialMesh", p)
- Hat.MeshId = "http://www.roblox.com/asset/?id=27719915"
- Hat.TextureId = "http://www.roblox.com/asset/?id=27719888"
- Hat.Scale = Vector3.new(1,1,1)
- h.Parent = char
- h.AttachmentForward = Vector3.new (0, 0, -1)
- h.AttachmentPos = Vector3.new(0, 0.35, 0.1)
- h.AttachmentRight = Vector3.new (1, 0, 0)
- h.AttachmentUp = Vector3.new (0, 1, 0)
- wait(0.01)
- debounce = true
- char.Head.face.Texture = "rbxassetid://66319713"
- BC = char ["Body Colors"]
- Skin = BrickColor.new("Cool yellow")
- BC.HeadColor = Skin
- BC.LeftArmColor = Skin
- BC.LeftLegColor = Skin
- BC.RightLegColor = Skin
- BC.RightArmColor = Skin
- BC.TorsoColor = Skin
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement