Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local kick_gun = Instance.new("Tool")
- local handle = Instance.new("Part")
- local mesh = Instance.new("SpecialMesh")
- local hammer = Instance.new("Part")
- local mesh_2 = Instance.new("SpecialMesh")
- local kick = Instance.new("SurfaceGui")
- local textlabel = Instance.new("TextLabel")
- local joint = Instance.new("Weld")
- local event = Instance.new("RemoteEvent")
- kick_gun.GripForward = Vector3.new(0, 0, 1)
- kick_gun.GripRight = Vector3.new(-1, 0, 0)
- kick_gun.GripPos = Vector3.new(0, -0.7, -0.7)
- kick_gun.Grip = CFrame.new(0, -0.7, -0.7) * CFrame.Angles(-3.142, 0, -3.142)
- kick_gun.Name = "Kick gun"
- kick_gun.Parent = game.StarterPack
- handle.CanCollide = false
- handle.Size = Vector3.new(1, 1.2, 4)
- handle.Color = Color3.new(0.294118, 0.592157, 0.294118)
- handle.BrickColor = BrickColor.new("Bright green")
- handle.Name = "Handle"
- handle.Parent = Kick gun
- handle.CFrame = CFrame.new(50.227, 130.475, -80.578)
- mesh.TextureId = "http://www.roblox.com/asset/?id=27469682"
- mesh.MeshType = Enum.MeshType.FileMesh
- mesh.MeshId = "http://www.roblox.com/asset/?id=27469702"
- mesh.Parent = Handle
- hammer.CanCollide = false
- hammer.Size = Vector3.new(2, 0.975, 3.6)
- hammer.Orientation = Vector3.new(0, 0, 90)
- hammer.BottomSurface = Enum.SurfaceType.Smooth
- hammer.BrickColor = BrickColor.new("Dark stone grey")
- hammer.Name = "Hammer"
- hammer.TopSurface = Enum.SurfaceType.Smooth
- hammer.Color = Color3.new(0.388235, 0.372549, 0.384314)
- hammer.Parent = Kick gun
- hammer.CFrame = CFrame.new(50.227, 130.525, -79.377) * CFrame.Angles(0, 0, 1.571)
- mesh_2.MeshType = Enum.MeshType.FileMesh
- mesh_2.Scale = Vector3.new(1.25, 1.25, 1.25)
- mesh_2.MeshId = "http://www.roblox.com/asset/?id=12592754"
- mesh_2.TextureId = "http://www.roblox.com/asset/?id=12592745"
- mesh_2.Parent = Hammer
- kick.LightInfluence = 1
- kick.Face = Enum.NormalId.Bottom
- kick.ClipsDescendants = true
- kick.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- kick.Name = "Kick"
- kick.Parent = Hammer
- textlabel.TextWrapped = true
- textlabel.BackgroundTransparency = 1
- textlabel.Font = Enum.Font.GothamBold
- textlabel.Position = UDim2.new(-0.07, 0, 0, 0)
- textlabel.TextYAlignment = Enum.TextYAlignment.Top
- textlabel.TextScaled = true
- textlabel.Rotation = -90
- textlabel.BackgroundColor3 = Color3.new(1, 1, 1)
- textlabel.TextColor3 = Color3.new(1, 0, 0)
- textlabel.TextSize = 14
- textlabel.Size = UDim2.new(1, 0, 1, 0)
- textlabel.Text = "KICK"
- textlabel.TextStrokeColor3 = Color3.new(1, 0, 0)
- textlabel.Parent = Kick
- joint.Part1 = Handle
- joint.C0 = CFrame.new(-0.05, 0, -1.2) * CFrame.Angles(0, 0, -1.571)
- joint.Part0 = Hammer
- joint.Name = "Joint"
- joint.Parent = Hammer
- event.Name = "Event"
- event.Parent = Kick gun
Advertisement
Add Comment
Please, Sign In to add comment