View difference between Paste ID: xe0iPJkV and VNtyMuFL
SHOW: | | - or go back to the newest paste.
1
-- TwitNeo
2
-- Instances:
3
local FECMDSGUI = Instance.new("ScreenGui")
4
local OpenFrame = Instance.new("Frame")
5
local Open = Instance.new("TextButton")
6
local Main = Instance.new("Frame")
7
local FECMDSGUINAME = Instance.new("TextLabel")
8
local Welcome = Instance.new("TextLabel")
9
local Madeby = Instance.new("TextLabel")
10
local Fly = Instance.new("TextButton")
11
local Walkspeed = Instance.new("TextButton")
12
local Suicidegun = Instance.new("TextButton")
13
local DabAll = Instance.new("TextButton")
14
local Baldi = Instance.new("TextButton")
15
local GrabKnifeV3 = Instance.new("TextButton")
16
local ClicktoTPtool = Instance.new("TextButton")
17
local Doublejump = Instance.new("TextButton")
18
local God = Instance.new("TextButton")
19
local KFC = Instance.new("TextButton")
20
local RevizAdmin = Instance.new("TextButton")
21
local Close = Instance.new("TextButton")
22
--Properties:
23
FECMDSGUI.Name = "FE CMDS GUI"
24-
FECMDSGUI.Parent = game.CoreGui
24+
FECMDSGUI.Parent = game.Players.RGames1234.PlayerGui
25
FECMDSGUI.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
26
27
OpenFrame.Name = "OpenFrame"
28
OpenFrame.Parent = FECMDSGUI
29
OpenFrame.Active = true
30
OpenFrame.BackgroundColor3 = Color3.new(1, 1, 1)
31
OpenFrame.BackgroundTransparency = 1
32
OpenFrame.BorderSizePixel = 0
33
OpenFrame.Position = UDim2.new(0, 0, 0.680589676, 0)
34
OpenFrame.Size = UDim2.new(0, 127, 0, 39)
35
36
Open.Name = "Open"
37
Open.Parent = OpenFrame
38
Open.BackgroundColor3 = Color3.new(1, 0, 0)
39
Open.Position = UDim2.new(-1.86264515e-08, 0, 0.051282052, 0)
40
Open.Size = UDim2.new(0, 122, 0, 37)
41
Open.Font = Enum.Font.Cartoon
42
Open.Text = "Open"
43
Open.TextColor3 = Color3.new(1, 1, 1)
44
Open.TextSize = 25
45
Open.MouseButton1Down:connect(function()
46
Main.Visible = true
47
OpenFrame.Visible = false
48
end)
49
50
Main.Name = "Main"
51
Main.Parent = FECMDSGUI
52
Main.Active = true
53
Main.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
54
Main.BackgroundTransparency = 0.10000000149012
55
Main.BorderSizePixel = 0
56
Main.Position = UDim2.new(0.30457747, 0, 0.414004922, 0)
57
Main.Size = UDim2.new(0, 576, 0, 288)
58
Main.Visible = false
59
Main.Draggable = true
60
61
FECMDSGUINAME.Name = "FE CMDS GUI NAME"
62
FECMDSGUINAME.Parent = Main
63
FECMDSGUINAME.BackgroundColor3 = Color3.new(1, 1, 1)
64
FECMDSGUINAME.BackgroundTransparency = 1
65
FECMDSGUINAME.BorderColor3 = Color3.new(0.917647, 0, 0)
66
FECMDSGUINAME.BorderSizePixel = 5
67
FECMDSGUINAME.Position = UDim2.new(0.329861104, 0, 0.024305556, 0)
68
FECMDSGUINAME.Size = UDim2.new(0, 195, 0, 39)
69
FECMDSGUINAME.Font = Enum.Font.SourceSansBold
70
FECMDSGUINAME.Text = "FE CMDS GUI"
71
FECMDSGUINAME.TextColor3 = Color3.new(1, 0, 0)
72
FECMDSGUINAME.TextScaled = true
73
FECMDSGUINAME.TextSize = 14
74
FECMDSGUINAME.TextWrapped = true
75
76
Welcome.Name = "Welcome"
77
Welcome.Parent = FECMDSGUINAME
78
Welcome.BackgroundColor3 = Color3.new(1, 1, 1)
79
Welcome.BackgroundTransparency = 1
80
Welcome.Position = UDim2.new(0.169230774, 0, 1, 0)
81
Welcome.Size = UDim2.new(0, 129, 0, 19)
82
Welcome.Font = Enum.Font.SourceSansBold
83
Welcome.Text = "Welcome to, FE CMDS GUI [thanks for using]"
84
Welcome.TextColor3 = Color3.new(0.333333, 1, 0)
85
Welcome.TextSize = 13
86
87
Madeby.Name = "Made by"
88
Madeby.Parent = Main
89
Madeby.BackgroundColor3 = Color3.new(1, 1, 1)
90
Madeby.BackgroundTransparency = 1
91
Madeby.BorderColor3 = Color3.new(1, 0, 0)
92
Madeby.Position = UDim2.new(0, 0, 0.934027791, 0)
93
Madeby.Size = UDim2.new(0, 576, 0, 19)
94
Madeby.Font = Enum.Font.SciFi
95
Madeby.Text = "GUI Made by TwitNeo -thanks for using-"
96
Madeby.TextColor3 = Color3.new(1, 1, 0)
97
Madeby.TextSize = 14
98
99
Fly.Name = "Fly"
100
Fly.Parent = Main
101
Fly.BackgroundColor3 = Color3.new(1, 0, 0)
102
Fly.BorderColor3 = Color3.new(0.760784, 0, 0)
103
Fly.BorderSizePixel = 4
104
Fly.Position = UDim2.new(0.046875, 0, 0.267361104, 0)
105
Fly.Size = UDim2.new(0, 138, 0, 31)
106
Fly.Font = Enum.Font.SourceSansBold
107
Fly.Text = "Fly [E]"
108
Fly.TextColor3 = Color3.new(1, 1, 1)
109
Fly.TextScaled = true
110
Fly.TextSize = 14
111
Fly.TextWrapped = true
112
Fly.MouseButton1Down:connect(function()
113
repeat wait()
114-
   until game.Players.LocalPlayer and game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:findFirstChild("Torso") and game.Players.LocalPlayer.Character:findFirstChild("Humanoid")
114+
   until game.Players.RGames1234 and game.Players.RGames1234.Character and game.Players.RGames1234.Character:findFirstChild("Torso") and game.Players.RGames1234.Character:findFirstChild("Humanoid")
115-
local mouse = game.Players.LocalPlayer:GetMouse()
115+
local mouse = game.Players.RGames1234:GetMouse()
116
repeat wait() until mouse
117-
local plr = game.Players.LocalPlayer
117+
local plr = game.Players.RGames1234
118
local torso = plr.Character.Torso
119
local flying = true
120
local deb = true
121
local ctrl = {f = 0, b = 0, l = 0, r = 0}
122
local lastctrl = {f = 0, b = 0, l = 0, r = 0}
123
local maxspeed = 50
124
local speed = 0
125
126
function Fly()
127
local bg = Instance.new("BodyGyro", torso)
128
bg.P = 9e4
129
bg.maxTorque = Vector3.new(9e9, 9e9, 9e9)
130
bg.cframe = torso.CFrame
131
local bv = Instance.new("BodyVelocity", torso)
132
bv.velocity = Vector3.new(0,0.1,0)
133
bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
134
repeat wait()
135
plr.Character.Humanoid.PlatformStand = true
136
if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
137
speed = speed+.5+(speed/maxspeed)
138
if speed > maxspeed then
139
speed = maxspeed
140
end
141
elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
142
speed = speed-1
143
if speed < 0 then
144
speed = 0
145
end
146
end
147
if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
148
bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (ctrl.f+ctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(ctrl.l+ctrl.r,(ctrl.f+ctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
149
lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
150
elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
151
bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (lastctrl.f+lastctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(lastctrl.l+lastctrl.r,(lastctrl.f+lastctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
152
else
153
bv.velocity = Vector3.new(0,0.1,0)
154
end
155
bg.cframe = game.Workspace.CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((ctrl.f+ctrl.b)*50*speed/maxspeed),0,0)
156
until not flying
157
ctrl = {f = 0, b = 0, l = 0, r = 0}
158
lastctrl = {f = 0, b = 0, l = 0, r = 0}
159
speed = 0
160
bg:Destroy()
161
bv:Destroy()
162
plr.Character.Humanoid.PlatformStand = false
163
end
164
mouse.KeyDown:connect(function(key)
165
if key:lower() == "e" then
166
if flying then flying = false
167
else
168
flying = true
169
Fly()
170
end
171
elseif key:lower() == "w" then
172
ctrl.f = 1
173
elseif key:lower() == "s" then
174
ctrl.b = -1
175
elseif key:lower() == "a" then
176
ctrl.l = -1
177
elseif key:lower() == "d" then
178
ctrl.r = 1
179
end
180
end)
181
mouse.KeyUp:connect(function(key)
182
if key:lower() == "w" then
183
ctrl.f = 0
184
elseif key:lower() == "s" then
185
ctrl.b = 0
186
elseif key:lower() == "a" then
187
ctrl.l = 0
188
elseif key:lower() == "d" then
189
ctrl.r = 0
190
end
191
end)
192
Fly()
193
end)
194
195
Walkspeed.Name = "Walkspeed"
196
Walkspeed.Parent = Main
197
Walkspeed.BackgroundColor3 = Color3.new(1, 0, 0)
198
Walkspeed.BorderColor3 = Color3.new(0.760784, 0, 0)
199
Walkspeed.BorderSizePixel = 4
200
Walkspeed.Position = UDim2.new(0.046875, 0, 0.46875, 0)
201
Walkspeed.Size = UDim2.new(0, 138, 0, 31)
202
Walkspeed.Font = Enum.Font.SourceSansBold
203
Walkspeed.Text = "Walkspeed"
204
Walkspeed.TextColor3 = Color3.new(1, 1, 1)
205
Walkspeed.TextScaled = true
206
Walkspeed.TextSize = 14
207
Walkspeed.TextWrapped = true
208
Walkspeed.MouseButton1Down:connect(function()
209-
game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 120
209+
game.Players.RGames1234.Character.Humanoid.WalkSpeed = 120
210
end)
211
212
Suicidegun.Name = "Suicide gun"
213
Suicidegun.Parent = Main
214
Suicidegun.BackgroundColor3 = Color3.new(1, 0, 0)
215
Suicidegun.BorderColor3 = Color3.new(0.760784, 0, 0)
216
Suicidegun.BorderSizePixel = 4
217
Suicidegun.Position = UDim2.new(0.046875, 0, 0.673611104, 0)
218
Suicidegun.Size = UDim2.new(0, 138, 0, 31)
219
Suicidegun.Font = Enum.Font.SourceSansBold
220
Suicidegun.Text = "Suicide Gun"
221
Suicidegun.TextColor3 = Color3.new(1, 1, 1)
222
Suicidegun.TextScaled = true
223
Suicidegun.TextSize = 14
224
Suicidegun.TextWrapped = true
225
Suicidegun.MouseButton1Down:connect(function()
226
--SUICIDE GUN REBORN BY DMS
227
o1 = Instance.new("Tool")
228
o2 = Instance.new("Part")
229
o3 = Instance.new("SpecialMesh")
230
o4 = Instance.new("Part")
231
o5 = Instance.new("BlockMesh")
232
o6 = Instance.new("Part")
233
o7 = Instance.new("BlockMesh")
234
o8 = Instance.new("Part")
235
o9 = Instance.new("BlockMesh")
236
o10 = Instance.new("Part")
237
o11 = Instance.new("BlockMesh")
238
o12 = Instance.new("Part")
239
o13 = Instance.new("BlockMesh")
240
o14 = Instance.new("Part")
241
o15 = Instance.new("BlockMesh")
242
o16 = Instance.new("Part")
243
o17 = Instance.new("BlockMesh")
244
o18 = Instance.new("Part")
245
o19 = Instance.new("BlockMesh")
246
o20 = Instance.new("Part")
247
o21 = Instance.new("CylinderMesh")
248
o22 = Instance.new("Part")
249
o23 = Instance.new("CylinderMesh")
250
o24 = Instance.new("Part")
251
o25 = Instance.new("CylinderMesh")
252
o26 = Instance.new("Part")
253
o27 = Instance.new("BlockMesh")
254
o28 = Instance.new("Part")
255
o29 = Instance.new("CylinderMesh")
256
o30 = Instance.new("Part")
257
o31 = Instance.new("PointLight")
258
o32 = Instance.new("BillboardGui")
259
o33 = Instance.new("ImageLabel")
260
o34 = Instance.new("BlockMesh")
261
o35 = Instance.new("Part")
262
o36 = Instance.new("BlockMesh")
263
o37 = Instance.new("Part")
264
o38 = Instance.new("BlockMesh")
265
o39 = Instance.new("Part")
266
o40 = Instance.new("BlockMesh")
267
o41 = Instance.new("Part")
268
o42 = Instance.new("Decal")
269
o43 = Instance.new("CylinderMesh")
270
o44 = Instance.new("Part")
271
o45 = Instance.new("CylinderMesh")
272
o46 = Instance.new("Part")
273
o47 = Instance.new("BlockMesh")
274
o48 = Instance.new("Part")
275
o49 = Instance.new("SpecialMesh")
276
o50 = Instance.new("Part")
277
o51 = Instance.new("SpecialMesh")
278
o52 = Instance.new("Part")
279
o53 = Instance.new("BlockMesh")
280
o54 = Instance.new("Part")
281
o55 = Instance.new("BlockMesh")
282
o56 = Instance.new("Part")
283
o57 = Instance.new("BlockMesh")
284
o58 = Instance.new("Part")
285
o59 = Instance.new("CylinderMesh")
286
o60 = Instance.new("Part")
287
o61 = Instance.new("SpecialMesh")
288
o62 = Instance.new("Part")
289
o63 = Instance.new("BlockMesh")
290
o64 = Instance.new("Part")
291
o65 = Instance.new("SpecialMesh")
292
o66 = Instance.new("Part")
293
o67 = Instance.new("BlockMesh")
294
o68 = Instance.new("Part")
295
o69 = Instance.new("BlockMesh")
296
o70 = Instance.new("Part")
297
o71 = Instance.new("SpecialMesh")
298
o72 = Instance.new("Part")
299
o73 = Instance.new("BlockMesh")
300
o74 = Instance.new("Part")
301
o75 = Instance.new("BlockMesh")
302
o76 = Instance.new("Part")
303
o77 = Instance.new("BlockMesh")
304
o78 = Instance.new("Part")
305
o79 = Instance.new("SpecialMesh")
306
o80 = Instance.new("Part")
307
o81 = Instance.new("CylinderMesh")
308
o82 = Instance.new("Part")
309
o83 = Instance.new("SpecialMesh")
310
o84 = Instance.new("Part")
311
o85 = Instance.new("BlockMesh")
312
o86 = Instance.new("Part")
313
o87 = Instance.new("SpecialMesh")
314
o88 = Instance.new("Part")
315
o89 = Instance.new("SpecialMesh")
316
o90 = Instance.new("Part")
317
o91 = Instance.new("BlockMesh")
318
o92 = Instance.new("Part")
319
o93 = Instance.new("BlockMesh")
320
o94 = Instance.new("Part")
321
o95 = Instance.new("SpecialMesh")
322
o96 = Instance.new("Part")
323
o97 = Instance.new("BlockMesh")
324
o98 = Instance.new("Part")
325
o99 = Instance.new("SpecialMesh")
326
o100 = Instance.new("Part")
327
o101 = Instance.new("BlockMesh")
328
o102 = Instance.new("Part")
329
o103 = Instance.new("BlockMesh")
330
o104 = Instance.new("Part")
331
o105 = Instance.new("SpecialMesh")
332
o106 = Instance.new("Part")
333
o107 = Instance.new("BlockMesh")
334
o108 = Instance.new("Part")
335
o109 = Instance.new("CylinderMesh")
336
o110 = Instance.new("Part")
337
o111 = Instance.new("BlockMesh")
338
o112 = Instance.new("Part")
339
o113 = Instance.new("SpecialMesh")
340
o114 = Instance.new("Part")
341
o115 = Instance.new("CylinderMesh")
342
o116 = Instance.new("Part")
343
o117 = Instance.new("BlockMesh")
344
o118 = Instance.new("Part")
345
o119 = Instance.new("SpecialMesh")
346
o120 = Instance.new("Part")
347
o121 = Instance.new("BlockMesh")
348
o122 = Instance.new("Part")
349
o123 = Instance.new("SpecialMesh")
350
o124 = Instance.new("Part")
351
o125 = Instance.new("SpecialMesh")
352
o126 = Instance.new("Part")
353
o127 = Instance.new("BlockMesh")
354
o128 = Instance.new("Part")
355
o129 = Instance.new("BlockMesh")
356
o130 = Instance.new("Part")
357
o131 = Instance.new("SpecialMesh")
358
o132 = Instance.new("Part")
359
o133 = Instance.new("BlockMesh")
360
o134 = Instance.new("Part")
361
o135 = Instance.new("BlockMesh")
362
o136 = Instance.new("Part")
363
o137 = Instance.new("SpecialMesh")
364
o138 = Instance.new("Part")
365
o139 = Instance.new("BlockMesh")
366
o140 = Instance.new("Part")
367
o141 = Instance.new("CylinderMesh")
368
o142 = Instance.new("Part")
369
o143 = Instance.new("BlockMesh")
370
o144 = Instance.new("Part")
371
o145 = Instance.new("SpecialMesh")
372
o146 = Instance.new("Part")
373
o147 = Instance.new("SpecialMesh")
374
o148 = Instance.new("Part")
375
o149 = Instance.new("Sound")
376
o150 = Instance.new("BlockMesh")
377
o1.Name = "Suicide"
378-
o1.Parent = game.Players.LocalPlayer.Backpack
378+
o1.Parent = game.Players.RGames1234.Backpack
379
o2.Parent = o1
380
o2.Material = Enum.Material.SmoothPlastic
381
o2.BrickColor = BrickColor.new("Really black")
382
o2.Position = Vector3.new(18.950964, 0.850407004, 14.2854338)
383
o2.Rotation = Vector3.new(-2.19040904e-013, 2.50129006e-006, -180)
384
o2.Anchored = true
385
o2.FormFactor = Enum.FormFactor.Custom
386
o2.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
387
o2.CFrame = CFrame.new(18.950964, 0.850407004, 14.2854338, -1, 8.74227766e-008, 4.36557457e-008, -8.74227766e-008, -1, 3.82298495e-015, 4.36557457e-008, 3.92853881e-018, 1)
388
o2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
389
o2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
390
o2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
391
o2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
392
o2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
393
o2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
394
o2.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
395
o3.Parent = o2
396
o3.Scale = Vector3.new(0.666666687, 0.388888866, 0.416666687)
397
o3.MeshType = Enum.MeshType.Wedge
398
o4.Parent = o1
399
o4.Material = Enum.Material.SmoothPlastic
400
o4.BrickColor = BrickColor.new("Really black")
401
o4.Position = Vector3.new(18.950964, 0.953182995, 14.5104237)
402
o4.Rotation = Vector3.new(3.08320072e-016, 90, 0)
403
o4.Anchored = true
404
o4.FormFactor = Enum.FormFactor.Custom
405
o4.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
406
o4.CFrame = CFrame.new(18.950964, 0.953182995, 14.5104237, 0, -1.0960446e-021, 1, 5.38120031e-018, 1, -1.0960446e-021, -1, -5.38120031e-018, 0)
407
o4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
408
o4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
409
o4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
410
o4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
411
o4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
412
o4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
413
o4.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
414
o5.Parent = o4
415
o5.Scale = Vector3.new(0.333333343, 0.194444433, 0.694444478)
416
o6.Parent = o1
417
o6.Material = Enum.Material.SmoothPlastic
418
o6.BrickColor = BrickColor.new("Black")
419
o6.Position = Vector3.new(18.950964, 1.13095105, 14.5993176)
420
o6.Rotation = Vector3.new(3.08320072e-016, 90, 0)
421
o6.Anchored = true
422
o6.FormFactor = Enum.FormFactor.Custom
423
o6.Size = Vector3.new(0.566666663, 0.200000003, 0.200000003)
424
o6.CFrame = CFrame.new(18.950964, 1.13095105, 14.5993176, 0, -1.0960446e-021, 1, 5.38120031e-018, 1, -1.0960446e-021, -1, -5.38120031e-018, 0)
425
o6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
426
o6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
427
o6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
428
o6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
429
o6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
430
o6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
431
o6.Color = Color3.new(0.105882, 0.164706, 0.207843)
432
o7.Parent = o6
433
o7.Scale = Vector3.new(1, 0.583333313, 0.722222269)
434
o8.Name = "SightBack"
435
o8.Parent = o1
436
o8.Material = Enum.Material.SmoothPlastic
437
o8.Position = Vector3.new(18.950964, 1.23151195, 14.4882116)
438
o8.Rotation = Vector3.new(3.08320072e-016, 90, 0)
439
o8.Anchored = true
440
o8.FormFactor = Enum.FormFactor.Custom
441
o8.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
442
o8.CFrame = CFrame.new(18.950964, 1.23151195, 14.4882116, 0, -1.0960446e-021, 1, 5.38120031e-018, 1, -1.0960446e-021, -1, -5.38120031e-018, 0)
443
o8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
444
o8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
445
o8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
446
o8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
447
o8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
448
o8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
449
o9.Parent = o8
450
o9.Scale = Vector3.new(0.166666672, 0.111111112, 0.411111116)
451
o10.Parent = o1
452
o10.Material = Enum.Material.SmoothPlastic
453
o10.BrickColor = BrickColor.new("Really black")
454
o10.Position = Vector3.new(18.950964, 0.961513996, 14.5937595)
455
o10.Rotation = Vector3.new(3.08320072e-016, 90, 0)
456
o10.Anchored = true
457
o10.FormFactor = Enum.FormFactor.Custom
458
o10.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
459
o10.CFrame = CFrame.new(18.950964, 0.961513996, 14.5937595, 0, -1.0960446e-021, 1, 5.38120031e-018, 1, -1.0960446e-021, -1, -5.38120031e-018, 0)
460
o10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
461
o10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
462
o10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
463
o10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
464
o10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
465
o10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
466
o10.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
467
o11.Parent = o10
468
o11.Scale = Vector3.new(0.49999997, 0.277777761, 0.694444478)
469
o12.Parent = o1
470
o12.Material = Enum.Material.SmoothPlastic
471
o12.BrickColor = BrickColor.new("Really black")
472
o12.Position = Vector3.new(18.950964, 1.19539297, 14.5993176)
473
o12.Rotation = Vector3.new(3.08320072e-016, 90, 0)
474
o12.Anchored = true
475
o12.FormFactor = Enum.FormFactor.Custom
476
o12.Size = Vector3.new(0.566666663, 0.200000003, 0.200000003)
477
o12.CFrame = CFrame.new(18.950964, 1.19539297, 14.5993176, 0, -1.0960446e-021, 1, 5.38120031e-018, 1, -1.0960446e-021, -1, -5.38120031e-018, 0)
478
o12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
479
o12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
480
o12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
481
o12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
482
o12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
483
o12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
484
o12.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
485
o13.Parent = o12
486
o13.Scale = Vector3.new(1, 0.249999985, 0.411111116)
487
o14.Parent = o1
488
o14.Material = Enum.Material.SmoothPlastic
489
o14.BrickColor = BrickColor.new("Really black")
490
o14.Position = Vector3.new(18.908186, 1.19095695, 14.5993176)
491
o14.Rotation = Vector3.new(-90, 44.9999962, 90)
492
o14.Anchored = true
493
o14.FormFactor = Enum.FormFactor.Custom
494
o14.Size = Vector3.new(0.566666663, 0.200000003, 0.200000003)
495
o14.CFrame = CFrame.new(18.908186, 1.19095695, 14.5993176, 0, -0.707106709, 0.707106709, 5.38120031e-018, 0.707106769, 0.707106769, -1, 2.04281037e-011, 9.59801127e-011)
496
o14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
497
o14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
498
o14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
499
o14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
500
o14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
501
o14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
502
o14.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
503
o15.Parent = o14
504
o15.Scale = Vector3.new(1, 0.194444433, 0.222222224)
505
o16.Name = "SightBack"
506
o16.Parent = o1
507
o16.Material = Enum.Material.SmoothPlastic
508
o16.Position = Vector3.new(18.9787407, 1.25372696, 14.4882116)
509
o16.Rotation = Vector3.new(3.08320072e-016, 90, 0)
510
o16.Anchored = true
511
o16.FormFactor = Enum.FormFactor.Custom
512
o16.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
513
o16.CFrame = CFrame.new(18.9787407, 1.25372696, 14.4882116, 0, -1.0960446e-021, 1, 5.38120031e-018, 1, -1.0960446e-021, -1, -5.38120031e-018, 0)
514
o16.BackSurface = Enum.SurfaceType.SmoothNoOutlines
515
o16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
516
o16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
517
o16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
518
o16.RightSurface = Enum.SurfaceType.SmoothNoOutlines
519
o16.TopSurface = Enum.SurfaceType.SmoothNoOutlines
520
o17.Parent = o16
521
o17.Scale = Vector3.new(0.166666672, 0.111111112, 0.13333334)
522
o18.Name = "SightBack"
523
o18.Parent = o1
524
o18.Material = Enum.Material.SmoothPlastic
525
o18.Position = Vector3.new(18.9231701, 1.25372696, 14.4882002)
526
o18.Rotation = Vector3.new(3.08320072e-016, 90, 0)
527
o18.Anchored = true
528
o18.FormFactor = Enum.FormFactor.Custom
529
o18.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
530
o18.CFrame = CFrame.new(18.9231701, 1.25372696, 14.4882002, 0, -1.0960446e-021, 1, 5.38120031e-018, 1, -1.0960446e-021, -1, -5.38120031e-018, 0)
531
o18.BackSurface = Enum.SurfaceType.SmoothNoOutlines
532
o18.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
533
o18.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
534
o18.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
535
o18.RightSurface = Enum.SurfaceType.SmoothNoOutlines
536
o18.TopSurface = Enum.SurfaceType.SmoothNoOutlines
537
o19.Parent = o18
538
o19.Scale = Vector3.new(0.166666672, 0.111111112, 0.13333334)
539
o20.Parent = o1
540
o20.Material = Enum.Material.SmoothPlastic
541
o20.BrickColor = BrickColor.new("Black")
542
o20.Position = Vector3.new(18.950964, 0.886528015, 14.5798664)
543
o20.Rotation = Vector3.new(-90, -2.50447761e-006, -90)
544
o20.Anchored = true
545
o20.FormFactor = Enum.FormFactor.Custom
546
o20.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
547
o20.CFrame = CFrame.new(18.950964, 0.886528015, 14.5798664, -8.74279067e-008, 1, -4.37113812e-008, -3.83195418e-015, 4.37113812e-008, 1, 1, 8.74279067e-008, -4.65359901e-018)
548
o20.BackSurface = Enum.SurfaceType.SmoothNoOutlines
549
o20.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
550
o20.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
551
o20.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
552
o20.RightSurface = Enum.SurfaceType.SmoothNoOutlines
553
o20.TopSurface = Enum.SurfaceType.SmoothNoOutlines
554
o20.Color = Color3.new(0.105882, 0.164706, 0.207843)
555
o21.Parent = o20
556
o21.Scale = Vector3.new(0.416666687, 0.722222269, 0.416666687)
557
o22.Name = "SightLine"
558
o22.Parent = o1
559
o22.Material = Enum.Material.SmoothPlastic
560
o22.BrickColor = BrickColor.new("Smoky grey")
561
o22.Position = Vector3.new(18.950964, 1.21539295, 15.7804356)
562
o22.Rotation = Vector3.new(90, -2.50447761e-006, -90)
563
o22.Anchored = true
564
o22.FormFactor = Enum.FormFactor.Custom
565
o22.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
566
o22.CFrame = CFrame.new(18.950964, 1.21539295, 15.7804356, 0, 1, -4.37113812e-008, 5.38120031e-018, -4.37113812e-008, -1, -1, 0, 6.1083781e-018)
567
o22.BackSurface = Enum.SurfaceType.SmoothNoOutlines
568
o22.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
569
o22.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
570
o22.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
571
o22.RightSurface = Enum.SurfaceType.SmoothNoOutlines
572
o22.TopSurface = Enum.SurfaceType.SmoothNoOutlines
573
o22.Color = Color3.new(0.356863, 0.364706, 0.411765)
574
o23.Parent = o22
575
o23.Scale = Vector3.new(0.505999982, 0.150000006, 0.505999982)
576
o24.Parent = o1
577
o24.Material = Enum.Material.SmoothPlastic
578
o24.BrickColor = BrickColor.new("Black")
579
o24.Position = Vector3.new(18.950964, 0.96707201, 15.7326679)
580
o24.Rotation = Vector3.new(-90, -2.50447761e-006, -180)
581
o24.Anchored = true
582
o24.FormFactor = Enum.FormFactor.Custom
583
o24.Size = Vector3.new(0.200000003, 0.344444454, 0.200000003)
584
o24.CFrame = CFrame.new(18.950964, 0.96707201, 15.7326679, -1, 4.36557457e-008, -4.37113812e-008, -4.37113812e-008, 1.9122997e-015, 1, 4.36557457e-008, 1, -4.65359901e-018)
585
o24.BackSurface = Enum.SurfaceType.SmoothNoOutlines
586
o24.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
587
o24.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
588
o24.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
589
o24.RightSurface = Enum.SurfaceType.SmoothNoOutlines
590
o24.TopSurface = Enum.SurfaceType.SmoothNoOutlines
591
o24.Color = Color3.new(0.105882, 0.164706, 0.207843)
592
o25.Parent = o24
593
o25.Scale = Vector3.new(0.405599982, 1, 0.405599982)
594
o26.Parent = o1
595
o26.Material = Enum.Material.SmoothPlastic
596
o26.BrickColor = BrickColor.new("Black")
597
o26.Position = Vector3.new(18.950964, 1.01984501, 15.7298756)
598
o26.Rotation = Vector3.new(3.08320072e-016, 90, 0)
599
o26.Anchored = true
600
o26.FormFactor = Enum.FormFactor.Custom
601
o26.Size = Vector3.new(0.338888884, 0.200000003, 0.200000003)
602
o26.CFrame = CFrame.new(18.950964, 1.01984501, 15.7298756, 0, -1.0960446e-021, 1, 5.38120031e-018, 1, -1.0960446e-021, -1, -5.38120031e-018, 0)
603
o26.BackSurface = Enum.SurfaceType.SmoothNoOutlines
604
o26.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
605
o26.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
606
o26.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
607
o26.RightSurface = Enum.SurfaceType.SmoothNoOutlines
608
o26.TopSurface = Enum.SurfaceType.SmoothNoOutlines
609
o26.Color = Color3.new(0.105882, 0.164706, 0.207843)
610
o27.Parent = o26
611
o27.Scale = Vector3.new(1, 0.527777731, 0.611111104)
612
o28.Parent = o1
613
o28.Material = Enum.Material.SmoothPlastic
614
o28.BrickColor = BrickColor.new("Black")
615
o28.Position = Vector3.new(18.950964, 0.96707201, 15.7298756)
616
o28.Rotation = Vector3.new(-90, -2.50447761e-006, -180)
617
o28.Anchored = true
618
o28.FormFactor = Enum.FormFactor.Custom
619
o28.Size = Vector3.new(0.200000003, 0.338888884, 0.200000003)
620
o28.CFrame = CFrame.new(18.950964, 0.96707201, 15.7298756, -1, 4.36557457e-008, -4.37113812e-008, -4.37113812e-008, 1.9122997e-015, 1, 4.36557457e-008, 1, -4.65359901e-018)
621
o28.BackSurface = Enum.SurfaceType.SmoothNoOutlines
622
o28.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
623
o28.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
624
o28.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
625
o28.RightSurface = Enum.SurfaceType.SmoothNoOutlines
626
o28.TopSurface = Enum.SurfaceType.SmoothNoOutlines
627
o28.Color = Color3.new(0.105882, 0.164706, 0.207843)
628
o29.Parent = o28
629
o29.Scale = Vector3.new(0.611111104, 1, 0.611111104)
630
o30.Name = "Main"
631
o30.Parent = o1
632
o30.Material = Enum.Material.SmoothPlastic
633
o30.BrickColor = BrickColor.new("Really black")
634
o30.Transparency = 1
635
o30.Position = Vector3.new(18.950964, 1.12816894, 15.9493256)
636
o30.Rotation = Vector3.new(90, -2.50447761e-006, 2.50796006e-006)
637
o30.Anchored = true
638
o30.FormFactor = Enum.FormFactor.Custom
639
o30.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
640
o30.CFrame = CFrame.new(18.950964, 1.12816894, 15.9493256, 1, -4.3772161e-008, -4.37113812e-008, -4.37113812e-008, -1.49011594e-008, -1, 4.3772161e-008, 1, -1.49011603e-008)
641
o30.BackSurface = Enum.SurfaceType.SmoothNoOutlines
642
o30.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
643
o30.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
644
o30.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
645
o30.RightSurface = Enum.SurfaceType.SmoothNoOutlines
646
o30.TopSurface = Enum.SurfaceType.SmoothNoOutlines
647
o30.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
648
o31.Name = "FlashFX"
649
o31.Parent = o30
650
o31.Color = Color3.new(1, 1, 0)
651
o31.Enabled = false
652
o31.Brightness = 10
653
o31.Range = 6
654
o31.Shadows = true
655
o32.Name = "FlashGui"
656
o32.Parent = o30
657
o32.Size = UDim2.new(1.1000000238419,0,1.1000000238419,0)
658
o32.Enabled = false
659
o33.Name = "Label"
660
o33.Parent = o32
661
o33.Size = UDim2.new(1,0,1,0)
662
o33.BackgroundTransparency = 1
663
o33.Image = "http://www.roblox.com/asset/?id=117472237"
664
o34.Parent = o30
665
o34.Scale = Vector3.new(0.99999994, 0.99999994, 0.99999994)
666
o35.Parent = o1
667
o35.Material = Enum.Material.SmoothPlastic
668
o35.BrickColor = BrickColor.new("Black")
669
o35.Position = Vector3.new(18.908186, 1.19095695, 15.5132236)
670
o35.Rotation = Vector3.new(-90, 44.9999962, 90)
671
o35.Anchored = true
672
o35.FormFactor = Enum.FormFactor.Custom
673
o35.Size = Vector3.new(0.772222221, 0.200000003, 0.200000003)
674
o35.CFrame = CFrame.new(18.908186, 1.19095695, 15.5132236, 0, -0.707106709, 0.707106709, 5.38120031e-018, 0.707106769, 0.707106769, -1, 2.04281037e-011, 9.59801127e-011)
675
o35.BackSurface = Enum.SurfaceType.SmoothNoOutlines
676
o35.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
677
o35.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
678
o35.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
679
o35.RightSurface = Enum.SurfaceType.SmoothNoOutlines
680
o35.TopSurface = Enum.SurfaceType.SmoothNoOutlines
681
o35.Color = Color3.new(0.105882, 0.164706, 0.207843)
682
o36.Parent = o35
683
o36.Scale = Vector3.new(1, 0.194444433, 0.222222224)
684
o37.Parent = o1
685
o37.Material = Enum.Material.SmoothPlastic
686
o37.BrickColor = BrickColor.new("Black")
687
o37.Position = Vector3.new(18.950964, 1.19539297, 15.5132236)
688
o37.Rotation = Vector3.new(3.08320072e-016, 90, 0)
689
o37.Anchored = true
690
o37.FormFactor = Enum.FormFactor.Custom
691
o37.Size = Vector3.new(0.772222221, 0.200000003, 0.200000003)
692
o37.CFrame = CFrame.new(18.950964, 1.19539297, 15.5132236, 0, -1.0960446e-021, 1, 5.38120031e-018, 1, -1.0960446e-021, -1, -5.38120031e-018, 0)
693
o37.BackSurface = Enum.SurfaceType.SmoothNoOutlines
694
o37.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
695
o37.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
696
o37.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
697
o37.RightSurface = Enum.SurfaceType.SmoothNoOutlines
698
o37.TopSurface = Enum.SurfaceType.SmoothNoOutlines
699
o37.Color = Color3.new(0.105882, 0.164706, 0.207843)
700
o38.Parent = o37
701
o38.Scale = Vector3.new(1, 0.249999985, 0.411111116)
702
o39.Parent = o1
703
o39.Material = Enum.Material.SmoothPlastic
704
o39.BrickColor = BrickColor.new("Black")
705
o39.Position = Vector3.new(18.950964, 1.13095105, 15.5132236)
706
o39.Rotation = Vector3.new(3.08320072e-016, 90, 0)
707
o39.Anchored = true
708
o39.FormFactor = Enum.FormFactor.Custom
709
o39.Size = Vector3.new(0.772222221, 0.200000003, 0.200000003)
710
o39.CFrame = CFrame.new(18.950964, 1.13095105, 15.5132236, 0, -1.0960446e-021, 1, 5.38120031e-018, 1, -1.0960446e-021, -1, -5.38120031e-018, 0)
711
o39.BackSurface = Enum.SurfaceType.SmoothNoOutlines
712
o39.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
713
o39.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
714
o39.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
715
o39.RightSurface = Enum.SurfaceType.SmoothNoOutlines
716
o39.TopSurface = Enum.SurfaceType.SmoothNoOutlines
717
o39.Color = Color3.new(0.105882, 0.164706, 0.207843)
718
o40.Parent = o39
719
o40.Scale = Vector3.new(1, 0.583333313, 0.722222269)
720
o41.Parent = o1
721
o41.Material = Enum.Material.SmoothPlastic
722
o41.BrickColor = BrickColor.new("Black")
723
o41.Position = Vector3.new(18.950964, 1.12816894, 15.3854284)
724
o41.Rotation = Vector3.new(-90, -2.50447761e-006, -180)
725
o41.Anchored = true
726
o41.FormFactor = Enum.FormFactor.Custom
727
o41.Size = Vector3.new(0.200000003, 1.06111109, 0.200000003)
728
o41.CFrame = CFrame.new(18.950964, 1.12816894, 15.3854284, -1, 4.36557457e-008, -4.37113812e-008, -4.37113812e-008, 1.9122997e-015, 1, 4.36557457e-008, 1, -4.65359901e-018)
729
o41.BackSurface = Enum.SurfaceType.SmoothNoOutlines
730
o41.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
731
o41.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
732
o41.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
733
o41.RightSurface = Enum.SurfaceType.SmoothNoOutlines
734
o41.TopSurface = Enum.SurfaceType.SmoothNoOutlines
735
o41.Color = Color3.new(0.105882, 0.164706, 0.207843)
736
o42.Parent = o41
737
o42.Texture = "http://www.roblox.com/asset/?id=47760372"
738
o42.Face = Enum.NormalId.Top
739
o43.Parent = o41
740
o43.Scale = Vector3.new(0.49999997, 1, 0.49999997)
741
o44.Parent = o1
742
o44.Material = Enum.Material.SmoothPlastic
743
o44.BrickColor = BrickColor.new("Black")
744
o44.Position = Vector3.new(18.950964, 0.961513996, 15.352108)
745
o44.Rotation = Vector3.new(-90, -2.50447761e-006, -180)
746
o44.Anchored = true
747
o44.FormFactor = Enum.FormFactor.Custom
748
o44.Size = Vector3.new(0.200000003, 0.416666627, 0.200000003)
749
o44.CFrame = CFrame.new(18.950964, 0.961513996, 15.352108, -1, 4.36557457e-008, -4.37113812e-008, -4.37113812e-008, 1.9122997e-015, 1, 4.36557457e-008, 1, -4.65359901e-018)
750
o44.BackSurface = Enum.SurfaceType.SmoothNoOutlines
751
o44.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
752
o44.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
753
o44.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
754
o44.RightSurface = Enum.SurfaceType.SmoothNoOutlines
755
o44.TopSurface = Enum.SurfaceType.SmoothNoOutlines
756
o44.Color = Color3.new(0.105882, 0.164706, 0.207843)
757
o45.Parent = o44
758
o45.Scale = Vector3.new(0.666666687, 1, 0.666666687)
759
o46.Name = "Mag"
760
o46.Parent = o1
761
o46.Material = Enum.Material.SmoothPlastic
762
o46.BrickColor = BrickColor.new("Black")
763
o46.Position = Vector3.new(18.950964, 0.129971996, 14.3866644)
764
o46.Rotation = Vector3.new(101, 90, 0)
765
o46.Anchored = true
766
o46.FormFactor = Enum.FormFactor.Custom
767
o46.Size = Vector3.new(0.200000003, 0.333333343, 0.200000003)
768
o46.CFrame = CFrame.new(18.950964, 0.129971996, 14.3866644, -2.79885857e-008, -5.49657244e-008, 1, 0.981627166, -0.190809026, 1.69563066e-008, 0.190809026, 0.981627107, 5.93718141e-008)
769
o46.BackSurface = Enum.SurfaceType.SmoothNoOutlines
770
o46.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
771
o46.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
772
o46.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
773
o46.RightSurface = Enum.SurfaceType.SmoothNoOutlines
774
o46.TopSurface = Enum.SurfaceType.SmoothNoOutlines
775
o46.Color = Color3.new(0.105882, 0.164706, 0.207843)
776
o47.Parent = o46
777
o47.Scale = Vector3.new(0.027777778, 1, 0.666666687)
778
o48.Parent = o1
779
o48.Material = Enum.Material.SmoothPlastic
780
o48.BrickColor = BrickColor.new("Black")
781
o48.Position = Vector3.new(18.950964, 0.161533996, 14.3493176)
782
o48.Rotation = Vector3.new(0.019784553, -6.66929267e-009, 180)
783
o48.Anchored = true
784
o48.FormFactor = Enum.FormFactor.Custom
785
o48.Size = Vector3.new(0.200000003, 0.200000003, 0.266666681)
786
o48.CFrame = CFrame.new(18.950964, 0.161533996, 14.3493176, -1, -8.74227979e-008, -1.16401111e-010, 8.74227766e-008, -0.99999994, -0.000345305598, 0, -0.000345305569, 0.99999994)
787
o48.BackSurface = Enum.SurfaceType.SmoothNoOutlines
788
o48.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
789
o48.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
790
o48.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
791
o48.RightSurface = Enum.SurfaceType.SmoothNoOutlines
792
o48.TopSurface = Enum.SurfaceType.SmoothNoOutlines
793
o48.Color = Color3.new(0.105882, 0.164706, 0.207843)
794
o49.Parent = o48
795
o49.Scale = Vector3.new(0.694444478, 0.222222224, 1)
796
o49.MeshType = Enum.MeshType.Wedge
797
o50.Parent = o1
798
o50.Material = Enum.Material.SmoothPlastic
799
o50.BrickColor = BrickColor.new("Really black")
800
o50.Position = Vector3.new(18.950964, 0.155975997, 14.3354216)
801
o50.Rotation = Vector3.new(3.08320072e-016, 0, -180)
802
o50.Anchored = true
803
o50.FormFactor = Enum.FormFactor.Custom
804
o50.Size = Vector3.new(0.200000003, 0.200000003, 0.438888878)
805
o50.CFrame = CFrame.new(18.950964, 0.155975997, 14.3354216, -1, 1.0960446e-021, 0, 1.0960446e-021, -1, -5.38120031e-018, 0, 5.38120031e-018, 1)
806
o50.BackSurface = Enum.SurfaceType.SmoothNoOutlines
807
o50.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
808
o50.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
809
o50.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
810
o50.RightSurface = Enum.SurfaceType.SmoothNoOutlines
811
o50.TopSurface = Enum.SurfaceType.SmoothNoOutlines
812
o50.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
813
o51.Parent = o50
814
o51.Scale = Vector3.new(0.666666687, 0.333333343, 1)
815
o51.MeshType = Enum.MeshType.Wedge
816
o52.Parent = o1
817
o52.Material = Enum.Material.SmoothPlastic
818
o52.BrickColor = BrickColor.new("Black")
819
o52.Position = Vector3.new(18.950964, 0.239300996, 14.1882057)
820
o52.Rotation = Vector3.new(105, 90, 0)
821
o52.Anchored = true
822
o52.FormFactor = Enum.FormFactor.Custom
823
o52.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
824
o52.CFrame = CFrame.new(18.950964, 0.239300996, 14.1882057, -1.07331601e-008, -6.40018527e-008, 1, 0.965925813, -0.258819044, -6.21114538e-009, 0.258819073, 0.965925813, 6.46105036e-008)
825
o52.BackSurface = Enum.SurfaceType.SmoothNoOutlines
826
o52.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
827
o52.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
828
o52.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
829
o52.RightSurface = Enum.SurfaceType.SmoothNoOutlines
830
o52.TopSurface = Enum.SurfaceType.SmoothNoOutlines
831
o52.Color = Color3.new(0.105882, 0.164706, 0.207843)
832
o53.Parent = o52
833
o53.Scale = Vector3.new(0.944444478, 0.111111112, 0.611111104)
834
o54.Parent = o1
835
o54.Material = Enum.Material.SmoothPlastic
836
o54.BrickColor = BrickColor.new("Really black")
837
o54.Position = Vector3.new(18.950964, 0.225419, 14.3520937)
838
o54.Rotation = Vector3.new(-3.25256337e-007, 90, 0)
839
o54.Anchored = true
840
o54.FormFactor = Enum.FormFactor.Custom
841
o54.Size = Vector3.new(0.26111111, 0.200000003, 0.200000003)
842
o54.CFrame = CFrame.new(18.950964, 0.225419, 14.3520937, 8.94069672e-008, -6.24762481e-015, 1, -5.6767937e-009, 1, 1.42108539e-014, -1, -5.6767937e-009, 8.94069672e-008)
843
o54.BackSurface = Enum.SurfaceType.SmoothNoOutlines
844
o54.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
845
o54.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
846
o54.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
847
o54.RightSurface = Enum.SurfaceType.SmoothNoOutlines
848
o54.TopSurface = Enum.SurfaceType.SmoothNoOutlines
849
o54.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
850
o55.Parent = o54
851
o55.Scale = Vector3.new(1, 0.416666687, 0.694444478)
852
o56.Parent = o1
853
o56.Material = Enum.Material.SmoothPlastic
854
o56.BrickColor = BrickColor.new("Really black")
855
o56.Position = Vector3.new(18.950964, 0.197641, 14.2215319)
856
o56.Rotation = Vector3.new(3.08320072e-016, 90, 0)
857
o56.Anchored = true
858
o56.FormFactor = Enum.FormFactor.Custom
859
o56.Size = Vector3.new(0.211111099, 0.200000003, 0.200000003)
860
o56.CFrame = CFrame.new(18.950964, 0.197641, 14.2215319, 0, -1.0960446e-021, 1, 5.38120031e-018, 1, -1.0960446e-021, -1, -5.38120031e-018, 0)
861
o56.BackSurface = Enum.SurfaceType.SmoothNoOutlines
862
o56.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
863
o56.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
864
o56.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
865
o56.RightSurface = Enum.SurfaceType.SmoothNoOutlines
866
o56.TopSurface = Enum.SurfaceType.SmoothNoOutlines
867
o56.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
868
o57.Parent = o56
869
o57.Scale = Vector3.new(1, 0.0833333358, 0.666666687)
870
o58.Parent = o1
871
o58.Material = Enum.Material.SmoothPlastic
872
o58.BrickColor = BrickColor.new("Really black")
873
o58.Position = Vector3.new(18.950964, 0.258204013, 14.3493176)
874
o58.Rotation = Vector3.new(-90, -2.50447761e-006, -90)
875
o58.Anchored = true
876
o58.FormFactor = Enum.FormFactor.Custom
877
o58.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
878
o58.CFrame = CFrame.new(18.950964, 0.258204013, 14.3493176, -8.74279067e-008, 1, -4.37113812e-008, -3.83195418e-015, 4.37113812e-008, 1, 1, 8.74279067e-008, -4.65359901e-018)
879
o58.BackSurface = Enum.SurfaceType.SmoothNoOutlines
880
o58.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
881
o58.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
882
o58.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
883
o58.RightSurface = Enum.SurfaceType.SmoothNoOutlines
884
o58.TopSurface = Enum.SurfaceType.SmoothNoOutlines
885
o58.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
886
o59.Parent = o58
887
o59.Scale = Vector3.new(0.49999997, 0.722222269, 0.472222239)
888
o60.Parent = o1
889
o60.Material = Enum.Material.SmoothPlastic
890
o60.BrickColor = BrickColor.new("Really black")
891
o60.Position = Vector3.new(18.950964, 0.244874001, 14.1993141)
892
o60.Rotation = Vector3.new(0.019784553, -6.66929267e-009, 180)
893
o60.Anchored = true
894
o60.FormFactor = Enum.FormFactor.Custom
895
o60.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
896
o60.CFrame = CFrame.new(18.950964, 0.244874001, 14.1993141, -1, -8.74227979e-008, -1.16401111e-010, 8.74227766e-008, -0.99999994, -0.000345305598, 0, -0.000345305569, 0.99999994)
897
o60.BackSurface = Enum.SurfaceType.SmoothNoOutlines
898
o60.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
899
o60.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
900
o60.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
901
o60.RightSurface = Enum.SurfaceType.SmoothNoOutlines
902
o60.TopSurface = Enum.SurfaceType.SmoothNoOutlines
903
o60.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
904
o61.Parent = o60
905
o61.Scale = Vector3.new(0.694444478, 0.222222224, 0.222222224)
906
o61.MeshType = Enum.MeshType.Wedge
907
o62.Parent = o1
908
o62.Material = Enum.Material.SmoothPlastic
909
o62.BrickColor = BrickColor.new("Black")
910
o62.Position = Vector3.new(18.993742, 1.19095695, 15.1076584)
911
o62.Rotation = Vector3.new(90, 44.9999962, -90)
912
o62.Anchored = true
913
o62.FormFactor = Enum.FormFactor.Custom
914
o62.Size = Vector3.new(1.58333337, 0.200000003, 0.200000003)
915
o62.CFrame = CFrame.new(18.993742, 1.19095695, 15.1076584, 0, 0.707106709, 0.707106709, 5.38120031e-018, 0.707106769, -0.707106769, -1, 9.59801127e-011, -2.04281037e-011)
916
o62.BackSurface = Enum.SurfaceType.SmoothNoOutlines
917
o62.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
918
o62.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
919
o62.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
920
o62.RightSurface = Enum.SurfaceType.SmoothNoOutlines
921
o62.TopSurface = Enum.SurfaceType.SmoothNoOutlines
922
o62.Color = Color3.new(0.105882, 0.164706, 0.207843)
923
o63.Parent = o62
924
o63.Scale = Vector3.new(1, 0.194444433, 0.222222224)
925
o64.Parent = o1
926
o64.Material = Enum.Material.SmoothPlastic
927
o64.Position = Vector3.new(18.950964, 0.867092013, 15.1298876)
928
o64.Rotation = Vector3.new(180, 2.50796006e-006, 8.65142192e-006)
929
o64.Anchored = true
930
o64.FormFactor = Enum.FormFactor.Custom
931
o64.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
932
o64.CFrame = CFrame.new(18.950964, 0.867092013, 15.1298876, 1, -1.50995803e-007, 4.3772161e-008, -1.50995803e-007, -1, -6.59664855e-015, 4.3772161e-008, 3.92853881e-018, -1)
933
o64.BackSurface = Enum.SurfaceType.SmoothNoOutlines
934
o64.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
935
o64.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
936
o64.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
937
o64.RightSurface = Enum.SurfaceType.SmoothNoOutlines
938
o64.TopSurface = Enum.SurfaceType.SmoothNoOutlines
939
o65.Parent = o64
940
o65.Scale = Vector3.new(0.611111104, 0.333333343, 0.138888881)
941
o65.MeshType = Enum.MeshType.Wedge
942
o66.Parent = o1
943
o66.Material = Enum.Material.SmoothPlastic
944
o66.Position = Vector3.new(18.950964, 0.83930999, 15.1048679)
945
o66.Rotation = Vector3.new(89.9999771, 90, 0)
946
o66.Anchored = true
947
o66.FormFactor = Enum.FormFactor.Custom
948
o66.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
949
o66.CFrame = CFrame.new(18.950964, 0.83930999, 15.1048679, -8.74231674e-008, 2.50292942e-008, 1, 1, 4.33125763e-007, 8.74231461e-008, -4.33125791e-007, 1, -2.50292942e-008)
950
o66.BackSurface = Enum.SurfaceType.SmoothNoOutlines
951
o66.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
952
o66.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
953
o66.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
954
o66.RightSurface = Enum.SurfaceType.SmoothNoOutlines
955
o66.TopSurface = Enum.SurfaceType.SmoothNoOutlines
956
o67.Parent = o66
957
o67.Scale = Vector3.new(0.944444478, 0.111111112, 0.611111104)
958
o68.Parent = o1
959
o68.Material = Enum.Material.SmoothPlastic
960
o68.BrickColor = BrickColor.new("Fossil")
961
o68.Position = Vector3.new(18.950964, 0.716949999, 15.0719404)
962
o68.Rotation = Vector3.new(-45, 90, 0)
963
o68.Anchored = true
964
o68.FormFactor = Enum.FormFactor.Custom
965
o68.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
966
o68.CFrame = CFrame.new(18.950964, 0.716949999, 15.0719404, -1.36843425e-010, -2.04281037e-011, 1, -0.707106769, 0.707106769, -1.0960446e-021, -0.707106709, -0.707106709, 0)
967
o68.BackSurface = Enum.SurfaceType.SmoothNoOutlines
968
o68.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
969
o68.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
970
o68.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
971
o68.RightSurface = Enum.SurfaceType.SmoothNoOutlines
972
o68.TopSurface = Enum.SurfaceType.SmoothNoOutlines
973
o68.Color = Color3.new(0.623529, 0.631373, 0.67451)
974
o69.Parent = o68
975
o69.Scale = Vector3.new(0.527777731, 0.111111112, 0.611111104)
976
o70.Parent = o1
977
o70.Material = Enum.Material.SmoothPlastic
978
o70.BrickColor = BrickColor.new("Black")
979
o70.Position = Vector3.new(18.950964, 0.875427008, 15.0743237)
980
o70.Rotation = Vector3.new(3.08320072e-016, 0, -180)
981
o70.Anchored = true
982
o70.FormFactor = Enum.FormFactor.Custom
983
o70.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
984
o70.CFrame = CFrame.new(18.950964, 0.875427008, 15.0743237, -1, 1.0960446e-021, 0, 1.0960446e-021, -1, -5.38120031e-018, 0, 5.38120031e-018, 1)
985
o70.BackSurface = Enum.SurfaceType.SmoothNoOutlines
986
o70.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
987
o70.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
988
o70.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
989
o70.RightSurface = Enum.SurfaceType.SmoothNoOutlines
990
o70.TopSurface = Enum.SurfaceType.SmoothNoOutlines
991
o70.Color = Color3.new(0.105882, 0.164706, 0.207843)
992
o71.Parent = o70
993
o71.Scale = Vector3.new(0.611111104, 0.249999985, 0.194444433)
994
o71.MeshType = Enum.MeshType.Wedge
995
o72.Parent = o1
996
o72.Material = Enum.Material.SmoothPlastic
997
o72.BrickColor = BrickColor.new("Black")
998
o72.Position = Vector3.new(18.9315281, 1.09817195, 15.0048761)
999
o72.Rotation = Vector3.new(3.08320072e-016, 90, 0)
1000
o72.Anchored = true
1001
o72.FormFactor = Enum.FormFactor.Custom
1002
o72.Size = Vector3.new(0.244444445, 0.200000003, 0.200000003)
1003
o72.CFrame = CFrame.new(18.9315281, 1.09817195, 15.0048761, 0, -1.0960446e-021, 1, 5.38120031e-018, 1, -1.0960446e-021, -1, -5.38120031e-018, 0)
1004
o72.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1005
o72.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1006
o72.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1007
o72.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1008
o72.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1009
o72.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1010
o72.Color = Color3.new(0.105882, 0.164706, 0.207843)
1011
o73.Parent = o72
1012
o73.Scale = Vector3.new(1, 0.277777761, 0.527777731)
1013
o74.Parent = o1
1014
o74.Material = Enum.Material.SmoothPlastic
1015
o74.BrickColor = BrickColor.new("Black")
1016
o74.Position = Vector3.new(18.9870701, 1.13095105, 15.0048761)
1017
o74.Rotation = Vector3.new(3.08320072e-016, 90, 0)
1018
o74.Anchored = true
1019
o74.FormFactor = Enum.FormFactor.Custom
1020
o74.Size = Vector3.new(0.244444445, 0.200000003, 0.200000003)
1021
o74.CFrame = CFrame.new(18.9870701, 1.13095105, 15.0048761, 0, -1.0960446e-021, 1, 5.38120031e-018, 1, -1.0960446e-021, -1, -5.38120031e-018, 0)
1022
o74.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1023
o74.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1024
o74.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1025
o74.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1026
o74.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1027
o74.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1028
o74.Color = Color3.new(0.105882, 0.164706, 0.207843)
1029
o75.Parent = o74
1030
o75.Scale = Vector3.new(1, 0.583333313, 0.361111134)
1031
o76.Parent = o1
1032
o76.Material = Enum.Material.SmoothPlastic
1033
o76.BrickColor = BrickColor.new("Black")
1034
o76.Position = Vector3.new(18.970396, 1.17595196, 15.0048761)
1035
o76.Rotation = Vector3.new(3.08320072e-016, 90, 0)
1036
o76.Anchored = true
1037
o76.FormFactor = Enum.FormFactor.Custom
1038
o76.Size = Vector3.new(0.244444445, 0.200000003, 0.200000003)
1039
o76.CFrame = CFrame.new(18.970396, 1.17595196, 15.0048761, 0, -1.0960446e-021, 1, 5.38120031e-018, 1, -1.0960446e-021, -1, -5.38120031e-018, 0)
1040
o76.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1041
o76.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1042
o76.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1043
o76.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1044
o76.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1045
o76.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1046
o76.Color = Color3.new(0.105882, 0.164706, 0.207843)
1047
o77.Parent = o76
1048
o77.Scale = Vector3.new(1, 0.444444448, 0.216666669)
1049
o78.Parent = o1
1050
o78.Material = Enum.Material.SmoothPlastic
1051
o78.BrickColor = BrickColor.new("Black")
1052
o78.Position = Vector3.new(18.950964, 0.39764601, 14.6493216)
1053
o78.Rotation = Vector3.new(180, 2.50796006e-006, 5.00895612e-006)
1054
o78.Anchored = true
1055
o78.FormFactor = Enum.FormFactor.Custom
1056
o78.Size = Vector3.new(0.200000003, 0.550000012, 0.200000003)
1057
o78.CFrame = CFrame.new(18.950964, 0.39764601, 14.6493216, 1, -8.74227766e-008, 4.3772161e-008, -8.74227766e-008, -1, -3.8177829e-015, 4.3772161e-008, 6.83386182e-018, -1)
1058
o78.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1059
o78.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1060
o78.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1061
o78.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1062
o78.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1063
o78.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1064
o78.Color = Color3.new(0.105882, 0.164706, 0.207843)
1065
o79.Parent = o78
1066
o79.Scale = Vector3.new(0.666666687, 1, 0.944444478)
1067
o79.MeshType = Enum.MeshType.Wedge
1068
o80.Parent = o1
1069
o80.Material = Enum.Material.SmoothPlastic
1070
o80.BrickColor = BrickColor.new("Black")
1071
o80.Position = Vector3.new(18.8859501, 0.96707201, 15.0021019)
1072
o80.Rotation = Vector3.new(-90, -2.50447761e-006, -90.0000076)
1073
o80.Anchored = true
1074
o80.FormFactor = Enum.FormFactor.Custom
1075
o80.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
1076
o80.CFrame = CFrame.new(18.8859501, 0.96707201, 15.0021019, -1.51107088e-007, 1, -4.37113812e-008, -6.60488848e-015, 4.37113812e-008, 1, 1, 1.51107088e-007, -4.65359901e-018)
1077
o80.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1078
o80.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1079
o80.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1080
o80.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1081
o80.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1082
o80.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1083
o80.Color = Color3.new(0.105882, 0.164706, 0.207843)
1084
o81.Parent = o80
1085
o81.Scale = Vector3.new(0.249999985, 0.027777778, 0.249999985)
1086
o82.Parent = o1
1087
o82.Material = Enum.Material.SmoothPlastic
1088
o82.BrickColor = BrickColor.new("Dark stone grey")
1089
o82.Position = Vector3.new(18.950964, 0.858749986, 14.8770924)
1090
o82.Rotation = Vector3.new(-180, -2.50796256e-006, 5.00895703e-006)
1091
o82.Anchored = true
1092
o82.FormFactor = Enum.FormFactor.Custom
1093
o82.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
1094
o82.CFrame = CFrame.new(18.950964, 0.858749986, 14.8770924, 0.99999994, -8.74227837e-008, -4.37722036e-008, -8.74227837e-008, -0.99999994, 7.17606313e-018, -4.36557599e-008, 1.89421216e-015, -0.999999762)
1095
o82.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1096
o82.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1097
o82.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1098
o82.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1099
o82.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1100
o82.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1101
o82.Color = Color3.new(0.388235, 0.372549, 0.384314)
1102
o83.Parent = o82
1103
o83.Scale = Vector3.new(0.472222239, 0.416666687, 0.222222224)
1104
o83.MeshType = Enum.MeshType.Wedge
1105
o84.Parent = o1
1106
o84.Material = Enum.Material.SmoothPlastic
1107
o84.BrickColor = BrickColor.new("Black")
1108
o84.Position = Vector3.new(18.950964, 1.05040395, 14.9382162)
1109
o84.Rotation = Vector3.new(3.08320072e-016, 90, 0)
1110
o84.Anchored = true
1111
o84.FormFactor = Enum.FormFactor.Custom
1112
o84.Size = Vector3.new(1.24444449, 0.200000003, 0.200000003)
1113
o84.CFrame = CFrame.new(18.950964, 1.05040395, 14.9382162, 0, -1.0960446e-021, 1, 5.38120031e-018, 1, -1.0960446e-021, -1, -5.38120031e-018, 0)
1114
o84.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1115
o84.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1116
o84.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1117
o84.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1118
o84.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1119
o84.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1120
o84.Color = Color3.new(0.105882, 0.164706, 0.207843)
1121
o85.Parent = o84
1122
o85.Scale = Vector3.new(1, 0.222222224, 0.722222269)
1123
o86.Parent = o1
1124
o86.Material = Enum.Material.SmoothPlastic
1125
o86.BrickColor = BrickColor.new("Black")
1126
o86.Position = Vector3.new(18.950964, 0.469879985, 14.2215319)
1127
o86.Rotation = Vector3.new(2.05579065e-016, -2.50796006e-006, 6.27987314e-020)
1128
o86.Anchored = true
1129
o86.FormFactor = Enum.FormFactor.Custom
1130
o86.Size = Vector3.new(0.200000003, 0.527777791, 0.211111099)
1131
o86.CFrame = CFrame.new(18.950964, 0.469879985, 14.2215319, 1, -1.0960446e-021, -4.3772161e-008, -7.78546341e-022, 1, -3.58803156e-018, 4.3772161e-008, -5.38120031e-018, 1)
1132
o86.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1133
o86.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1134
o86.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1135
o86.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1136
o86.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1137
o86.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1138
o86.Color = Color3.new(0.105882, 0.164706, 0.207843)
1139
o87.Parent = o86
1140
o87.Scale = Vector3.new(0.666666687, 1, 1)
1141
o87.MeshType = Enum.MeshType.Wedge
1142
o88.Parent = o1
1143
o88.Material = Enum.Material.SmoothPlastic
1144
o88.BrickColor = BrickColor.new("Dark stone grey")
1145
o88.Position = Vector3.new(18.950964, 0.736557007, 14.8798761)
1146
o88.Rotation = Vector3.new(180, -2.50129006e-006, 180)
1147
o88.Anchored = true
1148
o88.FormFactor = Enum.FormFactor.Custom
1149
o88.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
1150
o88.CFrame = CFrame.new(18.950964, 0.736557007, 14.8798761, -1, -1.0960446e-021, -4.36557457e-008, 1.41269847e-021, 1, -1.6144448e-018, 4.36557457e-008, -5.38120031e-018, -1)
1151
o88.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1152
o88.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1153
o88.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1154
o88.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1155
o88.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1156
o88.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1157
o88.Color = Color3.new(0.388235, 0.372549, 0.384314)
1158
o89.Parent = o88
1159
o89.Scale = Vector3.new(0.472222239, 0.416666687, 0.249999985)
1160
o89.MeshType = Enum.MeshType.Wedge
1161
o90.Parent = o1
1162
o90.Material = Enum.Material.SmoothPlastic
1163
o90.BrickColor = BrickColor.new("Smoky grey")
1164
o90.Position = Vector3.new(18.950964, 0.683766007, 14.9020796)
1165
o90.Rotation = Vector3.new(3.08320072e-016, 90, 0)
1166
o90.Anchored = true
1167
o90.FormFactor = Enum.FormFactor.Custom
1168
o90.Size = Vector3.new(0.283333331, 0.200000003, 0.200000003)
1169
o90.CFrame = CFrame.new(18.950964, 0.683766007, 14.9020796, 0, -1.0960446e-021, 1, 5.38120031e-018, 1, -1.0960446e-021, -1, -5.38120031e-018, 0)
1170
o90.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1171
o90.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1172
o90.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1173
o90.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1174
o90.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1175
o90.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1176
o90.Color = Color3.new(0.356863, 0.364706, 0.411765)
1177
o91.Parent = o90
1178
o91.Scale = Vector3.new(1, 0.111111112, 0.611111104)
1179
o92.Parent = o1
1180
o92.Material = Enum.Material.SmoothPlastic
1181
o92.BrickColor = BrickColor.new("Black")
1182
o92.Position = Vector3.new(18.950964, 0.992074013, 14.9382162)
1183
o92.Rotation = Vector3.new(3.08320072e-016, 90, 0)
1184
o92.Anchored = true
1185
o92.FormFactor = Enum.FormFactor.Custom
1186
o92.Size = Vector3.new(1.24444449, 0.200000003, 0.200000003)
1187
o92.CFrame = CFrame.new(18.950964, 0.992074013, 14.9382162, 0, -1.0960446e-021, 1, 5.38120031e-018, 1, -1.0960446e-021, -1, -5.38120031e-018, 0)
1188
o92.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1189
o92.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1190
o92.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1191
o92.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1192
o92.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1193
o92.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1194
o92.Color = Color3.new(0.105882, 0.164706, 0.207843)
1195
o93.Parent = o92
1196
o93.Scale = Vector3.new(1, 0.361111134, 0.666666687)
1197
o94.Parent = o1
1198
o94.Material = Enum.Material.SmoothPlastic
1199
o94.BrickColor = BrickColor.new("Black")
1200
o94.Position = Vector3.new(18.950964, 0.708733976, 14.827096)
1201
o94.Rotation = Vector3.new(-180, 0.0927856117, 180)
1202
o94.Anchored = true
1203
o94.FormFactor = Enum.FormFactor.Custom
1204
o94.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
1205
o94.CFrame = CFrame.new(18.950964, 0.708733976, 14.827096, -0.999998689, -1.0960446e-021, 0.00161941373, -1.1745207e-017, 1, 4.66291637e-018, -0.00161941373, -5.38120031e-018, -0.999998689)
1206
o94.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1207
o94.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1208
o94.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1209
o94.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1210
o94.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1211
o94.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1212
o94.Color = Color3.new(0.105882, 0.164706, 0.207843)
1213
o95.Parent = o94
1214
o95.Scale = Vector3.new(0.611111104, 0.138888881, 0.249999985)
1215
o95.MeshType = Enum.MeshType.Wedge
1216
o96.Parent = o1
1217
o96.Material = Enum.Material.SmoothPlastic
1218
o96.BrickColor = BrickColor.new("Black")
1219
o96.Position = Vector3.new(18.950964, 0.797657013, 14.8104324)
1220
o96.Rotation = Vector3.new(180, -2.50129006e-006, 180)
1221
o96.Anchored = true
1222
o96.FormFactor = Enum.FormFactor.Custom
1223
o96.Size = Vector3.new(0.200000003, 0.205555543, 0.200000003)
1224
o96.CFrame = CFrame.new(18.950964, 0.797657013, 14.8104324, -1, -1.0960446e-021, -4.36557457e-008, 1.41269847e-021, 1, -1.6144448e-018, 4.36557457e-008, -5.38120031e-018, -1)
1225
o96.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1226
o96.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1227
o96.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1228
o96.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1229
o96.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1230
o96.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1231
o96.Color = Color3.new(0.105882, 0.164706, 0.207843)
1232
o97.Parent = o96
1233
o97.Scale = Vector3.new(0.472222239, 1, 0.444444448)
1234
o98.Parent = o1
1235
o98.Material = Enum.Material.SmoothPlastic
1236
o98.BrickColor = BrickColor.new("Black")
1237
o98.Position = Vector3.new(18.950964, 0.875427008, 14.8298864)
1238
o98.Rotation = Vector3.new(-180, 0, -6.27987314e-020)
1239
o98.Anchored = true
1240
o98.FormFactor = Enum.FormFactor.Custom
1241
o98.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
1242
o98.CFrame = CFrame.new(18.950964, 0.875427008, 14.8298864, 1, 1.0960446e-021, 0, -1.0960446e-021, -1, 5.38120031e-018, 0, 5.38120031e-018, -1)
1243
o98.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1244
o98.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1245
o98.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1246
o98.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1247
o98.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1248
o98.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1249
o98.Color = Color3.new(0.105882, 0.164706, 0.207843)
1250
o99.Parent = o98
1251
o99.Scale = Vector3.new(0.666666687, 0.249999985, 0.194444433)
1252
o99.MeshType = Enum.MeshType.Wedge
1253
o100.Parent = o1
1254
o100.Material = Enum.Material.SmoothPlastic
1255
o100.BrickColor = BrickColor.new("Black")
1256
o100.Position = Vector3.new(18.988184, 0.986526012, 14.8076496)
1257
o100.Rotation = Vector3.new(3.00000024, 90, 0)
1258
o100.Anchored = true
1259
o100.FormFactor = Enum.FormFactor.Custom
1260
o100.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
1261
o100.CFrame = CFrame.new(18.988184, 0.986526012, 14.8076496, 2.57358579e-011, -6.64535094e-012, 1, 0.0523359589, 0.99862951, -1.0960446e-021, -0.99862951, 0.0523359627, 0)
1262
o100.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1263
o100.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1264
o100.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1265
o100.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1266
o100.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1267
o100.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1268
o100.Color = Color3.new(0.105882, 0.164706, 0.207843)
1269
o101.Parent = o100
1270
o101.Scale = Vector3.new(0.694444478, 0.249999985, 0.361111134)
1271
o102.Parent = o1
1272
o102.Material = Enum.Material.SmoothPlastic
1273
o102.BrickColor = BrickColor.new("Black")
1274
o102.Position = Vector3.new(18.950964, 0.875427008, 14.8020916)
1275
o102.Rotation = Vector3.new(3.08320072e-016, 90, 0)
1276
o102.Anchored = true
1277
o102.FormFactor = Enum.FormFactor.Custom
1278
o102.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
1279
o102.CFrame = CFrame.new(18.950964, 0.875427008, 14.8020916, 0, -1.0960446e-021, 1, 5.38120031e-018, 1, -1.0960446e-021, -1, -5.38120031e-018, 0)
1280
o102.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1281
o102.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1282
o102.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1283
o102.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1284
o102.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1285
o102.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1286
o102.Color = Color3.new(0.105882, 0.164706, 0.207843)
1287
o103.Parent = o102
1288
o103.Scale = Vector3.new(0.0833333358, 0.249999985, 0.666666687)
1289
o104.Parent = o1
1290
o104.Material = Enum.Material.SmoothPlastic
1291
o104.BrickColor = BrickColor.new("Really black")
1292
o104.Position = Vector3.new(18.950964, 0.536549985, 14.6048756)
1293
o104.Rotation = Vector3.new(180, 2.50796006e-006, 5.00895612e-006)
1294
o104.Anchored = true
1295
o104.FormFactor = Enum.FormFactor.Custom
1296
o104.Size = Vector3.new(0.200000003, 0.794444382, 0.244444445)
1297
o104.CFrame = CFrame.new(18.950964, 0.536549985, 14.6048756, 1, -8.74227766e-008, 4.3772161e-008, -8.74227766e-008, -1, -3.8177829e-015, 4.3772161e-008, 6.83386182e-018, -1)
1298
o104.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1299
o104.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1300
o104.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1301
o104.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1302
o104.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1303
o104.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1304
o104.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1305
o105.Parent = o104
1306
o105.Scale = Vector3.new(0.694444478, 1, 1)
1307
o105.MeshType = Enum.MeshType.Wedge
1308
o106.Name = "Mag"
1309
o106.Parent = o1
1310
o106.Material = Enum.Material.SmoothPlastic
1311
o106.BrickColor = BrickColor.new("Really black")
1312
o106.Position = Vector3.new(18.950964, 0.56080699, 14.4704056)
1313
o106.Rotation = Vector3.new(101, 90, 0)
1314
o106.Anchored = true
1315
o106.FormFactor = Enum.FormFactor.Custom
1316
o106.Size = Vector3.new(0.872222185, 0.322222203, 0.200000003)
1317
o106.CFrame = CFrame.new(18.950964, 0.56080699, 14.4704056, -2.79885857e-008, -5.65955389e-008, 1, 0.981627166, -0.190809026, 1.66447549e-008, 0.190809026, 0.981627107, 6.10016286e-008)
1318
o106.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1319
o106.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1320
o106.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1321
o106.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1322
o106.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1323
o106.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1324
o106.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1325
o107.Parent = o106
1326
o107.Scale = Vector3.new(1, 1, 0.611111104)
1327
o108.Parent = o1
1328
o108.Material = Enum.Material.SmoothPlastic
1329
o108.BrickColor = BrickColor.new("Smoky grey")
1330
o108.Position = Vector3.new(18.950964, 0.731004, 14.7326536)
1331
o108.Rotation = Vector3.new(-90, 4.32571142e-006, -90.0000076)
1332
o108.Anchored = true
1333
o108.FormFactor = Enum.FormFactor.Custom
1334
o108.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
1335
o108.CFrame = CFrame.new(18.950964, 0.731004, 14.7326536, -1.51107088e-007, 1, 7.54979084e-008, 7.25342942e-015, -7.54979084e-008, 1, 1, 1.51107088e-007, 4.14945855e-015)
1336
o108.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1337
o108.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1338
o108.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1339
o108.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1340
o108.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1341
o108.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1342
o108.Color = Color3.new(0.356863, 0.364706, 0.411765)
1343
o109.Parent = o108
1344
o109.Scale = Vector3.new(0.416666687, 0.694444478, 0.416666687)
1345
o110.Parent = o1
1346
o110.Material = Enum.Material.SmoothPlastic
1347
o110.BrickColor = BrickColor.new("Black")
1348
o110.Position = Vector3.new(18.950964, 0.544876993, 14.4409838)
1349
o110.Rotation = Vector3.new(3.08320072e-016, 90, 0)
1350
o110.Anchored = true
1351
o110.FormFactor = Enum.FormFactor.Custom
1352
o110.Size = Vector3.new(0.227777779, 0.711111128, 0.200000003)
1353
o110.CFrame = CFrame.new(18.950964, 0.544876993, 14.4409838, 0, -1.0960446e-021, 1, 5.38120031e-018, 1, -1.0960446e-021, -1, -5.38120031e-018, 0)
1354
o110.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1355
o110.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1356
o110.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1357
o110.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1358
o110.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1359
o110.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1360
o110.Color = Color3.new(0.105882, 0.164706, 0.207843)
1361
o111.Parent = o110
1362
o111.Scale = Vector3.new(1, 1, 0.666666687)
1363
o112.Parent = o1
1364
o112.Material = Enum.Material.SmoothPlastic
1365
o112.BrickColor = BrickColor.new("Black")
1366
o112.Position = Vector3.new(18.950964, 0.775434017, 14.7993164)
1367
o112.Rotation = Vector3.new(180, -2.50129006e-006, 180)
1368
o112.Anchored = true
1369
o112.FormFactor = Enum.FormFactor.Custom
1370
o112.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
1371
o112.CFrame = CFrame.new(18.950964, 0.775434017, 14.7993164, -1, -1.0960446e-021, -4.36557457e-008, 1.41269847e-021, 1, -1.6144448e-018, 4.36557457e-008, -5.38120031e-018, -1)
1372
o112.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1373
o112.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1374
o112.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1375
o112.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1376
o112.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1377
o112.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1378
o112.Color = Color3.new(0.105882, 0.164706, 0.207843)
1379
o113.Parent = o112
1380
o113.Scale = Vector3.new(0.666666687, 0.249999985, 0.111111112)
1381
o113.MeshType = Enum.MeshType.Wedge
1382
o114.Parent = o1
1383
o114.Material = Enum.Material.SmoothPlastic
1384
o114.BrickColor = BrickColor.new("Black")
1385
o114.Position = Vector3.new(18.950964, 0.730996013, 14.7298584)
1386
o114.Rotation = Vector3.new(180, 0, -90.0000076)
1387
o114.Anchored = true
1388
o114.FormFactor = Enum.FormFactor.Custom
1389
o114.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
1390
o114.CFrame = CFrame.new(18.950964, 0.730996013, 14.7298584, -1.94707198e-007, 1, 0, 1, 1.94707169e-007, -4.37113883e-008, -4.37113883e-008, 0, -1)
1391
o114.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1392
o114.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1393
o114.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1394
o114.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1395
o114.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1396
o114.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1397
o114.Color = Color3.new(0.105882, 0.164706, 0.207843)
1398
o115.Parent = o114
1399
o115.Scale = Vector3.new(0.833333373, 0.666666687, 0.805555522)
1400
o116.Parent = o1
1401
o116.Material = Enum.Material.SmoothPlastic
1402
o116.BrickColor = BrickColor.new("Black")
1403
o116.Position = Vector3.new(18.950964, 0.928192973, 14.7298584)
1404
o116.Rotation = Vector3.new(3.08320072e-016, 90, 0)
1405
o116.Anchored = true
1406
o116.FormFactor = Enum.FormFactor.Custom
1407
o116.Size = Vector3.new(0.827777743, 0.200000003, 0.200000003)
1408
o116.CFrame = CFrame.new(18.950964, 0.928192973, 14.7298584, 0, -1.0960446e-021, 1, 5.38120031e-018, 1, -1.0960446e-021, -1, -5.38120031e-018, 0)
1409
o116.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1410
o116.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1411
o116.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1412
o116.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1413
o116.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1414
o116.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1415
o116.Color = Color3.new(0.105882, 0.164706, 0.207843)
1416
o117.Parent = o116
1417
o117.Scale = Vector3.new(1, 0.277777761, 0.666666687)
1418
o118.Parent = o1
1419
o118.Material = Enum.Material.SmoothPlastic
1420
o118.BrickColor = BrickColor.new("Black")
1421
o118.Position = Vector3.new(18.950964, 0.825424016, 14.7993164)
1422
o118.Rotation = Vector3.new(-180, 0, -6.27987314e-020)
1423
o118.Anchored = true
1424
o118.FormFactor = Enum.FormFactor.Custom
1425
o118.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
1426
o118.CFrame = CFrame.new(18.950964, 0.825424016, 14.7993164, 1, 1.0960446e-021, 0, -1.0960446e-021, -1, 5.38120031e-018, 0, 5.38120031e-018, -1)
1427
o118.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1428
o118.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1429
o118.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1430
o118.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1431
o118.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1432
o118.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1433
o118.Color = Color3.new(0.105882, 0.164706, 0.207843)
1434
o119.Parent = o118
1435
o119.Scale = Vector3.new(0.666666687, 0.249999985, 0.111111112)
1436
o119.MeshType = Enum.MeshType.Wedge
1437
o120.Parent = o1
1438
o120.Material = Enum.Material.SmoothPlastic
1439
o120.BrickColor = BrickColor.new("Black")
1440
o120.Position = Vector3.new(18.950964, 0.600430012, 14.4798584)
1441
o120.Rotation = Vector3.new(3.08320072e-016, 90, 0)
1442
o120.Anchored = true
1443
o120.FormFactor = Enum.FormFactor.Custom
1444
o120.Size = Vector3.new(0.200000003, 0.666666687, 0.200000003)
1445
o120.CFrame = CFrame.new(18.950964, 0.600430012, 14.4798584, 0, -1.0960446e-021, 1, 5.38120031e-018, 1, -1.0960446e-021, -1, -5.38120031e-018, 0)
1446
o120.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1447
o120.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1448
o120.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1449
o120.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1450
o120.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1451
o120.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1452
o120.Color = Color3.new(0.105882, 0.164706, 0.207843)
1453
o121.Parent = o120
1454
o121.Scale = Vector3.new(0.027777778, 1, 0.694444478)
1455
o122.Parent = o1
1456
o122.Material = Enum.Material.SmoothPlastic
1457
o122.BrickColor = BrickColor.new("Black")
1458
o122.Position = Vector3.new(18.950964, 0.980957985, 14.5104237)
1459
o122.Rotation = Vector3.new(2.05579065e-016, -2.50796006e-006, 6.27987314e-020)
1460
o122.Anchored = true
1461
o122.FormFactor = Enum.FormFactor.Custom
1462
o122.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
1463
o122.CFrame = CFrame.new(18.950964, 0.980957985, 14.5104237, 1, -1.0960446e-021, -4.3772161e-008, -7.78546341e-022, 1, -3.58803156e-018, 4.3772161e-008, -5.38120031e-018, 1)
1464
o122.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1465
o122.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1466
o122.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1467
o122.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1468
o122.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1469
o122.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1470
o122.Color = Color3.new(0.105882, 0.164706, 0.207843)
1471
o123.Parent = o122
1472
o123.Scale = Vector3.new(0.694444478, 0.0833333358, 0.333333343)
1473
o123.MeshType = Enum.MeshType.Wedge
1474
o124.Parent = o1
1475
o124.Material = Enum.Material.SmoothPlastic
1476
o124.BrickColor = BrickColor.new("Black")
1477
o124.Position = Vector3.new(18.950964, 0.961513996, 14.6854324)
1478
o124.Rotation = Vector3.new(180, -2.50129006e-006, 180)
1479
o124.Anchored = true
1480
o124.FormFactor = Enum.FormFactor.Custom
1481
o124.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
1482
o124.CFrame = CFrame.new(18.950964, 0.961513996, 14.6854324, -1, -1.0960446e-021, -4.36557457e-008, 1.41269847e-021, 1, -1.6144448e-018, 4.36557457e-008, -5.38120031e-018, -1)
1483
o124.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1484
o124.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1485
o124.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1486
o124.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1487
o124.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1488
o124.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1489
o124.Color = Color3.new(0.105882, 0.164706, 0.207843)
1490
o125.Parent = o124
1491
o125.Scale = Vector3.new(0.694444478, 0.277777761, 0.416666687)
1492
o125.MeshType = Enum.MeshType.Wedge
1493
o126.Parent = o1
1494
o126.Material = Enum.Material.SmoothPlastic
1495
o126.BrickColor = BrickColor.new("Really black")
1496
o126.Position = Vector3.new(18.950964, 0.803216994, 14.6715384)
1497
o126.Rotation = Vector3.new(3.08320072e-016, 90, 0)
1498
o126.Anchored = true
1499
o126.FormFactor = Enum.FormFactor.Custom
1500
o126.Size = Vector3.new(0.244444445, 0.200000003, 0.200000003)
1501
o126.CFrame = CFrame.new(18.950964, 0.803216994, 14.6715384, 0, -1.0960446e-021, 1, 5.38120031e-018, 1, -1.0960446e-021, -1, -5.38120031e-018, 0)
1502
o126.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1503
o126.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1504
o126.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1505
o126.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1506
o126.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1507
o126.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1508
o126.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1509
o127.Parent = o126
1510
o127.Scale = Vector3.new(1, 0.972222209, 0.666666687)
1511
o128.Parent = o1
1512
o128.Material = Enum.Material.SmoothPlastic
1513
o128.BrickColor = BrickColor.new("Really black")
1514
o128.Position = Vector3.new(18.950964, 0.672379017, 14.6450357)
1515
o128.Rotation = Vector3.new(-30.0000038, 90, 0)
1516
o128.Anchored = true
1517
o128.FormFactor = Enum.FormFactor.Custom
1518
o128.Size = Vector3.new(0.205555543, 0.200000003, 0.200000003)
1519
o128.CFrame = CFrame.new(18.950964, 0.672379017, 14.6450357, 4.20376836e-008, -2.60188173e-008, 1, -0.50000006, 0.866025388, 4.35066809e-008, -0.866025388, -0.50000006, 2.33994797e-008)
1520
o128.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1521
o128.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1522
o128.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1523
o128.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1524
o128.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1525
o128.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1526
o128.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1527
o129.Parent = o128
1528
o129.Scale = Vector3.new(1, 0.722222269, 0.666666687)
1529
o130.Parent = o1
1530
o130.Material = Enum.Material.SmoothPlastic
1531
o130.BrickColor = BrickColor.new("Really black")
1532
o130.Position = Vector3.new(18.950964, 0.619874001, 14.3270836)
1533
o130.Rotation = Vector3.new(2.05579065e-016, -2.50796006e-006, 6.27987314e-020)
1534
o130.Anchored = true
1535
o130.FormFactor = Enum.FormFactor.Custom
1536
o130.Size = Vector3.new(0.200000003, 0.705555558, 0.300000012)
1537
o130.CFrame = CFrame.new(18.950964, 0.619874001, 14.3270836, 1, -1.0960446e-021, -4.3772161e-008, -7.78546341e-022, 1, -3.58803156e-018, 4.3772161e-008, -5.38120031e-018, 1)
1538
o130.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1539
o130.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1540
o130.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1541
o130.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1542
o130.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1543
o130.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1544
o130.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1545
o131.Parent = o130
1546
o131.Scale = Vector3.new(0.694444478, 1, 1)
1547
o131.MeshType = Enum.MeshType.Wedge
1548
o132.Parent = o1
1549
o132.Material = Enum.Material.SmoothPlastic
1550
o132.BrickColor = BrickColor.new("Black")
1551
o132.Position = Vector3.new(18.950964, 1.15317094, 14.2876415)
1552
o132.Rotation = Vector3.new(30.0000019, 90, 0)
1553
o132.Anchored = true
1554
o132.FormFactor = Enum.FormFactor.Custom
1555
o132.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
1556
o132.CFrame = CFrame.new(18.950964, 1.15317094, 14.2876415, 1.28167699e-010, -5.82076609e-011, 1, 0.5, 0.866025388, -1.0960446e-021, -0.866025388, 0.5, 0)
1557
o132.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1558
o132.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1559
o132.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1560
o132.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1561
o132.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1562
o132.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1563
o132.Color = Color3.new(0.105882, 0.164706, 0.207843)
1564
o133.Parent = o132
1565
o133.Scale = Vector3.new(0.388888866, 0.194444433, 0.416666687)
1566
o134.Parent = o1
1567
o134.Material = Enum.Material.SmoothPlastic
1568
o134.BrickColor = BrickColor.new("Black")
1569
o134.Position = Vector3.new(18.950964, 1.10315704, 14.3126564)
1570
o134.Rotation = Vector3.new(3.08320072e-016, 90, 0)
1571
o134.Anchored = true
1572
o134.FormFactor = Enum.FormFactor.Custom
1573
o134.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
1574
o134.CFrame = CFrame.new(18.950964, 1.10315704, 14.3126564, 0, -5.9604659e-008, 1, 5.38120031e-018, 1, 5.9604659e-008, -1, -5.38374141e-018, 0)
1575
o134.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1576
o134.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1577
o134.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1578
o134.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1579
o134.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1580
o134.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1581
o134.Color = Color3.new(0.105882, 0.164706, 0.207843)
1582
o135.Parent = o134
1583
o135.Scale = Vector3.new(0.027777778, 0.861111045, 0.416666687)
1584
o136.Parent = o1
1585
o136.Material = Enum.Material.SmoothPlastic
1586
o136.BrickColor = BrickColor.new("Black")
1587
o136.Position = Vector3.new(18.950964, 0.969842017, 14.2187424)
1588
o136.Rotation = Vector3.new(2.05579065e-016, -2.50796006e-006, 6.27987314e-020)
1589
o136.Anchored = true
1590
o136.FormFactor = Enum.FormFactor.Custom
1591
o136.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
1592
o136.CFrame = CFrame.new(18.950964, 0.969842017, 14.2187424, 1, -1.0960446e-021, -4.3772161e-008, -7.78546341e-022, 1, -3.58803156e-018, 4.3772161e-008, -5.38120031e-018, 1)
1593
o136.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1594
o136.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1595
o136.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1596
o136.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1597
o136.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1598
o136.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1599
o136.Color = Color3.new(0.105882, 0.164706, 0.207843)
1600
o137.Parent = o136
1601
o137.Scale = Vector3.new(0.666666687, 0.249999985, 0.74999994)
1602
o137.MeshType = Enum.MeshType.Wedge
1603
o138.Parent = o1
1604
o138.Material = Enum.Material.SmoothPlastic
1605
o138.BrickColor = BrickColor.new("Black")
1606
o138.Position = Vector3.new(18.950964, 0.919857979, 14.2271004)
1607
o138.Rotation = Vector3.new(-0.600734293, 89.980217, -5.99351438e-007)
1608
o138.Anchored = true
1609
o138.FormFactor = Enum.FormFactor.Custom
1610
o138.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
1611
o138.CFrame = CFrame.new(18.950964, 0.919857979, 14.2271004, 4.06289615e-008, 4.25005558e-016, 0.99999994, -6.70552254e-008, 0.999999881, 4.68723726e-010, -1.00000012, -9.68575407e-008, 4.47034694e-008)
1612
o138.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1613
o138.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1614
o138.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1615
o138.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1616
o138.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1617
o138.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1618
o138.Color = Color3.new(0.105882, 0.164706, 0.207843)
1619
o139.Parent = o138
1620
o139.Scale = Vector3.new(0.888888896, 0.249999985, 0.666666687)
1621
o140.Parent = o1
1622
o140.Material = Enum.Material.SmoothPlastic
1623
o140.BrickColor = BrickColor.new("Black")
1624
o140.Position = Vector3.new(18.950964, 1.17262495, 14.2539701)
1625
o140.Rotation = Vector3.new(30.0000038, 1.24663654e-006, -90)
1626
o140.Anchored = true
1627
o140.FormFactor = Enum.FormFactor.Custom
1628
o140.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
1629
o140.CFrame = CFrame.new(18.950964, 1.17262495, 14.2539701, -4.959292e-008, 1, 2.17579128e-008, -0.866025388, -3.19989653e-008, -0.50000006, -0.50000006, -4.36557457e-008, 0.866025388)
1630
o140.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1631
o140.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1632
o140.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1633
o140.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1634
o140.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1635
o140.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1636
o140.Color = Color3.new(0.105882, 0.164706, 0.207843)
1637
o141.Parent = o140
1638
o141.Scale = Vector3.new(0.194444433, 0.416666687, 0.194444433)
1639
o142.Parent = o1
1640
o142.Material = Enum.Material.SmoothPlastic
1641
o142.BrickColor = BrickColor.new("Really black")
1642
o142.Position = Vector3.new(18.950964, 1.10038495, 14.3182096)
1643
o142.Rotation = Vector3.new(3.08320072e-016, 90, 0)
1644
o142.Anchored = true
1645
o142.FormFactor = Enum.FormFactor.Custom
1646
o142.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
1647
o142.CFrame = CFrame.new(18.950964, 1.10038495, 14.3182096, 0, -2.98023295e-008, 1, 5.38120031e-018, 1, 2.98023295e-008, -1, -1.91260039e-018, 0)
1648
o142.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1649
o142.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1650
o142.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1651
o142.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1652
o142.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1653
o142.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1654
o142.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1655
o143.Parent = o142
1656
o143.Scale = Vector3.new(0.027777778, 0.722222269, 0.388888866)
1657
o144.Parent = o1
1658
o144.Material = Enum.Material.SmoothPlastic
1659
o144.BrickColor = BrickColor.new("Black")
1660
o144.Position = Vector3.new(18.950964, 0.986526012, 14.2826424)
1661
o144.Rotation = Vector3.new(3.08320072e-016, 0, 6.27987314e-020)
1662
o144.Anchored = true
1663
o144.FormFactor = Enum.FormFactor.Custom
1664
o144.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
1665
o144.CFrame = CFrame.new(18.950964, 0.986526012, 14.2826424, 1, -1.0960446e-021, 0, -1.0960446e-021, 1, -5.38120031e-018, 0, -5.38120031e-018, 1)
1666
o144.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1667
o144.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1668
o144.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1669
o144.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1670
o144.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1671
o144.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1672
o144.Color = Color3.new(0.105882, 0.164706, 0.207843)
1673
o145.Parent = o144
1674
o145.Scale = Vector3.new(0.666666687, 0.416666687, 0.333333343)
1675
o145.MeshType = Enum.MeshType.Wedge
1676
o146.Parent = o1
1677
o146.Material = Enum.Material.SmoothPlastic
1678
o146.BrickColor = BrickColor.new("Really black")
1679
o146.Position = Vector3.new(18.950964, 0.872651994, 14.2770796)
1680
o146.Rotation = Vector3.new(2.18855899e-013, 2.50129006e-006, 180)
1681
o146.Anchored = true
1682
o146.FormFactor = Enum.FormFactor.Custom
1683
o146.Size = Vector3.new(0.200000003, 0.200000003, 0.211111099)
1684
o146.CFrame = CFrame.new(18.950964, 0.872651994, 14.2770796, -1, -8.74227766e-008, 4.36557457e-008, 8.74227766e-008, -1, -3.81975606e-015, 4.36557457e-008, 6.83386182e-018, 1)
1685
o146.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1686
o146.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1687
o146.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1688
o146.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1689
o146.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1690
o146.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1691
o146.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1692
o147.Parent = o146
1693
o147.Scale = Vector3.new(0.666666687, 0.277777761, 1)
1694
o147.MeshType = Enum.MeshType.Wedge
1695
o148.Name = "Handle"
1696
o148.Parent = o1
1697
o148.Material = Enum.Material.SmoothPlastic
1698
o148.BrickColor = BrickColor.new("Really black")
1699
o148.Transparency = 1
1700
o148.Position = Vector3.new(18.9506321, 0.598004997, 14.4106464)
1701
o148.Rotation = Vector3.new(180, -2.50129006e-006, 180)
1702
o148.Anchored = true
1703
o148.FormFactor = Enum.FormFactor.Custom
1704
o148.Size = Vector3.new(0.200000003, 0.205555543, 0.200000003)
1705
o148.CFrame = CFrame.new(18.9506321, 0.598004997, 14.4106464, -1, -1.0960446e-021, -4.36557457e-008, 1.41269847e-021, 1, -1.6144448e-018, 4.36557457e-008, -5.38120031e-018, -1)
1706
o148.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1707
o148.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1708
o148.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1709
o148.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1710
o148.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1711
o148.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1712
o148.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1713
o149.Name = "FireSound"
1714
o149.Parent = o148
1715
o149.SoundId = "rbxassetid://330704232"
1716
o149.Volume = 10
1717
o150.Parent = o148
1718
o150.Scale = Vector3.new(0.99999994, 1, 0.99999994)
1719-
Victim = game.Players.LocalPlayer.Character
1719+
Victim = game.Players.RGames1234.Character
1720
function Suicide ()
1721
	    Victim.Torso.Neck.C0 = CFrame.new(0,1.5,0) * CFrame.Angles(math.rad(25), -math.rad(0),-math.rad(0))
1722
        Victim.Torso.Neck.C1 = CFrame.new(0,0,0)
1723
		wait(.02)
1724
	    Victim.Torso["Right Shoulder"].C0 = CFrame.new(2.3,.5,0) * CFrame.Angles(math.rad(-90), -math.rad(160),-math.rad(-70))
1725
        Victim.Torso["Right Shoulder"].C1 = CFrame.new(0,0,0)
1726
		ANGLE = -70
1727
		ANGLE2 = -20
1728
		for i=1,7 do
1729
		ANGLE = ANGLE + 10
1730
		ANGLE2 = ANGLE2 + 10
1731
		Victim.Torso["Right Shoulder"].C0 = CFrame.new(2.3,.5,0) * CFrame.Angles(math.rad(-90), -math.rad(160),-math.rad(ANGLE))
1732
        Victim.Torso["Right Shoulder"].C1 = CFrame.new(0,0,0)
1733
		wait(1/30)
1734
		end
1735
		wait(.3)
1736
		o1.Handle.FireSound.Parent = workspace
1737
		workspace.FireSound:Play()
1738-
		game.Players.LocalPlayer.Character.Humanoid.Health = 0
1738+
		game.Players.RGames1234.Character.Humanoid.Health = 0
1739-
		game.Players.LocalPlayer.Character.Head.BrickColor = BrickColor.new("Maroon")
1739+
		game.Players.RGames1234.Character.Head.BrickColor = BrickColor.new("Maroon")
1740
		player = game.Players[Victim.Name]
1741
char = player.Character
1742
			char.Archivable = true
1743
			local rg = char:Clone()
1744
			rg.HumanoidRootPart:Destroy()
1745
			rg.Name = ""
1746
			rg.Humanoid.MaxHealth = 0
1747
1748
			for i, v in pairs(rg.Torso:GetChildren()) do
1749
				if v:IsA("Glue") or v:IsA("Motor6D") then
1750
					v:Destroy()
1751
				end
1752
			end
1753
									
1754
			local n = Instance.new("Glue", rg.Torso)
1755
			n.Name = "Neck"
1756
			n.Part0 = rg.Torso
1757
			n.Part1 = rg.Head
1758
			n.C0 = CFrame.new(0, 1, 0)
1759
			n.C1 = CFrame.new(0, -0.5, 0)
1760
1761
			
1762
			local rs = Instance.new("Glue", rg.Torso)
1763
			rs.Name = "Right Shoulder"
1764
			rs.Part0 = rg.Torso
1765
			rs.Part1 = rg["Right Arm"]
1766
			rs.C0 = CFrame.new(1.5, 0.5, 0)
1767
			rs.C1 = CFrame.new(0, 0.5, 0)
1768
			local ls = Instance.new("Glue", rg.Torso)
1769
			ls.Name = "Left Shoulder"
1770
			ls.Part0 = rg.Torso
1771
			ls.Part1 = rg["Left Arm"]
1772
			ls.C0 = CFrame.new(-1.5, 0.5, 0)
1773
			ls.C1 = CFrame.new(0, 0.5, 0)
1774
			
1775
			local rh = Instance.new("Glue", rg.Torso)
1776
			rh.Name = "Right Hip"
1777
			rh.Part0 = rg.Torso
1778
			rh.Part1 = rg["Right Leg"]
1779
			rh.C0 = CFrame.new(0.5, -1, 0)
1780
			rh.C1 = CFrame.new(0, 1, 0)
1781
			local lh = Instance.new("Glue", rg.Torso)
1782
			lh.Name = "Left Hip"
1783
			lh.Part0 = rg.Torso
1784
			lh.Part1 = rg["Left Leg"]
1785
			lh.C0 = CFrame.new(-0.5, -1, 0)
1786
			lh.C1 = CFrame.new(0, 1, 0)
1787
			char.Torso:Destroy()
1788
			char.Head:Destroy()
1789
			char["Left Leg"]:Destroy()
1790
			char["Left Arm"]:Destroy()
1791
			char["Right Leg"]:Destroy()
1792
			char["Right Arm"]:Destroy()
1793
			rg.Parent = game.Workspace
1794
			rg.Head.BrickColor = BrickColor.new("Maroon")
1795
			rg.Torso.Neck:Destroy()
1796
						for i, v in pairs(rg.Torso:GetChildren()) do
1797
				if v:IsA("Motor6D") then
1798
					v:Destroy()
1799
				end
1800
			end
1801
function DEATH ()
1802
OHHNELLY = Instance.new("Part")
1803
OHHNELLY.Parent = rg
1804
OHHNELLY.Anchored = false
1805
OHHNELLY.Material = Enum.Material.SmoothPlastic
1806
OHHNELLY.BrickColor = BrickColor.new("Maroon")
1807
OHHNELLY.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
1808
OHHNELLY.Position = rg.Head.Position
1809
OHHNELLY.Color = Color3.new(0.458824, 0, 0)
1810
OHHNELLY.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1811
OHHNELLY.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1812
OHHNELLY.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1813
OHHNELLY.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1814
OHHNELLY.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1815
OHHNELLY.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1816
end
1817
for i=1, 10 do
1818
	DEATH()
1819
	print"BLOODY"
1820
	wait()
1821
end
1822
end
1823
function Weld(x,y)
1824
	local W = Instance.new("Weld")
1825
	W.Part0 = x
1826
	W.Part1 = y
1827
	local CJ = CFrame.new(x.Position)
1828
	local C0 = x.CFrame:inverse()*CJ
1829
	local C1 = y.CFrame:inverse()*CJ
1830
	W.C0 = C0
1831
	W.C1 = C1
1832
	W.Parent = x
1833
end
1834
1835
function Get(A)
1836
	if A.className == "Part" then
1837
		Weld(o1.Handle, A)
1838
		A.Anchored = false
1839
	else
1840
		local C = A:GetChildren()
1841
		for i=1, #C do
1842
		Get(C[i])
1843
		end
1844
	end
1845
end
1846
1847
function Finale()
1848
	Get(o1)
1849
end
1850
1851
o1.Equipped:connect(Finale)
1852
o1.Unequipped:connect(Finale)
1853
o1.Activated:connect(Suicide)
1854
Finale()
1855
end)
1856
1857
DabAll.Name = "Dab All"
1858
DabAll.Parent = Main
1859
DabAll.BackgroundColor3 = Color3.new(1, 0, 0)
1860
DabAll.BorderColor3 = Color3.new(0.760784, 0, 0)
1861
DabAll.BorderSizePixel = 4
1862
DabAll.Position = UDim2.new(0.329861104, 0, 0.267361104, 0)
1863
DabAll.Size = UDim2.new(0, 138, 0, 31)
1864
DabAll.Font = Enum.Font.SourceSansBold
1865
DabAll.Text = "Dab All"
1866
DabAll.TextColor3 = Color3.new(1, 1, 1)
1867
DabAll.TextScaled = true
1868
DabAll.TextSize = 14
1869
DabAll.TextWrapped = true
1870
DabAll.MouseButton1Down:connect(function()
1871
while wait(1) do
1872
for i,v in pairs(game:GetService('Players'):GetChildren()) do
1873
   Player = v.Name
1874
   AnimationId = "248263260"
1875
   local Anim = Instance.new("Animation")
1876
   Anim.AnimationId = "rbxassetid://"..AnimationId
1877
   local k = game.Players[Player].Character.Humanoid:LoadAnimation(Anim)
1878
   k:Play() --Play the animation
1879
   k:AdjustSpeed(2)
1880
end
1881
end
1882
end)
1883
1884
Baldi.Name = "Baldi"
1885
Baldi.Parent = Main
1886
Baldi.BackgroundColor3 = Color3.new(1, 0, 0)
1887
Baldi.BorderColor3 = Color3.new(0.760784, 0, 0)
1888
Baldi.BorderSizePixel = 4
1889
Baldi.Position = UDim2.new(0.329861134, 0, 0.46875, 0)
1890
Baldi.Size = UDim2.new(0, 138, 0, 31)
1891
Baldi.Font = Enum.Font.SourceSansBold
1892
Baldi.Text = "Baldi"
1893
Baldi.TextColor3 = Color3.new(1, 1, 1)
1894
Baldi.TextScaled = true
1895
Baldi.TextSize = 14
1896
Baldi.TextWrapped = true
1897
Baldi.MouseButton1Down:connect(function()
1898
-- baldi script by theamazingnater enjoy peeps
1899-
plr = game.Players.LocalPlayer
1899+
plr = game.Players.RGames1234
1900
char = plr.Character
1901
1902
wait(1)
1903
local slap = Instance.new("Sound",char)
1904
slap.SoundId = "rbxassetid://1841427728"
1905
slap.Volume = 10
1906
for i,v in pairs(char:GetChildren()) do
1907
	if v.ClassName == "Part" then
1908
		v.Transparency = 1
1909
	end
1910
end
1911
for i,v in pairs(char:GetChildren()) do
1912
	if v.ClassName == "Accessory" then
1913
		v.Handle.Transparency = 1
1914
	end
1915
end
1916
char.Head.face.Transparency = 1
1917
local sweep = Instance.new("Part")
1918
local sweepdecal1 = Instance.new("Decal",sweep)
1919
local sweepdecal2 = Instance.new("Decal",sweep)
1920
local weld = Instance.new("Weld",sweep)
1921
sweepdecal1.Face = "Back"
1922
sweepdecal1.Texture = "rbxassetid://1814499405"
1923
sweepdecal2.Face = "Front"
1924
sweepdecal2.Texture = "rbxassetid://1814499405"
1925
sweep.Name = "gotta sweep sweep sweep"
1926
sweep.Size = Vector3.new(4.2, 8.4, 0.114)
1927
sweep.Transparency = 1
1928
sweep.CanCollide = false
1929
weld.Part0 = char.Torso
1930
weld.Part1 = sweep
1931
weld.C0 = CFrame.new(-0.466694832, 1.18746996, -0.594377518, -0.999195099, 0, 0.0401160046, 0, 1, 0, -0.0401160046, 0, -0.999195099)
1932
sweep.Parent = char
1933
char.Humanoid.HipHeight = 0.3
1934
slapspeed = 2
1935
walkSpeed = 20.3
1936
char.Humanoid.WalkSpeed = 20.3
1937
anger = 1 -- 1 is normal.
1938
coroutine.wrap(function()
1939
	while true do
1940
		wait()
1941
		if anger == 1 then
1942
			slapspeed = 2 -- Normal speed.
1943
		end
1944
		if anger == 2 then
1945
			slapspeed = 1
1946
		end
1947
		if anger == 3 then
1948
			slapspeed = 0.5
1949
		end
1950
		if anger == 4 then
1951
			slapspeed = 0.1
1952
		end
1953
	end
1954
end)()
1955
sweep.Touched:connect(function(part)
1956
	local human = part.Parent:FindFirstChildOfClass("Humanoid")
1957
	if human and human.Parent.Name ~= char.Name then
1958
		anger = anger + 1
1959
		human.Health = 0
1960
	end 
1961
end)
1962
while true do
1963
	wait(slapspeed)
1964
	sweepdecal1.Texture = "http://www.roblox.com/asset/?id=1814500416"
1965
	sweepdecal2.Texture = "http://www.roblox.com/asset/?id=1814500416"
1966
	slap:Play()
1967
	wait(0.4)
1968
	sweepdecal1.Face = "Back"
1969
    sweepdecal1.Texture = "rbxassetid://1814499405"
1970
    sweepdecal2.Face = "Front"
1971
    sweepdecal2.Texture = "rbxassetid://1814499405"
1972
end
1973
end)
1974
1975
GrabKnifeV3.Name = "Grab Knife V3"
1976
GrabKnifeV3.Parent = Main
1977
GrabKnifeV3.BackgroundColor3 = Color3.new(1, 0, 0)
1978
GrabKnifeV3.BorderColor3 = Color3.new(0.760784, 0, 0)
1979
GrabKnifeV3.BorderSizePixel = 4
1980
GrabKnifeV3.Position = UDim2.new(0.329861104, 0, 0.673611104, 0)
1981
GrabKnifeV3.Size = UDim2.new(0, 138, 0, 31)
1982
GrabKnifeV3.Font = Enum.Font.SourceSansBold
1983
GrabKnifeV3.Text = "Grab Knife V3"
1984
GrabKnifeV3.TextColor3 = Color3.new(1, 1, 1)
1985
GrabKnifeV3.TextScaled = true
1986
GrabKnifeV3.TextSize = 14
1987
GrabKnifeV3.TextWrapped = true
1988
GrabKnifeV3.MouseButton1Down:connect(function()
1989
wait(0.5)
1990
math.randomseed(tick())
1991-
local player = game.Players.LocalPlayer
1991+
local player = game.Players.RGames1234
1992
local rekt = {}
1993
local paralyzed = false
1994
local curpoint = nil
1995
local curpart = nil
1996
local finishnum = 1
1997
local zombiemode = false
1998
local zombies = {}
1999
local lastgui = nil
2000
local mouse = player:GetMouse()
2001
2002
function getplr(char)
2003
	local plr = nil
2004
	for i,v in pairs(game.Players:GetChildren()) do
2005
		if v.Character == char then
2006
			plr = v
2007
		end
2008
	end
2009
	return plr
2010
end
2011
2012
function bleed(frick)
2013
	while frick.Parent ~= nil do
2014
	local reeee = coroutine.wrap(function()
2015
	local thing = Instance.new('Part',game.Workspace)
2016
	thing.Size = Vector3.new(0.2,0.2,0.2)
2017
	thing.CFrame = frick.CFrame
2018
	thing.Shape = Enum.PartType.Ball
2019
	thing.CFrame = frick.CFrame
2020
	thing.Transparency = 1
2021
	thing.BrickColor = BrickColor.new('Maroon')
2022
	thing.Material = Enum.Material.SmoothPlastic
2023
	thing.Name = "Blood"
2024
	thing.CanCollide =false
2025
	local rawrxd = Instance.new('BodyForce',thing)
2026
	rawrxd.Force = frick.CFrame.upVector*(math.random()*2)+Vector3.new(math.random(-5, 5)/10,1.5,0)
2027
	local coru = coroutine.wrap(function()
2028
		wait(0.01)
2029
		rawrxd:Destroy()
2030
	end)
2031
	coru()
2032
	local ree = Instance.new('ParticleEmitter',thing)
2033
	ree.Color = ColorSequence.new({ColorSequenceKeypoint.new(0,Color3.fromRGB(100,0,0)),ColorSequenceKeypoint.new(1,Color3.fromRGB(100,0,0))})
2034
	ree.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,0.1),NumberSequenceKeypoint.new(1,0.1)})
2035
	ree.Texture = 'rbxassetid://867743272'
2036
	ree.Lifetime = NumberRange.new(0.4)
2037
	ree.Rate = 50
2038
	ree.LockedToPart = true
2039
	ree.Speed = NumberRange.new(0, 2)  
2040
	
2041
	thing.Touched:connect(function(tou)
2042
		if tou.Parent and tou.Parent:IsA('Tool') == false and tou.Parent.Parent:FindFirstChildOfClass('Humanoid') == nil and tou.Parent:FindFirstChildOfClass('Humanoid') == nil and tou.Name ~= "Blood" and tou.Parent.Name ~= "Projectile" and tou.Parent.Name ~= "big ass knife" and tou.Parent ~= player.Character and tou.Parent.ClassName ~= "Accessory" and tou.Parent.Name ~= "bitch ass knife" then
2043
			local pos = Vector3.new(thing.Position.X,(tou.Position.Y+(tou.Size.Y/2))+0.02,thing.Position.Z)
2044
			thing:Destroy()
2045
			if tou.Name == "BloodPuddle" then
2046
				local reee = tou.CFrame
2047
				if tou.Transparency > -0.2 then
2048
					tou.Transparency = tou.Transparency -0.1
2049
				end
2050
				if tou.Size.X < 10 then
2051
					tou.Size = tou.Size+Vector3.new(0.1,0,0.1)
2052
					tou.CFrame = reee
2053
				end
2054
			else
2055
				local bloodlol = Instance.new('Part',workspace)
2056
				bloodlol.Size=Vector3.new(1,0.2,1)
2057
				bloodlol.Name = "BloodPuddle"
2058
				bloodlol.Anchored = true
2059
				bloodlol.CanCollide = false
2060
				bloodlol.Material = Enum.Material.SmoothPlastic
2061
				bloodlol.BrickColor = BrickColor.new('Maroon')
2062
				local cyl = Instance.new('CylinderMesh',bloodlol)
2063
				cyl.Scale = Vector3.new(1,0.1,1)
2064
				bloodlol.CFrame = CFrame.new(pos)
2065
				local coru=coroutine.wrap(function()
2066
					while bloodlol.Parent ~= nil do
2067
						if bloodlol.Transparency < 1 then
2068
							bloodlol.Transparency = bloodlol.Transparency+0.05
2069
						else
2070
							bloodlol:Destroy()
2071
						end
2072
						wait(0.1)
2073
					end
2074
				end)
2075
				coru()
2076
			end
2077
		end
2078
	end)
2079
	local coru = coroutine.wrap(function()
2080
		wait(1)
2081
		thing:Destroy()
2082
	end)
2083
	coru()
2084
	end)
2085
	reeee()
2086
	wait()
2087
	end
2088
end
2089
2090
function killz(playa,hitz,kneef,explode,pool,head,charred,override)
2091
	local soundy = false
2092
	local heyy = hitz
2093
	if hitz == "Right Arm" then
2094
	local Limb = playa:FindFirstChild("Right Arm")
2095
	local ters = playa:FindFirstChild('Torso')
2096
		if Limb and ters then
2097
			if ters:FindFirstChild('Right Shoulder') then ters["Right Shoulder"]:Destroy() end
2098
			for i,v in pairs(Limb:GetChildren()) do
2099
				if v:IsA('Weld') or v:IsA('Motor6D') or v:IsA('Rotate') then
2100
					v:Destroy()
2101
				end
2102
			end
2103
			Limb.CFrame = ters.CFrame * CFrame.new(1.5, 0, 0)
2104
			local Joint = Instance.new("Rotate")
2105
			Joint.Name = "RightShoulder"
2106
			Joint.Part0 = ters
2107
			Joint.Part1 = Limb
2108
			Joint.C0 = CFrame.new(1.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
2109
			Joint.C1 = CFrame.new(-0, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
2110
			Joint.Parent = ters
2111
			if charred and zombiemode == false then 
2112
				Limb.BrickColor = BrickColor.new('Black') 
2113
				local fire = Instance.new('Fire',Limb)
2114
				fire.Heat = 5
2115
				fire.Size = 5
2116
				game:GetService('Debris'):AddItem(fire,2)
2117
				local coru=coroutine.wrap(function()
2118
					wait(2)
2119
					for i,v in pairs(Limb:GetChildren()) do
2120
						if v:IsA('ParticleEmitter') then
2121
							v:Destroy()
2122
						end
2123
					end
2124
				end)
2125
				coru()
2126
			end
2127
			local B = Instance.new("Part")
2128
			B.TopSurface = 0
2129
			B.BottomSurface = 0
2130
			B.formFactor = "Symmetric"
2131
			B.Size = Vector3.new(1, 1, 1)
2132
			B.Transparency = 1
2133
			B.CFrame = Limb.CFrame * CFrame.new(0, -0.5, 0)
2134
			B.Parent = playa
2135
			local W = Instance.new("Weld")
2136
			W.Part0 = Limb
2137
			W.Part1 = B
2138
			W.C0 = CFrame.new(0, -0.5, 0)
2139
			W.Parent = Limb
2140
			if kneef then
2141
			local coru = coroutine.wrap(function()
2142
				local uno = Instance.new('Part',workspace)
2143
					local dos = Instance.new('Part',workspace)
2144
					uno.CFrame = playa:FindFirstChild(hitz).CFrame
2145
					dos.CFrame = kneef["big ass knife"].CFrame
2146
					local weld = Instance.new('Weld',kneef["big ass knife"])
2147
					weld.Part0 = playa:FindFirstChild(hitz)
2148
					weld.Part1 = kneef["big ass knife"]
2149
					weld.C0 = uno.CFrame:toObjectSpace(dos.CFrame)
2150
					uno:Destroy()
2151
					dos:Destroy()
2152
					playa:FindFirstChild(hitz).Anchored = false
2153
					for i, v in pairs(kneef:GetChildren()) do
2154
						if v:IsA('BasePart') then
2155
						v.Anchored = false
2156
						end
2157
					end
2158
					if zombiemode == false or override then
2159
					wait()
2160
					end
2161
					if kneef:FindFirstChild('Grab') and kneef.Grab:FindFirstChildOfClass('BodyVelocity') then
2162
						kneef.Grab:FindFirstChildOfClass('BodyVelocity'):Destroy()
2163
					end
2164
					local bleedpart = Instance.new("Part", kneef)
2165
					bleedpart.CanCollide = false
2166
					bleedpart.Size = Vector3.new(0.2, 0.2, 0.2)
2167
					bleedpart.CFrame = kneef["big ass knife"].CFrame
2168
					bleedpart.Color = Color3.new(115/225, 115/225, 115/225)
2169
					bleedpart.Transparency = 1
2170
	
2171
					local bleedpartweld = Instance.new("Weld", kneef["big ass knife"])
2172
					bleedpartweld.Part0 = kneef["big ass knife"]
2173
					bleedpartweld.Part1 = bleedpart
2174
					bleedpartweld.C0 = CFrame.new(0,0,0)*CFrame.Angles(math.rad(90),0,0)
2175
					local coru = coroutine.wrap(function()
2176
					bleed(bleedpart)
2177
					end)
2178
					coru()
2179
					game:GetService('Debris'):AddItem(bleedpart,2)
2180
			end)
2181
			coru()
2182
			end
2183
		end	
2184
	elseif hitz == "Left Arm" then
2185
		local Limb = playa:FindFirstChild("Left Arm")
2186
	local ters = playa:FindFirstChild('Torso')
2187
		if Limb and ters then
2188
			if ters:FindFirstChild('Left Shoulder') then ters["Left Shoulder"]:Destroy() end
2189
			for i,v in pairs(Limb:GetChildren()) do
2190
				if v:IsA('Weld') or v:IsA('Motor6D') or v:IsA('Rotate') then
2191
					v:Destroy()
2192
				end
2193
			end
2194
			Limb.CFrame = ters.CFrame * CFrame.new(-1.5, 0, 0)
2195
			local Joint = Instance.new("Rotate")
2196
			Joint.Name = "LeftShoulder"
2197
			Joint.Part0 = ters
2198
			Joint.Part1 = Limb
2199
			Joint.C0 = CFrame.new(-1.5, 0.5, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
2200
			Joint.C1 = CFrame.new(0, 0.5, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
2201
			Joint.Parent = ters
2202
			if charred and zombiemode == false then 
2203
				Limb.BrickColor = BrickColor.new('Black') 
2204
				local fire = Instance.new('Fire',Limb)
2205
				fire.Heat = 5
2206
				fire.Size = 5
2207
				game:GetService('Debris'):AddItem(fire,2)
2208
				local coru=coroutine.wrap(function()
2209
					wait(2)
2210
					for i,v in pairs(Limb:GetChildren()) do
2211
						if v:IsA('ParticleEmitter') then
2212
							v:Destroy()
2213
						end
2214
					end
2215
				end)
2216
				coru()
2217
			end
2218
2219
			local B = Instance.new("Part")
2220
			B.TopSurface = 0
2221
			B.BottomSurface = 0
2222
			B.formFactor = "Symmetric"
2223
			B.Size = Vector3.new(1, 1, 1)
2224
			B.CanCollide = true
2225
			B.Transparency = 1
2226
			B.CFrame = Limb.CFrame * CFrame.new(0, -0.5, 0)
2227
			B.Parent = playa
2228
			local W = Instance.new("Weld")
2229
			W.Part0 = ters
2230
			W.Part1 = B
2231
			W.C0 = CFrame.new(0, -0.5, 0)
2232
			W.Parent = Limb
2233
			if kneef then
2234
			local coru = coroutine.wrap(function()
2235
				local uno = Instance.new('Part',workspace)
2236
					local dos = Instance.new('Part',workspace)
2237
					uno.CFrame = playa:FindFirstChild(hitz).CFrame
2238
					dos.CFrame = kneef["big ass knife"].CFrame
2239
					local weld = Instance.new('Weld',kneef["big ass knife"])
2240
					weld.Part0 = playa:FindFirstChild(hitz)
2241
					weld.Part1 = kneef["big ass knife"]
2242
					weld.C0 = uno.CFrame:toObjectSpace(dos.CFrame)
2243
					uno:Destroy()
2244
					dos:Destroy()
2245
					playa:FindFirstChild(hitz).Anchored = false
2246
					for i, v in pairs(kneef:GetChildren()) do
2247
						if v:IsA('BasePart') then
2248
						v.Anchored = false
2249
						end
2250
					end
2251
					if zombiemode == false or override then
2252
					wait()
2253
					end
2254
					if kneef:FindFirstChild('Grab') and kneef.Grab:FindFirstChildOfClass('BodyVelocity') then
2255
						kneef.Grab:FindFirstChildOfClass('BodyVelocity'):Destroy()
2256
					end
2257
					local bleedpart = Instance.new("Part", kneef)
2258
					bleedpart.CanCollide = false
2259
					bleedpart.Size = Vector3.new(0.2, 0.2, 0.2)
2260
					bleedpart.CFrame = kneef["big ass knife"].CFrame
2261
					bleedpart.Color = Color3.new(115/225, 115/225, 115/225)
2262
					bleedpart.Transparency = 1
2263
	
2264
					local bleedpartweld = Instance.new("Weld", kneef["big ass knife"])
2265
					bleedpartweld.Part0 = kneef["big ass knife"]
2266
					bleedpartweld.Part1 = bleedpart
2267
					bleedpartweld.C0 = CFrame.new(0,0,0)*CFrame.Angles(math.rad(90),0,0)
2268
					local coru = coroutine.wrap(function()
2269
					bleed(bleedpart)
2270
					end)
2271
					coru()
2272
					game:GetService('Debris'):AddItem(bleedpart,2)
2273
			end)
2274
			coru()
2275
			end
2276
		end
2277
	elseif hitz == "Right Leg" then
2278
		local Limb = playa:FindFirstChild("Right Leg")
2279
	local ters = playa:FindFirstChild('Torso')
2280
		if Limb and ters then
2281
			if ters:FindFirstChild('Right Hip') then ters["Right Hip"]:Destroy() end
2282
			for i,v in pairs(Limb:GetChildren()) do
2283
				if v:IsA('Weld') or v:IsA('Motor6D') or v:IsA('Rotate') then
2284
					v:Destroy()
2285
				end
2286
			end
2287
			Limb.CFrame = ters.CFrame * CFrame.new(0.5, -2, 0)
2288
			local Joint = Instance.new("Rotate")
2289
			Joint.Name = "Right Hip"
2290
			Joint.Part0 = ters
2291
			Joint.Part1 = Limb
2292
			Joint.C0 = CFrame.new(0.5, -1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
2293
			Joint.C1 = CFrame.new(0, 1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
2294
			Joint.Parent = ters
2295
			if charred and zombiemode == false then 
2296
				Limb.BrickColor = BrickColor.new('Black') 
2297
				local fire = Instance.new('Fire',Limb)
2298
				fire.Heat = 5
2299
				fire.Size = 5
2300
				game:GetService('Debris'):AddItem(fire,2)
2301
				local coru=coroutine.wrap(function()
2302
					wait(2)
2303
					for i,v in pairs(Limb:GetChildren()) do
2304
						if v:IsA('ParticleEmitter') then
2305
							v:Destroy()
2306
						end
2307
					end
2308
				end)
2309
				coru()
2310
			end
2311
			local B = Instance.new("Part")
2312
			B.TopSurface = 0
2313
			B.BottomSurface = 0
2314
			B.formFactor = "Symmetric"
2315
			B.Size = Vector3.new(1, 1, 1)
2316
			B.Transparency = 1
2317
			B.CFrame = Limb.CFrame * CFrame.new(0, -0.5, 0)
2318
			B.Parent = playa
2319
			local W = Instance.new("Weld")
2320
			W.Part0 = Limb
2321
			W.Part1 = B
2322
			W.C0 = CFrame.new(0, -0.5, 0)
2323
			W.Parent = Limb
2324
			if kneef then
2325
			local coru = coroutine.wrap(function()
2326
				local uno = Instance.new('Part',workspace)
2327
				local dos = Instance.new('Part',workspace)
2328
				uno.CFrame = playa:FindFirstChild(hitz).CFrame
2329
				dos.CFrame = kneef["big ass knife"].CFrame
2330
				local weld = Instance.new('Weld',kneef["big ass knife"])
2331
				weld.Part0 = playa:FindFirstChild(hitz)
2332
				weld.Part1 = kneef["big ass knife"]
2333
				weld.C0 = uno.CFrame:toObjectSpace(dos.CFrame)
2334
				uno:Destroy()
2335
				dos:Destroy()
2336
				playa:FindFirstChild(hitz).Anchored = false
2337
				for i, v in pairs(kneef:GetChildren()) do
2338
					if v:IsA('BasePart') then
2339
						v.Anchored = false
2340
						end
2341
					end
2342
					if zombiemode == false or override then
2343
					wait()
2344
					end
2345
					if kneef:FindFirstChild('Grab') and kneef.Grab:FindFirstChildOfClass('BodyVelocity') then
2346
						kneef.Grab:FindFirstChildOfClass('BodyVelocity'):Destroy()
2347
					end
2348
					local bleedpart = Instance.new("Part", kneef)
2349
					bleedpart.CanCollide = false
2350
					bleedpart.Size = Vector3.new(0.2, 0.2, 0.2)
2351
					bleedpart.CFrame = kneef["big ass knife"].CFrame
2352
					bleedpart.Color = Color3.new(115/225, 115/225, 115/225)
2353
					bleedpart.Transparency = 1
2354
	
2355
					local bleedpartweld = Instance.new("Weld", kneef["big ass knife"])
2356
					bleedpartweld.Part0 = kneef["big ass knife"]
2357
					bleedpartweld.Part1 = bleedpart
2358
					bleedpartweld.C0 = CFrame.new(0,0,0)*CFrame.Angles(math.rad(90),0,0)
2359
					local coru = coroutine.wrap(function()
2360
					bleed(bleedpart)
2361
					end)
2362
					coru()
2363
					game:GetService('Debris'):AddItem(bleedpart,2)
2364
			end)
2365
			coru()
2366
			end
2367
			if playa then
2368
				table.insert(rekt,playa)
2369
			end
2370
		end
2371
	elseif hitz == "Left Leg" then
2372
		local Limb = playa:FindFirstChild("Left Leg")
2373
	local ters = playa:FindFirstChild('Torso')
2374
		if Limb and ters then
2375
			if ters:FindFirstChild('Left Hip') then ters["Left Hip"]:Destroy() end
2376
			for i,v in pairs(Limb:GetChildren()) do
2377
				if v:IsA('Weld') or v:IsA('Motor6D') or v:IsA('Rotate') then
2378
					v:Destroy()
2379
				end
2380
			end
2381
		Limb.CFrame = ters.CFrame * CFrame.new(0.5, -2, 0)
2382
			Limb.CFrame = ters.CFrame * CFrame.new(-0.5, -2, 0)
2383
			local Joint = Instance.new("Rotate")
2384
			Joint.Name = "LeftHip"
2385
			Joint.Part0 = ters
2386
			Joint.Part1 = Limb
2387
			Joint.C0 = CFrame.new(-0.5, -1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
2388
			Joint.C1 = CFrame.new(-0, 1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
2389
			Joint.Parent = ters
2390
			if charred and zombiemode == false then 
2391
				Limb.BrickColor = BrickColor.new('Black') 
2392
				local fire = Instance.new('Fire',Limb)
2393
				fire.Heat = 5
2394
				fire.Size = 5
2395
				game:GetService('Debris'):AddItem(fire,2)
2396
				local coru=coroutine.wrap(function()
2397
					wait(2)
2398
					for i,v in pairs(Limb:GetChildren()) do
2399
						if v:IsA('ParticleEmitter') then
2400
							v:Destroy()
2401
						end
2402
					end
2403
				end)
2404
				coru()
2405
			end
2406
2407
			local B = Instance.new("Part")
2408
			B.TopSurface = 0
2409
			B.BottomSurface = 0
2410
			B.formFactor = "Symmetric"
2411
			B.Size = Vector3.new(1, 1, 1)
2412
			B.Transparency = 1
2413
			B.CFrame = Limb.CFrame * CFrame.new(0, -0.5, 0)
2414
			B.Parent = playa
2415
			local W = Instance.new("Weld")
2416
			W.Part0 = Limb
2417
			W.Part1 = B
2418
			W.C0 = CFrame.new(0, -0.5, 0)
2419
			W.Parent = Limb
2420
			Limb.CanCollide = false
2421
			if kneef then
2422
			local coru = coroutine.wrap(function()
2423
				local uno = Instance.new('Part',workspace)
2424
					local dos = Instance.new('Part',workspace)
2425
					uno.CFrame = playa:FindFirstChild(hitz).CFrame
2426
					dos.CFrame = kneef["big ass knife"].CFrame
2427
					local weld = Instance.new('Weld',kneef["big ass knife"])
2428
					weld.Part0 = playa:FindFirstChild(hitz)
2429
					weld.Part1 = kneef["big ass knife"]
2430
					weld.C0 = uno.CFrame:toObjectSpace(dos.CFrame)
2431
					uno:Destroy()
2432
					dos:Destroy()
2433
					playa:FindFirstChild(hitz).Anchored = false
2434
					for i, v in pairs(kneef:GetChildren()) do
2435
						if v:IsA('BasePart') then
2436
						v.Anchored = false
2437
						end
2438
					end
2439
					if zombiemode == false or override then
2440
					wait()
2441
					end
2442
					if kneef:FindFirstChild('Grab') and kneef.Grab:FindFirstChildOfClass('BodyVelocity') then
2443
						kneef.Grab:FindFirstChildOfClass('BodyVelocity'):Destroy()
2444
					end
2445
					local bleedpart = Instance.new("Part", kneef)
2446
					bleedpart.CanCollide = false
2447
					bleedpart.Size = Vector3.new(0.2, 0.2, 0.2)
2448
					bleedpart.CFrame = kneef["big ass knife"].CFrame
2449
					bleedpart.Color = Color3.new(115/225, 115/225, 115/225)
2450
					bleedpart.Transparency = 1
2451
	
2452
					local bleedpartweld = Instance.new("Weld", kneef["big ass knife"])
2453
					bleedpartweld.Part0 = kneef["big ass knife"]
2454
					bleedpartweld.Part1 = bleedpart
2455
					bleedpartweld.C0 = CFrame.new(0,0,0)*CFrame.Angles(math.rad(90),0,0)
2456
					local coru = coroutine.wrap(function()
2457
					bleed(bleedpart)
2458
					end)
2459
					coru()
2460
					game:GetService('Debris'):AddItem(bleedpart,2)
2461
			end)
2462
			coru()
2463
			end
2464
			if playa then
2465
				table.insert(rekt,playa)
2466
			end
2467
		end
2468
	elseif playa then
2469
		if finishnum ~= 1 then
2470
			local coru=coroutine.wrap(function()
2471
			player.Character.Head.Psycho.Playing = true
2472
			wait(3)
2473
			player.Character.Head.Psycho.Playing = false
2474
			end)
2475
			coru()
2476
		end
2477
		local playa2 = playa
2478
		playa.Archivable = true
2479
		local playa = playa:Clone()
2480
		playa.Archivable = false
2481
		playa2:Destroy()
2482
		playa.Parent = workspace
2483
		local Gibs = game.Workspace
2484
		local Torso = playa.Torso
2485
		local Head = playa:FindFirstChild("Head")
2486
		local function Scan(ch)
2487
		local e
2488
		for e = 1,#ch do
2489
			Scan(ch[e]:GetChildren())
2490
			if (ch[e].ClassName == "Weld" and ch[e]:FindFirstChild('Part1') and ch[e].Part1.Name ~= 'Projectile') or ch[e].ClassName == "Motor6D" or ch[e].ClassName == "Rotate" or (ch[e]:IsA('BasePart') and ch[e].Size == Vector3.new(1, 1, 1)) then
2491
				ch[e]:remove()
2492
			end
2493
		end
2494
		end
2495
	Scan(playa:GetChildren())
2496
		if playa:FindFirstChild('HumanoidRootPart') and (zombiemode == false or override) then
2497
			playa:FindFirstChild('HumanoidRootPart'):Destroy()
2498
		end
2499
		local hum2 = playa:FindFirstChildOfClass("Humanoid")
2500
	if zombiemode == true and override == false then
2501
		soundy = true
2502
	end
2503
	if string.sub(hum2.Parent.Name,string.len(hum2.Parent.Name)-8,string.len(hum2.Parent.Name)) ~= "'s Zombie" then
2504
		override = true
2505
	end
2506
	if hum2 ~= nil then
2507
		hum2.Name = "Humanoid2"
2508
		hum2.Health = 0
2509
		if zombiemode == false or override == true then
2510
			table.insert(rekt,hum2.Parent)
2511
		else
2512
			local gyro = Instance.new('BodyGyro',Torso)
2513
			hum2.PlatformStand = false
2514
			for i,v in pairs(hum2.Parent.Torso:GetChildren()) do
2515
				if v:IsA('BodyGyro') then v:Destroy() end
2516
			end
2517
			if playa:FindFirstChild('HumanoidRootPart') then
2518
				hum2.Parent.HumanoidRootPart.CFrame = hum2.Parent.Torso.CFrame
2519
				local weldcrucial = Instance.new('Weld',hum2.Parent.HumanoidRootPart)
2520
				weldcrucial.Part0 = hum2.Parent.HumanoidRootPart
2521
				weldcrucial.Part1 = hum2.Parent.Torso
2522
			end
2523
		end
2524
	end
2525
	local ch = playa:GetChildren()
2526
	local i
2527
	for i = 1,#ch do
2528
		if ch[i].Name == "THandle1" or ch[i].Name == "THandle2" then
2529
			ch[i]:remove()
2530
		end
2531
	end
2532
2533
		if Head then
2534
			local Neck = Instance.new("Weld")
2535
			Neck.Name = "Neck"
2536
			Neck.Part0 = Torso
2537
			Neck.Part1 = Head
2538
			if pool then
2539
				local part = Instance.new('Part',Torso)
2540
				part.Position = Vector3.new(0,10,0)
2541
				part.Size = Vector3.new(0.2,0.2,0.2)
2542
				part.Transparency = 1
2543
				part.CanCollide = false
2544
				local we = Instance.new('Weld',Torso)
2545
				we.Part0 = Torso
2546
				we.Part1 = part
2547
				we.C0 = CFrame.new(0,0,0)*CFrame.Angles(math.rad(90),0,0)
2548
				local coru=coroutine.wrap(function()
2549
				bleed(part)
2550
				end)
2551
				coru()
2552
			end
2553
			if head == false or head == nil then
2554
				Neck.C0 = CFrame.new(0, 1.5, 0)
2555
			else
2556
				Neck.C0 = CFrame.new(0, 1.5, 0.2)*CFrame.Angles(0.5, 0.25, 0.25)
2557
				local bleedpart = Instance.new("Part", Torso)
2558
				bleedpart.Size = Vector3.new(0.2, 0.2, 0.2)
2559
				bleedpart.Color = Color3.new(115/225, 115/225, 115/225)
2560
				bleedpart.CanCollide = false
2561
				bleedpart.Position = Head.Position + Vector3.new(0, 1, 0)
2562
				bleedpart.Transparency = 1
2563
	
2564
				local bleedpartweld = Instance.new("Weld", Torso)
2565
				bleedpartweld.Part0 = Torso
2566
				bleedpartweld.Part1 = bleedpart
2567
				bleedpartweld.C0 = CFrame.Angles(-1, 0, -0.35) * CFrame.new(0, 1, 0.8)
2568
				local coru = coroutine.wrap(function()
2569
				bleed(bleedpart)
2570
				end)
2571
				coru()
2572
			end
2573
			Neck.C1 = CFrame.new()
2574
			Neck.Parent = Torso
2575
		end
2576
		local Limb = playa:FindFirstChild("Right Arm")
2577
		if Limb then
2578
2579
			Limb.CFrame = Torso.CFrame * CFrame.new(1.5, 0, 0)
2580
			local Joint = Instance.new("Rotate")
2581
			Joint.Name = "RightShoulder"
2582
			Joint.Part0 = Torso
2583
			Joint.Part1 = Limb
2584
			Joint.C0 = CFrame.new(1.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
2585
			Joint.C1 = CFrame.new(-0, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
2586
			Joint.Parent = Torso
2587
2588
			local B = Instance.new("Part")
2589
			B.TopSurface = 0
2590
			B.BottomSurface = 0
2591
			B.formFactor = "Symmetric"
2592
			B.Size = Vector3.new(1, 1, 1)
2593
			B.Transparency = 1
2594
			B.CFrame = Limb.CFrame * CFrame.new(0, -0.5, 0)
2595
			B.Parent = playa
2596
			local W = Instance.new("Weld")
2597
			W.Part0 = Limb
2598
			W.Part1 = B
2599
			W.C0 = CFrame.new(0, -0.5, 0)
2600
			W.Parent = Limb
2601
		end
2602
		local Limb = playa:FindFirstChild("Left Arm")
2603
		if Limb then
2604
	
2605
			Limb.CFrame = Torso.CFrame * CFrame.new(-1.5, 0, 0)
2606
			local Joint = Instance.new("Rotate")
2607
			Joint.Name = "LeftShoulder"
2608
			Joint.Part0 = Torso
2609
			Joint.Part1 = Limb
2610
			Joint.C0 = CFrame.new(-1.5, 0.5, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
2611
			Joint.C1 = CFrame.new(0, 0.5, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
2612
			Joint.Parent = Torso
2613
2614
			local B = Instance.new("Part")
2615
			B.TopSurface = 0
2616
			B.BottomSurface = 0
2617
			B.formFactor = "Symmetric"
2618
			B.Size = Vector3.new(1, 1, 1)
2619
			B.Transparency = 1
2620
			B.CFrame = Limb.CFrame * CFrame.new(0, -0.5, 0)
2621
			B.Parent = playa
2622
			local W = Instance.new("Weld")
2623
			W.Part0 = Limb
2624
			W.Part1 = B
2625
			W.C0 = CFrame.new(0, -0.5, 0)
2626
			W.Parent = Limb
2627
		end
2628
		local Limb = playa:FindFirstChild("Right Leg")
2629
		if Limb then
2630
			Limb.CanCollide = false
2631
			Limb.CFrame = Torso.CFrame * CFrame.new(0.5, -2, 0)
2632
			local Joint = Instance.new("Rotate")
2633
			Joint.Name = "RightHip"
2634
			Joint.Part0 = Torso
2635
			Joint.Part1 = Limb
2636
			Joint.C0 = CFrame.new(0.5, -1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
2637
			Joint.C1 = CFrame.new(0, 1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0)
2638
			Joint.Parent = Torso
2639
2640
			local B = Instance.new("Part")
2641
			B.TopSurface = 0
2642
			B.BottomSurface = 0
2643
			B.formFactor = "Symmetric"
2644
			B.Size = Vector3.new(1, 1, 1)
2645
			B.Transparency = 1
2646
			B.CanCollide = true
2647
			B.CFrame = Limb.CFrame * CFrame.new(0, -0.5, 0)
2648
			B.Parent = playa
2649
			local W = Instance.new("Weld")
2650
			W.Part0 = Limb
2651
			W.Part1 = B
2652
			W.C0 = CFrame.new(0, -0.5, 0)
2653
			W.Parent = Limb
2654
		end
2655
		local Limb = playa:FindFirstChild("Left Leg")
2656
		if Limb then
2657
			Limb.CanCollide = false
2658
			Limb.CFrame = Torso.CFrame * CFrame.new(-0.5, -2, 0)
2659
			local Joint = Instance.new("Rotate")
2660
			Joint.Name = "LeftHip"
2661
			Joint.Part0 = Torso
2662
			Joint.Part1 = Limb
2663
			Joint.C0 = CFrame.new(-0.5, -1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
2664
			Joint.C1 = CFrame.new(-0, 1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
2665
			Joint.Parent = Torso
2666
2667
			local B = Instance.new("Part")
2668
			B.TopSurface = 0
2669
			B.BottomSurface = 0
2670
			if zombiemode == false or override then
2671
			B.CanCollide = true
2672
			end
2673
			B.formFactor = "Symmetric"
2674
			B.Size = Vector3.new(1, 1, 1)
2675
			B.Transparency = 1
2676
			B.CFrame = Limb.CFrame * CFrame.new(0, -0.5, 0)
2677
			B.Parent = playa
2678
			local W = Instance.new("Weld")
2679
			W.Part0 = Limb
2680
			W.Part1 = B
2681
			W.C0 = CFrame.new(0, -0.5, 0)
2682
			W.Parent = Limb
2683
		end
2684
		--[[
2685
		local Bar = Instance.new("Part")
2686
		Bar.TopSurface = 0
2687
		Bar.BottomSurface = 0
2688
		Bar.formFactor = "Symmetric"
2689
		Bar.Size = Vector3.new(1, 1, 1)
2690
		Bar.Transparency = 1
2691
		Bar.CFrame = Torso.CFrame * CFrame.new(0, 0.5, 0)
2692
		Bar.Parent = playa
2693
		local Weld = Instance.new("Weld")
2694
		Weld.Part0 = Torso
2695
		Weld.Part1 = Bar
2696
		Weld.C0 = CFrame.new(0, 0.5, 0)
2697
		Weld.Parent = Torso
2698
		--]]
2699
		playa.Parent = Gibs
2700
		if kneef and explode == nil then
2701
			local coru = coroutine.wrap(function()
2702
				if playa:FindFirstChild(hitz) then
2703
					local uno = Instance.new('Part',workspace)
2704
					local dos = Instance.new('Part',workspace)
2705
					uno.CFrame = playa:FindFirstChild(hitz).CFrame
2706
					dos.CFrame = kneef["big ass knife"].CFrame
2707
					local weld = Instance.new('Weld',kneef["big ass knife"])
2708
					weld.Part0 = playa:FindFirstChild(hitz)
2709
					weld.Part1 = kneef["big ass knife"]
2710
					weld.C0 = uno.CFrame:toObjectSpace(dos.CFrame)
2711
					uno:Destroy()
2712
					dos:Destroy()
2713
					playa:FindFirstChild(hitz).Anchored = false
2714
					for i, v in pairs(kneef:GetChildren()) do
2715
						if v:IsA('BasePart') then
2716
						v.Anchored = false
2717
						end
2718
					end
2719
					if explode == nil or explode == false then
2720
					local bleedpart = Instance.new("Part", kneef)
2721
					bleedpart.Size = Vector3.new(0.2, 0.2, 0.2)
2722
					bleedpart.Color = Color3.new(115/225, 115/225, 115/225)
2723
					bleedpart.CanCollide = false
2724
					bleedpart.Position = Head.Position + Vector3.new(0, 1, 0)
2725
					bleedpart.Transparency = 1
2726
	
2727
					local bleedpartweld = Instance.new("Weld", kneef["big ass knife"])
2728
					bleedpartweld.Part0 = kneef["big ass knife"]
2729
					bleedpartweld.Part1 = bleedpart
2730
					bleedpartweld.C0 = CFrame.new(0,0,0)*CFrame.Angles(math.rad(90),0,0)
2731
					local coru = coroutine.wrap(function()
2732
					bleed(bleedpart)
2733
					end)
2734
					coru()
2735
					end
2736
					end
2737
					if zombiemode == false or override then
2738
					wait()
2739
					end
2740
					if kneef:FindFirstChild('Grab') and kneef.Grab:FindFirstChildOfClass('BodyVelocity') then
2741
						kneef.Grab:FindFirstChildOfClass('BodyVelocity'):Destroy()
2742
					end
2743
			end)
2744
			coru()
2745
		end
2746
		if explode then
2747
			local movevector = CFrame.new(explode.Position,Torso.Position).lookVector
2748
			local repulse = Instance.new('BodyForce',Torso)
2749
            repulse.Force = movevector*10000 + Vector3.new(0,5000,0)
2750
            game.Debris:AddItem(repulse,0.05)
2751
		end
2752
		if charred and zombiemode == false then
2753
			for i,v in pairs(playa:GetChildren()) do
2754
				if v:IsA('BasePart') then
2755
					v.BrickColor = BrickColor.Black()
2756
					local fire = Instance.new('Fire',v)
2757
					fire.Size = 5
2758
					fire.Heat = 5
2759
				elseif v:IsA('Accessory') then
2760
					for a,c in pairs(v:GetChildren()) do
2761
						if c:IsA('BasePart') then
2762
							c.BrickColor = BrickColor.Black()
2763
							local fire = Instance.new('Fire',v)
2764
							fire.Size = 5
2765
							fire.Heat = 5
2766
							for o,p in pairs(c:GetChildren()) do
2767
								if p:IsA("SpecialMesh") then
2768
									p.TextureId = ""
2769
								end
2770
							end
2771
						end
2772
					end
2773
				end
2774
			end
2775
		end
2776
		if soundy then
2777
			local sound = Instance.new('Sound',Head)
2778
			sound.SoundId = 'rbxassetid://903640857'
2779
			sound.Volume = 1
2780
			sound:Play()
2781
			sound.Ended:connect(function() 
2782
				sound:Destroy()
2783
				local ambient = Instance.new('Sound',Head)
2784
				ambient.Volume = 0.25
2785
				ambient.Looped = true
2786
				ambient.SoundId = 'rbxassetid://903641031'
2787
				ambient:Play()
2788
			end)
2789
		end
2790
		if override then
2791
			if (string.len(hum2.Parent.Name) < 9 or string.sub(hum2.Parent.Name,string.len(hum2.Parent.Name)-8,string.len(hum2.Parent.Name)) ~= "'s Zombie") and zombiemode == true and #zombies < 10 then
2792
				local coru = coroutine.wrap(function()
2793
					wait(4.5)
2794
					hum2.Parent.Name = hum2.Parent.Name.."'s Zombie"
2795
					hum2.HipHeight = 0.2
2796
					wait(0.5)
2797
					killz(hum2.Parent,"Head",nil,nil,false,false,false,false)
2798
				end)
2799
				coru()
2800
			else
2801
				game:GetService('Debris'):AddItem(playa, 12)
2802
			end
2803
		else
2804
			hum2.Health = 0
2805
			table.insert(zombies,playa)
2806
			local attack = Instance.new('Sound',Head)
2807
			attack.SoundId = 'rbxassetid://903641424'
2808
			attack.Volume = 2
2809
			for i,v in pairs(playa:GetChildren()) do
2810
				if v:IsA('BasePart') and v:FindFirstChildOfClass('TouchTransmitter') == nil then
2811
					v.Touched:connect(function(hit)
2812
						if hit.Parent and hit.Parent:FindFirstChildOfClass('Humanoid') then
2813
							local found = false
2814
							if hit.Parent == player.Character then
2815
								found = true
2816
							end
2817
							for a,c in pairs(zombies) do
2818
								if c == hit.Parent then
2819
									found = true
2820
								end
2821
							end
2822
							if found == false and hit.Parent:FindFirstChildOfClass('Humanoid').Health > 0 then
2823
								attack:Play()
2824
								if hit.Parent:FindFirstChildOfClass('Humanoid').Health - 2 <= 0 then
2825
									hit.Parent:FindFirstChildOfClass('Humanoid').Health = 0
2826
									wait()
2827
									killz(hit.Parent,"Head")
2828
								else
2829
									hit.Parent:FindFirstChildOfClass('Humanoid'):TakeDamage(2)
2830
								end
2831
							end
2832
						end
2833
					end)
2834
				end
2835
			end
2836
			local coru = coroutine.wrap(function()
2837
				wait(2)
2838
				for i,v in pairs(playa:GetChildren()) do
2839
				if v:IsA('BasePart') then
2840
					for a,c in pairs(v:GetChildren()) do
2841
						if c:IsA('Fire') or c:IsA('ParticleEmitter') then
2842
							c:Destroy()
2843
						end
2844
					end
2845
				elseif v:IsA('Accessory') then
2846
					for a,c in pairs(v:GetChildren()) do
2847
						if c:IsA('BasePart') then
2848
							for b,d in pairs(c:GetChildren()) do
2849
								if d:IsA('Fire') or d:IsA('ParticleEmitter') then
2850
									d:Destroy()
2851
								end
2852
							end
2853
						end
2854
					end
2855
				end
2856
			end
2857
			end)
2858
			coru()
2859
		end
2860
	end	
2861
end
2862
2863
mouse.KeyDown:connect(function(key)
2864
	if key == "t" and mouse.Target then
2865
		local hum = mouse.Target.Parent:FindFirstChildOfClass('Humanoid')
2866
		if hum == nil then hum = mouse.Target.Parent.Parent:FindFirstChildOfClass('Humanoid') end
2867
		if curpoint == nil then
2868
			if hum and hum.Parent:FindFirstChild('Head') then
2869
				curpart = hum.Parent.Head
2870
			else
2871
				curpart = nil
2872
				curpoint = mouse.Hit.p
2873
			end
2874
			if player.PlayerGui:FindFirstChild('Notification') then player.PlayerGui.Notification:Destroy() end
2875
			notify("ZOMBIE TARGET SET",false)
2876
		else
2877
			curpart = nil
2878
			curpoint = nil
2879
			if player.PlayerGui:FindFirstChild('Notification') then player.PlayerGui.Notification:Destroy() end
2880
			notify("ZOMBIE TARGET REMOVED",false)
2881
		end
2882
	elseif key == "y" then
2883
		for o,p in pairs(zombies) do
2884
			local coru = coroutine.wrap(function()
2885
			if p:FindFirstChild('Torso') then
2886
			killz(p,"Head",nil,nil,false,false,false,true)
2887
			else
2888
			table.remove(zombies,o)
2889
			end
2890
			end)
2891
			coru()
2892
			wait()
2893
		end
2894
		for i,v in pairs(zombies) do
2895
			table.remove(zombies,i)
2896
		end
2897
		if player.PlayerGui:FindFirstChild('Notification') then player.PlayerGui.Notification:Destroy() end
2898
		notify("ZOMBIES TERMINATED",false)
2899
	end
2900
end)
2901
2902
function nub()
2903
local me = player.Character
2904
local point = me.HumanoidRootPart
2905
local playergui = player.PlayerGui
2906
local rightshoulderz = me.Torso["Right Shoulder"]:Clone()
2907
local leftshoulderz = me.Torso["Left Shoulder"]:Clone()
2908
local torsojoint = me.HumanoidRootPart["RootJoint"]:Clone()
2909
local lefthipz = me.Torso["Left Hip"]:Clone()
2910
local righthipz = me.Torso["Right Hip"]:Clone()
2911
local mode = "kill"
2912
local lerpz = false
2913
local active = false
2914
local acting = false
2915
local hit = false
2916
local canClick = true
2917
local stabbing = false
2918
local grabbing = false
2919
local finishing = false
2920
local kyssing = false
2921
local canbackgroundmusic = true
2922
local cancolorfilter = true
2923
local spinboolean = false
2924
local grabbed = nil
2925
local doing = false
2926
local rightshoulder = nil
2927
local leftshoulder = nil
2928
local headweld = nil
2929
local usable = true
2930
finishnum = 1
2931
2932
function notify(msg,forever)
2933
	local doit = coroutine.wrap(function()
2934
		local gui = Instance.new('ScreenGui',playergui)
2935
		gui.Name = "Notification"
2936
		local frame = Instance.new('Frame',gui)
2937
		frame.Position = UDim2.new(0,0,0,0)
2938
		frame.Size = UDim2.new(1,0,0.2,0)
2939
		frame.BackgroundTransparency = 1
2940
		local txt = Instance.new('TextLabel',frame)
2941
		txt.TextColor3 = Color3.new(255,255,255)
2942
		txt.TextStrokeColor3 = Color3.new(0, 0, 0)
2943
		txt.TextStrokeTransparency = 0
2944
		txt.BackgroundTransparency = 1
2945
		txt.Text = ""
2946
		txt.Size = UDim2.new(1,0,0.3,0)
2947
		txt.Position = UDim2.new(0,0,0.4,0)
2948
		txt.TextScaled = true
2949
		txt.Font = "Code"
2950
		txt.TextXAlignment = "Center"
2951
		local tap = Instance.new("Sound")
2952
		tap.Parent = gui
2953
		tap.SoundId = "rbxassetid://147982968"
2954
		tap.TimePosition = 0.1
2955
		local str = msg
2956
		local len = string.len(str)
2957
		for i=1,len do
2958
			txt.Text = string.sub(str,1,i)
2959
			pitche = math.random(20, 40)/10
2960
			tap.PlaybackSpeed = pitche
2961
			tap:Play()
2962
			wait(0.01)
2963
		end
2964
		if forever == false then
2965
			wait(1)
2966
			while txt.TextTransparency < 1 do
2967
				txt.TextTransparency = txt.TextTransparency + 0.1
2968
				txt.TextStrokeTransparency = txt.TextStrokeTransparency + 0.1
2969
				wait(0.001)
2970
			end
2971
			gui:Destroy()
2972
		end
2973
	end)
2974
	doit()
2975
end
2976
2977
wait(0.5)
2978
notify("PRESS [Z] TO EQUIP KNIFE || Created by mustardfoot and Tollonis",true)
2979
local laugh = Instance.new('Sound',me.Head)
2980
laugh.SoundId = 'rbxassetid://378827985'
2981
laugh.Name = "Psycho"
2982
laugh.Volume = 5
2983
-- 1 - bitch ass knife
2984
local obj1 = Instance.new("Model")
2985
obj1.Name = "bitch ass knife"
2986
obj1.Parent = game.Workspace
2987
2988
-- 2 - Grab
2989
local obj2 = Instance.new("Part")
2990
obj2.CFrame = CFrame.new(Vector3.new(20.4525032, 6.14501333, -134.399979)) * CFrame.Angles(-3.1415927410126, 0, -3.1415927410126)
2991
obj2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
2992
obj2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
2993
obj2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
2994
obj2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
2995
obj2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
2996
obj2.Material = Enum.Material.Concrete
2997
obj2.Size = Vector3.new(1, 0.25, 0.25)
2998
obj2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
2999
obj2.Anchored = true
3000
obj2.BrickColor = BrickColor.new("Black")
3001
obj2.Friction = 0.30000001192093
3002
obj2.Shape = Enum.PartType.Cylinder
3003
obj2.Name = "Grab"
3004
obj2.Parent = obj1
3005
3006
-- 3 - handletopcap
3007
local obj3 = Instance.new("Part")
3008
obj3.CFrame = CFrame.new(Vector3.new(19.9725456, 6.14502859, -134.399933)) * CFrame.Angles(0, 1.5707963705063, 0)
3009
obj3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3010
obj3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3011
obj3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3012
obj3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3013
obj3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3014
obj3.Material = Enum.Material.Concrete
3015
obj3.Size = Vector3.new(0.349999994, 0.349999994, 0.349999994)
3016
obj3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3017
obj3.Anchored = true
3018
obj3.BrickColor = BrickColor.new("Black")
3019
obj3.Friction = 0.30000001192093
3020
obj3.Shape = Enum.PartType.Ball
3021
obj3.Name = "handletopcap"
3022
obj3.Parent = obj1
3023
3024
-- 4 - handlebottomcap
3025
local obj4 = Instance.new("Part")
3026
obj4.CFrame = CFrame.new(Vector3.new(20.9725285, 6.14502859, -134.399918)) * CFrame.Angles(0, 1.5707963705063, 0)
3027
obj4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3028
obj4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3029
obj4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3030
obj4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3031
obj4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3032
obj4.Material = Enum.Material.Concrete
3033
obj4.Size = Vector3.new(0.25, 0.25, 0.25)
3034
obj4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3035
obj4.Anchored = true
3036
obj4.BrickColor = BrickColor.new("Black")
3037
obj4.Friction = 0.30000001192093
3038
obj4.Shape = Enum.PartType.Ball
3039
obj4.Name = "handlebottomcap"
3040
obj4.Parent = obj1
3041
3042
-- 5 - handleguardmid
3043
local obj5 = Instance.new("Part")
3044
obj5.CFrame = CFrame.new(Vector3.new(19.9474983, 6.14502859, -134.399918)) * CFrame.Angles(0, 1.5707963705063, 0)
3045
obj5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3046
obj5.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3047
obj5.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3048
obj5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3049
obj5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3050
obj5.Material = Enum.Material.Concrete
3051
obj5.Size = Vector3.new(0.349999994, 0.349999994, 0.100000001)
3052
obj5.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3053
obj5.Anchored = true
3054
obj5.BrickColor = BrickColor.new("Black")
3055
obj5.Friction = 0.30000001192093
3056
obj5.Shape = Enum.PartType.Block
3057
obj5.Name = "handleguardmid"
3058
obj5.Parent = obj1
3059
3060
-- 6 - handleguardcap1
3061
local obj6 = Instance.new("Part")
3062
obj6.CFrame = CFrame.new(Vector3.new(19.9474983, 6.32502794, -134.399918)) * CFrame.Angles(-3.1415927410126, 0, -3.1415927410126)
3063
obj6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3064
obj6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3065
obj6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3066
obj6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3067
obj6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3068
obj6.Material = Enum.Material.Concrete
3069
obj6.Size = Vector3.new(0.100000001, 0.349999994, 0.349999994)
3070
obj6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3071
obj6.Anchored = true
3072
obj6.BrickColor = BrickColor.new("Black")
3073
obj6.Friction = 0.30000001192093
3074
obj6.Shape = Enum.PartType.Cylinder
3075
obj6.Name = "handleguardcap1"
3076
obj6.Parent = obj1
3077
3078
-- 7 - handleguardcap2
3079
local obj7 = Instance.new("Part")
3080
obj7.CFrame = CFrame.new(Vector3.new(19.9474983, 5.97502899, -134.399918)) * CFrame.Angles(-3.1415927410126, 0, -3.1415927410126)
3081
obj7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3082
obj7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3083
obj7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3084
obj7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3085
obj7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3086
obj7.Material = Enum.Material.Concrete
3087
obj7.Size = Vector3.new(0.100000009, 0.349999994, 0.349999994)
3088
obj7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3089
obj7.Anchored = true
3090
obj7.BrickColor = BrickColor.new("Black")
3091
obj7.Friction = 0.30000001192093
3092
obj7.Shape = Enum.PartType.Cylinder
3093
obj7.Name = "handleguardcap2"
3094
obj7.Parent = obj1
3095
3096
-- 8 - big ass knife
3097
local obj8 = Instance.new("Part")
3098
obj8.CFrame = CFrame.new(Vector3.new(18.4375095, 6.14502859, -134.401321)) * CFrame.Angles(0, 1.5707963705063, 0)
3099
obj8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3100
obj8.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3101
obj8.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3102
obj8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3103
obj8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3104
obj8.Material = Enum.Material.Metal
3105
obj8.Size = Vector3.new(0.0500000007, 0.280000001, 0.839999795)
3106
obj8.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3107
obj8.Anchored = true
3108
obj8.BrickColor = BrickColor.new("Lily white")
3109
obj8.Friction = 0.30000001192093
3110
obj8.Shape = Enum.PartType.Block
3111
obj8.Name = "big ass knife"
3112
obj8.Parent = obj1
3113
3114
-- 9 - Mesh
3115
local obj9 = Instance.new("BlockMesh")
3116
obj9.Scale = Vector3.new(0.5, 1, 1)
3117
obj9.Parent = obj8
3118
3119
-- 10 - big ass knife
3120
local obj10 = Instance.new("Part")
3121
obj10.CFrame = CFrame.new(Vector3.new(19.7425137, 6.14502859, -134.401321)) * CFrame.Angles(0, 1.5707963705063, 0)
3122
obj10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3123
obj10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3124
obj10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3125
obj10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3126
obj10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3127
obj10.Material = Enum.Material.Metal
3128
obj10.Size = Vector3.new(0.0500000007, 0.280000001, 0.289999962)
3129
obj10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3130
obj10.Anchored = true
3131
obj10.BrickColor = BrickColor.new("Lily white")
3132
obj10.Friction = 0.30000001192093
3133
obj10.Shape = Enum.PartType.Block
3134
obj10.Name = "big ass knife"
3135
obj10.Parent = obj1
3136
local knife = obj10
3137
3138
-- 11 - Mesh
3139
local obj11 = Instance.new("BlockMesh")
3140
obj11.Scale = Vector3.new(0.5, 1, 1)
3141
obj11.Parent = obj10
3142
3143
-- 12 - big ass knife
3144
local obj12 = Instance.new("Part")
3145
obj12.CFrame = CFrame.new(Vector3.new(19.1075306, 6.08502865, -134.401321)) * CFrame.Angles(0, 1.5707963705063, 0)
3146
obj12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3147
obj12.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3148
obj12.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3149
obj12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3150
obj12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3151
obj12.Material = Enum.Material.Metal
3152
obj12.Size = Vector3.new(0.0500000007, 0.159999996, 0.979999959)
3153
obj12.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3154
obj12.Anchored = true
3155
obj12.BrickColor = BrickColor.new("Lily white")
3156
obj12.Friction = 0.30000001192093
3157
obj12.Shape = Enum.PartType.Block
3158
obj12.Name = "big ass knife"
3159
obj12.Parent = obj1
3160
3161
-- 13 - Mesh
3162
local obj13 = Instance.new("BlockMesh")
3163
obj13.Scale = Vector3.new(0.5, 1, 1)
3164
obj13.Parent = obj12
3165
3166
-- 14 - serration
3167
local obj14 = Instance.new("WedgePart")
3168
obj14.CFrame = CFrame.new(Vector3.new(19.4963322, 6.15381575, -134.400375)) * CFrame.Angles(1.5707963705063, -0.78539824485779, -1.5707963705063)
3169
obj14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3170
obj14.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3171
obj14.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3172
obj14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3173
obj14.Material = Enum.Material.Metal
3174
obj14.Size = Vector3.new(0.0500000007, 0.200000003, 0.200000003)
3175
obj14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3176
obj14.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3177
obj14.Anchored = true
3178
obj14.BrickColor = BrickColor.new("Lily white")
3179
obj14.Friction = 0.30000001192093
3180
obj14.Name = "serration"
3181
obj14.Parent = obj1
3182
3183
-- 15 - Mesh
3184
local obj15 = Instance.new("BlockMesh")
3185
obj15.Scale = Vector3.new(0.5, 1, 1)
3186
obj15.Parent = obj14
3187
3188
-- 16 - serration
3189
local obj16 = Instance.new("WedgePart")
3190
obj16.CFrame = CFrame.new(Vector3.new(19.2763138, 6.15381575, -134.400375)) * CFrame.Angles(1.5707963705063, -0.78539824485779, -1.5707963705063)
3191
obj16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3192
obj16.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3193
obj16.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3194
obj16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3195
obj16.Material = Enum.Material.Metal
3196
obj16.Size = Vector3.new(0.0500000007, 0.200000003, 0.200000003)
3197
obj16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3198
obj16.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3199
obj16.Anchored = true
3200
obj16.BrickColor = BrickColor.new("Lily white")
3201
obj16.Friction = 0.30000001192093
3202
obj16.Name = "serration"
3203
obj16.Parent = obj1
3204
3205
-- 17 - Mesh
3206
local obj17 = Instance.new("BlockMesh")
3207
obj17.Scale = Vector3.new(0.5, 1, 1)
3208
obj17.Parent = obj16
3209
3210
-- 18 - serration
3211
local obj18 = Instance.new("WedgePart")
3212
obj18.CFrame = CFrame.new(Vector3.new(19.3863068, 6.15381575, -134.400375)) * CFrame.Angles(1.5707963705063, -0.78539824485779, -1.5707963705063)
3213
obj18.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3214
obj18.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3215
obj18.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3216
obj18.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3217
obj18.Material = Enum.Material.Metal
3218
obj18.Size = Vector3.new(0.0500000007, 0.200000003, 0.200000003)
3219
obj18.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3220
obj18.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3221
obj18.Anchored = true
3222
obj18.BrickColor = BrickColor.new("Lily white")
3223
obj18.Friction = 0.30000001192093
3224
obj18.Name = "serration"
3225
obj18.Parent = obj1
3226
3227
-- 19 - Mesh
3228
local obj19 = Instance.new("BlockMesh")
3229
obj19.Scale = Vector3.new(0.5, 1, 1)
3230
obj19.Parent = obj18
3231
3232
-- 20 - serration
3233
local obj20 = Instance.new("WedgePart")
3234
obj20.CFrame = CFrame.new(Vector3.new(19.5963173, 6.15381575, -134.400375)) * CFrame.Angles(1.5707963705063, -0.78539824485779, -1.5707963705063)
3235
obj20.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3236
obj20.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3237
obj20.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3238
obj20.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3239
obj20.Material = Enum.Material.Metal
3240
obj20.Size = Vector3.new(0.0500000007, 0.200000003, 0.200000003)
3241
obj20.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3242
obj20.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3243
obj20.Anchored = true
3244
obj20.BrickColor = BrickColor.new("Lily white")
3245
obj20.Friction = 0.30000001192093
3246
obj20.Name = "serration"
3247
obj20.Parent = obj1
3248
3249
-- 21 - Mesh
3250
local obj21 = Instance.new("BlockMesh")
3251
obj21.Scale = Vector3.new(0.5, 1, 1)
3252
obj21.Parent = obj20
3253
3254
-- 22 - serration
3255
local obj22 = Instance.new("WedgePart")
3256
obj22.CFrame = CFrame.new(Vector3.new(19.1663074, 6.15381575, -134.400375)) * CFrame.Angles(1.5707963705063, -0.78539824485779, -1.5707963705063)
3257
obj22.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3258
obj22.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3259
obj22.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3260
obj22.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3261
obj22.Material = Enum.Material.Metal
3262
obj22.Size = Vector3.new(0.0500000007, 0.200000003, 0.200000003)
3263
obj22.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3264
obj22.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3265
obj22.Anchored = true
3266
obj22.BrickColor = BrickColor.new("Lily white")
3267
obj22.Friction = 0.30000001192093
3268
obj22.Name = "serration"
3269
obj22.Parent = obj1
3270
3271
-- 23 - Mesh
3272
local obj23 = Instance.new("BlockMesh")
3273
obj23.Scale = Vector3.new(0.5, 1, 1)
3274
obj23.Parent = obj22
3275
3276
-- 24 - serration
3277
local obj24 = Instance.new("WedgePart")
3278
obj24.CFrame = CFrame.new(Vector3.new(18.9663048, 6.15381575, -134.400375)) * CFrame.Angles(1.5707963705063, -0.78539824485779, -1.5707963705063)
3279
obj24.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3280
obj24.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3281
obj24.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3282
obj24.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3283
obj24.Material = Enum.Material.Metal
3284
obj24.Size = Vector3.new(0.0500000007, 0.200000003, 0.200000003)
3285
obj24.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3286
obj24.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3287
obj24.Anchored = true
3288
obj24.BrickColor = BrickColor.new("Lily white")
3289
obj24.Friction = 0.30000001192093
3290
obj24.Name = "serration"
3291
obj24.Parent = obj1
3292
3293
-- 25 - Mesh
3294
local obj25 = Instance.new("BlockMesh")
3295
obj25.Scale = Vector3.new(0.5, 1, 1)
3296
obj25.Parent = obj24
3297
3298
-- 26 - serration
3299
local obj26 = Instance.new("WedgePart")
3300
obj26.CFrame = CFrame.new(Vector3.new(18.8562984, 6.15381575, -134.400375)) * CFrame.Angles(1.5707963705063, -0.78539824485779, -1.5707963705063)
3301
obj26.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3302
obj26.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3303
obj26.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3304
obj26.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3305
obj26.Material = Enum.Material.Metal
3306
obj26.Size = Vector3.new(0.0500000007, 0.200000003, 0.200000003)
3307
obj26.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3308
obj26.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3309
obj26.Anchored = true
3310
obj26.BrickColor = BrickColor.new("Lily white")
3311
obj26.Friction = 0.30000001192093
3312
obj26.Name = "serration"
3313
obj26.Parent = obj1
3314
3315
-- 27 - Mesh
3316
local obj27 = Instance.new("BlockMesh")
3317
obj27.Scale = Vector3.new(0.5, 1, 1)
3318
obj27.Parent = obj26
3319
3320
-- 28 - serration
3321
local obj28 = Instance.new("WedgePart")
3322
obj28.CFrame = CFrame.new(Vector3.new(19.0663071, 6.15381575, -134.400375)) * CFrame.Angles(1.5707963705063, -0.78539824485779, -1.5707963705063)
3323
obj28.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3324
obj28.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3325
obj28.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3326
obj28.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3327
obj28.Material = Enum.Material.Metal
3328
obj28.Size = Vector3.new(0.0500000007, 0.200000003, 0.200000003)
3329
obj28.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3330
obj28.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3331
obj28.Anchored = true
3332
obj28.BrickColor = BrickColor.new("Lily white")
3333
obj28.Friction = 0.30000001192093
3334
obj28.Name = "serration"
3335
obj28.Parent = obj1
3336
3337
-- 29 - Mesh
3338
local obj29 = Instance.new("BlockMesh")
3339
obj29.Scale = Vector3.new(0.5, 1, 1)
3340
obj29.Parent = obj28
3341
3342
-- 30 - knifetip1
3343
local obj30 = Instance.new("WedgePart")
3344
obj30.CFrame = CFrame.new(Vector3.new(18.0163059, 6.14381599, -134.400375)) * CFrame.Angles(1.5707963705063, -0.78539824485779, -1.5707963705063)
3345
obj30.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3346
obj30.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3347
obj30.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3348
obj30.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3349
obj30.Material = Enum.Material.Metal
3350
obj30.Size = Vector3.new(0.0500000007, 0.200000003, 0.200000003)
3351
obj30.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3352
obj30.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3353
obj30.Anchored = true
3354
obj30.BrickColor = BrickColor.new("Lily white")
3355
obj30.Friction = 0.30000001192093
3356
obj30.Name = "knifetip1"
3357
obj30.Parent = obj1
3358
3359
-- 31 - Mesh
3360
local obj31 = Instance.new("BlockMesh")
3361
obj31.Scale = Vector3.new(0.5, 1, 1)
3362
obj31.Parent = obj30
3363
3364
-- 32 - redstuff
3365
local obj32 = Instance.new("Part")
3366
obj32.CFrame = CFrame.new(Vector3.new(19.9470005, 5.9749999, -134.399994)) * CFrame.Angles(-0, 0, -0)
3367
obj32.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3368
obj32.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3369
obj32.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3370
obj32.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3371
obj32.Material = Enum.Material.SmoothPlastic
3372
obj32.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3373
obj32.Size = Vector3.new(0.0500000007, 0.360000014, 0.360000014)
3374
obj32.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3375
obj32.BrickColor = BrickColor.new("Institutional white")
3376
obj32.Friction = 0.30000001192093
3377
obj32.Shape = Enum.PartType.Cylinder
3378
obj32.Name = "redstuff"
3379
obj32.Anchored = true
3380
obj32.Parent = obj1
3381
3382
3383
-- 33 - redstuff
3384
local obj33 = Instance.new("Part")
3385
obj33.CFrame = CFrame.new(Vector3.new(18.9800053, 6.1400156, -134.404984)) * CFrame.Angles(-0, 0, -0)
3386
obj33.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3387
obj33.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3388
obj33.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3389
obj33.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3390
obj33.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3391
obj33.Material = Enum.Material.SmoothPlastic
3392
obj33.Size = Vector3.new(1.81999993, 0.100000001, 0.0500000007)
3393
obj33.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3394
obj33.BrickColor = BrickColor.new("Institutional white")
3395
obj33.Friction = 0.30000001192093
3396
obj33.Shape = Enum.PartType.Block
3397
obj33.Name = "redstuff"
3398
obj33.Anchored = true
3399
obj33.Parent = obj1
3400
3401
-- 34 - redstuff
3402
local obj34 = Instance.new("Part")
3403
obj34.CFrame = CFrame.new(Vector3.new(19.9470005, 6.32499981, -134.399994)) * CFrame.Angles(-0, 0, -0)
3404
obj34.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3405
obj34.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3406
obj34.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3407
obj34.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3408
obj34.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3409
obj34.Size = Vector3.new(0.0500000007, 0.360000014, 0.360000014)
3410
obj34.Material = Enum.Material.SmoothPlastic
3411
obj34.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3412
obj34.BrickColor = BrickColor.new("Institutional white")
3413
obj34.Friction = 0.30000001192093
3414
obj34.Shape = Enum.PartType.Cylinder
3415
obj34.Name = "redstuff"
3416
obj34.Anchored = true
3417
obj34.Parent = obj1
3418
3419
-- 35 - redstuff
3420
local obj35 = Instance.new("Part")
3421
obj35.CFrame = CFrame.new(Vector3.new(19.8830166, 6.14501476, -134.399963)) * CFrame.Angles(-0, 0, -0)
3422
obj35.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3423
obj35.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3424
obj35.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3425
obj35.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3426
obj35.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3427
obj35.Size = Vector3.new(0.0500000007, 0.319999993, 0.319999993)
3428
obj35.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3429
obj35.BrickColor = BrickColor.new("Institutional white")
3430
obj35.Friction = 0.30000001192093
3431
obj35.Shape = Enum.PartType.Cylinder
3432
obj35.Material = Enum.Material.SmoothPlastic
3433
obj35.Name = "redstuff"
3434
obj35.Anchored = true
3435
obj35.Parent = obj1
3436
3437
-- 36 - redstuff
3438
local obj36 = Instance.new("Part")
3439
obj36.CFrame = CFrame.new(Vector3.new(20.9430103, 6.14501476, -134.399963)) * CFrame.Angles(-0, 0, -0)
3440
obj36.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3441
obj36.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3442
obj36.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3443
obj36.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3444
obj36.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3445
obj36.Material = Enum.Material.SmoothPlastic
3446
obj36.Size = Vector3.new(0.0500000007, 0.25999999, 0.25999999)
3447
obj36.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3448
obj36.BrickColor = BrickColor.new("Institutional white")
3449
obj36.Friction = 0.30000001192093
3450
obj36.Shape = Enum.PartType.Cylinder
3451
obj36.Name = "redstuff"
3452
obj36.Anchored = true
3453
obj36.Parent = obj1
3454
3455
-- 37 - redstuff
3456
local obj37 = Instance.new("WedgePart")
3457
obj37.CFrame = CFrame.new(Vector3.new(18.066288, 6.14381599, -134.400375)) * CFrame.Angles(1.5707963705063, -0.78539824485779, -1.5707963705063)
3458
obj37.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3459
obj37.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3460
obj37.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3461
obj37.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3462
obj37.Material = Enum.Material.SmoothPlastic
3463
obj37.Size = Vector3.new(0.0500000007, 0.0700000003, 0.0700000003)
3464
obj37.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3465
obj37.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3466
obj37.Anchored = true
3467
obj37.BrickColor = BrickColor.new("Institutional white")
3468
obj37.Friction = 0.30000001192093
3469
obj37.Name = "redstuff"
3470
obj37.Anchored = true
3471
obj37.Parent = obj1
3472
3473
-- 38 - redstuff
3474
local obj38 = Instance.new("Part")
3475
obj38.CFrame = CFrame.new(Vector3.new(20.1230125, 6.14501476, -134.399979)) * CFrame.Angles(-0, 0, -0)
3476
obj38.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
3477
obj38.TopSurface = Enum.SurfaceType.SmoothNoOutlines
3478
obj38.RightSurface = Enum.SurfaceType.SmoothNoOutlines
3479
obj38.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
3480
obj38.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
3481
obj38.Material = Enum.Material.SmoothPlastic
3482
obj38.Size = Vector3.new(0.0500000007, 0.25999999, 0.25999999)
3483
obj38.BackSurface = Enum.SurfaceType.SmoothNoOutlines
3484
obj38.BrickColor = BrickColor.new("Institutional white")
3485
obj38.Friction = 0.30000001192093
3486
obj38.Shape = Enum.PartType.Cylinder
3487
obj38.Name = "redstuff"
3488
obj38.Anchored = true
3489
obj38.Parent = obj1
3490
3491
local audio = Instance.new('Sound',knife)
3492
audio.Volume = 2
3493
3494
local audio2 = Instance.new('Sound',knife)
3495
audio2.Volume = 2
3496
3497
local holdpart = Instance.new("Part")
3498
holdpart.Parent = me
3499
holdpart.Size = Vector3.new(0.4, 0.4, 0.2)
3500
holdpart.Position = me.Head.Position + Vector3.new(0, 1, 0)
3501
holdpart.BrickColor = BrickColor.new("Burnt Sienna")
3502
3503
local previous = nil
3504
for i,v in pairs(obj1:GetChildren()) do
3505
	if v:IsA('BasePart') then
3506
		if previous then
3507
			local weld = Instance.new('Weld',v)
3508
			weld.Part0 = v
3509
			weld.Part1 = previous
3510
			weld.C0 = v.CFrame:inverse() * previous.CFrame
3511
			previous.Anchored = false
3512
			previous.CanCollide = false
3513
			local vee = v
3514
			weld.AncestryChanged:connect(function(mez,par)
3515
				wait()
3516
				weld.Parent = vee
3517
			end)
3518
		end
3519
		previous = v
3520
	end
3521
end
3522
previous.Anchored = false
3523
previous.CanCollide = false
3524
3525
local holdpartweld = Instance.new("Weld", me.Torso)
3526
holdpartweld.Part0 = me.Torso
3527
holdpartweld.Part1 = holdpart
3528
holdpartweld.C0 = CFrame.Angles(0, 0, 0) * CFrame.new(-1, -0.8, 0.15)
3529
3530
holdpartweld.AncestryChanged:connect(function(mez,par)
3531
	if par ~= me.Torso then
3532
		wait()
3533
		holdpartweld.Parent = me.Torso
3534
	end
3535
end)
3536
3537
local knifeweld = Instance.new('Weld',me.Torso)
3538
knifeweld.Part0 = me.Torso
3539
knifeweld.Part1 = obj2
3540
knifeweld.C1 = CFrame.Angles(0,math.rad(90),0) * CFrame.new(1, 0.8, 0.55)
3541
knifeweld.AncestryChanged:connect(function(mez,par)
3542
	if par ~= me.Torso then
3543
		wait()
3544
		knifeweld.Parent = me.Torso
3545
	end
3546
end)
3547
local ScreenGui = Instance.new("ScreenGui")
3548
local CustomizeGui = Instance.new("Frame")
3549
local Customize = Instance.new("TextLabel")
3550
local ClosestColor = Instance.new("TextLabel")
3551
local Line = Instance.new("TextLabel")
3552
local Color = Instance.new("ImageLabel")
3553
local Close = Instance.new("TextButton")
3554
local RedHue = Instance.new("TextLabel")
3555
local GreenHue = Instance.new("TextLabel")
3556
local RedInput = Instance.new("TextBox")
3557
local BlueHue = Instance.new("TextLabel")
3558
local GreenInput = Instance.new("TextBox")
3559
local TransInput = Instance.new("TextBox")
3560
local BlueInput = Instance.new("TextBox")
3561
local Message = Instance.new("TextLabel")
3562
local Message2 = Instance.new("TextLabel")
3563
local TrailTransparency = Instance.new("TextLabel")
3564
local TrailInput = Instance.new("TextBox")
3565
local MusicOption = Instance.new("TextButton")
3566
local ScreenOption = Instance.new("TextButton")
3567
local ScreenOptionTxt = Instance.new("TextLabel")
3568
local MusicOptionTxt = Instance.new("TextLabel")
3569
3570
-- Properties
3571
3572
ScreenGui.Parent = playergui
3573
3574
CustomizeGui.Name = "CustomizeGui"
3575
CustomizeGui.Parent = ScreenGui
3576
CustomizeGui.BackgroundColor3 = Color3.new(0.294118, 0.294118, 0.294118)
3577
CustomizeGui.BackgroundTransparency = 0.5
3578
CustomizeGui.BorderColor3 = Color3.new(0, 0, 0)
3579
CustomizeGui.BorderSizePixel = 2
3580
CustomizeGui.Position = UDim2.new(0, 0, 0.5, 0)
3581
CustomizeGui.Size = UDim2.new(0.449999988, 0, 0.449999988, 0)
3582
3583
Customize.Name = "Customize"
3584
Customize.Parent = CustomizeGui
3585
Customize.BackgroundColor3 = Color3.new(0.294118, 0.294118, 0.294118)
3586
Customize.BackgroundTransparency = 0.75
3587
Customize.BorderSizePixel = 0
3588
Customize.Size = UDim2.new(1, 0, 0.200000003, 0)
3589
Customize.FontSize = Enum.FontSize.Size28
3590
Customize.Text = "ACCENT COLOR CUSTOMIZATION"
3591
Customize.TextColor3 = Color3.new(1, 1, 1)
3592
Customize.TextScaled = true
3593
Customize.TextSize = 25
3594
Customize.TextStrokeTransparency = 0.5
3595
Customize.TextWrapped = true
3596
3597
ClosestColor.Name = "ClosestColor"
3598
ClosestColor.Parent = CustomizeGui
3599
ClosestColor.BackgroundColor3 = Color3.new(1, 1, 1)
3600
ClosestColor.BackgroundTransparency = 1
3601
ClosestColor.Position = UDim2.new(0, 0, 0.850000024, 0)
3602
ClosestColor.Size = UDim2.new(1, 0, 0.150000006, 0)
3603
ClosestColor.Font = Enum.Font.SourceSansLight
3604
ClosestColor.FontSize = Enum.FontSize.Size32
3605
ClosestColor.Text = "Your color is closest to Institutional White"
3606
ClosestColor.TextColor3 = Color3.new(1, 1, 1)
3607
ClosestColor.TextSize = 30
3608
ClosestColor.TextStrokeTransparency = 0.5
3609
3610
Line.Name = "Line"
3611
Line.Parent = CustomizeGui
3612
Line.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
3613
Line.BackgroundTransparency = 0.5
3614
Line.BorderColor3 = Color3.new(0, 0, 0)
3615
Line.BorderSizePixel = 0
3616
Line.Position = UDim2.new(0, 0, 0.200000003, 0)
3617
Line.Size = UDim2.new(1, 0, 0.0299999993, 0)
3618
Line.Font = Enum.Font.SourceSans
3619
Line.FontSize = Enum.FontSize.Size14
3620
Line.Text = " "
3621
Line.TextSize = 14
3622
3623
Color.Name = "Color"
3624
Color.Parent = CustomizeGui
3625
Color.BackgroundColor3 = Color3.new(1, 1, 1)
3626
Color.BorderSizePixel = 0
3627
Color.Position = UDim2.new(0.699999988, 0, 0.419999987, 0)
3628
Color.Size = UDim2.new(0.300000012, 0, 0.300000012, 0)
3629
Color.SizeConstraint = Enum.SizeConstraint.RelativeYY
3630
3631
MusicOption.Parent = CustomizeGui
3632
MusicOption.Name = "MusicOption"
3633
MusicOption.BackgroundColor3 = Color3.new(0, 1, 0)
3634
MusicOption.BorderSizePixel = 1
3635
MusicOption.Position = UDim2.new(0.01, 0, -0.12, 0)
3636
MusicOption.Size = UDim2.new(0.05, 0, 0.1, 0)
3637
MusicOption.Text = ""
3638
MusicOption.BackgroundTransparency = 0.5
3639
3640
ScreenOption.Parent = CustomizeGui
3641
ScreenOption.Name = "ScreenOption"
3642
ScreenOption.BackgroundColor3 = Color3.new(0, 1, 0)
3643
ScreenOption.BorderSizePixel = 1
3644
ScreenOption.Position = UDim2.new(0.01, 0, -0.23, 0)
3645
ScreenOption.Size = UDim2.new(0.05, 0, 0.1, 0)
3646
ScreenOption.Text = ""
3647
ScreenOption.BackgroundTransparency = 0.5
3648
3649
ScreenOptionTxt.Name = "ScreenOptionTxt"
3650
ScreenOptionTxt.Parent = CustomizeGui
3651
ScreenOptionTxt.BackgroundColor3 = Color3.new(1, 1, 1)
3652
ScreenOptionTxt.BackgroundTransparency = 1
3653
ScreenOptionTxt.Position = UDim2.new(0.07, 0, -0.23, 0)
3654
ScreenOptionTxt.Size = UDim2.new(1, 0, 0.07, 0)
3655
ScreenOptionTxt.Font = Enum.Font.SourceSans
3656
ScreenOptionTxt.FontSize = Enum.FontSize.Size24
3657
ScreenOptionTxt.Text = "Psychopath Red Filter"
3658
ScreenOptionTxt.TextColor3 = Color3.new(1, 1, 1)
3659
ScreenOptionTxt.TextScaled = true
3660
ScreenOptionTxt.TextSize = 20
3661
ScreenOptionTxt.TextStrokeColor3 = Color3.new(0, 0, 0)
3662
ScreenOptionTxt.TextStrokeTransparency = 0.5
3663
ScreenOptionTxt.TextWrapped = true
3664
ScreenOptionTxt.TextXAlignment = "Left"
3665
3666
MusicOptionTxt.Name = "MusicOptionTxt"
3667
MusicOptionTxt.Parent = CustomizeGui
3668
MusicOptionTxt.BackgroundColor3 = Color3.new(1, 1, 1)
3669
MusicOptionTxt.BackgroundTransparency = 1
3670
MusicOptionTxt.Position = UDim2.new(0.07, 0, -0.12, 0)
3671
MusicOptionTxt.Size = UDim2.new(1, 0, 0.07, 0)
3672
MusicOptionTxt.Font = Enum.Font.SourceSans
3673
MusicOptionTxt.FontSize = Enum.FontSize.Size24
3674
MusicOptionTxt.Text = "Psychopath Background Music"
3675
MusicOptionTxt.TextColor3 = Color3.new(1, 1, 1)
3676
MusicOptionTxt.TextScaled = true
3677
MusicOptionTxt.TextSize = 20
3678
MusicOptionTxt.TextStrokeColor3 = Color3.new(0, 0, 0)
3679
MusicOptionTxt.TextStrokeTransparency = 0.5
3680
MusicOptionTxt.TextWrapped = true
3681
MusicOptionTxt.TextXAlignment = "Left"
3682
3683
Close.Name = "Close"
3684
Close.Parent = CustomizeGui
3685
Close.BackgroundColor3 = Color3.new(0.294118, 0.294118, 0.294118)
3686
Close.BackgroundTransparency = 0.5
3687
Close.BorderColor3 = Color3.new(0, 0, 0)
3688
Close.BorderSizePixel = 2
3689
Close.Position = UDim2.new(1.005, 0, 0, 0)
3690
Close.Size = UDim2.new(0.100000001, 0, 0.2, 0)
3691
Close.Font = Enum.Font.SourceSans
3692
Close.FontSize = Enum.FontSize.Size14
3693
Close.Text = "X"
3694
Close.TextColor3 = Color3.new(1, 1, 1)
3695
Close.TextScaled = true
3696
Close.TextSize = 14
3697
Close.TextStrokeTransparency = 0
3698
Close.TextWrapped = true
3699
3700
RedHue.Name = "RedHue"
3701
RedHue.Parent = CustomizeGui
3702
RedHue.BackgroundColor3 = Color3.new(1, 1, 1)
3703
RedHue.BackgroundTransparency = 1
3704
RedHue.Position = UDim2.new(0.100000001, 0, 0.400000006, 0)
3705
RedHue.Size = UDim2.new(0.300000012, 0, 0.100000001, 0)
3706
RedHue.Font = Enum.Font.SourceSans
3707
RedHue.FontSize = Enum.FontSize.Size24
3708
RedHue.Text = "RED Hue Value: "
3709
RedHue.TextColor3 = Color3.new(1, 1, 1)
3710
RedHue.TextScaled = true
3711
RedHue.TextSize = 20
3712
RedHue.TextStrokeColor3 = Color3.new(1, 0, 0)
3713
RedHue.TextStrokeTransparency = 0.75
3714
RedHue.TextWrapped = true
3715
3716
GreenHue.Name = "GreenHue"
3717
GreenHue.Parent = CustomizeGui
3718
GreenHue.BackgroundColor3 = Color3.new(1, 1, 1)
3719
GreenHue.BackgroundTransparency = 1
3720
GreenHue.Position = UDim2.new(0.100000001, 0, 0.5, 0)
3721
GreenHue.Size = UDim2.new(0.300000012, 0, 0.100000001, 0)
3722
GreenHue.Font = Enum.Font.SourceSans
3723
GreenHue.FontSize = Enum.FontSize.Size24
3724
GreenHue.Text = "GREEN Hue Value:"
3725
GreenHue.TextColor3 = Color3.new(1, 1, 1)
3726
GreenHue.TextScaled = true
3727
GreenHue.TextSize = 20
3728
GreenHue.TextStrokeColor3 = Color3.new(0, 1, 0)
3729
GreenHue.TextStrokeTransparency = 0.75
3730
GreenHue.TextWrapped = true
3731
3732
RedInput.Name = "RedInput"
3733
RedInput.Parent = CustomizeGui
3734
RedInput.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
3735
RedInput.BackgroundTransparency = 0.5
3736
RedInput.BorderSizePixel = 0
3737
RedInput.Position = UDim2.new(0.419999987, 0, 0.425000007, 0)
3738
RedInput.Size = UDim2.new(0.200000003, 0, 0.075000003, 0)
3739
RedInput.Font = Enum.Font.SourceSans
3740
RedInput.FontSize = Enum.FontSize.Size14
3741
RedInput.Text = "255"
3742
RedInput.TextColor3 = Color3.new(1, 1, 1)
3743
RedInput.TextSize = 14
3744
RedInput.TextStrokeTransparency = 0
3745
3746
BlueHue.Name = "BlueHue"
3747
BlueHue.Parent = CustomizeGui
3748
BlueHue.BackgroundColor3 = Color3.new(1, 1, 1)
3749
BlueHue.BackgroundTransparency = 1
3750
BlueHue.Position = UDim2.new(0.100000001, 0, 0.600000024, 0)
3751
BlueHue.Size = UDim2.new(0.300000012, 0, 0.100000001, 0)
3752
BlueHue.Font = Enum.Font.SourceSans
3753
BlueHue.FontSize = Enum.FontSize.Size24
3754
BlueHue.Text = "BLUE Hue Value:"
3755
BlueHue.TextColor3 = Color3.new(1, 1, 1)
3756
BlueHue.TextScaled = true
3757
BlueHue.TextSize = 20
3758
BlueHue.TextStrokeColor3 = Color3.new(0, 0, 1)
3759
BlueHue.TextStrokeTransparency = 0.75
3760
BlueHue.TextWrapped = true
3761
3762
TrailTransparency.Name = "TrailTransparency"
3763
TrailTransparency.Parent = CustomizeGui
3764
TrailTransparency.BackgroundColor3 = Color3.new(1, 1, 1)
3765
TrailTransparency.BackgroundTransparency = 1
3766
TrailTransparency.Position = UDim2.new(0.090000001, 0, 0.700000024, 0)
3767
TrailTransparency.Size = UDim2.new(0.310000012, 0, 0.100000001, 0)
3768
TrailTransparency.Font = Enum.Font.SourceSans
3769
TrailTransparency.FontSize = Enum.FontSize.Size24
3770
TrailTransparency.Text = "Trail Transparency:"
3771
TrailTransparency.TextColor3 = Color3.new(1, 1, 1)
3772
TrailTransparency.TextScaled = true
3773
TrailTransparency.TextSize = 20
3774
TrailTransparency.TextStrokeColor3 = Color3.new(0, 0, 0)
3775
TrailTransparency.TextWrapped = true
3776
3777
GreenInput.Name = "GreenInput"
3778
GreenInput.Parent = CustomizeGui
3779
GreenInput.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
3780
GreenInput.BackgroundTransparency = 0.5
3781
GreenInput.BorderSizePixel = 0
3782
GreenInput.Position = UDim2.new(0.419999987, 0, 0.524999976, 0)
3783
GreenInput.Size = UDim2.new(0.200000003, 0, 0.075000003, 0)
3784
GreenInput.Font = Enum.Font.SourceSans
3785
GreenInput.FontSize = Enum.FontSize.Size14
3786
GreenInput.Text = "255"
3787
GreenInput.TextColor3 = Color3.new(1, 1, 1)
3788
GreenInput.TextSize = 14
3789
GreenInput.TextStrokeTransparency = 0
3790
3791
TransInput.Name = "TransInput"
3792
TransInput.Parent = CustomizeGui
3793
TransInput.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
3794
TransInput.BackgroundTransparency = 0.5
3795
TransInput.BorderSizePixel = 0
3796
TransInput.Position = UDim2.new(0.419999987, 0, 0.725000024, 0)
3797
TransInput.Size = UDim2.new(0.200000003, 0, 0.075000003, 0)
3798
TransInput.Font = Enum.Font.SourceSans
3799
TransInput.FontSize = Enum.FontSize.Size14
3800
TransInput.Text = "50"
3801
TransInput.TextColor3 = Color3.new(1, 1, 1)
3802
TransInput.TextSize = 14
3803
TransInput.TextStrokeTransparency = 0
3804
3805
BlueInput.Name = "BlueInput"
3806
BlueInput.Parent = CustomizeGui
3807
BlueInput.BackgroundColor3 = Color3.new(0.137255, 0.137255, 0.137255)
3808
BlueInput.BackgroundTransparency = 0.5
3809
BlueInput.BorderSizePixel = 0
3810
BlueInput.Position = UDim2.new(0.419999987, 0, 0.625, 0)
3811
BlueInput.Size = UDim2.new(0.200000003, 0, 0.075000003, 0)
3812
BlueInput.Font = Enum.Font.SourceSans
3813
BlueInput.FontSize = Enum.FontSize.Size14
3814
BlueInput.Text = "255"
3815
BlueInput.TextColor3 = Color3.new(1, 1, 1)
3816
BlueInput.TextSize = 14
3817
BlueInput.TextStrokeTransparency = 0
3818
3819
Message.Name = "Message"
3820
Message.Parent = CustomizeGui
3821
Message.BackgroundColor3 = Color3.new(1, 1, 1)
3822
Message.BackgroundTransparency = 1
3823
Message.Position = UDim2.new(0, 0, 0.2500004, 0)
3824
Message.Size = UDim2.new(1, 0, 0.100000006, 0)
3825
Message.Font = Enum.Font.SourceSans
3826
Message.FontSize = Enum.FontSize.Size18
3827
Message.Text = "|| Inputs must be values ||"
3828
Message.TextColor3 = Color3.new(1, 1, 1)
3829
Message.TextScaled = true
3830
Message.TextSize = 15
3831
Message.TextStrokeTransparency = 0.75
3832
Message.TextWrapped = true
3833
3834
local attun = Instance.new("Attachment", knife)
3835
attun.Position = Vector3.new(0, 0.1, -1.75)
3836
local atdos = Instance.new("Attachment", knife)
3837
atdos.Position = Vector3.new(0, -0.1, 0.5)
3838
local trail = Instance.new("Trail", knife)
3839
trail.LightEmission = 0.5
3840
trail.Attachment0 = attun
3841
trail.Attachment1 = atdos
3842
trail.Lifetime = 0.175
3843
trail.MinLength = 0
3844
trail.Enabled = false
3845
3846
function updatez()
3847
	local rc = tonumber(RedInput.Text)
3848
	local gc = tonumber(GreenInput.Text)
3849
	local bc = tonumber(BlueInput.Text)
3850
	local tcupd = tonumber(TransInput.Text)
3851
	if rc == nil then
3852
		rc = 0
3853
	end
3854
	if gc == nil then
3855
		gc = 0
3856
	end
3857
	if bc == nil then
3858
		bc = 0
3859
	end
3860
	if tcupd == nil then
3861
		tcupd = 0
3862
	end
3863
	local tc = tcupd/100
3864
	Color.BackgroundColor3 = Color3.fromRGB(rc,gc,bc)
3865
	ClosestColor.Text = "Your color is closest to "..tostring(BrickColor.new(Color3.fromRGB(rc,gc,bc)))
3866
	obj32.Color = Color3.fromRGB(rc,gc,bc)
3867
	obj33.Color = Color3.fromRGB(rc,gc,bc)
3868
	obj34.Color = Color3.fromRGB(rc,gc,bc)
3869
	obj35.Color = Color3.fromRGB(rc,gc,bc)
3870
	obj36.Color = Color3.fromRGB(rc,gc,bc)
3871
	obj37.Color = Color3.fromRGB(rc,gc,bc)
3872
	obj38.Color = Color3.fromRGB(rc,gc,bc)
3873
	trail.Color = ColorSequence.new(Color3.fromRGB(rc, gc, bc))
3874
	trail.Transparency = NumberSequence.new(tc)
3875
	TrailTransparency.TextStrokeTransparency = tc
3876
end
3877
3878
RedInput.Changed:connect(function(val)
3879
	if val == "Text" and tonumber(RedInput.Text) then
3880
		RedInput.Text = tostring(tonumber(RedInput.Text))
3881
		if tonumber(RedInput.Text) > 255 then
3882
			RedInput.Text = '255'
3883
		end
3884
	elseif val == "Text" then
3885
		RedInput.Text = ""
3886
	end
3887
	updatez()
3888
end)
3889
GreenInput.Changed:connect(function(val)
3890
	if val == "Text" and tonumber(GreenInput.Text) then
3891
		GreenInput.Text = tostring(tonumber(GreenInput.Text))
3892
		if tonumber(GreenInput.Text) > 255 then
3893
			GreenInput.Text = '255'
3894
		end
3895
	elseif val == "Text" then
3896
		GreenInput.Text = ""
3897
	end
3898
	updatez()
3899
end)
3900
BlueInput.Changed:connect(function(val)
3901
	if val == "Text" and tonumber(BlueInput.Text) then
3902
		BlueInput.Text = tostring(tonumber(BlueInput.Text))
3903
		if tonumber(BlueInput.Text) > 255 then
3904
			BlueInput.Text = '255'
3905
		end
3906
	elseif val == "Text" then
3907
		BlueInput.Text = ""
3908
	end
3909
	updatez()
3910
end)
3911
TransInput.Changed:connect(function(val)
3912
	if val == "Text" and tonumber(TransInput.Text) then
3913
		TransInput.Text = tostring(tonumber(TransInput.Text))
3914
		if tonumber(TransInput.Text) > 100 then
3915
			TransInput.Text = '100'
3916
		end
3917
	elseif val == "Text" then
3918
		TransInput.Text = ""
3919
	end
3920
	updatez()
3921
end)
3922
3923
Close.MouseButton1Click:connect(function()
3924
	if lerpz == false then
3925
		lerpz = true
3926
		if Close.Text ~= "+" then
3927
			CustomizeGui:TweenPosition(UDim2.new(-0.45,0,0.5,0,Enum.EasingDirection.Out,Enum.EasingStyle.Quint,2))
3928
			for i=1,10 do
3929
				Close.TextTransparency = i/10
3930
				Close.TextStrokeTransparency = i/10
3931
				wait(0.01)
3932
			end
3933
			Close.Text = "+"
3934
			for i=1,10 do
3935
				Close.TextTransparency = (10-i+1)/10
3936
				Close.TextStrokeTransparency = (10-i+1)/10
3937
				wait(0.01)
3938
			end
3939
			lerpz = false
3940
		else
3941
			CustomizeGui:TweenPosition(UDim2.new(0,0,0.5,0,Enum.EasingDirection.Out,Enum.EasingStyle.Quint,2))
3942
			for i=1,10 do
3943
				Close.TextTransparency = i/10
3944
				Close.TextStrokeTransparency = i/10
3945
				wait(0.01)
3946
			end
3947
			Close.Text = "X"
3948
			for i=1,10 do
3949
				Close.TextTransparency = (10-i+1)/10
3950
				Close.TextStrokeTransparency = (10-i+1)/10
3951
				wait(0.01)
3952
			end
3953
			lerpz = false
3954
		end
3955
	end
3956
end)
3957
3958
MusicOption.MouseButton1Click:connect(function()
3959
	if canbackgroundmusic == true then
3960
		canbackgroundmusic = false
3961
		MusicOption.BackgroundColor3 = Color3.new(1, 0, 0)
3962
	else
3963
		canbackgroundmusic = true
3964
		MusicOption.BackgroundColor3 = Color3.new(0, 1, 0)
3965
	end
3966
end)
3967
3968
ScreenOption.MouseButton1Click:connect(function()
3969
	if cancolorfilter == true then
3970
		cancolorfilter = false
3971
		ScreenOption.BackgroundColor3 = Color3.new(1, 0, 0)
3972
	else
3973
		cancolorfilter = true
3974
		ScreenOption.BackgroundColor3 = Color3.new(0, 1, 0)
3975
	end
3976
end)
3977
3978
function equip()
3979
	local doit = coroutine.wrap(function()
3980
	if me:FindFirstChild('Right Arm') and me:FindFirstChild('Torso') then
3981
		acting = true
3982
		local arm = me["Right Arm"]
3983
		local arm2 = me["Left Arm"]
3984
		local tors = me.Torso
3985
		local weld = Instance.new('Weld',arm)
3986
		weld.Part0 = arm
3987
		weld.Part1 = tors
3988
		weld.C0 = CFrame.new(-1.5,0,0)
3989
		local weld2 = Instance.new("Weld", arm2)
3990
		weld2.Part0 = arm2
3991
		weld2.Part1 = tors
3992
		weld2.C0 = CFrame.new(1.5, 0, 0)
3993
		wait(0.001)
3994
		for i = 0,1,0.1 do
3995
			if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld == nil then return end
3996
			weld.C0 = weld.C0:lerp(CFrame.new(-0.2,0.2,-0.5)*CFrame.Angles(0,-3.1,0.9),i)
3997
			weld2.C0 = weld2.C0:lerp(CFrame.new(1.5, 0.6, 0) * CFrame.Angles(0,0,0.5),i)
3998
			wait(0.001)
3999
		end
4000
		wait(0.15)
4001
		trail.Enabled = true
4002
		for i = 0,1,0.1 do
4003
			if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld == nil then return end
4004
			weld.C0 = weld.C0:lerp(CFrame.new(-0.5,2,0)*CFrame.Angles(0,0,-1.55),i)
4005
			weld2.C0 = weld2.C0:lerp(CFrame.new(1.5, 0, 0), i)
4006
			wait(0.001)
4007
		end
4008
		trail.Enabled = false
4009
		wait(0.2)
4010
		for i = 0,1,0.1 do
4011
			if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld == nil then return end
4012
			weld.C0 = weld.C0:lerp(CFrame.new(-1.5,0,0),i)
4013
			wait(0.001)
4014
		end
4015
		weld:Destroy()
4016
		weld2:Remove()
4017
		if tors ~= nil then
4018
			rightshoulderz:Clone().Parent = me.Torso
4019
			leftshoulderz:Clone().Parent = me.Torso
4020
		end
4021
	end
4022
	acting = false
4023
	end)
4024
	doit()
4025
end
4026
4027
function kysnigga()
4028
	if kyssing == true then return end
4029
	kyssing = true
4030
	acting = true
4031
	decearingTHING = math.random(1, 100)
4032
	if decearingTHING == 4 then
4033
		decearingEGG = Instance.new("Sound", me.Torso)
4034
		decearingEGG.SoundId = "rbxassetid://138084557"
4035
		decearingEGG.PlaybackSpeed = math.random(10, 12) / 10
4036
		decearingEGG.TimePosition = 0.2
4037
		decearingEGG:Play()
4038
	end
4039
	me.Humanoid.WalkSpeed = 0
4040
	me.Humanoid.JumpPower = 0
4041
	
4042
	local rightarm = Instance.new("Weld", me.Torso)
4043
	rightarm.Part0 = me.Torso
4044
	rightarm.Part1 = me["Right Arm"]
4045
	rightarm.C0 = CFrame.Angles(0, 0, 0) * CFrame.new(1.5, 0, 0)
4046
	
4047
	local leftarm = Instance.new("Weld", me.Torso)
4048
	leftarm.Part0 = me.Torso
4049
	leftarm.Part1 = me["Left Arm"]
4050
	leftarm.C0 = CFrame.Angles(0, 0, 0) * CFrame.new(-1.5, 0, 0)
4051
	
4052
	local tors = Instance.new("Weld", me.HumanoidRootPart)
4053
	tors.Part0 = me.HumanoidRootPart
4054
	tors.Part1 = me.Torso
4055
	tors.C0 = CFrame.Angles(0, 0, 0) * CFrame.new(0, 0, 0)
4056
	
4057
	local rightleg = Instance.new("Weld", me.Torso)
4058
	rightleg.Part0 = me.Torso
4059
	rightleg.Part1 = me["Right Leg"]
4060
	rightleg.C0 = CFrame.Angles(0, 0, 0) * CFrame.new(0.5, -2, 0)
4061
	
4062
	local leftleg = Instance.new("Weld", me.Torso)
4063
	leftleg.Part0 = me.Torso
4064
	leftleg.Part1 = me["Left Leg"]
4065
	leftleg.C0 = CFrame.Angles(0, 0, 0) * CFrame.new(-0.5, -2, 0)
4066
	
4067
	for i = 0, 1, 0.03 do
4068
		tors.C0 = tors.C0:lerp(CFrame.new(0, -1.5, 0) * CFrame.Angles(math.rad(-10), 0, 0), i)
4069
		leftleg.C0 = leftleg.C0:lerp(CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-80), 0, 0), i)
4070
		rightleg.C0 = rightleg.C0:lerp(CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-80), 0, 0), i)
4071
		rightarm.C0 = rightarm.C0:lerp(CFrame.new(1.5, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), i)
4072
		wait()
4073
	end
4074
	for i = 0, 1, 0.03 do
4075
		tors.C0 = tors.C0:lerp(CFrame.new(0, -1.5, 0) * CFrame.Angles(math.rad(5), 0, 0), i)
4076
		leftleg.C0 = leftleg.C0:lerp(CFrame.new(-0.5, -1, 0.15) * CFrame.Angles(math.rad(-95), 0, 0), i)
4077
		rightleg.C0 = rightleg.C0:lerp(CFrame.new(0.5, -1, 0.15) * CFrame.Angles(math.rad(-95), 0, 0), i)
4078
		rightarm.C0 = rightarm.C0:lerp(CFrame.new(1, 0.3, -1.5) * CFrame.Angles(math.rad(90), 0, math.rad(-35)), i)
4079
		leftarm.C0 = leftarm.C0:lerp(CFrame.new(-1, 0.3, -1.5) * CFrame.Angles(math.rad(90), 0, math.rad(35)), i)
4080
		knifeweld.C1 = knifeweld.C1:lerp(CFrame.new(1.35, 0, 1) * CFrame.Angles(1.55, math.rad(-180), 1), i)
4081
		wait()
4082
	end
4083
	local bleedzer = Instance.new('Part',me.Torso)
4084
	bleedzer.CFrame = me.Torso.CFrame
4085
	bleedzer.Size = Vector3.new(0.1,0.1,0.1)
4086
	bleedzer.Transparency = 1
4087
	bleedzer.CanCollide = false
4088
	local weld = Instance.new('Weld',bleedzer)
4089
	weld.Part0 = bleedzer
4090
	weld.Part1 = me.Torso
4091
	weld.C0= CFrame.new(0,0,0)*CFrame.Angles(math.rad(-90),0,0)
4092
	local woodpekker = coroutine.wrap(function()
4093
		bleed(bleedzer)
4094
	end)
4095
	woodpekker()
4096
	audio.SoundId = "rbxassetid://199977936"
4097
	audio.PlaybackSpeed = 1.5
4098
	audio:Play()
4099
	audio2.SoundId = "rbxassetid://220834019"
4100
	audio2.PlaybackSpeed = 1
4101
	audio2.TimePosition = 0.1
4102
	audio2:Play()
4103
	for i = 0, 1, 0.1 do
4104
		tors.C0 = tors.C0:lerp(CFrame.new(0, -1.5, 0) * CFrame.Angles(math.rad(-20), 0, 0), i)
4105
		leftleg.C0 = leftleg.C0:lerp(CFrame.new(-0.5, -1, -0.35) * CFrame.Angles(math.rad(-70), 0, 0), i)
4106
		rightleg.C0 = rightleg.C0:lerp(CFrame.new(0.5, -1, -0.35) * CFrame.Angles(math.rad(-70), 0, 0), i)
4107
		rightarm.C0 = rightarm.C0:lerp(CFrame.new(1, 0, 0) * CFrame.Angles(math.rad(70), 0, math.rad(-35)), i)
4108
		leftarm.C0 = leftarm.C0:lerp(CFrame.new(-1, 0, 0) * CFrame.Angles(math.rad(70), 0, math.rad(35)), i)
4109
		knifeweld.C1 = knifeweld.C1:lerp(CFrame.new(1.35, 0, 1) * CFrame.Angles(1.55, math.rad(-180), 1), i)
4110
		wait()
4111
	end
4112
	wait(1)
4113
	audio.SoundId = "rbxassetid://210943487"
4114
	audio.TimePosition = 0.2
4115
	audio.PlaybackSpeed = 0.75
4116
	audio:Play()
4117
	for i = 0, 1, 0.03 do
4118
		tors.C0 = tors.C0:lerp(CFrame.new(0, -1.5, 0) * CFrame.Angles(math.rad(-20), 0, 0), i)
4119
		leftleg.C0 = leftleg.C0:lerp(CFrame.new(-0.5, -1, -0.35) * CFrame.Angles(math.rad(-70), 0, 0), i)
4120
		rightleg.C0 = rightleg.C0:lerp(CFrame.new(0.5, -1, -0.35) * CFrame.Angles(math.rad(-70), 0, 0), i)
4121
		rightarm.C0 = rightarm.C0:lerp(CFrame.new(1, 0.3, -1.5) * CFrame.Angles(math.rad(70), 0, math.rad(-35)), i)
4122
		leftarm.C0 = leftarm.C0:lerp(CFrame.new(-1, 0.3, -1.5) * CFrame.Angles(math.rad(70), 0, math.rad(35)), i)
4123
		knifeweld.C1 = knifeweld.C1:lerp(CFrame.new(1.35, 0, 1) * CFrame.Angles(1.55, math.rad(-180), 1), i)
4124
		wait()
4125
	end
4126
	for i = 0, 1, 0.03 do
4127
		rightarm.C0 = rightarm.C0:lerp(CFrame.new(1.5, 0, -0.4) * CFrame.Angles(math.rad(30), 0, math.rad(0)), i)
4128
		leftarm.C0 = leftarm.C0:lerp(CFrame.new(-1.5, 0, -0.4) * CFrame.Angles(math.rad(30), 0, math.rad(0)), i)
4129
		knifeweld.C1 = knifeweld.C1:lerp(CFrame.fromEulerAnglesXYZ(1.55, math.rad(-90), 1.55) * CFrame.new(0, 0.95, 0), i)
4130
		wait()
4131
	end
4132
	wait(0.24)
4133
	if me:FindFirstChildOfClass('Humanoid') then
4134
		me:FindFirstChildOfClass('Humanoid').Health = 0
4135
	end
4136
	wait(0.01)
4137
	killz(me,me.Torso.Name,nil,nil,true)
4138
	
4139
	tors:Remove()
4140
	rightarm:Remove()
4141
	rightleg:Remove()
4142
	leftleg:Remove()
4143
	leftarm:Remove()
4144
	rightshoulderz:Clone().Parent = me.Torso
4145
	leftshoulderz:Clone().Parent = me.Torso
4146
	torsojoint:Clone().Parent = me.HumanoidRootPart
4147
	lefthipz:Clone().Parent = me.Torso
4148
	righthipz:Clone().Parent = me.Torso
4149
	me.Humanoid.JumpPower = 50
4150
	me.Humanoid.WalkSpeed = 16
4151
	acting = false
4152
	canClick = true
4153
	doing = false
4154
	hit = false
4155
	kyssing = false
4156
	if decearingTHING == 4 then
4157
		decearingEGG:Remove()
4158
	end
4159
end
4160
4161
function bleedout()
4162
	local doit = coroutine.wrap(function()
4163
		local targe = grabbed
4164
		local num = 0
4165
		while targe and targe:FindFirstChildOfClass('Humanoid') and targe:FindFirstChildOfClass('Humanoid').Health > 0 and num < 11 do
4166
			if targe.Head:FindFirstChild('Died') then
4167
				tone = math.random(6, 12) / 10
4168
				targe.Head.Died.PlaybackSpeed = tone
4169
				targe.Head.Died:Play()
4170
			else
4171
				local deathsound = Instance.new('Sound',targe.Head)
4172
				deathsound.Name = "Died"
4173
				deathsound.SoundId = 'rbxasset://sounds/uuhhh.mp3'
4174
				deathsound.Volume = 0.65
4175
				deathsound.EmitterSize = 5
4176
				deathsound.MaxDistance = 150
4177
				tone = math.random(5, 15) / 10
4178
				targe.Head.Died.PlaybackSpeed = tone
4179
				targe.Head.Died:Play()
4180
			end
4181
			targe:FindFirstChildOfClass('Humanoid').Health = targe:FindFirstChildOfClass('Humanoid').Health - 7
4182
			num = num+1
4183
			wait(0.325)
4184
		end
4185
		targe:FindFirstChildOfClass('Humanoid').Health = 0
4186
		wait()
4187
		killz(targe,'Head',nil,nil,false,true)
4188
		wait(2)
4189
		targe:Remove()
4190
	end)
4191
	doit()
4192
end
4193
4194
function liedown()
4195
	local doit = coroutine.wrap(function()
4196
	local targe = grabbed
4197
		wait(2)
4198
		if targe and targe:FindFirstChildOfClass('Humanoid') then
4199
			targe:FindFirstChildOfClass('Humanoid').PlatformStand = false
4200
		end
4201
	end)
4202
	doit()
4203
end
4204
4205
function grab()
4206
	local doit = coroutine.wrap(function()
4207
	acting = true
4208
	me:FindFirstChildOfClass('Humanoid').WalkSpeed = me:FindFirstChildOfClass('Humanoid').WalkSpeed + 3
4209
	local arm = me["Right Arm"]
4210
	local tors = me.Torso
4211
	local arm2 = me["Left Arm"]
4212
	local humanroot = me.HumanoidRootPart
4213
	local weld2 = Instance.new('Weld',arm)
4214
	weld2.Part0 = arm
4215
	weld2.Part1 = tors
4216
	weld2.C0 = CFrame.new(-1.5,0,0) * CFrame.Angles(0, 0, 0)
4217
	local weld3 = Instance.new('Weld',arm2)
4218
	weld3.Part0 = arm2
4219
	weld3.Part1 = tors
4220
	weld3.C0 = CFrame.new(1.5,0,-0.3) * CFrame.Angles(0.3,0.1,0)
4221
	for i = 0,1,0.05 do
4222
		if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil or humanroot == nil then return end
4223
		weld2.C0 = weld2.C0:lerp(CFrame.new(-1.2,1.3,0.4)*CFrame.Angles(0.5,0,-1.2),i)
4224
		weld3.C0 = weld3.C0:lerp(CFrame.new(1.2,1.3,0)*CFrame.Angles(0,0,1.2),i)
4225
		knifeweld.C1 = CFrame.fromEulerAnglesXYZ(1.55, math.rad(-90), -1.55) * CFrame.new(0, 0.95, 0)
4226
		wait(0.01)
4227
	end
4228
	grabbing = true
4229
	trail.Enabled = true
4230
	for i = 0,1,0.10 do
4231
		if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil or humanroot == nil then return end
4232
		weld2.C0 = weld2.C0:lerp(CFrame.new(-0.9, 0.80, -1.1)* CFrame.Angles(-1.5, 0, -1.3), i)
4233
		weld3.C0 = weld3.C0:lerp(CFrame.new(0.8, 1, -0.5)* CFrame.Angles(-1.5, 0, 1.1), i)
4234
		wait(0.01)
4235
	end
4236
	trail.Enabled = false
4237
	wait(0.5)
4238
	grabbing = false
4239
	me:FindFirstChildOfClass('Humanoid').WalkSpeed = me:FindFirstChildOfClass('Humanoid').WalkSpeed - 3
4240
	if grabbed == nil then
4241
		for i = 0,1,0.1 do
4242
			if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil then return end
4243
			weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,0,0),i)
4244
			weld3.C0 = weld3.C0:lerp(CFrame.new(1.5,0,0),i)
4245
			knifeweld.C1 = CFrame.fromEulerAnglesXYZ(1.55, math.rad(-90), 1.55) * CFrame.new(0, 0.95, 0)
4246
			wait(0.001)
4247
		end
4248
		weld2:Destroy()
4249
		weld3:Destroy()
4250
		rightshoulderz:Clone().Parent = me.Torso
4251
			leftshoulderz:Clone().Parent = me.Torso
4252
		acting = false
4253
		canClick = true
4254
	end
4255
	end)
4256
	doit()
4257
end
4258
4259
function kill()
4260
	paralyzed = false
4261
	if grabbed.Torso:FindFirstChild("TargetWeld") == nil or grabbed:FindFirstChildOfClass('Humanoid').Health <= 0 then hardrelease() return end
4262
	targetweld = grabbed.Torso.TargetWeld
4263
	targetweld2 = nil
4264
	local reee = grabbed:FindFirstChild("Left Arm")
4265
	if reee and reee:FindFirstChild("Weld") then
4266
		targetweld2 = reee.Weld
4267
	end
4268
	for i, v in pairs(grabbed:GetChildren()) do
4269
		if v.Name == "Part" then
4270
			v.CanCollide = true
4271
		end
4272
	end
4273
	targetweld3pt = grabbed:FindFirstChild("Right Arm")
4274
	local targetrightshoulder = rightshoulder
4275
	local targetleftshoulder = leftshoulder
4276
	local targetweld3 = Instance.new("Weld", targetweld3pt)
4277
	targetweld3.Part0 = grabbed.Torso
4278
	targetweld3.Part1 = targetweld3pt
4279
	targetweld3.C0 = CFrame.Angles(0, 0, 0) * CFrame.new(1.5, 0, 0)
4280
	
4281
	local doit = coroutine.wrap(function()
4282
	local arm = me["Right Arm"]
4283
	local tors = grabbed.Torso
4284
	local arm2 = me["Left Arm"]
4285
	if arm:FindFirstChildOfClass('Weld') == nil or arm2:FindFirstChildOfClass('Weld') == nil then return end
4286
	doing = true
4287
	local weld2 = arm:FindFirstChildOfClass('Weld')
4288
	local weld3 = arm2:FindFirstChildOfClass('Weld')
4289
	local humanroot = me.HumanoidRootPart
4290
	
4291
	for i = 0,1,0.1 do
4292
		if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil or weld3 == nil then return end
4293
		weld2.C0 = weld2.C0:lerp(CFrame.new(-0.9, 0.80, -1.1)* CFrame.Angles(-1.9, 0, -1.4), i)
4294
		weld3.C0 = weld3.C0:lerp(CFrame.new(0.8, 0.5, -0.5)* CFrame.Angles(-1.5, 0.4, 1.1), i)
4295
		wait(0.01)
4296
	end
4297
	
4298
	audio:Stop()
4299
	audio.SoundId = "rbxassetid://517040733"
4300
	tone = math.random(1, 3)
4301
	if tone == 1 then audio.PlaybackSpeed = 0.8 audio.TimePosition = 0.3 end
4302
	if tone == 2 then audio.PlaybackSpeed = 1 audio.TimePosition = 0.1 end
4303
	if tone == 3 then audio.PlaybackSpeed = 1.2 audio.TimePosition = 0.2 end
4304
	audio:Play()
4305
	
4306
	local bleedpart = Instance.new("Part", grabbed)
4307
	bleedpart.Size = Vector3.new(0.2, 0.2, 0.2)
4308
	bleedpart.Color = Color3.new(115/225, 115/225, 115/225)
4309
	bleedpart.CanCollide = false
4310
	bleedpart.Position = grabbed.Head.Position + Vector3.new(0, 1, 0)
4311
	bleedpart.Transparency = 1
4312
	
4313
	local bleedpartweld = Instance.new("Weld", grabbed.Torso)
4314
	bleedpartweld.Part0 = grabbed.Torso
4315
	bleedpartweld.Part1 = bleedpart
4316
	bleedpartweld.C0 = CFrame.Angles(-1, 0, -0.35) * CFrame.new(0, 1, 0.8)
4317
	local coru=coroutine.wrap(function()
4318
	bleed(bleedpart)
4319
	end)
4320
	coru()
4321
	
4322
	local slightthrow = Instance.new("BodyThrust", grabbed.Torso)
4323
	slightthrow.Force = Vector3.new(0, 0, -2500)
4324
	
4325
	local slightthrow2 = Instance.new("BodyAngularVelocity", grabbed.Torso)
4326
	slightthrow2.AngularVelocity = Vector3.new(0, -1000, 0)
4327
	slightthrow2.MaxTorque = Vector3.new(1000, 1000, 1000)
4328
	
4329
	if grabbed:FindFirstChildOfClass('Humanoid') then
4330
		grabbed:FindFirstChildOfClass('Humanoid').PlatformStand = true
4331
	end
4332
	
4333
	killz(grabbed,'Left Leg')
4334
	killz(grabbed,'Left Arm')
4335
	killz(grabbed,'Right Leg')
4336
	killz(grabbed,'Right Arm')
4337
	
4338
	trail.Enabled = true
4339
	
4340
	for i = 0,1,0.2 do
4341
		if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil or weld3 == nil then return end
4342
		weld2.C0 = weld2.C0:lerp(CFrame.new(-0.9, 1.7, -0.5)* CFrame.Angles(-0.25, 0, -1.4), i)
4343
		weld3.C0 = weld3.C0:lerp(CFrame.new(0.8, 1.6, -0.5)* CFrame.Angles(-1.5, -1, 1.1), i)
4344
		wait(0.01)
4345
	end
4346
	
4347
	trail.Enabled = false
4348
	
4349
	bleedout()
4350
	
4351
	rightshoulderz:Clone().Parent = me.Torso
4352
		leftshoulderz:Clone().Parent = me.Torso
4353
	grabbed = nil
4354
	
4355
	if humanroot:FindFirstChild('Holder') then
4356
		humanroot.Holder:Destroy()
4357
	end
4358
	
4359
	wait(0.2)
4360
	slightthrow:Remove()
4361
	slightthrow2:Remove()
4362
	for i = 0,1,0.05 do
4363
		if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil or weld3 == nil then return end
4364
		weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5, 0, 0)* CFrame.Angles(0, 0, 0), i)
4365
		weld3.C0 = weld3.C0:lerp(CFrame.new(1.5, 0, 0)* CFrame.Angles(0, 0, 0), i)
4366
		knifeweld.C1 = CFrame.fromEulerAnglesXYZ(1.55, math.rad(-90), 1.55) * CFrame.new(0, 0.95, 0)
4367
		wait(0.01)
4368
	end
4369
	
4370
	weld2:Destroy()
4371
	weld3:Destroy()
4372
	targetweld = nil
4373
	targetweld2 = nil
4374
	targetweld3 = nil
4375
	rightshoulderz:Clone().Parent = me.Torso
4376
	leftshoulderz:Clone().Parent = me.Torso
4377
	acting = false
4378
	canClick = true
4379
	doing = false
4380
	end)
4381
	doit()
4382
end
4383
4384
function finish()
4385
	if finishing == true then return end
4386
	finishing = true
4387
	acting = true
4388
	decearingTHING = math.random(1, 100)
4389
	if decearingTHING == 4 then
4390
		decearingEGG = Instance.new("Sound", me.Torso)
4391
		decearingEGG.SoundId = "rbxassetid://138084557"
4392
		decearingEGG.PlaybackSpeed = math.random(10, 12) / 10
4393
		decearingEGG.TimePosition = 0.2
4394
		decearingEGG:Play()
4395
	end
4396
	me.Humanoid.WalkSpeed = 0
4397
	me.Humanoid.JumpPower = 0
4398
	
4399
	local rightarm = Instance.new("Weld", me.Torso)
4400
	rightarm.Part0 = me.Torso
4401
	rightarm.Part1 = me["Right Arm"]
4402
	rightarm.C0 = CFrame.Angles(0, 0, 0) * CFrame.new(1.5, 0, 0)
4403
	
4404
	local tors = Instance.new("Weld", me.HumanoidRootPart)
4405
	tors.Part0 = me.HumanoidRootPart
4406
	tors.Part1 = me.Torso
4407
	tors.C0 = CFrame.Angles(0, 0, 0) * CFrame.new(0, 0, 0)
4408
	
4409
	local rightleg = Instance.new("Weld", me.Torso)
4410
	rightleg.Part0 = me.Torso
4411
	rightleg.Part1 = me["Right Leg"]
4412
	rightleg.C0 = CFrame.Angles(0, 0, 0) * CFrame.new(0.5, -2, 0)
4413
	
4414
	local leftleg = Instance.new("Weld", me.Torso)
4415
	leftleg.Part0 = me.Torso
4416
	leftleg.Part1 = me["Left Leg"]
4417
	leftleg.C0 = CFrame.Angles(0, 0, 0) * CFrame.new(-0.5, -2, 0)
4418
	
4419
	for i = 0, 1, 0.05 do
4420
		tors.C0 = tors.C0:lerp(CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(15), 0, 0), i)
4421
		leftleg.C0 = leftleg.C0:lerp(CFrame.new(-0.5, -2, 0.2) * CFrame.Angles(math.rad(-15), 0, 0), i)
4422
		rightleg.C0 = rightleg.C0:lerp(CFrame.new(0.5, -2, 0.2) * CFrame.Angles(math.rad(-15), 0, 0), i)
4423
		rightarm.C0 = rightarm.C0:lerp(CFrame.new(1.5, 1.9, 0) * CFrame.Angles(math.rad(179), math.rad(179), 0), i)
4424
		wait()
4425
	end
4426
	for i=1,finishnum do
4427
		local num1 = 0.5
4428
		local num2 = 0.5
4429
		local num3 = 0.25
4430
	if finishnum ~= 1 then
4431
		num3 = 0
4432
	end
4433
	trail.Enabled = true
4434
	for i = 0, 1, num1 do
4435
		tors.C0 = tors.C0:lerp(CFrame.new(0, -1.5, 0) * CFrame.Angles(math.rad(-60), 0, 0), i)
4436
		leftleg.C0 = leftleg.C0:lerp(CFrame.new(-0.5, -1.5, 0) * CFrame.Angles(math.rad(0), 0, 0), i)
4437
		rightleg.C0 = rightleg.C0:lerp(CFrame.new(0.5, -0.7, -1) * CFrame.Angles(math.rad(10), 0, 0), i)
4438
		rightarm.C0 = rightarm.C0:lerp(CFrame.new(1.5, 1.9, -1) * CFrame.Angles(math.rad(160), math.rad(150), 0), i)
4439
		wait()
4440
	end
4441
	wait()
4442
	for i = 0, 1, num2 do
4443
		tors.C0 = tors.C0:lerp(CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-20), 0, 0), i)
4444
		leftleg.C0 = leftleg.C0:lerp(CFrame.new(-0.5, -1.5, 0) * CFrame.Angles(math.rad(-30), 0, 0), i)
4445
		rightleg.C0 = rightleg.C0:lerp(CFrame.new(0.5, -0.7, -1) * CFrame.Angles(math.rad(-20), 0, 0), i)
4446
		rightarm.C0 = rightarm.C0:lerp(CFrame.new(1.5, 1.9, 0.2) * CFrame.Angles(math.rad(250), math.rad(180), 0), i)
4447
		wait()
4448
	end
4449
	trail.Enabled = false
4450
	wait(num3)
4451
	end
4452
	wait()
4453
	for i = 0, 1, 0.05 do
4454
		tors.C0 = tors.C0:lerp(CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), i)
4455
		leftleg.C0 = leftleg.C0:lerp(CFrame.new(-0.5, -2, 0) * CFrame.Angles(0, 0, 0), i)
4456
		rightleg.C0 = rightleg.C0:lerp(CFrame.new(0.5, -2, 0) * CFrame.Angles(0, 0, 0), i)
4457
		rightarm.C0 = rightarm.C0:lerp(CFrame.new(1.5, 0, 0) * CFrame.Angles(0, 0, 0), i)
4458
		wait()
4459
	end
4460
	tors:Remove()
4461
	rightarm:Remove()
4462
	rightleg:Remove()
4463
	leftleg:Remove()
4464
	rightshoulderz:Clone().Parent = me.Torso
4465
	leftshoulderz:Clone().Parent = me.Torso
4466
	torsojoint:Clone().Parent = me.HumanoidRootPart
4467
	lefthipz:Clone().Parent = me.Torso
4468
	righthipz:Clone().Parent = me.Torso
4469
	me.Humanoid.JumpPower = 50
4470
	me.Humanoid.WalkSpeed = 16
4471
	acting = false
4472
	canClick = true
4473
	doing = false
4474
	hit = false
4475
	finishing = false
4476
	if decearingTHING == 4 then
4477
		decearingEGG:Remove()
4478
	end
4479
end
4480
4481
function throw()
4482
	if grabbed.Torso:FindFirstChild("TargetWeld") == nil or grabbed:FindFirstChildOfClass('Humanoid').Health <= 0 then return end
4483
	paralyzed = false
4484
	targetweld = grabbed.Torso.TargetWeld
4485
	local ree = grabbed:FindFirstChild("Left Arm")
4486
	targetweld2 =nil
4487
	if ree and ree:FindFirstChild("Weld") then
4488
		targetweld2 = ree.Weld
4489
	end
4490
	
4491
	for i, v in pairs(grabbed:GetChildren()) do
4492
		if v.Name == "Part" then
4493
			v.CanCollide = true
4494
		end
4495
	end
4496
	
4497
	
4498
	local doit = coroutine.wrap(function()
4499
	local arm = me["Right Arm"]
4500
	local tors = grabbed.Torso
4501
	local arm2 = me["Left Arm"]
4502
	local targrightshoulder = rightshoulder
4503
	
4504
	local targleftshoulder = leftshoulder
4505
	if arm:FindFirstChildOfClass('Weld') == nil or arm2:FindFirstChildOfClass('Weld') == nil then return end
4506
	doing = true
4507
	local weld2 = arm:FindFirstChildOfClass('Weld')
4508
	local weld3 = arm2:FindFirstChildOfClass('Weld')
4509
	local humanroot = me.HumanoidRootPart
4510
	
4511
	for i = 0,1,0.2 do
4512
		if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil or weld3 == nil then return end
4513
		weld2.C0 = weld2.C0:lerp(CFrame.new(-0.9, 1.7, -0.5)* CFrame.Angles(-0.25, 1, -1.4), i)
4514
		weld3.C0 = weld3.C0:lerp(CFrame.new(0.8, 1.6, -0.5)* CFrame.Angles(-1.5, -1, 1.1), i)
4515
		targetweld.C0 = targetweld.C0:lerp(CFrame.new(0, 1.5, 0)*CFrame.Angles(0, 0, 0), i)
4516
		if targetweld2 then
4517
			targetweld2.C0 = targetweld2.C0:lerp(CFrame.new(-1.5, 0, 0)*CFrame.Angles(0, 0, 0), i)
4518
		end
4519
		wait(0.01)
4520
	end
4521
	
4522
	audio:Stop()
4523
	audio.SoundId = "rbxassetid://536642316"
4524
	tone = math.random(1, 3)
4525
	if tone == 1 then audio.PlaybackSpeed = 0.8 audio.TimePosition = 0.08 end
4526
	if tone == 2 then audio.PlaybackSpeed = 1 audio.TimePosition = 0.1 end
4527
	if tone == 3 then audio.PlaybackSpeed = 1.2 audio.TimePosition = 0.12 end
4528
	audio:Play()
4529
	
4530
	local slightthrow = Instance.new("BodyVelocity", grabbed.Torso)
4531
	slightthrow.Velocity = Vector3.new(0,20,0)+(me.Torso.CFrame.lookVector*20)
4532
	slightthrow.P = 5000
4533
	slightthrow.MaxForce = Vector3.new(9000001,9000001,9000001)
4534
	local point = grabbed.Torso.Position
4535
	local aaaaaa = grabbed
4536
	liedown()
4537
	
4538
	rightshoulderz:Clone().Parent = me.Torso
4539
			leftshoulderz:Clone().Parent = me.Torso
4540
	grabbed = nil
4541
	
4542
	if humanroot:FindFirstChild('Holder') then
4543
		humanroot.Holder:Destroy()
4544
	end
4545
	local coru = coroutine.wrap(function()
4546
		while aaaaaa and aaaaaa:FindFirstChild('Torso') and (aaaaaa.Torso.Position-point).magnitude < 5 do wait(0.001) end
4547
		slightthrow:Remove()
4548
	end)
4549
	coru()
4550
	
4551
	for i = 0,1,0.05 do
4552
		if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil or weld3 == nil then return end
4553
		weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,0,0),i)
4554
		weld3.C0 = weld3.C0:lerp(CFrame.new(1.5,0,0),i)
4555
		wait(0.01)
4556
	end
4557
	weld2:Destroy()
4558
	weld3:Destroy()
4559
	targetweld:Remove()
4560
	if targetweld2 then
4561
		targetweld2:Remove()
4562
	end
4563
	if rightshoulder then
4564
	rightshoulder:Clone().Parent = tors
4565
	end
4566
	if leftshoulder then
4567
	leftshoulder:Clone().Parent = tors
4568
	end
4569
	headweld:Clone().Parent = tors
4570
	rightshoulderz:Clone().Parent = me.Torso
4571
			leftshoulderz:Clone().Parent = me.Torso
4572
	acting = false
4573
	canClick = true
4574
	doing = false
4575
	end)
4576
	doit()
4577
end
4578
4579
cfn,ang,mr,int=CFrame.new,CFrame.Angles,math.rad,Instance.new
4580
bc=BrickColor.new
4581
local minimumsize = Vector3.new(0.7,0.7,0.7) 
4582
local surface_between_splitted_parts = 'SmoothNoOutlines'
4583
local fragmentable = workspace
4584
local list = {}
4585
local brickcount = 0
4586
local storage = {}
4587
local fillup = 1000
4588
local maximumstorage = 2000 
4589
local storage_position = Vector3.new(0,0,5000) 
4590
local stored_partsize = Vector3.new(1,1,1) 
4591
local parts_created_per_frame = 5 
4592
4593
local minimumsize = Vector3.new(0.7,0.7,0.7) 
4594
local surface_between_splitted_parts = 'SmoothNoOutlines'
4595
local fragmentable = workspace
4596
local list = {}
4597
local brickcount = 0
4598
local storage = {}
4599
local fillup = 1000
4600
local maximumstorage = 2000
4601
local storage_position = Vector3.new(0,0,5000) 
4602
local stored_partsize = Vector3.new(1,1,1)
4603
local parts_created_per_frame = 5 
4604
4605
4606
function fragmentate(cframe,size,color,explosion_position,explosion_blastradius,backsurface,bottomsurface,frontsurface,leftsurface,rightsurface,topsurface,transparency,reflectance,material)
4607
	local xi = size.X >= minimumsize.X*(1+explosion_blastradius/16) and 2 or 1 
4608
	local yi = size.Y >= minimumsize.Y*(1+explosion_blastradius/16) and 2 or 1
4609
	local zi = size.Z >= minimumsize.Z*(1+explosion_blastradius/16) and 2 or 1
4610
	if xi == 1 and yi == 1 and zi == 1 or (cframe.p-explosion_position).magnitude > size.magnitude/2 + explosion_blastradius then 
4611
		if xi == 1 and yi == 1 and zi == 1 then return end 
4612
		if #storage > 0 then
4613
			local p = storage[1]
4614
			p.BrickColor = color
4615
			p.Size = size
4616
			p.Anchored = false
4617
			p.BackSurface = backsurface
4618
			p.BottomSurface = bottomsurface
4619
			p.FrontSurface = frontsurface
4620
			p.LeftSurface = leftsurface
4621
			p.RightSurface = rightsurface
4622
			p.TopSurface = topsurface
4623
			p.Transparency = transparency
4624
			p.CFrame = cframe
4625
			p.Reflectance = reflectance
4626
			p.Material = material
4627
			game:GetService('Debris'):AddItem(p,30)
4628
			p:BreakJoints()
4629
			table.remove(storage,1)
4630
		else
4631
			local p = Instance.new("Part",fragmentable)
4632
			p.BrickColor = color
4633
			p.FormFactor = "Custom"
4634
			p.Size = size
4635
			p.BackSurface = backsurface
4636
			p.BottomSurface = bottomsurface
4637
			p.FrontSurface = frontsurface
4638
			p.LeftSurface = leftsurface
4639
			p.RightSurface = rightsurface
4640
			p.TopSurface = topsurface
4641
			p.Transparency = transparency
4642
			p.Material = material
4643
		    if p.Transparency>0.285 then
4644
			    p.Anchored = false
4645
			else
4646
			    p.Anchored=false
4647
			    p.Material='Wood'
4648
				game:GetService('Debris'):AddItem(p,10)
4649
			end
4650
			p.CFrame = cframe
4651
			p.Reflectance = reflectance
4652
			p:BreakJoints()
4653
		end
4654
		return 
4655
	end
4656
	local mody = math.random(-125,125)/1000
4657
	for y = 1,yi do
4658
		if math.random()> 0.5 then
4659
			local modx = math.random(-125,125)/1000
4660
			for x = 1,xi do
4661
				local modz = math.random(-125,125)/1000
4662
				for z = 1,zi do --offset = x/xi-0.75+modx)
4663
					fragmentate(cframe*CFrame.new(size.X*(xi==1 and 0 or x/xi-0.75+modx),size.Y*(yi==1 and 0 or y/yi-0.75+mody),size.Z*(zi==1 and 0 or z/zi-0.75+modz)),
4664
						Vector3.new(xi == 2 and size.X*(1-2*math.abs(x/xi-0.75+modx)) or size.X,yi == 2 and size.Y*(1-2*math.abs(y/yi-0.75+mody)) or size.Y,
4665
						zi == 2 and size.Z*(1-2*math.abs(z/zi-0.75+modz)) or size.Z or mustardfoot_was_here),color,explosion_position,explosion_blastradius,
4666
						z~=zi and surface_between_splitted_parts or backsurface,y==2 and surface_between_splitted_parts or bottomsurface,
4667
						z==2 and surface_between_splitted_parts or frontsurface,x==2 and surface_between_splitted_parts or leftsurface,x~=xi and surface_between_splitted_parts or rightsurface,
4668
						y~=yi and surface_between_splitted_parts or topsurface,transparency,reflectance,material) 
4669
				end
4670
				
4671
			end
4672
		else
4673
			local modz = math.random(-125,125)/1000
4674
			for z = 1,zi do
4675
				local modx = math.random(-125,125)/1000
4676
				for x = 1,xi do
4677
					fragmentate(cframe*CFrame.new(size.X*(xi==1 and 0 or x/xi-0.75+modx),size.Y*(yi==1 and 0 or y/yi-0.75+mody),size.Z*(zi==1 and 0 or z/zi-0.75+modz)),
4678
						Vector3.new(xi == 2 and size.X*(1-2*math.abs(x/xi-0.75+modx)) or size.X,yi == 2 and size.Y*(1-2*math.abs(y/yi-0.75+mody)) or size.Y,
4679
						zi == 2 and size.Z*(1-2*math.abs(z/zi-0.75+modz)) or size.Z),color,explosion_position,explosion_blastradius,
4680
						z~=zi and surface_between_splitted_parts or backsurface,y==2 and surface_between_splitted_parts or bottomsurface,
4681
						z==2 and surface_between_splitted_parts or frontsurface,x==2 and surface_between_splitted_parts or leftsurface,x~=xi and surface_between_splitted_parts or rightsurface,
4682
						y~=yi and surface_between_splitted_parts or topsurface,transparency,reflectance,material)
4683
				end
4684
			end
4685
		end
4686
	end				
4687
end
4688
4689
function start_fragmentation(position,radius,nuh)
4690
	local search = Region3.new(position-Vector3.new(radius,radius,radius)*1.1,position+Vector3.new(radius,radius,radius)*1.1)
4691
	repeat
4692
	local finish = false
4693
	local parts = workspace:FindPartsInRegion3WithIgnoreList(search,list,100)
4694
	for i = 1,#parts do
4695
		table.insert(list,1,parts[i])
4696
	end
4697
	finish = true
4698
	until #parts < 100 and finish
4699
	local t = tick()
4700
	for i = 1,#list do
4701
		local p = list[i]
4702
		if p:IsA('UnionOperation') == false and p:IsA('CornerWedgePart') == false and p:IsA('TrussPart') == false and p:IsA('WedgePart') == false and p.Parent and p.Parent ~= obj1 and p.Parent.Name ~= "Projectile" and p:IsDescendantOf(fragmentable) and p:GetMass()<50000 and p.Transparency>0.285 and p.Name~='Base' and p.Parent:FindFirstChildOfClass('Humanoid') == nil and p.Parent.Parent:FindFirstChildOfClass('Humanoid') == nil and p:IsDescendantOf(me)==false then
4703
			fragmentate(p.CFrame,p.Size,p.BrickColor,position,radius,p.BackSurface,p.BottomSurface,p.FrontSurface,p.LeftSurface,p.RightSurface,p.TopSurface,p.Transparency,p.Reflectance,p.Material)
4704
			if #storage < maximumstorage and p.Shape == "Block" then 
4705
				p.Anchored = false
4706
				p.FormFactor = "Custom"
4707
				p.Size = stored_partsize
4708
				p.Position = storage_position
4709
				table.insert(storage,1,p)
4710
			else 
4711
				p:Destroy()
4712
			end
4713
	    end
4714
		if nuh == false and p.Parent and p.Parent ~= obj1 and p.Parent.Name ~= "Projectile" and p:IsDescendantOf(fragmentable) and p:GetMass()<53000 and p.Transparency<0.05 and p.Name~='Base' and tostring(p.Material)=='Enum.Material.Wood' and p:IsDescendantOf(me)==false then
4715
			fragmentate(p.CFrame,p.Size,p.BrickColor,position,radius,p.BackSurface,p.BottomSurface,p.FrontSurface,p.LeftSurface,p.RightSurface,p.TopSurface,p.Transparency,p.Reflectance,p.Material)
4716
			if #storage < maximumstorage and p.Shape == "Block" then
4717
				p.Anchored = false
4718
				p.Material='Wood'
4719
				p.FormFactor = "Custom"
4720
				p.Size = stored_partsize
4721
				p.Position = storage_position
4722
				table.insert(storage,1,p)
4723
			else 
4724
				p:Destroy()
4725
			end
4726
		end
4727
	end	
4728
	list = {}
4729
end
4730
4731
4732
function fling()
4733
local doit = coroutine.wrap(function()
4734
if me:FindFirstChild('Right Arm') and me:FindFirstChild('Torso') and me:FindFirstChild('HumanoidRootPart') then
4735
	acting = true
4736
	for i=1,finishnum do
4737
	local weld2 = Instance.new('Weld',me["Right Arm"])
4738
	weld2.Part0 = me["Right Arm"]
4739
	weld2.Part1 = me["Torso"]
4740
	weld2.C0 = CFrame.new(-1.5,0,0)
4741
	if finishnum == 1 then
4742
	for i = 0,1,0.05 do
4743
		if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil then return end
4744
		weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,0.9,-0.5)*CFrame.Angles(-math.pi/0.75,-math.pi/8,0),i)
4745
		wait(0.01)	
4746
	end
4747
	end
4748
	audio.SoundId = "rbxassetid://166083610"
4749
	audio.PlaybackSpeed = 1
4750
	audio.TimePosition = 0.1
4751
	audio:Play()
4752
	if finishnum == 1 then
4753
	for i = 0,1,0.5 do
4754
		if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil then return end
4755
		weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,1.2,0.1)*CFrame.Angles(math.pi/0.9,0,0),i)
4756
		wait(0.001)	
4757
	end
4758
	end
4759
	weld2.C0 = CFrame.new(-1.5,1.2,0.1)*CFrame.Angles(math.pi/0.9,0,0)
4760
	local knofe = obj1:Clone()
4761
	for i, v in pairs(obj1:GetChildren()) do
4762
		if v:IsA('BasePart') then
4763
		v.Transparency = 1
4764
		end
4765
	end
4766
	knofe.Parent = workspace
4767
	knofe.Name = "Projectile"
4768
	knofe.Grab.CFrame = CFrame.new(knofe.Grab.CFrame.p, mouse.Hit.p)*CFrame.Angles(0,math.pi/2,0)
4769
	knofe:FindFirstChild("Trail", true).Enabled = true
4770
	local heck = Instance.new('BodyVelocity',knofe.Grab)
4771
	heck.Velocity = (knofe.Grab.CFrame*CFrame.Angles(0,math.pi/-2,0)).lookVector*120
4772
	local coru = coroutine.wrap(function()
4773
		wait(0.45)
4774
		if heck then
4775
			heck:Destroy()
4776
		end
4777
	end)
4778
	coru()
4779
	local able = true
4780
	knofe["big ass knife"].Touched:connect(function(hit)
4781
		if hit.Parent and hit.Parent:FindFirstChildOfClass('Humanoid') and hit.Transparency < 1 and knofe.Grab.CanCollide == false and hit.Parent ~= me and hit.Parent.Parent ~= me then
4782
			local thing = hit.Parent:FindFirstChildOfClass('Humanoid')
4783
			local ree = hit.Parent
4784
			if thing == nil then
4785
				ree = hit.Parent.Parent
4786
			end
4787
			if ree:FindFirstChildOfClass('Humanoid').Health > 0 then
4788
				knofe:FindFirstChild("Trail", true).Enabled = false
4789
				game:GetService('Debris'):AddItem(knofe,5)
4790
				tone = math.random(1, 3)
4791
				local sound = Instance.new('Sound',knofe.Grab)
4792
				if tone == 1 then sound.SoundId = "rbxassetid://220833967" end
4793
				if tone == 2 then sound.SoundId = "rbxassetid://220833976" end
4794
				if tone == 3 then sound.SoundId = "rbxassetid://220834000" end
4795
				sound.PlaybackSpeed = 1
4796
				sound:Play()
4797
				for i, v in pairs(knofe:GetChildren()) do
4798
					if v:IsA('BasePart') then
4799
					v.CanCollide = true
4800
					v.Anchored = true
4801
					end
4802
				end
4803
				hit.Anchored = true
4804
				if ree:FindFirstChildOfClass('Humanoid') and hit.Name == "Torso" or hit.Name == "Head" then
4805
					ree:FindFirstChildOfClass('Humanoid').Health = 0
4806
				end
4807
				wait()
4808
				killz(ree,hit.Name,knofe)
4809
			else
4810
				knofe:FindFirstChild("Trail", true).Enabled = false
4811
				heck.Velocity = Vector3.new(0,0,0)
4812
				heck:Destroy()
4813
				game:GetService('Debris'):AddItem(knofe,5)
4814
				tone = math.random(1, 3)
4815
				local sound = Instance.new('Sound',knofe.Grab)
4816
				if tone == 1 then sound.SoundId = "rbxassetid://220833967" end
4817
				if tone == 2 then sound.SoundId = "rbxassetid://220833976" end
4818
				if tone == 3 then sound.SoundId = "rbxassetid://220834000" end
4819
				sound.PlaybackSpeed = 1
4820
				sound:Play()
4821
				for i, v in pairs(knofe:GetChildren()) do
4822
					if v:IsA('BasePart') then
4823
					v.Anchored = false
4824
					end
4825
				end
4826
				hit.Anchored = true
4827
				wait(0.001)
4828
				hit.Anchored = false
4829
				for i, v in pairs(knofe:GetChildren()) do
4830
					if v:IsA('BasePart') then
4831
					v.Anchored = false
4832
					end
4833
				end
4834
				if knofe then
4835
					local coru = coroutine.wrap(function()
4836
						if hit then
4837
							local uno = Instance.new('Part',workspace)
4838
							local dos = Instance.new('Part',workspace)
4839
							uno.CFrame = hit.CFrame
4840
							dos.CFrame = knofe["big ass knife"].CFrame
4841
							local weld = Instance.new('Weld',knofe["big ass knife"])
4842
							weld.Part0 = hit
4843
							weld.Part1 = knofe["big ass knife"]
4844
							weld.C0 = uno.CFrame:toObjectSpace(dos.CFrame)
4845
							uno:Destroy()
4846
							dos:Destroy()
4847
						end
4848
					end)
4849
					coru()
4850
				end
4851
			end
4852
		elseif hit.Parent and hit.Parent ~= me and hit.Parent.Parent ~= me and hit.CanCollide and knofe.Grab.CanCollide == false then
4853
			if hit.Transparency and (hit.Transparency<=0.285 or hit:GetMass()<=3000) then
4854
				knofe:FindFirstChild("Trail", true).Enabled = false
4855
				local sound = Instance.new('Sound',knofe.Grab)
4856
				sound.SoundId = 'rbxassetid://267585646'
4857
				sound:Play()
4858
				for i,v in pairs(knofe:GetChildren()) do
4859
					if v:IsA('BasePart') then
4860
						v.Anchored = true
4861
					end
4862
				end
4863
				wait()
4864
				heck.Velocity = Vector3.new(0,0,0)
4865
				heck:Destroy()
4866
				local uno = Instance.new('Part',workspace)
4867
							local dos = Instance.new('Part',workspace)
4868
							uno.CFrame = hit.CFrame
4869
							dos.CFrame = knofe["big ass knife"].CFrame
4870
							local weld = Instance.new('Weld',knofe["big ass knife"])
4871
							weld.Part0 = hit
4872
							weld.Part1 = knofe["big ass knife"]
4873
							weld.C0 = uno.CFrame:toObjectSpace(dos.CFrame)
4874
							uno:Destroy()
4875
							dos:Destroy()
4876
							for i,v in pairs(knofe:GetChildren()) do
4877
					if v:IsA('BasePart') then
4878
						v.Anchored = false
4879
					end
4880
				end
4881
				game:GetService('Debris'):AddItem(knofe,5)
4882
				for i,v in pairs(knofe:GetChildren()) do
4883
					if v:IsA('BasePart') then
4884
					v.CanCollide = true
4885
					end
4886
				end
4887
			end
4888
			if hit.Parent and hit.Transparency>0.285 and able == true and hit:GetMass()<3000 and hit.Parent:FindFirstChildOfClass('Humanoid') == nil and (hit.Parent.Parent == nil or hit.Parent.Parent:FindFirstChildOfClass('Humanoid') == nil) then
4889
				knofe:FindFirstChild("Trail", true).Enabled = false
4890
				able = false
4891
				local sound = Instance.new('Sound',knofe.Grab)
4892
				sound.SoundId = 'rbxassetid://144884907'
4893
				sound:Play()
4894
				local coru = coroutine.wrap(function()
4895
					start_fragmentation(knofe["big ass knife"].Position,1.25,knofe)
4896
				end)
4897
				coru()
4898
			end
4899
		end
4900
	end)
4901
	if finishnum == 1 then
4902
	for i= 0,1,0.1 do
4903
		if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil then return end
4904
		weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,0,0),i)
4905
		wait(0.001)
4906
	end
4907
	else
4908
		for i= 0,1,0.5 do
4909
		if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil then return end
4910
		weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,0,0),i)
4911
		wait(0.001)
4912
	end
4913
	end
4914
	for i,v in pairs(obj1:GetChildren()) do
4915
		if v:IsA('BasePart') then
4916
		v.Transparency = 0
4917
		end
4918
	end
4919
	weld2:Destroy()
4920
	rightshoulderz:Clone().Parent = me.Torso
4921
	end
4922
	acting = false
4923
	canClick = true
4924
end
4925
end)
4926
doit()
4927
end
4928
4929
function instasplode()
4930
	local coru = coroutine.wrap(function()
4931
		acting = true
4932
		for i=1,1 do
4933
		local weld2 = Instance.new('Weld',me["Right Arm"])
4934
		weld2.Part0 = me["Right Arm"]
4935
		weld2.Part1 = me["Torso"]
4936
		weld2.C0 = CFrame.new(-1.5,0,0)
4937
		if finishnum == 1 then
4938
		for i = 0,1,0.05 do
4939
			if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil then return end
4940
			weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,0.9,-0.5)*CFrame.Angles(-math.pi/0.75,-math.pi/8,0),i)
4941
			wait(0.01)	
4942
		end
4943
		end
4944
		weld2.C0 = CFrame.new(-1.5,0.9,-0.5)*CFrame.Angles(-math.pi/0.75,-math.pi/8,0)
4945
		audio.SoundId = "rbxassetid://166083610"
4946
		audio.PlaybackSpeed = 1
4947
		audio.TimePosition = 0.1
4948
		audio:Play()
4949
		if finishnum == 1 then
4950
		for i = 0,1,0.5 do
4951
			if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil then return end
4952
			weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,1.2,0.1)*CFrame.Angles(math.pi/0.9,0,0),i)
4953
			wait(0.001)	
4954
		end
4955
		end
4956
		weld2.C0 = CFrame.new(-1.5,1.2,0.1)*CFrame.Angles(math.pi/0.9,0,0)
4957
		local knofe = obj1:Clone()
4958
		for i,v in pairs(obj1:GetChildren()) do
4959
			if v:IsA('BasePart') then
4960
			v.Transparency = 1
4961
			end
4962
		end
4963
		knofe.Parent = workspace
4964
		knofe.Name = "Projectile"
4965
		knofe.Grab.CFrame = CFrame.new(knofe.Grab.CFrame.p, mouse.Hit.p)*CFrame.Angles(0,math.pi/2,0)
4966
		knofe:FindFirstChild("Trail", true).Enabled = false
4967
		fireofjesUS = Instance.new("Fire", knofe.Grab)
4968
		local heck = Instance.new('BodyVelocity',knofe.Grab)
4969
		heck.Velocity = (knofe.Grab.CFrame*CFrame.Angles(0,math.pi/-2,0)).lookVector*120
4970
		local coru = coroutine.wrap(function()
4971
			wait(0.45)
4972
			if heck then
4973
				heck:Destroy()
4974
			end
4975
		end)
4976
		coru()
4977
		knofe["big ass knife"].Touched:connect(function(hit)
4978
			if hit.Parent ~= me and hit.Parent.Parent ~= me and hit.Transparency < 1 and knofe.Grab.CanCollide == false then
4979
				heck.Velocity = Vector3.new(0,0,0)
4980
				heck:Destroy()
4981
				for i,v in pairs(knofe:GetChildren()) do
4982
					if v:IsA('BasePart') then
4983
					v.CanCollide = true
4984
					end
4985
				end
4986
				local hum = hit.Parent:FindFirstChildOfClass('Humanoid')
4987
				if hum == nil then
4988
					hum = hit.Parent.Parent:FindFirstChildOfClass('Humanoid')
4989
				end
4990
				if knofe then
4991
					local coru = coroutine.wrap(function()
4992
						if hit then
4993
							local uno = Instance.new('Part',workspace)
4994
							local dos = Instance.new('Part',workspace)
4995
							uno.CFrame = hit.CFrame
4996
							dos.CFrame = knofe["big ass knife"].CFrame
4997
							local weld = Instance.new('Weld',knofe["big ass knife"])
4998
							weld.Part0 = hit
4999
							weld.Part1 = knofe["big ass knife"]
5000
							weld.C0 = uno.CFrame:toObjectSpace(dos.CFrame)
5001
							uno:Destroy()
5002
							dos:Destroy()
5003
						end
5004
					end)
5005
					coru()
5006
				end
5007
					local sound = Instance.new('Sound',knofe.Grab)
5008
					sound.Name = "BOOM"
5009
					sound.EmitterSize = 25
5010
					sound.SoundId = 'rbxassetid://476477344'
5011
					sound.Volume = 0.5
5012
					sound:Play()
5013
					local exppart = Instance.new("Part", game.Workspace)
5014
					exppart.Size = Vector3.new(0.2, 0.2, 0.2)
5015
					exppart.Anchored = true
5016
					exppart.CanCollide = false
5017
					exppart.CFrame = CFrame.new(knofe.Grab.CFrame.p)
5018
					exppart.Transparency = 1
5019
					local expaccent = Instance.new("ParticleEmitter", exppart)
5020
					expaccent.Color = ColorSequence.new({ColorSequenceKeypoint.new(0, Color3.fromRGB(255, 255, 0)), ColorSequenceKeypoint.new(1, Color3.fromRGB(255, 0, 0))})
5021
					expaccent.LightEmission = 0.2
5022
					expaccent.LightInfluence = 0.3
5023
					expaccent.Size = NumberSequence.new({NumberSequenceKeypoint.new(0, 1), NumberSequenceKeypoint.new(1, 0)})
5024
					expaccent.Acceleration = Vector3.new(0, 30, 0)
5025
					expaccent.Drag = 15
5026
					expaccent.LockedToPart = false
5027
					expaccent.Lifetime = NumberRange.new(0.5, 1.5)
5028
					expaccent.Rate = 2000
5029
					expaccent.Speed = NumberRange.new(0,0)
5030
					expaccent.SpreadAngle = Vector2.new(360, 360)
5031
					expaccent:Clone().Parent = exppart
5032
					expaccent:Clone().Parent = exppart
5033
					local exp = Instance.new('Explosion',game.Workspace)
5034
					exp.Position = knofe["big ass knife"].Position
5035
					exp.ExplosionType = Enum.ExplosionType.NoCraters
5036
					exp.BlastRadius = 5
5037
					exp.Visible = false
5038
					exp.BlastPressure = 0
5039
					exp.DestroyJointRadiusPercent = 0
5040
					exp.Hit:connect(function(hit)
5041
						if hit.Parent and hit.Parent ~= me and hit.Parent.Name ~= "bitch ass knife" then
5042
							wait(0.001)
5043
							tgt = hit
5044
							local coru=coroutine.wrap(function(tgtt)
5045
								local fireofgods = Instance.new("Fire", tgtt)
5046
								fireofgods.Size = 0
5047
								fireofgods.Heat = 0
5048
								local fireofgodsaccent = expaccent:Clone()
5049
								fireofgodsaccent.Parent = hit
5050
								fireofgodsaccent.Rate = 0
5051
								fireofgodsaccent.Speed = NumberRange.new(5, 50)
5052
								fireofgodsaccent.SpreadAngle = Vector2.new(45, 45)
5053
								fireofgodsaccent.Acceleration = Vector3.new(0, 20, 0)
5054
								
5055
								while fireofgods.Size < 10 do
5056
									fireofgods.Size = fireofgods.Size + 0.1
5057
									fireofgods.Heat = fireofgods.Heat + 0.1
5058
									fireofgodsaccent.Rate = fireofgodsaccent.Rate + 1
5059
									wait()
5060
								end
5061
								if hit.Parent and hit.Parent:FindFirstChildOfClass('Humanoid') == nil and hit.Parent.Parent:FindFirstChildOfClass('Humanoid') == nil then
5062
									hit:BreakJoints()
5063
								elseif hit.Parent and hit.Parent:IsA('Accessory') then
5064
									for i,v in pairs(hit:GetChildren()) do
5065
										if v:IsA('SpecialMesh') then
5066
											v.TextureId = ""
5067
										end
5068
									end
5069
								end
5070
								hit.BrickColor = BrickColor.new("Black")
5071
								for i,v in pairs(hit.Parent:GetChildren()) do
5072
									if v:IsA('Shirt') or v:IsA('Pants') then
5073
										v:Destroy()
5074
									end
5075
								end
5076
								
5077
								while fireofgods.Size > 5 do
5078
									fireofgods.Size = fireofgods.Size - 0.1
5079
									fireofgods.Heat = fireofgods.Heat - 0.1
5080
									wait()
5081
								end
5082
								fireofgods:Destroy()
5083
								if hit.Parent then
5084
									if hit.Parent:FindFirstChildOfClass('Humanoid') == nil and hit.Parent.Parent:FindFirstChildOfClass('Humanoid') == nil then
5085
										local p = hit
5086
										fragmentate(p.CFrame,p.Size,p.BrickColor,p.Position,0.01,p.BackSurface,p.BottomSurface,p.FrontSurface,p.LeftSurface,p.RightSurface,p.TopSurface,p.Transparency,p.Reflectance,p.Material)
5087
										hit:Remove()
5088
									elseif hit.Parent:FindFirstChildOfClass('Humanoid') ~= nil then
5089
										print(hit.Name)
5090
										if hit.Name == "Torso" or hit.Name == "Head" then
5091
											print('ohhh YAAAA')
5092
											hit.Parent:FindFirstChildOfClass('Humanoid').Health = 0
5093
										end
5094
										wait()
5095
										killz(hit.Parent,hit.Name,nil,nil,false,false,true)
5096
									end
5097
								end
5098
							end)
5099
							coru(tgt)
5100
						end
5101
					end)
5102
					local explosionaccenttimeout = coroutine.wrap(function()
5103
						wait(0.2)
5104
						for i, exploodn in pairs(exppart:GetChildren()) do
5105
							exploodn.Enabled = false
5106
						end
5107
						wait(2)
5108
						for i, exploodn in pairs(exppart:GetChildren()) do
5109
							exploodn:Remove()
5110
						end
5111
					end)
5112
					explosionaccenttimeout()
5113
					for i,v in pairs(knofe:GetChildren()) do
5114
						if v:IsA('BasePart') then
5115
						v.Transparency = 1
5116
						end
5117
					end
5118
					exp.AncestryChanged:connect(function() knofe:Destroy() end)
5119
				coru()
5120
			end
5121
		end)
5122
		if finishnum == 1 then
5123
		for i= 0,1,0.1 do
5124
			if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil then return end
5125
			weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,0,0),i)
5126
			wait(0.001)
5127
		end
5128
		else
5129
			wait(0.1)
5130
		end
5131
		weld2.C0 = CFrame.new(-1.5,0,0)
5132
		for i,v in pairs(obj1:GetChildren()) do
5133
			if v:IsA('BasePart') then
5134
			v.Transparency = 0
5135
			end
5136
		end
5137
		weld2:Destroy()
5138
		rightshoulderz:Clone().Parent = me.Torso
5139
		end
5140
		acting = false
5141
		canClick = true
5142
	end)
5143
	coru()
5144
end
5145
5146
function fireworkit()
5147
	local coru = coroutine.wrap(function()
5148
		acting = true
5149
		local ree = 1
5150
		if finishnum > 1 then
5151
			ree = 3
5152
		end
5153
		for i=1,ree do
5154
		local weld2 = Instance.new('Weld',me["Right Arm"])
5155
		weld2.Part0 = me["Right Arm"]
5156
		weld2.Part1 = me["Torso"]
5157
		weld2.C0 = CFrame.new(-1.5,0,0)
5158
		weld2.C0 = CFrame.new(-1.5,0.9,-0.5)*CFrame.Angles(-math.pi/0.75,-math.pi/8,0)
5159
		audio.SoundId = "rbxassetid://166083610"
5160
		audio.PlaybackSpeed = 1
5161
		audio.TimePosition = 0.1
5162
		audio:Play()
5163
		weld2.C0 = CFrame.new(-1.5,1.2,0.1)*CFrame.Angles(math.pi/0.9,0,0)
5164
		local knofe = obj1:Clone()
5165
		for i,v in pairs(obj1:GetChildren()) do
5166
			if v:IsA('BasePart') then
5167
			v.Transparency = 1
5168
			end
5169
		end
5170
		local sound = Instance.new('Sound',knofe.Grab)
5171
		sound.Volume = 0.25
5172
		sound.EmitterSize = 200
5173
		sound.MaxDistance = 300
5174
		sound.SoundId = 'rbxassetid://551051176'
5175
		sound:Play()
5176
		knofe.Parent = workspace
5177
		knofe.Name = "Projectile"
5178
		knofe.Grab.CFrame = CFrame.new(knofe.Grab.CFrame.p, mouse.Hit.p)*CFrame.Angles(0,math.pi/2,0)
5179
		local partic = Instance.new('ParticleEmitter',knofe.Grab)
5180
		partic.Color = ColorSequence.new({ColorSequenceKeypoint.new(0,Color3.new(1,0,0)),ColorSequenceKeypoint.new(0.4,Color3.fromRGB(255,125,0)),ColorSequenceKeypoint.new(0.8,Color3.new(1,1,0)),ColorSequenceKeypoint.new(1,Color3.new(1,1,1))})
5181
		partic.LightEmission = 0.5
5182
		partic.LightInfluence = 0
5183
		partic.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,0.5),NumberSequenceKeypoint.new(1,0.15)})
5184
		partic.Rotation = NumberRange.new(0,90)
5185
		partic.SpreadAngle = Vector2.new(5,5)
5186
		partic.Speed = NumberRange.new(20)
5187
		partic.Texture = 'rbxassetid://603193846'
5188
		partic.EmissionDirection = Enum.NormalId.Left
5189
		partic.Lifetime = NumberRange.new(0.5,1)
5190
		partic.Rate = 100
5191
		local heck = Instance.new('BodyVelocity',knofe.Grab)
5192
		heck.Velocity = (knofe.Grab.CFrame*CFrame.Angles(0,math.pi/-2,0)).lookVector*240
5193
		knofe["big ass knife"].Touched:connect(function(hit)
5194
			sound:Destroy()
5195
			local sound2 = Instance.new('Sound',workspace)
5196
			sound2.SoundId = 'rbxassetid://138080762'
5197
			sound2:Play()
5198
			if heck then
5199
				heck:Destroy()
5200
			end
5201
			for i,v in pairs(knofe:GetChildren()) do
5202
				v.Anchored = true
5203
			end
5204
			partic.Enabled = false
5205
			local colorscheme = math.random(1,4)
5206
			--1 - red & orange
5207
			--2 - blue & pink
5208
			--3 - green & purple
5209
			--4 - blue, red, white
5210
			local colar1 = Color3.fromRGB(255,0,0)
5211
			local colar2 = Color3.fromRGB(255,125,0)
5212
			local colar3 = Color3.fromRGB(255,255,255)
5213
			if colorscheme == 2 then
5214
				colar1 = Color3.fromRGB(0,132,255)
5215
				colar2 = Color3.fromRGB(243,105,255)
5216
			elseif colorscheme == 3 then
5217
				colar1 = Color3.fromRGB(76,255,0)
5218
				colar2 = Color3.fromRGB(128,0,255)
5219
			elseif colorscheme == 4 then
5220
				colar2 = Color3.fromRGB(0,132,255)
5221
			end
5222
			local partic2 = Instance.new('ParticleEmitter',knofe.Grab)
5223
			partic2.Color = ColorSequence.new({ColorSequenceKeypoint.new(0,colar1),ColorSequenceKeypoint.new(1,colar1)})
5224
			partic2.LightEmission = 0.5
5225
			partic2.LightInfluence = 0
5226
			partic2.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,0.5),NumberSequenceKeypoint.new(1,0.1)})
5227
			partic2.Rotation = NumberRange.new(0,90)
5228
			partic2.SpreadAngle = Vector2.new(180,180)
5229
			partic2.Speed = NumberRange.new(20)
5230
			partic2.Texture = 'rbxassetid://603193846'
5231
			partic2.EmissionDirection = Enum.NormalId.Right
5232
			partic2.Lifetime = NumberRange.new(2,2.5)
5233
			partic2.Rate = 1000
5234
			partic2.Drag = 1
5235
			local partic3 = partic2:Clone()
5236
			partic3.Color = ColorSequence.new({ColorSequenceKeypoint.new(0,colar2),ColorSequenceKeypoint.new(1,colar2)})
5237
			partic3.Parent = knofe.Grab
5238
			if colorscheme == 4 then
5239
				local partic4 = partic2:Clone()
5240
				partic4.Color = ColorSequence.new({ColorSequenceKeypoint.new(0,colar3),ColorSequenceKeypoint.new(1,colar3)})
5241
				partic4.Parent = knofe.Grab
5242
			end
5243
			wait(1)
5244
			for i,v in pairs(knofe.Grab:GetChildren()) do
5245
				if v:IsA('ParticleEmitter') then
5246
					v.Enabled = false
5247
				end
5248
			end
5249
			sound:Destroy()
5250
			wait(2)
5251
			knofe:Destroy()
5252
		end)
5253
		wait(0.1)
5254
		weld2.C0 = CFrame.new(-1.5,0,0)
5255
		for i,v in pairs(obj1:GetChildren()) do
5256
			if v:IsA('BasePart') then
5257
			v.Transparency = 0
5258
			end
5259
		end
5260
		weld2:Destroy()
5261
		rightshoulderz:Clone().Parent = me.Torso
5262
		end
5263
		acting = false
5264
		canClick = true
5265
	end)
5266
	coru()
5267
end
5268
5269
function paralyze()
5270
	local coru = coroutine.wrap(function()
5271
		if paralyzed == true then return end
5272
		paralyzed = true
5273
		local arm = me["Right Arm"]
5274
		local tors = grabbed.Torso
5275
		local arm2 = me["Left Arm"]
5276
		if arm:FindFirstChildOfClass('Weld') == nil or arm2:FindFirstChildOfClass('Weld') == nil then return end
5277
		doing = true
5278
		local weld2 = arm:FindFirstChildOfClass('Weld')
5279
		local weld3 = arm2:FindFirstChildOfClass('Weld')
5280
		local humanroot = me.HumanoidRootPart
5281
		for i = 0,1,0.075 do
5282
			weld2.C0 = weld2.C0:lerp(CFrame.new(-0.9, 0.80, -1.1)* CFrame.Angles(-2, 0, -1.5), i)
5283
			weld3.C0 = weld3.C0:lerp(CFrame.new(0.8, 1, -0.5)* CFrame.Angles(-1.4, 0, 1.1), i)
5284
			wait(0.01)
5285
		end
5286
		for i = 0,1,0.30 do
5287
			weld2.C0 = weld2.C0:lerp(CFrame.new(-0.9, 0.80, -1.1)* CFrame.Angles(-0.75, 0, -1.75), i)
5288
			weld3.C0 = weld3.C0:lerp(CFrame.new(0.8, 1, -0.5)* CFrame.Angles(-1.4, 0, 1.1), i)
5289
			wait(0.01)
5290
		end
5291
		killz(grabbed,'Left Leg')
5292
		killz(grabbed,'Left Arm')
5293
		killz(grabbed,'Right Leg')
5294
		killz(grabbed,'Right Arm')
5295
		
5296
		for i, v in pairs(grabbed:GetChildren()) do
5297
			if v.Name == "Part" then
5298
				v.CanCollide = false
5299
			end
5300
		end
5301
		
5302
		audio:Stop()
5303
		audio.SoundId = "rbxassetid://2801263"
5304
		tone = math.random(1, 3)
5305
		if tone == 1 then audio.PlaybackSpeed = 0.8 audio.TimePosition = 0 end
5306
		if tone == 2 then audio.PlaybackSpeed = 1 audio.TimePosition = 0 end
5307
		if tone == 3 then audio.PlaybackSpeed = 1.2 audio.TimePosition = 0 end
5308
		audio:Play()
5309
		
5310
		local bleedpart = Instance.new("Part", grabbed)
5311
		bleedpart.Size = Vector3.new(0.2, 0.2, 0.2)
5312
		bleedpart.Color = Color3.new(115/225, 115/225, 115/225)
5313
		bleedpart.CanCollide = false
5314
		bleedpart.Position = grabbed.Head.Position + Vector3.new(0, 1, 0)
5315
		bleedpart.Transparency = 1
5316
		
5317
		local bleedpartweld = Instance.new("Weld", grabbed.Torso)
5318
		bleedpartweld.Part0 = grabbed.Torso
5319
		bleedpartweld.Part1 = bleedpart
5320
		bleedpartweld.C0 = CFrame.Angles(-1, 0, -0.35) * CFrame.new(0, 1, 0.8)
5321
		local cuntruu=coroutine.wrap(function()
5322
			bleed(bleedpart)
5323
		end)
5324
		local thicc = coroutine.wrap(function()
5325
			wait(3)
5326
			bleedpart:Remove()
5327
		end)
5328
		cuntruu()
5329
		thicc()
5330
	
5331
		for i = 0,1,0.075 do
5332
			weld2.C0 = weld2.C0:lerp(CFrame.new(-0.9, 0.80, -1.1)* CFrame.Angles(-1.5, 0, -1.3), i)
5333
			weld3.C0 = weld3.C0:lerp(CFrame.new(0.8, 1, -0.5)* CFrame.Angles(-1.5, 0, 1.1), i)
5334
			wait(0.01)
5335
		end
5336
		acting = true
5337
		canClick = true
5338
		doing = false
5339
	end)
5340
	coru()
5341
end
5342
5343
function explode()
5344
	local coru = coroutine.wrap(function()
5345
		acting = true
5346
		for i=1,finishnum do
5347
		local weld2 = Instance.new('Weld',me["Right Arm"])
5348
		weld2.Part0 = me["Right Arm"]
5349
		weld2.Part1 = me["Torso"]
5350
		weld2.C0 = CFrame.new(-1.5,0,0)
5351
		if finishnum == 1 then
5352
		for i = 0,1,0.05 do
5353
			if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil then return end
5354
			weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,0.9,-0.5)*CFrame.Angles(-math.pi/0.75,-math.pi/8,0),i)
5355
			wait(0.01)	
5356
		end
5357
		end
5358
		weld2.C0 = CFrame.new(-1.5,0.9,-0.5)*CFrame.Angles(-math.pi/0.75,-math.pi/8,0)
5359
		audio.SoundId = "rbxassetid://166083610"
5360
		audio.PlaybackSpeed = 1
5361
		audio.TimePosition = 0.1
5362
		audio:Play()
5363
		if finishnum == 1 then
5364
		for i = 0,1,0.5 do
5365
			if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil then return end
5366
			weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,1.2,0.1)*CFrame.Angles(math.pi/0.9,0,0),i)
5367
			wait(0.001)	
5368
		end
5369
		end
5370
		weld2.C0 = CFrame.new(-1.5,1.2,0.1)*CFrame.Angles(math.pi/0.9,0,0)
5371
		local knofe = obj1:Clone()
5372
		for i,v in pairs(obj1:GetChildren()) do
5373
			if v:IsA('BasePart') then
5374
			v.Transparency = 1
5375
			end
5376
		end
5377
		knofe.Parent = workspace
5378
		knofe.Name = "Projectile"
5379
		knofe.Grab.CFrame = CFrame.new(knofe.Grab.CFrame.p, mouse.Hit.p)*CFrame.Angles(0,math.pi/2,0)
5380
		knofe:FindFirstChild("Trail", true).Enabled = false
5381
		local heck = Instance.new('BodyVelocity',knofe.Grab)
5382
		heck.Velocity = (knofe.Grab.CFrame*CFrame.Angles(0,math.pi/-2,0)).lookVector*120
5383
		local coru = coroutine.wrap(function()
5384
			wait(0.45)
5385
			if heck then
5386
				heck:Destroy()
5387
			end
5388
		end)
5389
		coru()
5390
		knofe["big ass knife"].Touched:connect(function(hit)
5391
			if hit.Parent ~= me and hit.Parent.Parent ~= me and hit.Transparency < 1 and knofe.Grab.CanCollide == false then
5392
				heck.Velocity = Vector3.new(0,0,0)
5393
				heck:Destroy()
5394
				for i,v in pairs(knofe:GetChildren()) do
5395
					if v:IsA('BasePart') then
5396
					v.CanCollide = true
5397
					end
5398
				end
5399
				local hum = hit.Parent:FindFirstChildOfClass('Humanoid')
5400
				if hum == nil then
5401
					hum = hit.Parent.Parent:FindFirstChildOfClass('Humanoid')
5402
				end
5403
				if hum then
5404
					tone = math.random(1, 3)
5405
					local sound = Instance.new('Sound',knofe.Grab)
5406
					if tone == 1 then sound.SoundId = "rbxassetid://220833967" end
5407
					if tone == 2 then sound.SoundId = "rbxassetid://220833976" end
5408
					if tone == 3 then sound.SoundId = "rbxassetid://220834000" end
5409
					sound.PlaybackSpeed = 1
5410
					sound:Play()
5411
				else
5412
					local sound = Instance.new('Sound',knofe.Grab)
5413
					sound.SoundId = 'rbxassetid://267585646'
5414
					sound:Play()
5415
				end
5416
				if knofe then
5417
					local coru = coroutine.wrap(function()
5418
						if hit then
5419
							local uno = Instance.new('Part',workspace)
5420
							local dos = Instance.new('Part',workspace)
5421
							uno.CFrame = hit.CFrame
5422
							dos.CFrame = knofe["big ass knife"].CFrame
5423
							local weld = Instance.new('Weld',knofe["big ass knife"])
5424
							weld.Part0 = hit
5425
							weld.Part1 = knofe["big ass knife"]
5426
							weld.C0 = uno.CFrame:toObjectSpace(dos.CFrame)
5427
							uno:Destroy()
5428
							dos:Destroy()
5429
						end
5430
					end)
5431
					coru()
5432
				end
5433
				local coru = coroutine.wrap(function()
5434
					for i=1,15,0.7 do
5435
						local sound = Instance.new('Sound',knofe.Grab)
5436
						if knofe then
5437
							if knofe.serration.BrickColor == BrickColor.new('Really red') then
5438
								for i, v in pairs(knofe:GetChildren()) do
5439
									if v.Name == "big ass knife" or v.Name == "serration" or v.Name == "knifetip1" or v.Name == "fricc" then
5440
										v.BrickColor = BrickColor.new('Lily white')
5441
										v.Material = Enum.Material.SmoothPlastic
5442
									end
5443
								end
5444
							else
5445
								for i,v in pairs(knofe:GetChildren()) do
5446
									if v.Name == "big ass knife" or v.Name == "serration" or v.Name == "knifetip1" or v.Name == "fricc" then
5447
										v.BrickColor = BrickColor.new('Really red')
5448
										v.Material = Enum.Material.Neon
5449
										sound.SoundId = 'rbxassetid://300473653'
5450
										sound.Volume = 0.75
5451
										sound.TimePosition = 0.05
5452
										sound.EmitterSize = 25
5453
										sound.PlaybackSpeed = 1
5454
										sound:Play()
5455
									end
5456
								end
5457
							end
5458
							wait(1/i)
5459
							sound:Destroy()
5460
						end
5461
					end
5462
					local sound = Instance.new('Sound',knofe.Grab)
5463
					sound.Name = "BOOM"
5464
					sound.EmitterSize = 25
5465
					sound.SoundId = 'rbxassetid://12222084'
5466
					sound.TimePosition = 0.1
5467
					sound.Volume = 0.5
5468
					sound:Play()
5469
					local exppart = Instance.new("Part", game.Workspace)
5470
					exppart.Size = Vector3.new(0.2, 0.2, 0.2)
5471
					exppart.Anchored = true
5472
					exppart.CanCollide = false
5473
					exppart.CFrame = CFrame.new(knofe.Grab.CFrame.p)
5474
					exppart.Transparency = 1
5475
					local expaccent = Instance.new("ParticleEmitter", exppart)
5476
					expaccent.Color = ColorSequence.new({ColorSequenceKeypoint.new(0, Color3.fromRGB(255, 255, 0)), ColorSequenceKeypoint.new(1, Color3.fromRGB(255, 0, 0))})
5477
					expaccent.LightEmission = 0.2
5478
					expaccent.LightInfluence = 0.3
5479
					expaccent.Size = NumberSequence.new({NumberSequenceKeypoint.new(0, 1), NumberSequenceKeypoint.new(1, 0)})
5480
					expaccent.Acceleration = Vector3.new(0, -8, 0)
5481
					expaccent.Drag = 15
5482
					expaccent.LockedToPart = true
5483
					expaccent.Lifetime = NumberRange.new(0.5, 1.5)
5484
					expaccent.Rate = 2000
5485
					expaccent.Speed = NumberRange.new(10, 150)
5486
					expaccent.SpreadAngle = Vector2.new(360, 360)
5487
					
5488
					local exp = Instance.new('Explosion',game.Workspace)
5489
					exp.Position = knofe["big ass knife"].Position
5490
					exp.ExplosionType = Enum.ExplosionType.NoCraters
5491
					exp.BlastRadius = 10
5492
					exp.BlastPressure = 100000
5493
					exp.DestroyJointRadiusPercent = 1
5494
					exp.Hit:connect(function(hit)
5495
						if hit.Parent and hit.Parent ~= me and hit.Parent:FindFirstChildOfClass('Humanoid') then
5496
							if hit.Parent:FindFirstChildOfClass('Humanoid') and hit.Name == "Torso" or hit.Name == "Head" then
5497
								hit.Parent:FindFirstChildOfClass('Humanoid').Health = 0
5498
							end
5499
							wait(0.001)
5500
							local coru=coroutine.wrap(function()
5501
							killz(hit.Parent,'Head',knofe,exp)
5502
							end)
5503
							coru()
5504
						elseif hit.Parent and hit.Parent ~= workspace and hit.Parent ~= me then
5505
							if hit.Parent.Name ~= "Projectile" then
5506
								hit.Parent:BreakJoints()
5507
							end
5508
						elseif hit.Parent and hit.Parent ~= me then
5509
							hit:BreakJoints()
5510
						end
5511
					end)
5512
					local explosionaccenttimeout = coroutine.wrap(function()
5513
						wait(0.2)
5514
						expaccent.Enabled = false
5515
						wait(2)
5516
						exppart:Remove()
5517
					end)
5518
					explosionaccenttimeout()
5519
					for i,v in pairs(knofe:GetChildren()) do
5520
						if v:IsA('BasePart') then
5521
						v.Transparency = 1
5522
						end
5523
					end
5524
					exp.AncestryChanged:connect(function() knofe:Destroy() end)
5525
				end)
5526
				coru()
5527
			end
5528
		end)
5529
		if finishnum == 1 then
5530
		for i= 0,1,0.1 do
5531
			if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil then return end
5532
			weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,0,0),i)
5533
			wait(0.001)
5534
		end
5535
		else
5536
			wait(0.1)
5537
		end
5538
		weld2.C0 = CFrame.new(-1.5,0,0)
5539
		for i,v in pairs(obj1:GetChildren()) do
5540
			if v:IsA('BasePart') then
5541
			v.Transparency = 0
5542
			end
5543
		end
5544
		weld2:Destroy()
5545
		rightshoulderz:Clone().Parent = me.Torso
5546
		end
5547
		acting = false
5548
		canClick = true
5549
	end)
5550
	coru()
5551
end
5552
5553
function release()
5554
	if grabbed.Torso:FindFirstChild("TargetWeld") == nil or grabbed:FindFirstChildOfClass('Humanoid').Health <= 0 then return end
5555
	targetweld = grabbed.Torso.TargetWeld
5556
	local ree= grabbed:FindFirstChild("Left Arm")
5557
	targetweld2 = nil
5558
	if ree and ree:FindFirstChild("Weld") then
5559
		targetweld2 = ree.Weld
5560
	end
5561
	for i, v in pairs(grabbed:GetChildren()) do
5562
		if v.Name == "Part" then
5563
			v.CanCollide = true
5564
		end
5565
	end
5566
	paralyzed = false
5567
	local doit = coroutine.wrap(function()
5568
	local arm = me["Right Arm"]
5569
	local tors = grabbed.Torso
5570
	local arm2 = me["Left Arm"]
5571
	if arm:FindFirstChildOfClass('Weld') == nil or arm2:FindFirstChildOfClass('Weld') == nil then return end
5572
	doing = true
5573
	local weld2 = arm:FindFirstChildOfClass('Weld')
5574
	local weld3 = arm2:FindFirstChildOfClass('Weld')
5575
	local humanroot = me.HumanoidRootPart
5576
	
5577
	if grabbed:FindFirstChildOfClass('Humanoid') then
5578
		grabbed:FindFirstChildOfClass('Humanoid').PlatformStand = false
5579
	end
5580
	
5581
	rightshoulderz:Clone().Parent = me.Torso
5582
	leftshoulderz:Clone().Parent = me.Torso
5583
	grabbed = nil
5584
	
5585
	if humanroot:FindFirstChild('Holder') then
5586
		humanroot.Holder:Destroy()
5587
	end
5588
	
5589
	for i = 0,1,0.1 do
5590
		if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld2 == nil or weld3 == nil then return end
5591
		weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,0,0),i)
5592
		weld3.C0 = weld3.C0:lerp(CFrame.new(1.5,0,0),i)
5593
		targetweld.C0 = targetweld.C0:lerp(CFrame.new(0, 1.5, 0)*CFrame.Angles(0, 0, 0), i)
5594
		if targetweld2 then
5595
			targetweld2.C0 = targetweld2.C0:lerp(CFrame.new(-1.5, 0, 0)*CFrame.Angles(0, 0, 0), i)
5596
		end
5597
		wait(0.01)
5598
	end
5599
	
5600
	knifeweld.C1 = CFrame.fromEulerAnglesXYZ(1.55, math.rad(-90), 1.55) * CFrame.new(0, 0.95, 0.2)
5601
	weld2:Destroy()
5602
	weld3:Destroy()
5603
	targetweld:Remove()
5604
	if targetweld2 then
5605
		targetweld2:Remove()
5606
	end
5607
	if rightshoulder then
5608
	rightshoulder:Clone().Parent = tors
5609
	end
5610
	if leftshoulder then
5611
	leftshoulder:Clone().Parent = tors
5612
	end
5613
	headweld:Clone().Parent = tors
5614
	rightshoulderz:Clone().Parent = me.Torso
5615
			leftshoulderz:Clone().Parent = me.Torso
5616
	acting = false
5617
	canClick = true
5618
	doing = false
5619
	end)
5620
	doit()
5621
end
5622
5623
function stabwithpassion()
5624
	local doit = coroutine.wrap(function()
5625
		if me:FindFirstChild('Right Arm') and me:FindFirstChild('Torso') and me:FindFirstChild('HumanoidRootPart') and me:FindFirstChild('Left Arm') then
5626
			acting = true
5627
			me:FindFirstChildOfClass('Humanoid').WalkSpeed = me:FindFirstChildOfClass('Humanoid').WalkSpeed + 10
5628
			local arm = me["Right Arm"]
5629
			local tors = me.Torso
5630
			local arm2 = me["Left Arm"]
5631
			local humanroot = me.HumanoidRootPart
5632
			local weld = Instance.new('Weld',tors)
5633
			weld.Part0 = tors
5634
			weld.Part1 = humanroot
5635
			weld.C0 = CFrame.new(0,0,0) * CFrame.Angles(0, 0, 0)
5636
			local weld2 = Instance.new('Weld',arm)
5637
			weld2.Part0 = arm
5638
			weld2.Part1 = tors
5639
			weld2.C0 = CFrame.new(-1.5,0,0) * CFrame.Angles(0, 0, 0)
5640
			local weld3 = Instance.new('Weld',arm2)
5641
			weld3.Part0 = arm2
5642
			weld3.Part1 = tors
5643
			weld3.C0 = CFrame.new(1.5,0,-0.3) * CFrame.Angles(0.3,0.1,0)
5644
5645
			for i = 0,1,0.15 do
5646
				if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld == nil or weld2 == nil or humanroot == nil then return end
5647
				weld.C0 = weld.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(0,math.rad(20),0),i)
5648
				weld2.C0 = weld2.C0:lerp(CFrame.new(-1.2,1.3,0.4)*CFrame.Angles(0.5,0,-1.2),i)
5649
				knifeweld.C1 = knifeweld.C1:lerp(CFrame.fromEulerAnglesXYZ(1.55, math.rad(90), -1.55) * CFrame.new(0, 0.95, 0), i)
5650
				wait(0.01)
5651
			end
5652
			wait(0.001)
5653
			trail.Enabled = true
5654
			stabbing = true
5655
			audio2.SoundId = 'rbxassetid://608537390'
5656
			audio2:Play()
5657
			for i = 0,1,0.2 do
5658
				if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld == nil or weld2 == nil or humanroot == nil then return end
5659
				weld.C0 = weld.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(0,math.rad(-45),0),i)
5660
				weld2.C0 = weld2.C0:lerp(CFrame.new(-1.6,0.8,-1)*CFrame.Angles(math.rad(-90),0,-1),i)
5661
				wait(0.01)
5662
			end
5663
			trail.Enabled = false
5664
			wait(0.1)
5665
			me:FindFirstChildOfClass('Humanoid').WalkSpeed = me:FindFirstChildOfClass('Humanoid').WalkSpeed - 10
5666
			stabbing = false
5667
			wait(0.001)
5668
			for i = 0,1,0.075 do
5669
				if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld == nil or weld2 == nil or humanroot == nil then return end
5670
				weld.C0 = weld.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(0,0,0),i)
5671
				weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,0,0)*CFrame.Angles(0,0,0),i)
5672
				weld3.C0 = weld3.C0:lerp(CFrame.new(1.5,0,0)*CFrame.Angles(0,0,0),i)
5673
				knifeweld.C1 = knifeweld.C1:lerp(CFrame.fromEulerAnglesXYZ(1.55, math.rad(-90), 1.55) * CFrame.new(0, 0.95, 0), i)
5674
				wait(0.01)
5675
			end
5676
		weld:Destroy()
5677
		weld2:Destroy()
5678
		weld3:Destroy()
5679
		torsojoint:Clone().Parent = humanroot
5680
		rightshoulderz:Clone().Parent = me.Torso
5681
		leftshoulderz:Clone().Parent = me.Torso
5682
		canClick = true
5683
		hit = false
5684
		acting = false
5685
		end
5686
	end)
5687
	doit()
5688
end
5689
5690
function stab()
5691
	local doit = coroutine.wrap(function()
5692
		if me:FindFirstChild('Right Arm') and me:FindFirstChild('Torso') and me:FindFirstChild('HumanoidRootPart') and me:FindFirstChild('Left Arm') then
5693
			acting = true
5694
			me:FindFirstChildOfClass('Humanoid').WalkSpeed = me:FindFirstChildOfClass('Humanoid').WalkSpeed + 3
5695
			local arm = me["Right Arm"]
5696
			local tors = me.Torso
5697
			local arm2 = me["Left Arm"]
5698
			local humanroot = me.HumanoidRootPart
5699
			local weld = Instance.new('Weld',tors)
5700
			weld.Part0 = tors
5701
			weld.Part1 = humanroot
5702
			weld.C0 = CFrame.new(0,0,0) * CFrame.Angles(0, 0, 0)
5703
			local weld2 = Instance.new('Weld',arm)
5704
			weld2.Part0 = arm
5705
			weld2.Part1 = tors
5706
			weld2.C0 = CFrame.new(-1.5,0,0) * CFrame.Angles(0, 0, 0)
5707
			local weld3 = Instance.new('Weld',arm2)
5708
			weld3.Part0 = arm2
5709
			weld3.Part1 = tors
5710
			weld3.C0 = CFrame.new(1.5,0,-0.3) * CFrame.Angles(0.3,0.1,0)
5711
5712
			for i = 0,1,0.1 do
5713
				if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld == nil or weld2 == nil or humanroot == nil then return end
5714
				weld.C0 = weld.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(0,0.3,0),i)
5715
				weld2.C0 = weld2.C0:lerp(CFrame.new(-1.2,1.3,0.4)*CFrame.Angles(0.5,0,-1.2),i)
5716
				wait(0.01)
5717
			end
5718
			wait(0.001)
5719
			trail.Enabled = true
5720
			stabbing = true
5721
			audio2.SoundId = 'rbxassetid://608537390'
5722
			audio2:Play()
5723
			for i = 0,1,0.25 do
5724
				if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld == nil or weld2 == nil or humanroot == nil then return end
5725
				weld.C0 = weld.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(0,-0.3,0),i)
5726
				weld2.C0 = weld2.C0:lerp(CFrame.new(-1.6,0.8,0.5)*CFrame.Angles(-0.5,0,-0.5),i)
5727
				wait(0.01)
5728
			end
5729
			trail.Enabled = false
5730
			wait(0.1)
5731
			me:FindFirstChildOfClass('Humanoid').WalkSpeed = me:FindFirstChildOfClass('Humanoid').WalkSpeed - 3
5732
			for i = 0,1,0.25 do
5733
				if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld == nil or weld2 == nil or humanroot == nil then return end
5734
				weld.C0 = weld.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(0,0.3,0),i)
5735
				weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,0.6,-0.3)*CFrame.Angles(0.5,0,-0.5),i)
5736
				wait(0.01)
5737
			end
5738
			stabbing = false
5739
			wait(0.001)
5740
			for i = 0,1,0.05 do
5741
				if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld == nil or weld2 == nil or humanroot == nil then return end
5742
				weld.C0 = weld.C0:lerp(CFrame.new(0,0,0)*CFrame.Angles(0,0,0),i)
5743
				weld2.C0 = weld2.C0:lerp(CFrame.new(-1.5,0,0)*CFrame.Angles(0,0,0),i)
5744
				weld3.C0 = weld3.C0:lerp(CFrame.new(1.5,0,0)*CFrame.Angles(0,0,0),i)
5745
				wait(0.01)
5746
			end
5747
		weld:Destroy()
5748
		weld2:Destroy()
5749
		weld3:Destroy()
5750
		torsojoint:Clone().Parent = humanroot
5751
		rightshoulderz:Clone().Parent = me.Torso
5752
		leftshoulderz:Clone().Parent = me.Torso
5753
		canClick = true
5754
		hit = false
5755
		acting = false
5756
		end
5757
	end)
5758
	doit()
5759
end
5760
function hardrelease()
5761
	rightshoulderz:Clone().Parent = me.Torso
5762
	leftshoulderz:Clone().Parent = me.Torso
5763
	if me:FindFirstChild('Right Arm') then
5764
	for i,v in pairs(me["Right Arm"]:GetChildren()) do
5765
		if v:IsA('Weld') then
5766
			v:Destroy()
5767
		end
5768
	end
5769
	end
5770
	if me:FindFirstChild('Left Arm') then
5771
	for i,v in pairs(me["Left Arm"]:GetChildren()) do
5772
		if v:IsA('Weld') then
5773
			v:Destroy()
5774
		end
5775
	end
5776
	end
5777
	acting = false
5778
	canClick = true
5779
	doing = false
5780
	grabbed = nil
5781
end
5782
function unequip()
5783
	local doit = coroutine.wrap(function()
5784
	if me:FindFirstChild('Right Arm') and me:FindFirstChild('Torso') then
5785
		acting = true
5786
		local arm = me["Right Arm"]
5787
		local arm2 = me["Left Arm"]
5788
		local tors = me.Torso
5789
		local weld = Instance.new('Weld',arm)
5790
		weld.Part0 = arm
5791
		weld.Part1 = tors
5792
		weld.C0 = CFrame.new(-1.5,0,0)
5793
		local weld2 = Instance.new("Weld", arm2)
5794
		weld2.Part0 = arm2
5795
		weld2.Part1 = tors
5796
		weld2.C0 = CFrame.new(1.5, 0, 0)
5797
		wait(0.001)
5798
		trail.Enabled = true
5799
		for i = 0,1,0.1 do
5800
			if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld == nil then return end
5801
			weld.C0 = weld.C0:lerp(CFrame.new(-0.2,0.2,-0.5)*CFrame.Angles(0,-3.1,0.9),i)
5802
			weld2.C0 = weld2.C0:lerp(CFrame.new(1.5, 0.6, 0) * CFrame.Angles(0,0,0.5),i)
5803
			wait(0.001)
5804
		end
5805
		trail.Enabled = false
5806
		wait(0.25)
5807
		for i = 0,1,0.1 do
5808
			if me:FindFirstChild('Right Arm') == nil or me:FindFirstChild('Torso') == nil or weld == nil then return end
5809
			weld.C0 = weld.C0:lerp(CFrame.new(-1.5,0,0),i)
5810
			weld2.C0 = weld2.C0:lerp(CFrame.new(1.5, 0, 0), i)
5811
			wait(0.01)
5812
		end
5813
		weld:Destroy()
5814
		weld2:Remove()
5815
		if tors ~= nil then
5816
			rightshoulderz:Clone().Parent = me.Torso
5817
			leftshoulderz:Clone().Parent = me.Torso
5818
		end
5819
		acting = false
5820
	end
5821
	end)
5822
	doit()
5823
end
5824
5825
mouse.KeyDown:connect(function(key)
5826
	if usable == true then
5827
	if key == "z" then
5828
		if active == false and acting == false then
5829
			active = true
5830
			if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
5831
			notify("KNIFE EQUIPPED",false)
5832
			audio:Stop()
5833
			audio.SoundId = 'rbxassetid://608618332'
5834
			equip()
5835
			wait(0.6)
5836
			audio:Play()
5837
			knifeweld.Part0 = me["Right Arm"]
5838
			knifeweld.C1 = CFrame.fromEulerAnglesXYZ(1.55, math.rad(-90), 1.55) * CFrame.new(0, 0.95, 0)
5839
		elseif acting == false then
5840
			active = false
5841
			if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
5842
			audio:Stop()
5843
			audio.SoundId = 'rbxassetid://608538233'
5844
			unequip()
5845
			notify("KNIFE UNEQUIPPED",false)
5846
			wait(0.3)
5847
			audio:Play()
5848
			knifeweld.Part0 = me.Torso
5849
			knifeweld.C1 = CFrame.Angles(0,math.rad(90),0) * CFrame.new(1, 0.8, 0.55)
5850
			canClick = true
5851
		end
5852
	elseif key == "f" then
5853
		if mode == 'kill' or active == false then return end
5854
		mode = "kill"
5855
		if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
5856
		notify("MODE || KILL || [F]",false)
5857
	elseif key == "e" then
5858
		if mode == 'throw' or active == false then return end
5859
		mode = "throw"
5860
		if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
5861
		notify("MODE || PUSH || [E]",false)
5862
	elseif key == "q" then
5863
		if mode == 'release' or active == false then return end
5864
		mode = "release"
5865
		if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
5866
		notify("MODE || RELEASE || [Q]",false)
5867
	elseif key == "x" then
5868
		if mode == 'stab' or active == false or acting == true then return end
5869
		mode = "stab"
5870
		if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
5871
		notify("MODE || STAB || [X]",false)
5872
	elseif key == "c" then
5873
		if mode == 'fling' or active == false or acting == true then return end
5874
		mode = "fling"
5875
		if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
5876
		notify("MODE || THROW || [C]",false)
5877
	elseif key == "b" then
5878
		if mode == 'instasplode' or active == false or acting == true then return end
5879
		mode = "instasplode"
5880
		if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
5881
		notify("MODE || MOLOTOV || [B]",false)
5882
	elseif key == "r" then
5883
		if mode == 'paralyze' or active == false then return end
5884
		mode = "paralyze"
5885
		if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
5886
		notify("MODE || PARALYZE || [R]",false)
5887
	elseif key == "v" then
5888
		if mode == 'explode' or active == false or acting == true then return end
5889
		mode = "explode"
5890
		if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
5891
		notify("MODE || EXPLODE || [V]",false)
5892
	elseif key == "k" then
5893
		if mode == 'suicide' or active == false or acting == true then return end
5894
		mode = "suicide"
5895
		if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
5896
		notify("MODE || SUICIDE || [K]",false)
5897
	elseif key == "h" then
5898
		if mode == 'firework' or active == false or acting == true then return end
5899
		mode = "firework"
5900
		if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
5901
		notify("MODE || FIREWORK || [H]",false)
5902
	elseif key == "g" then
5903
		if mode == 'finish' or active == false then return end
5904
		mode = "finish"
5905
		if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
5906
		local welp = "ON"
5907
		if finishnum == 1 then
5908
			welp = "OFF"
5909
		end
5910
		notify("MODE || FINISH || [G] || "..welp,false)
5911
	elseif key == "n" then
5912
		if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
5913
		if zombiemode == false then
5914
			notify("ZOMBIE MODE ON || [N]",false)
5915
			zombiemode = true
5916
		else
5917
			notify("ZOMBIE MODE OFF || [N]",false)
5918
			zombiemode = false
5919
		end
5920
	elseif key == "m" then
5921
		if finishnum == 1 then
5922
			finishnum = 15
5923
			if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
5924
			notify("PSYCHOPATH MODE ON || [M]",false)
5925
			if cancolorfilter then
5926
			local Sp00kyGui = Instance.new("ScreenGui")
5927
			local ImageLabel = Instance.new("ImageLabel")
5928
5929
			-- Properties
5930
5931
			Sp00kyGui.Parent = playergui
5932
			Sp00kyGui.Name = "REEEEEEEE"
5933
5934
			ImageLabel.Parent = Sp00kyGui
5935
			ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
5936
			ImageLabel.BackgroundTransparency = 1
5937
			ImageLabel.Size = UDim2.new(1, 0, 1, 0)
5938
			ImageLabel.Image = "rbxassetid://74443700"
5939
			ImageLabel.ImageColor3 = Color3.new(1, 0, 0)
5940
			end
5941
			if canbackgroundmusic == true then
5942
				local sound = Instance.new('Sound',playergui)
5943
				sound.Name = 'PSYCHOPAAAATH'
5944
				sound.SoundId = 'rbxassetid://220875210'
5945
				sound.Looped = true
5946
				sound.Volume = 0.5
5947
				sound:Play()
5948
			end
5949
		else
5950
			finishnum = 1
5951
			if playergui:FindFirstChild('Notification') then playergui.Notification:Destroy() end
5952
			notify("PSYCHOPATH MODE OFF || [M]",false)
5953
			for i,v in pairs(playergui:GetChildren()) do
5954
				if v.Name == "REEEEEEEE" then
5955
					v:Destroy()
5956
				end
5957
			end
5958
			local thisniggarighthere = playergui:FindFirstChild('PSYCHOPAAAATH')
5959
			if thisniggarighthere then thisniggarighthere:Destroy() end
5960
		end
5961
	end
5962
	end
5963
end)
5964
5965
mouse.Button1Down:connect(function()
5966
	if active == false or usable == false then return end
5967
	if canClick == true and acting == false then
5968
		if mode == "stab" and finishnum == 1 then
5969
			canClick = false
5970
			stab()
5971
		elseif mode == "stab" and finishnum == 15 then
5972
			canClick = false
5973
			stabwithpassion()
5974
		elseif mode == "fling" then
5975
			canClick = false
5976
			fling()
5977
		elseif mode == "explode" then
5978
			canClick = false
5979
			explode()
5980
		elseif mode == "instasplode" then
5981
			canClick = false
5982
			instasplode()
5983
		elseif mode == "finish" then
5984
			canClick = false
5985
			finish()
5986
		elseif mode == "suicide" then
5987
			canClick = false
5988
			kysnigga()
5989
		elseif mode == "firework" then
5990
			canClick = false
5991
			fireworkit()
5992
		else
5993
			canClick = false
5994
			grab()
5995
		end
5996
	else
5997
		if grabbed ~= nil and doing == false then
5998
			if mode == "release" then
5999
				if acting == true and grabbed:FindFirstChildOfClass('Humanoid') and grabbed:FindFirstChildOfClass('Humanoid').Health > 0 then
6000
				release()
6001
				else
6002
				hardrelease()
6003
				end
6004
			elseif mode == "kill" then
6005
				if acting == true and grabbed:FindFirstChildOfClass('Humanoid') and grabbed:FindFirstChildOfClass('Humanoid').Health > 0 then
6006
				kill()
6007
				else
6008
				hardrelease()
6009
				end
6010
			elseif mode == "paralyze" then
6011
				if acting == true and grabbed:FindFirstChildOfClass('Humanoid') and grabbed:FindFirstChildOfClass('Humanoid').Health > 0 then
6012
				paralyze()
6013
				else
6014
				hardrelease()
6015
				end
6016
			elseif mode == "throw" then
6017
				if acting == true and grabbed:FindFirstChildOfClass('Humanoid') and grabbed:FindFirstChildOfClass('Humanoid').Health > 0 then
6018
				throw()
6019
				else
6020
				hardrelease()
6021
				end
6022
			elseif mode == "explode" then
6023
				if acting == true and grabbed:FindFirstChildOfClass('Humanoid') and grabbed:FindFirstChildOfClass('Humanoid').Health > 0 then
6024
				throw()
6025
				else
6026
				hardrelease()
6027
				end
6028
			end
6029
		end
6030
	end
6031
end)
6032
6033
knife.Touched:connect(function(hitz)
6034
	if hitz.Parent and hitz.Parent:FindFirstChildOfClass("Humanoid") and hitz.Parent:FindFirstChild('Torso') and acting == true then
6035
		if mode == "stab" and stabbing == true and hit == false then
6036
			hit = true
6037
			tone = math.random(1, 3)
6038
			audio:Stop()
6039
			if tone == 1 then audio.SoundId = "rbxassetid://220833967" end
6040
			if tone == 2 then audio.SoundId = "rbxassetid://220833976" end
6041
			if tone == 3 then audio.SoundId = "rbxassetid://220834000" end
6042
			audio.PlaybackSpeed = 1
6043
			audio:Play()
6044
			killz(hitz.Parent,'Left Leg')
6045
			killz(hitz.Parent,'Left Arm')
6046
			killz(hitz.Parent,'Right Leg')
6047
			killz(hitz.Parent,'Right Arm')
6048
		elseif mode == "finish" and finishing == true then
6049
			print('PSYCHOPATH MODE REEEEEEEEEEEEEEEE')
6050
			tone = math.random(1, 3)
6051
			audio:Stop()
6052
			if tone == 1 then audio.SoundId = "rbxassetid://220833967" end
6053
			if tone == 2 then audio.SoundId = "rbxassetid://220833976" end
6054
			if tone == 3 then audio.SoundId = "rbxassetid://220834000" end
6055
			audio.PlaybackSpeed = 1
6056
			audio:Play()
6057
			if hit == false then
6058
				hitz.Parent:FindFirstChildOfClass('Humanoid').Health = 0
6059
				wait()
6060
				killz(hitz.Parent,'Head',nil,false,true)
6061
			end
6062
			hit = true
6063
		elseif grabbed == nil and grabbing == true and hit == false then
6064
			if hitz.Parent:FindFirstChildOfClass("Humanoid").Health > 0 and hitz.Parent:FindFirstChild('Torso') and hitz.Parent.Torso:FindFirstChild('Neck') then
6065
			grabbed = hitz.Parent
6066
			local weldz = Instance.new('Weld',point)
6067
			weldz.Name = "Holder"
6068
			weldz.Part0 = point
6069
			weldz.Part1 = hitz.Parent.Torso
6070
			weldz.C0 = CFrame.new(0,0,-1.2)
6071
			end
6072
		end
6073
	end
6074
end)
6075
6076
player.CharacterAdded:connect(function()
6077
	usable = false
6078
	for i,v in pairs(playergui:GetChildren()) do
6079
		if v.Name == "REEEEEEEE" or v.Name == 'PSYCHOPAAAATH' then
6080
			v:Destroy()
6081
		end
6082
	end
6083
end)
6084
while usable do
6085
	local coru = coroutine.wrap(function()
6086
	if grabbed ~= nil then
6087
		if grabbed:FindFirstChildOfClass('Humanoid') and grabbed:FindFirstChildOfClass('Humanoid').Health > 0 then
6088
			for i,v in pairs(grabbed:GetChildren()) do
6089
				if v:IsA('Tool') then
6090
					local model = Instance.new('Model',workspace)
6091
					v.Parent = model
6092
					model:TranslateBy(Vector3.new(3,0,0))
6093
				end
6094
			end
6095
			grabbed:FindFirstChildOfClass('Humanoid').Name = "Hoomanoid"
6096
			grabbed:FindFirstChildOfClass('Humanoid').JumpPower = 0
6097
			grabbed:FindFirstChildOfClass('Humanoid').WalkSpeed = 0
6098
			grabbed:FindFirstChildOfClass('Humanoid').PlatformStand = true
6099
			grabweld = grabbed.Torso:FindFirstChild("TargetWeld")
6100
			if grabweld ~= nil then return end
6101
			grabbed:FindFirstChildOfClass('Humanoid').PlatformStand = true
6102
			if grabbed.Torso:FindFirstChild('Left Shoulder') then
6103
			leftshoulder = grabbed.Torso["Left Shoulder"]:Clone()
6104
			end
6105
			if grabbed.Torso:FindFirstChild('Right Shoulder') then
6106
			rightshoulder = grabbed.Torso["Right Shoulder"]:Clone()
6107
			end
6108
			headweld = grabbed.Torso["Neck"]:Clone()
6109
			local targetweld = Instance.new('Weld',grabbed.Torso)
6110
			targetweld.Part0 = grabbed.Torso
6111
			targetweld.Part1 = grabbed.Head
6112
			targetweld.Name = "TargetWeld"
6113
			targetweld.C0 = CFrame.new(0,1.5,0) * CFrame.Angles(0, 0, 0)
6114
			if grabbed:FindFirstChild('Left Arm') then
6115
			local targetweld2 = Instance.new('Weld',grabbed["Left Arm"])
6116
			targetweld2.Part0 = grabbed.Torso
6117
			targetweld2.Part1 = grabbed["Left Arm"]
6118
			targetweld2.C0 = CFrame.new(-1.5,0,0) * CFrame.Angles(0, 0, 0)
6119
			end
6120
			
6121
			for i = 0,1,0.1 do
6122
				if me:FindFirstChild("Left Arm") == nil or me:FindFirstChild("Torso") == nil or targetweld == nil then return end
6123
				targetweld.C0 = targetweld.C0:lerp(CFrame.new(0, 1.5, 0)*CFrame.Angles(0.25, 0, 0), i)
6124
				if targetweld2 then
6125
					targetweld2.C0 = targetweld2.C0:lerp(CFrame.new(-1.5, 0.5, 0)*CFrame.Angles(0, 0, -0.55), i)
6126
				end
6127
				wait(0.001)
6128
			end
6129
		end
6130
	end
6131
	end)
6132
	coru()
6133
	wait()
6134
end
6135
6136
end
6137
local coru=coroutine.wrap(function()
6138
nub()
6139
end)
6140
coru()
6141
6142
player.CharacterAppearanceLoaded:connect(function()
6143
	local coru =coroutine.wrap(function()
6144
		nub()
6145
	end)
6146
	coru()
6147
end)
6148
6149
while true do
6150
	local coru=coroutine.wrap(function()
6151
	for i,v in pairs(rekt) do
6152
		if v and v:FindFirstChildOfClass('Humanoid') then
6153
			for a,c in pairs(v:GetChildren()) do
6154
				if c:IsA('Tool') then
6155
					local model = Instance.new('Model',workspace)
6156
					c.Parent = model
6157
					model:TranslateBy(Vector3.new(3,0,0))
6158
				end
6159
			end
6160
			v:FindFirstChildOfClass('Humanoid').Jump = false
6161
			v:FindFirstChildOfClass('Humanoid').Sit = false
6162
			v:FindFirstChildOfClass('Humanoid').JumpPower = 0
6163
			v:FindFirstChildOfClass('Humanoid').PlatformStand = true
6164
			v:FindFirstChildOfClass('Humanoid').Name = "No escape."
6165
			local thing = getplr(v)
6166
			if thing then
6167
				thing.CameraMinZoomDistance = 3
6168
			end
6169
		else
6170
			local thing = getplr(v)
6171
			if thing then
6172
				thing.CameraMinZoomDistance = 0.5
6173
			end
6174
			table.remove(rekt,i)
6175
		end
6176
	end
6177
	end)
6178
	coru()
6179
	local coru2 = coroutine.wrap(function()
6180
		if curpart then
6181
			curpoint = curpart.CFrame.p
6182
		end
6183
		if lastgui then
6184
			lastgui:Destroy()
6185
			lastgui = nil
6186
		end
6187
		if curpoint then
6188
			lastgui = Instance.new('BillboardGui',player.PlayerGui)
6189
			lastgui.AlwaysOnTop = true
6190
			lastgui.MaxDistance = 0
6191
			lastgui.Size = UDim2.new(5,0,5,0)
6192
			if curpart == nil then
6193
				lastgui.Adornee = workspace
6194
				lastgui.StudsOffsetWorldSpace = curpoint
6195
			else
6196
				lastgui.Adornee = curpart
6197
			end
6198
			local cross = Instance.new('ImageLabel',lastgui)
6199
			cross.BackgroundTransparency = 1
6200
			cross.Size = UDim2.new(1,0,1,0)
6201
			cross.Image = 'rbxassetid://316279304'
6202
			for i,v in pairs(zombies) do
6203
				if v:FindFirstChildOfClass('Humanoid') then
6204
					v:FindFirstChildOfClass('Humanoid').WalkToPoint = curpoint
6205
				end
6206
			end
6207
		else
6208
			for i,v in pairs(zombies) do
6209
				if v:FindFirstChildOfClass('Humanoid') and v:FindFirstChild('Head') then
6210
					v:FindFirstChildOfClass('Humanoid').WalkToPoint = v.Head.Position
6211
				end
6212
			end
6213
		end
6214
	end)
6215
	coru2()
6216
	wait()
6217
end
6218
end)
6219
6220
ClicktoTPtool.Name = "Click to TP tool"
6221
ClicktoTPtool.Parent = Main
6222
ClicktoTPtool.BackgroundColor3 = Color3.new(1, 0, 0)
6223
ClicktoTPtool.BorderColor3 = Color3.new(0.760784, 0, 0)
6224
ClicktoTPtool.BorderSizePixel = 4
6225
ClicktoTPtool.Position = UDim2.new(0.611111104, 0, 0.267361104, 0)
6226
ClicktoTPtool.Size = UDim2.new(0, 138, 0, 31)
6227
ClicktoTPtool.Font = Enum.Font.SourceSansBold
6228
ClicktoTPtool.Text = "Click to TP tool"
6229
ClicktoTPtool.TextColor3 = Color3.new(1, 1, 1)
6230
ClicktoTPtool.TextScaled = true
6231
ClicktoTPtool.TextSize = 14
6232
ClicktoTPtool.TextWrapped = true
6233
ClicktoTPtool.MouseButton1Down:connect(function()
6234-
mouse = game.Players.LocalPlayer:GetMouse()
6234+
mouse = game.Players.RGames1234:GetMouse()
6235
tool = Instance.new("Tool")
6236
tool.RequiresHandle = false
6237
tool.Name = "Click Teleport"
6238
tool.Activated:connect(function()
6239
local pos = mouse.Hit+Vector3.new(0,2.5,0)
6240
pos = CFrame.new(pos.X,pos.Y,pos.Z)
6241-
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = pos
6241+
game.Players.RGames1234.Character.HumanoidRootPart.CFrame = pos
6242
end)
6243-
tool.Parent = game.Players.LocalPlayer.Backpack
6243+
tool.Parent = game.Players.RGames1234.Backpack
6244
end)
6245
6246
Doublejump.Name = "Double jump"
6247
Doublejump.Parent = Main
6248
Doublejump.BackgroundColor3 = Color3.new(1, 0, 0)
6249
Doublejump.BorderColor3 = Color3.new(0.760784, 0, 0)
6250
Doublejump.BorderSizePixel = 4
6251
Doublejump.Position = UDim2.new(0.611111104, 0, 0.673611104, 0)
6252
Doublejump.Size = UDim2.new(0, 138, 0, 31)
6253
Doublejump.Font = Enum.Font.SourceSansBold
6254
Doublejump.Text = "Double jump"
6255
Doublejump.TextColor3 = Color3.new(1, 1, 1)
6256
Doublejump.TextScaled = true
6257
Doublejump.TextSize = 14
6258
Doublejump.TextWrapped = true
6259
Doublejump.MouseButton1Down:connect(function()
6260
--To you this script make a local script and put it in starterGUI
6261
6262
--[[
6263
	Put me in StarterGui or StarterPack :)
6264
]]
6265-
local Player = game.Players.LocalPlayer
6265+
local Player = game.Players.RGames1234
6266
repeat wait() until Player.Character -- Yield until the Player's Character is no longer nil
6267
local Character = Player.Character
6268
local Humanoid = Character:WaitForChild("Humanoid")
6269
local UserInputService = game:GetService("UserInputService")
6270
local currentJump
6271
local debounce = true
6272
local DoubleJumpVelocity = 100 -- 50 is a normal ROBLOX jump
6273
6274
function jumpRayDown()
6275
	local nR = Ray.new(Character.Torso.Position,Vector3.new(0,-1,0).unit*4)
6276
	local hR,pR=game.Workspace:FindPartOnRay(nR,Character)
6277
	if hR~=nil then
6278
		return true
6279
	end
6280
	return false
6281
end
6282
6283
Humanoid.Changed:connect(
6284
	function(Property)
6285
		if Property == "Jump" and debounce == true and Humanoid.Sit==false then
6286
			currentJump=true
6287
			debounce = false
6288
			newConnection = Player:GetMouse().KeyDown:connect(function(key)
6289
				if key:lower():byte()==32 and currentJump and Character.Torso.Velocity.y>-30 then
6290
					currentJump=false
6291
					for i, v in pairs(Character:GetChildren()) do
6292
						if v:isA("BasePart") then
6293
							v.Velocity = Vector3.new(v.Velocity.x,DoubleJumpVelocity,v.Velocity.z)
6294
						end
6295
					end
6296
				end
6297
			end)
6298
			spawn(function()
6299
				repeat wait() until jumpRayDown()==true
6300
				debounce = true
6301
				currentJump = false
6302
				if type(newConnection)=="function" then
6303
					newConnection:disconnect()
6304
				end
6305
			end)
6306
		elseif Property == "Jump" and Humanoid.Sit==true then
6307
			Humanoid.Jump=false
6308
		end
6309
	end
6310
)
6311
end)
6312
6313
God.Name = "God"
6314
God.Parent = Main
6315
God.BackgroundColor3 = Color3.new(1, 0, 0)
6316
God.BorderColor3 = Color3.new(0.760784, 0, 0)
6317
God.BorderSizePixel = 4
6318
God.Position = UDim2.new(0.875, 0, 0.267361104, 0)
6319
God.Size = UDim2.new(0, 56, 0, 89)
6320
God.Font = Enum.Font.SourceSansBold
6321
God.Text = "God"
6322
God.TextColor3 = Color3.new(1, 1, 1)
6323
God.TextScaled = true
6324
God.TextSize = 14
6325
God.TextWrapped = true
6326
God.MouseButton1Down:connect(function()
6327-
game.Players.LocalPlayer.Character.Humanoid.Name = 1
6327+
game.Players.RGames1234.Character.Humanoid.Name = 1
6328-
local l = game.Players.LocalPlayer.Character["1"]:Clone()
6328+
local l = game.Players.RGames1234.Character["1"]:Clone()
6329-
l.Parent = game.Players.LocalPlayer.Character
6329+
l.Parent = game.Players.RGames1234.Character
6330
l.Name = "Humanoid"
6331
wait(0.1)
6332-
game.Players.LocalPlayer.Character["1"]:Destroy()
6332+
game.Players.RGames1234.Character["1"]:Destroy()
6333-
game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character
6333+
game.Workspace.CurrentCamera.CameraSubject = game.Players.RGames1234.Character
6334-
game.Players.LocalPlayer.Character.Animate.Disabled = true
6334+
game.Players.RGames1234.Character.Animate.Disabled = true
6335
wait(0.1)
6336-
game.Players.LocalPlayer.Character.Animate.Disabled = false
6336+
game.Players.RGames1234.Character.Animate.Disabled = false
6337-
game.Players.LocalPlayer.Character.Humanoid.DisplayDistanceType = "None"
6337+
game.Players.RGames1234.Character.Humanoid.DisplayDistanceType = "None"
6338
end)
6339
6340
KFC.Name = "KFC"
6341
KFC.Parent = Main
6342
KFC.BackgroundColor3 = Color3.new(1, 0, 0)
6343
KFC.BorderColor3 = Color3.new(0.760784, 0, 0)
6344
KFC.BorderSizePixel = 4
6345
KFC.Position = UDim2.new(0.868055522, 0, 0.631944418, 0)
6346
KFC.Size = UDim2.new(0, 64, 0, 43)
6347
KFC.Font = Enum.Font.SourceSansBold
6348
KFC.Text = "KFC"
6349
KFC.TextColor3 = Color3.new(1, 1, 1)
6350
KFC.TextScaled = true
6351
KFC.TextSize = 14
6352
KFC.TextWrapped = true
6353
KFC.MouseButton1Down:connect(function()
6354
--ahhh fesh meat.
6355
--Made by N3xul
6356
local runDummyScript = function(f,scri)
6357
local oldenv = getfenv(f)
6358
local newenv = setmetatable({}, {
6359
__index = function(_, k)
6360
if k:lower() == 'script' then
6361
return scri
6362
else
6363
return oldenv[k]
6364
end
6365
end
6366
})
6367
setfenv(f, newenv)
6368
ypcall(function() f() end)
6369
end
6370
cors = {}
6371
mas = Instance.new("Model",game:GetService("Lighting")) 
6372
mas.Name = "CompiledModel"
6373
o1 = Instance.new("Tool")
6374
o2 = Instance.new("Part")
6375
o3 = Instance.new("SpecialMesh")
6376
o4 = Instance.new("Weld")
6377
o5 = Instance.new("Weld")
6378
o6 = Instance.new("Weld")
6379
o7 = Instance.new("Weld")
6380
o8 = Instance.new("Weld")
6381
o9 = Instance.new("Weld")
6382
o10 = Instance.new("Weld")
6383
o11 = Instance.new("Weld")
6384
o12 = Instance.new("Weld")
6385
o13 = Instance.new("Weld")
6386
o14 = Instance.new("Weld")
6387
o15 = Instance.new("Weld")
6388
o16 = Instance.new("Weld")
6389
o17 = Instance.new("Weld")
6390
o18 = Instance.new("Weld")
6391
o19 = Instance.new("Weld")
6392
o20 = Instance.new("Weld")
6393
o21 = Instance.new("Weld")
6394
o22 = Instance.new("Weld")
6395
o23 = Instance.new("Weld")
6396
o24 = Instance.new("Weld")
6397
o25 = Instance.new("Weld")
6398
o26 = Instance.new("Weld")
6399
o27 = Instance.new("Weld")
6400
o28 = Instance.new("Weld")
6401
o29 = Instance.new("Weld")
6402
o30 = Instance.new("Weld")
6403
o31 = Instance.new("Weld")
6404
o32 = Instance.new("Weld")
6405
o33 = Instance.new("Weld")
6406
o34 = Instance.new("Weld")
6407
o35 = Instance.new("Weld")
6408
o36 = Instance.new("Weld")
6409
o37 = Instance.new("Weld")
6410
o38 = Instance.new("Weld")
6411
o39 = Instance.new("Weld")
6412
o40 = Instance.new("Weld")
6413
o41 = Instance.new("Weld")
6414
o42 = Instance.new("Weld")
6415
o43 = Instance.new("Weld")
6416
o44 = Instance.new("Weld")
6417
o45 = Instance.new("Weld")
6418
o46 = Instance.new("Weld")
6419
o47 = Instance.new("Weld")
6420
o48 = Instance.new("Weld")
6421
o49 = Instance.new("Weld")
6422
o50 = Instance.new("Weld")
6423
o51 = Instance.new("Weld")
6424
o52 = Instance.new("Weld")
6425
o53 = Instance.new("Weld")
6426
o54 = Instance.new("Weld")
6427
o55 = Instance.new("Weld")
6428
o56 = Instance.new("Weld")
6429
o57 = Instance.new("Weld")
6430
o58 = Instance.new("Weld")
6431
o59 = Instance.new("Weld")
6432
o60 = Instance.new("Weld")
6433
o61 = Instance.new("Weld")
6434
o62 = Instance.new("Weld")
6435
o63 = Instance.new("Weld")
6436
o64 = Instance.new("Weld")
6437
o65 = Instance.new("Weld")
6438
o66 = Instance.new("Weld")
6439
o67 = Instance.new("Weld")
6440
o68 = Instance.new("Weld")
6441
o69 = Instance.new("Weld")
6442
o70 = Instance.new("Weld")
6443
o71 = Instance.new("Weld")
6444
o72 = Instance.new("Weld")
6445
o73 = Instance.new("Weld")
6446
o74 = Instance.new("Weld")
6447
o75 = Instance.new("Weld")
6448
o76 = Instance.new("Weld")
6449
o77 = Instance.new("Sound")
6450
o78 = Instance.new("Sound")
6451
o80 = Instance.new("Script")
6452
o1.Name = "KFC"
6453
o1.Parent = mas
6454
o1.TextureId = "http://www.roblox.com/asset/?id=13073604"
6455
o1.GripForward = Vector3.new(-0.976163507, 0, -0.217036352)
6456
o1.GripPos = Vector3.new(0, -0.400000006, 0)
6457
o1.GripRight = Vector3.new(0.217036352, 0, -0.976163507)
6458
o2.Name = "Handle"
6459
o2.Parent = o1
6460
o2.BrickColor = BrickColor.new("Mid gray")
6461
o2.Position = Vector3.new(-22.3000069, 0.900012016, 83.9000244)
6462
o2.Rotation = Vector3.new(-0, -90, 0)
6463
o2.FormFactor = Enum.FormFactor.Custom
6464
o2.Size = Vector3.new(0.600000024, 1.80000007, 0.600000024)
6465
o2.CFrame = CFrame.new(-22.3000069, 0.900012016, 83.9000244, 0, 0, -1, 0, 1, -0, 1, 0, -0)
6466
o2.BottomSurface = Enum.SurfaceType.Smooth
6467
o2.TopSurface = Enum.SurfaceType.Smooth
6468
o2.Color = Color3.new(0.803922, 0.803922, 0.803922)
6469
o2.Position = Vector3.new(-22.3000069, 0.900012016, 83.9000244)
6470
o3.Parent = o2
6471
o3.MeshId = "http://www.roblox.com/asset/?id=13073626"
6472
o3.Scale = Vector3.new(1.5, 1.5, 1.5)
6473
o3.TextureId = "http://www.roblox.com/asset/?id=131946298"
6474
o3.MeshType = Enum.MeshType.FileMesh
6475
o4.Parent = o2
6476
o4.C0 = CFrame.new(-4.71828389e-006, -1.06949216e-007, 6.73912837e-008, -1.96380037e-010, -7.15101578e-006, 1, -3.45956111e-011, 1, 9.53468771e-006, -1, 4.01852024e-011, -2.64911593e-010)
6477
o4.C1 = CFrame.new(-4.71828389e-006, -1.06949216e-007, 6.73912837e-008, -1.96380037e-010, -7.15101578e-006, 1, -3.45956111e-011, 1, 9.53468771e-006, -1, 4.01852024e-011, -2.64911593e-010)
6478
o5.Parent = o2
6479
o5.C0 = CFrame.new(-1.34138972e-007, -6.91051537e-006, 0, -3.91537502e-021, 0.999999106, -0.00133771845, 2.81109586e-022, 0.00133771845, 0.999999106, 1, 3.91499535e-021, -2.86346992e-022)
6480
o5.C1 = CFrame.new(-1.34138972e-007, -6.91051537e-006, 0, -3.91537502e-021, 0.999999106, -0.00133771845, 2.81109586e-022, 0.00133771845, 0.999999106, 1, 3.91499535e-021, -2.86346992e-022)
6481
o6.Parent = o2
6482
o6.C0 = CFrame.new(3.64912034e-006, -1.13236744e-007, -2.01656292e-008, -7.08486672e-011, 0.000798657886, -0.999999702, 1.55140234e-010, 0.999999702, 0.000793890678, 1, 1.55083765e-010, 7.09721865e-011)
6483
o6.C1 = CFrame.new(3.64912034e-006, -1.13236744e-007, -2.01656292e-008, -7.08486672e-011, 0.000798657886, -0.999999702, 1.55140234e-010, 0.999999702, 0.000793890678, 1, 1.55083765e-010, 7.09721865e-011)
6484
o7.Parent = o2
6485
o7.C0 = CFrame.new(1.6321755e-007, 3.49538391e-006, 0, -3.9252309e-021, 0.996502578, -0.0835621059, -4.1799742e-023, 0.0835621059, 0.996502578, 1, 3.91499535e-021, -2.86346992e-022)
6486
o7.C1 = CFrame.new(1.6321755e-007, 3.49538391e-006, 0, -3.9252309e-021, 0.996502578, -0.0835621059, -4.1799742e-023, 0.0835621059, 0.996502578, 1, 3.91499535e-021, -2.86346992e-022)
6487
o8.Parent = o2
6488
o8.C0 = CFrame.new(5.25072437e-006, -9.04979558e-008, -6.02840373e-008, -2.12544884e-010, 0.000803425093, -0.999999702, 4.65420175e-010, 0.999999702, 0.000803425093, 1, -4.65249311e-010, -2.12918752e-010)
6489
o8.C1 = CFrame.new(5.25072437e-006, -9.04979558e-008, -6.02840373e-008, -2.12544884e-010, 0.000803425093, -0.999999702, 4.65420175e-010, 0.999999702, 0.000803425093, 1, -4.65249311e-010, -2.12918752e-010)
6490
o9.Parent = o2
6491
o9.C0 = CFrame.new(5.25072437e-006, -9.04979558e-008, -6.02840373e-008, -2.12544884e-010, 0.000803425093, -0.999999702, 4.65420175e-010, 0.999999702, 0.000803425093, 1, -4.65249311e-010, -2.12918752e-010)
6492
o9.C1 = CFrame.new(0.533214211, 4.09488493e-005, -0.399536163, -6.19143847e-010, 0.000817726948, -0.999999702, 8.15887191e-010, 0.999999702, 0.000817726948, 1, -8.15380652e-010, -6.19810758e-010)
6493
o10.Parent = o2
6494
o10.C0 = CFrame.new(5.25072437e-006, -9.04979558e-008, -6.02840373e-008, -2.12544884e-010, 0.000803425093, -0.999999702, 4.65420175e-010, 0.999999702, 0.000803425093, 1, -4.65249311e-010, -2.12918752e-010)
6495
o10.C1 = CFrame.new(-1.12273511e-007, 2.60849974e-005, -0.533189535, 1, -8.33252689e-010, -3.96865235e-010, 8.3357371e-010, 0.999999702, 0.000809622463, 3.96190469e-010, -0.000809622463, 0.999999702)
6496
o11.Parent = o2
6497
o11.C0 = CFrame.new(5.25072437e-006, -9.04979558e-008, -6.02840373e-008, -2.12544884e-010, 0.000803425093, -0.999999702, 4.65420175e-010, 0.999999702, 0.000803425093, 1, -4.65249311e-010, -2.12918752e-010)
6498
o11.C1 = CFrame.new(0.533214211, 0.373362005, -4.18045545e-008, -6.20301976e-010, 0.000817726948, -0.999999702, 8.56068161e-010, 0.999999702, 0.000817726948, 1, -8.55560567e-010, -6.21001806e-010)
6499
o12.Parent = o2
6500
o12.C0 = CFrame.new(5.25072437e-006, -9.04979558e-008, -6.02840373e-008, -2.12544884e-010, 0.000803425093, -0.999999702, 4.65420175e-010, 0.999999702, 0.000803425093, 1, -4.65249311e-010, -2.12918752e-010)
6501
o12.C1 = CFrame.new(-5.43287024e-006, 0.132771105, 0.400390655, 8.48401349e-010, 0.999999702, 0.000801041257, -6.20273943e-010, 0.000801041257, -0.999999702, -1, 8.47904247e-010, 6.20953344e-010)
6502
o13.Parent = o2
6503
o13.C0 = CFrame.new(5.25072437e-006, -9.04979558e-008, -6.02840373e-008, -2.12544884e-010, 0.000803425093, -0.999999702, 4.65420175e-010, 0.999999702, 0.000803425093, 1, -4.65249311e-010, -2.12918752e-010)
6504
o13.C1 = CFrame.new(-2.92850495e-006, -0.400390595, -0.132823572, 8.56068161e-010, 0.999999702, 0.000817726948, -1, 8.55560678e-010, 6.21001806e-010, 6.20301976e-010, -0.000817726948, 0.999999702)
6505
o14.Parent = o2
6506
o14.C0 = CFrame.new(5.25072437e-006, -9.04979558e-008, -6.02840373e-008, -2.12544884e-010, 0.000803425093, -0.999999702, 4.65420175e-010, 0.999999702, 0.000803425093, 1, -4.65249311e-010, -2.12918752e-010)
6507
o14.C1 = CFrame.new(1.20404536e-007, 1.7940567e-005, 0.132805407, -1, 8.50133963e-010, 4.23458879e-010, 8.50476911e-010, 0.999999702, 0.000810576021, -4.22769625e-010, 0.000810576021, -0.999999702)
6508
o15.Parent = o2
6509
o15.C0 = CFrame.new(5.25072437e-006, -9.04979558e-008, -6.02840373e-008, -2.12544884e-010, 0.000803425093, -0.999999702, 4.65420175e-010, 0.999999702, 0.000803425093, 1, -4.65249311e-010, -2.12918752e-010)
6510
o15.C1 = CFrame.new(5.96581813e-005, -0.400390744, 0.9335953, 8.14806722e-010, 0.999999702, 0.000811847276, 1, -8.1443452e-010, -4.58876631e-010, -4.58215271e-010, 0.000811847276, -0.999999702)
6511
o16.Parent = o2
6512
o16.C0 = CFrame.new(5.25072437e-006, -9.04979558e-008, -6.02840373e-008, -2.12544884e-010, 0.000803425093, -0.999999702, 4.65420175e-010, 0.999999702, 0.000803425093, 1, -4.65249311e-010, -2.12918752e-010)
6513
o16.C1 = CFrame.new(2.33017072e-005, -0.933604836, 0.400390595, 8.35977676e-010, 0.999999702, 0.000817726948, 6.19722884e-010, -0.000817726948, 0.999999702, 1, -8.35470693e-010, -6.20406282e-010)
6514
o17.Parent = o2
6515
o17.C0 = CFrame.new(5.25072437e-006, -9.04979558e-008, -6.02840373e-008, -2.12544884e-010, 0.000803425093, -0.999999702, 4.65420175e-010, 0.999999702, 0.000803425093, 1, -4.65249311e-010, -2.12918752e-010)
6516
o17.C1 = CFrame.new(-1.52226988e-007, -0.373301029, -0.533214867, 1, -9.17886822e-010, -2.52556698e-010, 9.18089604e-010, 0.999999702, 0.000804378418, 2.51818288e-010, -0.000804378418, 0.999999702)
6517
o18.Parent = o2
6518
o18.C0 = CFrame.new(5.25072437e-006, -9.04979558e-008, -6.02840373e-008, -2.12544884e-010, 0.000803425093, -0.999999702, 4.65420175e-010, 0.999999702, 0.000803425093, 1, -4.65249311e-010, -2.12918752e-010)
6519
o18.C1 = CFrame.new(-0.533214211, 4.09488493e-005, -0.400390595, 6.19143847e-010, -0.000817726948, 0.999999702, 8.15887191e-010, 0.999999702, 0.000817726948, -1, 8.15380652e-010, 6.19810758e-010)
6520
o19.Parent = o2
6521
o19.C0 = CFrame.new(5.25072437e-006, -9.04979558e-008, -6.02840373e-008, -2.12544884e-010, 0.000803425093, -0.999999702, 4.65420175e-010, 0.999999702, 0.000803425093, 1, -4.65249311e-010, -2.12918752e-010)
6522
o19.C1 = CFrame.new(3.85732619e-008, 1.708794e-006, -0.933600962, 1, 2.30016242e-010, -1.24190033e-010, 2.3550692e-010, 0.999999702, 0.000801041722, 3.36916911e-010, -0.000808192533, 0.999999702)
6523
o20.Parent = o2
6524
o20.C0 = CFrame.new(4.58660736e-007, -1.05566846e-006, 0, -3.88906235e-021, 0.997999787, 0.0632176325, 5.33270982e-022, -0.0632176325, 0.997999787, 1, 3.91499535e-021, -2.86346992e-022)
6525
o20.C1 = CFrame.new(4.58660736e-007, -1.05566846e-006, 0, -3.88906235e-021, 0.997999787, 0.0632176325, 5.33270982e-022, -0.0632176325, 0.997999787, 1, 3.91499535e-021, -2.86346992e-022)
6526
o21.Parent = o2
6527
o21.C0 = CFrame.new(4.58660736e-007, -1.05566846e-006, 0, -3.88906235e-021, 0.997999787, 0.0632176325, 5.33270982e-022, -0.0632176325, 0.997999787, 1, 3.91499535e-021, -2.86346992e-022)
6528
o21.C1 = CFrame.new(0.533207953, 4.02465412e-005, -0.399536252, -4.0660561e-010, 0.997999609, 0.0632200539, 3.50466517e-010, -0.0632200539, 0.997999668, 1, 4.2794876e-010, -3.24059835e-010)
6529
o22.Parent = o2
6530
o22.C0 = CFrame.new(4.58660736e-007, -1.05566846e-006, 0, -3.88906235e-021, 0.997999787, 0.0632176325, 5.33270982e-022, -0.0632176325, 0.997999787, 1, 3.91499535e-021, -2.86346992e-022)
6531
o22.C1 = CFrame.new(-3.86806875e-007, 4.67300815e-005, -0.533184648, 1, 6.89605151e-010, -1.25792432e-009, 1.29899103e-009, -0.0631973371, 0.998001039, 6.08729123e-010, -0.998001099, -0.0631973371)
6532
o23.Parent = o2
6533
o23.C0 = CFrame.new(4.58660736e-007, -1.05566846e-006, 0, -3.88906235e-021, 0.997999787, 0.0632176325, 5.33270982e-022, -0.0632176325, 0.997999787, 1, 3.91499535e-021, -2.86346992e-022)
6534
o23.C1 = CFrame.new(0.533224404, 0.373393357, -3.90072529e-007, -8.32836911e-010, 0.998000622, 0.0632058904, 1.32148736e-009, -0.0632058978, 0.998000503, 1, 9.1469754e-010, -1.26620492e-009)
6535
o24.Parent = o2
6536
o24.C0 = CFrame.new(4.58660736e-007, -1.05566846e-006, 0, -3.88906235e-021, 0.997999787, 0.0632176325, 5.33270982e-022, -0.0632176325, 0.997999787, 1, 3.91499535e-021, -2.86346992e-022)
6537
o24.C1 = CFrame.new(-1.24499784e-005, 0.132795051, 0.400390744, 3.829842e-010, -0.0632034019, 0.998000741, -4.07727963e-010, 0.998000681, 0.0632034019, -1, -4.31118696e-010, 3.56448732e-010)
6538
o25.Parent = o2
6539
o25.C0 = CFrame.new(4.58660736e-007, -1.05566846e-006, 0, -3.88906235e-021, 0.997999787, 0.0632176325, 5.33270982e-022, -0.0632176325, 0.997999787, 1, 3.91499535e-021, -2.86346992e-022)
6540
o25.C1 = CFrame.new(9.7206248e-006, -0.400390506, -0.132816374, 3.90647487e-010, -0.0632200539, 0.997999668, -1, -4.31644803e-010, 3.64087233e-010, 4.07763739e-010, -0.997999609, -0.0632200539)
6541
o26.Parent = o2
6542
o26.C0 = CFrame.new(4.58660736e-007, -1.05566846e-006, 0, -3.88906235e-021, 0.997999787, 0.0632176325, 5.33270982e-022, -0.0632176325, 0.997999787, 1, 3.91499535e-021, -2.86346992e-022)
6543
o26.C1 = CFrame.new(1.12741731e-007, 1.47659775e-005, 0.132799253, -1, -2.34147424e-010, 3.70999564e-010, 3.85058263e-010, -0.0632105544, 0.998000205, -2.10228071e-010, 0.998000264, 0.0632105544)
6544
o27.Parent = o2
6545
o27.C0 = CFrame.new(4.58660736e-007, -1.05566846e-006, 0, -3.88906235e-021, 0.997999787, 0.0632176325, 5.33270982e-022, -0.0632176325, 0.997999787, 1, 3.91499535e-021, -2.86346992e-022)
6546
o27.C1 = CFrame.new(3.39694889e-005, -0.400390744, 0.933587611, 3.49388324e-010, -0.0632092953, 0.998000324, 1, 2.67267597e-010, -3.33160693e-010, -2.45674314e-010, 0.998000324, 0.0632092878)
6547
o28.Parent = o2
6548
o28.C0 = CFrame.new(4.58660736e-007, -1.05566846e-006, 0, -3.88906235e-021, 0.997999787, 0.0632176325, 5.33270982e-022, -0.0632176325, 0.997999787, 1, 3.91499535e-021, -2.86346992e-022)
6549
o28.C1 = CFrame.new(9.72479302e-006, -0.933596671, 0.400390506, 3.70557002e-010, -0.0632200539, 0.997999668, 4.07184675e-010, -0.997999609, -0.0632200539, 1, 4.29796781e-010, -3.44073547e-010)
6550
o29.Parent = o2
6551
o29.C0 = CFrame.new(4.58660736e-007, -1.05566846e-006, 0, -3.88906235e-021, 0.997999787, 0.0632176325, 5.33270982e-022, -0.0632176325, 0.997999787, 1, 3.91499535e-021, -2.86346992e-022)
6552
o29.C1 = CFrame.new(-9.38037488e-008, -0.37332812, -0.533202708, 1, 6.78072321e-011, -4.49284138e-010, 4.52671733e-010, -0.0632067397, 0.998000443, 3.92738446e-011, -0.998000562, -0.0632067248)
6553
o30.Parent = o2
6554
o30.C0 = CFrame.new(4.58660736e-007, -1.05566846e-006, 0, -3.88906235e-021, 0.997999787, 0.0632176325, 5.33270982e-022, -0.0632176325, 0.997999787, 1, 3.91499535e-021, -2.86346992e-022)
6555
o30.C1 = CFrame.new(-0.533207953, 4.02465412e-005, -0.400390506, 4.0660561e-010, -0.997999609, -0.0632200539, 3.50466517e-010, -0.0632200539, 0.997999668, -1, -4.2794876e-010, 3.24059835e-010)
6556
o31.Parent = o2
6557
o31.C0 = CFrame.new(4.58660736e-007, -1.05566846e-006, 0, -3.88906235e-021, 0.997999787, 0.0632176325, 5.33270982e-022, -0.0632176325, 0.997999787, 1, 3.91499535e-021, -2.86346992e-022)
6558
o31.C1 = CFrame.new(-7.07679817e-008, 2.65414451e-006, -0.933581531, 1, 1.09589553e-010, 2.37319969e-010, 2.3550692e-010, -0.0632223934, 0.997999489, 3.36916911e-010, -0.997999012, -0.0632295236)
6559
o32.Parent = o2
6560
o32.C0 = CFrame.new(5.53692553e-006, 2.04514564e-007, -6.04753154e-008, -2.12544884e-010, 0.00080342195, -0.999999702, 4.65420175e-010, 0.999999702, 0.00080342195, 1, -4.65249311e-010, -2.12918766e-010)
6561
o32.C1 = CFrame.new(5.53692553e-006, 2.04514564e-007, -6.04753154e-008, -2.12544884e-010, 0.00080342195, -0.999999702, 4.65420175e-010, 0.999999702, 0.00080342195, 1, -4.65249311e-010, -2.12918766e-010)
6562
o33.Parent = o2
6563
o33.C0 = CFrame.new(5.53692553e-006, 2.04514564e-007, -6.04753154e-008, -2.12544884e-010, 0.00080342195, -0.999999702, 4.65420175e-010, 0.999999702, 0.00080342195, 1, -4.65249311e-010, -2.12918766e-010)
6564
o33.C1 = CFrame.new(0.533212543, 4.33809255e-005, -0.399536133, -4.77452022e-010, 0.000812952989, -0.999999702, 5.0560689e-010, 0.999999702, 0.000812952989, 1, -5.05218589e-010, -4.77862916e-010)
6565
o34.Parent = o2
6566
o34.C0 = CFrame.new(5.53692553e-006, 2.04514564e-007, -6.04753154e-008, -2.12544884e-010, 0.00080342195, -0.999999702, 4.65420175e-010, 0.999999702, 0.00080342195, 1, -4.65249311e-010, -2.12918766e-010)
6567
o34.C1 = CFrame.new(-2.3357552e-007, 5.55160077e-005, -0.533165157, 1, -1.76372972e-009, -8.22718005e-010, 1.76440684e-009, 0.999999702, 0.000823921058, 8.21264445e-010, -0.000823920942, 0.999999762)
6568
o35.Parent = o2
6569
o35.C0 = CFrame.new(5.53692553e-006, 2.04514564e-007, -6.04753154e-008, -2.12544884e-010, 0.00080342195, -0.999999702, 4.65420175e-010, 0.999999702, 0.00080342195, 1, -4.65249311e-010, -2.12918766e-010)
6570
o35.C1 = CFrame.new(0.533225417, 0.37339133, -1.62893741e-007, -1.04536846e-009, 0.000832025486, -0.999999642, 1.78690496e-009, 0.999999702, 0.000832025427, 1, -1.78603476e-009, -1.04685483e-009)
6571
o36.Parent = o2
6572
o36.C0 = CFrame.new(5.53692553e-006, 2.04514564e-007, -6.04753154e-008, -2.12544884e-010, 0.00080342195, -0.999999702, 4.65420175e-010, 0.999999702, 0.00080342195, 1, -4.65249311e-010, -2.12918766e-010)
6573
o36.C1 = CFrame.new(-4.40306758e-006, 0.132771388, 0.400390655, 8.48401349e-010, 0.999999702, 0.000801038579, -6.20273943e-010, 0.000801038579, -0.999999702, -1, 8.47904247e-010, 6.20953344e-010)
6574
o37.Parent = o2
6575
o37.C0 = CFrame.new(5.53692553e-006, 2.04514564e-007, -6.04753154e-008, -2.12544884e-010, 0.00080342195, -0.999999702, 4.65420175e-010, 0.999999702, 0.00080342195, 1, -4.65249311e-010, -2.12918766e-010)
6576
o37.C1 = CFrame.new(1.28626851e-007, -0.400390595, -0.13282387, 8.56068161e-010, 0.999999702, 0.000817724678, -1, 8.55560678e-010, 6.21001806e-010, 6.20301976e-010, -0.000817724678, 0.999999702)
6577
o38.Parent = o2
6578
o38.C0 = CFrame.new(5.53692553e-006, 2.04514564e-007, -6.04753154e-008, -2.12544884e-010, 0.00080342195, -0.999999702, 4.65420175e-010, 0.999999702, 0.00080342195, 1, -4.65249311e-010, -2.12918766e-010)
6579
o38.C1 = CFrame.new(1.20785018e-007, 3.03727884e-005, 0.132775158, -1, 8.50133963e-010, 4.23458851e-010, 8.50476911e-010, 0.999999702, 0.000810569618, -4.22769625e-010, 0.000810569618, -0.999999702)
6580
o39.Parent = o2
6581
o39.C0 = CFrame.new(5.53692553e-006, 2.04514564e-007, -6.04753154e-008, -2.12544884e-010, 0.00080342195, -0.999999702, 4.65420175e-010, 0.999999702, 0.00080342195, 1, -4.65249311e-010, -2.12918766e-010)
6582
o39.C1 = CFrame.new(6.63429382e-005, -0.400390744, 0.933595598, 8.14806722e-010, 0.999999702, 0.000811841746, 1, -8.14434464e-010, -4.58876631e-010, -4.58215271e-010, 0.000811841746, -0.999999702)
6583
o40.Parent = o2
6584
o40.C0 = CFrame.new(5.53692553e-006, 2.04514564e-007, -6.04753154e-008, -2.12544884e-010, 0.00080342195, -0.999999702, 4.65420175e-010, 0.999999702, 0.00080342195, 1, -4.65249311e-010, -2.12918766e-010)
6585
o40.C1 = CFrame.new(2.15904674e-005, -0.933605134, 0.400390595, 8.35977676e-010, 0.999999702, 0.000817724678, 6.19722884e-010, -0.000817724678, 0.999999702, 1, -8.35470693e-010, -6.20406337e-010)
6586
o41.Parent = o2
6587
o41.C0 = CFrame.new(5.53692553e-006, 2.04514564e-007, -6.04753154e-008, -2.12544884e-010, 0.00080342195, -0.999999702, 4.65420175e-010, 0.999999702, 0.00080342195, 1, -4.65249311e-010, -2.12918766e-010)
6588
o41.C1 = CFrame.new(-1.52702455e-007, -0.373297483, -0.533215165, 1, -9.17886822e-010, -2.52556753e-010, 9.18089604e-010, 0.999999702, 0.000804377254, 2.51818288e-010, -0.000804377254, 0.999999702)
6589
o42.Parent = o2
6590
o42.C0 = CFrame.new(5.53692553e-006, 2.04514564e-007, -6.04753154e-008, -2.12544884e-010, 0.00080342195, -0.999999702, 4.65420175e-010, 0.999999702, 0.00080342195, 1, -4.65249311e-010, -2.12918766e-010)
6591
o42.C1 = CFrame.new(-0.533214509, 4.16217954e-005, -0.400390595, 6.19143847e-010, -0.000817724678, 0.999999702, 8.15887191e-010, 0.999999702, 0.000817724678, -1, 8.15380652e-010, 6.19810814e-010)
6592
o43.Parent = o2
6593
o43.C0 = CFrame.new(5.53692553e-006, 2.04514564e-007, -6.04753154e-008, -2.12544884e-010, 0.00080342195, -0.999999702, 4.65420175e-010, 0.999999702, 0.00080342195, 1, -4.65249311e-010, -2.12918766e-010)
6594
o43.C1 = CFrame.new(3.86851866e-008, 1.33582325e-005, -0.93360126, 1, 2.30016242e-010, -1.24190033e-010, 2.3550692e-010, 0.999999702, 0.000801045971, 3.36916911e-010, -0.000808193639, 0.999999702)
6595
o44.Parent = o2
6596
o44.C0 = CFrame.new(-3.95431243e-007, 7.30769489e-006, 0, -3.92543285e-021, 0.997566223, -0.069725059, 1.26768054e-023, 0.069725059, 0.997566223, 1, 3.91499535e-021, -2.86346992e-022)
6597
o44.C1 = CFrame.new(-3.95431243e-007, 7.30769489e-006, 0, -3.92543285e-021, 0.997566223, -0.069725059, 1.26768054e-023, 0.069725059, 0.997566223, 1, 3.91499535e-021, -2.86346992e-022)
6598
o45.Parent = o2
6599
o45.C0 = CFrame.new(-3.95431243e-007, 7.30769489e-006, 0, -3.92543285e-021, 0.997566223, -0.069725059, 1.26768054e-023, 0.069725059, 0.997566223, 1, 3.91499535e-021, -2.86346992e-022)
6600
o45.C1 = CFrame.new(0.533207655, 4.00506069e-005, -0.399536133, -2.64911593e-010, 0.997566879, -0.069715552, 4.01852024e-011, 0.0697179288, 0.9975667, 1, 1.98314268e-010, 2.08188033e-011)
6601
o46.Parent = o2
6602
o46.C0 = CFrame.new(-3.95431243e-007, 7.30769489e-006, 0, -3.92543285e-021, 0.997566223, -0.069725059, 1.26768054e-023, 0.069725059, 0.997566223, 1, 3.91499535e-021, -2.86346992e-022)
6603
o46.C1 = CFrame.new(-4.09776021e-007, 5.64174661e-005, -0.533183694, 1, 5.16648224e-010, -1.33828371e-009, 1.29899103e-009, 0.0697453171, 0.997564912, 6.08729123e-010, -0.997564912, 0.0697453246)
6604
o47.Parent = o2
6605
o47.C0 = CFrame.new(-3.95431243e-007, 7.30769489e-006, 0, -3.92543285e-021, 0.997566223, -0.069725059, 1.26768054e-023, 0.069725059, 0.997566223, 1, 3.91499535e-021, -2.86346992e-022)
6606
o47.C1 = CFrame.new(0.53322345, 0.373397857, -4.03579065e-007, -8.32836911e-010, 0.997565448, -0.0697367489, 1.32148736e-009, 0.0697367489, 0.997565448, 1, 7.38653139e-010, -1.37634937e-009)
6607
o48.Parent = o2
6608
o48.C0 = CFrame.new(-3.95431243e-007, 7.30769489e-006, 0, -3.92543285e-021, 0.997566223, -0.069725059, 1.26768054e-023, 0.069725059, 0.997566223, 1, 3.91499535e-021, -2.86346992e-022)
6609
o48.C1 = CFrame.new(-9.81253652e-006, 0.132794693, 0.400390744, 3.829842e-010, 0.0697392747, 0.997565329, -4.07727963e-010, 0.997565329, -0.0697392747, -1, -3.80026233e-010, 4.10486423e-010)
6610
o49.Parent = o2
6611
o49.C0 = CFrame.new(-3.95431243e-007, 7.30769489e-006, 0, -3.92543285e-021, 0.997566223, -0.069725059, 1.26768054e-023, 0.069725059, 0.997566223, 1, 3.91499535e-021, -2.86346992e-022)
6612
o49.C1 = CFrame.new(2.00291402e-006, -0.400390506, -0.132815465, 3.90647487e-010, 0.0697226226, 0.997566521, -1, -3.79534459e-010, 4.18127227e-010, 4.07763739e-010, -0.997566402, 0.0697226301)
6613
o50.Parent = o2
6614
o50.C0 = CFrame.new(-3.95431243e-007, 7.30769489e-006, 0, -3.92543285e-021, 0.997566223, -0.069725059, 1.26768054e-023, 0.069725059, 0.997566223, 1, 3.91499535e-021, -2.86346992e-022)
6615
o50.C1 = CFrame.new(1.20755828e-007, 4.99412226e-006, 0.132797584, -1, -1.82865389e-010, 3.9878062e-010, 3.85058263e-010, 0.0697321221, 0.997565806, -2.10228071e-010, 0.997565746, -0.0697321221)
6616
o51.Parent = o2
6617
o51.C0 = CFrame.new(-3.95431243e-007, 7.30769489e-006, 0, -3.92543285e-021, 0.997566223, -0.069725059, 1.26768054e-023, 0.069725059, 0.997566223, 1, 3.91499535e-021, -2.86346992e-022)
6618
o51.C1 = CFrame.new(4.74962835e-005, -0.400390744, 0.933588088, 3.49388324e-010, 0.0697333813, 0.997565746, 1, 2.20712254e-010, -3.65669495e-010, -2.45674314e-010, 0.997565746, -0.0697333887)
6619
o52.Parent = o2
6620
o52.C0 = CFrame.new(-3.95431243e-007, 7.30769489e-006, 0, -3.92543285e-021, 0.997566223, -0.069725059, 1.26768054e-023, 0.069725059, 0.997566223, 1, 3.91499535e-021, -2.86346992e-022)
6621
o52.C1 = CFrame.new(2.00708268e-006, -0.933598638, 0.400390506, 3.70557002e-010, 0.0697226226, 0.997566521, 4.07184675e-010, -0.997566402, 0.0697226301, 1, 3.80357551e-010, -3.98045263e-010)
6622
o53.Parent = o2
6623
o53.C0 = CFrame.new(-3.95431243e-007, 7.30769489e-006, 0, -3.92543285e-021, 0.997566223, -0.069725059, 1.26768054e-023, 0.069725059, 0.997566223, 1, 3.91499535e-021, -2.86346992e-022)
6624
o53.C1 = CFrame.new(-1.0609989e-007, -0.373298496, -0.533198833, 1, 7.61074016e-012, -4.54308563e-010, 4.52671733e-010, 0.0697359443, 0.997565567, 3.92738446e-011, -0.997565567, 0.0697359443)
6625
o54.Parent = o2
6626
o54.C0 = CFrame.new(-3.95431243e-007, 7.30769489e-006, 0, -3.92543285e-021, 0.997566223, -0.069725059, 1.26768054e-023, 0.069725059, 0.997566223, 1, 3.91499535e-021, -2.86346992e-022)
6627
o54.C1 = CFrame.new(-0.533206105, 3.25288311e-005, -0.400390536, 4.0660561e-010, -0.997566402, 0.0697226301, 3.50466517e-010, 0.0697226226, 0.997566521, -1, -3.8118067e-010, 3.77963272e-010)
6628
o55.Parent = o2
6629
o55.C0 = CFrame.new(-3.95431243e-007, 7.30769489e-006, 0, -3.92543285e-021, 0.997566223, -0.069725059, 1.26768054e-023, 0.069725059, 0.997566223, 1, 3.91499535e-021, -2.86346992e-022)
6630
o55.C1 = CFrame.new(-6.55530812e-008, 2.72896377e-005, -0.933581114, 1, 1.40101444e-010, 2.20685789e-010, 2.3550692e-010, 0.0697202981, 0.997566581, 3.36916911e-010, -0.997567058, 0.0697131678)
6631
o56.Parent = o2
6632
o56.C0 = CFrame.new(1.14122267e-005, 2.31042439e-008, -1.81467669e-007, -6.37624675e-010, 0.000817726715, -0.999999762, 1.396256e-009, 0.999999702, 0.000817726832, 1, -1.39573431e-009, -6.38766207e-010)
6633
o56.C1 = CFrame.new(1.14122267e-005, 2.31042439e-008, -1.81467669e-007, -6.37624675e-010, 0.000817726715, -0.999999762, 1.396256e-009, 0.999999702, 0.000817726832, 1, -1.39573431e-009, -6.38766207e-010)
6634
o57.Parent = o2
6635
o57.C0 = CFrame.new(1.14122267e-005, 2.31042439e-008, -1.81467669e-007, -6.37624675e-010, 0.000817726715, -0.999999762, 1.396256e-009, 0.999999702, 0.000817726832, 1, -1.39573431e-009, -6.38766207e-010)
6636
o57.C1 = CFrame.new(0.5332008, 8.52442608e-005, -0.399536431, -1.4692636e-009, 0.000846330251, -0.999999642, 2.67755484e-009, 0.999999702, 0.000846330193, 1, -2.67631073e-009, -1.47152912e-009)
6637
o58.Parent = o2
6638
o58.C0 = CFrame.new(1.14122267e-005, 2.31042439e-008, -1.81467669e-007, -6.37624675e-010, 0.000817726715, -0.999999762, 1.396256e-009, 0.999999702, 0.000817726832, 1, -1.39573431e-009, -6.38766207e-010)
6639
o58.C1 = CFrame.new(-3.54604822e-007, 7.10747918e-005, -0.533170998, 1, -2.69418865e-009, -1.24858379e-009, 2.69523404e-009, 0.999999702, 0.000838225707, 1.24632515e-009, -0.000838225707, 0.999999642)
6640
o59.Parent = o2
6641
o59.C0 = CFrame.new(1.14122267e-005, 2.31042439e-008, -1.81467669e-007, -6.37624675e-010, 0.000817726715, -0.999999762, 1.396256e-009, 0.999999702, 0.000817726832, 1, -1.39573431e-009, -6.38766207e-010)
6642
o59.C1 = CFrame.new(0.533231318, 0.373406291, -2.83906502e-007, -1.47042167e-009, 0.000846330251, -0.999999642, 2.71773581e-009, 0.999999702, 0.000846330193, 1, -2.71649037e-009, -1.47272128e-009)
6643
o60.Parent = o2
6644
o60.C0 = CFrame.new(1.14122267e-005, 2.31042439e-008, -1.81467669e-007, -6.37624675e-010, 0.000817726715, -0.999999762, 1.396256e-009, 0.999999702, 0.000817726832, 1, -1.39573431e-009, -6.38766207e-010)
6645
o60.C1 = CFrame.new(5.93345294e-006, 0.132752568, 0.400390923, 2.71005463e-009, 0.999999702, 0.000829644501, -1.47042467e-009, 0.000829644501, -0.999999642, -1, 2.70883382e-009, 1.47267265e-009)
6646
o61.Parent = o2
6647
o61.C0 = CFrame.new(1.14122267e-005, 2.31042439e-008, -1.81467669e-007, -6.37624675e-010, 0.000817726715, -0.999999762, 1.396256e-009, 0.999999702, 0.000817726832, 1, -1.39573431e-009, -6.38766207e-010)
6648
o61.C1 = CFrame.new(8.4651374e-006, -0.400390327, -0.132810175, 2.71773581e-009, 0.999999702, 0.000846330193, -1, 2.71649037e-009, 1.47272128e-009, 1.47042167e-009, -0.000846330251, 0.999999642)
6649
o62.Parent = o2
6650
o62.C0 = CFrame.new(1.14122267e-005, 2.31042439e-008, -1.81467669e-007, -6.37624675e-010, 0.000817726715, -0.999999762, 1.396256e-009, 0.999999702, 0.000817726832, 1, -1.39573431e-009, -6.38766207e-010)
6651
o62.C1 = CFrame.new(3.62762336e-007, 2.95230384e-005, 0.132817402, -1, 2.71106715e-009, 1.27517807e-009, 2.71213629e-009, 0.999999702, 0.000839179265, -1.27290256e-009, 0.000839179265, -0.999999642)
6652
o63.Parent = o2
6653
o63.C0 = CFrame.new(1.14122267e-005, 2.31042439e-008, -1.81467669e-007, -6.37624675e-010, 0.000817726715, -0.999999762, 1.396256e-009, 0.999999702, 0.000817726832, 1, -1.39573431e-009, -6.38766207e-010)
6654
o63.C1 = CFrame.new(0.000142092002, -0.400391012, 0.93360728, 2.67646505e-009, 0.999999702, 0.000840450521, 1, -2.6753646e-009, -1.31059485e-009, -1.30834588e-009, 0.000840450521, -0.999999642)
6655
o64.Parent = o2
6656
o64.C0 = CFrame.new(1.14122267e-005, 2.31042439e-008, -1.81467669e-007, -6.37624675e-010, 0.000817726715, -0.999999762, 1.396256e-009, 0.999999702, 0.000817726832, 1, -1.39573431e-009, -6.38766207e-010)
6657
o64.C1 = CFrame.new(0.000101452555, -0.933591425, 0.400390327, 2.69764522e-009, 0.999999702, 0.000846330193, 1.46984258e-009, -0.000846330251, 0.999999642, 1, -2.69640044e-009, -1.47212509e-009)
6658
o65.Parent = o2
6659
o65.C0 = CFrame.new(1.14122267e-005, 2.31042439e-008, -1.81467669e-007, -6.37624675e-010, 0.000817726715, -0.999999762, 1.396256e-009, 0.999999702, 0.000817726832, 1, -1.39573431e-009, -6.38766207e-010)
6660
o65.C1 = CFrame.new(-3.94687646e-007, -0.373256177, -0.533165812, 1, -2.77882695e-009, -1.10427789e-009, 2.77974577e-009, 0.999999702, 0.000832981663, 1.10196274e-009, -0.000832981663, 0.999999642)
6661
o66.Parent = o2
6662
o66.C0 = CFrame.new(1.14122267e-005, 2.31042439e-008, -1.81467669e-007, -6.37624675e-010, 0.000817726715, -0.999999762, 1.396256e-009, 0.999999702, 0.000817726832, 1, -1.39573431e-009, -6.38766207e-010)
6663
o66.C1 = CFrame.new(-0.5332008, 8.52442608e-005, -0.400390327, 1.4692636e-009, -0.000846330251, 0.999999642, 2.67755484e-009, 0.999999702, 0.000846330193, -1, 2.67631073e-009, 1.47152912e-009)
6664
o67.Parent = o2
6665
o67.C0 = CFrame.new(1.14122267e-005, 2.31042439e-008, -1.81467669e-007, -6.37624675e-010, 0.000817726715, -0.999999762, 1.396256e-009, 0.999999702, 0.000817726832, 1, -1.39573431e-009, -6.38766207e-010)
6666
o67.C1 = CFrame.new(-2.17958132e-008, 2.16124681e-005, -0.933588922, 1, -7.00479896e-010, -5.50027579e-010, 7.00928149e-010, 0.999999702, 0.000815343345, 5.49456258e-010, -0.000815343345, 0.999999702)
6667
o68.Parent = o2
6668
o68.C0 = CFrame.new(2.73681553e-006, -7.9203943e-008, -1.32984567e-007, -1, 4.29049651e-005, 1.27289645e-009, 4.29049651e-005, 1, -2.71216405e-009, -1.27303168e-009, -2.7121092e-009, -1)
6669
o68.C1 = CFrame.new(2.73681553e-006, -7.9203943e-008, -1.32984567e-007, -1, 4.29049651e-005, 1.27289645e-009, 4.29049651e-005, 1, -2.71216405e-009, -1.27303168e-009, -2.7121092e-009, -1)
6670
o69.Parent = o2
6671
o69.C0 = CFrame.new(2.58500165e-007, 1.47510104e-006, 9.1201764e-007, -0.0304826926, -0.998224854, 0.0511664115, -0.997482359, 0.027100971, -0.0655324385, 0.0640294328, -0.0530351698, -0.996537805)
6672
o69.C1 = CFrame.new(2.58500165e-007, 1.47510104e-006, 9.1201764e-007, -0.0304826926, -0.998224854, 0.0511664115, -0.997482359, 0.027100971, -0.0655324385, 0.0640294328, -0.0530351698, -0.996537805)
6673
o70.Parent = o2
6674
o70.C0 = CFrame.new(5.81937775e-006, 3.66444342e-009, 4.0117655e-007, -1, 1.83190277e-005, 1.62574338e-007, 1.82680233e-005, 1, -5.43802935e-006, -1.05692934e-007, -5.39845632e-006, -1.00000012)
6675
o70.C1 = CFrame.new(5.81937775e-006, 3.66444342e-009, 4.0117655e-007, -1, 1.83190277e-005, 1.62574338e-007, 1.82680233e-005, 1, -5.43802935e-006, -1.05692934e-007, -5.39845632e-006, -1.00000012)
6676
o71.Parent = o2
6677
o71.C0 = CFrame.new(5.19993637e-006, -2.07580495e-008, -4.3925632e-009, -0.99999994, -7.85102384e-006, 1.626222e-007, -7.9020283e-006, 1, -7.75445642e-006, -1.05581343e-007, -7.71488703e-006, -1.00000012)
6678
o71.C1 = CFrame.new(5.19993637e-006, -2.07580495e-008, -4.3925632e-009, -0.99999994, -7.85102384e-006, 1.626222e-007, -7.9020283e-006, 1, -7.75445642e-006, -1.05581343e-007, -7.71488703e-006, -1.00000012)
6679
o72.Parent = o2
6680
o72.C0 = CFrame.new(-4.51719643e-007, 1.87397453e-009, -3.76758157e-006, -0.999999821, -3.77100787e-006, -6.00899241e-009, -3.82201188e-006, 1, -4.80523522e-006, 6.30072776e-008, -4.76566538e-006, -1.00000012)
6681
o72.C1 = CFrame.new(-4.51719643e-007, 1.87397453e-009, -3.76758157e-006, -0.999999821, -3.77100787e-006, -6.00899241e-009, -3.82201188e-006, 1, -4.80523522e-006, 6.30072776e-008, -4.76566538e-006, -1.00000012)
6682
o73.Parent = o2
6683
o73.C0 = CFrame.new(1.26816673e-007, -2.34453221e-008, 5.90223294e-007, -0.999999762, -1.85550198e-005, -5.83594151e-009, -1.86060279e-005, 1, -8.11173049e-006, 6.29660306e-008, -8.07215929e-006, -1.00000012)
6684
o73.C1 = CFrame.new(1.26816673e-007, -2.34453221e-008, 5.90223294e-007, -0.999999762, -1.85550198e-005, -5.83594151e-009, -1.86060279e-005, 1, -8.11173049e-006, 6.29660306e-008, -8.07215929e-006, -1.00000012)
6685
o74.Parent = o2
6686
o74.C0 = CFrame.new(8.01678993e-007, -1.1426212e-008, -1.10775409e-006, -0.999999702, -1.59489209e-005, -5.85270321e-009, -1.5999929e-005, 1, -9.83655082e-006, 6.29892654e-008, -9.79697961e-006, -1.00000012)
6687
o74.C1 = CFrame.new(8.01678993e-007, -1.1426212e-008, -1.10775409e-006, -0.999999702, -1.59489209e-005, -5.85270321e-009, -1.5999929e-005, 1, -9.83655082e-006, 6.29892654e-008, -9.79697961e-006, -1.00000012)
6688
o75.Parent = o2
6689
o75.C0 = CFrame.new(1.07855703e-006, -1.98978043e-008, -4.36352309e-007, -0.999999642, -1.87142232e-005, -3.42939558e-007, -1.87652277e-005, 1, -1.32089617e-005, 4.00166499e-007, -1.31693841e-005, -1.00000012)
6690
o75.C1 = CFrame.new(1.07855703e-006, -1.98978043e-008, -4.36352309e-007, -0.999999642, -1.87142232e-005, -3.42939558e-007, -1.87652277e-005, 1, -1.32089617e-005, 4.00166499e-007, -1.31693841e-005, -1.00000012)
6691
o76.Parent = o2
6692
o76.C0 = CFrame.new(-2.96131202e-006, 1.15200116e-008, -5.08313747e-008, -0.999999583, -2.1935306e-005, -3.42888029e-007, -2.19863105e-005, 1, -1.28208176e-005, 4.00148849e-007, -1.27812382e-005, -1.00000012)
6693
o76.C1 = CFrame.new(-2.96131202e-006, 1.15200116e-008, -5.08313747e-008, -0.999999583, -2.1935306e-005, -3.42888029e-007, -2.19863105e-005, 1, -1.28208176e-005, 4.00148849e-007, -1.27812382e-005, -1.00000012)
6694
o77.Name = "OpenSound"
6695
o77.Parent = o2
6696
o77.SoundId = "http://www.roblox.com/asset/?id=2767085"
6697
o77.Volume = 1
6698
o77.PlayOnRemove = true
6699
o78.Name = "DrinkSound"
6700
o78.Parent = o2
6701
o78.Pitch = 0.75
6702
o78.SoundId = "http://www.roblox.com/asset/?id=101083978"
6703
o78.Volume = 1
6704
o78.PlayOnRemove = true
6705
o80.Name = "SandwichScript"
6706
o80.Parent = o1
6707
table.insert(cors,coroutine.create(function()
6708
wait()
6709
runDummyScript(function()
6710
local Tool = script.Parent;
6711
6712
enabled = true
6713
6714
6715
6716
6717
function onActivated()
6718
	if not enabled  then
6719
		return
6720
	end
6721
6722
	enabled = false
6723
	Tool.GripForward = Vector3.new(0.675, -0.675, -0.3)
6724
	Tool.GripPos = Vector3.new(0.4, -0.59, 1.1)
6725
	Tool.GripRight = Vector3.new(0.212, -0.212, 0.954)
6726
	Tool.GripUp = Vector3.new(0.707, 0.707, 0)
6727
6728
6729
	Tool.Handle.DrinkSound:Play()
6730
6731
	wait(.8)
6732
	
6733
	local h = Tool.Parent:FindFirstChild("Humanoid")
6734
	if (h ~= nil) then
6735
		if (h.MaxHealth > h.Health + 1.6) then
6736
			h.Health = h.Health + 1.6
6737
		else	
6738
			h.Health = h.MaxHealth
6739
		end
6740
	end
6741
6742
	Tool.GripForward = Vector3.new(-0.976,0,-0.217)
6743
	Tool.GripPos = Vector3.new(0, -0.4, 0)
6744
	Tool.GripRight = Vector3.new(0.217,0,-0.976)
6745
	Tool.GripUp = Vector3.new(0,1,0)
6746
6747
6748
	enabled = true
6749
6750
end
6751
6752
function onEquipped()
6753
	Tool.Handle.OpenSound:play()
6754
end
6755
6756
script.Parent.Activated:connect(onActivated)
6757
script.Parent.Equipped:connect(onEquipped)
6758
6759
end,o80)
6760
end))
6761
mas.Parent = workspace
6762
mas:MakeJoints()
6763
local mas1 = mas:GetChildren()
6764
for i=1,#mas1 do
6765-
	mas1[i].Parent = game:GetService("Players").LocalPlayer.Backpack 
6765+
	mas1[i].Parent = game:GetService("Players").RGames1234.Backpack 
6766
	ypcall(function() mas1[i]:MakeJoints() end)
6767
end
6768
mas:Destroy()
6769
for i=1,#cors do
6770
coroutine.resume(cors[i])
6771
end
6772
end)
6773
6774
RevizAdmin.Name = "Reviz Admin"
6775
RevizAdmin.Parent = Main
6776
RevizAdmin.BackgroundColor3 = Color3.new(1, 0, 0)
6777
RevizAdmin.BorderColor3 = Color3.new(0.760784, 0, 0)
6778
RevizAdmin.BorderSizePixel = 4
6779
RevizAdmin.Position = UDim2.new(0.611111104, 0, 0.46875, 0)
6780
RevizAdmin.Size = UDim2.new(0, 138, 0, 31)
6781
RevizAdmin.Font = Enum.Font.SourceSansBold
6782
RevizAdmin.Text = "Reviz Admin"
6783
RevizAdmin.TextColor3 = Color3.new(1, 1, 1)
6784
RevizAdmin.TextScaled = true
6785
RevizAdmin.TextSize = 14
6786
RevizAdmin.TextWrapped = true
6787
RevizAdmin.MouseButton1Down:connect(function()
6788
-- Creator: illremember#3799
6789
6790
-- Credits to infinite yield, harkinian, dex creators
6791
6792
prefix = ":"
6793
wait(0.3)
6794
Commands = {
6795
	'[-] cmdbar is shown when ; is pressed.',
6796
	'[1] kill [plr] -- You need a tool! Will kill the player, use rkill to kill you and player',
6797
	'[2] bring [plr] -- You need a tool! Will bring player to you',
6798
	'[3] spin [plr] -- You need a tool! Makes you and the player spin crazy',
6799
	'[4] unspin -- Use after using spin cmd and dying, so you stop loop teleporting',
6800
	'[5] attach [plr] -- You need a tool! Attaches you to player',
6801
	'[6] unattach [plr] -- Attempts to unattach you from a player',
6802
	'[7] follow [plr] -- Makes you follow behind the player',
6803
	'[8] unfollow',
6804
	'[9] freefall [plr] -- You need a tool! Teleports you and the player up into the air',
6805
	'[10] trail [plr] -- The opposite of follow, you stay infront of player',
6806
	'[11] untrail',
6807
	'[12] orbit [plr] -- Makes you orbit the player',
6808
	'[13] unorbit',
6809
	'[14] fling [plr] -- Makes you fling the player',
6810
	'[15] unfling',
6811
	'[16] fecheck -- Checks if the game is FE or not',
6812
	'[17] void [plr] -- Teleports player to the void',
6813
	'[18] noclip -- Gives you noclip to walk through walls',
6814
	'[19] clip -- Removes noclip',
6815
	'[20] speed [num]/ws [num] -- Changes how fast you walk 16 is default',
6816
	'[21] jumppower [num]/jp [num] -- Changes how high you jump 50 is default',
6817
	'[22] hipheight [num]/hh [num] -- Changes how high you float 0 is default',
6818
	'[23] default -- Changes your speed, jumppower and hipheight to default values',
6819
	'[24] annoy [plr] -- Loop teleports you to the player',
6820
	'[25] unannoy',
6821
	'[26] headwalk [plr] -- Loop teleports you to the player head',
6822
	'[27] unheadwalk',
6823
	'[28] nolimbs -- Removes your arms and legs',
6824
	'[29] god -- Gives you FE Godmode',
6825
	'[30] drophats -- Drops your accessories',
6826
	'[31] droptool -- Drops any tool you have equipped',
6827
	'[32] loopdhats -- Loop drops your accessories',
6828
	'[33] unloopdhats',
6829
	'[34] loopdtool -- Loop drops any tools you have equipped',
6830
	'[35] unloopdtool',
6831
	'[36] invisible -- Gives you invisibility CREDIT TO TIMELESS',
6832
	'[37] view [plr] -- Changes your camera to the player character',
6833
	'[38] unview',
6834
	'[39] goto [plr] -- Teleports you to player',
6835
	'[40] fly -- Allows you to fly, credit to Infinite Yield',
6836
	'[41] unfly',
6837
	'[42] chat [msg] -- Makes you chat a message',
6838
	'[43] spam [msg] -- Spams a message',
6839
	'[44] unspam',
6840
	'[45] spamwait [num] -- Changes delay of chatting a message for the spam command in seconds default is 1 second',
6841
	'[46] pmspam [plr] -- Spams a player in private message',
6842
	'[47] unpmspam',
6843
	'[48] cfreeze [plr] -- Freezes a player on your client, they will only be frozen for you',
6844
	'[49] uncfreeze [plr]',
6845
	'[50] unlockws -- Unlocks the workspace',
6846
	'[51] lockws -- Locks the workspace',
6847
	'[52] btools -- Gives you btools that will only show to you useful for deleting certain blocks only for you',
6848
	'[53] pstand -- Enables platform stand',
6849
	'[54] unpstand -- Disables platform stand',
6850
	'[55] blockhead -- Removes your head mesh',
6851
	'[56] sit',
6852
	'[57] bringobj [obj] -- Only shows on client, brings an object/part to you constantly, can be used to bring healing parts, weapons, money etc, type in exact name',
6853
	'[58] wsvis [num] -- Changes visibility of workspace parts, num should be between 0 and 1, only shows client sided',
6854
	'[59] hypertotal -- Loads in my FE GUI Hypertotal',
6855
	'[60] cmds -- Prints all commands',
6856
	'[61] rmeshhats/blockhats -- Removes the meshes of all your accessories aka block hats',
6857
	'[62] rmeshtool/blocktool -- Removes the mesh of the tool you have equipped aka block tool',
6858
	'[63] spinner -- Makes you spin',
6859
	'[64] nospinner',
6860
	'[65] reach [num] -- Gives you reach, mostly used for swords, say ;reachd for default and enter number after for custom',
6861
	'[66] noreach -- Removes reach, must have tool equipped',
6862
	'[67] rkill [plr] -- Kills you and the player, use kill to just kill the player without dying',
6863
	'[68] tp me [plr] -- Alternative to goto',
6864
	'[69] cbring [plr] -- Brings player infront of you, shows only on client, allows you to do damage to player',
6865
	'[70] uncbring',
6866
	'[71] swap [plr] -- You need a tool! Swaps players position with yours and your position with players',
6867
	'[72] givetool [plr] -- Gives the tool you have equipped to the player',
6868
	'[73] glitch [plr] -- Glitches you and the player, looks very cool',
6869
	'[74] unglitch -- Unglitches you',
6870
	'[75] grespawn -- Alternative to normal respawn and usually works best for when you want to reset with FE Godmode',
6871
	'[76] explorer -- Loads up DEX',
6872
	'[77] reset -- Resets your character.',
6873
	'[78] anim [id] -- Applies an animation on you, must be created by ROBLOX',
6874
	'[79] animgui -- Loads up Energize animations GUI',
6875
	'[80] savepos -- Saves your current position',
6876
	'[81] loadpos -- Teleports you to your saved position',
6877
	'[82] bang [plr] -- 18+ will not work if you have FE Godmode on',
6878
	'[83] unbang',
6879
	'[84] delcmdbar -- Removes the command bar completely',
6880
	'[85] bringmod [obj] -- Brings all the parts in a model, client only, comes from ;bringobj enter exact name of model',
6881
	'[86] shutdown -- Uses harkinians script to shutdown server',
6882
	'[87] respawn -- If grespawn doesnt work you can use respawn',
6883
	'[88] delobj [obj] -- Deletes a certain brick in workspace, client sided',
6884
	'[89] getplrs -- Prints all players in game',
6885
	'[90] deldecal -- Deletes all decals client sided',
6886
	'[91] opfinality -- Loads in my FE GUI Opfinality',
6887
	'[92] remotes -- Prints all remotes in the game in the console when added',
6888
	'[93] noremotes -- Stops printing remotes',
6889
	'[94] tpdefault -- Stops all loop teleports to a player',
6890
	'[95] stopsit -- Will not allow you to sit',
6891
	'[96] gosit -- Allows you to sit',
6892
	'[97] clicktp -- Enables click tp',
6893
	'[98] noclicktp -- Disables click tp',
6894
	'[99] toolson -- If any tools are dropped in the workspace you will automatically get them',
6895
	'[100] toolsoff -- Stops ;toolson',
6896
	'[101] version -- Gets the admin version',
6897
	'[102] state [num] -- Changes your humanoid state, ;unstate to stop.',
6898
	'[103] gravity [num] -- Changes workspace gravity default is 196.2',
6899
	'[104] pgs -- Checks if the game has PGSPhysicsSolverEnabled enabled',
6900
	'[105] clickdel -- Delete any block you press q on, client sided',
6901
	'[106] noclickdel -- Stops clickdel',
6902
	'[107] looprhats -- Loop removes mesh of your hats/loop block hats',
6903
	'[108] unlooprhats -- Stops loop removing mesh',
6904
	'[109] looprtool -- Loop removes mesh of your tool/loop block tools',
6905
	'[110] unlooprtool -- Stops loop removing mesh',
6906
	'[111] givealltools [plr] -- Gives all the tools you have in your backpack to the player',
6907
	'[112] age [plr] -- Makes you chat the account age of the player',
6908
	'[113] id [plr] -- Makes you chat the account ID of the player',
6909
	'[114] .age [plr] -- Privately shows you the account age of the player',
6910
	'[115] .id [plr] -- Privately shows you the account ID of the player',
6911
	'[116] gameid -- Shows the game ID',
6912
	'[117] removeinvis -- Removes all invisible walls/parts, client sided',
6913
	'[118] removefog -- Removes fog, client sided',
6914
	'[119] disable -- Disables your character by removing humanoid',
6915
	'[120] enable -- Enables your character by adding humanoid',
6916
	'[121] prefix [key] -- Changes the prefix used, default is ;',
6917
	'[122] ;resetprefix -- Resets the prefix to ; incase you change it to an unusable prefix. Say exactly ";resetprefix" to do this command, no matter what your prefix is set to.',
6918
	'[123] flyspeed [num] -- Change your fly speed, default is 1',
6919
	'[124] carpet [plr] -- Makes you a carpet for a player, will not work if FE Godmode is on',
6920
	'[125] uncarpet -- Stops carpet player',
6921
	'[126] stare [plr] -- Turns your character to stare at another player',
6922
	'[127] unstare -- Stops stare player',
6923
	'[128] logchat -- Logs all chat (including /e and whispers) of all players',
6924
	'[129] unlogchat -- Disables logchat',
6925
	'[130] fixcam -- Fixes/resets your camera',
6926
	'[131] unstate -- Stops changing state',
6927
}
6928
speedget = 1
6929
6930-
lplayer = game:GetService("Players").LocalPlayer
6930+
lplayer = game:GetService("Players").RGames1234
6931
6932
lplayer.CharacterAdded:Connect(function(character)
6933
	spin = false
6934
	flying = false
6935
	staring = false
6936
	banpl = false
6937
end)
6938
6939
function change()
6940
	prefix = prefix
6941
	speedfly = speedfly
6942
end
6943
6944
function GetPlayer(String) -- Credit to Timeless/xFunnieuss
6945
    local Found = {}
6946
    local strl = String:lower()
6947
    if strl == "all" then
6948
        for i,v in pairs(game:GetService("Players"):GetPlayers()) do
6949
            table.insert(Found,v)
6950
        end
6951
    elseif strl == "others" then
6952
        for i,v in pairs(game:GetService("Players"):GetPlayers()) do
6953
            if v.Name ~= lplayer.Name then
6954
                table.insert(Found,v)
6955
            end
6956
        end   
6957
	elseif strl == "me" then
6958
        for i,v in pairs(game:GetService("Players"):GetPlayers()) do
6959
            if v.Name == lplayer.Name then
6960
                table.insert(Found,v)
6961
            end
6962
        end  
6963
    else
6964
        for i,v in pairs(game:GetService("Players"):GetPlayers()) do
6965
            if v.Name:lower():sub(1, #String) == String:lower() then
6966
                table.insert(Found,v)
6967
            end
6968
        end    
6969
    end
6970
    return Found    
6971
end
6972
6973
local Mouse = lplayer:GetMouse()
6974
6975
spin = false
6976
followed = false
6977
traill = false
6978
noclip = false
6979
annoying = false
6980
hwalk = false
6981
droppinghats = false
6982
droppingtools = false
6983
flying = false
6984
spamdelay = 1
6985
spamming = false
6986
spammingpm = false
6987
cbringing = false
6988
remotes = true
6989
added = true
6990
binds = false
6991
stopsitting = false
6992
clickgoto = false
6993
gettingtools = false
6994
removingmeshhats = false
6995
removingmeshtool = false
6996
clickdel = false
6997
staring = false
6998
chatlogs = false
6999
banpl = false
7000
changingstate = false
7001
statechosen = 0
7002
7003
adminversion = "Reviz Admin by illremember, Version 2.0"
7004
7005
flying = false
7006
speedfly = 1
7007
7008
function plrchat(plr, chat)
7009
print(plr.Name..": "..tick().."\n"..chat)
7010
end
7011
7012
for i,v in pairs(game:GetService("Players"):GetPlayers()) do
7013
v.Chatted:connect(function(chat)
7014
if chatlogs then
7015
plrchat(v, chat)
7016
end
7017
end)
7018
end
7019
game:GetService("Players").PlayerAdded:connect(function(plr)
7020
plr.Chatted:connect(function(chat)
7021
if chatlogs then
7022
plrchat(plr, chat)
7023
end
7024
end)
7025
end)
7026
7027
7028
local ScreenGui = Instance.new("ScreenGui")
7029
local Frame = Instance.new("Frame")
7030
local CMDBAR = Instance.new("TextBox")
7031
ScreenGui.Parent = game:GetService("CoreGui")
7032
Frame.Parent = ScreenGui
7033
Frame.BackgroundColor3 = Color3.new(0.3, 0.1, 0.1)
7034
Frame.BackgroundTransparency = 0.3
7035
Frame.Position = UDim2.new(0.5, 0, 0, 10)
7036
Frame.Size = UDim2.new(0, 200, 0, 40)
7037
Frame.Active = true
7038
Frame.Draggable = true
7039
CMDBAR.Name = "CMDBAR"
7040
CMDBAR.Parent = Frame
7041
CMDBAR.BackgroundColor3 = Color3.new(0.105882, 0.164706, 0.207843)
7042
CMDBAR.BackgroundTransparency = 0.20000000298023
7043
CMDBAR.Size = UDim2.new(0, 180, 0, 20)
7044
CMDBAR.Position = UDim2.new(0.05, 0, 0.25, 0)
7045
CMDBAR.Font = Enum.Font.SourceSansLight
7046
CMDBAR.FontSize = Enum.FontSize.Size14
7047
CMDBAR.TextColor3 = Color3.new(0.945098, 0.945098, 0.945098)
7048
CMDBAR.TextScaled = true
7049
CMDBAR.TextSize = 14
7050
CMDBAR.TextWrapped = true
7051
CMDBAR.Text = "Press ; to type, Enter to execute"
7052
7053
local CMDS = Instance.new("ScreenGui")
7054
local CMDSFRAME = Instance.new("Frame")
7055
local ScrollingFrame = Instance.new("ScrollingFrame")
7056
local TextLabel = Instance.new("TextLabel")
7057
local closegui = Instance.new("TextButton")
7058
CMDS.Name = "CMDS"
7059
CMDS.Parent = game:GetService("CoreGui")
7060
CMDSFRAME.Name = "CMDSFRAME"
7061
CMDSFRAME.Parent = CMDS
7062
CMDSFRAME.Active = true
7063
CMDSFRAME.BackgroundColor3 = Color3.new(0.223529, 0.231373, 0.309804)
7064
CMDSFRAME.BorderSizePixel = 0
7065
CMDSFRAME.Draggable = true
7066
CMDSFRAME.Position = UDim2.new(0, 315, 0, 100)
7067
CMDSFRAME.Size = UDim2.new(0, 275, 0, 275)
7068
CMDSFRAME.Visible = false
7069
ScrollingFrame.Parent = CMDSFRAME
7070
ScrollingFrame.BackgroundColor3 = Color3.new(0.160784, 0.160784, 0.203922)
7071
ScrollingFrame.BorderSizePixel = 0
7072
ScrollingFrame.Position = UDim2.new(0, 0, 0.0729999989, 0)
7073
ScrollingFrame.Size = UDim2.new(1.04999995, 0, 0.92900002, 0)
7074
ScrollingFrame.CanvasSize = UDim2.new(0, 0, 10, 0)
7075
TextLabel.Parent = ScrollingFrame
7076
TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
7077
TextLabel.BackgroundTransparency = 1
7078
TextLabel.Size = UDim2.new(0.930000007, 0, 1, 0)
7079
TextLabel.Font = Enum.Font.SourceSans
7080
TextLabel.FontSize = Enum.FontSize.Size18
7081
TextLabel.Text = "[-] cmdbar is shown when ; is pressed.,\n[1] kill [plr] -- You need a tool! Will kill the player, use rkill to kill you and player,\n[2] bring [plr] -- You need a tool! Will bring player to you,\n[3] spin [plr] -- You need a tool! Makes you and the player spin crazy,\n[4] unspin -- Use after using spin cmd and dying, so you stop loop teleporting,\n[5] attach [plr] -- You need a tool! Attaches you to player,\n[6] unattach [plr] -- Attempts to unattach you from a player,\n[7] follow [plr] -- Makes you follow behind the player,\n[8] unfollow,\n[9] freefall [plr] -- You need a tool! Teleports you and the player up into the air,\n[10] trail [plr] -- The opposite of follow, you stay infront of player,\n[11] untrail,\n[12] orbit [plr] -- Makes you orbit the player,\n[13] unorbit,\n[14] fling [plr] -- Makes you fling the player,\n[15] unfling,\n[16] fecheck -- Checks if the game is FE or not,\n[17] void [plr] -- Teleports player to the void,\n[18] noclip -- Gives you noclip to walk through walls,\n[19] clip -- Removes noclip,\n[20] speed [num]/ws [num] -- Changes how fast you walk 16 is default,\n[21] jumppower [num]/jp [num] -- Changes how high you jump 50 is default,\n[22] hipheight [num]/hh [num] -- Changes how high you float 0 is default,\n[23] default -- Changes your speed, jumppower and hipheight to default values,\n[24] annoy [plr] -- Loop teleports you to the player,\n[25] unannoy,\n[26] headwalk [plr] -- Loop teleports you to the player head,\n[27] unheadwalk,\n[28] nolimbs -- Removes your arms and legs,\n[29] god -- Gives you FE Godmode,\n[30] drophats -- Drops your accessories,\n[31] droptool -- Drops any tool you have equipped,\n[32] loopdhats -- Loop drops your accessories,\n[33] unloopdhats,\n[34] loopdtool -- Loop drops any tools you have equipped,\n[35] unloopdtool,\n[36] invisible -- Gives you invisibility CREDIT TO TIMELESS,\n[37] view [plr] -- Changes your camera to the player character,\n[38] unview,\n[39] goto [plr] -- Teleports you to player,\n[40] fly -- Allows you to fly,\n[41] unfly,\n[42] chat [msg] -- Makes you chat a message,\n[43] spam [msg] -- Spams a message,\n[44] unspam,\n[45] spamwait [num] -- Changes delay of chatting a message for the spam command in seconds default is 1 second,\n[46] pmspam [plr] -- Spams a player in private message,\n[47] unpmspam,\n[48] cfreeze [plr] -- Freezes a player on your client, they will only be frozen for you,\n[49] uncfreeze [plr],\n[50] unlockws -- Unlocks the workspace,\n[51] lockws -- Locks the workspace,\n[52] btools -- Gives you btools that will only show to you useful for deleting certain blocks only for you,\n[53] pstand -- Enables platform stand,\n[54] unpstand -- Disables platform stand,\n[55] blockhead -- Removes your head mesh,\n[56] sit,\n[57] bringobj [obj] -- Only shows on client, brings an object/part to you constantly, can be used to bring healing parts, weapons, money etc, type in exact name,\n[58] wsvis [num] -- Changes visibility of workspace parts, num should be between 0 and 1, only shows client sided,\n[59] hypertotal -- Loads in my FE GUI Hypertotal,\n[60] cmds -- Prints all commands,\n[61] rmeshhats/blockhats -- Removes the meshes of all your accessories aka block hats,\n[62] rmeshtool/blocktool -- Removes the mesh of the tool you have equipped aka block tool,\n[63] spinner -- Makes you spin,\n[64] nospinner,\n[65] reach [num] -- Gives you reach, mostly used for swords, say ;reachd for default and enter number after for custom,\n[66] noreach -- Removes reach, must have tool equipped,\n[67] rkill [plr] -- Kills you and the player, use kill to just kill the player without dying,\n[68] tp me [plr] -- Alternative to goto,\n[69] cbring [plr] -- Brings player infront of you, shows only on client, allows you to do damage to player,\n[70] uncbring,\n[71] swap [plr] -- You need a tool! Swaps players position with yours and your position with players,\n[72] givetool [plr] -- Gives the tool you have equipped to the player,\n[73] glitch [plr] -- Glitches you and the player, looks very cool,\n[74] unglitch -- Unglitches you,\n[75] grespawn -- Alternative to normal respawn and usually works best for when you want to reset with FE Godmode,\n[76] explorer -- Loads up DEX,\n[77] reset -- Resets your character.,\n[78] anim [id] -- Applies an animation on you, must be created by ROBLOX,\n[79] animgui -- Loads up Energize animations GUI,\n[80] savepos -- Saves your current position,\n[81] loadpos -- Teleports you to your saved position,\n[82] bang [plr] -- 18+,\n[83] unbang,\n[84] delcmdbar -- Removes the command bar completely,\n[85] bringmod [obj] -- Brings all the parts in a model, client only, comes from ;bringobj enter exact name of model,\n[86] shutdown -- Uses harkinians script to shutdown server,\n[87] respawn -- If grespawn doesnt work you can use respawn,\n[88] delobj [obj] -- Deletes a certain brick in workspace, client sided,\n[89] getplrs -- Prints all players in game,\n[90] deldecal -- Deletes all decals client sided,\n[91] opfinality -- Loads in my FE GUI Opfinality,\n[92] remotes -- Prints all remotes in the game in the console when added,\n[93] noremotes -- Stops printing remotes,\n[94] tpdefault -- Stops all loop teleports to a player,\n[95] stopsit -- Will not allow you to sit,\n[96] gosit -- Allows you to sit,\n[97] clicktp -- Enables click tp,\n[98] noclicktp -- Disables click tp,\n[99] toolson -- If any tools are dropped in the workspace you will automatically get them,\n[100] toolsoff -- Stops ;toolson,\n[101] version -- Gets the admin version, \n This list of commands is NOT showing everything, go to my thread in the pastebin link to see ALL commands."
7082
TextLabel.TextColor3 = Color3.new(1, 1, 1)
7083
TextLabel.TextSize = 15
7084
TextLabel.TextWrapped = true
7085
TextLabel.TextXAlignment = Enum.TextXAlignment.Left
7086
TextLabel.TextYAlignment = Enum.TextYAlignment.Top
7087
closegui.Name = "closegui"
7088
closegui.Parent = CMDSFRAME
7089
closegui.BackgroundColor3 = Color3.new(0.890196, 0.223529, 0.0588235)
7090
closegui.BorderSizePixel = 0
7091
closegui.Position = UDim2.new(0.995000005, 0, 0, 0)
7092
closegui.Size = UDim2.new(0.0545952693, 0, 0.0728644878, 0)
7093
closegui.Font = Enum.Font.SourceSansBold
7094
closegui.FontSize = Enum.FontSize.Size24
7095
closegui.Text = "X"
7096
closegui.TextColor3 = Color3.new(1, 1, 1)
7097
closegui.TextSize = 20
7098
7099
closegui.MouseButton1Click:connect(function()
7100
	CMDSFRAME.Visible = false
7101
end)
7102
7103
game:GetService('RunService').Stepped:connect(function()
7104
	if spin then
7105
		lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[spinplr.Name].Character.HumanoidRootPart.CFrame
7106
	end
7107
	if followed then
7108
		lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[flwplr.Name].Character.HumanoidRootPart.CFrame + game:GetService("Players")[flwplr.Name].Character.HumanoidRootPart.CFrame.lookVector * -5
7109
	end
7110
	if traill then
7111
		lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[trlplr.Name].Character.HumanoidRootPart.CFrame + game:GetService("Players")[trlplr.Name].Character.HumanoidRootPart.CFrame.lookVector * 5
7112
	end
7113
	if annoying then
7114
		lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[annplr.Name].Character.HumanoidRootPart.CFrame
7115
	end
7116
	if hwalk then
7117
		lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[hdwplr.Name].Character.HumanoidRootPart.CFrame + Vector3.new(0, 4, 0)
7118
	end
7119
	if staring then
7120
		lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(lplayer.Character.Torso.Position, game:GetService("Players")[stareplr.Name].Character.Torso.Position)
7121
	end
7122
end)
7123
game:GetService('RunService').Stepped:connect(function()
7124
	if noclip then
7125
		if lplayer.Character.Humanoid.RigType == Enum.HumanoidRigType.R6 then
7126
			lplayer.Character.Head.CanCollide = false
7127
			lplayer.Character.Torso.CanCollide = false
7128
			lplayer.Character["Left Leg"].CanCollide = false
7129
			lplayer.Character["Right Leg"].CanCollide = false
7130
		else
7131
			lplayer.Character.Humanoid:ChangeState(11)
7132
		end
7133
	end
7134
	if changingstate then
7135
		lplayer.Character.Humanoid:ChangeState(statechosen)
7136
	end
7137
end)
7138
game:GetService('RunService').Stepped:connect(function()
7139
	if droppinghats then
7140
		for i,v in pairs(lplayer.Character:GetChildren()) do
7141
			if (v:IsA("Accessory")) or (v:IsA("Hat")) then
7142
				v.Parent = workspace
7143
			end
7144
		end
7145
	end
7146
	if droppingtools then
7147
		for i,v in pairs(lplayer.Character:GetChildren()) do
7148
			if (v:IsA("Tool")) then
7149
				v.Parent = workspace
7150
			end
7151
		end
7152
	end
7153
	if removingmeshhats then
7154
		for i,v in pairs(lplayer.Character:GetChildren()) do
7155
			if (v:IsA("Accessory")) or (v:IsA("Hat")) then
7156
				v.Handle.Mesh:Destroy()
7157
			end
7158
		end
7159
	end
7160
	if removingmeshtool then
7161
		for i,v in pairs(lplayer.Character:GetChildren()) do
7162
			if (v:IsA("Tool")) then
7163
				v.Handle.Mesh:Destroy()
7164
			end
7165
		end
7166
	end
7167
end)
7168
game:GetService('RunService').Stepped:connect(function()
7169
	if banpl then
7170
		lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[bplrr].Character.HumanoidRootPart.CFrame
7171
	end
7172
end)
7173
game:GetService('RunService').Stepped:connect(function()
7174
	if stopsitting then
7175
		lplayer.Character.Humanoid.Sit = false
7176
	end
7177
end)
7178
7179
plr = lplayer 
7180
hum = plr.Character.HumanoidRootPart
7181
mouse = plr:GetMouse() 
7182
mouse.KeyDown:connect(function(key) 
7183
	if key == "e" then 
7184
		if mouse.Target then 
7185
			if clickgoto then
7186
				hum.CFrame = CFrame.new(mouse.Hit.x, mouse.Hit.y + 5, mouse.Hit.z)
7187
			elseif clickdel then
7188
				mouse.Target:Destroy()
7189
			end
7190
		end 
7191
	end
7192
end)
7193
7194
game:GetService("Workspace").ChildAdded:connect(function(part)
7195
	if gettingtools then
7196
		if part:IsA("Tool") then
7197
			part.Handle.CFrame = lplayer.Character.HumanoidRootPart.CFrame
7198
		end
7199
	end
7200
end)
7201
7202
lplayer.Chatted:Connect(function(msg)
7203
	if string.sub(msg, 1, 6) == (prefix.."kill ") then
7204
		if string.sub(msg, 7) == "me" then
7205
			lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(100000,0,100000)
7206
		else
7207
			for i,v in pairs(GetPlayer(string.sub(msg, 7)))do
7208
				local NOW = lplayer.Character.HumanoidRootPart.CFrame
7209
				lplayer.Character.Humanoid.Name = 1
7210
				local l = lplayer.Character["1"]:Clone()
7211
				l.Parent = lplayer.Character
7212
				l.Name = "Humanoid"
7213
				wait(0.1)
7214
				lplayer.Character["1"]:Destroy()
7215
				game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
7216
				lplayer.Character.Animate.Disabled = true
7217
				wait(0.1)
7218
				lplayer.Character.Animate.Disabled = false
7219
				lplayer.Character.Humanoid.DisplayDistanceType = "None"
7220-
				for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
7220+
				for i,v in pairs(game:GetService'Players'.RGames1234.Backpack:GetChildren())do
7221
				lplayer.Character.Humanoid:EquipTool(v)
7222
				end
7223
				local function tp(player,player2)
7224
				local char1,char2=player.Character,player2.Character
7225
				if char1 and char2 then
7226
				char1:MoveTo(char2.Head.Position)
7227
				end
7228
				end
7229
				wait(0.1)
7230
				lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
7231
				wait(0.2)
7232
				lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
7233
				wait(0.5)
7234
				lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
7235
				wait(0.7)
7236
				tp(lplayer,game:GetService("Players")[v.Name])
7237
				wait(0.7)
7238
				lplayer.Character.HumanoidRootPart.CFrame = NOW
7239
				game:GetService("StarterGui"):SetCore("SendNotification", {
7240
				Title = "Tools needed!";
7241
				Text = "You need a tool in your backpack for this command!";
7242
				})
7243
			end
7244
		end
7245
	end
7246
	if string.sub(msg, 1, 7) == (prefix.."bring ") then
7247
		for i,v in pairs(GetPlayer(string.sub(msg, 8)))do
7248
			local NOW = lplayer.Character.HumanoidRootPart.CFrame
7249
			lplayer.Character.Humanoid.Name = 1
7250
			local l = lplayer.Character["1"]:Clone()
7251
			l.Parent = lplayer.Character
7252
			l.Name = "Humanoid"
7253
			wait(0.1)
7254
			lplayer.Character["1"]:Destroy()
7255
			game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
7256
			lplayer.Character.Animate.Disabled = true
7257
			wait(0.1)
7258
			lplayer.Character.Animate.Disabled = false
7259
			lplayer.Character.Humanoid.DisplayDistanceType = "None"
7260-
			for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
7260+
			for i,v in pairs(game:GetService'Players'.RGames1234.Backpack:GetChildren())do
7261
			lplayer.Character.Humanoid:EquipTool(v)
7262
			end
7263
			local function tp(player,player2)
7264
			local char1,char2=player.Character,player2.Character
7265
			if char1 and char2 then
7266
			char1.HumanoidRootPart.CFrame = char2.HumanoidRootPart.CFrame
7267
			end
7268
			end
7269
			local function getout(player,player2)
7270
			local char1,char2=player.Character,player2.Character
7271
			if char1 and char2 then
7272
			char1:MoveTo(char2.Head.Position)
7273
			end
7274
			end
7275
			tp(game:GetService("Players")[v.Name], lplayer)
7276
			wait(0.2)
7277
			tp(game:GetService("Players")[v.Name], lplayer)
7278
			wait(0.5)
7279
			lplayer.Character.HumanoidRootPart.CFrame = NOW
7280
			wait(0.5)
7281
			getout(lplayer, game:GetService("Players")[v.Name])
7282
			wait(0.3)
7283
			lplayer.Character.HumanoidRootPart.CFrame = NOW
7284
			game:GetService("StarterGui"):SetCore("SendNotification", {
7285
			Title = "Tools needed!";
7286
			Text = "You need a tool in your backpack for this command!";
7287
			})
7288
		end
7289
	end
7290
	if string.sub(msg, 1, 6) == (prefix.."spin ") then
7291
		for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
7292
			lplayer.Character.Humanoid.Name = 1
7293
			local l = lplayer.Character["1"]:Clone()
7294
			l.Parent = lplayer.Character
7295
			l.Name = "Humanoid"
7296
			wait(0.1)
7297
			lplayer.Character["1"]:Destroy()
7298
			game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
7299
			lplayer.Character.Animate.Disabled = true
7300
			wait(0.1)
7301
			lplayer.Character.Animate.Disabled = false
7302
			lplayer.Character.Humanoid.DisplayDistanceType = "None"
7303
			lplayer.Character.Animate.Disabled = false
7304-
			for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
7304+
			for i,v in pairs(game:GetService'Players'.RGames1234.Backpack:GetChildren())do
7305
			lplayer.Character.Humanoid:EquipTool(v)
7306
			end
7307
			lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
7308
			spinplr = v
7309
			wait(0.5)
7310
			spin = true
7311
			game:GetService("StarterGui"):SetCore("SendNotification", {
7312
			Title = "Tools needed!";
7313
			Text = "You need a tool in your backpack for this command!";
7314
			})
7315
		end
7316
	end
7317
	if string.sub(msg, 1, 7) == (prefix.."unspin") then
7318
		spin = false
7319
	end
7320
	if string.sub(msg, 1, 8) == (prefix.."attach ") then
7321
		for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
7322
			lplayer.Character.Humanoid.Name = 1
7323
			local l = lplayer.Character["1"]:Clone()
7324
			l.Parent = lplayer.Character
7325
			l.Name = "Humanoid"
7326
			wait(0.1)
7327
			lplayer.Character["1"]:Destroy()
7328
			game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
7329
			lplayer.Character.Animate.Disabled = true
7330
			wait(0.1)
7331
			lplayer.Character.Animate.Disabled = false
7332
			lplayer.Character.Humanoid.DisplayDistanceType = "None"
7333-
			for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
7333+
			for i,v in pairs(game:GetService'Players'.RGames1234.Backpack:GetChildren())do
7334
			lplayer.Character.Humanoid:EquipTool(v)
7335
			end
7336
			lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
7337
			wait(0.3)
7338
			lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
7339
			attplr = v
7340
			game:GetService("StarterGui"):SetCore("SendNotification", {
7341
			Title = "Tools needed!";
7342
			Text = "You need a tool in your backpack for this command!";
7343
			})
7344
		end
7345
	end
7346
	if string.sub(msg, 1, 10) == (prefix.."unattach ") then
7347
		for i,v in pairs(GetPlayer(string.sub(msg, 11))) do
7348
			local function getout(player,player2)
7349
			local char1,char2=player.Character,player2.Character
7350
			if char1 and char2 then
7351
			char1:MoveTo(char2.Head.Position)
7352
			end
7353
			end
7354
			getout(lplayer, game:GetService("Players")[v.Name])
7355
		end
7356
	end
7357
	if string.sub(msg, 1, 8) == (prefix.."follow ") then
7358
		for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
7359
			followed = true
7360
			flwplr = v
7361
		end
7362
	end
7363
	if string.sub(msg, 1, 9) == (prefix.."unfollow") then
7364
		followed = false
7365
	end
7366
	if string.sub(msg, 1, 10) == (prefix.."freefall ") then
7367
		for i,v in pairs(GetPlayer(string.sub(msg, 11))) do
7368
			local NOW = lplayer.Character.HumanoidRootPart.CFrame
7369
			lplayer.Character.Humanoid.Name = 1
7370
			local l = lplayer.Character["1"]:Clone()
7371
			l.Parent = lplayer.Character
7372
			l.Name = "Humanoid"
7373
			wait(0.1)
7374
			lplayer.Character["1"]:Destroy()
7375
			game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
7376
			lplayer.Character.Animate.Disabled = true
7377
			wait(0.1)
7378
			lplayer.Character.Animate.Disabled = false
7379
			lplayer.Character.Humanoid.DisplayDistanceType = "None"
7380-
			for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
7380+
			for i,v in pairs(game:GetService'Players'.RGames1234.Backpack:GetChildren())do
7381
			lplayer.Character.Humanoid:EquipTool(v)
7382
			end
7383
			lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
7384
			wait(0.2)
7385
			lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
7386
			wait(0.6)
7387
			lplayer.Character.HumanoidRootPart.CFrame = NOW
7388
			wait(0.6)
7389
			lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(0,50000,0)
7390
			game:GetService("StarterGui"):SetCore("SendNotification", {
7391
			Title = "Tools needed!";
7392
			Text = "You need a tool in your backpack for this command!";
7393
			})
7394
		end
7395
	end
7396
	if string.sub(msg, 1, 7) == (prefix.."trail ") then
7397
		for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
7398
			traill = true
7399
			trlplr = v
7400
		end
7401
	end
7402
	if string.sub(msg, 1, 8) == (prefix.."untrail") then
7403
		traill = false
7404
	end
7405
	if string.sub(msg, 1, 7) == (prefix.."orbit ") then
7406
		if string.sub(msg, 8) == "all" or string.sub(msg, 8) == "others" or string.sub(msg, 8) == "me" then
7407
			lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
7408
		else
7409
			for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
7410
				local o = Instance.new("RocketPropulsion")
7411
				o.Parent = lplayer.Character.HumanoidRootPart
7412
				o.Name = "Orbit"
7413
				o.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
7414
				o:Fire()
7415
				noclip = true
7416
			end
7417
		end
7418
	end
7419
	if string.sub(msg, 1, 8) == (prefix.."unorbit") then
7420
		lplayer.Character.HumanoidRootPart.Orbit:Destroy()
7421
		noclip = false
7422
	end
7423
	if string.sub(msg, 1, 7) == (prefix.."fling ") then
7424
		if string.sub(msg, 8) == "all" or string.sub(msg, 8) == "others" or string.sub(msg, 8) == "me" then
7425
			lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
7426
		else
7427
			for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
7428
				local y = Instance.new("RocketPropulsion")
7429
				y.Parent = lplayer.Character.HumanoidRootPart
7430
				y.CartoonFactor = 1
7431
				y.MaxThrust = 800000
7432
				y.MaxSpeed = 1000
7433
				y.ThrustP = 200000
7434
				y.Name = "Fling"
7435
				game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
7436
				y.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
7437
				y:Fire()
7438
				noclip = true
7439
			end
7440
		end
7441
	end
7442
	if string.sub(msg, 1, 8) == (prefix.."unfling") then
7443
		noclip = false
7444
		lplayer.Character.HumanoidRootPart.Fling:Destroy()
7445
		game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
7446
		wait(0.4)
7447
		lplayer.Character.HumanoidRootPart.Fling:Destroy()
7448
	end
7449
	if string.sub(msg, 1, 8) == (prefix.."fecheck") then
7450
		if game:GetService("Workspace").FilteringEnabled == true then
7451
			warn("FE is Enabled (Filtering Enabled)")
7452
			game:GetService("StarterGui"):SetCore("SendNotification", {
7453
				Title = "FE is Enabled";
7454
				Text = "Filtering Enabled. Enjoy using Reviz Admin!";
7455
			})
7456
		else
7457
			warn("FE is Disabled (Filtering Disabled) Consider using a different admin script.")
7458
			game:GetService("StarterGui"):SetCore("SendNotification", {
7459
				Title = "FE is Disabled";
7460
				Text = "Filtering Disabled. Consider using a different admin script.";
7461
			})
7462
		end
7463
	end
7464
	if string.sub(msg, 1, 6) == (prefix.."void ") then
7465
		for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
7466
			lplayer.Character.Humanoid.Name = 1
7467
			local l = lplayer.Character["1"]:Clone()
7468
			l.Parent = lplayer.Character
7469
			l.Name = "Humanoid"
7470
			wait(0.1)
7471
			lplayer.Character["1"]:Destroy()
7472
			game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
7473
			lplayer.Character.Animate.Disabled = true
7474
			wait(0.1)
7475
			lplayer.Character.Animate.Disabled = false
7476
			lplayer.Character.Humanoid.DisplayDistanceType = "None"
7477-
			for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
7477+
			for i,v in pairs(game:GetService'Players'.RGames1234.Backpack:GetChildren())do
7478
			lplayer.Character.Humanoid:EquipTool(v)
7479
			end
7480
			lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
7481
			wait(0.2)
7482
			lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
7483
			wait(0.6)
7484
			lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(999999999999999,0,999999999999999)
7485
			game:GetService("StarterGui"):SetCore("SendNotification", {
7486
			Title = "Tools needed!";
7487
			Text = "You need a tool in your backpack for this command!";
7488
			})
7489
		end
7490
	end
7491
	if string.sub(msg, 1, 7) == (prefix.."noclip") then
7492
		noclip = true
7493
		game:GetService("StarterGui"):SetCore("SendNotification", {
7494
		Title = "Noclip enabled";
7495
		Text = "Type ;clip to disable";
7496
		})
7497
	end
7498
	if string.sub(msg, 1, 5) == (prefix.."clip") then
7499
		noclip = false
7500
		game:GetService("StarterGui"):SetCore("SendNotification", {
7501
		Title = "Noclip disabled";
7502
		Text = "Type ;noclip to enable";
7503
		})
7504
	end
7505
	if string.sub(msg, 1, 7) == (prefix.."speed ") then
7506
		lplayer.Character.Humanoid.WalkSpeed = (string.sub(msg, 8))
7507
	end
7508
	if string.sub(msg, 1, 4) == (prefix.."ws ") then
7509
		lplayer.Character.Humanoid.WalkSpeed = (string.sub(msg, 5))
7510
	end
7511
	if string.sub(msg, 1, 11) == (prefix.."hipheight ") then
7512
		lplayer.Character.Humanoid.HipHeight = (string.sub(msg, 12))
7513
	end
7514
	if string.sub(msg, 1, 4) == (prefix.."hh ") then
7515
		lplayer.Character.Humanoid.HipHeight = (string.sub(msg, 5))
7516
	end
7517
	if string.sub(msg, 1, 11) == (prefix.."jumppower ") then
7518
		lplayer.Character.Humanoid.JumpPower = (string.sub(msg, 12))
7519
	end
7520
	if string.sub(msg, 1, 4) == (prefix.."jp ") then
7521
		lplayer.Character.Humanoid.JumpPower = (string.sub(msg, 5))
7522
	end
7523
	if string.sub(msg, 1, 8) == (prefix.."default") then
7524
		lplayer.Character.Humanoid.JumpPower = 50
7525
		lplayer.Character.Humanoid.WalkSpeed = 16
7526
		lplayer.Character.Humanoid.HipHeight = 0
7527
	end
7528
	if string.sub(msg, 1, 7) == (prefix.."annoy ") then
7529
		for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
7530
			annoying = true
7531
			annplr = v
7532
		end
7533
	end
7534
	if string.sub(msg, 1, 8) == (prefix.."unannoy") then
7535
		annoying = false
7536
	end
7537
	if string.sub(msg, 1, 10) == (prefix.."headwalk ") then
7538
		for i,v in pairs(GetPlayer(string.sub(msg, 11))) do
7539
			hwalk = true
7540
			hdwplr = v
7541
		end
7542
	end
7543
	if string.sub(msg, 1, 11) == (prefix.."unheadwalk") then
7544
		hwalk = false
7545
	end
7546
	if string.sub(msg, 1, 8) == (prefix.."nolimbs") then
7547
		lplayer.Character["Left Leg"]:Destroy()
7548
		lplayer.Character["Left Arm"]:Destroy()
7549
		lplayer.Character["Right Leg"]:Destroy()
7550
		lplayer.Character["Right Arm"]:Destroy()
7551
	end
7552
	if string.sub(msg, 1, 4) == (prefix.."god") then
7553
		lplayer.Character.Humanoid.Name = 1
7554
		local l = lplayer.Character["1"]:Clone()
7555
		l.Parent = lplayer.Character
7556
		l.Name = "Humanoid"
7557
		wait(0.1)
7558
		lplayer.Character["1"]:Destroy()
7559
		game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
7560
		lplayer.Character.Animate.Disabled = true
7561
		wait(0.1)
7562
		lplayer.Character.Animate.Disabled = false
7563
		lplayer.Character.Humanoid.DisplayDistanceType = "None"
7564
		game:GetService("StarterGui"):SetCore("SendNotification", {
7565
		Title = "FE Godmode enabled";
7566
		Text = "Use ;grespawn or ;respawn to remove";
7567
		})
7568
	end
7569
	if string.sub(msg, 1, 9) == (prefix.."drophats") then
7570
		for i,v in pairs(lplayer.Character:GetChildren()) do
7571
			if (v:IsA("Accessory")) or (v:IsA("Hat")) then
7572
				v.Parent = workspace
7573
			end
7574
		end
7575
	end
7576
	if string.sub(msg, 1, 9) == (prefix.."droptool") then
7577
		for i,v in pairs(lplayer.Character:GetChildren()) do
7578
			if (v:IsA("Tool")) then
7579
				v.Parent = workspace
7580
			end
7581
		end
7582
	end
7583
	if string.sub(msg, 1, 10) == (prefix.."loopdhats") then
7584
		droppinghats = true
7585
		game:GetService("StarterGui"):SetCore("SendNotification", {
7586
		Title = "Loop Drop Enabled";
7587
		Text = "Type ;unloopdhats to disable";
7588
		})
7589
	end
7590
	if string.sub(msg, 1, 12) == (prefix.."unloopdhats") then
7591
		droppinghats = false
7592
		game:GetService("StarterGui"):SetCore("SendNotification", {
7593
		Title = "Loop Drop Disabled";
7594
		Text = "Type ;loopdhats to enable.";
7595
		})
7596
	end
7597
	if string.sub(msg, 1, 10) == (prefix.."loopdtool") then
7598
		droppingtools = true
7599
		game:GetService("StarterGui"):SetCore("SendNotification", {
7600
		Title = "Loop Drop Enabled";
7601
		Text = "Type ;unloopdtool to disable";
7602
		})
7603
	end
7604
	if string.sub(msg, 1, 12) == (prefix.."unloopdtool") then
7605
		droppingtools = false
7606
		game:GetService("StarterGui"):SetCore("SendNotification", {
7607
		Title = "Loop Drop Disabled";
7608
		Text = "Type ;loopdtool to enable.";
7609
		})
7610
	end
7611
	if string.sub(msg, 1, 10) == (prefix.."invisible") then -- Credit to Timeless
7612-
		Local = game:GetService('Players').LocalPlayer
7612+
		Local = game:GetService('Players').RGames1234
7613
		Char  = Local.Character
7614
		touched,tpdback = false, false
7615
		box = Instance.new('Part',workspace)
7616
		box.Anchored = true
7617
		box.CanCollide = true
7618
		box.Size = Vector3.new(10,1,10)
7619
		box.Position = Vector3.new(0,10000,0)
7620
		box.Touched:connect(function(part)
7621
		    if (part.Parent.Name == Local.Name) then
7622
		        if touched == false then
7623
		            touched = true
7624
		            function apply()
7625
		                if script.Disabled ~= true then
7626
		                    no = Char.HumanoidRootPart:Clone()
7627
		                    wait(.25)
7628
		                    Char.HumanoidRootPart:Destroy()
7629
		                    no.Parent = Char
7630
		                    Char:MoveTo(loc)
7631
		                    touched = false
7632
		                end end
7633
		            if Char then
7634
		                apply()
7635
		            end
7636
		        end
7637
		    end
7638
		end)
7639
		repeat wait() until Char
7640
		loc = Char.HumanoidRootPart.Position
7641
		Char:MoveTo(box.Position + Vector3.new(0,.5,0))
7642
		game:GetService("StarterGui"):SetCore("SendNotification", {
7643
		Title = "Invisibility enabled!";
7644
		Text = "Reset or use ;respawn to remove.";
7645
		})
7646
	end
7647
	if string.sub(msg, 1, 6) == (prefix.."view ") then
7648
		for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
7649
			if game:GetService("Players")[v.Name].Character.Humanoid then
7650
				game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Humanoid
7651
			else
7652
				game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
7653
			end
7654
		end
7655
	end
7656
	if string.sub(msg, 1, 7) == (prefix.."unview") then
7657
		if lplayer.Character.Humanoid then
7658
			game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
7659
		else
7660
			game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
7661
		end
7662
	end
7663
	if string.sub(msg, 1, 6) == (prefix.."goto ") then
7664
		for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
7665
			lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
7666
		end
7667
	end
7668
	if string.sub(msg, 1, 4) == (prefix.."fly") then
7669
	repeat wait() until lplayer and lplayer.Character and lplayer.Character:FindFirstChild('HumanoidRootPart') and lplayer.Character:FindFirstChild('Humanoid')
7670
	repeat wait() until Mouse
7671
	
7672
	local T = lplayer.Character.HumanoidRootPart
7673
	local CONTROL = {F = 0, B = 0, L = 0, R = 0}
7674
	local lCONTROL = {F = 0, B = 0, L = 0, R = 0}
7675
	local SPEED = speedget
7676
	
7677
	local function fly()
7678
		flying = true
7679
		local BG = Instance.new('BodyGyro', T)
7680
		local BV = Instance.new('BodyVelocity', T)
7681
		BG.P = 9e4
7682
		BG.maxTorque = Vector3.new(9e9, 9e9, 9e9)
7683
		BG.cframe = T.CFrame
7684
		BV.velocity = Vector3.new(0, 0.1, 0)
7685
		BV.maxForce = Vector3.new(9e9, 9e9, 9e9)
7686
		spawn(function()
7687
		repeat wait()
7688
		lplayer.Character.Humanoid.PlatformStand = true
7689
		if CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0 then
7690
		SPEED = 50
7691
		elseif not (CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0) and SPEED ~= 0 then
7692
		SPEED = 0
7693
		end
7694
		if (CONTROL.L + CONTROL.R) ~= 0 or (CONTROL.F + CONTROL.B) ~= 0 then
7695
		BV.velocity = ((workspace.CurrentCamera.CoordinateFrame.lookVector * (CONTROL.F + CONTROL.B)) + ((workspace.CurrentCamera.CoordinateFrame * CFrame.new(CONTROL.L + CONTROL.R, (CONTROL.F + CONTROL.B) * 0.2, 0).p) - workspace.CurrentCamera.CoordinateFrame.p)) * SPEED
7696
		lCONTROL = {F = CONTROL.F, B = CONTROL.B, L = CONTROL.L, R = CONTROL.R}
7697
		elseif (CONTROL.L + CONTROL.R) == 0 and (CONTROL.F + CONTROL.B) == 0 and SPEED ~= 0 then
7698
		BV.velocity = ((workspace.CurrentCamera.CoordinateFrame.lookVector * (lCONTROL.F + lCONTROL.B)) + ((workspace.CurrentCamera.CoordinateFrame * CFrame.new(lCONTROL.L + lCONTROL.R, (lCONTROL.F + lCONTROL.B) * 0.2, 0).p) - workspace.CurrentCamera.CoordinateFrame.p)) * SPEED
7699
		else
7700
		BV.velocity = Vector3.new(0, 0.1, 0)
7701
		end
7702
		BG.cframe = workspace.CurrentCamera.CoordinateFrame
7703
				until not flying
7704
				CONTROL = {F = 0, B = 0, L = 0, R = 0}
7705
				lCONTROL = {F = 0, B = 0, L = 0, R = 0}
7706
				SPEED = 0
7707
				BG:destroy()
7708
				BV:destroy()
7709
				lplayer.Character.Humanoid.PlatformStand = false
7710
			end)
7711
		end
7712
	Mouse.KeyDown:connect(function(KEY)
7713
		if KEY:lower() == 'w' then
7714
			CONTROL.F = speedfly
7715
		elseif KEY:lower() == 's' then
7716
			CONTROL.B = -speedfly
7717
		elseif KEY:lower() == 'a' then
7718
			CONTROL.L = -speedfly 
7719
		elseif KEY:lower() == 'd' then 
7720
			CONTROL.R = speedfly
7721
		end
7722
	end)
7723
	Mouse.KeyUp:connect(function(KEY)
7724
		if KEY:lower() == 'w' then
7725
			CONTROL.F = 0
7726
		elseif KEY:lower() == 's' then
7727
			CONTROL.B = 0
7728
		elseif KEY:lower() == 'a' then
7729
			CONTROL.L = 0
7730
		elseif KEY:lower() == 'd' then
7731
			CONTROL.R = 0
7732
		end
7733
	end)
7734
	fly()
7735
	end
7736
	if string.sub(msg, 1, 6) == (prefix.."unfly") then
7737
		flying = false
7738
		lplayer.Character.Humanoid.PlatformStand = false
7739
	end
7740
	if string.sub(msg, 1, 6) == (prefix.."chat ") then
7741
		game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer((string.sub(msg, 7)), "All")
7742
	end
7743
	if string.sub(msg, 1, 6) == (prefix.."spam ") then
7744
		spamtext = (string.sub(msg, 7))
7745
		spamming = true
7746
	end
7747
	if string.sub(msg, 1, 7) == (prefix.."unspam") then
7748
		spamming = false
7749
	end
7750
	if string.sub(msg, 1, 10) == (prefix.."spamwait ") then
7751
		spamdelay = (string.sub(msg, 11))
7752
	end
7753
	if string.sub(msg, 1, 8) == (prefix.."pmspam ") then
7754
		for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
7755
			pmspammed = v.Name
7756
			spammingpm = true
7757
		end
7758
	end
7759
	if string.sub(msg, 1, 9) == (prefix.."unpmspam") then
7760
		spammingpm = false
7761
	end
7762
	if string.sub(msg, 1, 9) == (prefix.."cfreeze ") then
7763
		for i,v in pairs(GetPlayer(string.sub(msg, 10))) do
7764
			v.Character["Left Leg"].Anchored = true
7765
			v.Character["Left Arm"].Anchored = true
7766
			v.Character["Right Leg"].Anchored = true
7767
			v.Character["Right Arm"].Anchored = true
7768
			v.Character.Torso.Anchored = true
7769
			v.Character.Head.Anchored = true
7770
		end
7771
	end
7772
	if string.sub(msg, 1, 11) == (prefix.."uncfreeze ") then
7773
		for i,v in pairs(GetPlayer(string.sub(msg, 12))) do
7774
			v.Character["Left Leg"].Anchored = false
7775
			v.Character["Left Arm"].Anchored = false
7776
			v.Character["Right Leg"].Anchored = false
7777
			v.Character["Right Arm"].Anchored = false
7778
			v.Character.Torso.Anchored = false
7779
			v.Character.Head.Anchored = false
7780
		end
7781
	end
7782
	if string.sub(msg, 1, 9) == (prefix.."unlockws") then
7783
		local a = game:GetService("Workspace"):getChildren()
7784
		for i = 1, #a do
7785
			if a[i].className == "Part" then
7786
				a[i].Locked = false
7787
			elseif a[i].className == "Model" then
7788
				local r = a[i]:getChildren()
7789
				for i = 1, #r do
7790
					if r[i].className == "Part" then
7791
					r[i].Locked = false
7792
					end
7793
				end
7794
			end
7795
		end
7796
		game:GetService("StarterGui"):SetCore("SendNotification", {
7797
		Title = "Success!";
7798
		Text = "Workspace unlocked. Use ;lockws to lock.";
7799
		})
7800
	end
7801
	if string.sub(msg, 1, 7) == (prefix.."lockws") then
7802
		local a = game:GetService("Workspace"):getChildren()
7803
		for i = 1, #a do
7804
			if a[i].className == "Part" then
7805
				a[i].Locked = true
7806
			elseif a[i].className == "Model" then
7807
				local r = a[i]:getChildren()
7808
				for i = 1, #r do
7809
					if r[i].className == "Part" then
7810
					r[i].Locked = true
7811
					end
7812
				end
7813
			end
7814
		end
7815
	end
7816
	if string.sub(msg, 1, 7) == (prefix.."btools") then
7817
		local Clone_T = Instance.new("HopperBin",lplayer.Backpack)
7818
		Clone_T.BinType = "Clone"
7819
		local Destruct = Instance.new("HopperBin",lplayer.Backpack)
7820
		Destruct.BinType = "Hammer"
7821
		local Hold_T = Instance.new("HopperBin",lplayer.Backpack)
7822
		Hold_T.BinType = "Grab"
7823
	end
7824
	if string.sub(msg, 1, 7) == (prefix.."pstand") then
7825
		lplayer.Character.Humanoid.PlatformStand = true
7826
	end
7827
	if string.sub(msg, 1, 9) == (prefix.."unpstand") then
7828
		lplayer.Character.Humanoid.PlatformStand = false
7829
	end
7830
	if string.sub(msg, 1, 10) == (prefix.."blockhead") then
7831
		lplayer.Character.Head.Mesh:Destroy()
7832
	end
7833
	if string.sub(msg, 1, 4) == (prefix.."sit") then
7834
		lplayer.Character.Humanoid.Sit = true
7835
	end
7836
	if string.sub(msg, 1, 10) == (prefix.."bringobj ") then
7837
		local function bringobjw()
7838
		for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
7839
		if obj.Name == (string.sub(msg, 11)) then
7840
		obj.CFrame = lplayer.Character.HumanoidRootPart.CFrame
7841
		obj.CanCollide = false
7842
		obj.Transparency = 0.7
7843
		wait()
7844
		obj.CFrame = lplayer.Character["Left Leg"].CFrame
7845
		wait()
7846
		obj.CFrame = lplayer.Character["Right Leg"].CFrame
7847
		wait()
7848
		obj.CFrame = lplayer.Character["Head"].CFrame
7849
		end
7850
		end
7851
		end
7852
		while wait() do
7853
			bringobjw()
7854
		end
7855
		game:GetService("StarterGui"):SetCore("SendNotification", {
7856
		Title = "BringObj";
7857
		Text = "BringObj enabled.";
7858
		})
7859
	end
7860
	if string.sub(msg, 1, 7) == (prefix.."wsvis ") then
7861
		vis = (string.sub(msg, 8))
7862
		local a = game:GetService("Workspace"):GetDescendants()
7863
		for i = 1, #a do
7864
			if a[i].className == "Part" then
7865
				a[i].Transparency = vis
7866
			elseif a[i].className == "Model" then
7867
				local r = a[i]:getChildren()
7868
				for i = 1, #r do
7869
					if r[i].className == "Part" then
7870
					r[i].Transparency = vis
7871
					end
7872
				end
7873
			end
7874
		end
7875
	end
7876
	if string.sub(msg, 1, 11) == (prefix.."hypertotal") then
7877
		loadstring(game:GetObjects("rbxassetid://1255063809")[1].Source)()
7878
		game:GetService("StarterGui"):SetCore("SendNotification", {
7879
		Title = "Success!";
7880
		Text = "HyperTotal GUI Loaded!";
7881
		})
7882
	end
7883
	if string.sub(msg, 1, 5) == (prefix.."cmds") then
7884
		CMDSFRAME.Visible = true
7885
	end
7886
	if string.sub(msg, 1, 10) == (prefix.."rmeshhats") then
7887
		for i,v in pairs(lplayer.Character:GetChildren()) do
7888
			if (v:IsA("Accessory")) or (v:IsA("Hat")) then
7889
				v.Handle.Mesh:Destroy()
7890
			end
7891
		end
7892
	end
7893
	if string.sub(msg, 1, 10) == (prefix.."blockhats") then
7894
		for i,v in pairs(lplayer.Character:GetChildren()) do
7895
			if (v:IsA("Accessory")) or (v:IsA("Hat")) then
7896
				v.Handle.Mesh:Destroy()
7897
			end
7898
		end
7899
	end
7900
	if string.sub(msg, 1, 10) == (prefix.."rmeshtool") then
7901
		for i,v in pairs(lplayer.Character:GetChildren()) do
7902
			if (v:IsA("Tool")) then
7903
				v.Handle.Mesh:Destroy()
7904
			end
7905
		end
7906
	end
7907
	if string.sub(msg, 1, 10) == (prefix.."blocktool") then
7908
		for i,v in pairs(lplayer.Character:GetChildren()) do
7909
			if (v:IsA("Tool")) then
7910
				v.Handle.Mesh:Destroy()
7911
			end
7912
		end
7913
	end
7914
	if string.sub(msg, 1, 8) == (prefix.."spinner") then
7915
		local p = Instance.new("RocketPropulsion")
7916
		p.Parent = lplayer.Character.HumanoidRootPart
7917
		p.Name = "Spinner"
7918
		p.Target = lplayer.Character["Left Arm"]
7919
		p:Fire()
7920
		game:GetService("StarterGui"):SetCore("SendNotification", {
7921
		Title = "Spinner enabled";
7922
		Text = "Type ;nospinner to disable.";
7923
		})
7924
	end
7925
	if string.sub(msg, 1, 10) == (prefix.."nospinner") then
7926
		lplayer.Character.HumanoidRootPart.Spinner:Destroy()
7927
	end
7928
	if string.sub(msg, 1, 7) == (prefix.."reachd") then
7929-
		for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
7929+
		for i,v in pairs(game:GetService'Players'.RGames1234.Character:GetChildren())do
7930
			if v:isA("Tool") then
7931
				local a = Instance.new("SelectionBox",v.Handle)
7932
				a.Adornee = v.Handle
7933
				v.Handle.Size = Vector3.new(0.5,0.5,60)
7934
				v.GripPos = Vector3.new(0,0,0)
7935
				lplayer.Character.Humanoid:UnequipTools()
7936
			end
7937
		end
7938
		game:GetService("StarterGui"):SetCore("SendNotification", {
7939
		Title = "Reach applied!";
7940
		Text = "Applied to equipped sword. Use ;noreach to disable.";
7941
		})
7942
	end
7943
	if string.sub(msg, 1, 7) == (prefix.."reach ") then
7944-
		for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
7944+
		for i,v in pairs(game:GetService'Players'.RGames1234.Character:GetChildren())do
7945
			if v:isA("Tool") then
7946
				handleSize = v.Handle.Size
7947
				wait()
7948
				local a = Instance.new("SelectionBox",v.Handle)
7949
				a.Name = "a"
7950
				a.Adornee = v.Handle
7951
				v.Handle.Size = Vector3.new(0.5,0.5,(string.sub(msg, 8)))
7952
				v.GripPos = Vector3.new(0,0,0)
7953
				lplayer.Character.Humanoid:UnequipTools()
7954
			end
7955
		end
7956
		game:GetService("StarterGui"):SetCore("SendNotification", {
7957
		Title = "Reach applied!";
7958
		Text = "Applied to equipped sword. Use ;noreach to disable.";
7959
		})
7960
	end
7961
	if string.sub(msg, 1, 8) == (prefix.."noreach") then
7962-
		for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
7962+
		for i,v in pairs(game:GetService'Players'.RGames1234.Character:GetChildren())do
7963
			if v:isA("Tool") then
7964
				v.Handle.a:Destroy()
7965
				v.Handle.Size = handleSize
7966
			end
7967
		end
7968
		game:GetService("StarterGui"):SetCore("SendNotification", {
7969
		Title = "Reach removed!";
7970
		Text = "Removed reach from equipped sword.";
7971
		})
7972
	end
7973
	if string.sub(msg, 1, 7) == (prefix.."rkill ") then
7974
		for i,v in pairs(GetPlayer(string.sub(msg, 8)))do
7975
			lplayer.Character.Humanoid.Name = 1
7976
			local l = lplayer.Character["1"]:Clone()
7977
			l.Parent = lplayer.Character
7978
			l.Name = "Humanoid"
7979
			wait(0.1)
7980
			lplayer.Character["1"]:Destroy()
7981
			game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
7982
			lplayer.Character.Animate.Disabled = true
7983
			wait(0.1)
7984
			lplayer.Character.Animate.Disabled = false
7985
			lplayer.Character.Humanoid.DisplayDistanceType = "None"
7986-
			for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
7986+
			for i,v in pairs(game:GetService'Players'.RGames1234.Backpack:GetChildren())do
7987
			lplayer.Character.Humanoid:EquipTool(v)
7988
			end
7989
			wait(0.1)
7990
			lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
7991
			wait(0.2)
7992
			lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
7993
			wait(0.5)
7994
			lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
7995
			game:GetService("StarterGui"):SetCore("SendNotification", {
7996
			Title = "Tools needed!";
7997
			Text = "You need a tool in your backpack for this command!";
7998
			})
7999
		end
8000
	end
8001
	if string.sub(msg, 1, 7) == (prefix.."tp me ") then
8002
		for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
8003
			lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
8004
		end
8005
	end
8006
	if string.sub(msg, 1, 8) == (prefix.."cbring ") then
8007
		if (string.sub(msg, 9)) == "all" or (string.sub(msg, 9)) == "All" or (string.sub(msg, 9)) == "ALL" then
8008
			cbringall = true
8009
		else
8010
			for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
8011
				brplr = v.Name
8012
			end
8013
		end
8014
		cbring = true
8015
	end
8016
	if string.sub(msg, 1, 9) == (prefix.."uncbring") then
8017
		cbring = false
8018
		cbringall = false
8019
	end
8020
	if string.sub(msg, 1, 6) == (prefix.."swap ") then
8021
		for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
8022
			local NOWPLR = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
8023
			local NOW = lplayer.Character.HumanoidRootPart.CFrame
8024
			lplayer.Character.Humanoid.Name = 1
8025
			local l = lplayer.Character["1"]:Clone()
8026
			l.Parent = lplayer.Character
8027
			l.Name = "Humanoid"
8028
			wait(0.1)
8029
			lplayer.Character["1"]:Destroy()
8030
			game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
8031
			lplayer.Character.Animate.Disabled = true
8032
			wait(0.1)
8033
			lplayer.Character.Animate.Disabled = false
8034
			lplayer.Character.Humanoid.DisplayDistanceType = "None"
8035-
			for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
8035+
			for i,v in pairs(game:GetService'Players'.RGames1234.Backpack:GetChildren())do
8036
			lplayer.Character.Humanoid:EquipTool(v)
8037
			end
8038
			local function tp(player,player2)
8039
			local char1,char2=player.Character,player2.Character
8040
			if char1 and char2 then
8041
			char1:MoveTo(char2.Head.Position)
8042
			end
8043
			end
8044
			wait(0.1)
8045
			lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
8046
			wait(0.2)
8047
			lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
8048
			wait(0.5)
8049
			lplayer.Character.HumanoidRootPart.CFrame = NOW
8050
			wait(0.6)
8051
			tp(lplayer, game:GetService("Players")[v.Name])
8052
			wait(0.4)
8053
			lplayer.Character.HumanoidRootPart.CFrame = NOWPLR
8054
			game:GetService("StarterGui"):SetCore("SendNotification", {
8055
			Title = "Tools needed!";
8056
			Text = "You need a tool in your backpack for this command!";
8057
			})
8058
		end
8059
	end
8060
	if string.sub(msg, 1, 8) == (prefix.."glitch ") then
8061
		for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
8062
			lplayer.Character.Humanoid.Name = 1
8063
			local l = lplayer.Character["1"]:Clone()
8064
			l.Parent = lplayer.Character
8065
			l.Name = "Humanoid"
8066
			wait(0.1)
8067
			lplayer.Character["1"]:Destroy()
8068
			game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
8069
			lplayer.Character.Animate.Disabled = true
8070
			wait(0.1)
8071
			lplayer.Character.Animate.Disabled = false
8072
			lplayer.Character.Humanoid.DisplayDistanceType = "None"
8073-
			for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
8073+
			for i,v in pairs(game:GetService'Players'.RGames1234.Backpack:GetChildren())do
8074
			lplayer.Character.Humanoid:EquipTool(v)
8075
			end
8076
			lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
8077
			wait(0.3)
8078
			lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
8079
			wait(0.4)
8080
			b = Instance.new("BodyForce")
8081
			b.Parent = lplayer.Character.HumanoidRootPart
8082
			b.Name = "Glitch"
8083
			b.Force = Vector3.new(100000000,5000,0)
8084
			game:GetService("StarterGui"):SetCore("SendNotification", {
8085
			Title = "Tools needed!";
8086
			Text = "You need a tool in your backpack for this command!";
8087
			})
8088
		end
8089
	end
8090
	if string.sub(msg, 1, 9) == (prefix.."unglitch") then
8091
		lplayer.Character.HumanoidRootPart.Glitch:Destroy()
8092
		lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(10000,0,10000)
8093
		b = Instance.new("BodyForce")
8094
		b.Parent = lplayer.Character.HumanoidRootPart
8095
		b.Name = "unGlitch"
8096
		b.Force = Vector3.new(0,-5000000,0)
8097
		wait(2)
8098
		lplayer.Character.HumanoidRootPart.unGlitch:Destroy()
8099
	end
8100
	if string.sub(msg, 1, 9) == (prefix.."grespawn") then
8101
		lplayer.Character.Humanoid.Health = 0
8102
		wait(1)
8103
		lplayer.Character.Head.CFrame = CFrame.new(1000000,0,1000000)
8104
		lplayer.Character.Torso.CFrame = CFrame.new(1000000,0,1000000)
8105
	end
8106
	if string.sub(msg, 1, 9) == (prefix.."explorer") then
8107
		loadstring(game:GetObjects("rbxassetid://492005721")[1].Source)()
8108
		game:GetService("StarterGui"):SetCore("SendNotification", {
8109
		Title = "Success!";
8110
		Text = "DEX Explorer has loaded.";
8111
		})
8112
	end
8113
	if string.sub(msg, 1, 6) == (prefix.."anim ") then
8114
		local Anim = Instance.new("Animation")
8115
		Anim.AnimationId = "rbxassetid://"..(string.sub(msg, 7))
8116
		local track = lplayer.Character.Humanoid:LoadAnimation(Anim)
8117
		track:Play(.1, 1, 1)
8118
	end
8119
	if string.sub(msg, 1, 8) == (prefix.."animgui") then
8120
		loadstring(game:GetObjects("rbxassetid://1202558084")[1].Source)()
8121
		game:GetService("StarterGui"):SetCore("SendNotification", {
8122
		Title = "Success!";
8123
		Text = "Energize Animations GUI has loaded.";
8124
		})
8125
	end
8126
	if string.sub(msg, 1, 8) == (prefix.."savepos") then
8127
		saved = lplayer.Character.HumanoidRootPart.CFrame
8128
		game:GetService("StarterGui"):SetCore("SendNotification", {
8129
		Title = "Position Saved";
8130
		Text = "Use ;loadpos to return to saved position.";
8131
		})
8132
	end
8133
	if string.sub(msg, 1, 8) == (prefix.."loadpos") then
8134
		lplayer.Character.HumanoidRootPart.CFrame = saved
8135
	end
8136
	if string.sub(msg, 1, 6) == (prefix.."bang ") then
8137
		for i,v in pairs(GetPlayer(string.sub(msg, 7))) do
8138
			local Anim2 = Instance.new("Animation")
8139
			Anim2.AnimationId = "rbxassetid://148840371"
8140
			local track2 = lplayer.Character.Humanoid:LoadAnimation(Anim2)
8141
			track2:Play(.1, 1, 1)
8142
			bplrr = v.Name
8143
			banpl = true
8144
		end
8145
	end
8146
	if string.sub(msg, 1, 7) == (prefix.."unbang") then
8147
		banpl = false
8148
	end
8149
	if string.sub(msg, 1, 10) == (prefix.."bringmod ") then
8150
		local function bringmodw()
8151
		for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
8152
		if obj.Name == (string.sub(msg, 11)) then
8153
		for i,ch in pairs(obj:GetDescendants()) do
8154
		if (ch:IsA("BasePart")) then
8155
		ch.CFrame = lplayer.Character.HumanoidRootPart.CFrame
8156
		ch.CanCollide = false
8157
		ch.Transparency = 0.7
8158
		wait()
8159
		ch.CFrame = lplayer.Character["Left Leg"].CFrame
8160
		wait()
8161
		ch.CFrame = lplayer.Character["Right Leg"].CFrame
8162
		wait()
8163
		ch.CFrame = lplayer.Character["Head"].CFrame
8164
		end
8165
		end
8166
		end
8167
		end
8168
		end
8169
		while wait() do
8170
			bringmodw()
8171
		end
8172
		game:GetService("StarterGui"):SetCore("SendNotification", {
8173
		Title = "BringMod";
8174
		Text = "BringMod enabled.";
8175
		})
8176
	end
8177
	if string.sub(msg, 1, 8) == (prefix.."respawn") then
8178
		local mod = Instance.new('Model', workspace) mod.Name = 're '..lplayer.Name
8179
		local hum = Instance.new('Humanoid', mod)
8180
		local ins = Instance.new('Part', mod) ins.Name = 'Torso' ins.CanCollide = false ins.Transparency = 1
8181
		lplayer.Character = mod
8182
	end
8183
	if string.sub(msg, 1, 9) == (prefix.."shutdown") then
8184
		game:GetService'RunService'.Stepped:Connect(function()
8185
		pcall(function()
8186
		    for i,v in pairs(game:GetService'Players':GetPlayers()) do
8187
		        if v.Character ~= nil and v.Character:FindFirstChild'Head' then
8188
		            for _,x in pairs(v.Character.Head:GetChildren()) do
8189
		                if x:IsA'Sound' then x.Playing = true x.CharacterSoundEvent:FireServer(true, true) end
8190
		            end
8191
		        end
8192
		    end
8193
		end)
8194
		end)
8195
		game:GetService("StarterGui"):SetCore("SendNotification", {
8196
		Title = "Attempting Shutdown";
8197
		Text = "Shutdown Attempt has begun.";
8198
		})
8199
	end
8200
	if string.sub(msg, 1, 8) == (prefix.."delobj ") then
8201
		objtodel = (string.sub(msg, 9))
8202
		for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
8203
			if v.Name == objtodel then
8204
				v:Destroy()
8205
			end
8206
		end
8207
	end
8208
	if string.sub(msg, 1, 8) == (prefix.."getplrs") then
8209
		for i,v in pairs(game:GetService("Players"):GetPlayers())do
8210
			print(v)
8211
		end
8212
		game:GetService("StarterGui"):SetCore("SendNotification", {
8213
		Title = "Printed";
8214
		Text = "Players have been printed to console. (F9)";
8215
		})
8216
	end
8217
	if string.sub(msg, 1, 9) == (prefix.."deldecal") then
8218
		for i,v in pairs(game:GetService("Workspace"):GetDescendants())do
8219
			if (v:IsA("Decal")) then
8220
				v:Destroy()
8221
			end
8222
		end
8223
	end
8224
	if string.sub(msg, 1, 11) == (prefix.."opfinality") then
8225
		loadstring(game:GetObjects("rbxassetid://1294358929")[1].Source)()
8226
		game:GetService("StarterGui"):SetCore("SendNotification", {
8227
		Title = "Success!";
8228
		Text = "OpFinality GUI has loaded.";
8229
		})
8230
	end
8231
	if string.sub(msg, 1, 8) == (prefix.."remotes") then
8232
		remotes = true
8233
		added = true
8234
		game.DescendantAdded:connect(function(rmt)
8235
		if added == true then
8236
		if remotes == true then 
8237
		if rmt:IsA("RemoteEvent") then
8238
		print("A RemoteEvent was added!")
8239
		print(" game." .. rmt:GetFullName() .. " | RemoteEvent")
8240
		print(" game." .. rmt:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
8241
		end end end
8242
		end)
8243
		game.DescendantAdded:connect(function(rmtfnctn)
8244
		if added == true then
8245
		if remotes == true then 
8246
		if rmtfnctn:IsA("RemoteFunction") then
8247
		warn("A RemoteFunction was added!")
8248
		warn(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction")
8249
		print(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
8250
		end end end
8251
		end)
8252
		
8253
		game.DescendantAdded:connect(function(bndfnctn)
8254
		if added == true then
8255
		if binds == true then 
8256
		if bndfnctn:IsA("BindableFunction") then
8257
		print("A BindableFunction was added!")
8258
		print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction")
8259
		print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
8260
		end end end
8261
		end)
8262
		
8263
		game.DescendantAdded:connect(function(bnd)
8264
		if added == true then
8265
		if binds == true then 
8266
		if bnd:IsA("BindableEvent") then
8267
		warn("A BindableEvent was added!")
8268
		warn(" game." .. bnd:GetFullName() .. " | BindableEvent")
8269
		print(" game." .. bnd:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
8270
		end end end
8271
		end)
8272
		
8273
		
8274
		if binds == true then
8275
		for i,v in pairs(game:GetDescendants()) do
8276
		if v:IsA("BindableFunction") then
8277
		print(" game." .. v:GetFullName() .. " | BindableFunction")
8278
		print(" game." .. v:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
8279
		end end
8280
		for i,v in pairs(game:GetDescendants()) do
8281
		if v:IsA("BindableEvent") then
8282
		warn(" game." .. v:GetFullName() .. " | BindableEvent")
8283
		print(" game." .. v:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
8284
		end end
8285
		else
8286
		print("Off")
8287
		end
8288
		if remotes == true then
8289
		for i,v in pairs(game:GetDescendants()) do
8290
		if v:IsA("RemoteFunction") then
8291
		warn(" game." .. v:GetFullName() .. " | RemoteFunction")
8292
		print(" game." .. v:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
8293
		end end
8294
		wait()
8295
		for i,v in pairs(game:GetDescendants()) do
8296
		if v:IsA("RemoteEvent") then
8297
		print(" game." .. v:GetFullName() .. " | RemoteEvent")
8298
		print(" game." .. v:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
8299
		end end
8300
		else
8301
		print("Off")
8302
		end
8303
		game:GetService("StarterGui"):SetCore("SendNotification", {
8304
		Title = "Printing Remotes";
8305
		Text = "Type ;noremotes to disable.";
8306
		})
8307
	end
8308
	if string.sub(msg, 1, 10) == (prefix.."noremotes") then
8309
		remotes = false
8310
		added = false
8311
		game:GetService("StarterGui"):SetCore("SendNotification", {
8312
		Title = "Printing Remotes Disabled";
8313
		Text = "Type ;remotes to enable.";
8314
		})
8315
	end
8316
	if string.sub(msg, 1, 10) == (prefix.."tpdefault") then
8317
		spin = false
8318
		followed = false
8319
		traill = false
8320
		noclip = false
8321
		annoying = false
8322
		hwalk = false
8323
		cbringing = false
8324
	end
8325
	if string.sub(msg, 1, 8) == (prefix.."stopsit") then
8326
		stopsitting = true
8327
	end
8328
	if string.sub(msg, 1, 6) == (prefix.."gosit") then
8329
		stopsitting = false
8330
	end
8331
	if string.sub(msg, 1, 8) == (prefix.."version") then
8332
		print(adminversion)
8333
		game:GetService("StarterGui"):SetCore("SendNotification", {
8334
		Title = "Version";
8335
		Text = adminversion;
8336
		})
8337
	end
8338
	if string.sub(msg, 1, 8) == (prefix.."clicktp") then
8339
		clickgoto = true
8340
		game:GetService("StarterGui"):SetCore("SendNotification", {
8341
		Title = "Click TP";
8342
		Text = "Press E to teleport to mouse position, ;noclicktp to stop";
8343
		})
8344
	end
8345
	if string.sub(msg, 1, 9) == (prefix.."clickdel") then
8346
		clickdel = true
8347
		game:GetService("StarterGui"):SetCore("SendNotification", {
8348
		Title = "Click Delete";
8349
		Text = "Press E to delete part at mouse, ;noclickdel to stop";
8350
		})
8351
	end
8352
	if string.sub(msg, 1, 11) == (prefix.."noclickdel") then
8353
		clickdel = false
8354
		game:GetService("StarterGui"):SetCore("SendNotification", {
8355
		Title = "Click Delete";
8356
		Text = "Click delete has been disabled.";
8357
		})
8358
	end
8359
	if string.sub(msg, 1, 10) == (prefix.."noclicktp") then
8360
		clickgoto = false
8361
		game:GetService("StarterGui"):SetCore("SendNotification", {
8362
		Title = "Click TP";
8363
		Text = "Click TP has been disabled.";
8364
		})
8365
	end
8366
	if string.sub(msg, 1, 8) == (prefix.."toolson") then
8367
		gettingtools = true
8368
		game:GetService("StarterGui"):SetCore("SendNotification", {
8369
		Title = "Tools Enabled";
8370
		Text = "Automatically colleting tools dropped.";
8371
		})
8372
	end
8373
	if string.sub(msg, 1, 9) == (prefix.."toolsoff") then
8374
		gettingtools = false
8375
		game:GetService("StarterGui"):SetCore("SendNotification", {
8376
		Title = "Tools Disabled";
8377
		Text = "Click TP has been disabled.";
8378
		})
8379
	end
8380
	if string.sub(msg, 1, 10) == (prefix.."delcmdbar") then
8381
		ScreenGui:Destroy()
8382
	end
8383
	if string.sub(msg, 1, 6) == (prefix.."reset") then
8384
		lplayer.Character.Head:Destroy()
8385
	end
8386
	if string.sub(msg, 1, 7) == (prefix.."state ") then
8387
		statechosen = string.sub(msg, 8)
8388
		changingstate = true
8389
	end
8390
	if string.sub(msg, 1, 9) == (prefix.."gravity ") then
8391
		game:GetService("Workspace").Gravity = string.sub(msg, 10)
8392
	end
8393
	if string.sub(msg, 1, 10) == (prefix.."looprhats") then
8394
		removingmeshhats = true
8395
	end
8396
	if string.sub(msg, 1, 12) == (prefix.."unlooprhats") then
8397
		removingmeshhats = false
8398
	end
8399
	if string.sub(msg, 1, 10) == (prefix.."looprtool") then
8400
		removingmeshtool = true
8401
	end
8402
	if string.sub(msg, 1, 12) == (prefix.."unlooprtool") then
8403
		removingmeshtool = false
8404
	end
8405
	if string.sub(msg, 1, 10) == (prefix.."givetool ") then
8406-
		for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetDescendants()) do
8406+
		for i,v in pairs(game:GetService("Players").RGames1234.Character:GetDescendants()) do
8407
			if v:IsA("Tool") then
8408
				for i,player in pairs(GetPlayer(string.sub(msg, 11))) do
8409
					v.Parent = player.Character
8410
				end
8411
			end
8412
		end
8413
	end
8414
	if string.sub(msg, 1, 14) == (prefix.."givealltools ") then
8415-
		for i,v in pairs(game:GetService("Players").LocalPlayer.Backpack:GetDescendants()) do
8415+
		for i,v in pairs(game:GetService("Players").RGames1234.Backpack:GetDescendants()) do
8416
			if v:IsA("Tool") then
8417
				v.Parent = lplayer.Character
8418
				wait()
8419
				for i,player in pairs(GetPlayer(string.sub(msg, 15))) do
8420
					v.Parent = player.Character
8421
				end
8422
			end
8423
		end
8424
	end
8425
	if string.sub(msg, 1, 5) == (prefix.."age ") then
8426
		for i,player in pairs(GetPlayer(string.sub(msg, 6))) do
8427
			game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account Age: "..player.AccountAge.." days!", "All")
8428
		end
8429
	end
8430
	if string.sub(msg, 1, 4) == (prefix.."id ") then
8431
		for i,player in pairs(GetPlayer(string.sub(msg, 5))) do
8432
			game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account ID: "..player.UserId, "All")
8433
		end
8434
	end
8435
	if string.sub(msg, 1, 6) == (prefix..".age ") then
8436
		for i,player in pairs(GetPlayer(string.sub(msg, 7))) do
8437
			game:GetService("StarterGui"):SetCore("SendNotification", {
8438
			Title = player.AccountAge.." Days";
8439
			Text = "Account age of "..player.Name;
8440
			})
8441
		end
8442
	end
8443
	if string.sub(msg, 1, 5) == (prefix..".id ") then
8444
		for i,player in pairs(GetPlayer(string.sub(msg, 6))) do
8445
			game:GetService("StarterGui"):SetCore("SendNotification", {
8446
			Title = player.UserId.." ID";
8447
			Text = "Account ID of "..player.Name;
8448
			})
8449
		end
8450
	end
8451
	if string.sub(msg, 1, 7) == (prefix.."gameid") then
8452
		game:GetService("StarterGui"):SetCore("SendNotification", {
8453
		Title = "Game ID";
8454
		Text = "Game ID: ".. game.GameId;
8455
		})
8456
	end
8457
	if string.sub(msg, 1, 4) == (prefix.."pgs") then
8458
		local pgscheck = game:GetService("Workspace"):PGSIsEnabled()
8459
		if pgscheck == true then
8460
			game:GetService("StarterGui"):SetCore("SendNotification", {
8461
			Title = "PGSPhysicsSolverEnabled";
8462
			Text = "PGS is Enabled!";
8463
			})
8464
		else
8465
			game:GetService("StarterGui"):SetCore("SendNotification", {
8466
			Title = "PGSPhysicsSolverEnabled";
8467
			Text = "PGS is Disabled!";
8468
			})
8469
		end
8470
	end
8471
	if string.sub(msg, 1, 12) == (prefix.."removeinvis") then
8472
		for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
8473
			if v:IsA("Part") then
8474
				if v.Transparency == 1 then
8475
					if v.Name ~= "HumanoidRootPart" then
8476
						v:Destroy()
8477
					end
8478
				end
8479
			end
8480
		end
8481
	end
8482
	if string.sub(msg, 1, 10) == (prefix.."removefog") then
8483
		game:GetService("Lighting").FogStart = 0
8484
		game:GetService("Lighting").FogEnd = 9999999999999
8485
	end
8486
	if string.sub(msg, 1, 8) == (prefix.."disable") then
8487
		lplayer.Character.Humanoid.Parent = lplayer
8488
	end
8489
	if string.sub(msg, 1, 7) == (prefix.."enable") then
8490
		lplayer.Humanoid.Parent = lplayer.Character
8491
	end
8492
	if string.sub(msg, 1, 8) == (prefix.."prefix ") then
8493
		prefix = (string.sub(msg, 9, 9))
8494
		wait(0.1)
8495
		change()
8496
		wait(0.1)
8497
		game:GetService("StarterGui"):SetCore("SendNotification", {
8498
		Title = "Prefix changed!";
8499
		Text = "Prefix is now "..prefix..". Use ;resetprefix to reset to ;";
8500
		})
8501
	end
8502
	if string.sub(msg, 1, 12) == (";resetprefix") then
8503
		prefix = ";"
8504
		wait(0.1)
8505
		change()
8506
		wait(0.1)
8507
		game:GetService("StarterGui"):SetCore("SendNotification", {
8508
		Title = "Prefix changed!";
8509
		Text = "Prefix is now "..prefix..". Make sure it's one key!";
8510
		})
8511
	end
8512
	if string.sub(msg, 1, 10) == (prefix.."flyspeed ") then
8513
		speedfly = string.sub(msg, 11)
8514
		wait()
8515
		change()
8516
	end
8517
	if string.sub(msg, 1, 8) == (prefix.."carpet ") then
8518
		for i,v in pairs(GetPlayer(string.sub(msg, 9))) do
8519
			local Anim3 = Instance.new("Animation")
8520
			Anim3.AnimationId = "rbxassetid://282574440"
8521
			local track3 = lplayer.Character.Humanoid:LoadAnimation(Anim3)
8522
			track3:Play(.1, 1, 1)
8523
			bplrr = v.Name
8524
			banpl = true
8525
		end
8526
	end
8527
	if string.sub(msg, 1, 9) == (prefix.."uncarpet") then
8528
		banpl = false
8529
	end
8530
	if string.sub(msg, 1, 7) == (prefix.."stare ") then
8531
		for i,v in pairs(GetPlayer(string.sub(msg, 8))) do
8532
			staring = true
8533
			stareplr = v
8534
		end
8535
	end
8536
	if string.sub(msg, 1, 8) == (prefix.."unstare") then
8537
		staring = false
8538
	end
8539
	if string.sub(msg, 1, 8) == (prefix.."logchat") then
8540
		chatlogs = true
8541
		game:GetService("StarterGui"):SetCore("SendNotification", {
8542
		Title = "LogChat enabled";
8543
		Text = "Now logging all player chat.";
8544
		})
8545
	end
8546
	if string.sub(msg, 1, 10) == (prefix.."unlogchat") then
8547
		chatlogs = false
8548
		game:GetService("StarterGui"):SetCore("SendNotification", {
8549
		Title = "LogChat disabled";
8550
		Text = "Stopped logging all player chat.";
8551
		})
8552
	end
8553
	if string.sub(msg, 1, 7) == (prefix.."fixcam") then
8554
		game:GetService("Workspace").CurrentCamera:Destroy()
8555
		wait(0.1)
8556
		game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
8557
		game:GetService("Workspace").CurrentCamera.CameraType = "Custom"
8558
		lplayer.CameraMinZoomDistance = 0.5
8559
		lplayer.CameraMaxZoomDistance = 400
8560
		lplayer.CameraMode = "Classic"
8561
	end
8562
	if string.sub(msg, 1, 8) == (prefix.."unstate") then
8563
		changingstate = false
8564
	end
8565
end)
8566
8567
local function tp()
8568
	for i, player in ipairs(game:GetService("Players"):GetPlayers()) do
8569
		if player.Character and player.Character:FindFirstChild("HumanoidRootPart") then
8570
			if player.Name == brplr then
8571
				player.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame + lplayer.Character.HumanoidRootPart.CFrame.lookVector * 2
8572
			end
8573
		end
8574
	end
8575
end
8576
local function tpall()
8577
	for i, player in ipairs(game:GetService("Players"):GetPlayers()) do
8578
		if player.Character and player.Character:FindFirstChild("HumanoidRootPart") then
8579
			player.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame + lplayer.Character.HumanoidRootPart.CFrame.lookVector * 3
8580
		end
8581
	end
8582
end
8583
spawn(function()
8584
	while wait(spamdelay) do
8585
		if spamming == true then
8586
			game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(spamtext, "All")
8587
		end
8588
	end
8589
end)
8590
spawn(function()
8591
	while wait(spamdelay) do
8592
		if spammingpm == true then
8593
			game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer("/w "..pmspammed.." @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@", "All")
8594
		end
8595
	end
8596
end)
8597
spawn(function()
8598
	while wait() do
8599
		if cbring == true then
8600
			tp()
8601
		end
8602
	end
8603
end)
8604
spawn(function()
8605
	while wait() do
8606
		if cbringall == true then
8607
			tpall()
8608
		end
8609
	end
8610
end)
8611
8612
Mouse.KeyDown:connect(function(Key)
8613
	if Key == prefix then
8614
		CMDBAR:CaptureFocus()
8615
	end
8616
end)
8617
8618
CMDBAR.FocusLost:connect(function(enterPressed)
8619
	if enterPressed then
8620
		if string.sub(CMDBAR.Text, 1, 5) == ("kill ") then
8621
			if string.sub(CMDBAR.Text, 6) == "me" then
8622
				lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(100000,0,100000)
8623
			else
8624
				for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6)))do
8625
					local NOW = lplayer.Character.HumanoidRootPart.CFrame
8626
					lplayer.Character.Humanoid.Name = 1
8627
					local l = lplayer.Character["1"]:Clone()
8628
					l.Parent = lplayer.Character
8629
					l.Name = "Humanoid"
8630
					wait(0.1)
8631
					lplayer.Character["1"]:Destroy()
8632
					game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
8633
					lplayer.Character.Animate.Disabled = true
8634
					wait(0.1)
8635
					lplayer.Character.Animate.Disabled = false
8636
					lplayer.Character.Humanoid.DisplayDistanceType = "None"
8637-
					for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
8637+
					for i,v in pairs(game:GetService'Players'.RGames1234.Backpack:GetChildren())do
8638
					lplayer.Character.Humanoid:EquipTool(v)
8639
					end
8640
					local function tp(player,player2)
8641
					local char1,char2=player.Character,player2.Character
8642
					if char1 and char2 then
8643
					char1:MoveTo(char2.Head.Position)
8644
					end
8645
					end
8646
					wait(0.1)
8647
					lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
8648
					wait(0.2)
8649
					lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
8650
					wait(0.5)
8651
					lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
8652
					wait(0.7)
8653
					tp(lplayer,game:GetService("Players")[v.Name])
8654
					wait(0.7)
8655
					lplayer.Character.HumanoidRootPart.CFrame = NOW
8656
					game:GetService("StarterGui"):SetCore("SendNotification", {
8657
					Title = "Tools needed!";
8658
					Text = "You need a tool in your backpack for this command!";
8659
					})
8660
				end
8661
			end
8662
		end
8663
		if string.sub(CMDBAR.Text, 1, 6) == ("bring ") then
8664
			for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7)))do
8665
				local NOW = lplayer.Character.HumanoidRootPart.CFrame
8666
				lplayer.Character.Humanoid.Name = 1
8667
				local l = lplayer.Character["1"]:Clone()
8668
				l.Parent = lplayer.Character
8669
				l.Name = "Humanoid"
8670
				wait(0.1)
8671
				lplayer.Character["1"]:Destroy()
8672
				game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
8673
				lplayer.Character.Animate.Disabled = true
8674
				wait(0.1)
8675
				lplayer.Character.Animate.Disabled = false
8676
				lplayer.Character.Humanoid.DisplayDistanceType = "None"
8677-
				for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
8677+
				for i,v in pairs(game:GetService'Players'.RGames1234.Backpack:GetChildren())do
8678
				lplayer.Character.Humanoid:EquipTool(v)
8679
				end
8680
				local function tp(player,player2)
8681
				local char1,char2=player.Character,player2.Character
8682
				if char1 and char2 then
8683
				char1.HumanoidRootPart.CFrame = char2.HumanoidRootPart.CFrame
8684
				end
8685
				end
8686
				local function getout(player,player2)
8687
				local char1,char2=player.Character,player2.Character
8688
				if char1 and char2 then
8689
				char1:MoveTo(char2.Head.Position)
8690
				end
8691
				end
8692
				tp(game:GetService("Players")[v.Name], lplayer)
8693
				wait(0.2)
8694
				tp(game:GetService("Players")[v.Name], lplayer)
8695
				wait(0.5)
8696
				lplayer.Character.HumanoidRootPart.CFrame = NOW
8697
				wait(0.5)
8698
				getout(lplayer, game:GetService("Players")[v.Name])
8699
				wait(0.3)
8700
				lplayer.Character.HumanoidRootPart.CFrame = NOW
8701
				game:GetService("StarterGui"):SetCore("SendNotification", {
8702
				Title = "Tools needed!";
8703
				Text = "You need a tool in your backpack for this command!";
8704
				})
8705
			end
8706
		end
8707
		if string.sub(CMDBAR.Text, 1, 5) == ("spin ") then
8708
			for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
8709
				lplayer.Character.Humanoid.Name = 1
8710
				local l = lplayer.Character["1"]:Clone()
8711
				l.Parent = lplayer.Character
8712
				l.Name = "Humanoid"
8713
				wait(0.1)
8714
				lplayer.Character["1"]:Destroy()
8715
				game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
8716
				lplayer.Character.Animate.Disabled = true
8717
				wait(0.1)
8718
				lplayer.Character.Animate.Disabled = false
8719
				lplayer.Character.Humanoid.DisplayDistanceType = "None"
8720-
				for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
8720+
				for i,v in pairs(game:GetService'Players'.RGames1234.Backpack:GetChildren())do
8721
				lplayer.Character.Humanoid:EquipTool(v)
8722
				end
8723
				lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
8724
				spinplr = v
8725
				wait(0.5)
8726
				spin = true
8727
				game:GetService("StarterGui"):SetCore("SendNotification", {
8728
				Title = "Tools needed!";
8729
				Text = "You need a tool in your backpack for this command!";
8730
				})
8731
			end
8732
		end
8733
		if string.sub(CMDBAR.Text, 1, 6) == ("unspin") then
8734
			spin = false
8735
		end
8736
		if string.sub(CMDBAR.Text, 1, 7) == ("attach ") then
8737
			for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
8738
				lplayer.Character.Humanoid.Name = 1
8739
				local l = lplayer.Character["1"]:Clone()
8740
				l.Parent = lplayer.Character
8741
				l.Name = "Humanoid"
8742
				wait(0.1)
8743
				lplayer.Character["1"]:Destroy()
8744
				game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
8745
				lplayer.Character.Animate.Disabled = true
8746
				wait(0.1)
8747
				lplayer.Character.Animate.Disabled = false
8748
				lplayer.Character.Humanoid.DisplayDistanceType = "None"
8749-
				for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
8749+
				for i,v in pairs(game:GetService'Players'.RGames1234.Backpack:GetChildren())do
8750
				lplayer.Character.Humanoid:EquipTool(v)
8751
				end
8752
				lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
8753
				wait(0.3)
8754
				lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
8755
				attplr = v
8756
				game:GetService("StarterGui"):SetCore("SendNotification", {
8757
				Title = "Tools needed!";
8758
				Text = "You need a tool in your backpack for this command!";
8759
				})
8760
			end
8761
		end
8762
		if string.sub(CMDBAR.Text, 1, 9) == ("unattach ") then
8763
			for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
8764
				local function getout(player,player2)
8765
				local char1,char2=player.Character,player2.Character
8766
				if char1 and char2 then
8767
				char1:MoveTo(char2.Head.Position)
8768
				end
8769
				end
8770
				getout(lplayer, game:GetService("Players")[v.Name])
8771
			end
8772
		end
8773
		if string.sub(CMDBAR.Text, 1, 7) == ("follow ") then
8774
			for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
8775
				followed = true
8776
				flwplr = v
8777
			end
8778
		end
8779
		if string.sub(CMDBAR.Text, 1, 8) == ("unfollow") then
8780
			followed = false
8781
		end
8782
		if string.sub(CMDBAR.Text, 1, 9) == ("freefall ") then
8783
			for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
8784
				local NOW = lplayer.Character.HumanoidRootPart.CFrame
8785
				lplayer.Character.Humanoid.Name = 1
8786
				local l = lplayer.Character["1"]:Clone()
8787
				l.Parent = lplayer.Character
8788
				l.Name = "Humanoid"
8789
				wait(0.1)
8790
				lplayer.Character["1"]:Destroy()
8791
				game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
8792
				lplayer.Character.Animate.Disabled = true
8793
				wait(0.1)
8794
				lplayer.Character.Animate.Disabled = false
8795
				lplayer.Character.Humanoid.DisplayDistanceType = "None"
8796-
				for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
8796+
				for i,v in pairs(game:GetService'Players'.RGames1234.Backpack:GetChildren())do
8797
				lplayer.Character.Humanoid:EquipTool(v)
8798
				end
8799
				lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
8800
				wait(0.2)
8801
				lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
8802
				wait(0.6)
8803
				lplayer.Character.HumanoidRootPart.CFrame = NOW
8804
				wait(0.6)
8805
				lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(0,50000,0)
8806
				game:GetService("StarterGui"):SetCore("SendNotification", {
8807
				Title = "Tools needed!";
8808
				Text = "You need a tool in your backpack for this command!";
8809
				})
8810
			end
8811
		end
8812
		if string.sub(CMDBAR.Text, 1, 6) == ("trail ") then
8813
			for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
8814
				traill = true
8815
				trlplr = v
8816
			end
8817
		end
8818
		if string.sub(CMDBAR.Text, 1, 7) == ("untrail") then
8819
			traill = false
8820
		end
8821
		if string.sub(CMDBAR.Text, 1, 6) == ("orbit ") then
8822
			if string.sub(CMDBAR.Text, 7) == "all" or string.sub(CMDBAR.Text, 7) == "others" or string.sub(CMDBAR.Text, 7) == "me" then
8823
				lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
8824
			else
8825
				for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
8826
					local o = Instance.new("RocketPropulsion")
8827
					o.Parent = lplayer.Character.HumanoidRootPart
8828
					o.Name = "Orbit"
8829
					o.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
8830
					o:Fire()
8831
					noclip = true
8832
				end
8833
			end
8834
		end
8835
		if string.sub(CMDBAR.Text, 1, 7) == ("unorbit") then
8836
			lplayer.Character.HumanoidRootPart.Orbit:Destroy()
8837
			noclip = false
8838
		end
8839
		if string.sub(CMDBAR.Text, 1, 6) == ("fling ") then
8840
			if string.sub(CMDBAR.Text, 7) == "all" or string.sub(CMDBAR.Text, 7) == "others" or string.sub(CMDBAR.Text, 7) == "me" then
8841
				lplayer.Character.HumanoidRootPart.CFrame = lplayer.Character.HumanoidRootPart.CFrame
8842
			else
8843
				for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
8844
					local y = Instance.new("RocketPropulsion")
8845
					y.Parent = lplayer.Character.HumanoidRootPart
8846
					y.CartoonFactor = 1
8847
					y.MaxThrust = 800000
8848
					y.MaxSpeed = 1000
8849
					y.ThrustP = 200000
8850
					y.Name = "Fling"
8851
					game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
8852
					y.Target = game:GetService("Players")[v.Name].Character.HumanoidRootPart
8853
					y:Fire()
8854
					noclip = true
8855
				end
8856
			end
8857
		end
8858
		if string.sub(CMDBAR.Text, 1, 7) == ("unfling") then
8859
			noclip = false
8860
			lplayer.Character.HumanoidRootPart.Fling:Destroy()
8861
			game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
8862
			wait(0.4)
8863
			lplayer.Character.HumanoidRootPart.Fling:Destroy()
8864
		end
8865
		if string.sub(CMDBAR.Text, 1, 7) == ("fecheck") then
8866
			if game:GetService("Workspace").FilteringEnabled == true then
8867
				warn("FE is Enabled (Filtering Enabled)")
8868
				game:GetService("StarterGui"):SetCore("SendNotification", {
8869
					Title = "FE is Enabled";
8870
					Text = "Filtering Enabled. Enjoy using Reviz Admin!";
8871
				})
8872
			else
8873
				warn("FE is Disabled (Filtering Disabled) Consider using a different admin script.")
8874
				game:GetService("StarterGui"):SetCore("SendNotification", {
8875
					Title = "FE is Disabled";
8876
					Text = "Filtering Disabled. Consider using a different admin script.";
8877
				})
8878
			end
8879
		end
8880
		if string.sub(CMDBAR.Text, 1, 5) == ("void ") then
8881
			for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
8882
				lplayer.Character.Humanoid.Name = 1
8883
				local l = lplayer.Character["1"]:Clone()
8884
				l.Parent = lplayer.Character
8885
				l.Name = "Humanoid"
8886
				wait(0.1)
8887
				lplayer.Character["1"]:Destroy()
8888
				game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
8889
				lplayer.Character.Animate.Disabled = true
8890
				wait(0.1)
8891
				lplayer.Character.Animate.Disabled = false
8892
				lplayer.Character.Humanoid.DisplayDistanceType = "None"
8893-
				for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
8893+
				for i,v in pairs(game:GetService'Players'.RGames1234.Backpack:GetChildren())do
8894
				lplayer.Character.Humanoid:EquipTool(v)
8895
				end
8896
				lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
8897
				wait(0.2)
8898
				lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
8899
				wait(0.6)
8900
				lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(999999999999999,0,999999999999999)
8901
				game:GetService("StarterGui"):SetCore("SendNotification", {
8902
				Title = "Tools needed!";
8903
				Text = "You need a tool in your backpack for this command!";
8904
				})
8905
			end
8906
		end
8907
		if string.sub(CMDBAR.Text, 1, 6) == ("noclip") then
8908
			noclip = true
8909
			game:GetService("StarterGui"):SetCore("SendNotification", {
8910
			Title = "Noclip enabled";
8911
			Text = "Type ;clip to disable";
8912
			})
8913
		end
8914
		if string.sub(CMDBAR.Text, 1, 4) == ("clip") then
8915
			noclip = false
8916
			game:GetService("StarterGui"):SetCore("SendNotification", {
8917
			Title = "Noclip disabled";
8918
			Text = "Type ;noclip to enable";
8919
			})
8920
		end
8921
		if string.sub(CMDBAR.Text, 1, 6) == ("speed ") then
8922
			lplayer.Character.Humanoid.WalkSpeed = (string.sub(CMDBAR.Text, 7))
8923
		end
8924
		if string.sub(CMDBAR.Text, 1, 3) == ("ws ") then
8925
			lplayer.Character.Humanoid.WalkSpeed = (string.sub(CMDBAR.Text, 4))
8926
		end
8927
		if string.sub(CMDBAR.Text, 1, 10) == ("hipheight ") then
8928
			lplayer.Character.Humanoid.HipHeight = (string.sub(CMDBAR.Text, 11))
8929
		end
8930
		if string.sub(CMDBAR.Text, 1, 3) == ("hh ") then
8931
			lplayer.Character.Humanoid.HipHeight = (string.sub(CMDBAR.Text, 4))
8932
		end
8933
		if string.sub(CMDBAR.Text, 1, 10) == ("jumppower ") then
8934
			lplayer.Character.Humanoid.JumpPower = (string.sub(CMDBAR.Text, 11))
8935
		end
8936
		if string.sub(CMDBAR.Text, 1, 3) == ("jp ") then
8937
			lplayer.Character.Humanoid.JumpPower = (string.sub(CMDBAR.Text, 4))
8938
		end
8939
		if string.sub(CMDBAR.Text, 1, 7) == ("default") then
8940
			lplayer.Character.Humanoid.JumpPower = 50
8941
			lplayer.Character.Humanoid.WalkSpeed = 16
8942
			lplayer.Character.Humanoid.HipHeight = 0
8943
		end
8944
		if string.sub(CMDBAR.Text, 1, 6) == ("annoy ") then
8945
			for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
8946
				annoying = true
8947
				annplr = v
8948
			end
8949
		end
8950
		if string.sub(CMDBAR.Text, 1, 7) == ("unannoy") then
8951
			annoying = false
8952
		end
8953
		if string.sub(CMDBAR.Text, 1, 9) == ("headwalk ") then
8954
			for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
8955
				hwalk = true
8956
				hdwplr = v
8957
			end
8958
		end
8959
		if string.sub(CMDBAR.Text, 1, 10) == ("unheadwalk") then
8960
			hwalk = false
8961
		end
8962
		if string.sub(CMDBAR.Text, 1, 7) == ("nolimbs") then
8963
			lplayer.Character["Left Leg"]:Destroy()
8964
			lplayer.Character["Left Arm"]:Destroy()
8965
			lplayer.Character["Right Leg"]:Destroy()
8966
			lplayer.Character["Right Arm"]:Destroy()
8967
		end
8968
		if string.sub(CMDBAR.Text, 1, 3) == ("god") then
8969
			lplayer.Character.Humanoid.Name = 1
8970
			local l = lplayer.Character["1"]:Clone()
8971
			l.Parent = lplayer.Character
8972
			l.Name = "Humanoid"
8973
			wait(0.1)
8974
			lplayer.Character["1"]:Destroy()
8975
			game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
8976
			lplayer.Character.Animate.Disabled = true
8977
			wait(0.1)
8978
			lplayer.Character.Animate.Disabled = false
8979
			lplayer.Character.Humanoid.DisplayDistanceType = "None"
8980
			game:GetService("StarterGui"):SetCore("SendNotification", {
8981
			Title = "FE Godmode enabled";
8982
			Text = "Use ;grespawn or ;respawn to remove.";
8983
			})
8984
		end
8985
		if string.sub(CMDBAR.Text, 1, 8) == ("drophats") then
8986
			for i,v in pairs(lplayer.Character:GetChildren()) do
8987
				if (v:IsA("Accessory")) or (v:IsA("Hat")) then
8988
					v.Parent = workspace
8989
				end
8990
			end
8991
		end
8992
		if string.sub(CMDBAR.Text, 1, 8) == ("droptool") then
8993
			for i,v in pairs(lplayer.Character:GetChildren()) do
8994
				if (v:IsA("Tool")) then
8995
					v.Parent = workspace
8996
				end
8997
			end
8998
		end
8999
		if string.sub(CMDBAR.Text, 1, 9) == ("loopdhats") then
9000
			droppinghats = true
9001
			game:GetService("StarterGui"):SetCore("SendNotification", {
9002
			Title = "Loop Drop Enabled";
9003
			Text = "Type ;unloopdhats to disable";
9004
			})
9005
		end
9006
		if string.sub(CMDBAR.Text, 1, 11) == ("unloopdhats") then
9007
			droppinghats = false
9008
			game:GetService("StarterGui"):SetCore("SendNotification", {
9009
			Title = "Loop Drop Disabled";
9010
			Text = "Type ;loopdhats to enable.";
9011
			})
9012
		end
9013
		if string.sub(CMDBAR.Text, 1, 9) == ("loopdtool") then
9014
			droppingtools = true
9015
			game:GetService("StarterGui"):SetCore("SendNotification", {
9016
			Title = "Loop Drop Enabled";
9017
			Text = "Type ;unloopdtool to disable";
9018
			})
9019
		end
9020
		if string.sub(CMDBAR.Text, 1, 11) == ("unloopdtool") then
9021
			droppingtools = false
9022
			game:GetService("StarterGui"):SetCore("SendNotification", {
9023
			Title = "Loop Drop Disabled";
9024
			Text = "Type ;loopdtool to enable.";
9025
			})
9026
		end
9027
		if string.sub(CMDBAR.Text, 1, 9) == ("invisible") then -- Credit to Timeless
9028-
			Local = game:GetService('Players').LocalPlayer
9028+
			Local = game:GetService('Players').RGames1234
9029
			Char  = Local.Character
9030
			touched,tpdback = false, false
9031
			box = Instance.new('Part',workspace)
9032
			box.Anchored = true
9033
			box.CanCollide = true
9034
			box.Size = Vector3.new(10,1,10)
9035
			box.Position = Vector3.new(0,10000,0)
9036
			box.Touched:connect(function(part)
9037
			    if (part.Parent.Name == Local.Name) then
9038
			        if touched == false then
9039
			            touched = true
9040
			            function apply()
9041
			                if script.Disabled ~= true then
9042
			                    no = Char.HumanoidRootPart:Clone()
9043
			                    wait(.25)
9044
			                    Char.HumanoidRootPart:Destroy()
9045
			                    no.Parent = Char
9046
			                    Char:MoveTo(loc)
9047
			                    touched = false
9048
			                end end
9049
			            if Char then
9050
			                apply()
9051
			            end
9052
			        end
9053
			    end
9054
			end)
9055
			repeat wait() until Char
9056
			loc = Char.HumanoidRootPart.Position
9057
			Char:MoveTo(box.Position + Vector3.new(0,.5,0))
9058
			game:GetService("StarterGui"):SetCore("SendNotification", {
9059
			Title = "Invisibility enabled!";
9060
			Text = "Reset or use ;respawn to remove.";
9061
			})
9062
		end
9063
		if string.sub(CMDBAR.Text, 1, 5) == ("view ") then
9064
			for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
9065
				if game:GetService("Players")[v.Name].Character.Humanoid then
9066
					game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Humanoid
9067
				else
9068
					game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v.Name].Character.Head
9069
				end
9070
			end
9071
		end
9072
		if string.sub(CMDBAR.Text, 1, 6) == ("unview") then
9073
			if lplayer.Character.Humanoid then
9074
				game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
9075
			else
9076
				game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
9077
			end
9078
		end
9079
		if string.sub(CMDBAR.Text, 1, 5) == ("goto ") then
9080
			for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
9081
				lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
9082
			end
9083
		end
9084
		if string.sub(CMDBAR.Text, 1, 3) == ("fly") then
9085
		repeat wait() until lplayer and lplayer.Character and lplayer.Character:FindFirstChild('HumanoidRootPart') and lplayer.Character:FindFirstChild('Humanoid')
9086
		repeat wait() until Mouse
9087
		
9088
		local T = lplayer.Character.HumanoidRootPart
9089
		local CONTROL = {F = 0, B = 0, L = 0, R = 0}
9090
		local lCONTROL = {F = 0, B = 0, L = 0, R = 0}
9091
		local SPEED = speedget
9092
		
9093
		local function fly()
9094
			flying = true
9095
			local BG = Instance.new('BodyGyro', T)
9096
			local BV = Instance.new('BodyVelocity', T)
9097
			BG.P = 9e4
9098
			BG.maxTorque = Vector3.new(9e9, 9e9, 9e9)
9099
			BG.cframe = T.CFrame
9100
			BV.velocity = Vector3.new(0, 0.1, 0)
9101
			BV.maxForce = Vector3.new(9e9, 9e9, 9e9)
9102
			spawn(function()
9103
			repeat wait()
9104
			lplayer.Character.Humanoid.PlatformStand = true
9105
			if CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0 then
9106
			SPEED = 50
9107
			elseif not (CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0) and SPEED ~= 0 then
9108
			SPEED = 0
9109
			end
9110
			if (CONTROL.L + CONTROL.R) ~= 0 or (CONTROL.F + CONTROL.B) ~= 0 then
9111
			BV.velocity = ((workspace.CurrentCamera.CoordinateFrame.lookVector * (CONTROL.F + CONTROL.B)) + ((workspace.CurrentCamera.CoordinateFrame * CFrame.new(CONTROL.L + CONTROL.R, (CONTROL.F + CONTROL.B) * 0.2, 0).p) - workspace.CurrentCamera.CoordinateFrame.p)) * SPEED
9112
			lCONTROL = {F = CONTROL.F, B = CONTROL.B, L = CONTROL.L, R = CONTROL.R}
9113
			elseif (CONTROL.L + CONTROL.R) == 0 and (CONTROL.F + CONTROL.B) == 0 and SPEED ~= 0 then
9114
			BV.velocity = ((workspace.CurrentCamera.CoordinateFrame.lookVector * (lCONTROL.F + lCONTROL.B)) + ((workspace.CurrentCamera.CoordinateFrame * CFrame.new(lCONTROL.L + lCONTROL.R, (lCONTROL.F + lCONTROL.B) * 0.2, 0).p) - workspace.CurrentCamera.CoordinateFrame.p)) * SPEED
9115
			else
9116
			BV.velocity = Vector3.new(0, 0.1, 0)
9117
			end
9118
			BG.cframe = workspace.CurrentCamera.CoordinateFrame
9119
					until not flying
9120
					CONTROL = {F = 0, B = 0, L = 0, R = 0}
9121
					lCONTROL = {F = 0, B = 0, L = 0, R = 0}
9122
					SPEED = 0
9123
					BG:destroy()
9124
					BV:destroy()
9125
					lplayer.Character.Humanoid.PlatformStand = false
9126
				end)
9127
			end
9128
		Mouse.KeyDown:connect(function(KEY)
9129
			if KEY:lower() == 'w' then
9130
				CONTROL.F = speedfly
9131
			elseif KEY:lower() == 's' then
9132
				CONTROL.B = -speedfly
9133
			elseif KEY:lower() == 'a' then
9134
				CONTROL.L = -speedfly 
9135
			elseif KEY:lower() == 'd' then 
9136
				CONTROL.R = speedfly
9137
			end
9138
		end)
9139
		Mouse.KeyUp:connect(function(KEY)
9140
			if KEY:lower() == 'w' then
9141
				CONTROL.F = 0
9142
			elseif KEY:lower() == 's' then
9143
				CONTROL.B = 0
9144
			elseif KEY:lower() == 'a' then
9145
				CONTROL.L = 0
9146
			elseif KEY:lower() == 'd' then
9147
				CONTROL.R = 0
9148
			end
9149
		end)
9150
		fly()
9151
		end
9152
		if string.sub(CMDBAR.Text, 1, 5) == ("unfly") then
9153
			flying = false
9154
			lplayer.Character.Humanoid.PlatformStand = false
9155
		end
9156
		if string.sub(CMDBAR.Text, 1, 5) == ("chat ") then
9157
			game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer((string.sub(CMDBAR.Text, 6)), "All")
9158
		end
9159
		if string.sub(CMDBAR.Text, 1, 5) == ("spam ") then
9160
			spamtext = (string.sub(CMDBAR.Text, 6))
9161
			spamming = true
9162
		end
9163
		if string.sub(CMDBAR.Text, 1, 6) == ("unspam") then
9164
			spamming = false
9165
		end
9166
		if string.sub(CMDBAR.Text, 1, 9) == ("spamwait ") then
9167
			spamdelay = (string.sub(CMDBAR.Text, 10))
9168
		end
9169
		if string.sub(CMDBAR.Text, 1, 7) == ("pmspam ") then
9170
			for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
9171
				pmspammed = v.Name
9172
				spammingpm = true
9173
			end
9174
		end
9175
		if string.sub(CMDBAR.Text, 1, 8) == ("unpmspam") then
9176
			spammingpm = false
9177
		end
9178
		if string.sub(CMDBAR.Text, 1, 8) == ("cfreeze ") then
9179
			for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 9))) do
9180
				v.Character["Left Leg"].Anchored = true
9181
				v.Character["Left Arm"].Anchored = true
9182
				v.Character["Right Leg"].Anchored = true
9183
				v.Character["Right Arm"].Anchored = true
9184
				v.Character.Torso.Anchored = true
9185
				v.Character.Head.Anchored = true
9186
			end
9187
		end
9188
		if string.sub(CMDBAR.Text, 1, 10) == ("uncfreeze ") then
9189
			for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 11))) do
9190
				v.Character["Left Leg"].Anchored = false
9191
				v.Character["Left Arm"].Anchored = false
9192
				v.Character["Right Leg"].Anchored = false
9193
				v.Character["Right Arm"].Anchored = false
9194
				v.Character.Torso.Anchored = false
9195
				v.Character.Head.Anchored = false
9196
			end
9197
		end
9198
		if string.sub(CMDBAR.Text, 1, 8) == ("unlockws") then
9199
			local a = game:GetService("Workspace"):getChildren()
9200
			for i = 1, #a do
9201
				if a[i].className == "Part" then
9202
					a[i].Locked = false
9203
				elseif a[i].className == "Model" then
9204
					local r = a[i]:getChildren()
9205
					for i = 1, #r do
9206
						if r[i].className == "Part" then
9207
						r[i].Locked = false
9208
						end
9209
					end
9210
				end
9211
			end
9212
			game:GetService("StarterGui"):SetCore("SendNotification", {
9213
			Title = "Success!";
9214
			Text = "Workspace unlocked. Use ;lockws to lock.";
9215
			})
9216
		end
9217
		if string.sub(CMDBAR.Text, 1, 6) == ("lockws") then
9218
			local a = game:GetService("Workspace"):getChildren()
9219
			for i = 1, #a do
9220
				if a[i].className == "Part" then
9221
					a[i].Locked = true
9222
				elseif a[i].className == "Model" then
9223
					local r = a[i]:getChildren()
9224
					for i = 1, #r do
9225
						if r[i].className == "Part" then
9226
						r[i].Locked = true
9227
						end
9228
					end
9229
				end
9230
			end
9231
		end
9232
		if string.sub(CMDBAR.Text, 1, 6) == ("btools") then
9233
			local Clone_T = Instance.new("HopperBin",lplayer.Backpack)
9234
			Clone_T.BinType = "Clone"
9235
			local Destruct = Instance.new("HopperBin",lplayer.Backpack)
9236
			Destruct.BinType = "Hammer"
9237
			local Hold_T = Instance.new("HopperBin",lplayer.Backpack)
9238
			Hold_T.BinType = "Grab"
9239
		end
9240
		if string.sub(CMDBAR.Text, 1, 6) == ("pstand") then
9241
			lplayer.Character.Humanoid.PlatformStand = true
9242
		end
9243
		if string.sub(CMDBAR.Text, 1, 8) == ("unpstand") then
9244
			lplayer.Character.Humanoid.PlatformStand = false
9245
		end
9246
		if string.sub(CMDBAR.Text, 1, 9) == ("blockhead") then
9247
			lplayer.Character.Head.Mesh:Destroy()
9248
		end
9249
		if string.sub(CMDBAR.Text, 1, 3) == ("sit") then
9250
			lplayer.Character.Humanoid.Sit = true
9251
		end
9252
		if string.sub(CMDBAR.Text, 1, 9) == ("bringobj ") then
9253
			local function bringobjw()
9254
			for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
9255
			if obj.Name == (string.sub(CMDBAR.Text, 10)) then
9256
			obj.CFrame = lplayer.Character.HumanoidRootPart.CFrame
9257
			obj.CanCollide = false
9258
			obj.Transparency = 0.7
9259
			wait()
9260
			obj.CFrame = lplayer.Character["Left Leg"].CFrame
9261
			wait()
9262
			obj.CFrame = lplayer.Character["Right Leg"].CFrame
9263
			wait()
9264
			obj.CFrame = lplayer.Character["Head"].CFrame
9265
			end
9266
			end
9267
			end
9268
			while wait() do
9269
				bringobjw()
9270
			end
9271
			game:GetService("StarterGui"):SetCore("SendNotification", {
9272
			Title = "BringObj";
9273
			Text = "BringObj enabled.";
9274
			})
9275
		end
9276
		if string.sub(CMDBAR.Text, 1, 6) == ("wsvis ") then
9277
			vis = (string.sub(CMDBAR.Text, 7))
9278
			local a = game:GetService("Workspace"):GetDescendants()
9279
			for i = 1, #a do
9280
				if a[i].className == "Part" then
9281
					a[i].Transparency = vis
9282
				elseif a[i].className == "Model" then
9283
					local r = a[i]:getChildren()
9284
					for i = 1, #r do
9285
						if r[i].className == "Part" then
9286
						r[i].Transparency = vis
9287
						end
9288
					end
9289
				end
9290
			end
9291
		end
9292
		if string.sub(CMDBAR.Text, 1, 10) == ("hypertotal") then
9293
			loadstring(game:GetObjects("rbxassetid://1255063809")[1].Source)()
9294
			game:GetService("StarterGui"):SetCore("SendNotification", {
9295
			Title = "Success!";
9296
			Text = "HyperTotal GUI Loaded!";
9297
			})
9298
		end
9299
		if string.sub(CMDBAR.Text, 1, 4) == ("cmds") then
9300
			CMDSFRAME.Visible = true
9301
		end
9302
		if string.sub(CMDBAR.Text, 1, 9) == ("rmeshhats") then
9303
			for i,v in pairs(lplayer.Character:GetChildren()) do
9304
				if (v:IsA("Accessory")) or (v:IsA("Hat")) then
9305
					v.Handle.Mesh:Destroy()
9306
				end
9307
			end
9308
		end
9309
		if string.sub(CMDBAR.Text, 1, 9) == ("blockhats") then
9310
			for i,v in pairs(lplayer.Character:GetChildren()) do
9311
				if (v:IsA("Accessory")) or (v:IsA("Hat")) then
9312
					v.Handle.Mesh:Destroy()
9313
				end
9314
			end
9315
		end
9316
		if string.sub(CMDBAR.Text, 1, 9) == ("rmeshtool") then
9317
			for i,v in pairs(lplayer.Character:GetChildren()) do
9318
				if (v:IsA("Tool")) then
9319
					v.Handle.Mesh:Destroy()
9320
				end
9321
			end
9322
		end
9323
		if string.sub(CMDBAR.Text, 1, 9) == ("blocktool") then
9324
			for i,v in pairs(lplayer.Character:GetChildren()) do
9325
				if (v:IsA("Tool")) then
9326
					v.Handle.Mesh:Destroy()
9327
				end
9328
			end
9329
		end
9330
		if string.sub(CMDBAR.Text, 1, 7) == ("spinner") then
9331
			local p = Instance.new("RocketPropulsion")
9332
			p.Parent = lplayer.Character.HumanoidRootPart
9333
			p.Name = "Spinner"
9334
			p.Target = lplayer.Character["Left Arm"]
9335
			p:Fire()
9336
			game:GetService("StarterGui"):SetCore("SendNotification", {
9337
			Title = "Spinner enabled";
9338
			Text = "Type ;nospinner to disable.";
9339
			})
9340
		end
9341
		if string.sub(CMDBAR.Text, 1, 9) == ("nospinner") then
9342
			lplayer.Character.HumanoidRootPart.Spinner:Destroy()
9343
		end
9344
		if string.sub(CMDBAR.Text, 1, 6) == ("reachd") then
9345-
			for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
9345+
			for i,v in pairs(game:GetService'Players'.RGames1234.Character:GetChildren())do
9346
				if v:isA("Tool") then
9347
					local a = Instance.new("SelectionBox",v.Handle)
9348
					a.Adornee = v.Handle
9349
					v.Handle.Size = Vector3.new(0.5,0.5,60)
9350
					v.GripPos = Vector3.new(0,0,0)
9351
					lplayer.Character.Humanoid:UnequipTools()
9352
				end
9353
			end
9354
			game:GetService("StarterGui"):SetCore("SendNotification", {
9355
			Title = "Reach applied!";
9356
			Text = "Applied to equipped sword. Use ;noreach to disable.";
9357
			})
9358
		end
9359
		if string.sub(CMDBAR.Text, 1, 6) == ("reach ") then
9360-
			for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
9360+
			for i,v in pairs(game:GetService'Players'.RGames1234.Character:GetChildren())do
9361
				if v:isA("Tool") then
9362
					local a = Instance.new("SelectionBox",v.Handle)
9363
					a.Name = "Reach"
9364
					a.Adornee = v.Handle
9365
					v.Handle.Size = Vector3.new(0.5,0.5,(string.sub(CMDBAR.Text, 7)))
9366
					v.GripPos = Vector3.new(0,0,0)
9367
					lplayer.Character.Humanoid:UnequipTools()
9368
				end
9369
			end
9370
			game:GetService("StarterGui"):SetCore("SendNotification", {
9371
			Title = "Reach applied!";
9372
			Text = "Applied to equipped sword. Use ;noreach to disable.";
9373
			})
9374
		end
9375
		if string.sub(CMDBAR.Text, 1, 7) == ("noreach") then
9376-
			for i,v in pairs(game:GetService'Players'.LocalPlayer.Character:GetChildren())do
9376+
			for i,v in pairs(game:GetService'Players'.RGames1234.Character:GetChildren())do
9377
				if v:isA("Tool") then
9378
					v.Handle.Reach:Destroy()
9379
				end
9380
			end
9381
			game:GetService("StarterGui"):SetCore("SendNotification", {
9382
			Title = "Reach removed!";
9383
			Text = "Removed reach from equipped sword.";
9384
			})
9385
		end
9386
		if string.sub(CMDBAR.Text, 1, 6) == ("rkill ") then
9387
			for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7)))do
9388
				lplayer.Character.Humanoid.Name = 1
9389
				local l = lplayer.Character["1"]:Clone()
9390
				l.Parent = lplayer.Character
9391
				l.Name = "Humanoid"
9392
				wait(0.1)
9393
				lplayer.Character["1"]:Destroy()
9394
				game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
9395
				lplayer.Character.Animate.Disabled = true
9396
				wait(0.1)
9397
				lplayer.Character.Animate.Disabled = false
9398
				lplayer.Character.Humanoid.DisplayDistanceType = "None"
9399-
				for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
9399+
				for i,v in pairs(game:GetService'Players'.RGames1234.Backpack:GetChildren())do
9400
				lplayer.Character.Humanoid:EquipTool(v)
9401
				end
9402
				wait(0.1)
9403
				lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
9404
				wait(0.2)
9405
				lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
9406
				wait(0.5)
9407
				lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(Vector3.new(-100000,10,-100000))
9408
				game:GetService("StarterGui"):SetCore("SendNotification", {
9409
				Title = "Tools needed!";
9410
				Text = "You need a tool in your backpack for this command!";
9411
				})
9412
			end
9413
		end
9414
		if string.sub(CMDBAR.Text, 1, 6) == ("tp me ") then
9415
			for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
9416
				lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
9417
			end
9418
		end
9419
		if string.sub(CMDBAR.Text, 1, 7) == ("cbring ") then
9420
			if (string.sub(CMDBAR.Text, 8)) == "all" or (string.sub(CMDBAR.Text, 8)) == "All" or (string.sub(CMDBAR.Text, 8)) == "ALL" then
9421
				cbringall = true
9422
			else
9423
				for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
9424
					brplr = v.Name
9425
				end
9426
			end
9427
			cbring = true
9428
		end
9429
		if string.sub(CMDBAR.Text, 1, 8) == ("uncbring") then
9430
			cbring = false
9431
			cbringall = false
9432
		end
9433
		if string.sub(CMDBAR.Text, 1, 5) == ("swap ") then
9434
			for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
9435
				local NOWPLR = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
9436
				local NOW = lplayer.Character.HumanoidRootPart.CFrame
9437
				lplayer.Character.Humanoid.Name = 1
9438
				local l = lplayer.Character["1"]:Clone()
9439
				l.Parent = lplayer.Character
9440
				l.Name = "Humanoid"
9441
				wait(0.1)
9442
				lplayer.Character["1"]:Destroy()
9443
				game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
9444
				lplayer.Character.Animate.Disabled = true
9445
				wait(0.1)
9446
				lplayer.Character.Animate.Disabled = false
9447
				lplayer.Character.Humanoid.DisplayDistanceType = "None"
9448-
				for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
9448+
				for i,v in pairs(game:GetService'Players'.RGames1234.Backpack:GetChildren())do
9449
				lplayer.Character.Humanoid:EquipTool(v)
9450
				end
9451
				local function tp(player,player2)
9452
				local char1,char2=player.Character,player2.Character
9453
				if char1 and char2 then
9454
				char1:MoveTo(char2.Head.Position)
9455
				end
9456
				end
9457
				wait(0.1)
9458
				lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
9459
				wait(0.2)
9460
				lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character.HumanoidRootPart.CFrame
9461
				wait(0.5)
9462
				lplayer.Character.HumanoidRootPart.CFrame = NOW
9463
				wait(0.6)
9464
				tp(lplayer, game:GetService("Players")[v.Name])
9465
				wait(0.4)
9466
				lplayer.Character.HumanoidRootPart.CFrame = NOWPLR
9467
				game:GetService("StarterGui"):SetCore("SendNotification", {
9468
				Title = "Tools needed!";
9469
				Text = "You need a tool in your backpack for this command!";
9470
				})
9471
			end
9472
		end
9473
		if string.sub(CMDBAR.Text, 1, 7) == ("glitch ") then
9474
			for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
9475
				lplayer.Character.Humanoid.Name = 1
9476
				local l = lplayer.Character["1"]:Clone()
9477
				l.Parent = lplayer.Character
9478
				l.Name = "Humanoid"
9479
				wait(0.1)
9480
				lplayer.Character["1"]:Destroy()
9481
				game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
9482
				lplayer.Character.Animate.Disabled = true
9483
				wait(0.1)
9484
				lplayer.Character.Animate.Disabled = false
9485
				lplayer.Character.Humanoid.DisplayDistanceType = "None"
9486-
				for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
9486+
				for i,v in pairs(game:GetService'Players'.RGames1234.Backpack:GetChildren())do
9487
				lplayer.Character.Humanoid:EquipTool(v)
9488
				end
9489
				lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
9490
				wait(0.3)
9491
				lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v.Name].Character["Left Arm"].CFrame
9492
				wait(0.4)
9493
				b = Instance.new("BodyForce")
9494
				b.Parent = lplayer.Character.HumanoidRootPart
9495
				b.Name = "Glitch"
9496
				b.Force = Vector3.new(100000000,5000,0)
9497
				game:GetService("StarterGui"):SetCore("SendNotification", {
9498
				Title = "Tools needed!";
9499
				Text = "You need a tool in your backpack for this command!";
9500
				})
9501
			end
9502
		end
9503
		if string.sub(CMDBAR.Text, 1, 8) == ("unglitch") then
9504
			lplayer.Character.HumanoidRootPart.Glitch:Destroy()
9505
			lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(10000,0,10000)
9506
			b = Instance.new("BodyForce")
9507
			b.Parent = lplayer.Character.HumanoidRootPart
9508
			b.Name = "unGlitch"
9509
			b.Force = Vector3.new(0,-5000000,0)
9510
			wait(2)
9511
			lplayer.Character.HumanoidRootPart.unGlitch:Destroy()
9512
		end
9513
		if string.sub(CMDBAR.Text, 1, 8) == ("grespawn") then
9514
			lplayer.Character.Humanoid.Health = 0
9515
			wait(1)
9516
			lplayer.Character.Head.CFrame = CFrame.new(1000000,0,1000000)
9517
			lplayer.Character.Torso.CFrame = CFrame.new(1000000,0,1000000)
9518
		end
9519
		if string.sub(CMDBAR.Text, 1, 8) == ("explorer") then
9520
			loadstring(game:GetObjects("rbxassetid://492005721")[1].Source)()
9521
			game:GetService("StarterGui"):SetCore("SendNotification", {
9522
			Title = "Success!";
9523
			Text = "DEX Explorer has loaded.";
9524
			})
9525
		end
9526
		if string.sub(CMDBAR.Text, 1, 5) == ("anim ") then
9527
			local Anim = Instance.new("Animation")
9528
			Anim.AnimationId = "rbxassetid://"..(string.sub(CMDBAR.Text, 6))
9529
			local track = lplayer.Character.Humanoid:LoadAnimation(Anim)
9530
			track:Play(.1, 1, 1)
9531
		end
9532
		if string.sub(CMDBAR.Text, 1, 7) == ("animgui") then
9533
			loadstring(game:GetObjects("rbxassetid://1202558084")[1].Source)()
9534
			game:GetService("StarterGui"):SetCore("SendNotification", {
9535
			Title = "Success!";
9536
			Text = "Energize Animations GUI has loaded.";
9537
			})
9538
		end
9539
		if string.sub(CMDBAR.Text, 1, 7) == ("savepos") then
9540
			saved = lplayer.Character.HumanoidRootPart.CFrame
9541
			game:GetService("StarterGui"):SetCore("SendNotification", {
9542
			Title = "Position Saved";
9543
			Text = "Use ;loadpos to return to saved position.";
9544
			})
9545
		end
9546
		if string.sub(CMDBAR.Text, 1, 7) == ("loadpos") then
9547
			lplayer.Character.HumanoidRootPart.CFrame = saved
9548
		end
9549
		if string.sub(CMDBAR.Text, 1, 5) == ("bang ") then
9550
			for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
9551
				local Anim2 = Instance.new("Animation")
9552
				Anim2.AnimationId = "rbxassetid://148840371"
9553
				local track2 = lplayer.Character.Humanoid:LoadAnimation(Anim2)
9554
				track2:Play(.1, 1, 1)
9555
				bplrr = v.Name
9556
				banpl = true
9557
			end
9558
		end
9559
		if string.sub(CMDBAR.Text, 1, 6) == ("unbang") then
9560
			banpl = false
9561
		end
9562
		if string.sub(CMDBAR.Text, 1, 9) == ("bringmod ") then
9563
			local function bringmodw()
9564
			for i,obj in ipairs(game:GetService("Workspace"):GetDescendants()) do
9565
			if obj.Name == (string.sub(CMDBAR.Text, 10)) then
9566
			for i,ch in pairs(obj:GetDescendants()) do
9567
			if (ch:IsA("BasePart")) then
9568
			ch.CFrame = lplayer.Character.HumanoidRootPart.CFrame
9569
			ch.CanCollide = false
9570
			ch.Transparency = 0.7
9571
			wait()
9572
			ch.CFrame = lplayer.Character["Left Leg"].CFrame
9573
			wait()
9574
			ch.CFrame = lplayer.Character["Right Leg"].CFrame
9575
			wait()
9576
			ch.CFrame = lplayer.Character["Head"].CFrame
9577
			end
9578
			end
9579
			end
9580
			end
9581
			end
9582
			while wait() do
9583
				bringmodw()
9584
			end
9585
			game:GetService("StarterGui"):SetCore("SendNotification", {
9586
			Title = "BringMod";
9587
			Text = "BringMod enabled.";
9588
			})
9589
		end
9590
		if string.sub(CMDBAR.Text, 1, 7) == ("respawn") then
9591
			local mod = Instance.new('Model', workspace) mod.Name = 're '..lplayer.Name
9592
			local hum = Instance.new('Humanoid', mod)
9593
			local ins = Instance.new('Part', mod) ins.Name = 'Torso' ins.CanCollide = false ins.Transparency = 1
9594
			lplayer.Character = mod
9595
		end
9596
		if string.sub(CMDBAR.Text, 1, 8) == ("shutdown") then
9597
			game:GetService'RunService'.Stepped:Connect(function()
9598
			pcall(function()
9599
			    for i,v in pairs(game:GetService'Players':GetPlayers()) do
9600
			        if v.Character ~= nil and v.Character:FindFirstChild'Head' then
9601
			            for _,x in pairs(v.Character.Head:GetChildren()) do
9602
			                if x:IsA'Sound' then x.Playing = true x.CharacterSoundEvent:FireServer(true, true) end
9603
			            end
9604
			        end
9605
			    end
9606
			end)
9607
			end)
9608
			game:GetService("StarterGui"):SetCore("SendNotification", {
9609
			Title = "Attempting Shutdown";
9610
			Text = "Shutdown Attempt has begun.";
9611
			})
9612
		end
9613
		if string.sub(CMDBAR.Text, 1, 7) == ("delobj ") then
9614
			objtodel = (string.sub(CMDBAR.Text, 8))
9615
			for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
9616
				if v.Name == objtodel then
9617
					v:Destroy()
9618
				end
9619
			end
9620
		end
9621
		if string.sub(CMDBAR.Text, 1, 7) == ("getplrs") then
9622
			for i,v in pairs(game:GetService("Players"):GetPlayers())do
9623
				print(v)
9624
			end
9625
			game:GetService("StarterGui"):SetCore("SendNotification", {
9626
			Title = "Printed";
9627
			Text = "Players have been printed to console. (F9)";
9628
			})
9629
		end
9630
		if string.sub(CMDBAR.Text, 1, 8) == ("deldecal") then
9631
			for i,v in pairs(game:GetService("Workspace"):GetDescendants())do
9632
				if (v:IsA("Decal")) then
9633
					v:Destroy()
9634
				end
9635
			end
9636
		end
9637
		if string.sub(CMDBAR.Text, 1, 10) == ("opfinality") then
9638
			loadstring(game:GetObjects("rbxassetid://1294358929")[1].Source)()
9639
			game:GetService("StarterGui"):SetCore("SendNotification", {
9640
			Title = "Success!";
9641
			Text = "OpFinality GUI has loaded.";
9642
			})
9643
		end
9644
		if string.sub(CMDBAR.Text, 1, 7) == ("remotes") then
9645
			remotes = true
9646
			added = true
9647
			game.DescendantAdded:connect(function(rmt)
9648
			if added == true then
9649
			if remotes == true then 
9650
			if rmt:IsA("RemoteEvent") then
9651
			print("A RemoteEvent was added!")
9652
			print(" game." .. rmt:GetFullName() .. " | RemoteEvent")
9653
			print(" game." .. rmt:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
9654
			end end end
9655
			end)
9656
			game.DescendantAdded:connect(function(rmtfnctn)
9657
			if added == true then
9658
			if remotes == true then 
9659
			if rmtfnctn:IsA("RemoteFunction") then
9660
			warn("A RemoteFunction was added!")
9661
			warn(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction")
9662
			print(" game." .. rmtfnctn:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
9663
			end end end
9664
			end)
9665
			
9666
			game.DescendantAdded:connect(function(bndfnctn)
9667
			if added == true then
9668
			if binds == true then 
9669
			if bndfnctn:IsA("BindableFunction") then
9670
			print("A BindableFunction was added!")
9671
			print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction")
9672
			print(" game." .. bndfnctn:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
9673
			end end end
9674
			end)
9675
			
9676
			game.DescendantAdded:connect(function(bnd)
9677
			if added == true then
9678
			if binds == true then 
9679
			if bnd:IsA("BindableEvent") then
9680
			warn("A BindableEvent was added!")
9681
			warn(" game." .. bnd:GetFullName() .. " | BindableEvent")
9682
			print(" game." .. bnd:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
9683
			end end end
9684
			end)
9685
			
9686
			
9687
			if binds == true then
9688
			for i,v in pairs(game:GetDescendants()) do
9689
			if v:IsA("BindableFunction") then
9690
			print(" game." .. v:GetFullName() .. " | BindableFunction")
9691
			print(" game." .. v:GetFullName() .. " | BindableFunction", 239, 247, 4, true)
9692
			end end
9693
			for i,v in pairs(game:GetDescendants()) do
9694
			if v:IsA("BindableEvent") then
9695
			warn(" game." .. v:GetFullName() .. " | BindableEvent")
9696
			print(" game." .. v:GetFullName() .. " | BindableEvent", 13, 193, 22, true)
9697
			end end
9698
			else
9699
			print("Off")
9700
			end
9701
			if remotes == true then
9702
			for i,v in pairs(game:GetDescendants()) do
9703
			if v:IsA("RemoteFunction") then
9704
			warn(" game." .. v:GetFullName() .. " | RemoteFunction")
9705
			print(" game." .. v:GetFullName() .. " | RemoteFunction", 5, 102, 198, true)
9706
			end end
9707
			wait()
9708
			for i,v in pairs(game:GetDescendants()) do
9709
			if v:IsA("RemoteEvent") then
9710
			print(" game." .. v:GetFullName() .. " | RemoteEvent")
9711
			print(" game." .. v:GetFullName() .. " | RemoteEvent", 247, 0, 0, true)
9712
			end end
9713
			else
9714
			print("Off")
9715
			end
9716
			game:GetService("StarterGui"):SetCore("SendNotification", {
9717
			Title = "Printing Remotes";
9718
			Text = "Type ;noremotes to disable.";
9719
			})
9720
		end
9721
		if string.sub(CMDBAR.Text, 1, 9) == ("noremotes") then
9722
			remotes = false
9723
			added = false
9724
			game:GetService("StarterGui"):SetCore("SendNotification", {
9725
			Title = "Printing Remotes Disabled";
9726
			Text = "Type ;remotes to enable.";
9727
			})
9728
		end
9729
		if string.sub(CMDBAR.Text, 1, 9) == ("tpdefault") then
9730
			spin = false
9731
			followed = false
9732
			traill = false
9733
			noclip = false
9734
			annoying = false
9735
			hwalk = false
9736
			cbringing = false
9737
		end
9738
		if string.sub(CMDBAR.Text, 1, 7) == ("stopsit") then
9739
			stopsitting = true
9740
		end
9741
		if string.sub(CMDBAR.Text, 1, 5) == ("gosit") then
9742
			stopsitting = false
9743
		end
9744
		if string.sub(CMDBAR.Text, 1, 7) == ("version") then
9745
			print(adminversion)
9746
			game:GetService("StarterGui"):SetCore("SendNotification", {
9747
			Title = "Version";
9748
			Text = adminversion;
9749
			})
9750
		end
9751
		if string.sub(CMDBAR.Text, 1, 7) == ("clicktp") then
9752
			clickgoto = true
9753
			game:GetService("StarterGui"):SetCore("SendNotification", {
9754
			Title = "Click TP";
9755
			Text = "Press E to teleport to mouse position";
9756
			})
9757
		end
9758
		if string.sub(CMDBAR.Text, 1, 9) == ("noclicktp") then
9759
			clickgoto = false
9760
			game:GetService("StarterGui"):SetCore("SendNotification", {
9761
			Title = "Click TP";
9762
			Text = "Click TP has been disabled.";
9763
			})
9764
		end
9765
		if string.sub(CMDBAR.Text, 1, 7) == ("toolson") then
9766
			gettingtools = true
9767
			game:GetService("StarterGui"):SetCore("SendNotification", {
9768
			Title = "Tools Enabled";
9769
			Text = "Automatically colleting tools dropped.";
9770
			})
9771
		end
9772
		if string.sub(CMDBAR.Text, 1, 8) == ("toolsoff") then
9773
			gettingtools = false
9774
			game:GetService("StarterGui"):SetCore("SendNotification", {
9775
			Title = "Tools Disabled";
9776
			Text = "Click TP has been disabled.";
9777
			})
9778
		end
9779
		if string.sub(CMDBAR.Text, 1, 9) == ("delcmdbar") then
9780
			ScreenGui:Destroy()
9781
		end
9782
		if string.sub(CMDBAR.Text, 1, 5) == ("reset") then
9783
			lplayer.Character.Head:Destroy()
9784
		end
9785
		if string.sub(CMDBAR.Text, 1, 6) == ("state ") then
9786
			statechosen = string.sub(CMDBAR.Text, 7)
9787
			changingstate = true
9788
		end
9789
		if string.sub(CMDBAR.Text, 1, 8) == ("gravity ") then
9790
			game:GetService("Workspace").Gravity = string.sub(CMDBAR.Text, 9)
9791
		end
9792
		if string.sub(CMDBAR.Text, 1, 9) == ("looprhats") then
9793
		removingmeshhats = true
9794
		end
9795
		if string.sub(CMDBAR.Text, 1, 11) == ("unlooprhats") then
9796
			removingmeshhats = false
9797
		end
9798
		if string.sub(CMDBAR.Text, 1, 9) == ("looprtool") then
9799
			removingmeshtool = true
9800
		end
9801
		if string.sub(CMDBAR.Text, 1, 11) == ("unlooprtool") then
9802
			removingmeshtool = false
9803
		end
9804
		if string.sub(CMDBAR.Text, 1, 9) == ("givetool ") then
9805-
			for i,v in pairs(game:GetService("Players").LocalPlayer.Character:GetDescendants()) do
9805+
			for i,v in pairs(game:GetService("Players").RGames1234.Character:GetDescendants()) do
9806
				if v:IsA("Tool") then
9807
					for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 10))) do
9808
						v.Parent = player.Character
9809
					end
9810
				end
9811
			end
9812
		end
9813
		if string.sub(CMDBAR.Text, 1, 4) == ("age ") then
9814
			for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 5))) do
9815
				game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account Age: "..player.AccountAge.." days!", "All")
9816
			end
9817
		end
9818
		if string.sub(CMDBAR.Text, 1, 3) == ("id ") then
9819
			for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 4))) do
9820
				game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(player.Name.." Account ID: "..player.UserId, "All")
9821
			end
9822
		end
9823
		if string.sub(CMDBAR.Text, 1, 5) == (".age ") then
9824
			for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 6))) do
9825
				game:GetService("StarterGui"):SetCore("SendNotification", {
9826
				Title = player.AccountAge.." Days";
9827
				Text = "Account age of "..player.Name;
9828
				})
9829
			end
9830
		end
9831
		if string.sub(CMDBAR.Text, 1, 4) == (".id ") then
9832
			for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 5))) do
9833
				game:GetService("StarterGui"):SetCore("SendNotification", {
9834
				Title = player.UserId.." ID";
9835
				Text = "Account ID of "..player.Name;
9836
				})
9837
			end
9838
		end
9839
		if string.sub(CMDBAR.Text, 1, 6) == ("gameid") then
9840
			game:GetService("StarterGui"):SetCore("SendNotification", {
9841
			Title = "Game ID";
9842
			Text = "Game ID: ".. game.GameId;
9843
			})
9844
		end
9845
		if string.sub(CMDBAR.Text, 1, 3) == ("pgs") then
9846
			local pgscheck = game:GetService("Workspace"):PGSIsEnabled()
9847
			if pgscheck == true then
9848
				game:GetService("StarterGui"):SetCore("SendNotification", {
9849
				Title = "PGSPhysicsSolverEnabled";
9850
				Text = "PGS is Enabled!";
9851
				})
9852
			else
9853
				game:GetService("StarterGui"):SetCore("SendNotification", {
9854
				Title = "PGSPhysicsSolverEnabled";
9855
				Text = "PGS is Disabled!";
9856
				})
9857
			end
9858
		end
9859
		if string.sub(CMDBAR.Text, 1, 11) == ("removeinvis") then
9860
			for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
9861
				if v:IsA("Part") then
9862
					if v.Transparency == 1 then
9863
						if v.Name ~= "HumanoidRootPart" then
9864
							v:Destroy()
9865
						end
9866
					end
9867
				end
9868
			end
9869
		end
9870
		if string.sub(CMDBAR.Text, 1, 9) == ("removefog") then
9871
			game:GetService("Lighting").FogStart = 0
9872
			game:GetService("Lighting").FogEnd = 9999999999999
9873
		end
9874
		if string.sub(CMDBAR.Text, 1, 7) == ("disable") then
9875
			lplayer.Character.Humanoid.Parent = lplayer
9876
		end
9877
		if string.sub(CMDBAR.Text, 1, 6) == ("enable") then
9878
			lplayer.Humanoid.Parent = lplayer.Character
9879
		end
9880
		if string.sub(CMDBAR.Text, 1, 13) == ("givealltools ") then
9881-
			for i,v in pairs(game:GetService("Players").LocalPlayer.Backpack:GetDescendants()) do
9881+
			for i,v in pairs(game:GetService("Players").RGames1234.Backpack:GetDescendants()) do
9882
				if v:IsA("Tool") then
9883
					v.Parent = lplayer.Character
9884
					wait()
9885
					for i,player in pairs(GetPlayer(string.sub(CMDBAR.Text, 14))) do
9886
						v.Parent = player.Character
9887
					end
9888
				end
9889
			end
9890
		end
9891
		if string.sub(CMDBAR.Text, 1, 9) == ("flyspeed ") then
9892
			speedfly = string.sub(CMDBAR.Text, 10)
9893
			wait()
9894
			change()
9895
		end
9896
		if string.sub(CMDBAR.Text, 1, 7) == ("carpet ") then
9897
			for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 8))) do
9898
				local Anim3 = Instance.new("Animation")
9899
				Anim3.AnimationId = "rbxassetid://282574440"
9900
				local track3 = lplayer.Character.Humanoid:LoadAnimation(Anim3)
9901
				track3:Play(.1, 1, 1)
9902
				bplrr = v.Name
9903
				banpl = true
9904
			end
9905
		end
9906
		if string.sub(CMDBAR.Text, 1, 8) == ("uncarpet") then
9907
			banpl = false
9908
		end
9909
		if string.sub(CMDBAR.Text, 1, 6) == ("stare ") then
9910
			for i,v in pairs(GetPlayer(string.sub(CMDBAR.Text, 7))) do
9911
				staring = true
9912
				stareplr = v
9913
			end
9914
		end
9915
		if string.sub(CMDBAR.Text, 1, 7) == ("unstare") then
9916
			staring = false
9917
		end
9918
		if string.sub(CMDBAR.Text, 1, 7) == ("logchat") then
9919
			chatlogs = true
9920
			game:GetService("StarterGui"):SetCore("SendNotification", {
9921
			Title = "LogChat enabled";
9922
			Text = "Now logging all player chat.";
9923
			})
9924
		end
9925
		if string.sub(CMDBAR.Text, 1, 9) == ("unlogchat") then
9926
			chatlogs = false
9927
			game:GetService("StarterGui"):SetCore("SendNotification", {
9928
			Title = "LogChat disabled";
9929
			Text = "Stopped logging all player chat.";
9930
			})
9931
		end
9932
		if string.sub(CMDBAR.Text, 1, 6) == ("fixcam") then
9933
			game:GetService("Workspace").CurrentCamera:Destroy()
9934
			wait(0.1)
9935
			game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
9936
			game:GetService("Workspace").CurrentCamera.CameraType = "Custom"
9937
			lplayer.CameraMinZoomDistance = 0.5
9938
			lplayer.CameraMaxZoomDistance = 400
9939
			lplayer.CameraMode = "Classic"
9940
		end
9941
		if string.sub(CMDBAR.Text, 1, 7) == ("unstate") then
9942
			changingstate = false
9943
		end
9944
		CMDBAR.Text = ""
9945
	end
9946
end)
9947
9948
wait(0.3)
9949
game:GetService("StarterGui"):SetCore("SendNotification", {
9950
	Title = "Loaded successfully!";
9951
	Text = "Reviz Admin V2 by illremember";
9952
})
9953
wait(0.1)
9954
print("Reviz Admin V2 loaded!")
9955
if game:GetService("Workspace").FilteringEnabled == true then
9956
	warn("FE is Enabled (Filtering Enabled)")
9957
	game:GetService("StarterGui"):SetCore("SendNotification", {
9958
		Title = "FE is Enabled";
9959
		Text = "Filtering Enabled. Enjoy using Reviz Admin!";
9960
	})
9961
else
9962
	warn("FE is Disabled (Filtering Disabled) Consider using a different admin script.")
9963
	game:GetService("StarterGui"):SetCore("SendNotification", {
9964
		Title = "FE is Disabled";
9965
		Text = "Filtering Disabled. Consider using a different admin script.";
9966
	})
9967
end
9968
9969
local intro = Instance.new("ScreenGui")
9970
local Frame = Instance.new("Frame")
9971
local ImageLabel = Instance.new("ImageLabel")
9972
intro.Parent = game:GetService("CoreGui")
9973
Frame.Parent = intro
9974
Frame.BackgroundColor3 = Color3.new(1, 1, 1)
9975
Frame.BackgroundTransparency = 1
9976
Frame.Size = UDim2.new(1, 0, 0, 300)
9977
Frame.Position = UDim2.new(0, 0, -0.4, 0)
9978
ImageLabel.Parent = Frame
9979
ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
9980
ImageLabel.BackgroundTransparency = 1
9981
ImageLabel.Position = UDim2.new(0, 0, 0, 0)
9982
ImageLabel.Size = UDim2.new(1, 0, 1, 0)
9983
ImageLabel.Image = "http://www.roblox.com/asset/?id=1542162618"
9984
Frame:TweenPosition(UDim2.new(0, 0, 0.2, 0), "Out", "Elastic", 3)
9985
wait(3.01)
9986
Frame:TweenPosition(UDim2.new(0, 0, 1.5, 0), "Out", "Elastic", 5)
9987
wait(5.01)
9988
intro:Destroy()
9989
end)
9990
9991
Close.Name = "Close"
9992
Close.Parent = Main
9993
Close.BackgroundColor3 = Color3.new(1, 0, 0)
9994
Close.BorderSizePixel = 0
9995
Close.Position = UDim2.new(0.892361104, 0, 0, 0)
9996
Close.Size = UDim2.new(0, 62, 0, 38)
9997
Close.Font = Enum.Font.SourceSansBold
9998
Close.Text = "X"
9999
Close.TextColor3 = Color3.new(1, 1, 1)
10000
Close.TextScaled = true
10001
Close.TextSize = 14
10002
Close.TextWrapped = true
10003
Close.MouseButton1Down:connect(function()
10004
OpenFrame.Visible = true
10005
Main.Visible = false
10006
end)