Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- plr = game.Players.LocalPlayer
- char = plr.Character
- -- Music
- local music = Instance.new("Sound",char)
- music.SoundId = "rbxassetid://1030796589"
- music.Volume = 1
- music:Play()
- music.Looped = true
- --Remove
- for _, child in pairs(char:GetChildren()) do
- if child.ClassName == 'CharacterMesh' then
- child:Destroy()
- end
- end
- wait(0.1)
- local torso = Instance.new("CharacterMesh", game.Workspace)
- torso.BodyPart = "Torso"
- torso.MeshId = "82907945"
- torso.Parent = char
- local lleg = Instance.new("CharacterMesh", game.Workspace)
- lleg.BodyPart = "LeftLeg"
- lleg.MeshId = "81487640"
- lleg.Parent = char
- local rleg = Instance.new("CharacterMesh", game.Workspace)
- rleg.BodyPart = "RightLeg"
- rleg.MeshId = "81487710"
- rleg.Parent = char
- local larm = Instance.new("CharacterMesh", game.Workspace)
- larm.BodyPart = "LeftArm"
- larm.MeshId = "82907977"
- larm.Parent = char
- local rarm = Instance.new("CharacterMesh", game.Workspace)
- rarm.BodyPart = "RightArm"
- rarm.MeshId = "82908019"
- rarm.Parent = char
- shirt = char.Shirt
- shirt.ShirtTemplate = "http://www.roblox.com/asset/?id=607785311"
- pants = char.Pants
- pants.PantsTemplate = "http://www.roblox.com/asset/?id=348211416"
- -- Color
- local bdycolors = char["Body Colors"]
- bdycolors.HeadColor = BrickColor.new("Lily white")
- bdycolors.LeftArmColor = BrickColor.new("Lily white")
- bdycolors.RightArmColor = BrickColor.new("Lily white")
- bdycolors.LeftLegColor = BrickColor.new("Lily white")
- bdycolors.RightLegColor = BrickColor.new("Lily white")
- bdycolors.TorsoColor = BrickColor.new("Lily white")
- char.Head.face.Texture = "http://www.roblox.com/asset/?id=288072938"
- local You = "Subaru112" local head = workspace[You].Head:Clone() local model = Instance.new("Model",char) local humanoid = Instance.new("Humanoid",model) head.Parent = model model.Name = "ROBLOX" humanoid.MaxHealth = 0 local w = Instance.new("Weld",model) w.Part0,w.Part1 = workspace[You].Head,head
- char["Head"].Transparency = 1
- char.Head.face.Texture = "http://www.roblox.com/asset/?id=0"
- char.Humanoid.WalkSpeed = 30
- char.Humanoid.JumpPower = 50
- b = Instance.new("Hat")
- e = Instance.new("Part")
- b.Name = "hammer"
- e.Parent = b
- e.Position = char.Head.Position
- e.Name = "Handle"
- e.formFactor = 0
- e.Size = Vector3.new(1, 4, 1)
- e.BottomSurface = 0
- e.TopSurface = 0
- e.Locked = true
- q = Instance.new("SpecialMesh")
- q.Parent= e
- q.MeshType = "FileMesh"
- q.MeshId = "rbxassetid://10604848"
- q.TextureId = "rbxassetid://10605252"
- q.Scale = Vector3.new(0.5, 0.5, 0.5)
- b.Parent = char
- b.AttachmentPos = Vector3.new(0.903, 2.039, -1.26)
- b.AttachmentUp = Vector3.new(0.124, 0.851, -0.51)
- b.AttachmentRight = Vector3.new(0.073, 0.505, 0.86)
- b.AttachmentForward = Vector3.new(0.99, -0.144, 0)
- a = Instance.new("Hat")
- r = Instance.new("Part")
- a.Name = "arm"
- r.Parent = a
- r.Position = char.Head.Position
- r.Name = "Handle"
- r.formFactor = 0
- r.Size = Vector3.new(1, 2, 1)
- r.BottomSurface = 0
- r.TopSurface = 0
- r.Locked = true
- r.Transparency = 1
- t = Instance.new("SpecialMesh")
- t.Parent= r
- t.MeshType = "FileMesh"
- t.MeshId = "rbxassetid://82907977"
- t.TextureId = "rbxassetid://607785311"
- t.Scale = Vector3.new(1, 1, 1)
- a.Parent = char
- a.AttachmentPos = Vector3.new(1.257, -0.169, -1.422)
- a.AttachmentUp = Vector3.new(-0, -0, -1)
- a.AttachmentRight = Vector3.new(0.594, -0.805, 0)
- a.AttachmentForward = Vector3.new(-0.805, -0.594, 0)
- --Hat Remove
- for _, child in pairs(char:GetChildren()) do
- if child.ClassName == 'Accessory' then
- child:Destroy()
- end
- end
- --Instance.new
- local Tool = Instance.new("Tool", game.Workspace)
- Tool.Name = "banhammer"
- local Handle = Instance.new("Part", Tool)
- Handle.Name = "Handle"
- Handle.Size = Vector3.new(1, 4, 1)
- local Mesh = Instance.new("SpecialMesh", Handle)
- Mesh.MeshType = "FileMesh"
- Mesh.MeshId = "http://www.roblox.com/asset/?id=10604848"
- Mesh.Scale = Vector3.new(0.5, 0.5, 0.5)
- Mesh.TextureId = "http://www.roblox.com/asset/?id=10605252"
- Tool.GripPos = Vector3.new(0, -1.173, 0)
- Tool.Parent = plr.Backpack
- --Sound
- local what = Instance.new("Sound", Handle)
- local ban = Instance.new("Sound", Handle)
- local alarm = Instance.new("Sound", Handle)
- what.SoundId = "rbxassetid://948494432"
- ban.SoundId = "rbxassetid://147722910"
- alarm.SoundId = "rbxassetid://176820116"
- --i have a Head
- Tool.Equipped:connect(function()
- what:Play()
- char.hammer.Handle.Transparency = 1
- char.arm.Handle.Transparency = 0
- char["Left Arm"].Transparency = 1
- end)
- Tool.Unequipped:connect(function()
- char.hammer.Handle.Transparency = 0
- char.arm.Handle.Transparency = 1
- char["Left Arm"].Transparency = 0
- end)
- Tool.Activated:connect(function()
- alarm:Play()
- function onTouched(brick)
- local humn = brick.Parent:FindFirstChildOfClass("Humanoid")
- if humn then
- for i,v in pairs(humn.Parent:GetChildren()) do
- if v.ClassName == "Part" then
- humn:Destroy()
- v:Destroy()
- ban:Play()
- end
- end
- end
- end
- char.banhammer.Handle.Touched:connect(onTouched)
- end)
- Tool.Activated:connect(function()
- alarm:Play()
- function onTouched(brick)
- local humn = brick.Parent:FindFirstChildOfClass("MeshPart")
- if humn then
- for i,v in pairs(humn.Parent:GetChildren()) do
- if v.ClassName == "MeshPart" then
- v:Destroy()
- end
- end
- end
- end
- char.banhammer.Handle.Touched:connect(onTouched)
- end)
- h = Instance.new("Hat")
- p = Instance.new("Part")
- h.Name = "Hat"
- p.Parent = h
- p.Position = char.Head.Position
- p.Name = "Handle"
- p.formFactor = 0
- p.Size = Vector3.new(1.2, 0.8, 1.4)
- p.BottomSurface = 0
- p.TopSurface = 0
- p.Locked = true
- m = Instance.new("SpecialMesh")
- m.Parent= p
- m.MeshType = "FileMesh"
- m.MeshId = "http://www.roblox.com/asset?id=71483350"
- m.TextureId = "http://www.roblox.com/asset/?id=607698990"
- m.Scale = Vector3.new(0.66, 0.66, 0.66)
- h.Parent = char
- h.AttachmentPos = Vector3.new(0, -0.075, 0.2)
- h.AttachmentUp = Vector3.new(0, 1, 0)
- h.AttachmentRight = Vector3.new(1, 0, 0)
- h.AttachmentForward = Vector3.new(0, 0, -1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement