Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local Player = game.Players.localPlayer
- local Character = Player.Character
- local Humanoid = Character.Humanoid
- local Head = Character.Head
- local Torso = Character.Torso
- local Orin = "rbxassetid://629947734"
- Head.face.Texture = Orin
- spawn(function()
- while wait() do
- Head.BrickColor = BrickColor.new("White")
- RightArm.BrickColor = BrickColor.new("White")
- LeftArm.BrickColor = BrickColor.new("White")
- Torso.BrickColor = BrickColor.new("Really black")
- RightLeg.BrickColor = BrickColor.new("Really black")
- LeftLeg.BrickColor = BrickColor.new("Really black")
- end
- end)
- for i,v in pairs(Character:children()) do
- if v:IsA("Shirt") then
- v:Destroy()
- end
- end
- for i,v in pairs(Character:children()) do
- if v:IsA("Pants") then
- v:Destroy()
- end
- end
- for i,v in pairs(Character:children()) do
- if v:IsA("Accessory") then
- v:Destroy()
- end
- end
- for i,v in pairs(Character:children()) do
- if v:IsA("Hair") then
- v:Destroy()
- end
- end
- shirt = Instance.new("Shirt", Character)
- shirt.Name = "Shirt"
- pants = Instance.new("Pants", Character)
- pants.Name = "Pants"
- Character.Shirt.ShirtTemplate = "http://www.roblox.com/asset/?id=346137113"
- Character.Pants.PantsTemplate = "http://www.roblox.com/asset/?id=752480227"
- Humanoid.Animator.Parent = nil
- Character.Animate.Parent = nil
- hat = Instance.new("Hat", game.ReplicatedStorage)
- hat.Name = "Guestium Hat"
- hat.AttachmentForward = Vector3.new(0,0,-1)
- hat.AttachmentPos = Vector3.new(0,-0.05,0.1)
- hat.AttachmentRight = Vector3.new(1,0,0)
- hat.AttachmentUp = Vector3.new(0,1,0)
- local handle = Instance.new("Part",hat)
- handle.Rotation = Vector3.new(0, 90, 0)
- handle.Name = "Handle"
- handle.TopSurface = "Smooth"
- handle.BottomSurface = "Smooth"
- handle.Size = Vector3.new(1,1,2)
- local mesh = Instance.new("SpecialMesh",handle)
- mesh.MeshType = "FileMesh"
- mesh.MeshId = "http://www.roblox.com/asset/?id=46834172"
- mesh.TextureId = "rbxassetid://340317428"
- mesh.Scale = Vector3.new(1.05,1.05,1.05)
- hat.Parent = Character
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement