Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- plr=game.Players.LocalPlayer
- char=plr.Character
- char.Torso.Touched:connect(function(h)
- if h.Parent:FindFirstChild('Humanoid') then
- h.Parent.Humanoid.Health=0
- end
- end)
- char.Health:Destroy()
- hum.MaxHealth = math.huge
- wait(0.1)
- hum.Health = math.huge
- hum.MaxHealth = math.huge
- wait(0.1)
- hum.Health = math.huge
- hum.MaxHealth = math.huge
- wait(0.1)
- hum.Health = math.huge
- larm.Size = larm.Size * 5
- rarm.Size = rarm.Size * 5
- lleg.Size = lleg.Size * 5
- rleg.Size = rleg.Size * 5
- torso.Size = torso.Size * 5
- hed.Size = hed.Size * 5
- root.Size = root.Size * 5
- wait(0.2)
- Player = game:GetService("Players").LocalPlayer
- PlayerGui = Player.PlayerGui
- Cam = workspace.CurrentCamera
- Backpack = Player.Backpack
- Character = Player.Character
- Humanoid = Character.Humanoid
- Mouse = Player:GetMouse()
- RootPart = Character["HumanoidRootPart"]
- Torso = Character["Torso"]
- Head = Character["Head"]
- RightArm = Character["Right Arm"]
- LeftArm = Character["Left Arm"]
- RightLeg = Character["Right Leg"]
- LeftLeg = Character["Left Leg"]
- RootJoint = RootPart["RootJoint"]
- Neck = Torso["Neck"]
- RightShoulder = Torso["Right Shoulder"]
- LeftShoulder = Torso["Left Shoulder"]
- RightHip = Torso["Right Hip"]
- LeftHip = Torso["Left Hip"]
- local sick = Instance.new("Sound",Character)
- sick.SoundId = "rbxassetid://301463006"
- sick.Looped = true
- sick.Pitch = 1
- sick.Volume = 3
- sick:Play()
- R15 = true, --Change to true if you're using R15
- R15Parts = {
- 'UpperTorso',
- 'LowerTorso',
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement