Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- wait(0)
- char = game.Players.LocalPlayer.Character
- char.Parent.Name = "legoseed"
- BC = char ["Body Colors"]
- Color = BrickColor.new("Pastel brown")
- for _, child in pairs(char:GetChildren()) do
- if child.ClassName == 'ShirtGraphic' then
- child:Destroy()
- end
- end
- for _, child in pairs(char:GetChildren()) do
- if child.ClassName == 'Accessory' then
- child:Destroy()
- end
- end
- debounce = false
- h = Instance.new("Hat")
- p = Instance.new("Part")
- h.Name = "legoseed"
- 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=1374162"
- Hat.TextureId = "http://www.roblox.com/asset/?id=413485529"
- h.Parent = char
- Hat.Scale = Vector3.new(1.2, 1.2, 1.2)
- h.AttachmentForward = Vector3.new (0, 0, -1)
- h.AttachmentPos = Vector3.new(0, -0.8, 0)
- h.AttachmentRight = Vector3.new (1, 0, 0)
- h.AttachmentUp = Vector3.new (0, 1, 0)
- wait(0.5)
- debounce = true
- char.Head.face.Texture = "rbxassetid://144080495"
- char.Shirt.ShirtTemplate = "rbxassetid://8072659"
- char.Pants.PantsTemplate = "rbxassetid://8072680"
- BC.HeadColor = Color
- BC.LeftArmColor = Color
- BC.LeftLegColor = Color
- BC.RightArmColor = Color
- BC.RightLegColor = Color
- BC.TorsoColor = Color
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement