View difference between Paste ID: iTSXAGWu and NQELjx3g
SHOW: | | - or go back to the newest paste.
1
CV="White"
2
3
	p = game.Players.LocalPlayer
4
	char = p.Character
5
	local txt = Instance.new("BillboardGui", char)
6
	txt.Adornee = char .Head
7
	txt.Name = "_status"
8
	txt.Size = UDim2.new(2, 0, 1.2, 0)
9
	txt.StudsOffset = Vector3.new(-9, 8, 0)
10
	local text = Instance.new("TextLabel", txt)
11
	text.Size = UDim2.new(10, 0, 7, 0)
12
	text.FontSize = "Size24"
13
	text.TextScaled = true
14
	text.TextTransparency = 0
15
	text.BackgroundTransparency = 1 
16
	text.TextTransparency = 0
17
	text.TextStrokeTransparency = 1
18
	text.Font = "Arcade"
19
	text.TextStrokeColor3 = Color3.fromRGB(255,0,255)
20
21
	v=Instance.new("Part")
22
	v.Name = "ColorBrick"
23
	v.Parent=p.Character
24
	v.FormFactor="Symmetric"
25
	v.Anchored=true
26
	v.CanCollide=false
27
	v.BottomSurface="Smooth"
28
	v.TopSurface="Smooth"
29
	v.Size=Vector3.new(10,5,3)
30
	v.Transparency=1
31
	v.CFrame=char.Torso.CFrame
32
	v.BrickColor=BrickColor.new(CV)
33
	v.Transparency=1
34
	text.TextColor3 = Color3.fromRGB(255, 215, 255)
35
	v.Shape="Block"
36-
	text.Text = "Prepare"
36+
	text.Text = "Prepare my dudes"
37
coroutine.wrap(function()
38
	while wait() do
39
		wait(3)
40-
		text.Text = "IDIOT GUY"
40+
		text.Text = "IDIOT GUY IS HERE"
41
	end
42
end)()
43
44
z = Instance.new("Sound", char)
45
z.SoundId = "rbxassetid://145348602"--145348602
46
z.Looped = true
47
z.Pitch = 1
48
z.Volume = 1
49
wait(.01)
50
z:Play()
51
52
shirt = Instance.new("Shirt", char)
53-
humanoidofplr.WalkSpeed = 20
53+
shirt.Name = "Shirt"
54
pants = Instance.new("Pants", char)
55
pants.Name = "Pants"
56
char.Shirt:Remove()
57-
kicksound.Volume = 10
57+
char.Pants:Remove()
58
for i,v in pairs(char:GetChildren()) do if v:IsA("Accessory") then v.Handle:Remove() end end
59-
pepsi.SoundId = "rbxassetid://525289290"
59+
char.Shirt.ShirtTemplate = "http://www.roblox.com/asset/?id=155136428"
60-
pepsi.Volume = 10
60+
char.Pants.PantsTemplate = "http://www.roblox.com/asset/?id=293561068"
61
char.Head.face.Texture = "rbxassetid://319908966"
62
63-
bass.Volume = 10
63+
Hat = Instance.new("Model")
64
Hat.Parent = char
65
Hat.Name = "Hat"
66-
explo.Volume = 10
66+
rh = Instance.new("Part")
67
rh.Parent = Hat
68
rh.BrickColor = BrickColor.new("Really black")
69-
runninin90.Volume = 10
69+
rh.Locked = true
70
rh.CanCollide = false
71
mesh = Instance.new("SpecialMesh")
72-
erection.Volume = 10
72+
rh.formFactor =  "Symmetric"
73
mesh.MeshType = "FileMesh"
74-
BOOM.SoundId = "rbxassetid://159490394"
74+
mesh.MeshId = "rbxassetid://439736904"
75-
BOOM.Volume = 10
75+
mesh.Parent = rh
76
local weld = Instance.new("Weld")
77
weld.Parent = rh
78-
explo2.Volume = 10
78+
weld.Part0 = rh
79
weld.Part1 =char.Head
80
weld.C0 = CFrame.new(0, -0.5, 0.5)*CFrame.Angles(0, 3, 0)
81-
allahu.Volume = 10
81+
mesh.Scale = Vector3.new(0.002,0.002, 0.002)
82
83-
pepsihit.SoundId = "rbxassetid://545219984"
83+
84-
pepsihit.Volume = 10
84+
85
86
87
88
89
using = false
90
hittd = false
91
game.Players.LocalPlayer.Character.Humanoid:SetStateEnabled(Enum.HumanoidStateType.Dead, false)
92
humanoidofplr = game.Players.LocalPlayer.Character.Humanoid
93
humanoidofplr.Name = "memes"
94
mouse = game.Players.LocalPlayer:GetMouse()
95
humanoidofplr.WalkSpeed = 21
96
humanoidofplr.JumpPower = 65
97
kicksound = Instance.new("Sound", game.Players.LocalPlayer.Character.Head)
98
kicksound.SoundId = "rbxassetid://621550413"
99
kicksound.Volume = 16
100
pepsi = Instance.new("Sound", game.Players.LocalPlayer.Character.Head)
101
pepsi.SoundId = "rbxassetid://364818795"
102
pepsi.Volume = 50
103
bass = Instance.new("Sound", game.Players.LocalPlayer.Character.Head)
104
bass.SoundId = "rbxassetid://1087356234"
105
bass.Volume = 16
106
explo = Instance.new("Sound", game.Players.LocalPlayer.Character.Head)
107
explo.SoundId = "rbxassetid://137994058"
108
explo.Volume = 16
109
runninin90 = Instance.new("Sound", game.Players.LocalPlayer.Character.Head)
110
runninin90.SoundId = "rbxassetid://723688773"
111
runninin90.Volume = 16
112
erection = Instance.new("Sound", game.Players.LocalPlayer.Character.Head)
113
erection.SoundId = "rbxassetid://271550300"
114
erection.Volume = 16
115
BOOM = Instance.new("Sound", game.Players.LocalPlayer.Character.Head)
116
BOOM.SoundId = "rbxassetid://531023877"
117
BOOM.Volume = 16
118
explo2 = Instance.new("Sound", game.Players.LocalPlayer.Character.Head)
119
explo2.SoundId = "rbxassetid://833855896"
120
explo2.Volume = 16
121
allahu = Instance.new("Sound", game.Players.LocalPlayer.Character.Head)
122
allahu.SoundId = "rbxassetid://197054133"
123
allahu.Volume = 16
124
pepsihit = Instance.new("Sound", game.Players.LocalPlayer.Character.Head)
125
pepsihit.SoundId = "rbxassetid://131070686"
126
pepsihit.Volume = 16
127
function dothepunch(key)
128
	key = key:lower()
129
	if key == "q" and not using then
130
		using = true
131
		local rhandclone = game.Players.LocalPlayer.Character.Torso["Right Shoulder"]:Clone()
132
					local rhandweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
133
					rhandweld.Part0 = game.Players.LocalPlayer.Character.Torso
134
					rhandweld.Part1 = game.Players.LocalPlayer.Character["Right Arm"]
135
					rhandweld.C0 = CFrame.new(1.5, 0, 0, 1, -1.6395192e-43, 0, -1.6395192e-43, 1, 0, 0, 0, 1)
136
					local lhandclone = game.Players.LocalPlayer.Character.Torso["Left Shoulder"]:Clone()
137
					local lhandweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
138
					lhandweld.Part0 = game.Players.LocalPlayer.Character.Torso
139
					lhandweld.Part1 = game.Players.LocalPlayer.Character["Left Arm"]
140
					lhandweld.C0 = CFrame.new(-1.5, 0, 0, 1, -1.6395192e-43, 0, -1.6395192e-43, 1, 0, 0, 0, 1)
141
					local llegclone = game.Players.LocalPlayer.Character.Torso["Left Hip"]:Clone()
142
					game.Players.LocalPlayer.Character.Torso["Left Hip"]:Remove()
143
					local llegweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
144
					llegweld.Part0 = game.Players.LocalPlayer.Character.Torso
145
					llegweld.Part1 = game.Players.LocalPlayer.Character["Left Leg"]
146
					llegweld.C0 = CFrame.new(-0.5, -1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0) * CFrame.new(0,-1,0)
147
					local rlegclone = game.Players.LocalPlayer.Character.Torso["Right Hip"]:Clone()
148
					game.Players.LocalPlayer.Character.Torso["Right Hip"]:Remove()
149
					local rlegweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
150
					rlegweld.Part0 = game.Players.LocalPlayer.Character.Torso
151
					rlegweld.Part1 = game.Players.LocalPlayer.Character["Right Leg"]
152
					rlegweld.C0 = CFrame.new(0.5, -1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0) * CFrame.new(0,-1,0)
153
					local rootjointclone = game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint:Clone()
154
					game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint:Remove()
155
					local humanoidrootpart = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
156
					humanoidrootpart.Part0 = game.Players.LocalPlayer.Character.HumanoidRootPart
157
					humanoidrootpart.Part1 = game.Players.LocalPlayer.Character.Torso
158
					local heed = game.Players.LocalPlayer.Character.Torso["Neck"]:Clone()
159
					local headweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
160
					headweld.Part0 = game.Players.LocalPlayer.Character.Torso
161
					headweld.Part1 = game.Players.LocalPlayer.Character.Head
162
					headweld.C0 = headweld.C0 * CFrame.new(0,1.5,0)
163
					game.Players.LocalPlayer.Character.Torso.Neck:Remove()
164
		for i = 0,0.5 , 0.1 do
165
			llegweld.C0 = llegweld.C0:lerp(CFrame.new(-0.976385951, -2.07911205, 0, 0.994522691, 0.104521893, -2.48146847e-24, -0.1045219, 0.994522572, -6.61724926e-24, 0, 0, 1),i)
166
			rlegweld.C0 = rlegweld.C0:lerp(CFrame.new(0.706693888, -2.04811049, 0, 0.98480922, -0.173640087, 7.03582031e-15, 0.173640057, 0.984809279, 1.01514464e-15, -7.10520713e-15, 2.21976022e-16, 1),i)
167
			lhandweld.C0 = lhandweld.C0:lerp(CFrame.new(-1.72260725, 0.385421276, 0, 0.865490794, 0.500013113, 0.0302087422, 0.499708682, -0.866017878, 0.0174446627, 0.0348838717, -2.62477647e-06, -0.999391317),i)
168
			rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(1.34390306, 0.174765587, -0.502760172, 0.953806698, 0.298583031, 0.0331806801, -0.0622573979, 0.304501295, -0.950475156, -0.293899328, 0.904503822, 0.309024394),i)
169
			humanoidrootpart.C0 = humanoidrootpart.C0:lerp(CFrame.new(0, 0, 0, 0.139189512, 1.09557003e-26, -0.990273237, -1.2369339e-27, 1, 1.11828922e-26, 0.990273237, 9.87653853e-28, 0.139189512),i)
170
			headweld.C0 = headweld.C0:lerp(CFrame.new(0, 1.5, 0, 0.469474792, 3.65180045e-27, 0.882945895, -1.41359339e-27, 1, -3.38430072e-27, -0.882945895, 3.40717422e-28, 0.469474792),i)
171
			game:GetService("RunService").RenderStepped:wait()
172
		end
173
		local sensoryee2 = Instance.new("Part", game.Players.LocalPlayer.Character["Right Arm"])
174
		sensoryee2.Size = Vector3.new(2, 2, 2)
175
		sensoryee2.CanCollide = false
176
		sensoryee2.Transparency = 1
177
		sensoryee2:BreakJoints()
178
		local weldsensor = Instance.new("Weld", sensoryee2)
179
		weldsensor.Part0 = sensoryee2
180
		weldsensor.Part1 = game.Players.LocalPlayer.Character["Right Arm"]
181
		weldsensor.C0 = CFrame.new(0,1,0)
182
		local function udidit(part)
183
			sensoryee2:destroy()
184
			local humanoid = part.Parent:findFirstChildOfClass("Humanoid")
185
			if humanoid then
186
				local dmgmath = math.random(35,40)
187
				if humanoid.Health <= dmgmath then
188
					humanoid.Health = 0
189
                        if humanoid.Parent:findFirstChild("Torso") then
190
                            humanoid.Parent.Torso.Velocity = mouse.Hit.lookVector * 35
191
                            for i,v in pairs(humanoid.Parent.Torso:GetChildren()) do
192
                                if v.ClassName == "Motor6D" then
193
                                    if v.Name == "Neck" then
194
                                       
195
                                    else
196
                                        v:destroy()
197
                                    end
198
                                end
199
                            end
200
                        end
201
                        if humanoid.Parent:findFirstChild("Right Arm") then
202
                            local attachment = Instance.new("Attachment", humanoid.Parent.Torso)
203
                            attachment.Position = Vector3.new(1, 1, 0)
204
                            local ball = Instance.new("BallSocketConstraint", humanoid.Parent)
205
                            ball.Attachment0 = humanoid.Parent["Right Arm"].RightShoulderAttachment
206
                            ball.Attachment1 = attachment
207
                            local collidepartofleftleg = Instance.new("Part", humanoid.Parent.Torso)
208
                            collidepartofleftleg.Name = "Bone"
209
                            collidepartofleftleg.Size = Vector3.new(0.8,1.4,0.8)
210
                            collidepartofleftleg.Transparency = 1
211
                            collidepartofleftleg:BreakJoints()
212
                            local weeld = Instance.new("Weld", collidepartofleftleg)
213
                            weeld.Part0 = humanoid.Parent["Right Arm"]
214
                            weeld.Part1 = collidepartofleftleg
215
                            weeld.C0 = weeld.C0 * CFrame.new(0,-0.3,0)
216
                        end
217
                        if humanoid.Parent:findFirstChild("Left Arm") then
218
                            local attachment = Instance.new("Attachment", humanoid.Parent.Torso)
219
                            attachment.Position = Vector3.new(1, 1, 0)
220
                            local ball = Instance.new("BallSocketConstraint", humanoid.Parent)
221
                            ball.Attachment0 = humanoid.Parent.Torso.LeftCollarAttachment
222
                            ball.Attachment1 = humanoid.Parent["Left Arm"].LeftShoulderAttachment
223
                            local collidepartofleftleg = Instance.new("Part", humanoid.Parent.Torso)
224
                            collidepartofleftleg.Name = "Bone"
225
                            collidepartofleftleg.Size = Vector3.new(0.8,1.4,0.8)
226
                            collidepartofleftleg.Transparency = 1
227
                            collidepartofleftleg:BreakJoints()
228
                            local weeld = Instance.new("Weld", collidepartofleftleg)
229
                            weeld.Part0 = humanoid.Parent["Left Arm"]
230
                            weeld.Part1 = collidepartofleftleg
231
                            weeld.C0 = weeld.C0 * CFrame.new(0,-0.3,0)
232
                        end
233
                        if humanoid.Parent:findFirstChild("Right Leg") then
234
                            local attachment = Instance.new("Attachment", humanoid.Parent.Torso)
235
                            attachment.Position = Vector3.new(0.5, -1, 0)
236
                            local ball = Instance.new("BallSocketConstraint", humanoid.Parent)
237
                            ball.Attachment0 = humanoid.Parent["Right Leg"].RightFootAttachment
238
                            ball.Attachment1 = attachment
239
                            humanoid.Parent["Right Leg"].RightFootAttachment.Position = Vector3.new(0, 1, 0)
240
                            local collidepartofleftleg = Instance.new("Part", humanoid.Parent.Torso)
241
                            collidepartofleftleg.Name = "Bone"
242
                            collidepartofleftleg.Size = Vector3.new(0.8,1.4,0.8)
243
                            collidepartofleftleg.Transparency = 1
244
                            collidepartofleftleg:BreakJoints()
245
                            local weeld = Instance.new("Weld", collidepartofleftleg)
246
                            weeld.Part0 = humanoid.Parent["Right Leg"]
247
                            weeld.Part1 = collidepartofleftleg
248
                            weeld.C0 = weeld.C0 * CFrame.new(0,-0.3,0)
249
                        end
250
                        if humanoid.Parent:findFirstChild("Left Leg") then
251
                            local attachment = Instance.new("Attachment", humanoid.Parent.Torso)
252
                            attachment.Position = Vector3.new(-0.5, -1, 0)
253
                            local ball = Instance.new("BallSocketConstraint", humanoid.Parent)
254
                            ball.Attachment0 = humanoid.Parent["Left Leg"].LeftFootAttachment
255
                            ball.Attachment1 = attachment
256
                            humanoid.Parent["Left Leg"].LeftFootAttachment.Position = Vector3.new(0, 1, 0)
257
                            local collidepartofleftleg = Instance.new("Part", humanoid.Parent.Torso)
258
                            collidepartofleftleg.Name = "Bone"
259
                            collidepartofleftleg.Size = Vector3.new(0.8,1.4,0.8)
260
                            collidepartofleftleg.Transparency = 1
261
                            collidepartofleftleg:BreakJoints()
262
                            local weeld = Instance.new("Weld", collidepartofleftleg)
263
                            weeld.Part0 =  humanoid.Parent["Left Leg"]
264
                            weeld.Part1 = collidepartofleftleg
265
                            weeld.C0 = weeld.C0 * CFrame.new(0,-0.3,0)
266
                        end
267
                        if humanoid.Parent:findFirstChild("Head") then
268
                            local attachment = Instance.new("Attachment", humanoid.Parent.Head)
269
                            attachment.Position = Vector3.new(0, -0.5, 0)
270
                            humanoid.Parent.Torso.NeckAttachment.Visible = false
271
                            humanoid.Parent.Torso.NeckAttachment.Position = humanoid.Parent.Torso.NeckAttachment.Position + Vector3.new(0,0,0)
272
                            local ball = Instance.new("HingeConstraint", humanoid.Parent)
273
                            ball.Attachment0 = humanoid.Parent.Torso.NeckAttachment
274
                            ball.Attachment1 = attachment
275
                            local collidepartofleftleg = Instance.new("Part", humanoid.Parent.Torso)
276
                            collidepartofleftleg.Name = "Bone"
277
                            collidepartofleftleg.Size = Vector3.new(0.5,0.3,0.5)
278
                            collidepartofleftleg.Transparency = 1
279
                            collidepartofleftleg:BreakJoints()
280
                            local weeld = Instance.new("Weld", collidepartofleftleg)
281
                            weeld.Part0 = collidepartofleftleg
282
                            weeld.Part1 = humanoid.Parent["Head"]
283
                            humanoid.Parent.Torso.Neck:destroy()
284
                        end
285
                        if humanoid.Parent:findFirstChild("Head") then
286
                            local aah = Instance.new("Sound", humanoid.Parent.Head)
287
                            if aah then
288
                                aah.Volume = 8
289
                                local aahmath = math.random(2,8)
290
                                if aahmath == 2 then
291
                                    aah.SoundId = "rbxassetid://884348443"
292
                                    aah:Play()
293
                                end
294
                                if aahmath == 3 then
295
                                    aah.SoundId = "rbxassetid://535528169"
296
                                    aah.TimePosition = 0.3
297
                                    aah:Play()
298
                                end
299
                                if aahmath == 4 then
300
                                    aah.SoundId = "rbxassetid://1080363252"
301
                                    aah:Play()
302
                                end
303
                                if aahmath == 5 then
304
                                    aah.SoundId = "rbxassetid://150245085"
305
                                    aah:Play()
306
                                end
307
                                if aahmath == 6 then
308
                                    aah.SoundId = "rbxassetid://345287845"
309
                                    aah.TimePosition = 2.5
310
                                    aah:Play()
311
                                end
312
                                if aahmath == 7 then
313
                                    aah.SoundId = "rbxassetid://147758746"
314
                                    aah.TimePosition = 1.3
315
                                    aah:Play()
316
                                end
317
                                if aahmath == 8 then
318
                                    aah.SoundId = "rbxassetid://626777433"
319
                                    aah.TimePosition = 1.4
320
                                    aah:Play()
321
                                end
322
                            end
323
                            humanoid.Name = "Hammoodmememememem"
324
                         end
325
				else
326
					kicksound:Play()
327
					humanoid.Health = humanoid.Health - dmgmath
328
					local vel = Instance.new("BodyVelocity", humanoid.Parent.Torso)
329
					vel.MaxForce = Vector3.new(math.huge,math.huge,math.huge)
330
					vel.Velocity = game.Players.LocalPlayer.Character.Torso.CFrame.rightVector * 35
331
					wait(0.1)
332
					vel:destroy()
333
				end
334
			end
335
		end
336
		sensoryee2.Touched:connect(udidit)
337
		for i = 0,1 , 0.1 do
338
			llegweld.C0 = llegweld.C0:lerp(CFrame.new(-0.976385951, -2.07911205, 0, 0.994522691, 0.104521893, -2.48146847e-24, -0.1045219, 0.994522572, -6.61724926e-24, 0, 0, 1),i)
339
			rlegweld.C0 = rlegweld.C0:lerp(CFrame.new(0.706693888, -2.04811049, 0, 0.98480922, -0.173640087, 7.03582031e-15, 0.173640057, 0.984809279, 1.01514464e-15, -7.10520713e-15, 2.21976022e-16, 1),i)
340
			lhandweld.C0 = lhandweld.C0:lerp(CFrame.new(-2.14573121, 0.310893774, -0.014090538, -0.173835039, 0.984309137, 0.0302081201, 0.984702349, 0.173369259, 0.0174435899, 0.0119327214, 0.0327783301, -0.999389052),i)
341
			rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(1.96523237, 0.455781698, -0.50786829, 0.481259376, -0.872816563, -0.0810915679, -0.0850538537, 0.0455768034, -0.995333314, 0.872439504, 0.485910654, -0.0523021407),i)
342
			humanoidrootpart.C0 = humanoidrootpart.C0:lerp(CFrame.new(0, 0, 0, 0.309020996, -9.73868278e-27, 0.951055288, -1.41867004e-26, 1, 1.48494745e-26, -0.951055288, -1.80811326e-26, 0.309020996),i)
343
			headweld.C0 = headweld.C0:lerp(CFrame.new(0, 1.5, 0, 0.207920238, 1.15615454e-26, -0.978142679, -1.08547261e-27, 1, 9.90178208e-27, 0.978142679, -2.77679039e-27, 0.207920238),i)
344
			game:GetService("RunService").RenderStepped:wait()
345
		end
346
		sensoryee2:destroy()
347
		humanoidrootpart:destroy()
348
		rlegweld:destroy()
349
		llegweld:destroy()
350
		lhandweld:destroy()
351
		rhandweld:destroy()
352
		headweld:destroy()
353
		heed.Parent = game.Players.LocalPlayer.Character.Torso
354
		rootjointclone.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
355
		lhandclone.Parent = game.Players.LocalPlayer.Character.Torso
356
		rhandclone.Parent = game.Players.LocalPlayer.Character.Torso
357
		llegclone.Parent = game.Players.LocalPlayer.Character.Torso
358
		rlegclone.Parent = game.Players.LocalPlayer.Character.Torso
359
		using = false
360
	end
361
end
362
mouse.KeyDown:connect(dothepunch)
363
function kicking(key)
364
	key = key:lower()
365
	if key == "e" and not using then
366
		using = true
367
		hittd = false
368
		local sensoryee2 = Instance.new("Part", game.Players.LocalPlayer.Character.Torso)
369
		sensoryee2.Size = Vector3.new(2, 2, 2)
370
		sensoryee2.CanCollide = false
371
		sensoryee2.Transparency = 1
372
		sensoryee2:BreakJoints()
373
		local weldsensor = Instance.new("Weld", sensoryee2)
374
		weldsensor.Part0 = sensoryee2
375
		weldsensor.Part1 = game.Players.LocalPlayer.Character.Torso
376
		weldsensor.C0 = CFrame.new(0,0,2.5)
377
		local function rapidkick(part)
378
			sensoryee2:destroy()
379
			local humanoid = part.Parent:findFirstChildOfClass("Humanoid")
380
			if humanoid then
381
				hittd = true
382
				humanoid.MaxHealth = 100
383
				if humanoid.Health <= 100 then
384
					humanoid.Parent.Head.Anchored = true
385
					local bodyps = Instance.new("BodyPosition", game.Players.LocalPlayer.Character.Torso)
386
					bodyps.MaxForce = Vector3.new(math.huge,math.huge,math.huge)
387
					bodyps.Position = game.Players.LocalPlayer.Character.Torso.Position
388
					local rhandclone = game.Players.LocalPlayer.Character.Torso["Right Shoulder"]:Clone()
389
					local rhandweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
390
					rhandweld.Part0 = game.Players.LocalPlayer.Character.Torso
391
					rhandweld.Part1 = game.Players.LocalPlayer.Character["Right Arm"]
392
					rhandweld.C0 = CFrame.new(1.5, 0, 0, 1, -1.6395192e-43, 0, -1.6395192e-43, 1, 0, 0, 0, 1)
393
					local lhandclone = game.Players.LocalPlayer.Character.Torso["Left Shoulder"]:Clone()
394
					local lhandweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
395
					lhandweld.Part0 = game.Players.LocalPlayer.Character.Torso
396
					lhandweld.Part1 = game.Players.LocalPlayer.Character["Left Arm"]
397
					lhandweld.C0 = CFrame.new(-1.5, 0, 0, 1, -1.6395192e-43, 0, -1.6395192e-43, 1, 0, 0, 0, 1)
398
					local llegclone = game.Players.LocalPlayer.Character.Torso["Left Hip"]:Clone()
399
					game.Players.LocalPlayer.Character.Torso["Left Hip"]:Remove()
400
					local llegweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
401
					llegweld.Part0 = game.Players.LocalPlayer.Character.Torso
402
					llegweld.Part1 = game.Players.LocalPlayer.Character["Left Leg"]
403
					llegweld.C0 = CFrame.new(-0.5, -1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0) * CFrame.new(0,-1,0)
404
					local rlegclone = game.Players.LocalPlayer.Character.Torso["Right Hip"]:Clone()
405
					game.Players.LocalPlayer.Character.Torso["Right Hip"]:Remove()
406
					local rlegweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
407
					rlegweld.Part0 = game.Players.LocalPlayer.Character.Torso
408
					rlegweld.Part1 = game.Players.LocalPlayer.Character["Right Leg"]
409
					rlegweld.C0 = CFrame.new(0.5, -1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0) * CFrame.new(0,-1,0)
410
					local rootjointclone = game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint:Clone()
411
					game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint:Remove()
412
					local humanoidrootpart = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
413
					humanoidrootpart.Part0 = game.Players.LocalPlayer.Character.HumanoidRootPart
414
					humanoidrootpart.Part1 = game.Players.LocalPlayer.Character.Torso
415
					local heed = game.Players.LocalPlayer.Character.Torso["Neck"]:Clone()
416
					local headweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
417
					headweld.Part0 = game.Players.LocalPlayer.Character.Torso
418
					headweld.Part1 = game.Players.LocalPlayer.Character.Head
419
					headweld.C0 = headweld.C0 * CFrame.new(0,1.5,0)
420
					game.Players.LocalPlayer.Character.Torso.Neck:Remove()
421
					allahu:Play()
422
					for i = 9999 , 9999 do
423
						llegweld.C0 = llegweld.C0:lerp(CFrame.new(-0.976385951, -2.07911205, 0, 0.994522691, 0.104521893, -2.48146847e-24, -0.1045219, 0.994522572, -6.61724926e-24, 0, 0, 1),i)
424
						rlegweld.C0 = rlegweld.C0:lerp(CFrame.new(0.706693888, -2.04811049, 0, 0.98480922, -0.173640087, 7.03582031e-15, 0.173640057, 0.984809279, 1.01514464e-15, -7.10520713e-15, 2.21976022e-16, 1),i)
425
						lhandweld.C0 = lhandweld.C0:lerp(CFrame.new(-1.72260725, 0.385421276, 0, 0.865490794, 0.500013113, 0.0302087422, 0.499708682, -0.866017878, 0.0174446627, 0.0348838717, -2.62477647e-06, -0.999391317),i)
426
						rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(1.34390306, 0.174765587, -0.502760172, 0.953806698, 0.298583031, 0.0331806801, -0.0622573979, 0.304501295, -0.950475156, -0.293899328, 0.904503822, 0.309024394),i)
427
						humanoidrootpart.C0 = humanoidrootpart.C0:lerp(CFrame.new(0, 0, 0, 0.139189512, 1.09557003e-26, -0.990273237, -1.2369339e-27, 1, 1.11828922e-26, 0.990273237, 9.87653853e-28, 0.139189512),i)
428
						headweld.C0 = headweld.C0:lerp(CFrame.new(0, 1.5, 0, 0.469474792, 3.65180045e-27, 0.882945895, -1.41359339e-27, 1, -3.38430072e-27, -0.882945895, 3.40717422e-28, 0.469474792),i)
429
						game:GetService("RunService").RenderStepped:wait()
430
					end
431
					--Converted with ttyyuu12345's model to script plugin v4
432
					function sandbox(var,func)
433
						local env = getfenv(func)
434
						local newenv = setmetatable({},{
435
							__index = function(self,k)
436
								if k=="script" then
437
									return var
438
								else
439
									return env[k]
440
								end
441
							end,
442
						})
443
						setfenv(func,newenv)
444
						return func
445
					end
446
					cors = {}
447
					mas = Instance.new("Model",game:GetService("Lighting"))
448
					Model0 = Instance.new("Model")
449
					Part1 = Instance.new("Part")
450
					CylinderMesh2 = Instance.new("CylinderMesh")
451
					Part3 = Instance.new("Part")
452
					CylinderMesh4 = Instance.new("CylinderMesh")
453
					Part5 = Instance.new("Part")
454
					Part6 = Instance.new("Part")
455
					SpecialMesh7 = Instance.new("SpecialMesh")
456
					Part8 = Instance.new("Part")
457
					Weld9 = Instance.new("Weld")
458
					Weld10 = Instance.new("Weld")
459
					Weld11 = Instance.new("Weld")
460
					Weld12 = Instance.new("Weld")
461
					Weld13 = Instance.new("Weld")
462
					Weld14 = Instance.new("Weld")
463
					Weld15 = Instance.new("Weld")
464
					Weld16 = Instance.new("Weld")
465
					Weld17 = Instance.new("Weld")
466
					Weld18 = Instance.new("Weld")
467
					Weld19 = Instance.new("Weld")
468
					Weld20 = Instance.new("Weld")
469
					Weld21 = Instance.new("Weld")
470
					Weld22 = Instance.new("Weld")
471
					Weld23 = Instance.new("Weld")
472
					Weld24 = Instance.new("Weld")
473
					Weld25 = Instance.new("Weld")
474
					Weld26 = Instance.new("Weld")
475
					Weld27 = Instance.new("Weld")
476
					Weld28 = Instance.new("Weld")
477
					Weld29 = Instance.new("Weld")
478
					Weld30 = Instance.new("Weld")
479
					Weld31 = Instance.new("Weld")
480
					Weld32 = Instance.new("Weld")
481
					Weld33 = Instance.new("Weld")
482
					Weld34 = Instance.new("Weld")
483
					Weld35 = Instance.new("Weld")
484
					Weld36 = Instance.new("Weld")
485
					Weld37 = Instance.new("Weld")
486
					Weld38 = Instance.new("Weld")
487
					Weld39 = Instance.new("Weld")
488
					Weld40 = Instance.new("Weld")
489
					Weld41 = Instance.new("Weld")
490
					Weld42 = Instance.new("Weld")
491
					Weld43 = Instance.new("Weld")
492
					Weld44 = Instance.new("Weld")
493
					Weld45 = Instance.new("Weld")
494
					Weld46 = Instance.new("Weld")
495
					Part47 = Instance.new("Part")
496
					Part48 = Instance.new("Part")
497
					SpecialMesh49 = Instance.new("SpecialMesh")
498
					Part50 = Instance.new("Part")
499
					Part51 = Instance.new("Part")
500
					Part52 = Instance.new("Part")
501
					Part53 = Instance.new("Part")
502
					Part54 = Instance.new("Part")
503
					Part55 = Instance.new("Part")
504
					SpecialMesh56 = Instance.new("SpecialMesh")
505
					Part57 = Instance.new("Part")
506
					SpecialMesh58 = Instance.new("SpecialMesh")
507
					Part59 = Instance.new("Part")
508
					Part60 = Instance.new("Part")
509
					Part61 = Instance.new("Part")
510
					SpecialMesh62 = Instance.new("SpecialMesh")
511
					Part63 = Instance.new("Part")
512
					Part64 = Instance.new("Part")
513
					Part65 = Instance.new("Part")
514
					SpecialMesh66 = Instance.new("SpecialMesh")
515
					Part67 = Instance.new("Part")
516
					Part68 = Instance.new("Part")
517
					Part69 = Instance.new("Part")
518
					SpecialMesh70 = Instance.new("SpecialMesh")
519
					Part71 = Instance.new("Part")
520
					Part72 = Instance.new("Part")
521
					Part73 = Instance.new("Part")
522
					SpecialMesh74 = Instance.new("SpecialMesh")
523
					Part75 = Instance.new("Part")
524
					CylinderMesh76 = Instance.new("CylinderMesh")
525
					Part77 = Instance.new("Part")
526
					Part78 = Instance.new("Part")
527
					SpecialMesh79 = Instance.new("SpecialMesh")
528
					Part80 = Instance.new("Part")
529
					Part81 = Instance.new("Part")
530
					Part82 = Instance.new("Part")
531
					SpecialMesh83 = Instance.new("SpecialMesh")
532
					Part84 = Instance.new("Part")
533
					Part85 = Instance.new("Part")
534
					SpecialMesh86 = Instance.new("SpecialMesh")
535
					Part87 = Instance.new("Part")
536
					Part88 = Instance.new("Part")
537
					Part89 = Instance.new("Part")
538
					Part90 = Instance.new("Part")
539
					SpecialMesh91 = Instance.new("SpecialMesh")
540
					Model0.Name = "ROAD ROLLER DA!!! (By UltimateGate)"
541
					Model0.Parent = mas
542
					Part1.Parent = Model0
543
					Part1.Material = Enum.Material.Concrete
544
					Part1.Reflectance = 0.10000000149012
545
					Part1.Rotation = Vector3.new(-41.6299973, 89.7900009, -50.0999985)
546
					Part1.RotVelocity = Vector3.new(-0.00130878447, 0.0076724994, 0.0405282564)
547
					Part1.Velocity = Vector3.new(15.9593143, -15.1346016, 1.153018)
548
					Part1.Size = Vector3.new(10, 12, 10)
549
					Part1.CFrame = CFrame.new(35.6884079, 14.3006563, -58.9530258, 0.00228062016, 0.00272719329, 0.999993324, -0.999542534, -0.0301392656, 0.00236178562, 0.0301455129, -0.999541759, 0.00265712291)
550
					Part1.BottomSurface = Enum.SurfaceType.Smooth
551
					Part1.TopSurface = Enum.SurfaceType.Smooth
552
					Part1.Position = Vector3.new(35.6884079, 14.3006563, -58.9530258)
553
					Part1.Orientation = Vector3.new(-0.140000001, 89.8499985, -91.7299957)
554
					CylinderMesh2.Parent = Part1
555
					CylinderMesh2.Scale = Vector3.new(1, 1.02999997, 1)
556
					CylinderMesh2.Scale = Vector3.new(1, 1.02999997, 1)
557
					Part3.Parent = Model0
558
					Part3.BrickColor = BrickColor.new("Bright yellow")
559
					Part3.Reflectance = 0.10000000149012
560
					Part3.Rotation = Vector3.new(-41.6299973, 89.7900009, -50.0999985)
561
					Part3.RotVelocity = Vector3.new(-0.00130878447, 0.0076724994, 0.0405282564)
562
					Part3.Velocity = Vector3.new(15.9552402, -15.1346149, 1.15288901)
563
					Part3.Size = Vector3.new(2, 12.8000002, 2)
564
					Part3.CFrame = CFrame.new(35.688179, 14.4006109, -58.9560432, 0.00228062016, 0.00272719329, 0.999993324, -0.999542534, -0.0301392656, 0.00236178562, 0.0301455129, -0.999541759, 0.00265712291)
565
					Part3.BottomSurface = Enum.SurfaceType.Smooth
566
					Part3.TopSurface = Enum.SurfaceType.Smooth
567
					Part3.Color = Color3.new(0.960784, 0.803922, 0.188235)
568
					Part3.Position = Vector3.new(35.688179, 14.4006109, -58.9560432)
569
					Part3.Orientation = Vector3.new(-0.140000001, 89.8499985, -91.7299957)
570
					Part3.Color = Color3.new(0.960784, 0.803922, 0.188235)
571
					CylinderMesh4.Parent = Part3
572
					Part5.Parent = Model0
573
					Part5.BrickColor = BrickColor.new("Bright yellow")
574
					Part5.Reflectance = 0.10000000149012
575
					Part5.Rotation = Vector3.new(-41.6299973, 89.7900009, -50.0999985)
576
					Part5.RotVelocity = Vector3.new(-0.00130878447, 0.0076724994, 0.0405282564)
577
					Part5.Velocity = Vector3.new(15.8883438, -15.3655081, 1.19443977)
578
					Part5.Size = Vector3.new(1.78999996, 5, 1)
579
					Part5.CFrame = CFrame.new(29.9835358, 16.0954094, -58.7225494, 0.00228062016, 0.00272719329, 0.999993324, -0.999542534, -0.0301392656, 0.00236178562, 0.0301455129, -0.999541759, 0.00265712291)
580
					Part5.BottomSurface = Enum.SurfaceType.Smooth
581
					Part5.TopSurface = Enum.SurfaceType.Smooth
582
					Part5.Color = Color3.new(0.960784, 0.803922, 0.188235)
583
					Part5.Position = Vector3.new(29.9835358, 16.0954094, -58.7225494)
584
					Part5.Orientation = Vector3.new(-0.140000001, 89.8499985, -91.7299957)
585
					Part5.Color = Color3.new(0.960784, 0.803922, 0.188235)
586
					Part6.Parent = Model0
587
					Part6.BrickColor = BrickColor.new("Bright yellow")
588
					Part6.Reflectance = 0.10000000149012
589
					Part6.Rotation = Vector3.new(-41.6299973, 89.6699982, 39.9099998)
590
					Part6.RotVelocity = Vector3.new(-0.00130878447, 0.0076724994, 0.0405282564)
591
					Part6.Velocity = Vector3.new(15.8231583, -15.3657188, 1.19237459)
592
					Part6.Size = Vector3.new(5, 1.39999998, 0.99000001)
593
					Part6.CFrame = CFrame.new(29.9798889, 17.6946754, -58.7708015, 0.00272716419, -0.00228084624, 0.999983907, -0.0301390998, 0.999536812, 0.00236200634, -0.999536514, -0.0301453341, 0.00265720859)
594
					Part6.BottomSurface = Enum.SurfaceType.Smooth
595
					Part6.TopSurface = Enum.SurfaceType.Smooth
596
					Part6.Color = Color3.new(0.960784, 0.803922, 0.188235)
597
					Part6.Position = Vector3.new(29.9798889, 17.6946754, -58.7708015)
598
					Part6.Orientation = Vector3.new(-0.140000001, 89.8499985, -1.73000002)
599
					Part6.Color = Color3.new(0.960784, 0.803922, 0.188235)
600
					SpecialMesh7.Parent = Part6
601
					SpecialMesh7.MeshType = Enum.MeshType.Wedge
602
					Part8.Name = "Center"
603
					Part8.Parent = Model0
604
					Part8.BrickColor = BrickColor.new("Bright yellow")
605
					Part8.Reflectance = 0.10000000149012
606
					Part8.Transparency = 1
607
					Part8.Rotation = Vector3.new(-41.6299973, 89.7999954, 39.9099998)
608
					Part8.RotVelocity = Vector3.new(-0.00130878447, 0.0076724994, 0.0405282564)
609
					Part8.Velocity = Vector3.new(15.8684664, -14.826972, 1.09184623)
610
					Part8.Size = Vector3.new(12.5, 5.80000019, 27.6000004)
611
					Part8.CFrame = CFrame.new(43.2836189, 16.5145874, -59.0991096, 0.00272715022, -0.0022807084, 0.999993682, -0.030139273, 0.999542892, 0.00236187526, -0.999541998, -0.0301455241, 0.00265716482)
612
					Part8.BottomSurface = Enum.SurfaceType.Smooth
613
					Part8.TopSurface = Enum.SurfaceType.Smooth
614
					Part8.Color = Color3.new(0.960784, 0.803922, 0.188235)
615
					Part8.Position = Vector3.new(43.2836189, 16.5145874, -59.0991096)
616
					Part8.Orientation = Vector3.new(-0.140000001, 89.8499985, -1.73000002)
617
					Part8.Color = Color3.new(0.960784, 0.803922, 0.188235)
618
					Weld9.Parent = Part8
619
					Weld9.C0 = CFrame.new(-0.100002289, -2.20000029, -7.6000061, 1.06581131e-14, -7.10542736e-15, -1, -8.74229471e-08, 1, -7.10542736e-15, 1, 8.742294e-08, -4.37113776e-08)
620
					Weld9.C1 = CFrame.new(0, 0, 0, 0, -0.999999642, 5.38727335e-28, -5.38727239e-28, -5.38727287e-28, -0.999999762, 0.999999642, 9.62964972e-35, -4.37113776e-08)
621
					Weld9.Part0 = Part8
622
					Weld9.Part1 = Part1
623
					Weld10.Parent = Part8
624
					Weld10.C0 = CFrame.new(-0.100002289, -2.10000038, -7.6000061, 1.06581131e-14, -7.10542736e-15, -1, -8.74229471e-08, 1, -7.10542736e-15, 1, 8.742294e-08, -4.37113776e-08)
625
					Weld10.C1 = CFrame.new(0, 0, 0, 0, -0.999999642, 5.38727335e-28, -5.38727239e-28, -5.38727287e-28, -0.999999762, 0.999999642, 9.62964972e-35, -4.37113776e-08)
626
					Weld10.Part0 = Part8
627
					Weld10.Part1 = Part3
628
					Weld11.Parent = Part8
629
					Weld11.C0 = CFrame.new(-0.400024414, -0.400005341, -13.2999878, 1.06581131e-14, -7.10542736e-15, -1, -8.74229471e-08, 1, -7.10542736e-15, 1, 8.742294e-08, -4.37113776e-08)
630
					Weld11.C1 = CFrame.new(0, 0, 0, 0, -0.999999642, 5.38727335e-28, -5.38727239e-28, -5.38727287e-28, -0.999999762, 0.999999642, 9.62964972e-35, -4.37113776e-08)
631
					Weld11.Part0 = Part8
632
					Weld11.Part1 = Part5
633
					Weld12.Parent = Part8
634
					Weld12.C0 = CFrame.new(-0.400005341, 1.19999409, -13.2999859, 1.06581131e-14, -7.10542736e-15, -1, -8.74229471e-08, 1, -7.10542736e-15, 1, 8.742294e-08, -4.37113776e-08)
635
					Weld12.C1 = CFrame.new(0, 0, 0, -1.49008788e-08, 6.6675625e-09, -0.999994516, -2.3933373e-07, 0.99999392, 6.66761935e-09, 0.999990225, 2.39334668e-07, 7.45059765e-08)
636
					Weld12.Part0 = Part8
637
					Weld12.Part1 = Part6
638
					Weld13.Parent = Part8
639
					Weld13.C0 = CFrame.new(-5.70004654, -0.230010033, 8.99998474, 1.06581131e-14, -7.10542736e-15, -1, -8.74229471e-08, 1, -7.10542736e-15, 1, 8.742294e-08, -4.37113776e-08)
640
					Weld13.C1 = CFrame.new(0, 0, 0, 0, -0.999999642, 5.38727335e-28, -5.38727239e-28, -5.38727287e-28, -0.999999762, 0.999999642, 9.62964972e-35, -4.37113776e-08)
641
					Weld13.Part0 = Part8
642
					Weld13.Part1 = Part47
643
					Weld14.Parent = Part8
644
					Weld14.C0 = CFrame.new(-0.100009918, 0.469994545, 13.5999641, 1.06581131e-14, -7.10542736e-15, -1, -8.74229471e-08, 1, -7.10542736e-15, 1, 8.742294e-08, -4.37113776e-08)
645
					Weld14.C1 = CFrame.new(0, 0, 0, 1.49011612e-08, -3.49571337e-07, 0.999994278, 5.89458523e-07, 0.99999392, 3.49571422e-07, -0.999990225, 5.89460512e-07, -4.47034836e-08)
646
					Weld14.Part0 = Part8
647
					Weld14.Part1 = Part48
648
					Weld15.Parent = Part8
649
					Weld15.C0 = CFrame.new(-0.100002289, 1.46999836, -3.6000061, 1.06581131e-14, -7.10542736e-15, -1, -8.74229471e-08, 1, -7.10542736e-15, 1, 8.742294e-08, -4.37113776e-08)
650
					Weld15.C1 = CFrame.new(0, 0, 0, 0, -0.999999642, 5.38727335e-28, -5.38727239e-28, -5.38727287e-28, -0.999999762, 0.999999642, 9.62964972e-35, -4.37113776e-08)
651
					Weld15.Part0 = Part8
652
					Weld15.Part1 = Part50
653
					Weld16.Parent = Part8
654
					Weld16.C0 = CFrame.new(-0.100017548, 1.79999256, -7.09999847, 1.06581131e-14, -7.10542736e-15, -1, -8.74229471e-08, 1, -7.10542736e-15, 1, 8.742294e-08, -4.37113776e-08)
655
					Weld16.C1 = CFrame.new(0, 0, 0, 0, -0.999999642, 5.38727335e-28, -5.38727239e-28, -5.38727287e-28, -0.999999762, 0.999999642, 9.62964972e-35, -4.37113776e-08)
656
					Weld16.Part0 = Part8
657
					Weld16.Part1 = Part51
658
					Weld17.Parent = Part8
659
					Weld17.C0 = CFrame.new(4.49999619, 7.36998749, 8.89997864, 1.06581131e-14, -7.10542736e-15, -1, -8.74229471e-08, 1, -7.10542736e-15, 1, 8.742294e-08, -4.37113776e-08)
660
					Weld17.C1 = CFrame.new(0, 0, 0, 0, -0.999999642, 5.38727335e-28, -5.38727239e-28, -5.38727287e-28, -0.999999762, 0.999999642, 9.62964972e-35, -4.37113776e-08)
661
					Weld17.Part0 = Part8
662
					Weld17.Part1 = Part52
663
					Weld18.Parent = Part8
664
					Weld18.C0 = CFrame.new(4.49999619, 8.8699894, 6.0999794, 1.06581131e-14, -7.10542736e-15, -1, -8.74229471e-08, 1, -7.10542736e-15, 1, 8.742294e-08, -4.37113776e-08)
665
					Weld18.C1 = CFrame.new(0, 0, 0, 0, -0.999999642, 5.38727335e-28, -5.38727239e-28, -5.38727287e-28, -0.999999762, 0.999999642, 9.62964972e-35, -4.37113776e-08)
666
					Weld18.Part0 = Part8
667
					Weld18.Part1 = Part53
668
					Weld19.Parent = Part8
669
					Weld19.C0 = CFrame.new(-0.100006104, -2.5299983, -2.70001984, 1.06581131e-14, -7.10542736e-15, -1, -8.74229471e-08, 1, -7.10542736e-15, 1, 8.742294e-08, -4.37113776e-08)
670
					Weld19.C1 = CFrame.new(0, 0, 0, 0, -0.999999642, 5.38727335e-28, -5.38727239e-28, -5.38727287e-28, -0.999999762, 0.999999642, 9.62964972e-35, -4.37113776e-08)
671
					Weld19.Part0 = Part8
672
					Weld19.Part1 = Part54
673
					Weld20.Parent = Part8
674
					Weld20.C0 = CFrame.new(-0.400001526, 3.2999897, -10.8000069, 1.06581131e-14, -7.10542736e-15, -1, -8.74229471e-08, 1, -7.10542736e-15, 1, 8.742294e-08, -4.37113776e-08)
675
					Weld20.C1 = CFrame.new(0, 0, 0, -1.49008788e-08, 6.6675625e-09, -0.999994516, -2.3933373e-07, 0.99999392, 6.66761935e-09, 0.999990225, 2.39334668e-07, 7.45059765e-08)
676
					Weld20.Part0 = Part8
677
					Weld20.Part1 = Part55
678
					Weld21.Parent = Part8
679
					Weld21.C0 = CFrame.new(-0.100028992, 3.06999397, -3.60002518, 1.06581131e-14, -7.10542736e-15, -1, -8.74229471e-08, 1, -7.10542736e-15, 1, 8.742294e-08, -4.37113776e-08)
680
					Weld21.C1 = CFrame.new(0, 0, 0, 1.49008779e-08, 6.66761935e-09, 0.999994516, 2.39330944e-07, 0.99999392, -6.66753408e-09, -0.999990225, 2.39331769e-07, -7.45059765e-08)
681
					Weld21.Part0 = Part8
682
					Weld21.Part1 = Part57
683
					Weld22.Parent = Part8
684
					Weld22.C0 = CFrame.new(-0.100002289, 4.76998997, 7.19997787, 1.06581131e-14, -7.10542736e-15, -1, -8.74229471e-08, 1, -7.10542736e-15, 1, 8.742294e-08, -4.37113776e-08)
685
					Weld22.C1 = CFrame.new(0, 0, 0, 0, -0.999999642, 5.38727335e-28, -5.38727239e-28, -5.38727287e-28, -0.999999762, 0.999999642, 9.62964972e-35, -4.37113776e-08)
686
					Weld22.Part0 = Part8
687
					Weld22.Part1 = Part59
688
					Weld23.Parent = Part8
689
					Weld23.C0 = CFrame.new(-0.100002289, 0.269996643, 0.299983978, 1.06581131e-14, -7.10542736e-15, -1, -8.74229471e-08, 1, -7.10542736e-15, 1, 8.742294e-08, -4.37113776e-08)
690
					Weld23.C1 = CFrame.new(0, 0, 0, 0, -0.999999642, 5.38727335e-28, -5.38727239e-28, -5.38727287e-28, -0.999999762, 0.999999642, 9.62964972e-35, -4.37113776e-08)
691
					Weld23.Part0 = Part8
692
					Weld23.Part1 = Part60
693
					Weld24.Parent = Part8
694
					Weld24.C0 = CFrame.new(-0.400001526, 3.29998589, -3.40000153, 1.06581131e-14, -7.10542736e-15, -1, -8.74229471e-08, 1, -7.10542736e-15, 1, 8.742294e-08, -4.37113776e-08)
695
					Weld24.C1 = CFrame.new(0, 0, 0, 1.49011612e-08, -3.49571337e-07, 0.999994278, 5.89458523e-07, 0.99999392, 3.49571422e-07, -0.999990225, 5.89460512e-07, -4.47034836e-08)
696
					Weld24.Part0 = Part8
697
					Weld24.Part1 = Part61
698
					Weld25.Parent = Part8
699
					Weld25.C0 = CFrame.new(-4.70000076, 5.76999187, 3.29998016, 1.06581131e-14, -7.10542736e-15, -1, -8.74229471e-08, 1, -7.10542736e-15, 1, 8.742294e-08, -4.37113776e-08)
700
					Weld25.C1 = CFrame.new(0, 0, 0, 0, -0.999999642, 5.38727335e-28, -5.38727239e-28, -5.38727287e-28, -0.999999762, 0.999999642, 9.62964972e-35, -4.37113776e-08)
701
					Weld25.Part0 = Part8
702
					Weld25.Part1 = Part63
703
					Weld26.Parent = Part8
704
					Weld26.C0 = CFrame.new(-0.400024414, 0.299996376, -10.7999916, 1.06581131e-14, -7.10542736e-15, -1, -8.74229471e-08, 1, -7.10542736e-15, 1, 8.742294e-08, -4.37113776e-08)
705
					Weld26.C1 = CFrame.new(0, 0, 0, 0, -0.999999642, 5.38727335e-28, -5.38727239e-28, -5.38727287e-28, -0.999999762, 0.999999642, 9.62964972e-35, -4.37113776e-08)
706
					Weld26.Part0 = Part8
707
					Weld26.Part1 = Part64
708
					Weld27.Parent = Part8
709
					Weld27.C0 = CFrame.new(-7.60004807, -0.230009079, 8.99998474, 1.06581131e-14, -7.10542736e-15, -1, -8.74229471e-08, 1, -7.10542736e-15, 1, 8.742294e-08, -4.37113776e-08)
710
					Weld27.C1 = CFrame.new(0, 0, 0, -1, 0, 4.37113883e-08, 0, 1, 0, -4.37113883e-08, 0, -1)
711
					Weld27.Part0 = Part8
712
					Weld27.Part1 = Part65
713
					Weld28.Parent = Part8
714
					Weld28.C0 = CFrame.new(-0.300003052, 3.06999302, 0.299983978, 1.06581131e-14, -7.10542736e-15, -1, -8.74229471e-08, 1, -7.10542736e-15, 1, 8.742294e-08, -4.37113776e-08)
715
					Weld28.C1 = CFrame.new(0, 0, 0, 0, -0.999999642, 5.38727335e-28, -5.38727239e-28, -5.38727287e-28, -0.999999762, 0.999999642, 9.62964972e-35, -4.37113776e-08)
716
					Weld28.Part0 = Part8
717
					Weld28.Part1 = Part67
718
					Weld29.Parent = Part8
719
					Weld29.C0 = CFrame.new(5.5, -0.230006218, 8.99998474, 1.06581131e-14, -7.10542736e-15, -1, -8.74229471e-08, 1, -7.10542736e-15, 1, 8.742294e-08, -4.37113776e-08)
720
					Weld29.C1 = CFrame.new(0, 0, 0, 0, -0.999999642, 5.38727335e-28, -5.38727239e-28, -5.38727287e-28, -0.999999762, 0.999999642, 9.62964972e-35, -4.37113776e-08)
721
					Weld29.Part0 = Part8
722
					Weld29.Part1 = Part68
723
					Weld30.Parent = Part8
724
					Weld30.C0 = CFrame.new(-0.100009918, 4.76998997, 11.099968, 1.06581131e-14, -7.10542736e-15, -1, -8.74229471e-08, 1, -7.10542736e-15, 1, 8.742294e-08, -4.37113776e-08)
725
					Weld30.C1 = CFrame.new(0, 0, 0, 1.49011612e-08, -3.49571337e-07, 0.999994278, 5.89458523e-07, 0.99999392, 3.49571422e-07, -0.999990225, 5.89460512e-07, -4.47034836e-08)
726
					Weld30.Part0 = Part8
727
					Weld30.Part1 = Part69
728
					Weld31.Parent = Part8
729
					Weld31.C0 = CFrame.new(-0.100002289, 1.46999836, -10.8000336, 1.06581131e-14, -7.10542736e-15, -1, -8.74229471e-08, 1, -7.10542736e-15, 1, 8.742294e-08, -4.37113776e-08)
730
					Weld31.C1 = CFrame.new(0, 0, 0, 0, -0.999999642, 5.38727335e-28, -5.38727239e-28, -5.38727287e-28, -0.999999762, 0.999999642, 9.62964972e-35, -4.37113776e-08)
731
					Weld31.Part0 = Part8
732
					Weld31.Part1 = Part71
733
					Weld32.Parent = Part8
734
					Weld32.C0 = CFrame.new(4.49999619, 5.76999092, 3.29998016, 1.06581131e-14, -7.10542736e-15, -1, -8.74229471e-08, 1, -7.10542736e-15, 1, 8.742294e-08, -4.37113776e-08)
735
					Weld32.C1 = CFrame.new(0, 0, 0, 0, -0.999999642, 5.38727335e-28, -5.38727239e-28, -5.38727287e-28, -0.999999762, 0.999999642, 9.62964972e-35, -4.37113776e-08)
736
					Weld32.Part0 = Part8
737
					Weld32.Part1 = Part72
738
					Weld33.Parent = Part8
739
					Weld33.C0 = CFrame.new(-0.40001297, 2.29999352, -12.3999844, 1.06581131e-14, -7.10542736e-15, -1, -8.74229471e-08, 1, -7.10542736e-15, 1, 8.742294e-08, -4.37113776e-08)
740
					Weld33.C1 = CFrame.new(0, 0, 0, -1.49008788e-08, 6.6675625e-09, -0.999994516, -2.3933373e-07, 0.99999392, 6.66761935e-09, 0.999990225, 2.39334668e-07, 7.45059765e-08)
741
					Weld33.Part0 = Part8
742
					Weld33.Part1 = Part73
743
					Weld34.Parent = Part8
744
					Weld34.C0 = CFrame.new(-0.100021362, -2.20000362, 8.80002213, 1.06581131e-14, -7.10542736e-15, -1, -8.74229471e-08, 1, -7.10542736e-15, 1, 8.742294e-08, -4.37113776e-08)
745
					Weld34.C1 = CFrame.new(0, 0, 0, 0, -0.999999642, 5.38727335e-28, -5.38727239e-28, -5.38727287e-28, -0.999999762, 0.999999642, 9.62964972e-35, -4.37113776e-08)
746
					Weld34.Part0 = Part8
747
					Weld34.Part1 = Part75
748
					Weld35.Parent = Part8
749
					Weld35.C0 = CFrame.new(-0.400001526, 3.69999981, -7.1000061, 1.06581131e-14, -7.10542736e-15, -1, -8.74229471e-08, 1, -7.10542736e-15, 1, 8.742294e-08, -4.37113776e-08)
750
					Weld35.C1 = CFrame.new(0, 0, 0, 0, -0.999999642, 5.38727335e-28, -5.38727239e-28, -5.38727287e-28, -0.999999762, 0.999999642, 9.62964972e-35, -4.37113776e-08)
751
					Weld35.Part0 = Part8
752
					Weld35.Part1 = Part77
753
					Weld36.Parent = Part8
754
					Weld36.C0 = CFrame.new(7.39999771, -0.230010033, 8.99997711, 1.06581131e-14, -7.10542736e-15, -1, -8.74229471e-08, 1, -7.10542736e-15, 1, 8.742294e-08, -4.37113776e-08)
755
					Weld36.Part0 = Part8
756
					Weld36.Part1 = Part78
757
					Weld37.Parent = Part8
758
					Weld37.C0 = CFrame.new(-0.300003052, 4.76999092, 1.79998398, 1.06581131e-14, -7.10542736e-15, -1, -8.74229471e-08, 1, -7.10542736e-15, 1, 8.742294e-08, -4.37113776e-08)
759
					Weld37.C1 = CFrame.new(0, 0, 0, 0, -0.999999642, 5.38727335e-28, -5.38727239e-28, -5.38727287e-28, -0.999999762, 0.999999642, 9.62964972e-35, -4.37113776e-08)
760
					Weld37.Part0 = Part8
761
					Weld37.Part1 = Part80
762
					Weld38.Parent = Part8
763
					Weld38.C0 = CFrame.new(-0.100002289, 0.469992638, 7.19998169, 1.06581131e-14, -7.10542736e-15, -1, -8.74229471e-08, 1, -7.10542736e-15, 1, 8.742294e-08, -4.37113776e-08)
764
					Weld38.C1 = CFrame.new(0, 0, 0, 0, -0.999999642, 5.38727335e-28, -5.38727239e-28, -5.38727287e-28, -0.999999762, 0.999999642, 9.62964972e-35, -4.37113776e-08)
765
					Weld38.Part0 = Part8
766
					Weld38.Part1 = Part81
767
					Weld39.Parent = Part8
768
					Weld39.C0 = CFrame.new(-0.0999755859, 3.06999588, -10.8000221, 1.06581131e-14, -7.10542736e-15, -1, -8.74229471e-08, 1, -7.10542736e-15, 1, 8.742294e-08, -4.37113776e-08)
769
					Weld39.C1 = CFrame.new(0, 0, 0, -1.49008788e-08, 6.6675625e-09, -0.999994516, -2.3933373e-07, 0.99999392, 6.66761935e-09, 0.999990225, 2.39334668e-07, 7.45059765e-08)
770
					Weld39.Part0 = Part8
771
					Weld39.Part1 = Part82
772
					Weld40.Parent = Part8
773
					Weld40.C0 = CFrame.new(-0.100002289, 0.769999504, -2.10001373, 1.06581131e-14, -7.10542736e-15, -1, -8.74229471e-08, 1, -7.10542736e-15, 1, 8.742294e-08, -4.37113776e-08)
774
					Weld40.C1 = CFrame.new(0, 0, 0, 0, -0.999999642, 5.38727335e-28, -5.38727239e-28, -5.38727287e-28, -0.999999762, 0.999999642, 9.62964972e-35, -4.37113776e-08)
775
					Weld40.Part0 = Part8
776
					Weld40.Part1 = Part84
777
					Weld41.Parent = Part8
778
					Weld41.C0 = CFrame.new(-0.0999755859, 8.86998558, 8.89997482, 1.06581131e-14, -7.10542736e-15, -1, -8.74229471e-08, 1, -7.10542736e-15, 1, 8.742294e-08, -4.37113776e-08)
779
					Weld41.C1 = CFrame.new(0, 0, 0, 1.49008796e-08, 6.66744882e-09, 0.999994516, 2.39336913e-07, 0.99999392, -6.66736355e-09, -0.999990225, 2.39337737e-07, -7.45059765e-08)
780
					Weld41.Part0 = Part8
781
					Weld41.Part1 = Part85
782
					Weld42.Parent = Part8
783
					Weld42.C0 = CFrame.new(-4.70000076, 8.86999321, 6.0999794, 1.06581131e-14, -7.10542736e-15, -1, -8.74229471e-08, 1, -7.10542736e-15, 1, 8.742294e-08, -4.37113776e-08)
784
					Weld42.C1 = CFrame.new(0, 0, 0, 0, -0.999999642, 5.38727335e-28, -5.38727239e-28, -5.38727287e-28, -0.999999762, 0.999999642, 9.62964972e-35, -4.37113776e-08)
785
					Weld42.Part0 = Part8
786
					Weld42.Part1 = Part87
787
					Weld43.Parent = Part8
788
					Weld43.C0 = CFrame.new(-4.69999313, 7.36998749, 8.89997864, 1.06581131e-14, -7.10542736e-15, -1, -8.74229471e-08, 1, -7.10542736e-15, 1, 8.742294e-08, -4.37113776e-08)
789
					Weld43.C1 = CFrame.new(0, 0, 0, 0, -0.999999642, 5.38727335e-28, -5.38727239e-28, -5.38727287e-28, -0.999999762, 0.999999642, 9.62964972e-35, -4.37113776e-08)
790
					Weld43.Part0 = Part8
791
					Weld43.Part1 = Part88
792
					Weld44.Parent = Part8
793
					Weld44.C0 = CFrame.new(-0.100017548, 8.86998558, 6.0999794, 1.06581131e-14, -7.10542736e-15, -1, -8.74229471e-08, 1, -7.10542736e-15, 1, 8.742294e-08, -4.37113776e-08)
794
					Weld44.C1 = CFrame.new(0, 0, 0, 0, -0.999999642, 5.38727335e-28, -5.38727239e-28, -5.38727287e-28, -0.999999762, 0.999999642, 9.62964972e-35, -4.37113776e-08)
795
					Weld44.Part0 = Part8
796
					Weld44.Part1 = Part89
797
					Weld45.Parent = Part8
798
					Weld45.C0 = CFrame.new(-0.100025177, 8.86998749, 3.29998398, 1.06581131e-14, -7.10542736e-15, -1, -8.74229471e-08, 1, -7.10542736e-15, 1, 8.742294e-08, -4.37113776e-08)
799
					Weld45.C1 = CFrame.new(0, 0, 0, -1.49008823e-08, 6.66727829e-09, -0.999994516, -2.39345496e-07, 0.99999392, 6.66733513e-09, 0.999990225, 2.39346434e-07, 7.45059765e-08)
800
					Weld45.Part0 = Part8
801
					Weld45.Part1 = Part90
802
					Weld46.Parent = Part8
803
					Weld46.C0 = CFrame.new(0.258005589, 5.26530218, -7.02216148, 0.95105654, 0.26761654, -0.154508486, -0.10569004, 0.751547456, 0.65115732, 0.290380985, -0.602957428, 0.743048429)
804
					Weld46.Part0 = Part8
805
					Part47.Parent = Model0
806
					Part47.BrickColor = BrickColor.new("Bright yellow")
807
					Part47.Reflectance = 0.10000000149012
808
					Part47.Rotation = Vector3.new(-41.6299973, 89.7900009, -50.0999985)
809
					Part47.RotVelocity = Vector3.new(-0.00130878447, 0.0076724994, 0.0405282564)
810
					Part47.Velocity = Vector3.new(15.9139099, -14.4553328, 1.0229578)
811
					Part47.Size = Vector3.new(6.80000019, 1, 6)
812
					Part47.CFrame = CFrame.new(52.2685242, 16.4777355, -53.3708267, 0.00228062016, 0.00272719329, 0.999993324, -0.999542534, -0.0301392656, 0.00236178562, 0.0301455129, -0.999541759, 0.00265712291)
813
					Part47.BottomSurface = Enum.SurfaceType.Smooth
814
					Part47.TopSurface = Enum.SurfaceType.Smooth
815
					Part47.Color = Color3.new(0.960784, 0.803922, 0.188235)
816
					Part47.Position = Vector3.new(52.2685242, 16.4777355, -53.3708267)
817
					Part47.Orientation = Vector3.new(-0.140000001, 89.8499985, -91.7299957)
818
					Part47.Color = Color3.new(0.960784, 0.803922, 0.188235)
819
					Part48.Parent = Model0
820
					Part48.BrickColor = BrickColor.new("Bright yellow")
821
					Part48.Reflectance = 0.10000000149012
822
					Part48.Rotation = Vector3.new(138.37999, -89.6699982, 140.099991)
823
					Part48.RotVelocity = Vector3.new(-0.00130878447, 0.0076724994, 0.0405282564)
824
					Part48.Velocity = Vector3.new(15.8489389, -14.2756872, 0.986850679)
825
					Part48.Size = Vector3.new(11, 5.4000001, 2.78999996)
826
					Part48.CFrame = CFrame.new(56.8821526, 17.0195026, -58.9771767, -0.00272716279, -0.00228001853, -0.999983907, 0.0301387496, 0.999536812, -0.002361177, 0.999536276, -0.0301449895, -0.00265720394)
827
					Part48.BottomSurface = Enum.SurfaceType.Smooth
828
					Part48.TopSurface = Enum.SurfaceType.Smooth
829
					Part48.Color = Color3.new(0.960784, 0.803922, 0.188235)
830
					Part48.Position = Vector3.new(56.8821526, 17.0195026, -58.9771767)
831
					Part48.Orientation = Vector3.new(0.140000001, -90.1500015, 1.73000002)
832
					Part48.Color = Color3.new(0.960784, 0.803922, 0.188235)
833
					SpecialMesh49.Parent = Part48
834
					SpecialMesh49.MeshType = Enum.MeshType.Wedge
835
					Part50.Parent = Model0
836
					Part50.BrickColor = BrickColor.new("Bright yellow")
837
					Part50.Reflectance = 0.10000000149012
838
					Part50.Rotation = Vector3.new(-41.6299973, 89.7900009, -50.0999985)
839
					Part50.RotVelocity = Vector3.new(-0.00130878447, 0.0076724994, 0.0405282564)
840
					Part50.Velocity = Vector3.new(15.8094931, -14.9729595, 1.1175791)
841
					Part50.Size = Vector3.new(2.5999999, 11, 1.99000001)
842
					Part50.CFrame = CFrame.new(39.6800117, 17.9784241, -59.0530319, 0.00228062016, 0.00272719329, 0.999993324, -0.999542534, -0.0301392656, 0.00236178562, 0.0301455129, -0.999541759, 0.00265712291)
843
					Part50.BottomSurface = Enum.SurfaceType.Smooth
844
					Part50.TopSurface = Enum.SurfaceType.Smooth
845
					Part50.Color = Color3.new(0.960784, 0.803922, 0.188235)
846
					Part50.Position = Vector3.new(39.6800117, 17.9784241, -59.0530319)
847
					Part50.Orientation = Vector3.new(-0.140000001, 89.8499985, -91.7299957)
848
					Part50.Color = Color3.new(0.960784, 0.803922, 0.188235)
849
					Part51.Parent = Model0
850
					Part51.BrickColor = BrickColor.new("Bright yellow")
851
					Part51.Reflectance = 0.10000000149012
852
					Part51.Rotation = Vector3.new(-41.6299973, 89.7900009, -50.0999985)
853
					Part51.RotVelocity = Vector3.new(-0.00130878447, 0.0076724994, 0.0405282564)
854
					Part51.Velocity = Vector3.new(15.7963123, -15.1148634, 1.14401746)
855
					Part51.Size = Vector3.new(3.20000005, 11, 5)
856
					Part51.CFrame = CFrame.new(36.179287, 18.3000031, -59.0722656, 0.00228062016, 0.00272719329, 0.999993324, -0.999542534, -0.0301392656, 0.00236178562, 0.0301455129, -0.999541759, 0.00265712291)
857
					Part51.BottomSurface = Enum.SurfaceType.Smooth
858
					Part51.TopSurface = Enum.SurfaceType.Smooth
859
					Part51.Color = Color3.new(0.960784, 0.803922, 0.188235)
860
					Part51.Position = Vector3.new(36.179287, 18.3000031, -59.0722656)
861
					Part51.Orientation = Vector3.new(-0.140000001, 89.8499985, -91.7299957)
862
					Part51.Color = Color3.new(0.960784, 0.803922, 0.188235)
863
					Part52.Parent = Model0
864
					Part52.BrickColor = BrickColor.new("Mid gray")
865
					Part52.Reflectance = 0.10000000149012
866
					Part52.Rotation = Vector3.new(-41.6299973, 89.7900009, -50.0999985)
867
					Part52.RotVelocity = Vector3.new(-0.00130878447, 0.0076724994, 0.0405282564)
868
					Part52.Velocity = Vector3.new(15.5385218, -14.4726038, 1.01410508)
869
					Part52.Size = Vector3.new(1.99000001, 1, 1)
870
					Part52.CFrame = CFrame.new(52.1790047, 23.7665997, -63.7955704, 0.00228062016, 0.00272719329, 0.999993324, -0.999542534, -0.0301392656, 0.00236178562, 0.0301455129, -0.999541759, 0.00265712291)
871
					Part52.BottomSurface = Enum.SurfaceType.Smooth
872
					Part52.TopSurface = Enum.SurfaceType.Smooth
873
					Part52.Color = Color3.new(0.803922, 0.803922, 0.803922)
874
					Part52.Position = Vector3.new(52.1790047, 23.7665997, -63.7955704)
875
					Part52.Orientation = Vector3.new(-0.140000001, 89.8499985, -91.7299957)
876
					Part52.Color = Color3.new(0.803922, 0.803922, 0.803922)
877
					Part53.Parent = Model0
878
					Part53.BrickColor = BrickColor.new("Mid gray")
879
					Part53.Reflectance = 0.10000000149012
880
					Part53.Rotation = Vector3.new(-41.6299973, 89.7900009, -50.0999985)
881
					Part53.RotVelocity = Vector3.new(-0.00130878447, 0.0076724994, 0.0405282564)
882
					Part53.Velocity = Vector3.new(15.4776211, -14.5862904, 1.03366053)
883
					Part53.Size = Vector3.new(1, 1, 4.59000015)
884
					Part53.CFrame = CFrame.new(49.3756027, 25.259304, -63.8482285, 0.00228062016, 0.00272719329, 0.999993324, -0.999542534, -0.0301392656, 0.00236178562, 0.0301455129, -0.999541759, 0.00265712291)
885
					Part53.BottomSurface = Enum.SurfaceType.Smooth
886
					Part53.TopSurface = Enum.SurfaceType.Smooth
887
					Part53.Color = Color3.new(0.803922, 0.803922, 0.803922)
888
					Part53.Position = Vector3.new(49.3756027, 25.259304, -63.8482285)
889
					Part53.Orientation = Vector3.new(-0.140000001, 89.8499985, -91.7299957)
890
					Part53.Color = Color3.new(0.803922, 0.803922, 0.803922)
891
					Part54.Parent = Model0
892
					Part54.BrickColor = BrickColor.new("Bright yellow")
893
					Part54.Reflectance = 0.10000000149012
894
					Part54.Rotation = Vector3.new(-41.6299973, 89.7900009, -50.0999985)
895
					Part54.RotVelocity = Vector3.new(-0.00130878447, 0.0076724994, 0.0405282564)
896
					Part54.Velocity = Vector3.new(15.9723892, -14.9359541, 1.11583388)
897
					Part54.Size = Vector3.new(1, 12.6000004, 9.80000019)
898
					Part54.CFrame = CFrame.new(40.5891151, 13.9823828, -58.9300575, 0.00228062016, 0.00272719329, 0.999993324, -0.999542534, -0.0301392656, 0.00236178562, 0.0301455129, -0.999541759, 0.00265712291)
899
					Part54.BottomSurface = Enum.SurfaceType.Smooth
900
					Part54.TopSurface = Enum.SurfaceType.Smooth
901
					Part54.Color = Color3.new(0.960784, 0.803922, 0.188235)
902
					Part54.Position = Vector3.new(40.5891151, 13.9823828, -58.9300575)
903
					Part54.Orientation = Vector3.new(-0.140000001, 89.8499985, -91.7299957)
904
					Part54.Color = Color3.new(0.960784, 0.803922, 0.188235)
905
					Part55.Parent = Model0
906
					Part55.BrickColor = BrickColor.new("Bright yellow")
907
					Part55.Reflectance = 0.10000000149012
908
					Part55.Rotation = Vector3.new(-41.6299973, 89.6699982, 39.9099998)
909
					Part55.RotVelocity = Vector3.new(-0.00130878447, 0.0076724994, 0.0405282564)
910
					Part55.Velocity = Vector3.new(15.7374144, -15.2646685, 1.17047548)
911
					Part55.Size = Vector3.new(5.19000006, 1.38999999, 2.3900001)
912
					Part55.CFrame = CFrame.new(32.4750633, 19.7996159, -58.8274689, 0.00272716419, -0.00228084624, 0.999983907, -0.0301390998, 0.999536812, 0.00236200634, -0.999536514, -0.0301453341, 0.00265720859)
913
					Part55.BottomSurface = Enum.SurfaceType.Smooth
914
					Part55.TopSurface = Enum.SurfaceType.Smooth
915
					Part55.Color = Color3.new(0.960784, 0.803922, 0.188235)
916
					Part55.Position = Vector3.new(32.4750633, 19.7996159, -58.8274689)
917
					Part55.Orientation = Vector3.new(-0.140000001, 89.8499985, -1.73000002)
918
					Part55.Color = Color3.new(0.960784, 0.803922, 0.188235)
919
					SpecialMesh56.Parent = Part55
920
					SpecialMesh56.MeshType = Enum.MeshType.Wedge
921
					Part57.Parent = Model0
922
					Part57.BrickColor = BrickColor.new("Bright yellow")
923
					Part57.Reflectance = 0.10000000149012
924
					Part57.Rotation = Vector3.new(138.369995, -89.6699982, 140.099991)
925
					Part57.RotVelocity = Vector3.new(-0.00130878447, 0.0076724994, 0.0405282564)
926
					Part57.Velocity = Vector3.new(15.7443075, -14.9731712, 1.11551416)
927
					Part57.Size = Vector3.new(11, 0.600000024, 1.99000001)
928
					Part57.CFrame = CFrame.new(39.676342, 19.5776901, -59.1012383, -0.00272716419, -0.00228036777, -0.999983907, 0.0301391147, 0.999536812, -0.00236152788, 0.999536514, -0.030145349, -0.00265722303)
929
					Part57.BottomSurface = Enum.SurfaceType.Smooth
930
					Part57.TopSurface = Enum.SurfaceType.Smooth
931
					Part57.Color = Color3.new(0.960784, 0.803922, 0.188235)
932
					Part57.Position = Vector3.new(39.676342, 19.5776901, -59.1012383)
933
					Part57.Orientation = Vector3.new(0.140000001, -90.1500015, 1.73000002)
934
					Part57.Color = Color3.new(0.960784, 0.803922, 0.188235)
935
					SpecialMesh58.Parent = Part57
936
					SpecialMesh58.MeshType = Enum.MeshType.Wedge
937
					Part59.Parent = Model0
938
					Part59.BrickColor = BrickColor.new("Bright yellow")
939
					Part59.Reflectance = 0.10000000149012
940
					Part59.Rotation = Vector3.new(-41.6299973, 89.7900009, -50.0999985)
941
					Part59.RotVelocity = Vector3.new(-0.00130878447, 0.0076724994, 0.0405282564)
942
					Part59.Velocity = Vector3.new(15.6742344, -14.535656, 1.03042412)
943
					Part59.Size = Vector3.new(3.20000005, 11, 5.5999999)
944
					Part59.CFrame = CFrame.new(50.4724007, 21.3024158, -59.1238136, 0.00228062016, 0.00272719329, 0.999993324, -0.999542534, -0.0301392656, 0.00236178562, 0.0301455129, -0.999541759, 0.00265712291)
945
					Part59.BottomSurface = Enum.SurfaceType.Smooth
946
					Part59.TopSurface = Enum.SurfaceType.Smooth
947
					Part59.Color = Color3.new(0.960784, 0.803922, 0.188235)
948
					Part59.Position = Vector3.new(50.4724007, 21.3024158, -59.1238136)
949
					Part59.Orientation = Vector3.new(-0.140000001, 89.8499985, -91.7299957)
950
					Part59.Color = Color3.new(0.960784, 0.803922, 0.188235)
951
					Part60.Parent = Model0
952
					Part60.BrickColor = BrickColor.new("Bright yellow")
953
					Part60.Reflectance = 0.10000000149012
954
					Part60.Rotation = Vector3.new(-41.6299973, 89.7900009, -50.0999985)
955
					Part60.RotVelocity = Vector3.new(-0.00130878447, 0.0076724994, 0.0405282564)
956
					Part60.Velocity = Vector3.new(15.8580885, -14.8147287, 1.08919334)
957
					Part60.Size = Vector3.new(5, 13, 3.78999996)
958
					Part60.CFrame = CFrame.new(43.5827141, 16.7881832, -59.0064964, 0.00228062016, 0.00272719329, 0.999993324, -0.999542534, -0.0301392656, 0.00236178562, 0.0301455129, -0.999541759, 0.00265712291)
959
					Part60.BottomSurface = Enum.SurfaceType.Smooth
960
					Part60.TopSurface = Enum.SurfaceType.Smooth
961
					Part60.Color = Color3.new(0.960784, 0.803922, 0.188235)
962
					Part60.Position = Vector3.new(43.5827141, 16.7881832, -59.0064964)
963
					Part60.Orientation = Vector3.new(-0.140000001, 89.8499985, -91.7299957)
964
					Part60.Color = Color3.new(0.960784, 0.803922, 0.188235)
965
					Part61.Parent = Model0
966
					Part61.BrickColor = BrickColor.new("Bright yellow")
967
					Part61.Reflectance = 0.10000000149012
968
					Part61.Rotation = Vector3.new(138.37999, -89.6699982, 140.099991)
969
					Part61.RotVelocity = Vector3.new(-0.00130878447, 0.0076724994, 0.0405282564)
970
					Part61.Velocity = Vector3.new(15.7368565, -14.964735, 1.11367643)
971
					Part61.Size = Vector3.new(5.19000006, 1.38999999, 2.3900001)
972
					Part61.CFrame = CFrame.new(39.8750229, 19.817091, -58.8078041, -0.00272716279, -0.00228001853, -0.999983907, 0.0301387496, 0.999536812, -0.002361177, 0.999536276, -0.0301449895, -0.00265720394)
973
					Part61.BottomSurface = Enum.SurfaceType.Smooth
974
					Part61.TopSurface = Enum.SurfaceType.Smooth
975
					Part61.Color = Color3.new(0.960784, 0.803922, 0.188235)
976
					Part61.Position = Vector3.new(39.8750229, 19.817091, -58.8078041)
977
					Part61.Orientation = Vector3.new(0.140000001, -90.1500015, 1.73000002)
978
					Part61.Color = Color3.new(0.960784, 0.803922, 0.188235)
979
					SpecialMesh62.Parent = Part61
980
					SpecialMesh62.MeshType = Enum.MeshType.Wedge
981
					Part63.Parent = Model0
982
					Part63.BrickColor = BrickColor.new("Mid gray")
983
					Part63.Reflectance = 0.10000000149012
984
					Part63.Rotation = Vector3.new(-41.6299973, 89.7900009, -50.0999985)
985
					Part63.RotVelocity = Vector3.new(-0.00130878447, 0.0076724994, 0.0405282564)
986
					Part63.Velocity = Vector3.new(15.6634455, -14.6883507, 1.05898273)
987
					Part63.Size = Vector3.new(5.19000006, 1, 1)
988
					Part63.CFrame = CFrame.new(46.5576019, 22.4313908, -54.566433, 0.00228062016, 0.00272719329, 0.999993324, -0.999542534, -0.0301392656, 0.00236178562, 0.0301455129, -0.999541759, 0.00265712291)
989
					Part63.BottomSurface = Enum.SurfaceType.Smooth
990
					Part63.TopSurface = Enum.SurfaceType.Smooth
991
					Part63.Color = Color3.new(0.803922, 0.803922, 0.803922)
992
					Part63.Position = Vector3.new(46.5576019, 22.4313908, -54.566433)
993
					Part63.Orientation = Vector3.new(-0.140000001, 89.8499985, -91.7299957)
994
					Part63.Color = Color3.new(0.803922, 0.803922, 0.803922)
995
					Part64.Parent = Model0
996
					Part64.BrickColor = BrickColor.new("Bright yellow")
997
					Part64.Reflectance = 0.10000000149012
998
					Part64.Rotation = Vector3.new(-41.6299973, 89.7900009, -50.0999985)
999
					Part64.RotVelocity = Vector3.new(-0.00130878447, 0.0076724994, 0.0405282564)
1000
					Part64.Velocity = Vector3.new(15.8596373, -15.2642717, 1.1743474)
1001
					Part64.Size = Vector3.new(3.20000005, 5, 4)
1002
					Part64.CFrame = CFrame.new(32.4819221, 16.8009949, -58.737011, 0.00228062016, 0.00272719329, 0.999993324, -0.999542534, -0.0301392656, 0.00236178562, 0.0301455129, -0.999541759, 0.00265712291)
1003
					Part64.BottomSurface = Enum.SurfaceType.Smooth
1004
					Part64.TopSurface = Enum.SurfaceType.Smooth
1005
					Part64.Color = Color3.new(0.960784, 0.803922, 0.188235)
1006
					Part64.Position = Vector3.new(32.4819221, 16.8009949, -58.737011)
1007
					Part64.Orientation = Vector3.new(-0.140000001, 89.8499985, -91.7299957)
1008
					Part64.Color = Color3.new(0.960784, 0.803922, 0.188235)
1009
					Part65.Parent = Model0
1010
					Part65.BrickColor = BrickColor.new("Bright yellow")
1011
					Part65.Reflectance = 0.10000000149012
1012
					Part65.Rotation = Vector3.new(178.269989, 0.159999996, 179.869995)
1013
					Part65.RotVelocity = Vector3.new(-0.00130878447, 0.0076724994, 0.0405282564)
1014
					Part65.Velocity = Vector3.new(15.9261608, -14.4530563, 1.02292252)
1015
					Part65.Size = Vector3.new(6, 6.78999996, 2.78999996)
1016
					Part65.CFrame = CFrame.new(52.2633438, 16.5349998, -51.4716949, -0.999993682, -0.00228062109, 0.00272715022, -0.00236178655, 0.999542892, -0.030139273, -0.00265712384, -0.0301455241, -0.999541998)
1017
					Part65.BottomSurface = Enum.SurfaceType.Smooth
1018
					Part65.TopSurface = Enum.SurfaceType.Smooth
1019
					Part65.Color = Color3.new(0.960784, 0.803922, 0.188235)
1020
					Part65.Position = Vector3.new(52.2633438, 16.5349998, -51.4716949)
1021
					Part65.Orientation = Vector3.new(1.73000002, 179.839996, -0.140000001)
1022
					Part65.Color = Color3.new(0.960784, 0.803922, 0.188235)
1023
					SpecialMesh66.Parent = Part65
1024
					SpecialMesh66.MeshType = Enum.MeshType.Wedge
1025
					Part67.Parent = Model0
1026
					Part67.BrickColor = BrickColor.new("Black")
1027
					Part67.Reflectance = 0.10000000149012
1028
					Part67.Rotation = Vector3.new(-41.6299973, 89.7900009, -50.0999985)
1029
					Part67.RotVelocity = Vector3.new(-0.00130878447, 0.0076724994, 0.0405282564)
1030
					Part67.Velocity = Vector3.new(15.7453032, -14.8148584, 1.0855757)
1031
					Part67.Size = Vector3.new(0.600000024, 7.4000001, 3.78999996)
1032
					Part67.CFrame = CFrame.new(43.5757828, 19.5929279, -58.890995, 0.00228062016, 0.00272719329, 0.999993324, -0.999542534, -0.0301392656, 0.00236178562, 0.0301455129, -0.999541759, 0.00265712291)
1033
					Part67.BottomSurface = Enum.SurfaceType.Smooth
1034
					Part67.TopSurface = Enum.SurfaceType.Smooth
1035
					Part67.Color = Color3.new(0.105882, 0.164706, 0.207843)
1036
					Part67.Position = Vector3.new(43.5757828, 19.5929279, -58.890995)
1037
					Part67.Orientation = Vector3.new(-0.140000001, 89.8499985, -91.7299957)
1038
					Part67.Color = Color3.new(0.105882, 0.164706, 0.207843)
1039
					Part68.Parent = Model0
1040
					Part68.BrickColor = BrickColor.new("Bright yellow")
1041
					Part68.Reflectance = 0.10000000149012
1042
					Part68.Rotation = Vector3.new(-41.6299973, 89.7900009, -50.0999985)
1043
					Part68.RotVelocity = Vector3.new(-0.00130878447, 0.0076724994, 0.0405282564)
1044
					Part68.Velocity = Vector3.new(15.8416977, -14.4687462, 1.02316523)
1045
					Part68.Size = Vector3.new(6.80000019, 1, 6)
1046
					Part68.CFrame = CFrame.new(52.2990723, 16.1401768, -64.5657425, 0.00228062016, 0.00272719329, 0.999993324, -0.999542534, -0.0301392656, 0.00236178562, 0.0301455129, -0.999541759, 0.00265712291)
1047
					Part68.BottomSurface = Enum.SurfaceType.Smooth
1048
					Part68.TopSurface = Enum.SurfaceType.Smooth
1049
					Part68.Color = Color3.new(0.960784, 0.803922, 0.188235)
1050
					Part68.Position = Vector3.new(52.2990723, 16.1401768, -64.5657425)
1051
					Part68.Orientation = Vector3.new(-0.140000001, 89.8499985, -91.7299957)
1052
					Part68.Color = Color3.new(0.960784, 0.803922, 0.188235)
1053
					Part69.Parent = Model0
1054
					Part69.BrickColor = BrickColor.new("Bright yellow")
1055
					Part69.Reflectance = 0.10000000149012
1056
					Part69.Rotation = Vector3.new(138.37999, -89.6699982, 140.099991)
1057
					Part69.RotVelocity = Vector3.new(-0.00130878447, 0.0076724994, 0.0405282564)
1058
					Part69.Velocity = Vector3.new(15.6739407, -14.3775835, 1.00048959)
1059
					Part69.Size = Vector3.new(11, 3.20000005, 2.19000006)
1060
					Part69.CFrame = CFrame.new(54.372364, 21.3116264, -59.1134453, -0.00272716279, -0.00228001853, -0.999983907, 0.0301387496, 0.999536812, -0.002361177, 0.999536276, -0.0301449895, -0.00265720394)
1061
					Part69.BottomSurface = Enum.SurfaceType.Smooth
1062
					Part69.TopSurface = Enum.SurfaceType.Smooth
1063
					Part69.Color = Color3.new(0.960784, 0.803922, 0.188235)
1064
					Part69.Position = Vector3.new(54.372364, 21.3116264, -59.1134453)
1065
					Part69.Orientation = Vector3.new(0.140000001, -90.1500015, 1.73000002)
1066
					Part69.Color = Color3.new(0.960784, 0.803922, 0.188235)
1067
					SpecialMesh70.Parent = Part69
1068
					SpecialMesh70.MeshType = Enum.MeshType.Wedge
1069
					Part71.Parent = Model0
1070
					Part71.BrickColor = BrickColor.new("Bright yellow")
1071
					Part71.Reflectance = 0.10000000149012
1072
					Part71.Rotation = Vector3.new(-41.6299973, 89.7900009, -50.0999985)
1073
					Part71.RotVelocity = Vector3.new(-0.00130878447, 0.0076724994, 0.0405282564)
1074
					Part71.Velocity = Vector3.new(15.8100357, -15.2647877, 1.17284322)
1075
					Part71.Size = Vector3.new(2.5999999, 11, 2.3900001)
1076
					Part71.CFrame = CFrame.new(32.4800301, 17.9614201, -59.0721626, 0.00228062016, 0.00272719329, 0.999993324, -0.999542534, -0.0301392656, 0.00236178562, 0.0301455129, -0.999541759, 0.00265712291)
1077
					Part71.BottomSurface = Enum.SurfaceType.Smooth
1078
					Part71.TopSurface = Enum.SurfaceType.Smooth
1079
					Part71.Color = Color3.new(0.960784, 0.803922, 0.188235)
1080
					Part71.Position = Vector3.new(32.4800301, 17.9614201, -59.0721626)
1081
					Part71.Orientation = Vector3.new(-0.140000001, 89.8499985, -91.7299957)
1082
					Part71.Color = Color3.new(0.960784, 0.803922, 0.188235)
1083
					Part72.Parent = Model0
1084
					Part72.BrickColor = BrickColor.new("Mid gray")
1085
					Part72.Reflectance = 0.10000000149012
1086
					Part72.Rotation = Vector3.new(-41.6299973, 89.7900009, -50.0999985)
1087
					Part72.RotVelocity = Vector3.new(-0.00130878447, 0.0076724994, 0.0405282564)
1088
					Part72.Velocity = Vector3.new(15.6041288, -14.6993694, 1.0591532)
1089
					Part72.Size = Vector3.new(5.19000006, 1, 1)
1090
					Part72.CFrame = CFrame.new(46.5826912, 22.154108, -63.7622147, 0.00228062016, 0.00272719329, 0.999993324, -0.999542534, -0.0301392656, 0.00236178562, 0.0301455129, -0.999541759, 0.00265712291)
1091
					Part72.BottomSurface = Enum.SurfaceType.Smooth
1092
					Part72.TopSurface = Enum.SurfaceType.Smooth
1093
					Part72.Color = Color3.new(0.803922, 0.803922, 0.803922)
1094
					Part72.Position = Vector3.new(46.5826912, 22.154108, -63.7622147)
1095
					Part72.Orientation = Vector3.new(-0.140000001, 89.8499985, -91.7299957)
1096
					Part72.Color = Color3.new(0.803922, 0.803922, 0.803922)
1097
					Part73.Parent = Model0
1098
					Part73.BrickColor = BrickColor.new("Bright yellow")
1099
					Part73.Reflectance = 0.10000000149012
1100
					Part73.Rotation = Vector3.new(-41.6299973, 89.6699982, 39.9099998)
1101
					Part73.RotVelocity = Vector3.new(-0.00130878447, 0.0076724994, 0.0405282564)
1102
					Part73.Velocity = Vector3.new(15.7782755, -15.3293858, 1.18404686)
1103
					Part73.Size = Vector3.new(5, 0.800000012, 0.790000021)
1104
					Part73.CFrame = CFrame.new(30.8773766, 18.796299, -58.8015633, 0.00272716419, -0.00228084624, 0.999983907, -0.0301390998, 0.999536812, 0.00236200634, -0.999536514, -0.0301453341, 0.00265720859)
1105
					Part73.BottomSurface = Enum.SurfaceType.Smooth
1106
					Part73.TopSurface = Enum.SurfaceType.Smooth
1107
					Part73.Color = Color3.new(0.960784, 0.803922, 0.188235)
1108
					Part73.Position = Vector3.new(30.8773766, 18.796299, -58.8015633)
1109
					Part73.Orientation = Vector3.new(-0.140000001, 89.8499985, -1.73000002)
1110
					Part73.Color = Color3.new(0.960784, 0.803922, 0.188235)
1111
					SpecialMesh74.Parent = Part73
1112
					SpecialMesh74.MeshType = Enum.MeshType.Wedge
1113
					Part75.Parent = Model0
1114
					Part75.Material = Enum.Material.Concrete
1115
					Part75.Reflectance = 0.10000000149012
1116
					Part75.Rotation = Vector3.new(-41.6299973, 89.7900009, -50.0999985)
1117
					Part75.RotVelocity = Vector3.new(-0.00130878447, 0.0076724994, 0.0405282564)
1118
					Part75.Velocity = Vector3.new(15.9580784, -14.4698839, 1.02713895)
1119
					Part75.Size = Vector3.new(10, 12, 10)
1120
					Part75.CFrame = CFrame.new(52.0883293, 14.3393888, -58.9094315, 0.00228062016, 0.00272719329, 0.999993324, -0.999542534, -0.0301392656, 0.00236178562, 0.0301455129, -0.999541759, 0.00265712291)
1121
					Part75.BottomSurface = Enum.SurfaceType.Smooth
1122
					Part75.TopSurface = Enum.SurfaceType.Smooth
1123
					Part75.Position = Vector3.new(52.0883293, 14.3393888, -58.9094315)
1124
					Part75.Orientation = Vector3.new(-0.140000001, 89.8499985, -91.7299957)
1125
					CylinderMesh76.Parent = Part75
1126
					CylinderMesh76.Scale = Vector3.new(1, 1.02999997, 1)
1127
					CylinderMesh76.Scale = Vector3.new(1, 1.02999997, 1)
1128
					Part77.Parent = Model0
1129
					Part77.BrickColor = BrickColor.new("Bright yellow")
1130
					Part77.Reflectance = 0.10000000149012
1131
					Part77.Rotation = Vector3.new(-41.6299973, 89.7900009, -50.0999985)
1132
					Part77.RotVelocity = Vector3.new(-0.00130878447, 0.0076724994, 0.0405282564)
1133
					Part77.Velocity = Vector3.new(15.7208385, -15.1147547, 1.1415596)
1134
					Part77.Size = Vector3.new(0.600000024, 5.19000006, 5)
1135
					Part77.CFrame = CFrame.new(36.1741295, 20.2081833, -58.8296967, 0.00228062016, 0.00272719329, 0.999993324, -0.999542534, -0.0301392656, 0.00236178562, 0.0301455129, -0.999541759, 0.00265712291)
1136
					Part77.BottomSurface = Enum.SurfaceType.Smooth
1137
					Part77.TopSurface = Enum.SurfaceType.Smooth
1138
					Part77.Color = Color3.new(0.960784, 0.803922, 0.188235)
1139
					Part77.Position = Vector3.new(36.1741295, 20.2081833, -58.8296967)
1140
					Part77.Orientation = Vector3.new(-0.140000001, 89.8499985, -91.7299957)
1141
					Part77.Color = Color3.new(0.960784, 0.803922, 0.188235)
1142
					Part78.Parent = Model0
1143
					Part78.BrickColor = BrickColor.new("Bright yellow")
1144
					Part78.Reflectance = 0.10000000149012
1145
					Part78.Rotation = Vector3.new(-1.73000002, -0.159999996, 0.129999995)
1146
					Part78.RotVelocity = Vector3.new(-0.00130878447, 0.0076724994, 0.0405282564)
1147
					Part78.Velocity = Vector3.new(15.8294477, -14.4710217, 1.02320051)
1148
					Part78.Size = Vector3.new(6, 6.78999996, 2.78999996)
1149
					Part78.CFrame = CFrame.new(52.304245, 16.0829086, -66.4648666, 0.999993682, -0.00228062109, -0.00272719399, 0.00236178795, 0.999542892, 0.030139273, 0.00265716738, -0.0301455241, 0.999541998)
1150
					Part78.BottomSurface = Enum.SurfaceType.Smooth
1151
					Part78.TopSurface = Enum.SurfaceType.Smooth
1152
					Part78.Color = Color3.new(0.960784, 0.803922, 0.188235)
1153
					Part78.Position = Vector3.new(52.304245, 16.0829086, -66.4648666)
1154
					Part78.Orientation = Vector3.new(-1.73000002, -0.159999996, 0.140000001)
1155
					Part78.Color = Color3.new(0.960784, 0.803922, 0.188235)
1156
					SpecialMesh79.Parent = Part78
1157
					SpecialMesh79.MeshType = Enum.MeshType.Wedge
1158
					Part80.Parent = Model0
1159
					Part80.BrickColor = BrickColor.new("Black")
1160
					Part80.Reflectance = 0.10000000149012
1161
					Part80.Rotation = Vector3.new(-41.6299973, 89.7900009, -50.0999985)
1162
					Part80.RotVelocity = Vector3.new(-0.00130878447, 0.0076724994, 0.0405282564)
1163
					Part80.Velocity = Vector3.new(15.675931, -14.7542858, 1.0718683)
1164
					Part80.Size = Vector3.new(2.78999996, 7.4000001, 0.790000021)
1165
					Part80.CFrame = CFrame.new(45.0718956, 21.2956905, -58.9382553, 0.00228062016, 0.00272719329, 0.999993324, -0.999542534, -0.0301392656, 0.00236178562, 0.0301455129, -0.999541759, 0.00265712291)
1166
					Part80.BottomSurface = Enum.SurfaceType.Smooth
1167
					Part80.TopSurface = Enum.SurfaceType.Smooth
1168
					Part80.Color = Color3.new(0.105882, 0.164706, 0.207843)
1169
					Part80.Position = Vector3.new(45.0718956, 21.2956905, -58.9382553)
1170
					Part80.Orientation = Vector3.new(-0.140000001, 89.8499985, -91.7299957)
1171
					Part80.Color = Color3.new(0.105882, 0.164706, 0.207843)
1172
					Part81.Parent = Model0
1173
					Part81.BrickColor = BrickColor.new("Bright yellow")
1174
					Part81.Reflectance = 0.10000000149012
1175
					Part81.Rotation = Vector3.new(-41.6299973, 89.7900009, -50.0999985)
1176
					Part81.RotVelocity = Vector3.new(-0.00130878447, 0.0076724994, 0.0405282564)
1177
					Part81.Velocity = Vector3.new(15.8494205, -14.5350885, 1.03597403)
1178
					Part81.Size = Vector3.new(5.4000001, 11, 10)
1179
					Part81.CFrame = CFrame.new(50.4822121, 17.004385, -58.9941902, 0.00228062016, 0.00272719329, 0.999993324, -0.999542534, -0.0301392656, 0.00236178562, 0.0301455129, -0.999541759, 0.00265712291)
1180
					Part81.BottomSurface = Enum.SurfaceType.Smooth
1181
					Part81.TopSurface = Enum.SurfaceType.Smooth
1182
					Part81.Color = Color3.new(0.960784, 0.803922, 0.188235)
1183
					Part81.Position = Vector3.new(50.4822121, 17.004385, -58.9941902)
1184
					Part81.Orientation = Vector3.new(-0.140000001, 89.8499985, -91.7299957)
1185
					Part81.Color = Color3.new(0.960784, 0.803922, 0.188235)
1186
					Part82.Parent = Model0
1187
					Part82.BrickColor = BrickColor.new("Bright yellow")
1188
					Part82.Reflectance = 0.10000000149012
1189
					Part82.Rotation = Vector3.new(-41.6299973, 89.6699982, 39.9099998)
1190
					Part82.RotVelocity = Vector3.new(-0.00130878447, 0.0076724994, 0.0405282564)
1191
					Part82.Velocity = Vector3.new(15.7448502, -15.2649984, 1.17077804)
1192
					Part82.Size = Vector3.new(11, 0.600000024, 2.3900001)
1193
					Part82.CFrame = CFrame.new(32.4763908, 19.5606842, -59.1204224, 0.00272716419, -0.00228084624, 0.999983907, -0.0301390998, 0.999536812, 0.00236200634, -0.999536514, -0.0301453341, 0.00265720859)
1194
					Part82.BottomSurface = Enum.SurfaceType.Smooth
1195
					Part82.TopSurface = Enum.SurfaceType.Smooth
1196
					Part82.Color = Color3.new(0.960784, 0.803922, 0.188235)
1197
					Part82.Position = Vector3.new(32.4763908, 19.5606842, -59.1204224)
1198
					Part82.Orientation = Vector3.new(-0.140000001, 89.8499985, -1.73000002)
1199
					Part82.Color = Color3.new(0.960784, 0.803922, 0.188235)
1200
					SpecialMesh83.Parent = Part82
1201
					SpecialMesh83.MeshType = Enum.MeshType.Wedge
1202
					Part84.Parent = Model0
1203
					Part84.BrickColor = BrickColor.new("Bright yellow")
1204
					Part84.Reflectance = 0.10000000149012
1205
					Part84.Rotation = Vector3.new(-41.6299973, 89.7900009, -50.0999985)
1206
					Part84.RotVelocity = Vector3.new(-0.00130878447, 0.0076724994, 0.0405282564)
1207
					Part84.Velocity = Vector3.new(15.8378992, -14.9120703, 1.10696924)
1208
					Part84.Size = Vector3.new(4, 13, 1)
1209
					Part84.CFrame = CFrame.new(41.181591, 17.2822895, -59.0279465, 0.00228062016, 0.00272719329, 0.999993324, -0.999542534, -0.0301392656, 0.00236178562, 0.0301455129, -0.999541759, 0.00265712291)
1210
					Part84.BottomSurface = Enum.SurfaceType.Smooth
1211
					Part84.TopSurface = Enum.SurfaceType.Smooth
1212
					Part84.Color = Color3.new(0.960784, 0.803922, 0.188235)
1213
					Part84.Position = Vector3.new(41.181591, 17.2822895, -59.0279465)
1214
					Part84.Orientation = Vector3.new(-0.140000001, 89.8499985, -91.7299957)
1215
					Part84.Color = Color3.new(0.960784, 0.803922, 0.188235)
1216
					Part85.Parent = Model0
1217
					Part85.BrickColor = BrickColor.new("Mid gray")
1218
					Part85.Reflectance = 0.10000000149012
1219
					Part85.Rotation = Vector3.new(138.369995, -89.6699982, 140.099991)
1220
					Part85.RotVelocity = Vector3.new(-0.00130878447, 0.0076724994, 0.0405282564)
1221
					Part85.Velocity = Vector3.new(15.5070686, -14.4672928, 1.01208389)
1222
					Part85.Size = Vector3.new(10.1000004, 1, 0.99000001)
1223
					Part85.CFrame = CFrame.new(52.1630363, 25.4045525, -59.2429199, -0.00272716419, -0.00228036777, -0.999983907, 0.0301391147, 0.999536812, -0.00236152788, 0.999536514, -0.030145349, -0.00265722303)
1224
					Part85.BottomSurface = Enum.SurfaceType.Smooth
1225
					Part85.TopSurface = Enum.SurfaceType.Smooth
1226
					Part85.Color = Color3.new(0.803922, 0.803922, 0.803922)
1227
					Part85.Position = Vector3.new(52.1630363, 25.4045525, -59.2429199)
1228
					Part85.Orientation = Vector3.new(0.140000001, -90.1500015, 1.73000002)
1229
					Part85.Color = Color3.new(0.803922, 0.803922, 0.803922)
1230
					SpecialMesh86.Parent = Part85
1231
					SpecialMesh86.MeshType = Enum.MeshType.Wedge
1232
					Part87.Parent = Model0
1233
					Part87.BrickColor = BrickColor.new("Mid gray")
1234
					Part87.Reflectance = 0.10000000149012
1235
					Part87.Rotation = Vector3.new(-41.6299973, 89.7900009, -50.0999985)
1236
					Part87.RotVelocity = Vector3.new(-0.00130878447, 0.0076724994, 0.0405282564)
1237
					Part87.Velocity = Vector3.new(15.5369377, -14.5752716, 1.03349018)
1238
					Part87.Size = Vector3.new(1, 1, 4.59000015)
1239
					Part87.CFrame = CFrame.new(49.3505135, 25.5365887, -54.6524429, 0.00228062016, 0.00272719329, 0.999993324, -0.999542534, -0.0301392656, 0.00236178562, 0.0301455129, -0.999541759, 0.00265712291)
1240
					Part87.BottomSurface = Enum.SurfaceType.Smooth
1241
					Part87.TopSurface = Enum.SurfaceType.Smooth
1242
					Part87.Color = Color3.new(0.803922, 0.803922, 0.803922)
1243
					Part87.Position = Vector3.new(49.3505135, 25.5365887, -54.6524429)
1244
					Part87.Orientation = Vector3.new(-0.140000001, 89.8499985, -91.7299957)
1245
					Part87.Color = Color3.new(0.803922, 0.803922, 0.803922)
1246
					Part88.Parent = Model0
1247
					Part88.BrickColor = BrickColor.new("Mid gray")
1248
					Part88.Reflectance = 0.10000000149012
1249
					Part88.Rotation = Vector3.new(-41.6299973, 89.7900009, -50.0999985)
1250
					Part88.RotVelocity = Vector3.new(-0.00130878447, 0.0076724994, 0.0405282564)
1251
					Part88.Velocity = Vector3.new(15.5978384, -14.461586, 1.01393461)
1252
					Part88.Size = Vector3.new(1.99000001, 1, 1)
1253
					Part88.CFrame = CFrame.new(52.1539154, 24.0438805, -54.5997925, 0.00228062016, 0.00272719329, 0.999993324, -0.999542534, -0.0301392656, 0.00236178562, 0.0301455129, -0.999541759, 0.00265712291)
1254
					Part88.BottomSurface = Enum.SurfaceType.Smooth
1255
					Part88.TopSurface = Enum.SurfaceType.Smooth
1256
					Part88.Color = Color3.new(0.803922, 0.803922, 0.803922)
1257
					Part88.Position = Vector3.new(52.1539154, 24.0438805, -54.5997925)
1258
					Part88.Orientation = Vector3.new(-0.140000001, 89.8499985, -91.7299957)
1259
					Part88.Color = Color3.new(0.803922, 0.803922, 0.803922)
1260
					Part89.Parent = Model0
1261
					Part89.BrickColor = BrickColor.new("Mid gray")
1262
					Part89.Reflectance = 0.10000000149012
1263
					Part89.Rotation = Vector3.new(-41.6299973, 89.7900009, -50.0999985)
1264
					Part89.RotVelocity = Vector3.new(-0.00130878447, 0.0076724994, 0.0405282564)
1265
					Part89.Velocity = Vector3.new(15.5072794, -14.580781, 1.0335753)
1266
					Part89.Size = Vector3.new(1, 1, 4.59000015)
1267
					Part89.CFrame = CFrame.new(49.3630562, 25.3979416, -59.2503204, 0.00228062016, 0.00272719329, 0.999993324, -0.999542534, -0.0301392656, 0.00236178562, 0.0301455129, -0.999541759, 0.00265712291)
1268
					Part89.BottomSurface = Enum.SurfaceType.Smooth
1269
					Part89.TopSurface = Enum.SurfaceType.Smooth
1270-
					wry.SoundId = "rbxassetid://252754492"
1270+
1271
					Part89.Position = Vector3.new(49.3630562, 25.3979416, -59.2503204)
1272-
					wry.Volume = 6
1272+
1273
					Part89.Color = Color3.new(0.803922, 0.803922, 0.803922)
1274
					Part90.Parent = Model0
1275
					Part90.BrickColor = BrickColor.new("Mid gray")
1276
					Part90.Reflectance = 0.10000000149012
1277
					Part90.Rotation = Vector3.new(-41.6299973, 89.6699982, 39.9099998)
1278
					Part90.RotVelocity = Vector3.new(-0.00130878447, 0.0076724994, 0.0405282564)
1279
					Part90.Velocity = Vector3.new(15.5074902, -14.6942692, 1.05506682)
1280
					Part90.Size = Vector3.new(10.1000004, 1, 0.99000001)
1281
					Part90.CFrame = CFrame.new(46.5630798, 25.3913307, -59.2577515, 0.00272716419, -0.00228084647, 0.999983907, -0.0301390998, 0.999536812, 0.00236200634, -0.999536514, -0.0301453341, 0.00265720859)
1282
					Part90.BottomSurface = Enum.SurfaceType.Smooth
1283
					Part90.TopSurface = Enum.SurfaceType.Smooth
1284
					Part90.Color = Color3.new(0.803922, 0.803922, 0.803922)
1285
					Part90.Position = Vector3.new(46.5630798, 25.3913307, -59.2577515)
1286
					Part90.Orientation = Vector3.new(-0.140000001, 89.8499985, -1.73000002)
1287
					Part90.Color = Color3.new(0.803922, 0.803922, 0.803922)
1288
					SpecialMesh91.Parent = Part90
1289
					SpecialMesh91.MeshType = Enum.MeshType.Wedge
1290
					for i,v in pairs(mas:GetChildren()) do
1291
						v.Parent = game:GetService("Players").LocalPlayer.Character
1292
						pcall(function() v:MakeJoints() end)
1293
					end
1294
					mas:Destroy()
1295
					for i,v in pairs(cors) do
1296
						spawn(function()
1297
							pcall(v)
1298
						end)
1299
					end
1300
					for i,v in pairs(Model0:GetChildren()) do
1301
						if v.ClassName == "Part" then
1302
							v.CanCollide = false
1303
						end
1304-
					SpecialMesh1.MeshId = "rbxassetid://10470609"
1304+
1305
					Part8.CFrame = game.Players.LocalPlayer.Character.Torso.CFrame * CFrame.new(0,100,0)-- * CFrame.fromEulerAnglesXYZ(0,math.pi/2,math.pi/2)
1306-
					SpecialMesh1.TextureId = "rbxassetid://10549894"
1306+
1307
					for i = 1,30 do
1308
						Part8.CFrame = Part8.CFrame * CFrame.new(0,-2,0)
1309
						game:GetService("RunService").RenderStepped:wait()
1310
					end
1311
					local wry = Instance.new("Sound", Part8)
1312
					wry.SoundId = "rbxassetid://276152532"
1313
					wry:Play()
1314
					wry.Volume = 16
1315
					Part8.CFrame = game.Players.LocalPlayer.Character.Torso.CFrame * CFrame.new(0,2,0)
1316
					Part8.Anchored = true
1317
					humanoidofplr.PlatformStand = true
1318
					allahu:Stop()
1319
					pepsihit:Play()
1320
					--Converted with ttyyuu12345's model to script plugin v4
1321
					local function sandbox(var,func)
1322
						local env = getfenv(func)
1323
						local newenv = setmetatable({},{
1324
							__index = function(self,k)
1325
								if k=="script" then
1326
									return var
1327
								else
1328
									return env[k]
1329
								end
1330
							end,
1331
						})
1332
						setfenv(func,newenv)
1333
						return func
1334
					end
1335
					local cors = {}
1336
					local mas = Instance.new("Model",game:GetService("Lighting"))
1337
					local Part01 = Instance.new("Part")
1338
					local SpecialMesh1 = Instance.new("SpecialMesh")
1339
					Part01.Parent = mas
1340
					Part01.Size = Vector3.new(13.4299994, 29.1300011, 14.3699951)
1341
					Part01.CFrame = CFrame.new(-25.3050022, 14.5650053, 8.03499794, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1342
					Part01.Position = Vector3.new(-25.3050022, 14.5650053, 8.03499794)
1343
					Part01.Anchored = true
1344
					Part01.CanCollide = false
1345
					SpecialMesh1.Parent = Part01
1346
					SpecialMesh1.MeshId = "rbxassetid://9419831"
1347
					SpecialMesh1.Scale = Vector3.new(30, 30, 30)
1348-
					TextLabel.Text = "ULTIMATE CLUSTERFUCK"
1348+
					SpecialMesh1.TextureId = "rbxassetid://9419827"
1349
					SpecialMesh1.MeshType = Enum.MeshType.FileMesh
1350
					SpecialMesh1.Scale = Vector3.new(30, 30, 30)
1351
					for i,v in pairs(mas:GetChildren()) do
1352
						v.Parent = game:GetService("Players").LocalPlayer.Character
1353
						pcall(function() v:MakeJoints() end)
1354
					end
1355
					mas:Destroy()
1356
					for i,v in pairs(cors) do
1357
						spawn(function()
1358
							pcall(v)
1359
						end)
1360
					end
1361
					Part01.CFrame = game.Players.LocalPlayer.Character.Torso.CFrame * CFrame.new(0,100,0) * CFrame.fromEulerAnglesXYZ(0,math.pi/2,math.pi/2)
1362
					for i = 1,50 do
1363
						Part01.CFrame = Part01.CFrame * CFrame.new(-2,0,0)
1364
						wait()
1365
					end
1366
					pepsihit:Play()
1367
					pepsi:Play()
1368
					wait(1.4)
1369
					explo:Play()
1370
					erection:Play()
1371
					--runninin90:Play()
1372
					
1373
					bass:Play()
1374
					pepsi:Stop()
1375
					-- Objects
1376
1377
					local ScreenGui = Instance.new("ScreenGui")
1378
					local TextLabel = Instance.new("TextLabel")
1379
					
1380
					-- Properties
1381
					
1382
					ScreenGui.Parent = game.Players.LocalPlayer.PlayerGui
1383
					
1384
					TextLabel.Parent = ScreenGui
1385
					TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
1386
					TextLabel.BackgroundTransparency = 1
1387
					TextLabel.Size = UDim2.new(1, 1, 1, 1)
1388
					TextLabel.Font = Enum.Font.Arial
1389
					TextLabel.FontSize = Enum.FontSize.Size10
1390
					TextLabel.Text = "IDIOT GUY!!"
1391
					TextLabel.TextSize = 10
1392
					TextLabel.TextWrapped = true
1393
					local ball1 = Instance.new("Part", game.Players.LocalPlayer.Character)
1394
	                ball1.Size = Vector3.new(6,6,6)
1395
	                ball1.Material = "Neon"
1396
	                ball1.Anchored = true
1397
	                ball1.Transparency = 0.3
1398
	                ball1.BrickColor = BrickColor.new("New Yeller")
1399
	                ball1.CanCollide = false
1400
	                ball1.CFrame = Part01.CFrame
1401
	                local ball11 = Instance.new("Part", game.Players.LocalPlayer.Character)
1402
	                ball11.Size = Vector3.new(6,6,6)
1403
	                ball11.Material = "Neon"
1404
	                ball11.Anchored = true
1405
	                ball11.Transparency = 0.3
1406
	                ball11.BrickColor = BrickColor.new("Maroon")
1407
	                ball11.CanCollide = false
1408
	                ball11.CFrame = Part01.CFrame
1409
	                local cf = ball1.CFrame
1410
	                ball1:BreakJoints()
1411
	                local cfval = 0
1412
	                local cfval1 = 0
1413
					humanoidofplr.JumpPower = 65
1414
					humanoidrootpart:destroy()
1415
					rlegweld:destroy()
1416
					llegweld:destroy()
1417
					lhandweld:destroy()
1418
					rhandweld:destroy()
1419
					headweld:destroy()
1420
					heed.Parent = game.Players.LocalPlayer.Character.Torso
1421
					rootjointclone.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
1422
					lhandclone.Parent = game.Players.LocalPlayer.Character.Torso
1423
					rhandclone.Parent = game.Players.LocalPlayer.Character.Torso
1424
					llegclone.Parent = game.Players.LocalPlayer.Character.Torso
1425
					rlegclone.Parent = game.Players.LocalPlayer.Character.Torso
1426
					bodyps:destroy()
1427
					humanoid.Parent.Head.Anchored = false
1428
					local bodypsvel1 = Instance.new("BodyVelocity", humanoid.Parent.Head)
1429
					bodypsvel1.MaxForce = Vector3.new(math.huge,math.huge,math.huge)
1430
					bodypsvel1.Velocity = Vector3.new(math.random(-70,70),30,math.random(-70,70))
1431
					local bodypsvel11 = Instance.new("BodyVelocity", game.Players.LocalPlayer.Character.Torso)
1432
					bodypsvel11.MaxForce = Vector3.new(math.huge,math.huge,math.huge)
1433
					bodypsvel11.Velocity = Vector3.new(math.random(-70,70),30,math.random(-70,70))
1434
					humanoid.Parent:BreakJoints()
1435
					humanoidofplr.PlatformStand = true
1436
					game.Players.LocalPlayer.Character.Torso.CFrame = CFrame.new(Part01.Position,game.Players.LocalPlayer.Character.Torso.Position)
1437
					game.Players.LocalPlayer.Character.Torso.CFrame = game.Players.LocalPlayer.Character.Torso.CFrame * CFrame.fromEulerAnglesXYZ(math.pi/2,0,0)
1438
					wait(0.1)
1439
					bodypsvel1:destroy()
1440
					bodypsvel11:destroy()
1441
					for i = 1,25 do
1442
						TextLabel.TextColor3 = Color3.fromRGB(math.random(1,255),math.random(1,255),math.random(1,255)) 
1443
						TextLabel.Visible = true
1444
						TextLabel.Rotation = TextLabel.Rotation + 0.4
1445
						TextLabel.TextSize = TextLabel.TextSize + 1
1446
						humanoidofplr.CameraOffset = Vector3.new(math.random(-1,1),math.random(-1,1),math.random(-1,1))
1447
	                    cfval1 = cfval1 - 1
1448
	                    cfval = cfval + 1
1449
						ball1.BrickColor = BrickColor.Random()
1450
	                    ball1.Size = ball1.Size + Vector3.new(1,1,1)
1451
	                    ball1.CFrame = cf * CFrame.fromEulerAnglesXYZ(0,cfval,cfval + math.random(-1,1))
1452
	                    --
1453
						ball11.BrickColor = BrickColor.Random()
1454
	                    ball11.Size = ball1.Size + Vector3.new(0.1,0.1,0.1)
1455
	                    ball11.CFrame = cf * CFrame.fromEulerAnglesXYZ(0,cfval1,cfval1 + math.random(-1,1))
1456
						wait()
1457
						ball1.BrickColor = BrickColor.Random()
1458
						ball11.BrickColor = BrickColor.Random()
1459
						humanoidofplr.CameraOffset = Vector3.new(math.random(-1,1),math.random(-1,1),math.random(-1,1))
1460
	                    cfval1 = cfval1 - 1
1461
	                    cfval = cfval + 1
1462
	                    ball1.Size = ball1.Size + Vector3.new(1,1,1)
1463
	                    ball1.CFrame = cf * CFrame.fromEulerAnglesXYZ(0,cfval,cfval + math.random(-1,1))
1464
	                    --
1465
	                    ball11.Size = ball1.Size + Vector3.new(0.1,0.1,0.1)
1466
	                    ball11.CFrame = cf * CFrame.fromEulerAnglesXYZ(0,cfval1,cfval1 + math.random(-1,1))
1467
						TextLabel.Visible = false
1468
						TextLabel.Rotation = TextLabel.Rotation + 0.4
1469
						TextLabel.TextSize = TextLabel.TextSize + 1
1470
						wait()
1471
					end
1472
					bass:Play()
1473
					for i = 1,25 do
1474
						TextLabel.TextColor3 = Color3.fromRGB(math.random(1,255),math.random(1,255),math.random(1,255)) 
1475
						TextLabel.Visible = true
1476
						TextLabel.Rotation = TextLabel.Rotation + 0.4
1477
						TextLabel.TextSize = TextLabel.TextSize + 1
1478
						humanoidofplr.CameraOffset = Vector3.new(math.random(-1,1),math.random(-1,1),math.random(-1,1))
1479
	                    cfval1 = cfval1 - 1
1480
	                    cfval = cfval + 1
1481
						ball1.BrickColor = BrickColor.Random()
1482
	                    ball1.Size = ball1.Size + Vector3.new(1,1,1)
1483
	                    ball1.CFrame = cf * CFrame.fromEulerAnglesXYZ(0,cfval,cfval + math.random(-1,1))
1484
	                    --
1485
						ball11.BrickColor = BrickColor.Random()
1486
	                    ball11.Size = ball1.Size + Vector3.new(0.1,0.1,0.1)
1487
	                    ball11.CFrame = cf * CFrame.fromEulerAnglesXYZ(0,cfval1,cfval1 + math.random(-1,1))
1488
						wait()
1489
						ball1.BrickColor = BrickColor.Random()
1490
						ball11.BrickColor = BrickColor.Random()
1491
						humanoidofplr.CameraOffset = Vector3.new(math.random(-1,1),math.random(-1,1),math.random(-1,1))
1492
	                    cfval1 = cfval1 - 1
1493
	                    cfval = cfval + 1
1494
	                    ball1.Size = ball1.Size + Vector3.new(1,1,1)
1495
	                    ball1.CFrame = cf * CFrame.fromEulerAnglesXYZ(0,cfval,cfval + math.random(-1,1))
1496
	                    --
1497
	                    ball11.Size = ball1.Size + Vector3.new(0.1,0.1,0.1)
1498
	                    ball11.CFrame = cf * CFrame.fromEulerAnglesXYZ(0,cfval1,cfval1 + math.random(-1,1))
1499
						TextLabel.Visible = false
1500
						TextLabel.Rotation = TextLabel.Rotation + 0.4
1501
						TextLabel.TextSize = TextLabel.TextSize + 1
1502
						wait()
1503
					end
1504
					humanoidofplr.PlatformStand = false
1505
					ball1:destroy()
1506
					ScreenGui:destroy()
1507
					ball11:destroy()
1508
					erection:Stop()
1509
					Part01:destroy()
1510
					Model0:destroy()
1511
					humanoidofplr.CameraOffset = Vector3.new(0,0,0)
1512
					wait(2)
1513
					bass:Stop()
1514
					for i,v in pairs(humanoidofplr.Parent:GetChildren()) do
1515
						if v.ClassName == "Part" then
1516
							v.Anchored = true
1517
						end
1518
					end
1519
					-- Objects
1520
1521
					local ScreenGui = Instance.new("ScreenGui")
1522
					local ImageLabel = Instance.new("ImageLabel")
1523
					
1524
					-- Properties
1525
					
1526
					ScreenGui.Parent = game.Players.LocalPlayer.PlayerGui
1527
					
1528
					ImageLabel.Parent = ScreenGui
1529
					ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
1530
					ImageLabel.BackgroundTransparency = 1
1531
					ImageLabel.Position = UDim2.new(-0.000247940421, 0, 0.0192930661, 0)
1532
					ImageLabel.Size = UDim2.new(0, 919, 0, 760)
1533
					ImageLabel.Image = "rbxassetid://1216401562"
1534
					local screamer = Instance.new("Sound", ScreenGui)
1535
					screamer.SoundId = "rbxassetid://153400584"
1536
					screamer:Play()
1537
					screamer.Volume = 10
1538
					wait(3)
1539
					runninin90:Play()
1540
					erection:Play()
1541
					pepsi:Play()
1542
					local aaaah = Instance.new("Sound", ScreenGui)
1543
					aaaah.SoundId = "rbxassetid://276709204"
1544
					aaaah:Play()
1545
					aaaah.Volume = 10
1546
					for i = 1,100 do
1547
						ImageLabel.Position = ImageLabel.Position - UDim2.new(0,25,0,15) + UDim2.new(0,math.random(-20,20),0,math.random(-20,20))
1548
						ImageLabel.Size = ImageLabel.Size + UDim2.new(0,50,0,50)
1549
						wait()
1550
					end
1551
					ScreenGui:Destroy()
1552
					erection:Stop()
1553
					runninin90:Stop()
1554
					pepsi:Stop()
1555
					for i,v in pairs(humanoidofplr.Parent:GetChildren()) do
1556
						if v.ClassName == "Part" then
1557
							v.Anchored = false
1558
						end
1559
					end
1560
					using = false
1561
				else
1562
					humanoid.Parent.Head.CFrame = CFrame.new(humanoid.Parent.Head.Position, game.Players.LocalPlayer.Character.Torso.Position)
1563
					humanoid.Parent.Head.Anchored = true
1564
					local bodyps = Instance.new("BodyPosition", game.Players.LocalPlayer.Character.Torso)
1565
					bodyps.MaxForce = Vector3.new(math.huge,math.huge,math.huge)
1566
					bodyps.Position = game.Players.LocalPlayer.Character.Torso.Position
1567
					humanoidofplr.JumpPower = 0
1568
					local rhandclone = game.Players.LocalPlayer.Character.Torso["Right Shoulder"]:Clone()
1569
					local rhandweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
1570
					rhandweld.Part0 = game.Players.LocalPlayer.Character.Torso
1571
					rhandweld.Part1 = game.Players.LocalPlayer.Character["Right Arm"]
1572
					rhandweld.C0 = CFrame.new(1.5, 0, 0, 1, -1.6395192e-43, 0, -1.6395192e-43, 1, 0, 0, 0, 1)
1573
					local lhandclone = game.Players.LocalPlayer.Character.Torso["Left Shoulder"]:Clone()
1574
					local lhandweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
1575
					lhandweld.Part0 = game.Players.LocalPlayer.Character.Torso
1576
					lhandweld.Part1 = game.Players.LocalPlayer.Character["Left Arm"]
1577
					lhandweld.C0 = CFrame.new(-1.5, 0, 0, 1, -1.6395192e-43, 0, -1.6395192e-43, 1, 0, 0, 0, 1)
1578
					local llegclone = game.Players.LocalPlayer.Character.Torso["Left Hip"]:Clone()
1579
					game.Players.LocalPlayer.Character.Torso["Left Hip"]:Remove()
1580
					local llegweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
1581
					llegweld.Part0 = game.Players.LocalPlayer.Character.Torso
1582
					llegweld.Part1 = game.Players.LocalPlayer.Character["Left Leg"]
1583
					llegweld.C0 = CFrame.new(-0.5, -1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0) * CFrame.new(0,-1,0)
1584
					local rlegclone = game.Players.LocalPlayer.Character.Torso["Right Hip"]:Clone()
1585
					game.Players.LocalPlayer.Character.Torso["Right Hip"]:Remove()
1586
					local rlegweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
1587
					rlegweld.Part0 = game.Players.LocalPlayer.Character.Torso
1588
					rlegweld.Part1 = game.Players.LocalPlayer.Character["Right Leg"]
1589
					rlegweld.C0 = CFrame.new(0.5, -1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0) * CFrame.new(0,-1,0)
1590
					local rootjointclone = game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint:Clone()
1591
					game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint:Remove()
1592
					local humanoidrootpart = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
1593
					humanoidrootpart.Part0 = game.Players.LocalPlayer.Character.HumanoidRootPart
1594
					humanoidrootpart.Part1 = game.Players.LocalPlayer.Character.Torso
1595
					local heed = game.Players.LocalPlayer.Character.Torso["Neck"]:Clone()
1596
					local headweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
1597
					headweld.Part0 = game.Players.LocalPlayer.Character.Torso
1598
					headweld.Part1 = game.Players.LocalPlayer.Character.Head
1599
					headweld.C0 = headweld.C0 * CFrame.new(0,1.5,0)
1600
					game.Players.LocalPlayer.Character.Torso.Neck:Remove()
1601
					erection:Play()
1602
					llegweld.C0 = CFrame.new(-0.906621933, -1.96817839, 3.81469727e-06, 0.939697921, 0.342017353, -1.15483999e-07, -0.342018157, 0.939700484, -1.54780309e-06, 4.20854008e-07, -1.4939601e-06, 1.00000584)
1603
					rlegweld.C0 = CFrame.new(2.04675007, -0.901816607, 3.81469727e-06, -0.241916299, -0.970304012, -1.15483999e-07, 0.970306754, -0.241916746, -1.54780309e-06, -1.47389744e-06, 4.86491388e-07, 1.00000584)
1604
					lhandweld.C0 = CFrame.new(-1.78488255, 0.126835346, 0, 0.913546026, 0.406735331, 1.15483552e-07, -0.406735331, 0.913546026, 1.54779377e-06, 5.24042946e-07, -1.46095226e-06, 1)
1605
					rhandweld.C0 = CFrame.new(1.92161179, 0.407135487, 0, -0.694653988, -0.719348252, -1.15483999e-07, 0.719350696, -0.694655538, -1.54780309e-06, -1.03318553e-06, 1.1582564e-06, 1.00000584)
1606
					humanoidrootpart.C0 = CFrame.new(0, 0, 0, 0.0323647447, 0.374601871, -0.926624477, -0.013075971, 0.927188933, 0.374372125, 0.999392211, 5.49364394e-08, 0.0349063426):inverse()
1607
					headweld.C0 = CFrame.new(0, 1.50000882, 0, 0.0349099413, 5.30404058e-08, -0.999393761, -1.5450081e-06, 1.00000596, -1.07041799e-07, 0.999396384, -1.54780309e-06, 0.0349102654)
1608
					for i = 1,25 do
1609
						local mathran = math.random(1,2)
1610
						humanoid.Health = humanoid.Health - 2
1611
						kicksound:Play()
1612
						if mathran == 1 then
1613
							llegweld.C0 = CFrame.new(-0.906621933, -1.96817839, 3.81469727e-06, 0.939697921, 0.342017353, -1.15483999e-07, -0.342018157, 0.939700484, -1.54780309e-06, 4.20854008e-07, -1.4939601e-06, 1.00000584)
1614
							rlegweld.C0 = CFrame.new(2.04675007, -0.901816607, 3.81469727e-06, -0.241916299, -0.970304012, -1.15483999e-07, 0.970306754, -0.241916746, -1.54780309e-06, -1.47389744e-06, 4.86491388e-07, 1.00000584)
1615
							lhandweld.C0 = CFrame.new(-1.78488255, 0.126835346, 0, 0.913546026, 0.406735331, 1.15483552e-07, -0.406735331, 0.913546026, 1.54779377e-06, 5.24042946e-07, -1.46095226e-06, 1)
1616
							rhandweld.C0 = CFrame.new(1.92161179, 0.407135487, 0, -0.694653988, -0.719348252, -1.15483999e-07, 0.719350696, -0.694655538, -1.54780309e-06, -1.03318553e-06, 1.1582564e-06, 1.00000584)
1617
							humanoidrootpart.C0 = CFrame.new(0, 0, 0, 0.0323647447, 0.374601871, -0.926624477, -0.013075971, 0.927188933, 0.374372125, 0.999392211, 5.49364394e-08, 0.0349063426):inverse()
1618
							headweld.C0 = CFrame.new(0, 1.50000882, 0, 0.0349099413, 5.30404058e-08, -0.999393761, -1.5450081e-06, 1.00000596, -1.07041799e-07, 0.999396384, -1.54780309e-06, 0.0349102654)
1619
						end
1620
						if mathran == 2 then
1621
							llegweld.C0 = CFrame.new(-0.906621933, -1.96817839, 3.81469727e-06, 0.939697921, 0.342017353, -1.15483999e-07, -0.342018157, 0.939700484, -1.54780309e-06, 4.20854008e-07, -1.4939601e-06, 1.00000584)
1622
							rlegweld.C0 = CFrame.new(1.89274311, -0.858413935, 7.62939453e-06, 0.10452839, -0.994525194, -1.15483999e-07, 0.994527876, 0.104528576, -1.54780309e-06, -1.55139548e-06, -4.69373873e-08, 1.00000584)
1623
							lhandweld.C0 = CFrame.new(-1.78488255, 0.126835346, 0, 0.913546026, 0.406735331, 1.15483552e-07, -0.406735331, 0.913546026, 1.54779377e-06, 5.24042946e-07, -1.46095226e-06, 1)
1624
							rhandweld.C0 = CFrame.new(2.22284222, 0.414411545, 0, -0.406726152, -0.913553655, -1.15483999e-07, 0.913556159, -0.406727403, -1.54780309e-06, -1.36702647e-06, 7.35030596e-07, 1.00000584)
1625
							humanoidrootpart.C0 = CFrame.new(0, 0, 0, 0.0323647447, 0.374601871, -0.926624477, -0.013075971, 0.927188933, 0.374372125, 0.999392211, 5.49364394e-08, 0.0349063426):inverse()
1626
							headweld.C0 = CFrame.new(0, 1.50000882, 0, 0.0349099413, 5.30404058e-08, -0.999393761, -1.5450081e-06, 1.00000596, -1.07041799e-07, 0.999396384, -1.54780309e-06, 0.0349102654)
1627
						end
1628
						wait(0.04)
1629
						humanoidrootpart.C0 = CFrame.new(0, 0, 0, 0.0341443829, -0.207913235, -0.977556467, 0.00725775072, 0.978153586, -0.207789525, 0.99939394, -1.72760117e-08, 0.034907084):inverse()
1630
						rlegweld.C0 = CFrame.new(0.5, -1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0) * CFrame.new(0,-1,0)
1631
						llegweld.C0 = CFrame.new(-0.5, -1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0) * CFrame.new(0,-1,0)
1632
						lhandweld.C0 = CFrame.new(-1.5, 0, 0, 1, -1.6395192e-43, 0, -1.6395192e-43, 1, 0, 0, 0, 1)					
1633
						rhandweld.C0 = CFrame.new(1.5, 0, 0, 1, -1.6395192e-43, 0, -1.6395192e-43, 1, 0, 0, 0, 1)
1634
						wait(0.04)
1635
					end
1636
					humanoid.Health = humanoid.Health - 5
1637
					erection:Stop()
1638
					BOOM:Play()
1639
					explo2:Play()
1640
					bodyps:destroy()
1641
					humanoid.Parent.Head.Anchored = false
1642
					headweld.C0 = CFrame.new(0, 1.50000024, 0, 1, -2.77679039e-28, -8.22939696e-27, -2.70105974e-27, 0.978154778, 0.207912564, 7.87598728e-27, -0.207912564, 0.978154778)
1643
					humanoidrootpart.C0 = CFrame.new(0, 0, 0, 1, -4.29140332e-28, 1.46412584e-27, -1.76704843e-28, 0.913548112, 0.406731218, -1.51461294e-27, -0.406731218, 0.913548112):inverse()
1644
					rlegweld.C0 = CFrame.new(0.5, -1.17737412, -0.674467087, 1, 7.57306469e-28, 2.5243549e-28, 3.02922588e-28, 0.92718792, 0.374602854, -1.31266455e-27, -0.374602854, 0.92718792)
1645
					llegweld.C0 = CFrame.new(-0.5, -1.95082164, 0.459226608, 1, 4.54383881e-28, -3.63507105e-27, 1.1864468e-27, 0.913548112, 0.406731218, 3.48360976e-27, -0.406731218, 0.913548112)
1646
					lhandweld.C0 = CFrame.new(-1.5, 0, 0.45791626, 1, 4.80460114e-22, -3.37716629e-22, -2.65673535e-22, 0.882948399, 0.469470233, 5.23747954e-22, -0.469470233, 0.882948399)					
1647
					rhandweld.C0 = CFrame.new(1.5, 0, 0.45791626, 1, 4.80460114e-22, -3.37716629e-22, -2.65673535e-22, 0.882948399, 0.469470233, 5.23747954e-22, -0.469470233, 0.882948399)
1648
					local bodypsvel = Instance.new("BodyVelocity", game.Players.LocalPlayer.Character.Torso)
1649
					bodypsvel.MaxForce = Vector3.new(math.huge,math.huge,math.huge)
1650
					bodypsvel.Velocity = Vector3.new(0,55,0)
1651
					humanoid.Parent.Head.CFrame = humanoid.Parent.Head.CFrame * CFrame.fromEulerAnglesXYZ(math.pi/2,0,0)
1652-
		scarceisfatthatsafact.Volume = 10
1652+
1653
					bodypsvel1.MaxForce = Vector3.new(math.huge,math.huge,math.huge)
1654
					bodypsvel1.Velocity = humanoid.Parent.Head.CFrame.upVector * 45
1655
					wait(0.1)
1656
					bodypsvel:destroy()
1657
					bodypsvel1:destroy()
1658
					wait(0.3)
1659
					humanoidofplr.JumpPower = 65
1660
					humanoidrootpart:destroy()
1661
					rlegweld:destroy()
1662
					llegweld:destroy()
1663
					lhandweld:destroy()
1664
					rhandweld:destroy()
1665
					headweld:destroy()
1666
					heed.Parent = game.Players.LocalPlayer.Character.Torso
1667
					rootjointclone.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
1668
					lhandclone.Parent = game.Players.LocalPlayer.Character.Torso
1669
					rhandclone.Parent = game.Players.LocalPlayer.Character.Torso
1670
					llegclone.Parent = game.Players.LocalPlayer.Character.Torso
1671
					rlegclone.Parent = game.Players.LocalPlayer.Character.Torso
1672
					using = false
1673
				end
1674
				using = false
1675
			end
1676
		end
1677
		sensoryee2.Touched:connect(rapidkick)
1678
		wait(0.2)
1679
		if not hittd then
1680
			sensoryee2:destroy()
1681
			using = false
1682
		end
1683
	end
1684
end
1685
mouse.KeyDown:connect(kicking)
1686
candur = true
1687
function cancer(key)
1688
	key = key:lower()
1689
	if key == "f" and not using then
1690
		using = true
1691
		local scarceisfatthatsafact = Instance.new("Sound", humanoidofplr.Parent.Head)
1692
		scarceisfatthatsafact.SoundId = "rbxassetid://519967074"
1693
		scarceisfatthatsafact:Play()
1694
		scarceisfatthatsafact.Volume = 16
1695
		local rhandclone = game.Players.LocalPlayer.Character.Torso["Right Shoulder"]:Clone()
1696
		local rhandweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
1697
		rhandweld.Part0 = game.Players.LocalPlayer.Character.Torso
1698
		rhandweld.Part1 = game.Players.LocalPlayer.Character["Right Arm"]
1699
		rhandweld.C0 = CFrame.new(1.5, 0, 0, 1, -1.6395192e-43, 0, -1.6395192e-43, 1, 0, 0, 0, 1)
1700
		local lhandclone = game.Players.LocalPlayer.Character.Torso["Left Shoulder"]:Clone()
1701
		local lhandweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
1702
		lhandweld.Part0 = game.Players.LocalPlayer.Character.Torso
1703
		lhandweld.Part1 = game.Players.LocalPlayer.Character["Left Arm"]
1704
		lhandweld.C0 = CFrame.new(-1.5, 0, 0, 1, -1.6395192e-43, 0, -1.6395192e-43, 1, 0, 0, 0, 1)
1705
		local heed = game.Players.LocalPlayer.Character.Torso["Neck"]:Clone()
1706
		local headweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
1707
		headweld.Part0 = game.Players.LocalPlayer.Character.Torso
1708
		headweld.Part1 = game.Players.LocalPlayer.Character.Head
1709
		headweld.C0 = headweld.C0 * CFrame.new(0,1.5,0)
1710
		game.Players.LocalPlayer.Character.Torso.Neck:Remove()
1711
		local bass = Instance.new("Sound", game.Players.LocalPlayer.Character.Head)
1712
		bass.SoundId = "rbxassetid://1087356234"
1713
		bass.Volume = 16
1714
		bass:Play()
1715
		for i = 1,14 do
1716
			for i = 0,1 , 0.3 do
1717
				headweld.C0 = headweld.C0:lerp(CFrame.new(0.238277435, 1.38430595, -0.26462841, 0.743157983, 0.206764504, -0.636368334, 1.30437893e-05, 0.951053917, 0.309025198, 0.66911602, -0.229662865, 0.706780493),i)
1718
				lhandweld.C0 = lhandweld.C0:lerp(CFrame.new(-2.11354065, 0.72611165, -9.53674316e-06, -0.241926044, 0.970294714, -2.11314546e-05, -0.970294774, -0.241926029, -1.76227277e-05, -2.22114886e-05, 1.6240343e-05, 1),i)
1719
				rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(1.17133522, 0.705098152, -0.729599953, -0.219563439, 0.706936955, 0.6723333, 0.941907823, -0.0259357486, 0.334868789, 0.25416863, 0.706800878, -0.660174847),i)
1720
				game:GetService("RunService").RenderStepped:wait()
1721
			end
1722
			for i = 0,1 , 0.3 do
1723
				headweld.C0 = headweld.C0:lerp(CFrame.new(0,1.5,0),i)
1724
				lhandweld.C0 = lhandweld.C0:lerp(CFrame.new(-1.5, 0, 0, 1, -1.6395192e-43, 0, -1.6395192e-43, 1, 0, 0, 0, 1),i)
1725
				rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(1.5, 0, 0, 1, -1.6395192e-43, 0, -1.6395192e-43, 1, 0, 0, 0, 1),i)
1726
				game:GetService("RunService").RenderStepped:wait()
1727
			end
1728
			for i = 0,1 , 0.3 do
1729
				headweld.C0 = headweld.C0:lerp(CFrame.new(0.238277435, 1.38430595, -0.26462841, 0.743157983, 0.206764504, -0.636368334, 1.30437893e-05, 0.951053917, 0.309025198, 0.66911602, -0.229662865, 0.706780493),i)
1730
				lhandweld.C0 = lhandweld.C0:lerp(CFrame.new(-2.11354065, 0.72611165, -9.53674316e-06, -0.241926044, 0.970294714, -2.11314546e-05, -0.970294774, -0.241926029, -1.76227277e-05, -2.22114886e-05, 1.6240343e-05, 1),i)
1731
				rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(1.17133522, 0.705098152, -0.729599953, -0.219563439, 0.706936955, 0.6723333, 0.941907823, -0.0259357486, 0.334868789, 0.25416863, 0.706800878, -0.660174847),i)
1732
				game:GetService("RunService").RenderStepped:wait()
1733
			end
1734
			for i = 0,1 , 0.3 do
1735
				headweld.C0 = headweld.C0:lerp(CFrame.new(0,1.5,0),i)
1736
				lhandweld.C0 = lhandweld.C0:lerp(CFrame.new(-1.5, 0, 0, 1, -1.6395192e-43, 0, -1.6395192e-43, 1, 0, 0, 0, 1),i)
1737
				rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(1.5, 0, 0, 1, -1.6395192e-43, 0, -1.6395192e-43, 1, 0, 0, 0, 1),i)
1738
				game:GetService("RunService").RenderStepped:wait()
1739
			end
1740
		end
1741
		lhandweld:destroy()
1742
		rhandweld:destroy()
1743
		headweld:destroy()
1744
		heed.Parent = game.Players.LocalPlayer.Character.Torso
1745
		lhandclone.Parent = game.Players.LocalPlayer.Character.Torso
1746
		rhandclone.Parent = game.Players.LocalPlayer.Character.Torso
1747
		using = false
1748
	end
1749
end
1750
mouse.KeyDown:connect(cancer)
1751
function putdurex(key)
1752
	if key == "z" and not using and candur then
1753
		using = true
1754
		candur = false
1755
		--Converted with ttyyuu12345's model to script plugin v4
1756
		function sandbox(var,func)
1757
			local env = getfenv(func)
1758
			local newenv = setmetatable({},{
1759
				__index = function(self,k)
1760
					if k=="script" then
1761
						return var
1762
					else
1763
						return env[k]
1764
					end
1765
				end,
1766
			})
1767
			setfenv(func,newenv)
1768
			return func
1769
		end
1770
		cors = {}
1771
		mas = Instance.new("Model",game:GetService("Lighting"))
1772
		Model0 = Instance.new("Model")
1773
		Part1 = Instance.new("Part")
1774
		Part2 = Instance.new("Part")
1775
		Part3 = Instance.new("Part")
1776
		Weld4 = Instance.new("Weld")
1777
		Weld5 = Instance.new("Weld")
1778
		Weld6 = Instance.new("Weld")
1779
		Weld7 = Instance.new("Weld")
1780
		Weld8 = Instance.new("Weld")
1781
		Weld9 = Instance.new("Weld")
1782
		Weld10 = Instance.new("Weld")
1783
		Weld11 = Instance.new("Weld")
1784
		Weld12 = Instance.new("Weld")
1785
		Weld13 = Instance.new("Weld")
1786
		Weld14 = Instance.new("Weld")
1787
		Weld15 = Instance.new("Weld")
1788
		Weld16 = Instance.new("Weld")
1789
		Weld17 = Instance.new("Weld")
1790
		Weld18 = Instance.new("Weld")
1791
		Weld19 = Instance.new("Weld")
1792
		Weld20 = Instance.new("Weld")
1793
		Weld21 = Instance.new("Weld")
1794
		Weld22 = Instance.new("Weld")
1795
		Weld23 = Instance.new("Weld")
1796
		Weld24 = Instance.new("Weld")
1797
		Weld25 = Instance.new("Weld")
1798
		Weld26 = Instance.new("Weld")
1799
		Weld27 = Instance.new("Weld")
1800
		Weld28 = Instance.new("Weld")
1801
		Weld29 = Instance.new("Weld")
1802
		Weld30 = Instance.new("Weld")
1803
		Weld31 = Instance.new("Weld")
1804
		Weld32 = Instance.new("Weld")
1805
		Weld33 = Instance.new("Weld")
1806
		Weld34 = Instance.new("Weld")
1807
		Weld35 = Instance.new("Weld")
1808
		Weld36 = Instance.new("Weld")
1809
		Weld37 = Instance.new("Weld")
1810
		Weld38 = Instance.new("Weld")
1811
		Weld39 = Instance.new("Weld")
1812
		Weld40 = Instance.new("Weld")
1813
		Weld41 = Instance.new("Weld")
1814
		Weld42 = Instance.new("Weld")
1815
		Weld43 = Instance.new("Weld")
1816
		Weld44 = Instance.new("Weld")
1817
		Weld45 = Instance.new("Weld")
1818
		Weld46 = Instance.new("Weld")
1819
		Weld47 = Instance.new("Weld")
1820
		Weld48 = Instance.new("Weld")
1821
		Weld49 = Instance.new("Weld")
1822
		Weld50 = Instance.new("Weld")
1823
		Weld51 = Instance.new("Weld")
1824
		Weld52 = Instance.new("Weld")
1825
		Weld53 = Instance.new("Weld")
1826
		Weld54 = Instance.new("Weld")
1827
		Part55 = Instance.new("Part")
1828
		Part56 = Instance.new("Part")
1829
		Part57 = Instance.new("Part")
1830
		Part58 = Instance.new("Part")
1831
		Part59 = Instance.new("Part")
1832
		Part60 = Instance.new("Part")
1833
		Part61 = Instance.new("Part")
1834
		Part62 = Instance.new("Part")
1835
		Part63 = Instance.new("Part")
1836
		Part64 = Instance.new("Part")
1837
		Part65 = Instance.new("Part")
1838
		Part66 = Instance.new("Part")
1839
		Part67 = Instance.new("Part")
1840
		Part68 = Instance.new("Part")
1841
		Part69 = Instance.new("Part")
1842
		Part70 = Instance.new("Part")
1843
		Part71 = Instance.new("Part")
1844
		Part72 = Instance.new("Part")
1845
		Part73 = Instance.new("Part")
1846
		Part74 = Instance.new("Part")
1847
		Part75 = Instance.new("Part")
1848
		Part76 = Instance.new("Part")
1849
		Part77 = Instance.new("Part")
1850
		Part78 = Instance.new("Part")
1851
		Part79 = Instance.new("Part")
1852
		Part80 = Instance.new("Part")
1853
		Part81 = Instance.new("Part")
1854
		Part82 = Instance.new("Part")
1855
		Part83 = Instance.new("Part")
1856
		Part84 = Instance.new("Part")
1857
		Part85 = Instance.new("Part")
1858
		Part86 = Instance.new("Part")
1859
		Part87 = Instance.new("Part")
1860
		Part88 = Instance.new("Part")
1861
		Part89 = Instance.new("Part")
1862
		Part90 = Instance.new("Part")
1863
		Part91 = Instance.new("Part")
1864
		Part92 = Instance.new("Part")
1865
		Part93 = Instance.new("Part")
1866
		Part94 = Instance.new("Part")
1867
		Part95 = Instance.new("Part")
1868
		Part96 = Instance.new("Part")
1869
		Part97 = Instance.new("Part")
1870
		Part98 = Instance.new("Part")
1871
		Part99 = Instance.new("Part")
1872
		Part100 = Instance.new("Part")
1873
		Part101 = Instance.new("Part")
1874
		Part102 = Instance.new("Part")
1875
		Part103 = Instance.new("Part")
1876
		SurfaceGui104 = Instance.new("SurfaceGui")
1877
		Frame105 = Instance.new("Frame")
1878
		TextLabel106 = Instance.new("TextLabel")
1879
		Model0.Name = "Itsatrap"
1880
		Model0.Parent = mas
1881
		Part1.Name = "Part11"
1882
		Part1.Parent = Model0
1883
		Part1.Size = Vector3.new(0.239999995, 0.229999945, 2.38999963)
1884
		Part1.CFrame = CFrame.new(8.81010056, 0.113986701, -16.0149269, 1, -6.91378009e-05, 6.88330765e-05, 6.91356545e-05, 1, 3.12162374e-05, -6.88352375e-05, -3.12114789e-05, 1)
1885
		Part1.BottomSurface = Enum.SurfaceType.Smooth
1886
		Part1.TopSurface = Enum.SurfaceType.Smooth
1887
		Part1.Position = Vector3.new(8.81010056, 0.113986701, -16.0149269)
1888
		Part2.Name = "Part22"
1889
		Part2.Parent = Model0
1890
		Part2.Rotation = Vector3.new(0, 90, 0)
1891
		Part2.Size = Vector3.new(0.239999995, 0.229999945, 1.55999959)
1892
		Part2.CFrame = CFrame.new(7.90016842, 0.113953359, -14.9398594, -6.88330765e-05, -6.91378009e-05, 1, -3.12162374e-05, 1, 6.91356545e-05, -1, -3.12114789e-05, -6.88352375e-05)
1893
		Part2.BottomSurface = Enum.SurfaceType.Smooth
1894
		Part2.TopSurface = Enum.SurfaceType.Smooth
1895
		Part2.Position = Vector3.new(7.90016842, 0.113953359, -14.9398594)
1896
		Part2.Orientation = Vector3.new(0, 90, 0)
1897
		Part3.Name = "Part33"
1898
		Part3.Parent = Model0
1899
		Part3.Rotation = Vector3.new(180, 0, 180)
1900
		Part3.Size = Vector3.new(0.239999995, 0.229999945, 2.29999948)
1901
		Part3.CFrame = CFrame.new(7.00009441, 0.123857737, -16.0097961, -1, -6.91378009e-05, -6.88330765e-05, -6.91356545e-05, 1, -3.12162374e-05, 6.88352375e-05, -3.12114789e-05, -1)
1902
		Part3.BottomSurface = Enum.SurfaceType.Smooth
1903
		Part3.TopSurface = Enum.SurfaceType.Smooth
1904
		Part3.Position = Vector3.new(7.00009441, 0.123857737, -16.0097961)
1905
		Part3.Orientation = Vector3.new(0, -180, 0)
1906
		Weld4.Parent = Part3
1907
		Weld4.C0 = CFrame.new(-2.14496326, 0.453607529, 0.00461673737, 0, -1, 0, 0, 0, -1, 1, 0, 0)
1908
		Weld4.Part0 = Part3
1909
		Weld4.Part1 = Part101
1910
		Weld5.Parent = Part3
1911
		Weld5.C0 = CFrame.new(-0.298399925, 0.295003802, 1.07500648, 0, -1, 0, 0, 0, -1, 1, 0, 0)
1912
		Weld5.Part0 = Part3
1913
		Weld5.Part1 = Part60
1914
		Weld6.Parent = Part3
1915
		Weld6.C0 = CFrame.new(-0.078438282, 0.295003802, 0.770341873, 0, -1, 0, 0, 0, -1, 1, 0, 0)
1916
		Weld6.Part0 = Part3
1917
		Weld6.Part1 = Part61
1918
		Weld7.Parent = Part3
1919
		Weld7.C0 = CFrame.new(-0.078438282, 0.295003802, 0.423992157, 0, -1, 0, 0, 0, -1, 1, 0, 0)
1920
		Weld7.Part0 = Part3
1921
		Weld7.Part1 = Part62
1922
		Weld8.Parent = Part3
1923
		Weld8.C0 = CFrame.new(-1.77716732, 0.294999987, -0.0850915909, 1, 0, 0, 0, 0, -1, 0, 1, 0)
1924
		Weld8.Part0 = Part3
1925
		Weld8.Part1 = Part73
1926
		Weld9.Parent = Part3
1927
		Weld9.C0 = CFrame.new(-0.078438282, 0.295003802, 0.00461769104, 0, -1, 0, 0, 0, -1, 1, 0, 0)
1928
		Weld9.Part0 = Part3
1929
		Weld9.Part1 = Part63
1930
		Weld10.Parent = Part3
1931
		Weld10.C0 = CFrame.new(-1.5323267, 0.294999987, -1.03499889, 1, 0, 0, 0, 0, -1, 0, 1, 0)
1932
		Weld10.Part0 = Part3
1933
		Weld10.Part1 = Part70
1934
		Weld11.Parent = Part3
1935
		Weld11.C0 = CFrame.new(-1.81000614, -0.00999601185, 0.00500583649, -1, 0, 0, 0, 1, 0, 0, 0, -1)
1936
		Weld11.Part0 = Part3
1937
		Weld11.Part1 = Part1
1938
		Weld12.Parent = Part3
1939
		Weld12.C0 = CFrame.new(-2.15995693, 1.08908594, 0.0946159363, 0, -1, 0, 0, 0, -1, 1, 0, 0)
1940
		Weld12.Part0 = Part3
1941
		Weld12.Part1 = Part103
1942
		Weld13.Parent = Part3
1943
		Weld13.C0 = CFrame.new(-0.899999619, -0.00999999791, -1.06999874, 0, 0, -1, 0, 1, 0, 1, 0, 0)
1944
		Weld13.Part0 = Part3
1945
		Weld13.Part1 = Part2
1946
		Weld14.Parent = Part3
1947
		Weld14.C0 = CFrame.new(-1.11046886, 0.295003802, 1.07500648, 0, -1, 0, 0, 0, -1, 1, 0, 0)
1948
		Weld14.Part0 = Part3
1949
		Weld14.Part1 = Part58
1950
		Weld15.Parent = Part3
1951
		Weld15.C0 = CFrame.new(-3.55315304, 0.295003802, 1.07500648, 0, -1, 0, 0, 0, -1, 1, 0, 0)
1952
		Weld15.Part0 = Part3
1953
		Weld15.Part1 = Part85
1954
		Weld16.Parent = Part3
1955
		Weld16.C0 = CFrame.new(-2.7410841, 0.295003802, 1.07500648, 0, -1, 0, 0, 0, -1, 1, 0, 0)
1956
		Weld16.Part0 = Part3
1957
		Weld16.Part1 = Part88
1958
		Weld17.Parent = Part3
1959
		Weld17.C0 = CFrame.new(-4.21985149, 0.294999987, 0.751420975, 1, 0, 0, 0, 0, -1, 0, 1, 0)
1960
		Weld17.Part0 = Part3
1961
		Weld17.Part1 = Part80
1962
		Weld18.Parent = Part3
1963
		Weld18.C0 = CFrame.new(-3.34268379, -0.00999999791, -1.06999874, 0, 0, -1, 0, 1, 0, 1, 0, 0)
1964
		Weld18.Part0 = Part3
1965
		Weld18.Part1 = Part86
1966
		Weld19.Parent = Part3
1967
		Weld19.C0 = CFrame.new(-2.52112198, 0.295003802, 0.770341873, 0, -1, 0, 0, 0, -1, 1, 0, 0)
1968
		Weld19.Part0 = Part3
1969
		Weld19.Part1 = Part76
1970
		Weld20.Parent = Part3
1971
		Weld20.C0 = CFrame.new(-2.52112198, 0.295003802, 0.423992157, 0, -1, 0, 0, 0, -1, 1, 0, 0)
1972
		Weld20.Part0 = Part3
1973
		Weld20.Part1 = Part84
1974
		Weld21.Parent = Part3
1975
		Weld21.C0 = CFrame.new(-4.21985149, 0.294999987, -0.0850915909, 1, 0, 0, 0, 0, -1, 0, 1, 0)
1976
		Weld21.Part0 = Part3
1977
		Weld21.Part1 = Part78
1978
		Weld22.Parent = Part3
1979
		Weld22.C0 = CFrame.new(-2.44268417, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1980
		Weld22.Part0 = Part3
1981
		Weld22.Part1 = Part92
1982
		Weld23.Parent = Part3
1983
		Weld23.C0 = CFrame.new(-2.52112198, 0.295003802, 0.00461769104, 0, -1, 0, 0, 0, -1, 1, 0, 0)
1984
		Weld23.Part0 = Part3
1985
		Weld23.Part1 = Part77
1986
		Weld24.Parent = Part3
1987
		Weld24.C0 = CFrame.new(-3.97501087, 0.294999987, -1.03499889, 1, 0, 0, 0, 0, -1, 0, 1, 0)
1988
		Weld24.Part0 = Part3
1989
		Weld24.Part1 = Part90
1990
		Weld25.Parent = Part3
1991
		Weld25.C0 = CFrame.new(-4.25269032, -0.00999601185, 0.00500583649, -1, 0, 0, 0, 1, 0, 0, 0, -1)
1992
		Weld25.Part0 = Part3
1993
		Weld25.Part1 = Part79
1994
		Weld26.Parent = Part3
1995
		Weld26.C0 = CFrame.new(-4.00769043, 0.295003802, 1.07500648, 0, -1, 0, 0, 0, -1, 1, 0, 0)
1996
		Weld26.Part0 = Part3
1997
		Weld26.Part1 = Part82
1998
		Weld27.Parent = Part3
1999
		Weld27.C0 = CFrame.new(-4.21985149, 0.294999987, -0.538676262, 1, 0, 0, 0, 0, -1, 0, 1, 0)
2000
		Weld27.Part0 = Part3
2001
		Weld27.Part1 = Part87
2002
		Weld28.Parent = Part3
2003
		Weld28.C0 = CFrame.new(-2.71768379, 0.294999987, -1.03499889, 1, 0, 0, 0, 0, -1, 0, 1, 0)
2004
		Weld28.Part0 = Part3
2005
		Weld28.Part1 = Part91
2006
		Weld29.Parent = Part3
2007
		Weld29.C0 = CFrame.new(-4.21985149, 0.294999987, -0.968995094, 1, 0, 0, 0, 0, -1, 0, 1, 0)
2008
		Weld29.Part0 = Part3
2009
		Weld29.Part1 = Part83
2010
		Weld30.Parent = Part3
2011
		Weld30.C0 = CFrame.new(-3.34268379, -0.00999999791, 1.09500122, 0, 0, -1, 0, 1, 0, 1, 0, 0)
2012
		Weld30.Part0 = Part3
2013
		Weld30.Part1 = Part89
2014
		Weld31.Parent = Part3
2015
		Weld31.C0 = CFrame.new(-3.12551308, 0.295003802, 1.07500648, 0, -1, 0, 0, 0, -1, 1, 0, 0)
2016
		Weld31.Part0 = Part3
2017
		Weld31.Part1 = Part99
2018
		Weld32.Parent = Part3
2019
		Weld32.C0 = CFrame.new(-2.52112198, 0.295003802, -0.347056389, 0, -1, 0, 0, 0, -1, 1, 0, 0)
2020
		Weld32.Part0 = Part3
2021
		Weld32.Part1 = Part93
2022
		Weld33.Parent = Part3
2023
		Weld33.C0 = CFrame.new(-3.55315304, 0.295003802, 1.07500648, 0, -1, 0, 0, 0, -1, 1, 0, 0)
2024
		Weld33.Part0 = Part3
2025
		Weld33.Part1 = Part81
2026
		Weld34.Parent = Part3
2027
		Weld34.C0 = CFrame.new(-2.52112198, 0.295003802, -0.347056389, 0, -1, 0, 0, 0, -1, 1, 0, 0)
2028
		Weld34.Part0 = Part3
2029
		Weld34.Part1 = Part95
2030
		Weld35.Parent = Part3
2031
		Weld35.C0 = CFrame.new(-1.77716732, 0.294999987, 0.751420975, 1, 0, 0, 0, 0, -1, 0, 1, 0)
2032
		Weld35.Part0 = Part3
2033
		Weld35.Part1 = Part75
2034
		Weld36.Parent = Part3
2035
		Weld36.C0 = CFrame.new(-3.60523796, 0.294999987, -1.03499889, 1, 0, 0, 0, 0, -1, 0, 1, 0)
2036
		Weld36.Part0 = Part3
2037
		Weld36.Part1 = Part97
2038
		Weld37.Parent = Part3
2039
		Weld37.C0 = CFrame.new(-2.52112198, 0.295003802, -0.743832588, 0, -1, 0, 0, 0, -1, 1, 0, 0)
2040
		Weld37.Part0 = Part3
2041
		Weld37.Part1 = Part98
2042
		Weld38.Parent = Part3
2043
		Weld38.C0 = CFrame.new(-3.1476841, 0.294999987, -1.03499889, 1, 0, 0, 0, 0, -1, 0, 1, 0)
2044
		Weld38.Part0 = Part3
2045
		Weld38.Part1 = Part94
2046
		Weld39.Parent = Part3
2047
		Weld39.C0 = CFrame.new(-4.21985149, 0.294999987, 0.358469009, 1, 0, 0, 0, 0, -1, 0, 1, 0)
2048
		Weld39.Part0 = Part3
2049
		Weld39.Part1 = Part96
2050
		Weld40.Parent = Part3
2051
		Weld40.C0 = CFrame.new(-2.22612095, 0.0860501826, 0.00461769104, 0, -1, 0, 0, 0, -1, 1, 0, 0)
2052
		Weld40.Part0 = Part3
2053
		Weld40.Part1 = Part100
2054
		Weld41.Parent = Part3
2055
		Weld41.C0 = CFrame.new(-1.11046886, 0.295003802, 1.07500648, 0, -1, 0, 0, 0, -1, 1, 0, 0)
2056
		Weld41.Part0 = Part3
2057
		Weld41.Part1 = Part57
2058
		Weld42.Parent = Part3
2059
		Weld42.C0 = CFrame.new(-1.56500626, 0.295003802, 1.07500648, 0, -1, 0, 0, 0, -1, 1, 0, 0)
2060
		Weld42.Part0 = Part3
2061
		Weld42.Part1 = Part56
2062
		Weld43.Parent = Part3
2063
		Weld43.C0 = CFrame.new(-1.77716732, 0.294999987, -0.538676262, 1, 0, 0, 0, 0, -1, 0, 1, 0)
2064
		Weld43.Part0 = Part3
2065
		Weld43.Part1 = Part72
2066
		Weld44.Parent = Part3
2067
		Weld44.C0 = CFrame.new(-0.274999142, 0.294999987, -1.03499889, 1, 0, 0, 0, 0, -1, 0, 1, 0)
2068
		Weld44.Part0 = Part3
2069
		Weld44.Part1 = Part68
2070
		Weld45.Parent = Part3
2071
		Weld45.C0 = CFrame.new(-1.77716732, 0.294999987, -0.968995094, 1, 0, 0, 0, 0, -1, 0, 1, 0)
2072
		Weld45.Part0 = Part3
2073
		Weld45.Part1 = Part71
2074
		Weld46.Parent = Part3
2075
		Weld46.C0 = CFrame.new(-0.899999619, -0.00999999791, 1.09500122, 0, 0, -1, 0, 1, 0, 1, 0, 0)
2076
		Weld46.Part0 = Part3
2077
		Weld46.Part1 = Part55
2078
		Weld47.Parent = Part3
2079
		Weld47.C0 = CFrame.new(-0.682828426, 0.295003802, 1.07500648, 0, -1, 0, 0, 0, -1, 1, 0, 0)
2080
		Weld47.Part0 = Part3
2081
		Weld47.Part1 = Part59
2082
		Weld48.Parent = Part3
2083
		Weld48.C0 = CFrame.new(-0.078438282, 0.295003802, -0.347056389, 0, -1, 0, 0, 0, -1, 1, 0, 0)
2084
		Weld48.Part0 = Part3
2085
		Weld48.Part1 = Part65
2086
		Weld49.Parent = Part3
2087
		Weld49.C0 = CFrame.new(-0.078438282, 0.295003802, -0.347056389, 0, -1, 0, 0, 0, -1, 1, 0, 0)
2088
		Weld49.Part0 = Part3
2089
		Weld49.Part1 = Part64
2090
		Weld50.Parent = Part3
2091
		Weld50.C0 = CFrame.new(-0.078438282, 0.295003802, -0.743832588, 0, -1, 0, 0, 0, -1, 1, 0, 0)
2092
		Weld50.Part0 = Part3
2093
		Weld50.Part1 = Part66
2094
		Weld51.Parent = Part3
2095
		Weld51.C0 = CFrame.new(-0.704999447, 0.294999987, -1.03499889, 1, 0, 0, 0, 0, -1, 0, 1, 0)
2096
		Weld51.Part0 = Part3
2097
		Weld51.Part1 = Part67
2098
		Weld52.Parent = Part3
2099
		Weld52.C0 = CFrame.new(-1.16255379, 0.294999987, -1.03499889, 1, 0, 0, 0, 0, -1, 0, 1, 0)
2100
		Weld52.Part0 = Part3
2101
		Weld52.Part1 = Part69
2102
		Weld53.Parent = Part3
2103
		Weld53.C0 = CFrame.new(-1.77716732, 0.294999987, 0.358469009, 1, 0, 0, 0, 0, -1, 0, 1, 0)
2104
		Weld53.Part0 = Part3
2105
		Weld53.Part1 = Part74
2106
		Weld54.Parent = Part3
2107
		Weld54.C0 = CFrame.new(-2.15995693, 0.72362113, 0.0946159363, 0, -1, 0, 0, 0, -1, 1, 0, 0)
2108
		Weld54.Part0 = Part3
2109
		Weld54.Part1 = Part102
2110
		Part55.Name = "Part44"
2111
		Part55.Parent = Model0
2112
		Part55.Rotation = Vector3.new(0, 90, 0)
2113
		Part55.Size = Vector3.new(0.290000021, 0.229999945, 1.55999959)
2114
		Part55.CFrame = CFrame.new(7.90001917, 0.113885775, -17.1048584, -6.88330765e-05, -6.91378009e-05, 1, -3.12162374e-05, 1, 6.91356545e-05, -1, -3.12114789e-05, -6.88352375e-05)
2115
		Part55.BottomSurface = Enum.SurfaceType.Smooth
2116
		Part55.TopSurface = Enum.SurfaceType.Smooth
2117
		Part55.Position = Vector3.new(7.90001917, 0.113885775, -17.1048584)
2118
		Part55.Orientation = Vector3.new(0, 90, 0)
2119
		Part56.Name = "Part55"
2120
		Part56.Parent = Model0
2121
		Part56.Rotation = Vector3.new(90, 0, -90)
2122
		Part56.Size = Vector3.new(0.290000021, 0.229999945, 0.379999995)
2123
		Part56.CFrame = CFrame.new(8.56500626, 0.418936193, -17.084919, -6.88330765e-05, 1, 6.91378009e-05, -3.12162374e-05, 6.91356545e-05, -1, -1, -6.88352375e-05, 3.12114789e-05)
2124
		Part56.BottomSurface = Enum.SurfaceType.Smooth
2125
		Part56.TopSurface = Enum.SurfaceType.Smooth
2126
		Part56.Position = Vector3.new(8.56500626, 0.418936193, -17.084919)
2127
		Part56.Orientation = Vector3.new(90, 90, 0)
2128
		Part57.Name = "Part66"
2129
		Part57.Parent = Model0
2130
		Part57.Rotation = Vector3.new(90, 0, -90)
2131
		Part57.Size = Vector3.new(0.290000021, 0.229999945, 0.379999995)
2132
		Part57.CFrame = CFrame.new(8.11046886, 0.418904752, -17.0848885, -6.88330765e-05, 1, 6.91378009e-05, -3.12162374e-05, 6.91356545e-05, -1, -1, -6.88352375e-05, 3.12114789e-05)
2133
		Part57.BottomSurface = Enum.SurfaceType.Smooth
2134
		Part57.TopSurface = Enum.SurfaceType.Smooth
2135
		Part57.Position = Vector3.new(8.11046886, 0.418904752, -17.0848885)
2136
		Part57.Orientation = Vector3.new(90, 90, 0)
2137
		Part58.Name = "Part77"
2138
		Part58.Parent = Model0
2139
		Part58.Rotation = Vector3.new(90, 0, -90)
2140
		Part58.Size = Vector3.new(0.290000021, 0.229999945, 0.379999995)
2141
		Part58.CFrame = CFrame.new(8.11046886, 0.418904752, -17.0848885, -6.88330765e-05, 1, 6.91378009e-05, -3.12162374e-05, 6.91356545e-05, -1, -1, -6.88352375e-05, 3.12114789e-05)
2142
		Part58.BottomSurface = Enum.SurfaceType.Smooth
2143
		Part58.TopSurface = Enum.SurfaceType.Smooth
2144
		Part58.Position = Vector3.new(8.11046886, 0.418904752, -17.0848885)
2145
		Part58.Orientation = Vector3.new(90, 90, 0)
2146
		Part59.Name = "Part88"
2147
		Part59.Parent = Model0
2148
		Part59.Rotation = Vector3.new(90, 0, -90)
2149
		Part59.Size = Vector3.new(0.290000021, 0.229999945, 0.379999995)
2150
		Part59.CFrame = CFrame.new(7.68282843, 0.418875188, -17.0848579, -6.88330765e-05, 1, 6.91378009e-05, -3.12162374e-05, 6.91356545e-05, -1, -1, -6.88352375e-05, 3.12114789e-05)
2151
		Part59.BottomSurface = Enum.SurfaceType.Smooth
2152
		Part59.TopSurface = Enum.SurfaceType.Smooth
2153
		Part59.Position = Vector3.new(7.68282843, 0.418875188, -17.0848579)
2154
		Part59.Orientation = Vector3.new(90, 90, 0)
2155
		Part60.Name = "Part99"
2156
		Part60.Parent = Model0
2157
		Part60.Rotation = Vector3.new(90, 0, -90)
2158
		Part60.Size = Vector3.new(0.290000021, 0.229999945, 0.379999995)
2159
		Part60.CFrame = CFrame.new(7.29839993, 0.418848604, -17.0848331, -6.88330765e-05, 1, 6.91378009e-05, -3.12162374e-05, 6.91356545e-05, -1, -1, -6.88352375e-05, 3.12114789e-05)
2160
		Part60.BottomSurface = Enum.SurfaceType.Smooth
2161
		Part60.TopSurface = Enum.SurfaceType.Smooth
2162
		Part60.Position = Vector3.new(7.29839993, 0.418848604, -17.0848331)
2163
		Part60.Orientation = Vector3.new(90, 90, 0)
2164
		Part61.Name = "Part1010"
2165
		Part61.Parent = Model0
2166
		Part61.Rotation = Vector3.new(90, 0, -90)
2167
		Part61.Size = Vector3.new(0.290000021, 0.229999945, 0.379999995)
2168
		Part61.CFrame = CFrame.new(7.07845926, 0.418842912, -16.7801533, -6.88330765e-05, 1, 6.91378009e-05, -3.12162374e-05, 6.91356545e-05, -1, -1, -6.88352375e-05, 3.12114789e-05)
2169
		Part61.BottomSurface = Enum.SurfaceType.Smooth
2170
		Part61.TopSurface = Enum.SurfaceType.Smooth
2171
		Part61.Position = Vector3.new(7.07845926, 0.418842912, -16.7801533)
2172
		Part61.Orientation = Vector3.new(90, 90, 0)
2173
		Part62.Name = "Part1111"
2174
		Part62.Parent = Model0
2175
		Part62.Rotation = Vector3.new(90, 0, -90)
2176
		Part62.Size = Vector3.new(0.290000021, 0.229999945, 0.379999995)
2177
		Part62.CFrame = CFrame.new(7.0784831, 0.41885373, -16.4338036, -6.88330765e-05, 1, 6.91378009e-05, -3.12162374e-05, 6.91356545e-05, -1, -1, -6.88352375e-05, 3.12114789e-05)
2178
		Part62.BottomSurface = Enum.SurfaceType.Smooth
2179
		Part62.TopSurface = Enum.SurfaceType.Smooth
2180
		Part62.Position = Vector3.new(7.0784831, 0.41885373, -16.4338036)
2181
		Part62.Orientation = Vector3.new(90, 90, 0)
2182
		Part63.Name = "Part1212"
2183
		Part63.Parent = Model0
2184
		Part63.Rotation = Vector3.new(90, 0, -90)
2185
		Part63.Size = Vector3.new(0.290000021, 0.229999945, 0.379999995)
2186
		Part63.CFrame = CFrame.new(7.07851219, 0.418866813, -16.0144291, -6.88330765e-05, 1, 6.91378009e-05, -3.12162374e-05, 6.91356545e-05, -1, -1, -6.88352375e-05, 3.12114789e-05)
2187
		Part63.BottomSurface = Enum.SurfaceType.Smooth
2188
		Part63.TopSurface = Enum.SurfaceType.Smooth
2189
		Part63.Position = Vector3.new(7.07851219, 0.418866813, -16.0144291)
2190
		Part63.Orientation = Vector3.new(90, 90, 0)
2191
		Part64.Name = "Part1313"
2192
		Part64.Parent = Model0
2193
		Part64.Rotation = Vector3.new(90, 0, -90)
2194
		Part64.Size = Vector3.new(0.290000021, 0.229999945, 0.379999995)
2195
		Part64.CFrame = CFrame.new(7.07853603, 0.41887781, -15.6627541, -6.88330765e-05, 1, 6.91378009e-05, -3.12162374e-05, 6.91356545e-05, -1, -1, -6.88352375e-05, 3.12114789e-05)
2196
		Part64.BottomSurface = Enum.SurfaceType.Smooth
2197
		Part64.TopSurface = Enum.SurfaceType.Smooth
2198
		Part64.Position = Vector3.new(7.07853603, 0.41887781, -15.6627541)
2199
		Part64.Orientation = Vector3.new(90, 90, 0)
2200
		Part65.Name = "Part1414"
2201
		Part65.Parent = Model0
2202
		Part65.Rotation = Vector3.new(90, 0, -90)
2203
		Part65.Size = Vector3.new(0.290000021, 0.229999945, 0.379999995)
2204
		Part65.CFrame = CFrame.new(7.07853603, 0.41887781, -15.6627541, -6.88330765e-05, 1, 6.91378009e-05, -3.12162374e-05, 6.91356545e-05, -1, -1, -6.88352375e-05, 3.12114789e-05)
2205
		Part65.BottomSurface = Enum.SurfaceType.Smooth
2206
		Part65.TopSurface = Enum.SurfaceType.Smooth
2207
		Part65.Position = Vector3.new(7.07853603, 0.41887781, -15.6627541)
2208
		Part65.Orientation = Vector3.new(90, 90, 0)
2209
		Part66.Name = "Part1515"
2210
		Part66.Parent = Model0
2211
		Part66.Rotation = Vector3.new(90, 0, -90)
2212
		Part66.Size = Vector3.new(0.290000021, 0.229999945, 0.379999995)
2213
		Part66.CFrame = CFrame.new(7.07856369, 0.418890178, -15.2659779, -6.88330765e-05, 1, 6.91378009e-05, -3.12162374e-05, 6.91356545e-05, -1, -1, -6.88352375e-05, 3.12114789e-05)
2214
		Part66.BottomSurface = Enum.SurfaceType.Smooth
2215
		Part66.TopSurface = Enum.SurfaceType.Smooth
2216
		Part66.Position = Vector3.new(7.07856369, 0.418890178, -15.2659779)
2217
		Part66.Orientation = Vector3.new(90, 90, 0)
2218
		Part67.Name = "Part1616"
2219
		Part67.Parent = Model0
2220
		Part67.Rotation = Vector3.new(90, 0, 180)
2221
		Part67.Size = Vector3.new(0.290000021, 0.229999945, 0.379999995)
2222
		Part67.CFrame = CFrame.new(7.70514488, 0.418938756, -14.9748554, -1, -6.88330765e-05, 6.91378009e-05, -6.91356545e-05, -3.12162374e-05, -1, 6.88352375e-05, -1, 3.12114789e-05)
2223
		Part67.BottomSurface = Enum.SurfaceType.Smooth
2224
		Part67.TopSurface = Enum.SurfaceType.Smooth
2225
		Part67.Position = Vector3.new(7.70514488, 0.418938756, -14.9748554)
2226
		Part67.Orientation = Vector3.new(90, -180, 0)
2227
		Part68.Name = "Part1717"
2228
		Part68.Parent = Model0
2229
		Part68.Rotation = Vector3.new(90, 0, 180)
2230
		Part68.Size = Vector3.new(0.290000021, 0.229999945, 0.379999995)
2231
		Part68.CFrame = CFrame.new(7.27514458, 0.418909043, -14.9748249, -1, -6.88330765e-05, 6.91378009e-05, -6.91356545e-05, -3.12162374e-05, -1, 6.88352375e-05, -1, 3.12114789e-05)
2232
		Part68.BottomSurface = Enum.SurfaceType.Smooth
2233
		Part68.TopSurface = Enum.SurfaceType.Smooth
2234
		Part68.Position = Vector3.new(7.27514458, 0.418909043, -14.9748249)
2235
		Part68.Orientation = Vector3.new(90, -180, 0)
2236
		Part69.Name = "Part1818"
2237
		Part69.Parent = Model0
2238
		Part69.Rotation = Vector3.new(90, 0, 180)
2239
		Part69.Size = Vector3.new(0.290000021, 0.229999945, 0.379999995)
2240
		Part69.CFrame = CFrame.new(8.16269875, 0.418970406, -14.9748869, -1, -6.88330765e-05, 6.91378009e-05, -6.91356545e-05, -3.12162374e-05, -1, 6.88352375e-05, -1, 3.12114789e-05)
2241
		Part69.BottomSurface = Enum.SurfaceType.Smooth
2242
		Part69.TopSurface = Enum.SurfaceType.Smooth
2243
		Part69.Position = Vector3.new(8.16269875, 0.418970406, -14.9748869)
2244
		Part69.Orientation = Vector3.new(90, -180, 0)
2245
		Part70.Name = "Part1919"
2246
		Part70.Parent = Model0
2247
		Part70.Rotation = Vector3.new(90, 0, 180)
2248
		Part70.Size = Vector3.new(0.290000021, 0.229999945, 0.379999995)
2249
		Part70.CFrame = CFrame.new(8.53247166, 0.418995976, -14.9749117, -1, -6.88330765e-05, 6.91378009e-05, -6.91356545e-05, -3.12162374e-05, -1, 6.88352375e-05, -1, 3.12114789e-05)
2250
		Part70.BottomSurface = Enum.SurfaceType.Smooth
2251
		Part70.TopSurface = Enum.SurfaceType.Smooth
2252
		Part70.Position = Vector3.new(8.53247166, 0.418995976, -14.9749117)
2253
		Part70.Orientation = Vector3.new(90, -180, 0)
2254
		Part71.Name = "Part2020"
2255
		Part71.Parent = Model0
2256
		Part71.Rotation = Vector3.new(90, 0, 180)
2257
		Part71.Size = Vector3.new(0.290000021, 0.229999945, 0.379999995)
2258
		Part71.CFrame = CFrame.new(8.77730846, 0.419010848, -15.0409327, -1, -6.88330765e-05, 6.91378009e-05, -6.91356545e-05, -3.12162374e-05, -1, 6.88352375e-05, -1, 3.12114789e-05)
2259
		Part71.BottomSurface = Enum.SurfaceType.Smooth
2260
		Part71.TopSurface = Enum.SurfaceType.Smooth
2261
		Part71.Position = Vector3.new(8.77730846, 0.419010848, -15.0409327)
2262
		Part71.Orientation = Vector3.new(90, -180, 0)
2263
		Part72.Name = "Part2121"
2264
		Part72.Parent = Model0
2265
		Part72.Rotation = Vector3.new(90, 0, 180)
2266
		Part72.Size = Vector3.new(0.290000021, 0.229999945, 0.379999995)
2267
		Part72.CFrame = CFrame.new(8.7772789, 0.418997407, -15.4712515, -1, -6.88330765e-05, 6.91378009e-05, -6.91356545e-05, -3.12162374e-05, -1, 6.88352375e-05, -1, 3.12114789e-05)
2268
		Part72.BottomSurface = Enum.SurfaceType.Smooth
2269
		Part72.TopSurface = Enum.SurfaceType.Smooth
2270
		Part72.Position = Vector3.new(8.7772789, 0.418997407, -15.4712515)
2271
		Part72.Orientation = Vector3.new(90, -180, 0)
2272
		Part73.Name = "Part2222"
2273
		Part73.Parent = Model0
2274
		Part73.Rotation = Vector3.new(90, 0, 180)
2275
		Part73.Size = Vector3.new(0.290000021, 0.229999945, 0.379999995)
2276
		Part73.CFrame = CFrame.new(8.77724743, 0.418983251, -15.9248362, -1, -6.88330765e-05, 6.91378009e-05, -6.91356545e-05, -3.12162374e-05, -1, 6.88352375e-05, -1, 3.12114789e-05)
2277
		Part73.BottomSurface = Enum.SurfaceType.Smooth
2278
		Part73.TopSurface = Enum.SurfaceType.Smooth
2279
		Part73.Position = Vector3.new(8.77724743, 0.418983251, -15.9248362)
2280
		Part73.Orientation = Vector3.new(90, -180, 0)
2281
		Part74.Name = "Part2323"
2282
		Part74.Parent = Model0
2283
		Part74.Rotation = Vector3.new(90, 0, 180)
2284
		Part74.Size = Vector3.new(0.290000021, 0.229999945, 0.379999995)
2285
		Part74.CFrame = CFrame.new(8.77721691, 0.418969423, -16.3683968, -1, -6.88330765e-05, 6.91378009e-05, -6.91356545e-05, -3.12162374e-05, -1, 6.88352375e-05, -1, 3.12114789e-05)
2286
		Part74.BottomSurface = Enum.SurfaceType.Smooth
2287
		Part74.TopSurface = Enum.SurfaceType.Smooth
2288
		Part74.Position = Vector3.new(8.77721691, 0.418969423, -16.3683968)
2289
		Part74.Orientation = Vector3.new(90, -180, 0)
2290
		Part75.Name = "Part2424"
2291
		Part75.Parent = Model0
2292
		Part75.Rotation = Vector3.new(90, 0, 180)
2293
		Part75.Size = Vector3.new(0.290000021, 0.229999945, 0.379999995)
2294
		Part75.CFrame = CFrame.new(8.77718925, 0.418957144, -16.7613487, -1, -6.88330765e-05, 6.91378009e-05, -6.91356545e-05, -3.12162374e-05, -1, 6.88352375e-05, -1, 3.12114789e-05)
2295
		Part75.BottomSurface = Enum.SurfaceType.Smooth
2296
		Part75.TopSurface = Enum.SurfaceType.Smooth
2297
		Part75.Position = Vector3.new(8.77718925, 0.418957144, -16.7613487)
2298
		Part75.Orientation = Vector3.new(90, -180, 0)
2299
		Part76.Name = "Part2525"
2300
		Part76.Parent = Model0
2301
		Part76.Rotation = Vector3.new(90, 0, -90)
2302
		Part76.Size = Vector3.new(0.290000021, 0.229999945, 0.379999995)
2303
		Part76.CFrame = CFrame.new(9.52114296, 0.419011801, -16.7803211, -6.88330765e-05, 1, 6.91378009e-05, -3.12162374e-05, 6.91356545e-05, -1, -1, -6.88352375e-05, 3.12114789e-05)
2304
		Part76.BottomSurface = Enum.SurfaceType.Smooth
2305
		Part76.TopSurface = Enum.SurfaceType.Smooth
2306
		Part76.Position = Vector3.new(9.52114296, 0.419011801, -16.7803211)
2307
		Part76.Orientation = Vector3.new(90, 90, 0)
2308
		Part77.Name = "Part2626"
2309
		Part77.Parent = Model0
2310
		Part77.Rotation = Vector3.new(90, 0, -90)
2311
		Part77.Size = Vector3.new(0.290000021, 0.229999945, 0.379999995)
2312
		Part77.CFrame = CFrame.new(9.52119541, 0.419035703, -16.0145969, -6.88330765e-05, 1, 6.91378009e-05, -3.12162374e-05, 6.91356545e-05, -1, -1, -6.88352375e-05, 3.12114789e-05)
2313
		Part77.BottomSurface = Enum.SurfaceType.Smooth
2314
		Part77.TopSurface = Enum.SurfaceType.Smooth
2315
		Part77.Position = Vector3.new(9.52119541, 0.419035703, -16.0145969)
2316
		Part77.Orientation = Vector3.new(90, 90, 0)
2317
		Part78.Name = "Part2727"
2318
		Part78.Parent = Model0
2319
		Part78.Rotation = Vector3.new(90, 0, 180)
2320
		Part78.Size = Vector3.new(0.290000021, 0.229999945, 0.379999995)
2321
		Part78.CFrame = CFrame.new(11.2199306, 0.419152111, -15.925004, -1, -6.88330765e-05, 6.91378009e-05, -6.91356545e-05, -3.12162374e-05, -1, 6.88352375e-05, -1, 3.12114789e-05)
2322
		Part78.BottomSurface = Enum.SurfaceType.Smooth
2323
		Part78.TopSurface = Enum.SurfaceType.Smooth
2324
		Part78.Position = Vector3.new(11.2199306, 0.419152111, -15.925004)
2325
		Part78.Orientation = Vector3.new(90, -180, 0)
2326
		Part79.Name = "Part2828"
2327
		Part79.Parent = Model0
2328
		Part79.Size = Vector3.new(0.239999995, 0.229999945, 2.38999963)
2329
		Part79.CFrame = CFrame.new(11.2527847, 0.114155583, -16.0150948, 1, -6.91378009e-05, 6.88330765e-05, 6.91356545e-05, 1, 3.12162374e-05, -6.88352375e-05, -3.12114789e-05, 1)
2330
		Part79.BottomSurface = Enum.SurfaceType.Smooth
2331
		Part79.TopSurface = Enum.SurfaceType.Smooth
2332
		Part79.Position = Vector3.new(11.2527847, 0.114155583, -16.0150948)
2333
		Part80.Name = "Part2929"
2334
		Part80.Parent = Model0
2335
		Part80.Rotation = Vector3.new(90, 0, 180)
2336
		Part80.Size = Vector3.new(0.290000021, 0.229999945, 0.379999995)
2337
		Part80.CFrame = CFrame.new(11.2198734, 0.419126004, -16.7615166, -1, -6.88330765e-05, 6.91378009e-05, -6.91356545e-05, -3.12162374e-05, -1, 6.88352375e-05, -1, 3.12114789e-05)
2338
		Part80.BottomSurface = Enum.SurfaceType.Smooth
2339
		Part80.TopSurface = Enum.SurfaceType.Smooth
2340
		Part80.Position = Vector3.new(11.2198734, 0.419126004, -16.7615166)
2341
		Part80.Orientation = Vector3.new(90, -180, 0)
2342
		Part81.Name = "Part3030"
2343
		Part81.Parent = Model0
2344
		Part81.Rotation = Vector3.new(90, 0, -90)
2345
		Part81.Size = Vector3.new(0.290000021, 0.229999945, 0.379999995)
2346
		Part81.CFrame = CFrame.new(10.553153, 0.419073641, -17.0850563, -6.88330765e-05, 1, 6.91378009e-05, -3.12162374e-05, 6.91356545e-05, -1, -1, -6.88352375e-05, 3.12114789e-05)
2347
		Part81.BottomSurface = Enum.SurfaceType.Smooth
2348
		Part81.TopSurface = Enum.SurfaceType.Smooth
2349
		Part81.Position = Vector3.new(10.553153, 0.419073641, -17.0850563)
2350
		Part81.Orientation = Vector3.new(90, 90, 0)
2351
		Part82.Name = "Part3131"
2352
		Part82.Parent = Model0
2353
		Part82.Rotation = Vector3.new(90, 0, -90)
2354
		Part82.Size = Vector3.new(0.290000021, 0.229999945, 0.379999995)
2355
		Part82.CFrame = CFrame.new(11.0076904, 0.419105053, -17.0850868, -6.88330765e-05, 1, 6.91378009e-05, -3.12162374e-05, 6.91356545e-05, -1, -1, -6.88352375e-05, 3.12114789e-05)
2356
		Part82.BottomSurface = Enum.SurfaceType.Smooth
2357
		Part82.TopSurface = Enum.SurfaceType.Smooth
2358
		Part82.Position = Vector3.new(11.0076904, 0.419105053, -17.0850868)
2359
		Part82.Orientation = Vector3.new(90, 90, 0)
2360
		Part83.Name = "Part3232"
2361
		Part83.Parent = Model0
2362
		Part83.Rotation = Vector3.new(90, 0, 180)
2363
		Part83.Size = Vector3.new(0.290000021, 0.229999945, 0.379999995)
2364
		Part83.CFrame = CFrame.new(11.2199917, 0.419179708, -15.0411005, -1, -6.88330765e-05, 6.91378009e-05, -6.91356545e-05, -3.12162374e-05, -1, 6.88352375e-05, -1, 3.12114789e-05)
2365
		Part83.BottomSurface = Enum.SurfaceType.Smooth
2366
		Part83.TopSurface = Enum.SurfaceType.Smooth
2367
		Part83.Position = Vector3.new(11.2199917, 0.419179708, -15.0411005)
2368
		Part83.Orientation = Vector3.new(90, -180, 0)
2369
		Part84.Name = "Part3333"
2370
		Part84.Parent = Model0
2371
		Part84.Rotation = Vector3.new(90, 0, -90)
2372
		Part84.Size = Vector3.new(0.290000021, 0.229999945, 0.379999995)
2373
		Part84.CFrame = CFrame.new(9.5211668, 0.41902262, -16.4339714, -6.88330765e-05, 1, 6.91378009e-05, -3.12162374e-05, 6.91356545e-05, -1, -1, -6.88352375e-05, 3.12114789e-05)
2374
		Part84.BottomSurface = Enum.SurfaceType.Smooth
2375
		Part84.TopSurface = Enum.SurfaceType.Smooth
2376
		Part84.Position = Vector3.new(9.5211668, 0.41902262, -16.4339714)
2377
		Part84.Orientation = Vector3.new(90, 90, 0)
2378
		Part85.Name = "Part3434"
2379
		Part85.Parent = Model0
2380
		Part85.Rotation = Vector3.new(90, 0, -90)
2381
		Part85.Size = Vector3.new(0.290000021, 0.229999945, 0.379999995)
2382
		Part85.CFrame = CFrame.new(10.553153, 0.419073641, -17.0850563, -6.88330765e-05, 1, 6.91378009e-05, -3.12162374e-05, 6.91356545e-05, -1, -1, -6.88352375e-05, 3.12114789e-05)
2383
		Part85.BottomSurface = Enum.SurfaceType.Smooth
2384
		Part85.TopSurface = Enum.SurfaceType.Smooth
2385
		Part85.Position = Vector3.new(10.553153, 0.419073641, -17.0850563)
2386
		Part85.Orientation = Vector3.new(90, 90, 0)
2387
		Part86.Name = "Part3535"
2388
		Part86.Parent = Model0
2389
		Part86.Rotation = Vector3.new(0, 90, 0)
2390
		Part86.Size = Vector3.new(0.239999995, 0.229999945, 1.55999959)
2391
		Part86.CFrame = CFrame.new(10.3428526, 0.114122242, -14.9400272, -6.88330765e-05, -6.91378009e-05, 1, -3.12162374e-05, 1, 6.91356545e-05, -1, -3.12114789e-05, -6.88352375e-05)
2392
		Part86.BottomSurface = Enum.SurfaceType.Smooth
2393
		Part86.TopSurface = Enum.SurfaceType.Smooth
2394
		Part86.Position = Vector3.new(10.3428526, 0.114122242, -14.9400272)
2395
		Part86.Orientation = Vector3.new(0, 90, 0)
2396
		Part87.Name = "Part3636"
2397
		Part87.Parent = Model0
2398
		Part87.Rotation = Vector3.new(90, 0, 180)
2399
		Part87.Size = Vector3.new(0.290000021, 0.229999945, 0.379999995)
2400
		Part87.CFrame = CFrame.new(11.2199631, 0.419166267, -15.4714193, -1, -6.88330765e-05, 6.91378009e-05, -6.91356545e-05, -3.12162374e-05, -1, 6.88352375e-05, -1, 3.12114789e-05)
2401
		Part87.BottomSurface = Enum.SurfaceType.Smooth
2402
		Part87.TopSurface = Enum.SurfaceType.Smooth
2403
		Part87.Position = Vector3.new(11.2199631, 0.419166267, -15.4714193)
2404
		Part87.Orientation = Vector3.new(90, -180, 0)
2405
		Part88.Name = "Part3737"
2406
		Part88.Parent = Model0
2407
		Part88.Rotation = Vector3.new(90, 0, -90)
2408
		Part88.Size = Vector3.new(0.290000021, 0.229999945, 0.379999995)
2409
		Part88.CFrame = CFrame.new(9.7410841, 0.419017494, -17.085001, -6.88330765e-05, 1, 6.91378009e-05, -3.12162374e-05, 6.91356545e-05, -1, -1, -6.88352375e-05, 3.12114789e-05)
2410
		Part88.BottomSurface = Enum.SurfaceType.Smooth
2411
		Part88.TopSurface = Enum.SurfaceType.Smooth
2412
		Part88.Position = Vector3.new(9.7410841, 0.419017494, -17.085001)
2413
		Part88.Orientation = Vector3.new(90, 90, 0)
2414
		Part89.Name = "Part3838"
2415
		Part89.Parent = Model0
2416
		Part89.Rotation = Vector3.new(0, 90, 0)
2417
		Part89.Size = Vector3.new(0.290000021, 0.229999945, 1.55999959)
2418
		Part89.CFrame = CFrame.new(10.3427038, 0.114054658, -17.1050262, -6.88330765e-05, -6.91378009e-05, 1, -3.12162374e-05, 1, 6.91356545e-05, -1, -3.12114789e-05, -6.88352375e-05)
2419
		Part89.BottomSurface = Enum.SurfaceType.Smooth
2420
		Part89.TopSurface = Enum.SurfaceType.Smooth
2421
		Part89.Position = Vector3.new(10.3427038, 0.114054658, -17.1050262)
2422
		Part89.Orientation = Vector3.new(0, 90, 0)
2423
		Part90.Name = "Part3939"
2424
		Part90.Parent = Model0
2425
		Part90.Rotation = Vector3.new(90, 0, 180)
2426
		Part90.Size = Vector3.new(0.290000021, 0.229999945, 0.379999995)
2427
		Part90.CFrame = CFrame.new(10.9751558, 0.419164836, -14.9750805, -1, -6.88330765e-05, 6.91378009e-05, -6.91356545e-05, -3.12162374e-05, -1, 6.88352375e-05, -1, 3.12114789e-05)
2428
		Part90.BottomSurface = Enum.SurfaceType.Smooth
2429
		Part90.TopSurface = Enum.SurfaceType.Smooth
2430
		Part90.Position = Vector3.new(10.9751558, 0.419164836, -14.9750805)
2431
		Part90.Orientation = Vector3.new(90, -180, 0)
2432
		Part91.Name = "Part4040"
2433
		Part91.Parent = Model0
2434
		Part91.Rotation = Vector3.new(90, 0, 180)
2435
		Part91.Size = Vector3.new(0.290000021, 0.229999945, 0.379999995)
2436
		Part91.CFrame = CFrame.new(9.71782875, 0.419077933, -14.9749937, -1, -6.88330765e-05, 6.91378009e-05, -6.91356545e-05, -3.12162374e-05, -1, 6.88352375e-05, -1, 3.12114789e-05)
2437
		Part91.BottomSurface = Enum.SurfaceType.Smooth
2438
		Part91.TopSurface = Enum.SurfaceType.Smooth
2439
		Part91.Position = Vector3.new(9.71782875, 0.419077933, -14.9749937)
2440
		Part91.Orientation = Vector3.new(90, -180, 0)
2441
		Part92.Name = "Part4141"
2442
		Part92.Parent = Model0
2443
		Part92.Rotation = Vector3.new(180, 0, 180)
2444
		Part92.Size = Vector3.new(0.239999995, 0.229999945, 2.29999948)
2445
		Part92.CFrame = CFrame.new(9.44277859, 0.124026611, -16.009964, -1, -6.91378009e-05, -6.88330765e-05, -6.91356545e-05, 1, -3.12162374e-05, 6.88352375e-05, -3.12114789e-05, -1)
2446
		Part92.BottomSurface = Enum.SurfaceType.Smooth
2447
		Part92.TopSurface = Enum.SurfaceType.Smooth
2448
		Part92.Position = Vector3.new(9.44277859, 0.124026611, -16.009964)
2449
		Part92.Orientation = Vector3.new(0, -180, 0)
2450
		Part93.Name = "Part4242"
2451
		Part93.Parent = Model0
2452
		Part93.Rotation = Vector3.new(90, 0, -90)
2453
		Part93.Size = Vector3.new(0.290000021, 0.229999945, 0.379999995)
2454
		Part93.CFrame = CFrame.new(9.52121925, 0.4190467, -15.6629229, -6.88330765e-05, 1, 6.91378009e-05, -3.12162374e-05, 6.91356545e-05, -1, -1, -6.88352375e-05, 3.12114789e-05)
2455
		Part93.BottomSurface = Enum.SurfaceType.Smooth
2456
		Part93.TopSurface = Enum.SurfaceType.Smooth
2457
		Part93.Position = Vector3.new(9.52121925, 0.4190467, -15.6629229)
2458
		Part93.Orientation = Vector3.new(90, 90, 0)
2459
		Part94.Name = "Part4343"
2460
		Part94.Parent = Model0
2461
		Part94.Rotation = Vector3.new(90, 0, 180)
2462
		Part94.Size = Vector3.new(0.290000021, 0.229999945, 0.379999995)
2463
		Part94.CFrame = CFrame.new(10.1478291, 0.419107646, -14.9750233, -1, -6.88330765e-05, 6.91378009e-05, -6.91356545e-05, -3.12162374e-05, -1, 6.88352375e-05, -1, 3.12114789e-05)
2464
		Part94.BottomSurface = Enum.SurfaceType.Smooth
2465
		Part94.TopSurface = Enum.SurfaceType.Smooth
2466
		Part94.Position = Vector3.new(10.1478291, 0.419107646, -14.9750233)
2467
		Part94.Orientation = Vector3.new(90, -180, 0)
2468
		Part95.Name = "Part4444"
2469
		Part95.Parent = Model0
2470
		Part95.Rotation = Vector3.new(90, 0, -90)
2471
		Part95.Size = Vector3.new(0.290000021, 0.229999945, 0.379999995)
2472
		Part95.CFrame = CFrame.new(9.52121925, 0.4190467, -15.6629229, -6.88330765e-05, 1, 6.91378009e-05, -3.12162374e-05, 6.91356545e-05, -1, -1, -6.88352375e-05, 3.12114789e-05)
2473
		Part95.BottomSurface = Enum.SurfaceType.Smooth
2474
		Part95.TopSurface = Enum.SurfaceType.Smooth
2475
		Part95.Position = Vector3.new(9.52121925, 0.4190467, -15.6629229)
2476
		Part95.Orientation = Vector3.new(90, 90, 0)
2477
		Part96.Name = "Part4545"
2478
		Part96.Parent = Model0
2479
		Part96.Rotation = Vector3.new(90, 0, 180)
2480
		Part96.Size = Vector3.new(0.290000021, 0.229999945, 0.379999995)
2481
		Part96.CFrame = CFrame.new(11.2199001, 0.419138283, -16.3685646, -1, -6.88330765e-05, 6.91378009e-05, -6.91356545e-05, -3.12162374e-05, -1, 6.88352375e-05, -1, 3.12114789e-05)
2482
		Part96.BottomSurface = Enum.SurfaceType.Smooth
2483
		Part96.TopSurface = Enum.SurfaceType.Smooth
2484
		Part96.Position = Vector3.new(11.2199001, 0.419138283, -16.3685646)
2485
		Part96.Orientation = Vector3.new(90, -180, 0)
2486
		Part97.Name = "Part4646"
2487
		Part97.Parent = Model0
2488
		Part97.Rotation = Vector3.new(90, 0, 180)
2489
		Part97.Size = Vector3.new(0.290000021, 0.229999945, 0.379999995)
2490
		Part97.CFrame = CFrame.new(10.6053829, 0.419139266, -14.9750547, -1, -6.88330765e-05, 6.91378009e-05, -6.91356545e-05, -3.12162374e-05, -1, 6.88352375e-05, -1, 3.12114789e-05)
2491
		Part97.BottomSurface = Enum.SurfaceType.Smooth
2492
		Part97.TopSurface = Enum.SurfaceType.Smooth
2493
		Part97.Position = Vector3.new(10.6053829, 0.419139266, -14.9750547)
2494
		Part97.Orientation = Vector3.new(90, -180, 0)
2495
		Part98.Name = "Part4747"
2496
		Part98.Parent = Model0
2497
		Part98.Rotation = Vector3.new(90, 0, -90)
2498
		Part98.Size = Vector3.new(0.290000021, 0.229999945, 0.379999995)
2499
		Part98.CFrame = CFrame.new(9.52124691, 0.419059068, -15.2661467, -6.88330765e-05, 1, 6.91378009e-05, -3.12162374e-05, 6.91356545e-05, -1, -1, -6.88352375e-05, 3.12114789e-05)
2500
		Part98.BottomSurface = Enum.SurfaceType.Smooth
2501
		Part98.TopSurface = Enum.SurfaceType.Smooth
2502
		Part98.Position = Vector3.new(9.52124691, 0.419059068, -15.2661467)
2503
		Part98.Orientation = Vector3.new(90, 90, 0)
2504
		Part99.Name = "Part4848"
2505
		Part99.Parent = Model0
2506
		Part99.Rotation = Vector3.new(90, 0, -90)
2507
		Part99.Size = Vector3.new(0.290000021, 0.229999945, 0.379999995)
2508
		Part99.CFrame = CFrame.new(10.1255131, 0.419044077, -17.0850277, -6.88330765e-05, 1, 6.91378009e-05, -3.12162374e-05, 6.91356545e-05, -1, -1, -6.88352375e-05, 3.12114789e-05)
2509
		Part99.BottomSurface = Enum.SurfaceType.Smooth
2510
		Part99.TopSurface = Enum.SurfaceType.Smooth
2511
		Part99.Position = Vector3.new(10.1255131, 0.419044077, -17.0850277)
2512
		Part99.Orientation = Vector3.new(90, 90, 0)
2513
		Part100.Name = "Part4949"
2514
		Part100.Parent = Model0
2515
		Part100.Rotation = Vector3.new(90, 0, -90)
2516
		Part100.Size = Vector3.new(0.290000021, 0.819999933, 0.379999995)
2517
		Part100.CFrame = CFrame.new(9.22620964, 0.210061684, -16.0145702, -6.88330765e-05, 1, 6.91378009e-05, -3.12162374e-05, 6.91356545e-05, -1, -1, -6.88352375e-05, 3.12114789e-05)
2518
		Part100.BottomSurface = Enum.SurfaceType.Smooth
2519
		Part100.TopSurface = Enum.SurfaceType.Smooth
2520
		Part100.Position = Vector3.new(9.22620964, 0.210061684, -16.0145702)
2521
		Part100.Orientation = Vector3.new(90, 90, 0)
2522
		Part101.Name = "Part5050"
2523
		Part101.Parent = Model0
2524
		Part101.Rotation = Vector3.new(90, 0, -90)
2525
		Part101.Size = Vector3.new(0.290000021, 0.409999967, 0.48999992)
2526
		Part101.CFrame = CFrame.new(9.14502621, 0.577613413, -16.0145741, -6.88330765e-05, 1, 6.91378009e-05, -3.12162374e-05, 6.91356545e-05, -1, -1, -6.88352375e-05, 3.12114789e-05)
2527
		Part101.BottomSurface = Enum.SurfaceType.Smooth
2528
		Part101.TopSurface = Enum.SurfaceType.Smooth
2529
		Part101.Position = Vector3.new(9.14502621, 0.577613413, -16.0145741)
2530
		Part101.Orientation = Vector3.new(90, 90, 0)
2531
		Part102.Name = "Part5151"
2532
		Part102.Parent = Model0
2533
		Part102.Rotation = Vector3.new(90, 0, -90)
2534
		Part102.Size = Vector3.new(1.30999982, 1.4799993, 0.0500000007)
2535
		Part102.CFrame = CFrame.new(9.15999508, 0.847625196, -16.1045837, -6.88330765e-05, 1, 6.91378009e-05, -3.12162374e-05, 6.91356545e-05, -1, -1, -6.88352375e-05, 3.12114789e-05)
2536
		Part102.BottomSurface = Enum.SurfaceType.Smooth
2537
		Part102.TopSurface = Enum.SurfaceType.Smooth
2538
		Part102.Position = Vector3.new(9.15999508, 0.847625196, -16.1045837)
2539-
		wow.SoundId = "rbxassetid://168209314"
2539+
2540
		Part103.Name = "Part5252"
2541-
		wow.Volume = 5
2541+
2542
		Part103.BrickColor = BrickColor.new("Really blue")
2543
		Part103.Rotation = Vector3.new(90, 0, -90)
2544
		Part103.Size = Vector3.new(1.30999982, 1.4799993, 0.729997277)
2545
		Part103.CFrame = CFrame.new(9.15996933, 1.21309006, -16.1045952, -6.88330765e-05, 1, 6.91378009e-05, -3.12162374e-05, 6.91356545e-05, -1, -1, -6.88352375e-05, 3.12114789e-05)
2546
		Part103.BottomSurface = Enum.SurfaceType.Smooth
2547
		Part103.TopSurface = Enum.SurfaceType.Smooth
2548
		Part103.Color = Color3.new(0, 0.266667, 1)
2549
		Part103.Position = Vector3.new(9.15996933, 1.21309006, -16.1045952)
2550
		Part103.Orientation = Vector3.new(90, 90, 0)
2551
		Part103.Color = Color3.new(0, 0.266667, 1)
2552
		SurfaceGui104.Parent = Part103
2553
		Frame105.Parent = SurfaceGui104
2554
		Frame105.Size = UDim2.new(0, 413, 0, 126)
2555
		Frame105.Position = UDim2.new(0, 209, 0, 250)
2556
		Frame105.BackgroundColor3 = Color3.new(0, 0.0666667, 0.458824)
2557
		TextLabel106.Parent = Frame105
2558
		TextLabel106.Transparency = 1
2559
		TextLabel106.Size = UDim2.new(1, 1, 1, 1)
2560
		TextLabel106.Text = "durex"
2561
		TextLabel106.BackgroundColor3 = Color3.new(1, 1, 1)
2562
		TextLabel106.BackgroundTransparency = 1
2563
		TextLabel106.Font = Enum.Font.SourceSans
2564
		TextLabel106.FontSize = Enum.FontSize.Size96
2565
		TextLabel106.TextColor3 = Color3.new(0.952941, 0.952941, 0.952941)
2566
		TextLabel106.TextScaled = true
2567
		TextLabel106.TextStrokeColor3 = Color3.new(1, 1, 1)
2568
		TextLabel106.TextWrapped = true
2569
		for i,v in pairs(mas:GetChildren()) do
2570
			v.Parent = workspace
2571
			pcall(function() v:MakeJoints() end)
2572
		end
2573
		mas:Destroy()
2574
		for i,v in pairs(cors) do
2575
			spawn(function()
2576
				pcall(v)
2577
			end)
2578
		end
2579
		Part3.CFrame = game.Players.LocalPlayer.Character.Torso.CFrame * CFrame.new(0,0,-5) * CFrame.fromEulerAnglesXYZ(math.pi/2,0,0)
2580
		local wow = Instance.new("Sound", humanoidofplr.Parent.Head)
2581
		wow.SoundId = "rbxassetid://331982568"
2582
		wow:Play()
2583
		wow.Volume = 16
2584
		using = false
2585
		local function hagotemxd(part)
2586
			local humanoid = part.Parent:findFirstChildOfClass("Humanoid")
2587
			if humanoid then
2588
				if humanoid.Parent.Head:findFirstChild("Died") then
2589
					humanoid.Parent.Head.Died.Volume = 10
2590
					humanoid.Parent.Head.Died:Play()
2591
				end
2592
				humanoid.Parent.Head.Anchored = true
2593
				wait(3)
2594
				humanoid.Parent.Head.Anchored = false
2595
			end
2596
		end
2597
		Part103.Touched:connect(hagotemxd)
2598
		wait(5)
2599
		candur = true
2600
	end
2601
end
2602
mouse.KeyDown:connect(putdurex)
2603
function breakitdown(key)
2604
	key = key:lower()
2605
	if key == "r" and not using then
2606
		using = true
2607
		hittd = false
2608
		humanoidofplr.WalkSpeed = 25
2609
		local rhandclone = game.Players.LocalPlayer.Character.Torso["Right Shoulder"]:Clone()
2610-
		doavariable1.SoundId = "rbxassetid://138152395"
2610+
2611
		rhandweld.Part0 = game.Players.LocalPlayer.Character.Torso
2612-
		doavariable1.Volume = 5
2612+
2613
		rhandweld.C0 = CFrame.new(1.5, 0, 0, 1, -1.6395192e-43, 0, -1.6395192e-43, 1, 0, 0, 0, 1)
2614
		local lhandclone = game.Players.LocalPlayer.Character.Torso["Left Shoulder"]:Clone()
2615
		local lhandweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
2616
		lhandweld.Part0 = game.Players.LocalPlayer.Character.Torso
2617
		lhandweld.Part1 = game.Players.LocalPlayer.Character["Left Arm"]
2618
		lhandweld.C0 = CFrame.new(-1.5, 0, 0, 1, -1.6395192e-43, 0, -1.6395192e-43, 1, 0, 0, 0, 1)
2619
		local llegclone = game.Players.LocalPlayer.Character.Torso["Left Hip"]:Clone()
2620-
				doavariable.SoundId = "rbxassetid://130791919"
2620+
2621
		local llegweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
2622-
				doavariable.Volume = 7
2622+
2623
		llegweld.Part1 = game.Players.LocalPlayer.Character["Left Leg"]
2624
		llegweld.C0 = CFrame.new(-0.5, -1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0) * CFrame.new(0,-1,0)
2625-
				aaaaaaaaaaaa.Volume = 7
2625+
2626
		game.Players.LocalPlayer.Character.Torso["Right Hip"]:Remove()
2627
		local rlegweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
2628
		rlegweld.Part0 = game.Players.LocalPlayer.Character.Torso
2629
		rlegweld.Part1 = game.Players.LocalPlayer.Character["Right Leg"]
2630
		rlegweld.C0 = CFrame.new(0.5, -1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0) * CFrame.new(0,-1,0)
2631
		local rootjointclone = game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint:Clone()
2632
		game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint:Remove()
2633
		local humanoidrootpart = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
2634
		humanoidrootpart.Part0 = game.Players.LocalPlayer.Character.HumanoidRootPart
2635
		humanoidrootpart.Part1 = game.Players.LocalPlayer.Character.Torso
2636
		local heed = game.Players.LocalPlayer.Character.Torso["Neck"]:Clone()
2637
		local headweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
2638
		headweld.Part0 = game.Players.LocalPlayer.Character.Torso
2639
		headweld.Part1 = game.Players.LocalPlayer.Character.Head
2640
		headweld.C0 = headweld.C0 * CFrame.new(0,1.5,0)
2641
		game.Players.LocalPlayer.Character.Torso.Neck:Remove()
2642
		local sensoryee2 = Instance.new("Part", game.Players.LocalPlayer.Character["Right Arm"])
2643
		sensoryee2.Size = Vector3.new(2, 2, 2)
2644
		sensoryee2.CanCollide = false
2645
		sensoryee2.Transparency = 1
2646
		sensoryee2:BreakJoints()
2647
		local weldsensor = Instance.new("Weld", sensoryee2)
2648
		weldsensor.Part0 = sensoryee2
2649
		weldsensor.Part1 = game.Players.LocalPlayer.Character["Right Arm"]
2650
		weldsensor.C0 = CFrame.new(0,1,0)
2651
		local doavariable1 = Instance.new("Sound", humanoidofplr.Parent.Head)
2652
		doavariable1.SoundId = "rbxassetid://144418061"
2653
		doavariable1:Play()
2654
		doavariable1.Volume = 16
2655
		local function udidit(part)
2656
			sensoryee2:destroy()
2657
			local humanoid = part.Parent:findFirstChildOfClass("Humanoid")
2658
			if humanoid then
2659
				hittd = true
2660
				humanoidofplr.WalkSpeed = 0
2661
				local doavariable = Instance.new("Sound", humanoidofplr.Parent.Head)
2662
				doavariable.SoundId = "rbxassetid://130984788"
2663
				doavariable:Play()
2664
				doavariable.Volume = 50
2665
				local aaaaaaaaaaaa = Instance.new("Sound", humanoid.Parent.Head)
2666
				aaaaaaaaaaaa.SoundId = "rbxassetid://987502413"
2667
				aaaaaaaaaaaa.Volume = 16
2668
				aaaaaaaaaaaa.EmitterSize = 45
2669
				doavariable1:Stop()
2670
				humanoid.Parent.Torso.CFrame = humanoid.Parent.Torso.CFrame * CFrame.fromEulerAnglesXYZ(math.pi/2,0,0)
2671
				for i = 1,8 do
2672
					for i = 0,0.8 , 0.055 do
2673
						humanoid.Parent.Torso.CFrame = humanoid.Parent.Torso.CFrame:lerp(humanoidofplr.Parent["Right Leg"].CFrame * CFrame.new(0,-2,0) * CFrame.fromEulerAnglesXYZ(math.pi/2,0,0),i)
2674
						llegweld.C0 = llegweld.C0:lerp(CFrame.new(-0.533370972, -0.971249819, -0.439774513, 0.970297515, 0.22100696, 0.0983963758, -0.241920963, 0.886412144, 0.394651204, 1.19328513e-06, -0.406732708, 0.91354841),i)
2675
						rlegweld.C0 = rlegweld.C0:lerp(CFrame.new(1.32126427, -1.83161235, 2.86102295e-06, 0.766053081, -0.642779768, 1.1920929e-07, 0.642779469, 0.766052485, -8.56816769e-08, 3.62461279e-08, -1.42261811e-07, 1.00000107),i)
2676
						lhandweld.C0 = lhandweld.C0:lerp(CFrame.new(-1.92326164, 0.362828255, 0, 0.173659727, 0.984807372, 1.1920929e-07, -0.984806776, 0.173659831, -8.56816769e-08, 1.05081646e-07, 1.02518563e-07, 1.00000107),i)
2677
						rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(1.94856071, 0.0934052467, 9.53674316e-07, 0.469490677, -0.8829391, 1.1920929e-07, 0.882938683, 0.46949023, -8.56816769e-08, -1.96840375e-08, -1.45481067e-07, 1.00000107),i)
2678
						humanoidrootpart.C0 = humanoidrootpart.C0:lerp(CFrame.new(0.65600872, 1.07517529, -0.112188339, -0.327925265, 0.518796742, 0.789512634, 0.102082126, 0.850284696, -0.51633215, -0.939182222, -0.0887248442, -0.331792682):inverse(),i)
2679
						headweld.C0 = headweld.C0:lerp(CFrame.new(-1.90734863e-06, 1.5, 0, -0.0697436929, 1.04308128e-07, -0.997570992, -9.27482589e-08, 1.00000095, -9.80788286e-08, 0.997570515, -8.56816769e-08, -0.0697440952),i)
2680
						game:GetService("RunService").RenderStepped:wait()
2681
					end
2682
					pepsihit:Play()
2683
					for i = 0, 0.5 , 0.055 do
2684
						humanoid.Parent.Torso.CFrame = humanoid.Parent.Torso.CFrame:lerp(humanoidofplr.Parent.Torso.CFrame * CFrame.new(0,8,0) * CFrame.fromEulerAnglesXYZ(math.pi/2,0,0),i)
2685
						game:GetService("RunService").RenderStepped:wait()
2686
					end
2687
					for i = 0,0.8 , 0.055 do
2688
						humanoid.Parent.Torso.CFrame = humanoid.Parent.Torso.CFrame:lerp(humanoidofplr.Parent["Right Leg"].CFrame * CFrame.new(0,-2,0) * CFrame.fromEulerAnglesXYZ(math.pi/2,0,0),i)
2689
						llegweld.C0 = llegweld.C0:lerp(CFrame.new(-0.533370972, -0.971249819, -0.439774513, 0.970297515, 0.22100696, 0.0983963758, -0.241920963, 0.886412144, 0.394651204, 1.19328513e-06, -0.406732708, 0.91354841),i)
2690
						rlegweld.C0 = rlegweld.C0:lerp(CFrame.new(1.32126427, -1.83161235, 2.86102295e-06, 0.766053081, -0.642779768, 1.1920929e-07, 0.642779469, 0.766052485, -8.56816769e-08, 3.62461279e-08, -1.42261811e-07, 1.00000107),i)
2691
						lhandweld.C0 = lhandweld.C0:lerp(CFrame.new(-1.92326164, 0.362828255, 0, 0.173659727, 0.984807372, 1.1920929e-07, -0.984806776, 0.173659831, -8.56816769e-08, 1.05081646e-07, 1.02518563e-07, 1.00000107),i)
2692
						rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(1.94856071, 0.0934052467, 9.53674316e-07, 0.469490677, -0.8829391, 1.1920929e-07, 0.882938683, 0.46949023, -8.56816769e-08, -1.96840375e-08, -1.45481067e-07, 1.00000107),i)
2693
						humanoidrootpart.C0 = humanoidrootpart.C0:lerp(CFrame.new(0.612094879, 1.08399725, 0.221855164, 0.0772710443, 0.484065533, -0.87161392, -0.241601631, 0.857262373, 0.454676479, 0.967294872, 0.175449952, 0.183192551):inverse(),i)
2694
						headweld.C0 = headweld.C0:lerp(CFrame.new(-1.90734863e-06, 1.5, 0, -0.0697436929, 1.04308128e-07, -0.997570992, -9.27482589e-08, 1.00000095, -9.80788286e-08, 0.997570515, -8.56816769e-08, -0.0697440952),i)
2695
						game:GetService("RunService").RenderStepped:wait()
2696
					end
2697
					pepsihit:Play()
2698
					for i = 0, 0.5 , 0.05 do
2699
						humanoid.Parent.Torso.CFrame = humanoid.Parent.Torso.CFrame:lerp(humanoidofplr.Parent.Torso.CFrame * CFrame.new(0,8,0) * CFrame.fromEulerAnglesXYZ(math.pi/2,0,0),i)
2700
						game:GetService("RunService").RenderStepped:wait()
2701
					end
2702
				end
2703
				llegweld.C0 = CFrame.new(-0.906621933, -1.96817839, 3.81469727e-06, 0.939697921, 0.342017353, -1.15483999e-07, -0.342018157, 0.939700484, -1.54780309e-06, 4.20854008e-07, -1.4939601e-06, 1.00000584)
2704
				rlegweld.C0 = CFrame.new(1.89274311, -0.858413935, 7.62939453e-06, 0.10452839, -0.994525194, -1.15483999e-07, 0.994527876, 0.104528576, -1.54780309e-06, -1.55139548e-06, -4.69373873e-08, 1.00000584)
2705
				lhandweld.C0 = CFrame.new(-1.78488255, 0.126835346, 0, 0.913546026, 0.406735331, 1.15483552e-07, -0.406735331, 0.913546026, 1.54779377e-06, 5.24042946e-07, -1.46095226e-06, 1)
2706
				rhandweld.C0 = CFrame.new(2.22284222, 0.414411545, 0, -0.406726152, -0.913553655, -1.15483999e-07, 0.913556159, -0.406727403, -1.54780309e-06, -1.36702647e-06, 7.35030596e-07, 1.00000584)
2707
				humanoidrootpart.C0 = CFrame.new(0, 0, 0, 0.0323647447, 0.374601871, -0.926624477, -0.013075971, 0.927188933, 0.374372125, 0.999392211, 5.49364394e-08, 0.0349063426):inverse()
2708
				headweld.C0 = CFrame.new(0, 1.50000882, 0, 0.0349099413, 5.30404058e-08, -0.999393761, -1.5450081e-06, 1.00000596, -1.07041799e-07, 0.999396384, -1.54780309e-06, 0.0349102654)
2709
				aaaaaaaaaaaa:Play()
2710
				pepsihit:Play()
2711
				doavariable:Stop()
2712
				BOOM:Play()
2713
				local woosh = Instance.new("BodyVelocity", humanoid.Parent.Torso)
2714
				woosh.MaxForce = Vector3.new(math.huge,math.huge,math.huge)
2715
				woosh.Velocity = humanoidofplr.Parent.Torso.CFrame.rightVector * 150
2716
				humanoidofplr.WalkSpeed = 25
2717
				wait(0.5)
2718
				humanoidrootpart:destroy()
2719
				rlegweld:destroy()
2720
				llegweld:destroy()
2721
				lhandweld:destroy()
2722
				rhandweld:destroy()
2723
				headweld:destroy()
2724
				heed.Parent = game.Players.LocalPlayer.Character.Torso
2725
				rootjointclone.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
2726
				lhandclone.Parent = game.Players.LocalPlayer.Character.Torso
2727
				rhandclone.Parent = game.Players.LocalPlayer.Character.Torso
2728
				llegclone.Parent = game.Players.LocalPlayer.Character.Torso
2729
				rlegclone.Parent = game.Players.LocalPlayer.Character.Torso
2730
				using = false
2731
				wait(2)
2732
				woosh:destroy()
2733
			end
2734
		end
2735
		sensoryee2.Touched:connect(udidit)
2736
		for i = 0,1 , 0.05 do
2737
			llegweld.C0 = llegweld.C0:lerp(CFrame.new(-0.533370972, -0.971249819, -0.439774513, 0.970297515, 0.22100696, 0.0983963758, -0.241920963, 0.886412144, 0.394651204, 1.19328513e-06, -0.406732708, 0.91354841),i)
2738
			rlegweld.C0 = rlegweld.C0:lerp(CFrame.new(1.32126427, -1.83161235, 2.86102295e-06, 0.766053081, -0.642779768, 1.1920929e-07, 0.642779469, 0.766052485, -8.56816769e-08, 3.62461279e-08, -1.42261811e-07, 1.00000107),i)
2739
			lhandweld.C0 = lhandweld.C0:lerp(CFrame.new(-1.92326164, 0.362828255, 0, 0.173659727, 0.984807372, 1.1920929e-07, -0.984806776, 0.173659831, -8.56816769e-08, 1.05081646e-07, 1.02518563e-07, 1.00000107),i)
2740
			rhandweld.C0 = rhandweld.C0:lerp(CFrame.new(1.94856071, 0.0934052467, 9.53674316e-07, 0.469490677, -0.8829391, 1.1920929e-07, 0.882938683, 0.46949023, -8.56816769e-08, -1.96840375e-08, -1.45481067e-07, 1.00000107),i)
2741
			humanoidrootpart.C0 = humanoidrootpart.C0:lerp(CFrame.new(0.612094879, 1.08399725, 0.221855164, 0.0772710443, 0.484065533, -0.87161392, -0.241601631, 0.857262373, 0.454676479, 0.967294872, 0.175449952, 0.183192551):inverse(),i)
2742
			headweld.C0 = headweld.C0:lerp(CFrame.new(-1.90734863e-06, 1.5, 0, -0.0697436929, 1.04308128e-07, -0.997570992, -9.27482589e-08, 1.00000095, -9.80788286e-08, 0.997570515, -8.56816769e-08, -0.0697440952),i)
2743
			game:GetService("RunService").RenderStepped:wait()
2744
		end
2745
		wait(2)
2746
		if not hittd then
2747
			using = false
2748
			sensoryee2:destroy()
2749
			humanoidofplr.WalkSpeed = 25
2750
			doavariable1:Stop()
2751
			humanoidrootpart:destroy()
2752
			rlegweld:destroy()
2753
			llegweld:destroy()
2754
			lhandweld:destroy()
2755
			rhandweld:destroy()
2756
			headweld:destroy()
2757
			heed.Parent = game.Players.LocalPlayer.Character.Torso
2758
			rootjointclone.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
2759
			lhandclone.Parent = game.Players.LocalPlayer.Character.Torso
2760
			rhandclone.Parent = game.Players.LocalPlayer.Character.Torso
2761
			llegclone.Parent = game.Players.LocalPlayer.Character.Torso
2762
			rlegclone.Parent = game.Players.LocalPlayer.Character.Torso
2763
		end
2764
	end
2765
end
2766
mouse.KeyDown:connect(breakitdown)
2767
while true do
2768
	if humanoidofplr.Health < 1 then
2769
		humanoidofplr.WalkSpeed = 0
2770
		humanoidofplr.JumpPower = 0
2771
		local AaaAaAAa = Instance.new("Sound", humanoidofplr.Parent.Head)
2772
		AaaAaAAa.SoundId = "rbxassetid://205335029"
2773
		AaaAaAAa:Play()
2774
		AaaAaAAa.Volume = 10
2775
		workspace.CurrentCamera.CameraSubject = humanoidofplr.Parent.Head
2776
		local rhandclone = game.Players.LocalPlayer.Character.Torso["Right Shoulder"]:Clone()
2777
		local rhandweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
2778
		rhandweld.Part0 = game.Players.LocalPlayer.Character.Torso
2779
		rhandweld.Part1 = game.Players.LocalPlayer.Character["Right Arm"]
2780
		rhandweld.C0 = CFrame.new(1.5, 0, 0, 1, -1.6395192e-43, 0, -1.6395192e-43, 1, 0, 0, 0, 1)
2781
		local lhandclone = game.Players.LocalPlayer.Character.Torso["Left Shoulder"]:Clone()
2782
		local lhandweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
2783
		lhandweld.Part0 = game.Players.LocalPlayer.Character.Torso
2784
		lhandweld.Part1 = game.Players.LocalPlayer.Character["Left Arm"]
2785
		lhandweld.C0 = CFrame.new(-1.5, 0, 0, 1, -1.6395192e-43, 0, -1.6395192e-43, 1, 0, 0, 0, 1)
2786
		local llegclone = game.Players.LocalPlayer.Character.Torso["Left Hip"]:Clone()
2787
		game.Players.LocalPlayer.Character.Torso["Left Hip"]:Remove()
2788
		local llegweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
2789
		llegweld.Part0 = game.Players.LocalPlayer.Character.Torso
2790
		llegweld.Part1 = game.Players.LocalPlayer.Character["Left Leg"]
2791
		llegweld.C0 = CFrame.new(-0.5, -1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0) * CFrame.new(0,-1,0)
2792
		local rlegclone = game.Players.LocalPlayer.Character.Torso["Right Hip"]:Clone()
2793
		game.Players.LocalPlayer.Character.Torso["Right Hip"]:Remove()
2794
		local rlegweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
2795
		rlegweld.Part0 = game.Players.LocalPlayer.Character.Torso
2796
		rlegweld.Part1 = game.Players.LocalPlayer.Character["Right Leg"]
2797
		rlegweld.C0 = CFrame.new(0.5, -1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0) * CFrame.new(0,-1,0)
2798
		local rootjointclone = game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint:Clone()
2799
		game.Players.LocalPlayer.Character.HumanoidRootPart.RootJoint:Remove()
2800
		local humanoidrootpart = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
2801
		humanoidrootpart.Part0 = game.Players.LocalPlayer.Character.HumanoidRootPart
2802
		humanoidrootpart.Part1 = game.Players.LocalPlayer.Character.Torso
2803
		local heed = game.Players.LocalPlayer.Character.Torso["Neck"]:Clone()
2804
		local headweld = Instance.new("Weld", game.Players.LocalPlayer.Character.Torso)
2805
		headweld.Part0 = game.Players.LocalPlayer.Character.Torso
2806
		headweld.Part1 = game.Players.LocalPlayer.Character.Head
2807
		headweld.C0 = headweld.C0 * CFrame.new(0,1.5,0)
2808
		game.Players.LocalPlayer.Character.Torso.Neck:Remove()
2809
		if humanoidofplr.Parent.Head:findFirstChild("face") then
2810
			humanoidofplr.Parent.Head.face.Texture = "http://www.roblox.com/asset/?id=61517715"
2811
		end
2812
		local dedvel = Instance.new("BodyVelocity", humanoidofplr.Parent.Torso)
2813
		dedvel.MaxForce = Vector3.new(math.huge,math.huge,math.huge)
2814
		dedvel.Velocity = humanoidofplr.Parent.Torso.CFrame.lookVector * -20 + Vector3.new(0,25,0)
2815
		for i = 0,0.8 , 0.03 do
2816
			headweld.C0 = headweld.C0:lerp(CFrame.new(0, 1.5, 0, 0.207910627, 9.06495843e-26, -0.978150249, 2.5521228e-26, 1, 9.65691966e-26, 0.978150249, -4.58170414e-26, 0.207910627),i)
2817
			humanoidrootpart.C0 = humanoidrootpart.C0:lerp(CFrame.new(0, 9.53674316e-07, -2.53730178, 1, 3.07971317e-27, -7.06819371e-28, 7.06819371e-28, 2.7418323e-06, 1, 3.08256605e-27, -1, 2.74183299e-06):inverse(),i)
2818
			game:GetService("RunService").RenderStepped:wait()
2819
		end
2820
		dedvel:destroy()
2821
		wait(7)
2822
		humanoidofplr.Parent:BreakJoints()
2823
		humanoidofplr.Parent.Head.Died.Volume = 10
2824
		humanoidofplr.Parent.Head.Died:Play()
2825
	end
2826
	wait()
2827
char.Humanoid.MaxHealth = math.huge
2828
			wait()
2829
			char.Humanoid.Health = math.huge
2830
end