View difference between Paste ID: rNVdbSYL and ME7Uy1Qf
SHOW: | | - or go back to the newest paste.
1
--{{Made By Strazos}}--
2
3
local p = game.Players.LocalPlayer
4
local char = p.Character
5
local larm = char["Left Arm"]
6
local rarm = char["Right Arm"]
7
local lleg = char["Left Leg"]
8
local rleg = char["Right Leg"]
9
local hed = char.Head
10
local torso = char.Torso
11
local hum = char.Humanoid
12
local weld = Instance.new("Weld",torso)
13
weld.Part0 = torso
14
iz = (game.Players.LocalPlayer.Name)
15
is = (game.Players.LocalPlayer.Character)
16
local player = game.Players.LocalPlayer
17
repeat wait() until player.Character.Humanoid
18
local humanoid = player.Character.Humanoid
19
local mouse = player:GetMouse()
20
21
22
local train = Instance.new("Part",torso)
23
train.Anchored = true
24
train.CanCollide = false
25
train.Size = Vector3.new(0,0,0)
26
train.CustomPhysicalProperties = PhysicalProperties.new(0,0,0,0,0)
27
weld.Part1 = train
28
weld.C1 = CFrame.new(0,1.2,-0.5) * CFrame.Angles(0,math.rad(180),0)
29
train.Anchored = false
30
local TrainMesh = Instance.new("SpecialMesh",train)
31
TrainMesh.MeshType = Enum.MeshType.FileMesh
32
TrainMesh.Scale = Vector3.new(0.0005,0.0005,0.0005)
33
TrainMesh.MeshId = "rbxassetid://475920798"
34
TrainMesh.TextureId = "rbxassetid://16627494"
35
36
37
local pseudohead=hed:Clone()
38
for i,x in pairs(pseudohead:GetChildren()) do if not x.ClassName:find('Mesh') then x:Destroy() end end
39
pseudohead.Name='PseudoHead'
40
pseudohead.Parent=char.Head
41
local pseudoweld=Instance.new('Weld',torso)
42
pseudoweld.Part0=hed
43
pseudoweld.Name='PseudoHeadWeld'
44
pseudoweld.Part1=pseudohead
45
hed.Transparency=1
46
for i,x in pairs(char:GetChildren()) do
47
if x:IsA'HHat' then x:destroy'' end end
48
for i,x in pairs(char:GetChildren()) do
49
for a,v in pairs(x:GetChildren()) do
50
if v:IsA'CharacterMesh' then v:destroy''
51
end
52
end
53
end
54
55
56
sound = Instance.new('Sound')
57-
sound.SoundId = 'http://www.roblox.com/asset/?id=311074955'
57+
sound.SoundId = 'http://www.roblox.com/asset/?id=606732470'
58
sound.Looped = false
59
sound.Parent = is.Torso
60-
sound.Volume = 1
60+
sound.Volume = 999999
61
62-
sound2 = Instance.new('Sound')
62+
63-
sound2.SoundId = 'http://www.roblox.com/asset/?id=201674629'
63+
64-
sound2.Looped = false
64+
65-
sound2.Parent = is.Torso
65+
66-
sound2.Volume = 1
66+
67
wait(6)
68
sound:Stop()
69
end
70
end)
71
72
73-
wait(1.2)
73+
74
if key == "z" then
75
game.Chat:Chat(hed,"I have crippling depression", "Blue")
76
wait(6)
77
explode=Instance.new("Explosion",char)
78
explode.Position=char.Torso.Position
79
explode.BlastPressure = 5
80
explode.BlastRadius = math.huge
81
explode.ExplosionType = 5
82-
wait(1.2)
82+
83
end
84
end)
85
86-
explode.BlastRadius = 20
86+
87-
explode.ExplosionType = 2
87+
88
89
is.Animate.walk.WalkAnim.AnimationId = 'http://www.roblox.com/Asset?ID=178130996'
90
is.Animate.idle.Animation1.AnimationId = 'http://www.roblox.com/Asset?ID=178130996'
91
is.Animate.idle.Animation2.AnimationId = 'http://www.roblox.com/Asset?ID=178130996'
92
is.Animate.jump.JumpAnim.AnimationId = 'http://www.roblox.com/Asset?ID=178130996'
93
is.Animate.walk.WalkAnim.AnimationId = 'http://www.roblox.com/Asset?ID=178130996'