SHOW:
|
|
- or go back to the newest paste.
1 | plr=game.Players.LocalPlayer | |
2 | char=plr.Character | |
3 | char.Torso.Touched:connect(function(h) | |
4 | if h.Parent:FindFirstChild('Humanoid') then | |
5 | h.Parent.Humanoid.Health=0 | |
6 | end | |
7 | end) | |
8 | ||
9 | - | if not do h.Parent:BreakJoints() |
9 | + | |
10 | char.Health:Destroy() | |
11 | hum.MaxHealth = math.huge | |
12 | wait(0.1) | |
13 | hum.Health = math.huge | |
14 | hum.MaxHealth = math.huge | |
15 | wait(0.1) | |
16 | hum.Health = math.huge | |
17 | hum.MaxHealth = math.huge | |
18 | wait(0.1) | |
19 | hum.Health = math.huge | |
20 | larm.Size = larm.Size * 5 | |
21 | rarm.Size = rarm.Size * 5 | |
22 | lleg.Size = lleg.Size * 5 | |
23 | rleg.Size = rleg.Size * 5 | |
24 | torso.Size = torso.Size * 5 | |
25 | hed.Size = hed.Size * 5 | |
26 | root.Size = root.Size * 5 | |
27 | ||
28 | wait(0.2) | |
29 | ||
30 | Player = game:GetService("Players").LocalPlayer | |
31 | PlayerGui = Player.PlayerGui | |
32 | Cam = workspace.CurrentCamera | |
33 | Backpack = Player.Backpack | |
34 | Character = Player.Character | |
35 | Humanoid = Character.Humanoid | |
36 | Mouse = Player:GetMouse() | |
37 | RootPart = Character["HumanoidRootPart"] | |
38 | Torso = Character["Torso"] | |
39 | Head = Character["Head"] | |
40 | RightArm = Character["Right Arm"] | |
41 | LeftArm = Character["Left Arm"] | |
42 | RightLeg = Character["Right Leg"] | |
43 | LeftLeg = Character["Left Leg"] | |
44 | RootJoint = RootPart["RootJoint"] | |
45 | Neck = Torso["Neck"] | |
46 | RightShoulder = Torso["Right Shoulder"] | |
47 | LeftShoulder = Torso["Left Shoulder"] | |
48 | RightHip = Torso["Right Hip"] | |
49 | LeftHip = Torso["Left Hip"] | |
50 | local sick = Instance.new("Sound",Character) | |
51 | sick.SoundId = "rbxassetid://301463006" | |
52 | sick.Looped = true | |
53 | sick.Pitch = 1 | |
54 | sick.Volume = 3 | |
55 | sick:Play() | |
56 | ||
57 | R15 = true, --Change to true if you're using R15 | |
58 | R15Parts = { | |
59 | 'UpperTorso', | |
60 | 'LowerTorso', | |
61 | } | |
62 | } |