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