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