View difference between Paste ID: CRftSemn and Khs1ESTH
SHOW: | | - or go back to the newest paste.
1-
-- By Theamazingnater
1+
2-
-- hi
2+
3
4
5
-- Defining RenderStepped?
6
renders = game:GetService("RunService").RenderStepped
7
-- Intro
8
char.Torso.roblox.Texture = "rbxassetid://305296807"
9
local rhandclone = game.Players.LocalPlayer.Character.Torso["Right Shoulder"]:Clone()
10
        local rhandweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
11
        rhandweld.Part0 = game.Players.LocalPlayer.Character.Torso
12
        rhandweld.Part1 = game.Players.LocalPlayer.Character["Right Arm"]
13
        rhandweld.C0 = CFrame.new(1.5, 0, 0, 1, -1.6395192e-43, 0, -1.6395192e-43, 1, 0, 0, 0, 1)
14
        local lhandclone = game.Players.LocalPlayer.Character.Torso["Left Shoulder"]:Clone()
15
        local lhandweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
16
        lhandweld.Part0 = game.Players.LocalPlayer.Character.Torso
17
        lhandweld.Part1 = game.Players.LocalPlayer.Character["Left Arm"]
18
        lhandweld.C0 = CFrame.new(-1.5, 0, 0, 1, -1.6395192e-43, 0, -1.6395192e-43, 1, 0, 0, 0, 1)
19
        local llegclone = game.Players.LocalPlayer.Character.Torso["Left Hip"]:Clone()
20
        game.Players.LocalPlayer.Character.Torso["Left Hip"]:Remove()
21
        local llegweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
22
        llegweld.Part0 = game.Players.LocalPlayer.Character.Torso
23
        llegweld.Part1 = game.Players.LocalPlayer.Character["Left Leg"]
24
        llegweld.C0 = CFrame.new(-0.5, -1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0) * CFrame.new(0,-1,0)
25
        local rlegclone = game.Players.LocalPlayer.Character.Torso["Right Hip"]:Clone()
26
        game.Players.LocalPlayer.Character.Torso["Right Hip"]:Remove()
27
        local rlegweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
28
        rlegweld.Part0 = game.Players.LocalPlayer.Character.Torso
29
        rlegweld.Part1 = game.Players.LocalPlayer.Character["Right Leg"]
30
        rlegweld.C0 = CFrame.new(0.5, -1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0) * CFrame.new(0,-1,0)
31
        local rootjointclone = game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint:Clone()
32
        game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint:Remove()
33
        local humanoidrootpart = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
34
        humanoidrootpart.Part0 = game.Players.LocalPlayer.Character.HumanoidRootPart
35
        humanoidrootpart.Part1 = game.Players.LocalPlayer.Character.Torso
36
        local heed = game.Players.LocalPlayer.Character.Torso["Neck"]:Clone()
37
        local headweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
38
        headweld.Part0 = game.Players.LocalPlayer.Character.Torso
39
        headweld.Part1 = game.Players.LocalPlayer.Character.Head
40
        headweld.C0 = headweld.C0 * CFrame.new(0,1.5,0)
41
local gunshot = Instance.new("Sound",char.Torso)
42
gunshot.Name = "BANG"
43
gunshot.SoundId = "rbxassetid://213603013"
44
gunshot.Volume = 2
45
gunshot:Play()
46
char.Humanoid.WalkSpeed = 0
47
char.Humanoid.JumpPower = 0
48
for i = 0,1 , 0.03 do
49
	rlegweld.C0 = rlegweld.C0:lerp(CFrame.new(0.975958347, -2.06729031, 0, 0.905177712, -0.425033659, 8.83524214e-27, 0.425034732, 0.905179977, 4.223007e-27, -1.05518035e-26, 3.02922588e-28, 1.0000025),i)
50
	llegweld.C0 = llegweld.C0:lerp(CFrame.new(-0.901434898, -1.97289896, 0, 0.896831989, 0.442371875, -3.88750654e-27, -0.442372978, 0.896834254, 5.09510506e-27, 4.69530011e-27, -3.35739201e-27, 1.0000025),i)
51
	rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(1.98829222, 0.555973053, 0, -0.0983736441, -0.995149612, 6.86624532e-27, 0.995152056, -0.0983738229, 1.33999472e-26, -1.25618211e-26, 9.13816473e-27, 1.0000025),i)
52
	lhandweld.C0 = lhandweld.C0:lerp(CFrame.new(-1.80910063, 0.148392916, 0, 0.586558223, 0.80990839, -5.84135723e-26, -0.809910417, 0.586559713, -6.21380681e-26, -1.6509281e-26, 8.28998148e-26, 1.0000025),i)
53
    humanoidrootpart.C0 = humanoidrootpart.C0:lerp(CFrame.new(0, -2.50004101, 2.00000429, 1, -4.90253133e-27, 8.98669496e-27, 8.98670343e-27, 1.77323375e-06, -1, 4.90251553e-27, 1, 1.77323375e-06),i)
54
	renders:wait()
55
end
56
wait(3)
57
local scream = Instance.new("Sound",char.Torso)
58
scream.SoundId = "rbxassetid://138167455"
59
scream.Volume = 4
60
scream:Play()
61
char.Head.face.Texture = "http://www.roblox.com/asset/?id=1364114735"
62
for i = 0,1 , 0.03 do
63
	rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(1.52452374, 0.510128379, -0.901310444, -0.0983733907, 0.0243432298, 0.994851828, 0.995149672, 0.00240636896, 0.0983439684, 2.91038305e-08, 0.999700963, -0.0244618785),i)
64
	renders:wait()
65
end
66
wait(5)
67
char.Head.face.Texture = "http://www.roblox.com/asset/?id=295197013"
68
for i = 0,1 , 0.03 do
69
	rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(1.98829222, 0.555973053, 0, -0.0983736441, -0.995149612, 6.86624532e-27, 0.995152056, -0.0983738229, 1.33999472e-26, -1.25618211e-26, 9.13816473e-27, 1.0000025),i)
70
	renders:wait()
71
end
72
local Part0 = Instance.new("Part")
73
Part0.Name = "bl00d"
74
Part0.CanCollide = false
75
Part0.Anchored = true
76
Part0.Parent = char
77
Part0.BrickColor = BrickColor.new("White")
78
Part0.Rotation = Vector3.new(0, 0, 90)
79-
Part0.BrickColor = BrickColor.new("Crimson")
79+
80
Part0.Size = Vector3.new(0.310000002, 1.77000022, 2)
81
Part0.CFrame = CFrame.new(10.5427914, 1.28072846, 11.4908791, 4.47034836e-07, -1.00000215, 0, 1.00000215, 4.47034836e-07, 0, 0, 0, 1)
82
Part0.Color = Color3.new(0.458824, 0, 0)
83
Part0.Position = Vector3.new(10.5427914, 1.28072846, 11.4908791)
84
Part0.Orientation = Vector3.new(0, 0, 90)
85
Part0.Color = Color3.new(0.458824, 0, 0)
86
for i = 1,400 do
87
 game.Players.LocalPlayer.Character.Head.CanCollide = false
88
 Part0.Size = Part0.Size + Vector3.new(0,0.01,0.01)
89
 Part0.CFrame = game.Players.LocalPlayer.Character.Torso.CFrame * CFrame.new(0,0,0.4)
90
 Part0.CFrame = Part0.CFrame * CFrame.fromEulerAnglesXYZ(0,math.pi/2,0)
91
 game:GetService("RunService").Stepped:wait()
92
end
93
wait(4)
94
for i = 0,1 , 0.03 do
95
	lhandweld.C0 = lhandweld.C0:lerp(CFrame.new(-1.5, 0, 0, 1, -1.6395192e-43, 0, -1.6395192e-43, 1, 0, 0, 0, 1),i)
96
	llegweld.C0 = llegweld.C0:lerp(CFrame.new(-0.5, -1.9999913, 0, 1, 0, 0, 0, 0.999995589, 0, 0, 0, 1),i)
97
	rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(1.5, 0, 0, 1, -1.6395192e-43, 0, -1.6395192e-43, 1, 0, 0, 0, 1),i)
98
	rlegweld.C0 = rlegweld.C0:lerp(CFrame.new(0.5, -1.9999913, 0, 1, 0, 0, 0, 0.999995589, 0, 0, 0, 1),i)
99
	headweld.C0 = headweld.C0:lerp(CFrame.new(0, 1.4999938, 0, 1, 0, 0, 0, 0.999995708, 0, 0, 0, 1),i)
100
	humanoidrootpart.C0 = humanoidrootpart.C0:lerp(CFrame.new(0, 0, 0, 1, 0, 0, 0, 0.999995708, 0, 0, 0, 1),i)
101
	renders:wait()
102
end
103
lhandweld:Destroy()
104
llegweld:Destroy()
105
rhandweld:Destroy()
106
rlegweld:Destroy()
107
headweld:Destroy()
108
humanoidrootpart:Destroy()
109
lhandclone.Parent = char.Torso
110
llegclone.Parent = char.Torso
111
rhandclone.Parent = char.Torso
112
rlegclone.Parent = char.Torso
113
heed.Parent = char.Torso
114
rootjointclone.Parent = char.HumanoidRootPart
115
char.Humanoid.WalkSpeed = 16
116
char.Humanoid.JumpPower = 50
117
-- the thing that follows you
118
local part = Instance.new("Part",char)
119
part.Transparency = 1
120
part.Size = Vector3.new(5.92, 0.05, 5.95)
121
part.CanCollide = false
122
local surfacegui = Instance.new("SurfaceGui",part)
123
surfacegui.Adornee = part
124
surfacegui.Face = "Top"
125
surfacegui.AlwaysOnTop = false
126
local image = Instance.new("ImageLabel",surfacegui)
127
image.Size = UDim2.new(1.066, 0, 0.998, 0)
128
image.Image = "rbxassetid://153485522"
129
image.BackgroundTransparency = 1
130
local weld = Instance.new("Weld",part)
131
weld.Part0 = part
132
weld.Part1 = char.HumanoidRootPart
133
for i = 0,1 , 0.05 do
134
    weld.C0 = weld.C0:lerp(CFrame.new(-0.232723236, 2.4942894, 0.332229614, 1, 0, 0, 0, 0.999996066, 0, 0, 0, 1),i)
135
    game:GetService("RunService").RenderStepped:wait()
136
end
137
-- funcs
138
function onTouched(brick)
139
    local humn = brick.Parent:FindFirstChildOfClass("Humanoid")
140
    if humn then
141
        for i,v in pairs(humn.Parent:GetChildren()) do
142
            if v.ClassName == "Part" then
143
                v.Transparency = 0.5
144
                v.Color = Color3.new(0,0,0)
145
                v.CanCollide = false
146
                v.Parent.Humanoid.Health = 0
147
                local bodyvel = Instance.new("BodyVelocity",v)
148
                local leftarm = Instance.new("CharacterMesh",v.Parent)
149
                leftarm.BodyPart = "LeftArm"
150
                leftarm.MeshId = "1112256772"
151
                local leftleg = Instance.new("CharacterMesh",v.Parent)
152
                leftleg.BodyPart = "LeftLeg"
153
                leftleg.MeshId = "1112275294"
154
                local rightarm = Instance.new("CharacterMesh",v.Parent)
155
                rightarm.BodyPart = "RightArm"
156
                rightarm.MeshId = "1112244824"
157
                local rightleg = Instance.new("CharacterMesh",v.Parent)
158
                rightleg.BodyPart = "RightLeg"
159
                rightleg.MeshId = "1112267576"
160
                local torso = Instance.new("CharacterMesh",v.Parent)
161
                torso.BodyPart = "Torso"
162
                torso.MeshId = "1112228624"
163
            end
164
        end
165
    end
166
end
167
char.Torso.Touched:connect(onTouched)
168
-- Transparency
169
char["Left Arm"].Transparency = 0.5
170
char["Left Leg"].Transparency = 0.5
171
char["Right Arm"].Transparency = 0.5
172
char["Right Leg"].Transparency = 0.5
173
char["Head"].Transparency = 0.5
174
char.Torso.Transparency = 0.5
175
-- Color
176
local bdycolors = char["Body Colors"]
177
bdycolors.HeadColor = BrickColor.new("Really black")
178
bdycolors.LeftArmColor = BrickColor.new("White")
179
bdycolors.RightArmColor = BrickColor.new("Really black")
180-
bdycolors.LeftArmColor = BrickColor.new("Really black")
180+
bdycolors.LeftLegColor = BrickColor.new("White")
181
bdycolors.RightLegColor = BrickColor.new("Really black")
182-
bdycolors.LeftLegColor = BrickColor.new("Really black")
182+
bdycolors.TorsoColor = BrickColor.new("White")
183
-- Music
184-
bdycolors.TorsoColor = BrickColor.new("Really black")
184+
185
music.SoundId = "rbxassetid://182562357"
186
music.Volume = 4
187
music:Play()
188
music.Looped = true
189
-- Name
190
local nametag = Instance.new("BillboardGui",char.Head)
191
nametag.StudsOffset = Vector3.new(0,2,0)
192
nametag.Adornee = char.Head
193
nametag.Size = UDim2.new(0,200,0,50)
194
195
local text = Instance.new("TextLabel",nametag)
196
text.Size = UDim2.new(0,200,0,50)
197
text.BackgroundTransparency = 1
198
text.Text = "The Ghost"
199
text.TextColor3 = Color3.new(180/255,0,0)
200
text.TextStrokeColor3 = Color3.new(0,0,0)
201
text.Font = Enum.Font.Fantasy
202
text.TextScaled = true
203
text.TextStrokeTransparency = 0
204
coroutine.wrap(function()
205
	while wait() do
206
		wait(3)
207
		text.Text = "GIVE UP"
208
		wait()
209
		text.Text = "The Ghost";
210
		wait(2)
211
		local str = ""
212
		for i = 1, math.random(3,25) do
213
			str = str..string.char(math.random(65,122))
214
		end
215
		text.Text = str
216
		wait()
217
		str = ""
218
		for i = 1, math.random(12,25) do
219
			str = str..string.char(math.random(48,122))
220
		end
221
		wait()
222
		text.Text = str
223
		wait()
224
		text.Text = "The Ghost";
225
		wait(1)
226
		text.Text = "BE GONE THOT"
227
		wait()
228
		text.Text = "Burn in hell."
229
		wait()
230
		text.Text = "The Ghost";
231
		wait(2)
232
		text.Text = "You made me do this.";
233
		wait()
234
		text.Text = "edgy";
235
		wait()
236
		for i = 1, math.random(12,25) do
237
			str = str..string.char(math.random(48,57))
238
		end
239
		text.Text = str
240
		wait()
241
		text.Text = "The Ghost";
242
		wait(2)
243
	end
244
end)()