View difference between Paste ID: ybGQ4t7T and xUWA2RYX
SHOW: | | - or go back to the newest paste.
1
2
--Converted with ttyyuu12345's model to script plugin v4
3
function sandbox(var,func)
4
	local env = getfenv(func)
5
	local newenv = setmetatable({},{
6
		__index = function(self,k)
7
			if k=="script" then
8
				return var
9
			else
10
				return env[k]
11
			end
12
		end,
13
	})
14
	setfenv(func,newenv)
15
	return func
16
end
17
cors = {}
18
mas = Instance.new("Model",game:GetService("Lighting"))
19
Tool0 = Instance.new("Tool")
20
Script1 = Instance.new("Script")
21-
Fire2 = Instance.new("Fire")
21+
Script2 = Instance.new("Script")
22-
Script3 = Instance.new("Script")
22+
BoolValue3 = Instance.new("BoolValue")
23-
IntValue4 = Instance.new("IntValue")
23+
LocalScript4 = Instance.new("LocalScript")
24-
LocalScript5 = Instance.new("LocalScript")
24+
ScreenGui5 = Instance.new("ScreenGui")
25-
Script6 = Instance.new("Script")
25+
Frame6 = Instance.new("Frame")
26-
Fire7 = Instance.new("Fire")
26+
Frame7 = Instance.new("Frame")
27-
PointLight8 = Instance.new("PointLight")
27+
Frame8 = Instance.new("Frame")
28-
Smoke9 = Instance.new("Smoke")
28+
NumberValue9 = Instance.new("NumberValue")
29-
Part10 = Instance.new("Part")
29+
NumberValue10 = Instance.new("NumberValue")
30-
Sound11 = Instance.new("Sound")
30+
LocalScript11 = Instance.new("LocalScript")
31-
SpecialMesh12 = Instance.new("SpecialMesh")
31+
Frame12 = Instance.new("Frame")
32-
Tool0.Name = "Flare Gun"
32+
Frame13 = Instance.new("Frame")
33
ImageLabel14 = Instance.new("ImageLabel")
34-
Tool0.TextureId = "rbxassetid://444145395"
34+
Frame15 = Instance.new("Frame")
35-
Tool0.CanBeDropped = false
35+
TextLabel16 = Instance.new("TextLabel")
36-
Tool0.Grip = CFrame.new(0, -0.400000006, 0.0500000007, 1, 0, 0, 0, 1, 0, 0, 0, 1)
36+
LocalScript17 = Instance.new("LocalScript")
37-
Tool0.GripPos = Vector3.new(0, -0.400000006, 0.0500000007)
37+
Part18 = Instance.new("Part")
38-
Tool0.ToolTip = "Flare Gun"
38+
Configuration19 = Instance.new("Configuration")
39-
Script1.Name = "Paintball"
39+
IntValue20 = Instance.new("IntValue")
40
Fire21 = Instance.new("Fire")
41
NumberValue22 = Instance.new("NumberValue")
42-
--rbxsig%leIitay5G0xoc8QCL8LmFwhHlFf0gaAxhRmYajmRNYlypcjE9UWOAafcMqsgQJluLLp7bYlhQuW0emM+jY9aaT3p9IzaMnvGt32VUo6nPwB75YmXE7Lhb3U9VVlti1RSAtjqVlW8El5KbJ+0aruJll3DbbiU8RTnVR7dv/TQycY=%
42+
NumberValue23 = Instance.new("NumberValue")
43-
--rbxassetid%1014541%
43+
NumberValue24 = Instance.new("NumberValue")
44
NumberValue25 = Instance.new("NumberValue")
45-
ball = script.Parent
45+
BoolValue26 = Instance.new("BoolValue")
46-
damage = 10
46+
BoolValue27 = Instance.new("BoolValue")
47
BoolValue28 = Instance.new("BoolValue")
48
IntValue29 = Instance.new("IntValue")
49
IntValue30 = Instance.new("IntValue")
50-
function onTouched(hit)
50+
LocalScript31 = Instance.new("LocalScript")
51-
	script.Parent.Velocity = script.Parent.Velocity*0.7
51+
Sound32 = Instance.new("Sound")
52-
	local humanoid = hit.Parent:findFirstChild("Humanoid")	
52+
Fire33 = Instance.new("Fire")
53
Script34 = Instance.new("Script")
54-
	if humanoid ~= nil then
54+
SpecialMesh35 = Instance.new("SpecialMesh")
55-
		tagHumanoid(humanoid)
55+
Weld36 = Instance.new("Weld")
56-
		humanoid:TakeDamage(damage)
56+
Weld37 = Instance.new("Weld")
57-
		if humanoid.Parent.Torso:FindFirstChild("FlareFire") then
57+
Weld38 = Instance.new("Weld")
58-
			humanoid.Parent.Torso.FlareFire.Burner.Timer.Value = 6
58+
Weld39 = Instance.new("Weld")
59-
		else
59+
Weld40 = Instance.new("Weld")
60-
			local fiery = script.FlareFire:clone()
60+
Weld41 = Instance.new("Weld")
61-
			fiery.Parent = humanoid.Parent.Torso
61+
Weld42 = Instance.new("Weld")
62-
			fiery.Enabled = true
62+
Weld43 = Instance.new("Weld")
63-
			fiery.Burner.Disabled = false
63+
Weld44 = Instance.new("Weld")
64
Weld45 = Instance.new("Weld")
65
Weld46 = Instance.new("Weld")
66-
		wait(2)
66+
Weld47 = Instance.new("Weld")
67-
		untagHumanoid(humanoid)
67+
Weld48 = Instance.new("Weld")
68
Weld49 = Instance.new("Weld")
69
Weld50 = Instance.new("Weld")
70
Weld51 = Instance.new("Weld")
71-
function tagHumanoid(humanoid)
71+
Weld52 = Instance.new("Weld")
72-
	-- todo: make tag expire
72+
Weld53 = Instance.new("Weld")
73-
	local tag = ball:findFirstChild("creator")
73+
Weld54 = Instance.new("Weld")
74-
	if tag ~= nil then
74+
Weld55 = Instance.new("Weld")
75-
		local new_tag = tag:clone()
75+
Weld56 = Instance.new("Weld")
76-
		new_tag.Parent = humanoid
76+
Weld57 = Instance.new("Weld")
77
Weld58 = Instance.new("Weld")
78
Weld59 = Instance.new("Weld")
79
Weld60 = Instance.new("Weld")
80
Weld61 = Instance.new("Weld")
81-
function untagHumanoid(humanoid)
81+
Weld62 = Instance.new("Weld")
82-
	if humanoid ~= nil then
82+
Weld63 = Instance.new("Weld")
83-
		local tag = humanoid:findFirstChild("creator")
83+
Weld64 = Instance.new("Weld")
84-
		if tag ~= nil then
84+
Weld65 = Instance.new("Weld")
85-
			tag.Parent = nil
85+
Weld66 = Instance.new("Weld")
86
Weld67 = Instance.new("Weld")
87
Weld68 = Instance.new("Weld")
88
Weld69 = Instance.new("Weld")
89
Weld70 = Instance.new("Weld")
90-
connection = ball.Touched:connect(onTouched)
90+
Weld71 = Instance.new("Weld")
91
Weld72 = Instance.new("Weld")
92-
Script1.Disabled = true
92+
Weld73 = Instance.new("Weld")
93-
Fire2.Name = "FlareFire"
93+
Weld74 = Instance.new("Weld")
94-
Fire2.Parent = Script1
94+
Weld75 = Instance.new("Weld")
95-
Fire2.Color = Color3.new(1, 0.333333, 0)
95+
Weld76 = Instance.new("Weld")
96-
Fire2.Enabled = false
96+
Weld77 = Instance.new("Weld")
97-
Fire2.Size = 7
97+
Weld78 = Instance.new("Weld")
98-
Fire2.Heat = 5
98+
Weld79 = Instance.new("Weld")
99-
Fire2.SecondaryColor = Color3.new(1, 0.666667, 0)
99+
Weld80 = Instance.new("Weld")
100-
Fire2.size = 7
100+
Weld81 = Instance.new("Weld")
101-
Script3.Name = "Burner"
101+
Weld82 = Instance.new("Weld")
102-
Script3.Parent = Fire2
102+
Weld83 = Instance.new("Weld")
103-
table.insert(cors,sandbox(Script3,function()
103+
Weld84 = Instance.new("Weld")
104-
local looping = true
104+
Weld85 = Instance.new("Weld")
105-
while looping do
105+
Weld86 = Instance.new("Weld")
106-
	if script.Timer.Value >= 1 then
106+
Weld87 = Instance.new("Weld")
107-
		script.Parent.Parent.Parent.Humanoid:TakeDamage(4)
107+
Weld88 = Instance.new("Weld")
108-
		script.Timer.Value = script.Timer.Value - 1
108+
Weld89 = Instance.new("Weld")
109
Weld90 = Instance.new("Weld")
110-
		looping = false
110+
Weld91 = Instance.new("Weld")
111
Weld92 = Instance.new("Weld")
112-
	wait(1.5)
112+
Weld93 = Instance.new("Weld")
113
Weld94 = Instance.new("Weld")
114
Weld95 = Instance.new("Weld")
115-
script.Parent:Destroy()
115+
Weld96 = Instance.new("Weld")
116
Weld97 = Instance.new("Weld")
117-
Script3.Disabled = true
117+
Weld98 = Instance.new("Weld")
118-
IntValue4.Name = "Timer"
118+
Weld99 = Instance.new("Weld")
119-
IntValue4.Parent = Script3
119+
Weld100 = Instance.new("Weld")
120-
IntValue4.Value = 6
120+
Weld101 = Instance.new("Weld")
121-
LocalScript5.Name = "Local Gui"
121+
Weld102 = Instance.new("Weld")
122-
LocalScript5.Parent = Tool0
122+
Weld103 = Instance.new("Weld")
123-
LocalScript5.LinkedSource = "http://www.roblox.com/asset/?id=1014540"
123+
Weld104 = Instance.new("Weld")
124-
Script6.Name = "PaintballShooter"
124+
Weld105 = Instance.new("Weld")
125-
Script6.Parent = Tool0
125+
Weld106 = Instance.new("Weld")
126-
table.insert(cors,sandbox(Script6,function()
126+
Weld107 = Instance.new("Weld")
127-
Tool = script.Parent
127+
Weld108 = Instance.new("Weld")
128
Weld109 = Instance.new("Weld")
129-
colors = {21}
129+
Weld110 = Instance.new("Weld")
130
Weld111 = Instance.new("Weld")
131-
function fire(v)
131+
Weld112 = Instance.new("Weld")
132
Weld113 = Instance.new("Weld")
133-
	Tool.Handle.Fire:play()
133+
Weld114 = Instance.new("Weld")
134
Weld115 = Instance.new("Weld")
135
Weld116 = Instance.new("Weld")
136-
	local vCharacter = Tool.Parent
136+
Weld117 = Instance.new("Weld")
137-
	local vPlayer = game.Players:playerFromCharacter(vCharacter)
137+
Weld118 = Instance.new("Weld")
138
Weld119 = Instance.new("Weld")
139-
	local missile = Instance.new("Part")
139+
Weld120 = Instance.new("Weld")
140
Weld121 = Instance.new("Weld")
141-
        
141+
Weld122 = Instance.new("Weld")
142
Weld123 = Instance.new("Weld")
143-
	local spawnPos = vCharacter.PrimaryPart.Position
143+
Weld124 = Instance.new("Weld")
144
Weld125 = Instance.new("Weld")
145
Weld126 = Instance.new("Weld")
146
Weld127 = Instance.new("Weld")
147-
	spawnPos  = spawnPos + (v * 8)
147+
Weld128 = Instance.new("Weld")
148
Weld129 = Instance.new("Weld")
149-
	missile.Position = spawnPos
149+
Weld130 = Instance.new("Weld")
150-
	missile.Size = Vector3.new(1,1,1)
150+
Weld131 = Instance.new("Weld")
151-
	missile.Velocity = v * 200
151+
Weld132 = Instance.new("Weld")
152-
	missile.BrickColor = BrickColor.new(colors[math.random(1, #colors)])
152+
Weld133 = Instance.new("Weld")
153-
	missile.Shape = 0
153+
Weld134 = Instance.new("Weld")
154-
	missile.BottomSurface = 0
154+
Weld135 = Instance.new("Weld")
155-
	missile.TopSurface = 0
155+
Weld136 = Instance.new("Weld")
156-
	missile.Name = "Paintball"
156+
Weld137 = Instance.new("Weld")
157-
	missile.Elasticity = 0
157+
Weld138 = Instance.new("Weld")
158-
	missile.Reflectance = 0
158+
Weld139 = Instance.new("Weld")
159-
	missile.Friction = .9
159+
Weld140 = Instance.new("Weld")
160-
	missile.Material = "Neon"
160+
Weld141 = Instance.new("Weld")
161
Weld142 = Instance.new("Weld")
162-
	local trailparticle = script.Fire:clone()
162+
Weld143 = Instance.new("Weld")
163-
	trailparticle.Parent = missile
163+
Weld144 = Instance.new("Weld")
164-
	trailparticle.Enabled = true
164+
Weld145 = Instance.new("Weld")
165
Weld146 = Instance.new("Weld")
166-
	local glowy = script.Light:clone()
166+
Weld147 = Instance.new("Weld")
167-
	glowy.Parent = missile
167+
Weld148 = Instance.new("Weld")
168-
	glowy.Enabled = true
168+
Weld149 = Instance.new("Weld")
169
Weld150 = Instance.new("Weld")
170-
	local emergency = script.Smoke:clone()
170+
Weld151 = Instance.new("Weld")
171-
	emergency.Parent = missile
171+
Weld152 = Instance.new("Weld")
172-
	emergency.Enabled = true
172+
Weld153 = Instance.new("Weld")
173
Weld154 = Instance.new("Weld")
174-
	local force = Instance.new("BodyForce")
174+
Weld155 = Instance.new("Weld")
175-
	force.force = Vector3.new(0,65,0)
175+
Weld156 = Instance.new("Weld")
176-
	force.Parent = missile
176+
Weld157 = Instance.new("Weld")
177
Weld158 = Instance.new("Weld")
178-
	game.Debris:AddItem(missile, 5)
178+
Weld159 = Instance.new("Weld")
179
Weld160 = Instance.new("Weld")
180-
	local new_script = script.Parent.Paintball:clone()
180+
Weld161 = Instance.new("Weld")
181-
	new_script.Disabled = false
181+
Weld162 = Instance.new("Weld")
182-
	new_script.Parent = missile
182+
Weld163 = Instance.new("Weld")
183
Weld164 = Instance.new("Weld")
184-
	local creator_tag = Instance.new("ObjectValue")
184+
Weld165 = Instance.new("Weld")
185-
	creator_tag.Value = vPlayer
185+
Weld166 = Instance.new("Weld")
186-
	creator_tag.Name = "creator"
186+
Weld167 = Instance.new("Weld")
187-
	creator_tag.Parent = missile
187+
Weld168 = Instance.new("Weld")
188
Weld169 = Instance.new("Weld")
189
Weld170 = Instance.new("Weld")
190
Weld171 = Instance.new("Weld")
191-
	missile.Parent = game.Workspace
191+
Weld172 = Instance.new("Weld")
192
Weld173 = Instance.new("Weld")
193
Weld174 = Instance.new("Weld")
194
Weld175 = Instance.new("Weld")
195
Script176 = Instance.new("Script")
196
Script177 = Instance.new("Script")
197-
Tool.Enabled = true
197+
LocalScript178 = Instance.new("LocalScript")
198-
function onActivated()
198+
LocalScript179 = Instance.new("LocalScript")
199
LocalScript180 = Instance.new("LocalScript")
200-
	if not Tool.Enabled then
200+
LocalScript181 = Instance.new("LocalScript")
201-
		return
201+
LocalScript182 = Instance.new("LocalScript")
202
LocalScript183 = Instance.new("LocalScript")
203
LocalScript184 = Instance.new("LocalScript")
204-
	Tool.Enabled = false
204+
LocalScript185 = Instance.new("LocalScript")
205
LocalScript186 = Instance.new("LocalScript")
206-
	local character = Tool.Parent;
206+
Tool0.Name = "Pyro-Shot"
207-
	local humanoid = character.Humanoid
207+
208-
	if humanoid == nil then
208+
Tool0.Grip = CFrame.new(0, 0, 2, 0.999998987, -0.000999999465, 0.000999999465, 0.000999999, 0.999999464, 9.99999543e-07, -0.000999999931, 0, 0.999999523)
209-
		print("Humanoid not found")
209+
Tool0.GripForward = Vector3.new(-0.000999999465, -9.99999543e-07, -0.999999523)
210-
		return 
210+
Tool0.GripPos = Vector3.new(0, 0, 2)
211
Tool0.GripRight = Vector3.new(0.999998987, 0.000999999, -0.000999999931)
212
Tool0.GripUp = Vector3.new(-0.000999999465, 0.999999464, 0)
213-
	local targetPos = humanoid.TargetPoint
213+
Script1.Name = "WelderScript"
214-
	local lookAt = (targetPos - character.Head.Position).unit
214+
215
table.insert(cors,sandbox(Script1,function()
216-
	fire(lookAt)
216+
local Tool = script.Parent
217
local welds = {}
218-
	wait(4)
218+
219
function clearWelds()
220-
	Tool.Enabled = true
220+
	for i,child in pairs(welds) do
221
		child:remove()
222
	end
223
end
224-
script.Parent.Activated:connect(onActivated)
224+
225
function onEquipped()
226-
Fire7.Parent = Script6
226+
	local torso = Tool.Parent:findFirstChild("Torso")--created by Malvaviscos
227-
Fire7.Color = Color3.new(1, 0, 0)
227+
	if torso == nil then return end
228-
Fire7.Enabled = false
228+
	clearWelds()
229-
Fire7.Size = 10
229+
	local T1 = Instance.new("Weld")
230-
Fire7.Heat = 0
230+
	T1.Part0 = torso
231-
Fire7.SecondaryColor = Color3.new(1, 0, 0)
231+
	T1.Part1 = Tool.Tank1
232-
Fire7.size = 10
232+
	T1.C1 = CFrame.new(-0.5,0,-1)
233-
PointLight8.Name = "Light"
233+
	T1.Parent = Tool.Tank1
234-
PointLight8.Parent = Script6
234+
	table.insert(welds,T1)
235-
PointLight8.Color = Color3.new(1, 0, 0)
235+
236-
PointLight8.Enabled = false
236+
	local T1C1 = Instance.new("Weld")
237-
PointLight8.Range = 30
237+
	T1C1.Part0 = Tool.Tank1
238-
PointLight8.Shadows = true
238+
	T1C1.Part1 = Tool.Tank1Circle1
239-
Smoke9.Parent = Script6
239+
	T1C1.C1 = CFrame.new(0,Tool.Tank1.Size.y/4,0)
240-
Smoke9.Color = Color3.new(1, 0, 0)
240+
	T1C1.Parent = Tool.Tank1Circle1
241-
Smoke9.Enabled = false
241+
	table.insert(welds,T1C1)
242-
Smoke9.Size = 2
242+
243-
Smoke9.Opacity = 1
243+
	local T1C2 = Instance.new("Weld")
244-
Smoke9.RiseVelocity = 0
244+
	T1C2.Part0 = Tool.Tank1
245-
Part10.Name = "Handle"
245+
	T1C2.Part1 = Tool.Tank1Circle2
246-
Part10.Parent = Tool0
246+
	T1C2.C1 = CFrame.new(0,-Tool.Tank1.Size.y/4,0)
247-
Part10.CFrame = CFrame.new(-1.9000001, 0.49999997, 3.70000005, -1.00000024, -3.19019335e-08, 2.60770321e-07, -3.18550661e-08, 0.99999994, 1.30739863e-12, -2.60770321e-07, 2.14413376e-10, -1.00000024)
247+
	T1C2.Parent = Tool.Tank1Circle2
248-
Part10.Orientation = Vector3.new(0, 180, 0)
248+
	table.insert(welds,T1C2)
249-
Part10.Position = Vector3.new(-1.9000001, 0.49999997, 3.70000005)
249+
250-
Part10.Rotation = Vector3.new(-180, 0, 180)
250+
251-
Part10.Size = Vector3.new(0.200000033, 1, 1.39999986)
251+
	local T2 = Instance.new("Weld")
252-
Part10.BottomSurface = Enum.SurfaceType.Smooth
252+
	T2.Part0 = torso
253-
Part10.Locked = true
253+
	T2.Part1 = Tool.Tank2
254-
Part10.TopSurface = Enum.SurfaceType.Smooth
254+
	T2.C1 = CFrame.new(0.5,0,-1)
255-
Part10.FormFactor = Enum.FormFactor.Custom
255+
	T2.Parent = Tool.Tank2
256-
Part10.formFactor = Enum.FormFactor.Custom
256+
	table.insert(welds,T2)
257-
Sound11.Name = "Fire"
257+
258-
Sound11.Parent = Part10
258+
	local T2C1 = Instance.new("Weld")
259-
Sound11.SoundId = "http://www.roblox.com/asset/?id=142241347"
259+
	T2C1.Part0 = Tool.Tank2
260-
Sound11.Volume = 1
260+
	T2C1.Part1 = Tool.Tank2Circle1
261-
SpecialMesh12.Parent = Part10
261+
	T2C1.C1 = CFrame.new(0,Tool.Tank2.Size.y/4,0)
262-
SpecialMesh12.MeshId = "rbxassetid://443983595"
262+
	T2C1.Parent = Tool.Tank2Circle1
263-
SpecialMesh12.Scale = Vector3.new(0.0140000004, 0.0140000004, 0.0140000004)
263+
	table.insert(welds,T2C1)
264-
SpecialMesh12.TextureId = "rbxassetid://443983604"
264+
--created by Malvaviscos
265-
SpecialMesh12.MeshType = Enum.MeshType.FileMesh
265+
	local T2C2 = Instance.new("Weld")
266
	T2C2.Part0 = Tool.Tank2
267
	T2C2.Part1 = Tool.Tank2Circle2
268
	T2C2.C1 = CFrame.new(0,-Tool.Tank2.Size.y/4,0)
269
	T2C2.Parent = Tool.Tank2Circle2
270
	table.insert(welds,T2C2)
271
272
end
273
Tool.Equipped:connect(onEquipped)
274
275
function onUnequipped()
276
	clearWelds()
277
	local T1C1 = Instance.new("Weld")
278
	T1C1.Part0 = Tool.Tank1
279
	T1C1.Part1 = Tool.Tank1Circle1--created by Malvaviscos
280
	T1C1.C1 = CFrame.new(0,Tool.Tank1.Size.y/4,0)
281
	T1C1.Parent = Tool.Tank1Circle1
282
	table.insert(welds,T1C1)
283
284
	local T1C2 = Instance.new("Weld")
285
	T1C2.Part0 = Tool.Tank1
286
	T1C2.Part1 = Tool.Tank1Circle2
287
	T1C2.C1 = CFrame.new(0,-Tool.Tank1.Size.y/4,0)
288
	T1C2.Parent = Tool.Tank1Circle2
289
	table.insert(welds,T1C2)
290
291
292
	local T2 = Instance.new("Weld")
293
	T2.Part0 = Tool.Tank1
294
	T2.Part1 = Tool.Tank2--created by Malvaviscos
295
	T2.C1 = CFrame.new(1,0,0)
296
	T2.Parent = Tool.Tank2
297
	table.insert(welds,T2)
298
299
	local T2C1 = Instance.new("Weld")
300
	T2C1.Part0 = Tool.Tank2
301
	T2C1.Part1 = Tool.Tank2Circle1
302
	T2C1.C1 = CFrame.new(0,Tool.Tank2.Size.y/4,0)
303
	T2C1.Parent = Tool.Tank2Circle1
304
	table.insert(welds,T2C1)
305
306
	local T2C2 = Instance.new("Weld")
307
	T2C2.Part0 = Tool.Tank2--created by Malvaviscos
308
	T2C2.Part1 = Tool.Tank2Circle2
309
	T2C2.C1 = CFrame.new(0,-Tool.Tank2.Size.y/4,0)
310
	T2C2.Parent = Tool.Tank2Circle2
311
	table.insert(welds,T2C2)
312
end
313
Tool.Unequipped:connect(onUnequipped)--created by Malvaviscos
314
315
end))
316
Script2.Name = "FireFlameScript"
317
Script2.Parent = Tool0
318
table.insert(cors,sandbox(Script2,function()
319
local maxMass = (12*12*12)
320
local burnTime = 10
321
322
function getFire(obj)
323
	for i,child in pairs(obj:getChildren()) do--created by Malvaviscos
324
		if child.className == "Fire" then
325
			return true
326
		end
327
	end
328
end
329
330
if getFire(script.Parent) or script.Parent:GetMass() > maxMass or script.Parent.Anchored or script.Parent.Transparency >= 1 then script:remove() end
331
332
local fire = Instance.new("Fire")--created by Malvaviscos
333
fire.Color = Color3.new(1, 165/255, 0)
334
fire.SecondaryColor = Color3.new(1,0,0)
335
fire.Heat = 10
336
fire.Size = ((script.Parent.Size.x + script.Parent.Size.y + script.Parent.Size.z)/3 )* 2
337
fire.Parent = script.Parent
338
339
function spread(hit)
340
	if hit.Anchored or getFire(hit) then return end
341
	script:clone().Parent = hit
342
end
343
344
connection = script.Parent.Touched:connect(spread)
345
346
local count = 30 -- frames of fading--created by Malvaviscos
347
348
for i=1, count do
349
	--script.Parent.Color = (Color3.new(script.Parent.BrickColor.Color.r - R, script.Parent.BrickColor.Color.g - G, script.Parent.BrickColor.Color.b - B))
350
	script.Parent.Color = Color3.new(script.Parent.Color.r * (1 - (i/count)), script.Parent.Color.g * (1 - (i/count)), script.Parent.Color.b * (1 - (i/count)))
351
	if i == count/2 then
352
		connection:disconnect()
353
		script.Parent:BreakJoints()
354
	end
355
	wait(burnTime/count)--created by Malvaviscos
356
end
357
358
for i=1, 10 do
359
	wait()
360
	script.Parent.Transparency = script.Parent.Transparency + 0.1
361
end
362
363
script.Parent:remove()--created by Malvaviscos
364
end))
365
Script2.Disabled = true
366
BoolValue3.Name = "Firing"
367
BoolValue3.Parent = Tool0
368
LocalScript4.Name = "FuelScript"
369
LocalScript4.Parent = Tool0
370
table.insert(cors,sandbox(LocalScript4,function()
371
local gui = script.FuelGui:clone()--created by Malvaviscos
372
local settings = script.Parent.Handle.Settings
373
374
local fuel = settings.Fuel--created by Malvaviscos
375
local guifuel = gui.Tray.SpecialBar.CurrentValue
376
377
local rate = 0.1--created by Malvaviscos
378
local addval = 1
379
380
gui.Tray.SpecialBar.MaxValue.Value = settings.FuelMax.Value
381
382
function onEquipped()--created by Malvaviscos
383
	if settings.FuelUsed.Value == false then return end
384
	gui.Parent = game.Players.LocalPlayer.PlayerGui
385
end
386
script.Parent.Equipped:connect(onEquipped)
387
388
function onUnequipped()
389
	gui.Parent = nil
390
end
391
script.Parent.Unequipped:connect(onUnequipped)--created by Malvaviscos
392
393
while settings.FuelUsed.Value do
394
	if script.Parent.Firing.Value == false and fuel.Value < script.Parent.Handle.Settings.FuelMax.Value and settings.FuelRegens.Value == true then
395
		fuel.Value = fuel.Value + addval
396
	end
397
	guifuel.Value = fuel.Value
398
	wait(rate)--created by Malvaviscos
399
end
400
--created by Malvaviscos
401
end))
402
ScreenGui5.Name = "FuelGui"
403
ScreenGui5.Parent = LocalScript4
404
Frame6.Name = "Tray"
405
Frame6.Parent = ScreenGui5
406
Frame6.Position = UDim2.new(0.5, -250, 0, 0)
407
Frame6.Transparency = 0.5
408
Frame6.Size = UDim2.new(0, 500, 0, 70)
409
Frame6.BackgroundColor = BrickColor.new("Deep orange")
410
Frame6.BackgroundColor3 = Color3.new(1, 0.4, 0)
411
Frame6.BackgroundTransparency = 0.5
412
Frame6.BorderColor = BrickColor.new("Really red")
413
Frame6.BorderColor3 = Color3.new(1, 0, 0)
414
Frame7.Name = "SpecialBar"
415
Frame7.Parent = Frame6
416
Frame7.Position = UDim2.new(0, 70, 0, 15)
417
Frame7.Size = UDim2.new(1, -85, 1, -30)
418
Frame7.BackgroundColor = BrickColor.new("Really red")
419
Frame7.BackgroundColor3 = Color3.new(1, 0, 0)
420
Frame7.BorderColor = BrickColor.new("Bright red")
421
Frame7.BorderColor3 = Color3.new(1, 0.156863, 0.109804)
422
Frame7.BorderSizePixel = 0
423
Frame8.Name = "FullMeter"
424
Frame8.Parent = Frame7
425
Frame8.Size = UDim2.new(0, 415, 1, 0)
426
Frame8.BackgroundColor = BrickColor.new("Deep orange")
427
Frame8.BackgroundColor3 = Color3.new(1, 0.4, 0)
428
Frame8.BorderColor = BrickColor.new("Deep orange")
429
Frame8.BorderColor3 = Color3.new(1, 0.686275, 0)
430
Frame8.BorderSizePixel = 0
431
Frame8.ZIndex = 2
432
NumberValue9.Name = "MaxValue"
433
NumberValue9.Parent = Frame7
434
NumberValue9.Value = 100
435
NumberValue10.Name = "CurrentValue"
436
NumberValue10.Parent = Frame7
437
NumberValue10.Value = 100
438
LocalScript11.Parent = Frame7
439
table.insert(cors,sandbox(LocalScript11,function()
440
local fullMeter = script.Parent.FullMeter
441
local emptyMeter = script.Parent
442
local maxVal = script.Parent.MaxValue
443
local curVal = script.Parent.CurrentValue
444
445
function convert(val, maxVal, maxBarWidth) -- Cross multiplying actually has a "practical" use!
446
	return (val * maxBarWidth)/maxVal
447
end
448
449
function update()
450
	if curVal.Value > maxVal.Value then
451
		curVal.Value = maxVal.Value
452
	elseif curVal.Value < 0 then
453
		curVal.Value = 0
454
	end
455
	if curVal.Value == 0 then
456
		fullMeter.BorderColor = emptyMeter.BorderColor
457
	else
458
		fullMeter.BorderColor = fullMeter.BackgroundColor
459
	end
460
	local width = convert(curVal.Value, maxVal.Value, emptyMeter.AbsoluteSize.x)
461
	fullMeter.Size = UDim2.new(0, width, 1, 0)
462
end
463
curVal.Changed:connect(update)
464
maxVal.Changed:connect(update)
465
update()
466
end))
467
Frame12.Name = "IconBin"
468
Frame12.Parent = Frame6
469
Frame12.Position = UDim2.new(0, 15, 0, 15)
470
Frame12.Transparency = 0.5
471
Frame12.Size = UDim2.new(0, 40, 1, -30)
472
Frame12.BackgroundColor = BrickColor.new("Deep orange")
473
Frame12.BackgroundColor3 = Color3.new(1, 0.4, 0)
474
Frame12.BackgroundTransparency = 0.5
475
Frame12.BorderColor = BrickColor.new("Really red")
476
Frame12.BorderColor3 = Color3.new(1, 0, 0)
477
Frame13.Name = "Mask"
478
Frame13.Parent = Frame12
479
Frame13.Visible = false
480
Frame13.Transparency = 0.5
481
Frame13.Size = UDim2.new(1, 0, 1, 0)
482
Frame13.BackgroundColor = BrickColor.new("Toothpaste")
483
Frame13.BackgroundColor3 = Color3.new(0, 1, 1)
484
Frame13.BackgroundTransparency = 0.5
485
Frame13.BorderColor = BrickColor.new("Really blue")
486
Frame13.BorderColor3 = Color3.new(0, 0, 1)
487
Frame13.ZIndex = 3
488
ImageLabel14.Name = "Icon"
489
ImageLabel14.Parent = Frame12
490
ImageLabel14.Position = UDim2.new(-0.25, 0, -0.25, 0)
491
ImageLabel14.Transparency = 1
492
ImageLabel14.Size = UDim2.new(1.5, 0, 1.5, 0)
493
ImageLabel14.BackgroundColor = BrickColor.new("Institutional white")
494
ImageLabel14.BackgroundColor3 = Color3.new(1, 1, 1)
495
ImageLabel14.BackgroundTransparency = 1
496
ImageLabel14.BorderSizePixel = 0
497
ImageLabel14.ZIndex = 2
498
ImageLabel14.Image = "rbxasset://Textures/Flamethrower.png"
499
Frame15.Name = "Border"
500
Frame15.Parent = Frame12
501
Frame15.Position = UDim2.new(0, -5, 0, -5)
502
Frame15.Visible = false
503
Frame15.Size = UDim2.new(1, 10, 1, 10)
504
Frame15.BackgroundColor = BrickColor.new("Really red")
505
Frame15.BackgroundColor3 = Color3.new(1, 0, 0)
506
Frame15.BorderColor = BrickColor.new("Really red")
507
Frame15.BorderColor3 = Color3.new(1, 0, 0)
508
Frame15.BorderSizePixel = 0
509
TextLabel16.Name = "CurrentAttack"
510
TextLabel16.Parent = Frame6
511
TextLabel16.Position = UDim2.new(0.5, -150, 1, -14)
512
TextLabel16.Visible = false
513
TextLabel16.Transparency = 0.5
514
TextLabel16.Size = UDim2.new(0, 300, 0, 12)
515
TextLabel16.BackgroundColor = BrickColor.new("Deep orange")
516
TextLabel16.BackgroundColor3 = Color3.new(1, 0.4, 0)
517
TextLabel16.BackgroundTransparency = 0.5
518
TextLabel16.BorderColor = BrickColor.new("Really red")
519
TextLabel16.BorderColor3 = Color3.new(1, 0, 0)
520
TextLabel16.Text = "Blast of Super Awesomeness"
521
TextLabel16.TextColor = BrickColor.new("Toothpaste")
522
TextLabel16.TextColor3 = Color3.new(0, 1, 1)
523
LocalScript17.Name = "MainScript"
524
LocalScript17.Parent = Tool0
525
table.insert(cors,sandbox(LocalScript17,function()
526
local Tool = script.Parent;
527
local bin = Instance.new("Model")--created by Malvaviscos
528
bin.Name = "MalvaviscosFireBallBin"
529
local settings = Tool.Handle.Settings
530
local fuel = settings.Fuel
531
local fuelDrainValue = 5
532
local tagname = "Malvaviscos PyroShot Burning"
533
local ballname = "Malvaviscos PyroShot Ball"--created by Malvaviscos
534
535
function getHumanoid(model)
536
	for i,child in pairs(model:getChildren()) do
537
		if child.className == "Humanoid" then
538
			return child
539
		end
540
	end--created by Malvaviscos
541
end
542
543
function tagHuman(human, time)
544
	local tag = Instance.new("ObjectValue")
545
	tag.Name = "creator"
546
	tag.Value = game.Players.LocalPlayer
547
	game:getService("Debris"):addItem(tag, time)
548
	tag.Parent = human--created by Malvaviscos
549
end
550
551
function burnDeath(char)
552
	for i=1, 10 do
553
		for x,child in pairs(char:getChildren()) do
554
			if child.className == "Part" then
555
				if child.Name == "Torso" and child.Transparency == 1 then return end
556
				child.Transparency = 0.1 * i
557
			elseif child.className == "Hat" or child.className == "Tool" then
558
				child.Handle.Transparency = 0.1 * i--created by Malvaviscos
559
			end
560
		end
561
		wait()
562
	end
563
end
564
565
function burn(hit, ball)
566
	if hit.Name == ballname or hit.Parent == game.Players.LocalPlayer.Character or hit.Parent == script.Parent or hit.Parent.Parent == game.Players.LocalPlayer.Character then return end
567
	ball.Anchored = true
568
	ball.ShotFire.Enabled = false
569
	ball.Transparency = 1--created by Malvaviscos
570
	local h = getHumanoid(hit.Parent)
571
	if h ~= nil and h:findFirstChild(tagname) == nil and h.Health > 0 then
572
		local tag = Instance.new("IntValue")
573
		tag.Name = tagname
574
		tag.Parent = h--created by Malvaviscos
575
		game:getService("Debris"):addItem(tag, settings.BurnTime.Value + settings.BurnDB.Value)
576
577
		for i,child in pairs(h.Parent:getChildren()) do
578
			if child.className == "Part" then
579
				local personfire = ball.ShotFire:clone()
580
				personfire.Enabled = true	
581
				personfire.Size = (child:getMass()/3) * 2
582
				personfire.Parent = child
583
				game:getService("Debris"):addItem(personfire, settings.BurnTime.Value + 0.1)--created by Malvaviscos
584
			end
585
		end
586
		
587
		tagHuman(h, settings.BurnTime.Value + 0.5)
588
		for i=1,20 do
589
			h:takeDamage(settings.Damage.Value/20)
590
			if h.Health <= 0 then
591
				burnDeath(h.Parent)
592
			end--created by Malvaviscos
593
			wait(settings.BurnTime.Value/20)
594
		end
595
	elseif h == nil and settings.BurnsNormalBricks.Value == true then
596
		local flames = script.Parent.FireFlameScript:clone()
597
		flames.Disabled = false
598
		flames.Parent = hit
599
	end
600
	wait()
601
	ball:remove()
602
end	
603
604
function onButton1Down(mouse)
605
	down = true
606
	Tool.Handle.Swoosh:play()
607
	while down and fuel.Value - 5 >= 0 and settings.FuelUsed.Value == true or down and settings.FuelUsed.Value == false do
608
		script.Parent.Firing.Value = true
609
		local ball = Instance.new("Part")--created by Malvaviscos
610
		ball.Name = ballname
611
		ball.Shape = "Ball"
612
		ball.Transparency = 1
613
		ball.BrickColor = BrickColor.new("Toothpaste")
614
		ball.Size = Vector3.new(3,3,3)
615
		ball.TopSurface = 0
616
		ball.BottomSurface = 0
617
		ball.CFrame = CFrame.new(Tool.Handle.Position + (mouse.Hit.p - Tool.Handle.Position).unit * 3, mouse.Hit.p)
618
		ball.CFrame = ball.CFrame * CFrame.new(0.1 * math.random(-10,10), 0.1 * math.random(-10,10), 0) --* CFrame.fromEulerAnglesXYZ(math.rad(math.random(-30,30)),math.rad(math.random(-30,30)),0)
619
		ball.CanCollide = false
620
		
621
		local mesh = Instance.new("SpecialMesh")
622
		mesh.MeshType = "Sphere"
623
		mesh.Parent = ball
624
625
		local velo = Instance.new("BodyVelocity")
626
		velo.maxForce = Vector3.new(math.huge,math.huge,math.huge)
627
		velo.velocity = ball.CFrame.lookVector * settings.Speed.Value--created by Malvaviscos
628
		velo.Parent = ball
629
630
		settings.ShotFire:clone().Parent = ball
631
632
		ball.Touched:connect(function(hit) burn(hit, ball) end)
633
634
		ball.Parent = bin
635
		
636
		game:getService("Debris"):addItem(ball, settings.ShotExpireTime.Value)
637
		if settings.FuelUsed.Value then
638
			fuel.Value = fuel.Value - fuelDrainValue
639
		end
640
		wait(0.1)
641
	end
642
	script.Parent.Firing.Value = false
643
	Tool.Handle.Swoosh:stop()
644
end
645
646
function onButton1Up(mouse)
647
	down = false
648
	Tool.Handle.Swoosh:stop()--created by Malvaviscos
649
end
650
651
local credits = false
652
function onEquipped(mouse)
653
	mouse.Button1Down:connect(function() onButton1Down(mouse) end)
654
	mouse.Button1Up:connect(function() onButton1Up(mouse) end)
655
	mouse.Icon = "rbxasset://textures/GunCursor.png"
656
	bin.Parent = Tool.Parent
657
	if credits == false then
658
		credits = true
659
		local msg = Instance.new("Message")
660
		msg.Text = "Pyro-Shot by Malvaviscos"
661
		msg.Parent = game.Players.LocalPlayer
662
		game:getService("Debris"):addItem(msg, 3)
663
	end
664
end
665
script.Parent.Equipped:connect(onEquipped)--created by Malvaviscos
666
667
668
669
--created by Malvaviscos
670
--created by Malvaviscos
671
--created by Malvaviscos
672
--created by Malvaviscos
673
end))
674
Part18.Name = "Handle"
675
Part18.Parent = Tool0
676
Part18.CFrame = CFrame.new(-12.4997587, 0.499758393, -1.99999976, -0.999999881, 0.000483092153, -2.98023224e-08, 0.000483092183, 0.999999881, -1.09139364e-11, 8.94069672e-08, -7.27595761e-11, -1)
677
Part18.Orientation = Vector3.new(0, -180, 0.0299999993)
678
Part18.Position = Vector3.new(-12.4997587, 0.499758393, -1.99999976)
679
Part18.Rotation = Vector3.new(180, 0, -179.970001)
680
Part18.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
681
Part18.Size = Vector3.new(1, 1, 4)
682
Part18.BottomParamA = 0
683
Part18.BottomParamB = 0
684
Part18.BottomSurface = Enum.SurfaceType.Smooth
685
Part18.BrickColor = BrickColor.new("Really black")
686
Part18.TopSurface = Enum.SurfaceType.Smooth
687
Part18.brickColor = BrickColor.new("Really black")
688
Part18.FormFactor = Enum.FormFactor.Symmetric
689
Part18.formFactor = Enum.FormFactor.Symmetric
690
Configuration19.Name = "Settings"
691
Configuration19.Parent = Part18
692
IntValue20.Name = "Damage"
693
IntValue20.Parent = Configuration19
694
IntValue20.Value = 60
695
Fire21.Name = "ShotFire"
696
Fire21.Parent = Configuration19
697
Fire21.Color = Color3.new(1, 0, 0)
698
Fire21.Size = 6
699
Fire21.Heat = 10
700
Fire21.SecondaryColor = Color3.new(1, 0.74902, 0)
701
Fire21.size = 6
702
NumberValue22.Name = "Speed"
703
NumberValue22.Parent = Configuration19
704
NumberValue22.Value = 50
705
NumberValue23.Name = "ShotExpireTime"
706
NumberValue23.Parent = Configuration19
707
NumberValue23.Value = 5
708
NumberValue24.Name = "BurnTime"
709
NumberValue24.Parent = Configuration19
710
NumberValue24.Value = 5
711
NumberValue25.Name = "BurnDB"
712
NumberValue25.Parent = Configuration19
713
NumberValue25.Value = 1
714
BoolValue26.Name = "BurnsNormalBricks"
715
BoolValue26.Parent = Configuration19
716
BoolValue26.Value = true
717
BoolValue27.Name = "FuelRegens"
718
BoolValue27.Parent = Configuration19
719
BoolValue27.Value = true
720
BoolValue28.Name = "FuelUsed"
721
BoolValue28.Parent = Configuration19
722
BoolValue28.Value = true
723
IntValue29.Name = "Fuel"
724
IntValue29.Parent = Configuration19
725
IntValue29.Value = 99814
726
IntValue30.Name = "FuelMax"
727
IntValue30.Parent = Configuration19
728
IntValue30.Value = 100000
729
LocalScript31.Name = "README"
730
LocalScript31.Parent = Configuration19
731
table.insert(cors,sandbox(LocalScript31,function()
732
--Each one of these values has a different effect on how the Pyro-Shot flamethrower works.
733
734
--I will explain them here.
735
736
737
--[[
738
739
BurnDB - When a character is set on fire, this amount of time must pass after it has stopped burning before it can catch on fire again.
740
741
BurnTime - The amount of time a person stays on fire.  
742
743
BurnsNormalBricks - The flamethrower will be able to set on fire bricks that are not anchored.
744
745
Damage - The amount of damage a person takes from being set on fire.  The damage will be spread over BurnTime.
746
747
Fuel - How much fuel the Pyro-Shot has currently.
748
749
FuelMax - How much fuel the Pyro-Shot can hold.
750
751
FuelRegens - If this is checked, fuel will regenerate.
752
753
FuelUsed - Whether the Pyro-Shot needs fuel.  If this is not checked, no fuel bar will appear and the weapon can be fired continuously without running out of fuel (because it doesn't need fuel).
754
755
ShotExpireTime - How long it takes for a fireball to disappear after it is fired.
756
757
ShotFire - The fire that the gun shoots.
758
759
Speed - The speed at which fireballs fly.
760
761
]]
762
end))
763
LocalScript31.Disabled = true
764
Sound32.Name = "Swoosh"
765
Sound32.Parent = Part18
766
Sound32.Looped = true
767
Sound32.SoundId = "rbxasset://sounds/Rocket whoosh 01.wav"
768
Sound32.Volume = 0.69999998807907
769
Fire33.Parent = Part18
770
Fire33.Color = Color3.new(1, 0.647059, 0)
771
Fire33.Enabled = false
772
Fire33.Size = 30
773
Fire33.Heat = 25
774
Fire33.SecondaryColor = Color3.new(1, 0, 0)
775
Fire33.size = 30
776
Script34.Name = "Spread"
777
Script34.Parent = Fire33
778
table.insert(cors,sandbox(Script34,function()
779
function Spread(part)
780
	check = part:findFirstChild("Fire")
781
		if check == nil then 
782
	script.Parent:Clone().Parent = part
783
	
784
		elseif check ~= nil then
785
	check.Size = check.Size + 1
786
	check.Heat = check.Heat  +1
787
	end
788
end
789
790
791
script.Parent.Parent.Touched:connect(Spread)
792
793
end))
794
SpecialMesh35.Parent = Part18
795
SpecialMesh35.MeshId = "http://www.roblox.com/asset/?id=33798955"
796
SpecialMesh35.Scale = Vector3.new(1.29999995, 1.29999995, 1.5)
797
SpecialMesh35.TextureId = "http://www.roblox.com/asset/?id=34418735"
798
SpecialMesh35.MeshType = Enum.MeshType.FileMesh
799
Weld36.Parent = Part18
800
Weld36.C0 = CFrame.new(0, 0, 0, -1.32725836e-05, 0.99999994, -6.30659588e-06, -0.999999881, -1.3336452e-05, -2.98023224e-08, -5.96046448e-08, 6.3018947e-06, 1)
801
Weld36.C1 = CFrame.new(0, 0, 0, -1.32725836e-05, 0.99999994, -6.30659588e-06, -0.999999881, -1.3336452e-05, -2.98023224e-08, -5.96046448e-08, 6.3018947e-06, 1)
802
Weld36.Part0 = Part18
803
Weld36.Part1 = Part18
804
Weld36.part1 = Part18
805
Weld37.Parent = Part18
806
Weld37.C0 = CFrame.new(0, 0, 0, -3.81469727e-06, 0.999999881, 4.62486383e-07, -0.999999881, -3.81469727e-06, -6.25228012e-08, -6.2520968e-08, -4.62486639e-07, 1)
807
Weld37.C1 = CFrame.new(0, 0, 0, -3.81469727e-06, 0.999999881, 4.62486383e-07, -0.999999881, -3.81469727e-06, -6.25228012e-08, -6.2520968e-08, -4.62486639e-07, 1)
808
Weld37.Part0 = Part18
809
Weld37.Part1 = Part18
810
Weld37.part1 = Part18
811
Weld38.Parent = Part18
812
Weld38.C0 = CFrame.new(0, 0, 0, -3.81469727e-06, 0.999999881, 4.62486383e-07, -0.999999881, -3.81469727e-06, -6.25228012e-08, -6.2520968e-08, -4.62486639e-07, 1)
813
Weld38.C1 = CFrame.new(0, 0, 0, -3.81469727e-06, 0.999999881, 4.62486383e-07, -0.999999881, -3.81469727e-06, -6.25228012e-08, -6.2520968e-08, -4.62486639e-07, 1)
814
Weld38.Part0 = Part18
815
Weld38.Part1 = Part18
816
Weld38.part1 = Part18
817
Weld39.Parent = Part18
818
Weld39.C0 = CFrame.new(0, 0, 0, -3.81469727e-06, 0.999999881, 4.62486383e-07, -0.999999881, -3.81469727e-06, -6.25228012e-08, -6.2520968e-08, -4.62486639e-07, 1)
819
Weld39.C1 = CFrame.new(0, 0, 0, -3.81469727e-06, 0.999999881, 4.62486383e-07, -0.999999881, -3.81469727e-06, -6.25228012e-08, -6.2520968e-08, -4.62486639e-07, 1)
820
Weld39.Part0 = Part18
821
Weld39.Part1 = Part18
822
Weld39.part1 = Part18
823
Weld40.Parent = Part18
824
Weld40.C0 = CFrame.new(0, 0, 0, -3.81469727e-06, 0.999999881, 4.62486383e-07, -0.999999881, -3.81469727e-06, -6.25228012e-08, -6.2520968e-08, -4.62486639e-07, 1)
825
Weld40.C1 = CFrame.new(0, 0, 0, -3.81469727e-06, 0.999999881, 4.62486383e-07, -0.999999881, -3.81469727e-06, -6.25228012e-08, -6.2520968e-08, -4.62486639e-07, 1)
826
Weld40.Part0 = Part18
827
Weld40.Part1 = Part18
828
Weld40.part1 = Part18
829
Weld41.Parent = Part18
830
Weld41.C0 = CFrame.new(0, 0, 0, -3.81469727e-06, 0.999999881, 4.62486383e-07, -0.999999881, -3.81469727e-06, -6.25228012e-08, -6.2520968e-08, -4.62486639e-07, 1)
831
Weld41.C1 = CFrame.new(0, 0, 0, -3.81469727e-06, 0.999999881, 4.62486383e-07, -0.999999881, -3.81469727e-06, -6.25228012e-08, -6.2520968e-08, -4.62486639e-07, 1)
832
Weld41.Part0 = Part18
833
Weld41.Part1 = Part18
834
Weld41.part1 = Part18
835
Weld42.Parent = Part18
836
Weld42.C0 = CFrame.new(0, 0, 0, -3.81469727e-06, 0.999999881, 4.62486383e-07, -0.999999881, -3.81469727e-06, -6.25228012e-08, -6.2520968e-08, -4.62486639e-07, 1)
837
Weld42.C1 = CFrame.new(0, 0, 0, -3.81469727e-06, 0.999999881, 4.62486383e-07, -0.999999881, -3.81469727e-06, -6.25228012e-08, -6.2520968e-08, -4.62486639e-07, 1)
838
Weld42.Part0 = Part18
839
Weld42.Part1 = Part18
840
Weld42.part1 = Part18
841
Weld43.Parent = Part18
842
Weld43.C0 = CFrame.new(0, 0, 0, -3.81469727e-06, 0.999999881, 4.62486383e-07, -0.999999881, -3.81469727e-06, -6.25228012e-08, -6.2520968e-08, -4.62486639e-07, 1)
843
Weld43.C1 = CFrame.new(0, 0, 0, -3.81469727e-06, 0.999999881, 4.62486383e-07, -0.999999881, -3.81469727e-06, -6.25228012e-08, -6.2520968e-08, -4.62486639e-07, 1)
844
Weld43.Part0 = Part18
845
Weld43.Part1 = Part18
846
Weld43.part1 = Part18
847
Weld44.Parent = Part18
848
Weld44.C0 = CFrame.new(0, 0, 0, -3.81469727e-06, 0.999999881, 4.62486383e-07, -0.999999881, -3.81469727e-06, -6.25228012e-08, -6.2520968e-08, -4.62486639e-07, 1)
849
Weld44.C1 = CFrame.new(0, 0, 0, -3.81469727e-06, 0.999999881, 4.62486383e-07, -0.999999881, -3.81469727e-06, -6.25228012e-08, -6.2520968e-08, -4.62486639e-07, 1)
850
Weld44.Part0 = Part18
851
Weld44.Part1 = Part18
852
Weld44.part1 = Part18
853
Weld45.Parent = Part18
854
Weld45.C0 = CFrame.new(0, 0, 0, -3.81469727e-06, 0.999999881, 4.62486383e-07, -0.999999881, -3.81469727e-06, -6.25228012e-08, -6.2520968e-08, -4.62486639e-07, 1)
855
Weld45.C1 = CFrame.new(0, 0, 0, -3.81469727e-06, 0.999999881, 4.62486383e-07, -0.999999881, -3.81469727e-06, -6.25228012e-08, -6.2520968e-08, -4.62486639e-07, 1)
856
Weld45.Part0 = Part18
857
Weld45.Part1 = Part18
858
Weld45.part1 = Part18
859
Weld46.Parent = Part18
860
Weld46.C0 = CFrame.new(0, 0, 0, -0.115543336, 0.00122538186, -0.99330163, -0.959262133, -0.25968498, 0.111263424, -0.257809192, 0.96569258, 0.0311803333)
861
Weld46.C1 = CFrame.new(0, 0, 0, -0.115543336, 0.00122538186, -0.99330163, -0.959262133, -0.25968498, 0.111263424, -0.257809192, 0.96569258, 0.0311803333)
862
Weld46.Part0 = Part18
863
Weld46.Part1 = Part18
864
Weld46.part1 = Part18
865
Weld47.Parent = Part18
866
Weld47.C0 = CFrame.new(0, 0, 0, -0.115543336, 0.00122538186, -0.99330163, -0.959262133, -0.25968498, 0.111263424, -0.257809192, 0.96569258, 0.0311803333)
867
Weld47.C1 = CFrame.new(0, 0, 0, -0.115543336, 0.00122538186, -0.99330163, -0.959262133, -0.25968498, 0.111263424, -0.257809192, 0.96569258, 0.0311803333)
868
Weld47.Part0 = Part18
869
Weld47.Part1 = Part18
870
Weld47.part1 = Part18
871
Weld48.Parent = Part18
872
Weld48.C0 = CFrame.new(0, 0, 0, -0.115543336, 0.00122538186, -0.99330163, -0.959262133, -0.25968498, 0.111263424, -0.257809192, 0.96569258, 0.0311803333)
873
Weld48.C1 = CFrame.new(0, 0, 0, -0.115543336, 0.00122538186, -0.99330163, -0.959262133, -0.25968498, 0.111263424, -0.257809192, 0.96569258, 0.0311803333)
874
Weld48.Part0 = Part18
875
Weld48.Part1 = Part18
876
Weld48.part1 = Part18
877
Weld49.Parent = Part18
878
Weld49.C0 = CFrame.new(0, 0, 0, -0.115543336, 0.00122538186, -0.99330163, -0.959262133, -0.25968498, 0.111263424, -0.257809192, 0.96569258, 0.0311803333)
879
Weld49.C1 = CFrame.new(0, 0, 0, -0.115543336, 0.00122538186, -0.99330163, -0.959262133, -0.25968498, 0.111263424, -0.257809192, 0.96569258, 0.0311803333)
880
Weld49.Part0 = Part18
881
Weld49.Part1 = Part18
882
Weld49.part1 = Part18
883
Weld50.Parent = Part18
884
Weld50.C0 = CFrame.new(0, 0, 0, -0.115543336, 0.00122538186, -0.99330163, -0.959262133, -0.25968498, 0.111263424, -0.257809192, 0.96569258, 0.0311803333)
885
Weld50.C1 = CFrame.new(0, 0, 0, -0.115543336, 0.00122538186, -0.99330163, -0.959262133, -0.25968498, 0.111263424, -0.257809192, 0.96569258, 0.0311803333)
886
Weld50.Part0 = Part18
887
Weld50.Part1 = Part18
888
Weld50.part1 = Part18
889
Weld51.Parent = Part18
890
Weld51.C0 = CFrame.new(0, 0, 0, -0.115543336, 0.00122538186, -0.99330163, -0.959262133, -0.25968498, 0.111263424, -0.257809192, 0.96569258, 0.0311803333)
891
Weld51.C1 = CFrame.new(0, 0, 0, -0.115543336, 0.00122538186, -0.99330163, -0.959262133, -0.25968498, 0.111263424, -0.257809192, 0.96569258, 0.0311803333)
892
Weld51.Part0 = Part18
893
Weld51.Part1 = Part18
894
Weld51.part1 = Part18
895
Weld52.Parent = Part18
896
Weld52.C0 = CFrame.new(0, 0, 0, -0.115543336, 0.00122538186, -0.99330163, -0.959262133, -0.25968498, 0.111263424, -0.257809192, 0.96569258, 0.0311803333)
897
Weld52.C1 = CFrame.new(0, 0, 0, -0.115543336, 0.00122538186, -0.99330163, -0.959262133, -0.25968498, 0.111263424, -0.257809192, 0.96569258, 0.0311803333)
898
Weld52.Part0 = Part18
899
Weld52.Part1 = Part18
900
Weld52.part1 = Part18
901
Weld53.Parent = Part18
902
Weld53.C0 = CFrame.new(0, 0, 0, -0.115543336, 0.00122538186, -0.99330163, -0.959262133, -0.25968498, 0.111263424, -0.257809192, 0.96569258, 0.0311803333)
903
Weld53.C1 = CFrame.new(0, 0, 0, -0.115543336, 0.00122538186, -0.99330163, -0.959262133, -0.25968498, 0.111263424, -0.257809192, 0.96569258, 0.0311803333)
904
Weld53.Part0 = Part18
905
Weld53.Part1 = Part18
906
Weld53.part1 = Part18
907
Weld54.Parent = Part18
908
Weld54.C0 = CFrame.new(0, 0, 0, -0.115543336, 0.00122538186, -0.99330163, -0.959262133, -0.25968498, 0.111263424, -0.257809192, 0.96569258, 0.0311803333)
909
Weld54.C1 = CFrame.new(0, 0, 0, -0.115543336, 0.00122538186, -0.99330163, -0.959262133, -0.25968498, 0.111263424, -0.257809192, 0.96569258, 0.0311803333)
910
Weld54.Part0 = Part18
911
Weld54.Part1 = Part18
912
Weld54.part1 = Part18
913
Weld55.Parent = Part18
914
Weld55.C0 = CFrame.new(0, 0, 0, -0.115543336, 0.00122538186, -0.99330163, -0.959262133, -0.25968498, 0.111263424, -0.257809192, 0.96569258, 0.0311803333)
915
Weld55.C1 = CFrame.new(0, 0, 0, -0.115543336, 0.00122538186, -0.99330163, -0.959262133, -0.25968498, 0.111263424, -0.257809192, 0.96569258, 0.0311803333)
916
Weld55.Part0 = Part18
917
Weld55.Part1 = Part18
918
Weld55.part1 = Part18
919
Weld56.Parent = Part18
920
Weld56.C0 = CFrame.new(0, 0, 0, -0.115543336, 0.00122538186, -0.99330163, -0.959262133, -0.25968498, 0.111263424, -0.257809192, 0.96569258, 0.0311803333)
921
Weld56.C1 = CFrame.new(0, 0, 0, -0.115543336, 0.00122538186, -0.99330163, -0.959262133, -0.25968498, 0.111263424, -0.257809192, 0.96569258, 0.0311803333)
922
Weld56.Part0 = Part18
923
Weld56.Part1 = Part18
924
Weld56.part1 = Part18
925
Weld57.Parent = Part18
926
Weld57.C0 = CFrame.new(0, 0, 0, -0.115543336, 0.00122538186, -0.99330163, -0.959262133, -0.25968498, 0.111263424, -0.257809192, 0.96569258, 0.0311803333)
927
Weld57.C1 = CFrame.new(0, 0, 0, -0.115543336, 0.00122538186, -0.99330163, -0.959262133, -0.25968498, 0.111263424, -0.257809192, 0.96569258, 0.0311803333)
928
Weld57.Part0 = Part18
929
Weld57.Part1 = Part18
930
Weld57.part1 = Part18
931
Weld58.Parent = Part18
932
Weld58.C0 = CFrame.new(0, 0, 0, -0.115543336, 0.00122538186, -0.99330163, -0.959262133, -0.25968498, 0.111263424, -0.257809192, 0.96569258, 0.0311803333)
933
Weld58.C1 = CFrame.new(0, 0, 0, -0.115543336, 0.00122538186, -0.99330163, -0.959262133, -0.25968498, 0.111263424, -0.257809192, 0.96569258, 0.0311803333)
934
Weld58.Part0 = Part18
935
Weld58.Part1 = Part18
936
Weld58.part1 = Part18
937
Weld59.Parent = Part18
938
Weld59.C0 = CFrame.new(0, 0, 0, -0.115543336, 0.00122538186, -0.99330163, -0.959262133, -0.25968498, 0.111263424, -0.257809192, 0.96569258, 0.0311803333)
939
Weld59.C1 = CFrame.new(0, 0, 0, -0.115543336, 0.00122538186, -0.99330163, -0.959262133, -0.25968498, 0.111263424, -0.257809192, 0.96569258, 0.0311803333)
940
Weld59.Part0 = Part18
941
Weld59.Part1 = Part18
942
Weld59.part1 = Part18
943
Weld60.Parent = Part18
944
Weld60.C0 = CFrame.new(0, 0, 0, -0.115543336, 0.00122538186, -0.99330163, -0.959262133, -0.25968498, 0.111263424, -0.257809192, 0.96569258, 0.0311803333)
945
Weld60.C1 = CFrame.new(0, 0, 0, -0.115543336, 0.00122538186, -0.99330163, -0.959262133, -0.25968498, 0.111263424, -0.257809192, 0.96569258, 0.0311803333)
946
Weld60.Part0 = Part18
947
Weld60.Part1 = Part18
948
Weld60.part1 = Part18
949
Weld61.Parent = Part18
950
Weld61.C0 = CFrame.new(0, 0, 0, -0.115543336, 0.00122538186, -0.99330163, -0.959262133, -0.25968498, 0.111263424, -0.257809192, 0.96569258, 0.0311803333)
951
Weld61.C1 = CFrame.new(0, 0, 0, -0.115543336, 0.00122538186, -0.99330163, -0.959262133, -0.25968498, 0.111263424, -0.257809192, 0.96569258, 0.0311803333)
952
Weld61.Part0 = Part18
953
Weld61.Part1 = Part18
954
Weld61.part1 = Part18
955
Weld62.Parent = Part18
956
Weld62.C0 = CFrame.new(0, 0, 0, -0.115543336, 0.00122538186, -0.99330163, -0.959262133, -0.25968498, 0.111263424, -0.257809192, 0.96569258, 0.0311803333)
957
Weld62.C1 = CFrame.new(0, 0, 0, -0.115543336, 0.00122538186, -0.99330163, -0.959262133, -0.25968498, 0.111263424, -0.257809192, 0.96569258, 0.0311803333)
958
Weld62.Part0 = Part18
959
Weld62.Part1 = Part18
960
Weld62.part1 = Part18
961
Weld63.Parent = Part18
962
Weld63.C0 = CFrame.new(0, 0, 0, -0.115543336, 0.00122538186, -0.99330163, -0.959262133, -0.25968498, 0.111263424, -0.257809192, 0.96569258, 0.0311803333)
963
Weld63.C1 = CFrame.new(0, 0, 0, -0.115543336, 0.00122538186, -0.99330163, -0.959262133, -0.25968498, 0.111263424, -0.257809192, 0.96569258, 0.0311803333)
964
Weld63.Part0 = Part18
965
Weld63.Part1 = Part18
966
Weld63.part1 = Part18
967
Weld64.Parent = Part18
968
Weld64.C0 = CFrame.new(0, 0, 0, -0.115543336, 0.00122538186, -0.99330163, -0.959262133, -0.25968498, 0.111263424, -0.257809192, 0.96569258, 0.0311803333)
969
Weld64.C1 = CFrame.new(0, 0, 0, -0.115543336, 0.00122538186, -0.99330163, -0.959262133, -0.25968498, 0.111263424, -0.257809192, 0.96569258, 0.0311803333)
970
Weld64.Part0 = Part18
971
Weld64.Part1 = Part18
972
Weld64.part1 = Part18
973
Weld65.Parent = Part18
974
Weld65.C0 = CFrame.new(0, 0, 0, -0.115543336, 0.00122538186, -0.99330163, -0.959262133, -0.25968498, 0.111263424, -0.257809192, 0.96569258, 0.0311803333)
975
Weld65.C1 = CFrame.new(0, 0, 0, -0.115543336, 0.00122538186, -0.99330163, -0.959262133, -0.25968498, 0.111263424, -0.257809192, 0.96569258, 0.0311803333)
976
Weld65.Part0 = Part18
977
Weld65.Part1 = Part18
978
Weld65.part1 = Part18
979
Weld66.Parent = Part18
980
Weld66.C0 = CFrame.new(0, 0, 0, 0.838279128, -0.000999996206, 0.545239806, 0.000838252949, 0.999999464, 0.000545274175, -0.545240104, -4.30770335e-08, 0.838279545)
981
Weld66.C1 = CFrame.new(0, 0, 0, 0.838279128, -0.000999996206, 0.545239806, 0.000838252949, 0.999999464, 0.000545274175, -0.545240104, -4.30770335e-08, 0.838279545)
982
Weld66.Part0 = Part18
983
Weld66.Part1 = Part18
984
Weld66.part1 = Part18
985
Weld67.Parent = Part18
986
Weld67.C0 = CFrame.new(0, 0, 0, 0.838279128, -0.000999996206, 0.545239806, 0.000838252949, 0.999999464, 0.000545274175, -0.545240104, -4.30770335e-08, 0.838279545)
987
Weld67.C1 = CFrame.new(0, 0, 0, 0.838279128, -0.000999996206, 0.545239806, 0.000838252949, 0.999999464, 0.000545274175, -0.545240104, -4.30770335e-08, 0.838279545)
988
Weld67.Part0 = Part18
989
Weld67.Part1 = Part18
990
Weld67.part1 = Part18
991
Weld68.Parent = Part18
992
Weld68.C0 = CFrame.new(0, 0, 0, 0.838279128, -0.000999996206, 0.545239806, 0.000838252949, 0.999999464, 0.000545274175, -0.545240104, -4.30770335e-08, 0.838279545)
993
Weld68.C1 = CFrame.new(0, 0, 0, 0.838279128, -0.000999996206, 0.545239806, 0.000838252949, 0.999999464, 0.000545274175, -0.545240104, -4.30770335e-08, 0.838279545)
994
Weld68.Part0 = Part18
995
Weld68.Part1 = Part18
996
Weld68.part1 = Part18
997
Weld69.Parent = Part18
998
Weld69.C0 = CFrame.new(0, 0, 0, 0.838279128, -0.000999996206, 0.545239806, 0.000838252949, 0.999999464, 0.000545274175, -0.545240104, -4.30770335e-08, 0.838279545)
999
Weld69.C1 = CFrame.new(0, 0, 0, 0.838279128, -0.000999996206, 0.545239806, 0.000838252949, 0.999999464, 0.000545274175, -0.545240104, -4.30770335e-08, 0.838279545)
1000
Weld69.Part0 = Part18
1001
Weld69.Part1 = Part18
1002
Weld69.part1 = Part18
1003
Weld70.Parent = Part18
1004
Weld70.C0 = CFrame.new(0, 0, 0, 0.838279128, -0.000999996206, 0.545239806, 0.000838252949, 0.999999464, 0.000545274175, -0.545240104, -4.30770335e-08, 0.838279545)
1005
Weld70.C1 = CFrame.new(0, 0, 0, 0.838279128, -0.000999996206, 0.545239806, 0.000838252949, 0.999999464, 0.000545274175, -0.545240104, -4.30770335e-08, 0.838279545)
1006
Weld70.Part0 = Part18
1007
Weld70.Part1 = Part18
1008
Weld70.part1 = Part18
1009
Weld71.Parent = Part18
1010
Weld71.C0 = CFrame.new(0, 0, 0, 0.838279128, -0.000999996206, 0.545239806, 0.000838252949, 0.999999464, 0.000545274175, -0.545240104, -4.30770335e-08, 0.838279545)
1011
Weld71.C1 = CFrame.new(0, 0, 0, 0.838279128, -0.000999996206, 0.545239806, 0.000838252949, 0.999999464, 0.000545274175, -0.545240104, -4.30770335e-08, 0.838279545)
1012
Weld71.Part0 = Part18
1013
Weld71.Part1 = Part18
1014
Weld71.part1 = Part18
1015
Weld72.Parent = Part18
1016
Weld72.C0 = CFrame.new(0, 0, 0, 0.838279128, -0.000999996206, 0.545239806, 0.000838252949, 0.999999464, 0.000545274175, -0.545240104, -4.30770335e-08, 0.838279545)
1017
Weld72.C1 = CFrame.new(0, 0, 0, 0.838279128, -0.000999996206, 0.545239806, 0.000838252949, 0.999999464, 0.000545274175, -0.545240104, -4.30770335e-08, 0.838279545)
1018
Weld72.Part0 = Part18
1019
Weld72.Part1 = Part18
1020
Weld72.part1 = Part18
1021
Weld73.Parent = Part18
1022
Weld73.C0 = CFrame.new(0, 0, 0, 0.838279128, -0.000999996206, 0.545239806, 0.000838252949, 0.999999464, 0.000545274175, -0.545240104, -4.30770335e-08, 0.838279545)
1023
Weld73.C1 = CFrame.new(0, 0, 0, 0.838279128, -0.000999996206, 0.545239806, 0.000838252949, 0.999999464, 0.000545274175, -0.545240104, -4.30770335e-08, 0.838279545)
1024
Weld73.Part0 = Part18
1025
Weld73.Part1 = Part18
1026
Weld73.part1 = Part18
1027
Weld74.Parent = Part18
1028
Weld74.C0 = CFrame.new(0, 0, 0, 0.838279128, -0.000999996206, 0.545239806, 0.000838252949, 0.999999464, 0.000545274175, -0.545240104, -4.30770335e-08, 0.838279545)
1029
Weld74.C1 = CFrame.new(0, 0, 0, 0.838279128, -0.000999996206, 0.545239806, 0.000838252949, 0.999999464, 0.000545274175, -0.545240104, -4.30770335e-08, 0.838279545)
1030
Weld74.Part0 = Part18
1031
Weld74.Part1 = Part18
1032
Weld74.part1 = Part18
1033
Weld75.Parent = Part18
1034
Weld75.C0 = CFrame.new(0, 0, 0, 0.838279128, -0.000999996206, 0.545239806, 0.000838252949, 0.999999464, 0.000545274175, -0.545240104, -4.30770335e-08, 0.838279545)
1035
Weld75.C1 = CFrame.new(0, 0, 0, 0.838279128, -0.000999996206, 0.545239806, 0.000838252949, 0.999999464, 0.000545274175, -0.545240104, -4.30770335e-08, 0.838279545)
1036
Weld75.Part0 = Part18
1037
Weld75.Part1 = Part18
1038
Weld75.part1 = Part18
1039
Weld76.Parent = Part18
1040
Weld76.C0 = CFrame.new(0, 0, 0, 0.838279128, -0.000999996206, 0.545239806, 0.000838252949, 0.999999464, 0.000545274175, -0.545240104, -4.30770335e-08, 0.838279545)
1041
Weld76.C1 = CFrame.new(0, 0, 0, 0.838279128, -0.000999996206, 0.545239806, 0.000838252949, 0.999999464, 0.000545274175, -0.545240104, -4.30770335e-08, 0.838279545)
1042
Weld76.Part0 = Part18
1043
Weld76.Part1 = Part18
1044
Weld76.part1 = Part18
1045
Weld77.Parent = Part18
1046
Weld77.C0 = CFrame.new(0, 0, 0, 0.838279128, -0.000999996206, 0.545239806, 0.000838252949, 0.999999464, 0.000545274175, -0.545240104, -4.30770335e-08, 0.838279545)
1047
Weld77.C1 = CFrame.new(0, 0, 0, 0.838279128, -0.000999996206, 0.545239806, 0.000838252949, 0.999999464, 0.000545274175, -0.545240104, -4.30770335e-08, 0.838279545)
1048
Weld77.Part0 = Part18
1049
Weld77.Part1 = Part18
1050
Weld77.part1 = Part18
1051
Weld78.Parent = Part18
1052
Weld78.C0 = CFrame.new(0, 0, 0, 0.838279128, -0.000999996206, 0.545239806, 0.000838252949, 0.999999464, 0.000545274175, -0.545240104, -4.30770335e-08, 0.838279545)
1053
Weld78.C1 = CFrame.new(0, 0, 0, 0.838279128, -0.000999996206, 0.545239806, 0.000838252949, 0.999999464, 0.000545274175, -0.545240104, -4.30770335e-08, 0.838279545)
1054
Weld78.Part0 = Part18
1055
Weld78.Part1 = Part18
1056
Weld78.part1 = Part18
1057
Weld79.Parent = Part18
1058
Weld79.C0 = CFrame.new(0, 0, 0, 0.838279128, -0.000999996206, 0.545239806, 0.000838252949, 0.999999464, 0.000545274175, -0.545240104, -4.30770335e-08, 0.838279545)
1059
Weld79.C1 = CFrame.new(0, 0, 0, 0.838279128, -0.000999996206, 0.545239806, 0.000838252949, 0.999999464, 0.000545274175, -0.545240104, -4.30770335e-08, 0.838279545)
1060
Weld79.Part0 = Part18
1061
Weld79.Part1 = Part18
1062
Weld79.part1 = Part18
1063
Weld80.Parent = Part18
1064
Weld80.C0 = CFrame.new(0, 0, 0, 0.838279128, -0.000999996206, 0.545239806, 0.000838252949, 0.999999464, 0.000545274175, -0.545240104, -4.30770335e-08, 0.838279545)
1065
Weld80.C1 = CFrame.new(0, 0, 0, 0.838279128, -0.000999996206, 0.545239806, 0.000838252949, 0.999999464, 0.000545274175, -0.545240104, -4.30770335e-08, 0.838279545)
1066
Weld80.Part0 = Part18
1067
Weld80.Part1 = Part18
1068
Weld80.part1 = Part18
1069
Weld81.Parent = Part18
1070
Weld81.C0 = CFrame.new(0, 0, 0, 0.838279128, -0.000999996206, 0.545239806, 0.000838252949, 0.999999464, 0.000545274175, -0.545240104, -4.30770335e-08, 0.838279545)
1071
Weld81.C1 = CFrame.new(0, 0, 0, 0.838279128, -0.000999996206, 0.545239806, 0.000838252949, 0.999999464, 0.000545274175, -0.545240104, -4.30770335e-08, 0.838279545)
1072
Weld81.Part0 = Part18
1073
Weld81.Part1 = Part18
1074
Weld81.part1 = Part18
1075
Weld82.Parent = Part18
1076
Weld82.C0 = CFrame.new(0, 0, 0, 0.838279128, -0.000999996206, 0.545239806, 0.000838252949, 0.999999464, 0.000545274175, -0.545240104, -4.30770335e-08, 0.838279545)
1077
Weld82.C1 = CFrame.new(0, 0, 0, 0.838279128, -0.000999996206, 0.545239806, 0.000838252949, 0.999999464, 0.000545274175, -0.545240104, -4.30770335e-08, 0.838279545)
1078
Weld82.Part0 = Part18
1079
Weld82.Part1 = Part18
1080
Weld82.part1 = Part18
1081
Weld83.Parent = Part18
1082
Weld83.C0 = CFrame.new(0, 0, 0, 0.838279128, -0.000999996206, 0.545239806, 0.000838252949, 0.999999464, 0.000545274175, -0.545240104, -4.30770335e-08, 0.838279545)
1083
Weld83.C1 = CFrame.new(0, 0, 0, 0.838279128, -0.000999996206, 0.545239806, 0.000838252949, 0.999999464, 0.000545274175, -0.545240104, -4.30770335e-08, 0.838279545)
1084
Weld83.Part0 = Part18
1085
Weld83.Part1 = Part18
1086
Weld83.part1 = Part18
1087
Weld84.Parent = Part18
1088
Weld84.C0 = CFrame.new(0, 0, 0, 0.838279128, -0.000999996206, 0.545239806, 0.000838252949, 0.999999464, 0.000545274175, -0.545240104, -4.30770335e-08, 0.838279545)
1089
Weld84.C1 = CFrame.new(0, 0, 0, 0.838279128, -0.000999996206, 0.545239806, 0.000838252949, 0.999999464, 0.000545274175, -0.545240104, -4.30770335e-08, 0.838279545)
1090
Weld84.Part0 = Part18
1091
Weld84.Part1 = Part18
1092
Weld84.part1 = Part18
1093
Weld85.Parent = Part18
1094
Weld85.C0 = CFrame.new(0, 0, 0, 0.838279128, -0.000999996206, 0.545239806, 0.000838252949, 0.999999464, 0.000545274175, -0.545240104, -4.30770335e-08, 0.838279545)
1095
Weld85.C1 = CFrame.new(0, 0, 0, 0.838279128, -0.000999996206, 0.545239806, 0.000838252949, 0.999999464, 0.000545274175, -0.545240104, -4.30770335e-08, 0.838279545)
1096
Weld85.Part0 = Part18
1097
Weld85.Part1 = Part18
1098
Weld85.part1 = Part18
1099
Weld86.Parent = Part18
1100
Weld86.C0 = CFrame.new(0, 0, 0, 0.838279128, -0.000999996206, 0.545239806, 0.000838252949, 0.999999464, 0.000545274175, -0.545240104, -4.30770335e-08, 0.838279545)
1101
Weld86.C1 = CFrame.new(0, 0, 0, 0.838279128, -0.000999996206, 0.545239806, 0.000838252949, 0.999999464, 0.000545274175, -0.545240104, -4.30770335e-08, 0.838279545)
1102
Weld86.Part0 = Part18
1103
Weld86.Part1 = Part18
1104
Weld86.part1 = Part18
1105
Weld87.Parent = Part18
1106
Weld87.C0 = CFrame.new(0, 0, 0, 0.838279128, -0.000999996206, 0.545239806, 0.000838252949, 0.999999464, 0.000545274175, -0.545240104, -4.30770335e-08, 0.838279545)
1107
Weld87.C1 = CFrame.new(0, 0, 0, 0.838279128, -0.000999996206, 0.545239806, 0.000838252949, 0.999999464, 0.000545274175, -0.545240104, -4.30770335e-08, 0.838279545)
1108
Weld87.Part0 = Part18
1109
Weld87.Part1 = Part18
1110
Weld87.part1 = Part18
1111
Weld88.Parent = Part18
1112
Weld88.C0 = CFrame.new(0, 0, 0, 0.838279128, -0.000999996206, 0.545239806, 0.000838252949, 0.999999464, 0.000545274175, -0.545240104, -4.30770335e-08, 0.838279545)
1113
Weld88.C1 = CFrame.new(0, 0, 0, 0.838279128, -0.000999996206, 0.545239806, 0.000838252949, 0.999999464, 0.000545274175, -0.545240104, -4.30770335e-08, 0.838279545)
1114
Weld88.Part0 = Part18
1115
Weld88.Part1 = Part18
1116
Weld88.part1 = Part18
1117
Weld89.Parent = Part18
1118
Weld89.C0 = CFrame.new(0, 0, 0, 0.838279128, -0.000999996206, 0.545239806, 0.000838252949, 0.999999464, 0.000545274175, -0.545240104, -4.30770335e-08, 0.838279545)
1119
Weld89.C1 = CFrame.new(0, 0, 0, 0.838279128, -0.000999996206, 0.545239806, 0.000838252949, 0.999999464, 0.000545274175, -0.545240104, -4.30770335e-08, 0.838279545)
1120
Weld89.Part0 = Part18
1121
Weld89.Part1 = Part18
1122
Weld89.part1 = Part18
1123
Weld90.Parent = Part18
1124
Weld90.C0 = CFrame.new(0, 0, 0, 0.838279128, -0.000999996206, 0.545239806, 0.000838252949, 0.999999464, 0.000545274175, -0.545240104, -4.30770335e-08, 0.838279545)
1125
Weld90.C1 = CFrame.new(0, 0, 0, 0.838279128, -0.000999996206, 0.545239806, 0.000838252949, 0.999999464, 0.000545274175, -0.545240104, -4.30770335e-08, 0.838279545)
1126
Weld90.Part0 = Part18
1127
Weld90.Part1 = Part18
1128
Weld90.part1 = Part18
1129
Weld91.Parent = Part18
1130
Weld91.C0 = CFrame.new(0, 0, 0, 0.838279128, -0.000999996206, 0.545239806, 0.000838252949, 0.999999464, 0.000545274175, -0.545240104, -4.30770335e-08, 0.838279545)
1131
Weld91.C1 = CFrame.new(0, 0, 0, 0.838279128, -0.000999996206, 0.545239806, 0.000838252949, 0.999999464, 0.000545274175, -0.545240104, -4.30770335e-08, 0.838279545)
1132
Weld91.Part0 = Part18
1133
Weld91.Part1 = Part18
1134
Weld91.part1 = Part18
1135
Weld92.Parent = Part18
1136
Weld92.C0 = CFrame.new(0, 0, 0, 0.838279128, -0.000999996206, 0.545239806, 0.000838252949, 0.999999464, 0.000545274175, -0.545240104, -4.30770335e-08, 0.838279545)
1137
Weld92.C1 = CFrame.new(0, 0, 0, 0.838279128, -0.000999996206, 0.545239806, 0.000838252949, 0.999999464, 0.000545274175, -0.545240104, -4.30770335e-08, 0.838279545)
1138
Weld92.Part0 = Part18
1139
Weld92.Part1 = Part18
1140
Weld92.part1 = Part18
1141
Weld93.Parent = Part18
1142
Weld93.C0 = CFrame.new(0, 0, 0, 0.838279128, -0.000999996206, 0.545239806, 0.000838252949, 0.999999464, 0.000545274175, -0.545240104, -4.30770335e-08, 0.838279545)
1143
Weld93.C1 = CFrame.new(0, 0, 0, 0.838279128, -0.000999996206, 0.545239806, 0.000838252949, 0.999999464, 0.000545274175, -0.545240104, -4.30770335e-08, 0.838279545)
1144
Weld93.Part0 = Part18
1145
Weld93.Part1 = Part18
1146
Weld93.part1 = Part18
1147
Weld94.Parent = Part18
1148
Weld94.C0 = CFrame.new(0, 0, 0, 0.838279128, -0.000999996206, 0.545239806, 0.000838252949, 0.999999464, 0.000545274175, -0.545240104, -4.30770335e-08, 0.838279545)
1149
Weld94.C1 = CFrame.new(0, 0, 0, 0.838279128, -0.000999996206, 0.545239806, 0.000838252949, 0.999999464, 0.000545274175, -0.545240104, -4.30770335e-08, 0.838279545)
1150
Weld94.Part0 = Part18
1151
Weld94.Part1 = Part18
1152
Weld94.part1 = Part18
1153
Weld95.Parent = Part18
1154
Weld95.C0 = CFrame.new(0, 0, 0, 0.838279128, -0.000999996206, 0.545239806, 0.000838252949, 0.999999464, 0.000545274175, -0.545240104, -4.30770335e-08, 0.838279545)
1155
Weld95.C1 = CFrame.new(0, 0, 0, 0.838279128, -0.000999996206, 0.545239806, 0.000838252949, 0.999999464, 0.000545274175, -0.545240104, -4.30770335e-08, 0.838279545)
1156
Weld95.Part0 = Part18
1157
Weld95.Part1 = Part18
1158
Weld95.part1 = Part18
1159
Weld96.Parent = Part18
1160
Weld96.C0 = CFrame.new(0, 0, 0, 0.668561697, 0.000950071786, 0.743655622, 0.742740989, 0.0487433672, -0.667801738, -0.0368827432, 0.998810887, 0.0318822935)
1161
Weld96.C1 = CFrame.new(0, 0, 0, 0.668561697, 0.000950071786, 0.743655622, 0.742740989, 0.0487433672, -0.667801738, -0.0368827432, 0.998810887, 0.0318822935)
1162
Weld96.Part0 = Part18
1163
Weld96.Part1 = Part18
1164
Weld96.part1 = Part18
1165
Weld97.Parent = Part18
1166
Weld97.C0 = CFrame.new(0, 0, 0, 0.668561697, 0.000950071786, 0.743655622, 0.742740989, 0.0487433672, -0.667801738, -0.0368827432, 0.998810887, 0.0318822935)
1167
Weld97.C1 = CFrame.new(0, 0, 0, 0.668561697, 0.000950071786, 0.743655622, 0.742740989, 0.0487433672, -0.667801738, -0.0368827432, 0.998810887, 0.0318822935)
1168
Weld97.Part0 = Part18
1169
Weld97.Part1 = Part18
1170
Weld97.part1 = Part18
1171
Weld98.Parent = Part18
1172
Weld98.C0 = CFrame.new(0, 0, 0, 0.668561697, 0.000950071786, 0.743655622, 0.742740989, 0.0487433672, -0.667801738, -0.0368827432, 0.998810887, 0.0318822935)
1173
Weld98.C1 = CFrame.new(0, 0, 0, 0.668561697, 0.000950071786, 0.743655622, 0.742740989, 0.0487433672, -0.667801738, -0.0368827432, 0.998810887, 0.0318822935)
1174
Weld98.Part0 = Part18
1175
Weld98.Part1 = Part18
1176
Weld98.part1 = Part18
1177
Weld99.Parent = Part18
1178
Weld99.C0 = CFrame.new(0, 0, 0, 0.668561697, 0.000950071786, 0.743655622, 0.742740989, 0.0487433672, -0.667801738, -0.0368827432, 0.998810887, 0.0318822935)
1179
Weld99.C1 = CFrame.new(0, 0, 0, 0.668561697, 0.000950071786, 0.743655622, 0.742740989, 0.0487433672, -0.667801738, -0.0368827432, 0.998810887, 0.0318822935)
1180
Weld99.Part0 = Part18
1181
Weld99.Part1 = Part18
1182
Weld99.part1 = Part18
1183
Weld100.Parent = Part18
1184
Weld100.C0 = CFrame.new(0, 0, 0, 0.668561697, 0.000950071786, 0.743655622, 0.742740989, 0.0487433672, -0.667801738, -0.0368827432, 0.998810887, 0.0318822935)
1185
Weld100.C1 = CFrame.new(0, 0, 0, 0.668561697, 0.000950071786, 0.743655622, 0.742740989, 0.0487433672, -0.667801738, -0.0368827432, 0.998810887, 0.0318822935)
1186
Weld100.Part0 = Part18
1187
Weld100.Part1 = Part18
1188
Weld100.part1 = Part18
1189
Weld101.Parent = Part18
1190
Weld101.C0 = CFrame.new(0, 0, 0, 0.668561697, 0.000950071786, 0.743655622, 0.742740989, 0.0487433672, -0.667801738, -0.0368827432, 0.998810887, 0.0318822935)
1191
Weld101.C1 = CFrame.new(0, 0, 0, 0.668561697, 0.000950071786, 0.743655622, 0.742740989, 0.0487433672, -0.667801738, -0.0368827432, 0.998810887, 0.0318822935)
1192
Weld101.Part0 = Part18
1193
Weld101.Part1 = Part18
1194
Weld101.part1 = Part18
1195
Weld102.Parent = Part18
1196
Weld102.C0 = CFrame.new(0, 0, 0, 0.668561697, 0.000950071786, 0.743655622, 0.742740989, 0.0487433672, -0.667801738, -0.0368827432, 0.998810887, 0.0318822935)
1197
Weld102.C1 = CFrame.new(0, 0, 0, 0.668561697, 0.000950071786, 0.743655622, 0.742740989, 0.0487433672, -0.667801738, -0.0368827432, 0.998810887, 0.0318822935)
1198
Weld102.Part0 = Part18
1199
Weld102.Part1 = Part18
1200
Weld102.part1 = Part18
1201
Weld103.Parent = Part18
1202
Weld103.C0 = CFrame.new(0, 0, 0, 0.668561697, 0.000950071786, 0.743655622, 0.742740989, 0.0487433672, -0.667801738, -0.0368827432, 0.998810887, 0.0318822935)
1203
Weld103.C1 = CFrame.new(0, 0, 0, 0.668561697, 0.000950071786, 0.743655622, 0.742740989, 0.0487433672, -0.667801738, -0.0368827432, 0.998810887, 0.0318822935)
1204
Weld103.Part0 = Part18
1205
Weld103.Part1 = Part18
1206
Weld103.part1 = Part18
1207
Weld104.Parent = Part18
1208
Weld104.C0 = CFrame.new(0, 0, 0, 0.668561697, 0.000950071786, 0.743655622, 0.742740989, 0.0487433672, -0.667801738, -0.0368827432, 0.998810887, 0.0318822935)
1209
Weld104.C1 = CFrame.new(0, 0, 0, 0.668561697, 0.000950071786, 0.743655622, 0.742740989, 0.0487433672, -0.667801738, -0.0368827432, 0.998810887, 0.0318822935)
1210
Weld104.Part0 = Part18
1211
Weld104.Part1 = Part18
1212
Weld104.part1 = Part18
1213
Weld105.Parent = Part18
1214
Weld105.C0 = CFrame.new(0, 0, 0, 0.668561697, 0.000950071786, 0.743655622, 0.742740989, 0.0487433672, -0.667801738, -0.0368827432, 0.998810887, 0.0318822935)
1215
Weld105.C1 = CFrame.new(0, 0, 0, 0.668561697, 0.000950071786, 0.743655622, 0.742740989, 0.0487433672, -0.667801738, -0.0368827432, 0.998810887, 0.0318822935)
1216
Weld105.Part0 = Part18
1217
Weld105.Part1 = Part18
1218
Weld105.part1 = Part18
1219
Weld106.Parent = Part18
1220
Weld106.C0 = CFrame.new(0, 0, 0, 0.838279486, -0.000999999465, 0.545239806, 0.000838255684, 0.999999464, 0.000545276504, -0.545240104, -4.3711367e-08, 0.838279903)
1221
Weld106.C1 = CFrame.new(0, 0, 0, 0.838279486, -0.000999999465, 0.545239806, 0.000838255684, 0.999999464, 0.000545276504, -0.545240104, -4.3711367e-08, 0.838279903)
1222
Weld106.Part0 = Part18
1223
Weld106.Part1 = Part18
1224
Weld106.part1 = Part18
1225
Weld107.Parent = Part18
1226
Weld107.C0 = CFrame.new(0, 0, 0, 0.838279486, -0.000999999465, 0.545239806, 0.000838255684, 0.999999464, 0.000545276504, -0.545240104, -4.3711367e-08, 0.838279903)
1227
Weld107.C1 = CFrame.new(0, 0, 0, 0.838279486, -0.000999999465, 0.545239806, 0.000838255684, 0.999999464, 0.000545276504, -0.545240104, -4.3711367e-08, 0.838279903)
1228
Weld107.Part0 = Part18
1229
Weld107.Part1 = Part18
1230
Weld107.part1 = Part18
1231
Weld108.Parent = Part18
1232
Weld108.C0 = CFrame.new(0, 0, 0, 0.838279486, -0.000999999465, 0.545239806, 0.000838255684, 0.999999464, 0.000545276504, -0.545240104, -4.3711367e-08, 0.838279903)
1233
Weld108.C1 = CFrame.new(0, 0, 0, 0.838279486, -0.000999999465, 0.545239806, 0.000838255684, 0.999999464, 0.000545276504, -0.545240104, -4.3711367e-08, 0.838279903)
1234
Weld108.Part0 = Part18
1235
Weld108.Part1 = Part18
1236
Weld108.part1 = Part18
1237
Weld109.Parent = Part18
1238
Weld109.C0 = CFrame.new(0, 0, 0, 0.838279486, -0.000999999465, 0.545239806, 0.000838255684, 0.999999464, 0.000545276504, -0.545240104, -4.3711367e-08, 0.838279903)
1239
Weld109.C1 = CFrame.new(0, 0, 0, 0.838279486, -0.000999999465, 0.545239806, 0.000838255684, 0.999999464, 0.000545276504, -0.545240104, -4.3711367e-08, 0.838279903)
1240
Weld109.Part0 = Part18
1241
Weld109.Part1 = Part18
1242
Weld109.part1 = Part18
1243
Weld110.Parent = Part18
1244
Weld110.C0 = CFrame.new(0, 0, 0, 0.838279486, -0.000999999465, 0.545239806, 0.000838255684, 0.999999464, 0.000545276504, -0.545240104, -4.3711367e-08, 0.838279903)
1245
Weld110.C1 = CFrame.new(0, 0, 0, 0.838279486, -0.000999999465, 0.545239806, 0.000838255684, 0.999999464, 0.000545276504, -0.545240104, -4.3711367e-08, 0.838279903)
1246
Weld110.Part0 = Part18
1247
Weld110.Part1 = Part18
1248
Weld110.part1 = Part18
1249
Weld111.Parent = Part18
1250
Weld111.C0 = CFrame.new(0, 0, 0, 0.838279486, -0.000999999465, 0.545239806, 0.000838255684, 0.999999464, 0.000545276504, -0.545240104, -4.3711367e-08, 0.838279903)
1251
Weld111.C1 = CFrame.new(0, 0, 0, 0.838279486, -0.000999999465, 0.545239806, 0.000838255684, 0.999999464, 0.000545276504, -0.545240104, -4.3711367e-08, 0.838279903)
1252
Weld111.Part0 = Part18
1253
Weld111.Part1 = Part18
1254
Weld111.part1 = Part18
1255
Weld112.Parent = Part18
1256
Weld112.C0 = CFrame.new(0, 0, 0, 0.838279486, -0.000999999465, 0.545239806, 0.000838255684, 0.999999464, 0.000545276504, -0.545240104, -4.3711367e-08, 0.838279903)
1257
Weld112.C1 = CFrame.new(0, 0, 0, 0.838279486, -0.000999999465, 0.545239806, 0.000838255684, 0.999999464, 0.000545276504, -0.545240104, -4.3711367e-08, 0.838279903)
1258
Weld112.Part0 = Part18
1259
Weld112.Part1 = Part18
1260
Weld112.part1 = Part18
1261
Weld113.Parent = Part18
1262
Weld113.C0 = CFrame.new(0, 0, 0, 0.838279486, -0.000999999465, 0.545239806, 0.000838255684, 0.999999464, 0.000545276504, -0.545240104, -4.3711367e-08, 0.838279903)
1263
Weld113.C1 = CFrame.new(0, 0, 0, 0.838279486, -0.000999999465, 0.545239806, 0.000838255684, 0.999999464, 0.000545276504, -0.545240104, -4.3711367e-08, 0.838279903)
1264
Weld113.Part0 = Part18
1265
Weld113.Part1 = Part18
1266
Weld113.part1 = Part18
1267
Weld114.Parent = Part18
1268
Weld114.C0 = CFrame.new(0, 0, 0, 0.838279486, -0.000999999465, 0.545239806, 0.000838255684, 0.999999464, 0.000545276504, -0.545240104, -4.3711367e-08, 0.838279903)
1269
Weld114.C1 = CFrame.new(0, 0, 0, 0.838279486, -0.000999999465, 0.545239806, 0.000838255684, 0.999999464, 0.000545276504, -0.545240104, -4.3711367e-08, 0.838279903)
1270
Weld114.Part0 = Part18
1271
Weld114.Part1 = Part18
1272
Weld114.part1 = Part18
1273
Weld115.Parent = Part18
1274
Weld115.C0 = CFrame.new(0, 0, 0, 0.838279486, -0.000999999465, 0.545239806, 0.000838255684, 0.999999464, 0.000545276504, -0.545240104, -4.3711367e-08, 0.838279903)
1275
Weld115.C1 = CFrame.new(0, 0, 0, 0.838279486, -0.000999999465, 0.545239806, 0.000838255684, 0.999999464, 0.000545276504, -0.545240104, -4.3711367e-08, 0.838279903)
1276
Weld115.Part0 = Part18
1277
Weld115.Part1 = Part18
1278
Weld115.part1 = Part18
1279
Weld116.Parent = Part18
1280
Weld116.C0 = CFrame.new(0, 0, 0, 0.838279486, -0.000999999465, 0.545239806, 0.000838255684, 0.999999464, 0.000545276504, -0.545240104, -4.3711367e-08, 0.838279903)
1281
Weld116.C1 = CFrame.new(0, 0, 0, 0.838279486, -0.000999999465, 0.545239806, 0.000838255684, 0.999999464, 0.000545276504, -0.545240104, -4.3711367e-08, 0.838279903)
1282
Weld116.Part0 = Part18
1283
Weld116.Part1 = Part18
1284
Weld116.part1 = Part18
1285
Weld117.Parent = Part18
1286
Weld117.C0 = CFrame.new(0, 0, 0, 0.838279486, -0.000999999465, 0.545239806, 0.000838255684, 0.999999464, 0.000545276504, -0.545240104, -4.3711367e-08, 0.838279903)
1287
Weld117.C1 = CFrame.new(0, 0, 0, 0.838279486, -0.000999999465, 0.545239806, 0.000838255684, 0.999999464, 0.000545276504, -0.545240104, -4.3711367e-08, 0.838279903)
1288
Weld117.Part0 = Part18
1289
Weld117.Part1 = Part18
1290
Weld117.part1 = Part18
1291
Weld118.Parent = Part18
1292
Weld118.C0 = CFrame.new(0, 0, 0, 0.838279486, -0.000999999465, 0.545239806, 0.000838255684, 0.999999464, 0.000545276504, -0.545240104, -4.3711367e-08, 0.838279903)
1293
Weld118.C1 = CFrame.new(0, 0, 0, 0.838279486, -0.000999999465, 0.545239806, 0.000838255684, 0.999999464, 0.000545276504, -0.545240104, -4.3711367e-08, 0.838279903)
1294
Weld118.Part0 = Part18
1295
Weld118.Part1 = Part18
1296
Weld118.part1 = Part18
1297
Weld119.Parent = Part18
1298
Weld119.C0 = CFrame.new(0, 0, 0, 0.838279486, -0.000999999465, 0.545239806, 0.000838255684, 0.999999464, 0.000545276504, -0.545240104, -4.3711367e-08, 0.838279903)
1299
Weld119.C1 = CFrame.new(0, 0, 0, 0.838279486, -0.000999999465, 0.545239806, 0.000838255684, 0.999999464, 0.000545276504, -0.545240104, -4.3711367e-08, 0.838279903)
1300
Weld119.Part0 = Part18
1301
Weld119.Part1 = Part18
1302
Weld119.part1 = Part18
1303
Weld120.Parent = Part18
1304
Weld120.C0 = CFrame.new(0, 0, 0, 0.838279486, -0.000999999465, 0.545239806, 0.000838255684, 0.999999464, 0.000545276504, -0.545240104, -4.3711367e-08, 0.838279903)
1305
Weld120.C1 = CFrame.new(0, 0, 0, 0.838279486, -0.000999999465, 0.545239806, 0.000838255684, 0.999999464, 0.000545276504, -0.545240104, -4.3711367e-08, 0.838279903)
1306
Weld120.Part0 = Part18
1307
Weld120.Part1 = Part18
1308
Weld120.part1 = Part18
1309
Weld121.Parent = Part18
1310
Weld121.C0 = CFrame.new(0, 0, 0, 0.838279486, -0.000999999465, 0.545239806, 0.000838255684, 0.999999464, 0.000545276504, -0.545240104, -4.3711367e-08, 0.838279903)
1311
Weld121.C1 = CFrame.new(0, 0, 0, 0.838279486, -0.000999999465, 0.545239806, 0.000838255684, 0.999999464, 0.000545276504, -0.545240104, -4.3711367e-08, 0.838279903)
1312
Weld121.Part0 = Part18
1313
Weld121.Part1 = Part18
1314
Weld121.part1 = Part18
1315
Weld122.Parent = Part18
1316
Weld122.C0 = CFrame.new(0, 0, 0, 0.838279486, -0.000999999465, 0.545239806, 0.000838255684, 0.999999464, 0.000545276504, -0.545240104, -4.3711367e-08, 0.838279903)
1317
Weld122.C1 = CFrame.new(0, 0, 0, 0.838279486, -0.000999999465, 0.545239806, 0.000838255684, 0.999999464, 0.000545276504, -0.545240104, -4.3711367e-08, 0.838279903)
1318
Weld122.Part0 = Part18
1319
Weld122.Part1 = Part18
1320
Weld122.part1 = Part18
1321
Weld123.Parent = Part18
1322
Weld123.C0 = CFrame.new(0, 0, 0, 0.838279486, -0.000999999465, 0.545239806, 0.000838255684, 0.999999464, 0.000545276504, -0.545240104, -4.3711367e-08, 0.838279903)
1323
Weld123.C1 = CFrame.new(0, 0, 0, 0.838279486, -0.000999999465, 0.545239806, 0.000838255684, 0.999999464, 0.000545276504, -0.545240104, -4.3711367e-08, 0.838279903)
1324
Weld123.Part0 = Part18
1325
Weld123.Part1 = Part18
1326
Weld123.part1 = Part18
1327
Weld124.Parent = Part18
1328
Weld124.C0 = CFrame.new(0, 0, 0, 0.838279486, -0.000999999465, 0.545239806, 0.000838255684, 0.999999464, 0.000545276504, -0.545240104, -4.3711367e-08, 0.838279903)
1329
Weld124.C1 = CFrame.new(0, 0, 0, 0.838279486, -0.000999999465, 0.545239806, 0.000838255684, 0.999999464, 0.000545276504, -0.545240104, -4.3711367e-08, 0.838279903)
1330
Weld124.Part0 = Part18
1331
Weld124.Part1 = Part18
1332
Weld124.part1 = Part18
1333
Weld125.Parent = Part18
1334
Weld125.C0 = CFrame.new(0, 0, 0, 0.838279486, -0.000999999465, 0.545239806, 0.000838255684, 0.999999464, 0.000545276504, -0.545240104, -4.3711367e-08, 0.838279903)
1335
Weld125.C1 = CFrame.new(0, 0, 0, 0.838279486, -0.000999999465, 0.545239806, 0.000838255684, 0.999999464, 0.000545276504, -0.545240104, -4.3711367e-08, 0.838279903)
1336
Weld125.Part0 = Part18
1337
Weld125.Part1 = Part18
1338
Weld125.part1 = Part18
1339
Weld126.Parent = Part18
1340
Weld126.C0 = CFrame.new(0, 0, 0, 0.838279486, -0.000999999465, 0.545239806, 0.000838255684, 0.999999464, 0.000545276504, -0.545240104, -4.3711367e-08, 0.838279903)
1341
Weld126.C1 = CFrame.new(0, 0, 0, 0.838279486, -0.000999999465, 0.545239806, 0.000838255684, 0.999999464, 0.000545276504, -0.545240104, -4.3711367e-08, 0.838279903)
1342
Weld126.Part0 = Part18
1343
Weld126.Part1 = Part18
1344
Weld126.part1 = Part18
1345
Weld127.Parent = Part18
1346
Weld127.C0 = CFrame.new(0, 0, 0, 0.838279486, -0.000999999465, 0.545239806, 0.000838255684, 0.999999464, 0.000545276504, -0.545240104, -4.3711367e-08, 0.838279903)
1347
Weld127.C1 = CFrame.new(0, 0, 0, 0.838279486, -0.000999999465, 0.545239806, 0.000838255684, 0.999999464, 0.000545276504, -0.545240104, -4.3711367e-08, 0.838279903)
1348
Weld127.Part0 = Part18
1349
Weld127.Part1 = Part18
1350
Weld127.part1 = Part18
1351
Weld128.Parent = Part18
1352
Weld128.C0 = CFrame.new(0, 0, 0, 0.838279486, -0.000999999465, 0.545239806, 0.000838255684, 0.999999464, 0.000545276504, -0.545240104, -4.3711367e-08, 0.838279903)
1353
Weld128.C1 = CFrame.new(0, 0, 0, 0.838279486, -0.000999999465, 0.545239806, 0.000838255684, 0.999999464, 0.000545276504, -0.545240104, -4.3711367e-08, 0.838279903)
1354
Weld128.Part0 = Part18
1355
Weld128.Part1 = Part18
1356
Weld128.part1 = Part18
1357
Weld129.Parent = Part18
1358
Weld129.C0 = CFrame.new(0, 0, 0, 0.838279486, -0.000999999465, 0.545239806, 0.000838255684, 0.999999464, 0.000545276504, -0.545240104, -4.3711367e-08, 0.838279903)
1359
Weld129.C1 = CFrame.new(0, 0, 0, 0.838279486, -0.000999999465, 0.545239806, 0.000838255684, 0.999999464, 0.000545276504, -0.545240104, -4.3711367e-08, 0.838279903)
1360
Weld129.Part0 = Part18
1361
Weld129.Part1 = Part18
1362
Weld129.part1 = Part18
1363
Weld130.Parent = Part18
1364
Weld130.C0 = CFrame.new(0, 0, 0, 0.838279486, -0.000999999465, 0.545239806, 0.000838255684, 0.999999464, 0.000545276504, -0.545240104, -4.3711367e-08, 0.838279903)
1365
Weld130.C1 = CFrame.new(0, 0, 0, 0.838279486, -0.000999999465, 0.545239806, 0.000838255684, 0.999999464, 0.000545276504, -0.545240104, -4.3711367e-08, 0.838279903)
1366
Weld130.Part0 = Part18
1367
Weld130.Part1 = Part18
1368
Weld130.part1 = Part18
1369
Weld131.Parent = Part18
1370
Weld131.C0 = CFrame.new(0, 0, 0, 0.838279486, -0.000999999465, 0.545239806, 0.000838255684, 0.999999464, 0.000545276504, -0.545240104, -4.3711367e-08, 0.838279903)
1371
Weld131.C1 = CFrame.new(0, 0, 0, 0.838279486, -0.000999999465, 0.545239806, 0.000838255684, 0.999999464, 0.000545276504, -0.545240104, -4.3711367e-08, 0.838279903)
1372
Weld131.Part0 = Part18
1373
Weld131.Part1 = Part18
1374
Weld131.part1 = Part18
1375
Weld132.Parent = Part18
1376
Weld132.C0 = CFrame.new(0, 0, 0, 0.838279486, -0.000999999465, 0.545239806, 0.000838255684, 0.999999464, 0.000545276504, -0.545240104, -4.3711367e-08, 0.838279903)
1377
Weld132.C1 = CFrame.new(0, 0, 0, 0.838279486, -0.000999999465, 0.545239806, 0.000838255684, 0.999999464, 0.000545276504, -0.545240104, -4.3711367e-08, 0.838279903)
1378
Weld132.Part0 = Part18
1379
Weld132.Part1 = Part18
1380
Weld132.part1 = Part18
1381
Weld133.Parent = Part18
1382
Weld133.C0 = CFrame.new(0, 0, 0, 0.838279486, -0.000999999465, 0.545239806, 0.000838255684, 0.999999464, 0.000545276504, -0.545240104, -4.3711367e-08, 0.838279903)
1383
Weld133.C1 = CFrame.new(0, 0, 0, 0.838279486, -0.000999999465, 0.545239806, 0.000838255684, 0.999999464, 0.000545276504, -0.545240104, -4.3711367e-08, 0.838279903)
1384
Weld133.Part0 = Part18
1385
Weld133.Part1 = Part18
1386
Weld133.part1 = Part18
1387
Weld134.Parent = Part18
1388
Weld134.C0 = CFrame.new(0, 0, 0, 0.838279486, -0.000999999465, 0.545239806, 0.000838255684, 0.999999464, 0.000545276504, -0.545240104, -4.3711367e-08, 0.838279903)
1389
Weld134.C1 = CFrame.new(0, 0, 0, 0.838279486, -0.000999999465, 0.545239806, 0.000838255684, 0.999999464, 0.000545276504, -0.545240104, -4.3711367e-08, 0.838279903)
1390
Weld134.Part0 = Part18
1391
Weld134.Part1 = Part18
1392
Weld134.part1 = Part18
1393
Weld135.Parent = Part18
1394
Weld135.C0 = CFrame.new(0, 0, 0, 0.838279486, -0.000999999465, 0.545239806, 0.000838255684, 0.999999464, 0.000545276504, -0.545240104, -4.3711367e-08, 0.838279903)
1395
Weld135.C1 = CFrame.new(0, 0, 0, 0.838279486, -0.000999999465, 0.545239806, 0.000838255684, 0.999999464, 0.000545276504, -0.545240104, -4.3711367e-08, 0.838279903)
1396
Weld135.Part0 = Part18
1397
Weld135.Part1 = Part18
1398
Weld135.part1 = Part18
1399
Weld136.Parent = Part18
1400
Weld136.C0 = CFrame.new(0, 0, 0, 0.668609679, 0.00101627363, 0.743612826, 0.743524253, -0.0164078008, -0.668507516, 0.0115216672, 0.999864876, -0.0117260385)
1401
Weld136.C1 = CFrame.new(0, 0, 0, 0.668609679, 0.00101627363, 0.743612826, 0.743524253, -0.0164078008, -0.668507516, 0.0115216672, 0.999864876, -0.0117260385)
1402
Weld136.Part0 = Part18
1403
Weld136.Part1 = Part18
1404
Weld136.part1 = Part18
1405
Weld137.Parent = Part18
1406
Weld137.C0 = CFrame.new(0, 0, 0, 0.668609679, 0.00101627363, 0.743612826, 0.743524253, -0.0164078008, -0.668507516, 0.0115216672, 0.999864876, -0.0117260385)
1407
Weld137.C1 = CFrame.new(0, 0, 0, 0.668609679, 0.00101627363, 0.743612826, 0.743524253, -0.0164078008, -0.668507516, 0.0115216672, 0.999864876, -0.0117260385)
1408
Weld137.Part0 = Part18
1409
Weld137.Part1 = Part18
1410
Weld137.part1 = Part18
1411
Weld138.Parent = Part18
1412
Weld138.C0 = CFrame.new(0, 0, 0, 0.668609679, 0.00101627363, 0.743612826, 0.743524253, -0.0164078008, -0.668507516, 0.0115216672, 0.999864876, -0.0117260385)
1413
Weld138.C1 = CFrame.new(0, 0, 0, 0.668609679, 0.00101627363, 0.743612826, 0.743524253, -0.0164078008, -0.668507516, 0.0115216672, 0.999864876, -0.0117260385)
1414
Weld138.Part0 = Part18
1415
Weld138.Part1 = Part18
1416
Weld138.part1 = Part18
1417
Weld139.Parent = Part18
1418
Weld139.C0 = CFrame.new(0, 0, 0, 0.668609679, 0.00101627363, 0.743612826, 0.743524253, -0.0164078008, -0.668507516, 0.0115216672, 0.999864876, -0.0117260385)
1419
Weld139.C1 = CFrame.new(0, 0, 0, 0.668609679, 0.00101627363, 0.743612826, 0.743524253, -0.0164078008, -0.668507516, 0.0115216672, 0.999864876, -0.0117260385)
1420
Weld139.Part0 = Part18
1421
Weld139.Part1 = Part18
1422
Weld139.part1 = Part18
1423
Weld140.Parent = Part18
1424
Weld140.C0 = CFrame.new(0, 0, 0, 0.668609679, 0.00101627363, 0.743612826, 0.743524253, -0.0164078008, -0.668507516, 0.0115216672, 0.999864876, -0.0117260385)
1425
Weld140.C1 = CFrame.new(0, 0, 0, 0.668609679, 0.00101627363, 0.743612826, 0.743524253, -0.0164078008, -0.668507516, 0.0115216672, 0.999864876, -0.0117260385)
1426
Weld140.Part0 = Part18
1427
Weld140.Part1 = Part18
1428
Weld140.part1 = Part18
1429
Weld141.Parent = Part18
1430
Weld141.C0 = CFrame.new(0, 0, 0, 0.668609679, 0.00101627363, 0.743612826, 0.743524253, -0.0164078008, -0.668507516, 0.0115216672, 0.999864876, -0.0117260385)
1431
Weld141.C1 = CFrame.new(0, 0, 0, 0.668609679, 0.00101627363, 0.743612826, 0.743524253, -0.0164078008, -0.668507516, 0.0115216672, 0.999864876, -0.0117260385)
1432
Weld141.Part0 = Part18
1433
Weld141.Part1 = Part18
1434
Weld141.part1 = Part18
1435
Weld142.Parent = Part18
1436
Weld142.C0 = CFrame.new(0, 0, 0, 0.668609679, 0.00101627363, 0.743612826, 0.743524253, -0.0164078008, -0.668507516, 0.0115216672, 0.999864876, -0.0117260385)
1437
Weld142.C1 = CFrame.new(0, 0, 0, 0.668609679, 0.00101627363, 0.743612826, 0.743524253, -0.0164078008, -0.668507516, 0.0115216672, 0.999864876, -0.0117260385)
1438
Weld142.Part0 = Part18
1439
Weld142.Part1 = Part18
1440
Weld142.part1 = Part18
1441
Weld143.Parent = Part18
1442
Weld143.C0 = CFrame.new(0, 0, 0, 0.668609679, 0.00101627363, 0.743612826, 0.743524253, -0.0164078008, -0.668507516, 0.0115216672, 0.999864876, -0.0117260385)
1443
Weld143.C1 = CFrame.new(0, 0, 0, 0.668609679, 0.00101627363, 0.743612826, 0.743524253, -0.0164078008, -0.668507516, 0.0115216672, 0.999864876, -0.0117260385)
1444
Weld143.Part0 = Part18
1445
Weld143.Part1 = Part18
1446
Weld143.part1 = Part18
1447
Weld144.Parent = Part18
1448
Weld144.C0 = CFrame.new(0, 0, 0, 0.668609679, 0.00101627363, 0.743612826, 0.743524253, -0.0164078008, -0.668507516, 0.0115216672, 0.999864876, -0.0117260385)
1449
Weld144.C1 = CFrame.new(0, 0, 0, 0.668609679, 0.00101627363, 0.743612826, 0.743524253, -0.0164078008, -0.668507516, 0.0115216672, 0.999864876, -0.0117260385)
1450
Weld144.Part0 = Part18
1451
Weld144.Part1 = Part18
1452
Weld144.part1 = Part18
1453
Weld145.Parent = Part18
1454
Weld145.C0 = CFrame.new(0, 0, 0, 0.668609679, 0.00101627363, 0.743612826, 0.743524253, -0.0164078008, -0.668507516, 0.0115216672, 0.999864876, -0.0117260385)
1455
Weld145.C1 = CFrame.new(0, 0, 0, 0.668609679, 0.00101627363, 0.743612826, 0.743524253, -0.0164078008, -0.668507516, 0.0115216672, 0.999864876, -0.0117260385)
1456
Weld145.Part0 = Part18
1457
Weld145.Part1 = Part18
1458
Weld145.part1 = Part18
1459
Weld146.Parent = Part18
1460
Weld146.C0 = CFrame.new(0, 0, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
1461
Weld146.C1 = CFrame.new(0, 0, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
1462
Weld146.Part0 = Part18
1463
Weld146.Part1 = Part18
1464
Weld146.part1 = Part18
1465
Weld147.Parent = Part18
1466
Weld147.C0 = CFrame.new(0, 0, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
1467
Weld147.C1 = CFrame.new(0, 0, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
1468
Weld147.Part0 = Part18
1469
Weld147.Part1 = Part18
1470
Weld147.part1 = Part18
1471
Weld148.Parent = Part18
1472
Weld148.C0 = CFrame.new(0, 0, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
1473
Weld148.C1 = CFrame.new(0, 0, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
1474
Weld148.Part0 = Part18
1475
Weld148.Part1 = Part18
1476
Weld148.part1 = Part18
1477
Weld149.Parent = Part18
1478
Weld149.C0 = CFrame.new(0, 0, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
1479
Weld149.C1 = CFrame.new(0, 0, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
1480
Weld149.Part0 = Part18
1481
Weld149.Part1 = Part18
1482
Weld149.part1 = Part18
1483
Weld150.Parent = Part18
1484
Weld150.C0 = CFrame.new(0, 0, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
1485
Weld150.C1 = CFrame.new(0, 0, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
1486
Weld150.Part0 = Part18
1487
Weld150.Part1 = Part18
1488
Weld150.part1 = Part18
1489
Weld151.Parent = Part18
1490
Weld151.C0 = CFrame.new(0, 0, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
1491
Weld151.C1 = CFrame.new(0, 0, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
1492
Weld151.Part0 = Part18
1493
Weld151.Part1 = Part18
1494
Weld151.part1 = Part18
1495
Weld152.Parent = Part18
1496
Weld152.C0 = CFrame.new(0, 0, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
1497
Weld152.C1 = CFrame.new(0, 0, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
1498
Weld152.Part0 = Part18
1499
Weld152.Part1 = Part18
1500
Weld152.part1 = Part18
1501
Weld153.Parent = Part18
1502
Weld153.C0 = CFrame.new(0, 0, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
1503
Weld153.C1 = CFrame.new(0, 0, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
1504
Weld153.Part0 = Part18
1505
Weld153.Part1 = Part18
1506
Weld153.part1 = Part18
1507
Weld154.Parent = Part18
1508
Weld154.C0 = CFrame.new(0, 0, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
1509
Weld154.C1 = CFrame.new(0, 0, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
1510
Weld154.Part0 = Part18
1511
Weld154.Part1 = Part18
1512
Weld154.part1 = Part18
1513
Weld155.Parent = Part18
1514
Weld155.C0 = CFrame.new(0, 0, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
1515
Weld155.C1 = CFrame.new(0, 0, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
1516
Weld155.Part0 = Part18
1517
Weld155.Part1 = Part18
1518
Weld155.part1 = Part18
1519
Weld156.Parent = Part18
1520
Weld156.C0 = CFrame.new(0, 0, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
1521
Weld156.C1 = CFrame.new(0, 0, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
1522
Weld156.Part0 = Part18
1523
Weld156.Part1 = Part18
1524
Weld156.part1 = Part18
1525
Weld157.Parent = Part18
1526
Weld157.C0 = CFrame.new(0, 0, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
1527
Weld157.C1 = CFrame.new(0, 0, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
1528
Weld157.Part0 = Part18
1529
Weld157.Part1 = Part18
1530
Weld157.part1 = Part18
1531
Weld158.Parent = Part18
1532
Weld158.C0 = CFrame.new(0, 0, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
1533
Weld158.C1 = CFrame.new(0, 0, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
1534
Weld158.Part0 = Part18
1535
Weld158.Part1 = Part18
1536
Weld158.part1 = Part18
1537
Weld159.Parent = Part18
1538
Weld159.C0 = CFrame.new(0, 0, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
1539
Weld159.C1 = CFrame.new(0, 0, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
1540
Weld159.Part0 = Part18
1541
Weld159.Part1 = Part18
1542
Weld159.part1 = Part18
1543
Weld160.Parent = Part18
1544
Weld160.C0 = CFrame.new(0, 0, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
1545
Weld160.C1 = CFrame.new(0, 0, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
1546
Weld160.Part0 = Part18
1547
Weld160.Part1 = Part18
1548
Weld160.part1 = Part18
1549
Weld161.Parent = Part18
1550
Weld161.C0 = CFrame.new(0, 0, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
1551
Weld161.C1 = CFrame.new(0, 0, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
1552
Weld161.Part0 = Part18
1553
Weld161.Part1 = Part18
1554
Weld161.part1 = Part18
1555
Weld162.Parent = Part18
1556
Weld162.C0 = CFrame.new(0, 0, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
1557
Weld162.C1 = CFrame.new(0, 0, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
1558
Weld162.Part0 = Part18
1559
Weld162.Part1 = Part18
1560
Weld162.part1 = Part18
1561
Weld163.Parent = Part18
1562
Weld163.C0 = CFrame.new(0, 0, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
1563
Weld163.C1 = CFrame.new(0, 0, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
1564
Weld163.Part0 = Part18
1565
Weld163.Part1 = Part18
1566
Weld163.part1 = Part18
1567
Weld164.Parent = Part18
1568
Weld164.C0 = CFrame.new(0, 0, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
1569
Weld164.C1 = CFrame.new(0, 0, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
1570
Weld164.Part0 = Part18
1571
Weld164.Part1 = Part18
1572
Weld164.part1 = Part18
1573
Weld165.Parent = Part18
1574
Weld165.C0 = CFrame.new(0, 0, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
1575
Weld165.C1 = CFrame.new(0, 0, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
1576
Weld165.Part0 = Part18
1577
Weld165.Part1 = Part18
1578
Weld165.part1 = Part18
1579
Weld166.Parent = Part18
1580
Weld166.C0 = CFrame.new(0, 0, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
1581
Weld166.C1 = CFrame.new(0, 0, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
1582
Weld166.Part0 = Part18
1583
Weld166.Part1 = Part18
1584
Weld166.part1 = Part18
1585
Weld167.Parent = Part18
1586
Weld167.C0 = CFrame.new(0, 0, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
1587
Weld167.C1 = CFrame.new(0, 0, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
1588
Weld167.Part0 = Part18
1589
Weld167.Part1 = Part18
1590
Weld167.part1 = Part18
1591
Weld168.Parent = Part18
1592
Weld168.C0 = CFrame.new(0, 0, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
1593
Weld168.C1 = CFrame.new(0, 0, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
1594
Weld168.Part0 = Part18
1595
Weld168.Part1 = Part18
1596
Weld168.part1 = Part18
1597
Weld169.Parent = Part18
1598
Weld169.C0 = CFrame.new(0, 0, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
1599
Weld169.C1 = CFrame.new(0, 0, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
1600
Weld169.Part0 = Part18
1601
Weld169.Part1 = Part18
1602
Weld169.part1 = Part18
1603
Weld170.Parent = Part18
1604
Weld170.C0 = CFrame.new(0, 0, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
1605
Weld170.C1 = CFrame.new(0, 0, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
1606
Weld170.Part0 = Part18
1607
Weld170.Part1 = Part18
1608
Weld170.part1 = Part18
1609
Weld171.Parent = Part18
1610
Weld171.C0 = CFrame.new(0, 0, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
1611
Weld171.C1 = CFrame.new(0, 0, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
1612
Weld171.Part0 = Part18
1613
Weld171.Part1 = Part18
1614
Weld171.part1 = Part18
1615
Weld172.Parent = Part18
1616
Weld172.C0 = CFrame.new(0, 0, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
1617
Weld172.C1 = CFrame.new(0, 0, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
1618
Weld172.Part0 = Part18
1619
Weld172.Part1 = Part18
1620
Weld172.part1 = Part18
1621
Weld173.Parent = Part18
1622
Weld173.C0 = CFrame.new(0, 0, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
1623
Weld173.C1 = CFrame.new(0, 0, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
1624
Weld173.Part0 = Part18
1625
Weld173.Part1 = Part18
1626
Weld173.part1 = Part18
1627
Weld174.Parent = Part18
1628
Weld174.C0 = CFrame.new(0, 0, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
1629
Weld174.C1 = CFrame.new(0, 0, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
1630
Weld174.Part0 = Part18
1631
Weld174.Part1 = Part18
1632
Weld174.part1 = Part18
1633
Weld175.Parent = Part18
1634
Weld175.C0 = CFrame.new(0, 0, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
1635
Weld175.C1 = CFrame.new(0, 0, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0)
1636
Weld175.Part0 = Part18
1637
Weld175.Part1 = Part18
1638
Weld175.part1 = Part18
1639
Script176.Name = "WeldArm"
1640
Script176.Parent = Tool0
1641
table.insert(cors,sandbox(Script176,function()
1642
Tool = script.Parent;
1643
local arms = nil
1644
local torso = nil
1645
local welds = {}
1646
1647
function Equip(mouse)
1648
wait(0.01)
1649
arms = {Tool.Parent:FindFirstChild("Left Arm"), Tool.Parent:FindFirstChild("Right Arm")}
1650
torso = Tool.Parent:FindFirstChild("Torso")
1651
if arms ~= nil and torso ~= nil then
1652
local sh = {torso:FindFirstChild("Left Shoulder"), torso:FindFirstChild("Right Shoulder")}
1653
if sh ~= nil then
1654
local yes = true
1655
if yes then
1656
yes = false
1657
sh[1].Part1 = nil
1658
sh[2].Part1 = nil
1659
local weld1 = Instance.new("Weld")
1660
weld1.Part0 = torso
1661
weld1.Parent = torso
1662
weld1.Part1 = arms[1]
1663
weld1.C1 = CFrame.new(-0.249, 1.35, 0.6) * CFrame.fromEulerAnglesXYZ(math.rad(290), 0, math.rad(-90))
1664
welds[1] = weld1
1665
local weld2 = Instance.new("Weld")
1666
weld2.Part0 = torso
1667
weld2.Parent = torso
1668
weld2.Part1 = arms[2]
1669
weld2.C1 = CFrame.new(-1, -0.2, 0.35) * CFrame.fromEulerAnglesXYZ(math.rad(-90), math.rad(-15), 0)
1670
welds[2] = weld2
1671
end
1672
else
1673
print("sh")
1674
end
1675
else
1676
print("arms")
1677
end
1678
end
1679
1680
function Unequip(mouse)
1681
if arms ~= nil and torso ~= nil then
1682
local sh = {torso:FindFirstChild("Left Shoulder"), torso:FindFirstChild("Right Shoulder")}
1683
if sh ~= nil then
1684
local yes = true
1685
if yes then
1686
yes = false
1687
sh[1].Part1 = arms[1]
1688
sh[2].Part1 = arms[2]
1689
welds[1].Parent = nil
1690
welds[2].Parent = nil
1691
end
1692
else
1693
print("sh")
1694
end
1695
else
1696
print("arms")
1697
end
1698
end
1699
Tool.Equipped:connect(Equip)
1700
Tool.Unequipped:connect(Unequip)
1701
1702
end))
1703
Script177.Name = "Welding"
1704
Script177.Parent = Tool0
1705
table.insert(cors,sandbox(Script177,function()
1706
function Weld(x,y)
1707
	local W = Instance.new("Weld")
1708
	W.Part0 = x
1709
	W.Part1 = y
1710
	local CJ = CFrame.new(x.Position)
1711
	local C0 = x.CFrame:inverse()*CJ
1712
	local C1 = y.CFrame:inverse()*CJ
1713
	W.C0 = C0
1714
	W.C1 = C1
1715
	W.Parent = x
1716
end
1717
1718
function Get(A)
1719
	if A.className == "Part" then
1720
		Weld(script.Parent.Handle, A)
1721
		A.Anchored = false
1722
	else
1723
		local C = A:GetChildren()
1724
		for i=1, #C do
1725
		Get(C[i])
1726
		end
1727
	end
1728
end
1729
1730
function Finale()
1731
	Get(script.Parent)
1732
end
1733
1734
script.Parent.Equipped:connect(Finale)
1735
script.Parent.Unequipped:connect(Finale)
1736
Finale()
1737
end))
1738
LocalScript178.Name = "BackupWeld"
1739
LocalScript178.Parent = Tool0
1740
table.insert(cors,sandbox(LocalScript178,function()
1741
function Weld(x,y)
1742
	local W = Instance.new("Weld")
1743
	W.Part0 = x
1744
	W.Part1 = y
1745
	local CJ = CFrame.new(x.Position)
1746
	local C0 = x.CFrame:inverse()*CJ
1747
	local C1 = y.CFrame:inverse()*CJ
1748
	W.C0 = C0
1749
	W.C1 = C1
1750
	W.Parent = x
1751
end
1752
1753
function Get(A)
1754
	if A.className == "Part" then
1755
		Weld(script.Parent.Handle, A)
1756
		A.Anchored = false
1757
	else
1758
		local C = A:GetChildren()
1759
		for i=1, #C do
1760
		Get(C[i])
1761
		end
1762
	end
1763
end
1764
1765
function Finale()
1766
	Get(script.Parent)
1767
end
1768
1769
script.Parent.Equipped:connect(Finale)
1770
script.Parent.Unequipped:connect(Finale)
1771
Finale()
1772
end))
1773
LocalScript179.Name = "BackupWeld"
1774
LocalScript179.Parent = Tool0
1775
table.insert(cors,sandbox(LocalScript179,function()
1776
function Weld(x,y)
1777
	local W = Instance.new("Weld")
1778
	W.Part0 = x
1779
	W.Part1 = y
1780
	local CJ = CFrame.new(x.Position)
1781
	local C0 = x.CFrame:inverse()*CJ
1782
	local C1 = y.CFrame:inverse()*CJ
1783
	W.C0 = C0
1784
	W.C1 = C1
1785
	W.Parent = x
1786
end
1787
1788
function Get(A)
1789
	if A.className == "Part" then
1790
		Weld(script.Parent.Handle, A)
1791
		A.Anchored = false
1792
	else
1793
		local C = A:GetChildren()
1794
		for i=1, #C do
1795
		Get(C[i])
1796
		end
1797
	end
1798
end
1799
1800
function Finale()
1801
	Get(script.Parent)
1802
end
1803
1804
script.Parent.Equipped:connect(Finale)
1805
script.Parent.Unequipped:connect(Finale)
1806
Finale()
1807
end))
1808
LocalScript180.Name = "BackupWeld"
1809
LocalScript180.Parent = Tool0
1810
table.insert(cors,sandbox(LocalScript180,function()
1811
function Weld(x,y)
1812
	local W = Instance.new("Weld")
1813
	W.Part0 = x
1814
	W.Part1 = y
1815
	local CJ = CFrame.new(x.Position)
1816
	local C0 = x.CFrame:inverse()*CJ
1817
	local C1 = y.CFrame:inverse()*CJ
1818
	W.C0 = C0
1819
	W.C1 = C1
1820
	W.Parent = x
1821
end
1822
1823
function Get(A)
1824
	if A.className == "Part" then
1825
		Weld(script.Parent.Handle, A)
1826
		A.Anchored = false
1827
	else
1828
		local C = A:GetChildren()
1829
		for i=1, #C do
1830
		Get(C[i])
1831
		end
1832
	end
1833
end
1834
1835
function Finale()
1836
	Get(script.Parent)
1837
end
1838
1839
script.Parent.Equipped:connect(Finale)
1840
script.Parent.Unequipped:connect(Finale)
1841
Finale()
1842
end))
1843
LocalScript181.Name = "BackupWeld"
1844
LocalScript181.Parent = Tool0
1845
table.insert(cors,sandbox(LocalScript181,function()
1846
function Weld(x,y)
1847
	local W = Instance.new("Weld")
1848
	W.Part0 = x
1849
	W.Part1 = y
1850
	local CJ = CFrame.new(x.Position)
1851
	local C0 = x.CFrame:inverse()*CJ
1852
	local C1 = y.CFrame:inverse()*CJ
1853
	W.C0 = C0
1854
	W.C1 = C1
1855
	W.Parent = x
1856
end
1857
1858
function Get(A)
1859
	if A.className == "Part" then
1860
		Weld(script.Parent.Handle, A)
1861
		A.Anchored = false
1862
	else
1863
		local C = A:GetChildren()
1864
		for i=1, #C do
1865
		Get(C[i])
1866
		end
1867
	end
1868
end
1869
1870
function Finale()
1871
	Get(script.Parent)
1872
end
1873
1874
script.Parent.Equipped:connect(Finale)
1875
script.Parent.Unequipped:connect(Finale)
1876
Finale()
1877
end))
1878
LocalScript182.Name = "BackupWeld"
1879
LocalScript182.Parent = Tool0
1880
table.insert(cors,sandbox(LocalScript182,function()
1881
function Weld(x,y)
1882
	local W = Instance.new("Weld")
1883
	W.Part0 = x
1884
	W.Part1 = y
1885
	local CJ = CFrame.new(x.Position)
1886
	local C0 = x.CFrame:inverse()*CJ
1887
	local C1 = y.CFrame:inverse()*CJ
1888
	W.C0 = C0
1889
	W.C1 = C1
1890
	W.Parent = x
1891
end
1892
1893
function Get(A)
1894
	if A.className == "Part" then
1895
		Weld(script.Parent.Handle, A)
1896
		A.Anchored = false
1897
	else
1898
		local C = A:GetChildren()
1899
		for i=1, #C do
1900
		Get(C[i])
1901
		end
1902
	end
1903
end
1904
1905
function Finale()
1906
	Get(script.Parent)
1907
end
1908
1909
script.Parent.Equipped:connect(Finale)
1910
script.Parent.Unequipped:connect(Finale)
1911
Finale()
1912
end))
1913
LocalScript183.Name = "BackupWeld"
1914
LocalScript183.Parent = Tool0
1915
table.insert(cors,sandbox(LocalScript183,function()
1916
function Weld(x,y)
1917
	local W = Instance.new("Weld")
1918
	W.Part0 = x
1919
	W.Part1 = y
1920
	local CJ = CFrame.new(x.Position)
1921
	local C0 = x.CFrame:inverse()*CJ
1922
	local C1 = y.CFrame:inverse()*CJ
1923
	W.C0 = C0
1924
	W.C1 = C1
1925
	W.Parent = x
1926
end
1927
1928
function Get(A)
1929
	if A.className == "Part" then
1930
		Weld(script.Parent.Handle, A)
1931
		A.Anchored = false
1932
	else
1933
		local C = A:GetChildren()
1934
		for i=1, #C do
1935
		Get(C[i])
1936
		end
1937
	end
1938
end
1939
1940
function Finale()
1941
	Get(script.Parent)
1942
end
1943
1944
script.Parent.Equipped:connect(Finale)
1945
script.Parent.Unequipped:connect(Finale)
1946
Finale()
1947
end))
1948
LocalScript184.Name = "BackupWeld"
1949
LocalScript184.Parent = Tool0
1950
table.insert(cors,sandbox(LocalScript184,function()
1951
function Weld(x,y)
1952
	local W = Instance.new("Weld")
1953
	W.Part0 = x
1954
	W.Part1 = y
1955
	local CJ = CFrame.new(x.Position)
1956
	local C0 = x.CFrame:inverse()*CJ
1957
	local C1 = y.CFrame:inverse()*CJ
1958
	W.C0 = C0
1959
	W.C1 = C1
1960
	W.Parent = x
1961
end
1962
1963
function Get(A)
1964
	if A.className == "Part" then
1965
		Weld(script.Parent.Handle, A)
1966
		A.Anchored = false
1967
	else
1968
		local C = A:GetChildren()
1969
		for i=1, #C do
1970
		Get(C[i])
1971
		end
1972
	end
1973
end
1974
1975
function Finale()
1976
	Get(script.Parent)
1977
end
1978
1979
script.Parent.Equipped:connect(Finale)
1980
script.Parent.Unequipped:connect(Finale)
1981
Finale()
1982
end))
1983
LocalScript185.Name = "BackupWeld"
1984
LocalScript185.Parent = Tool0
1985
table.insert(cors,sandbox(LocalScript185,function()
1986
function Weld(x,y)
1987
	local W = Instance.new("Weld")
1988
	W.Part0 = x
1989
	W.Part1 = y
1990
	local CJ = CFrame.new(x.Position)
1991
	local C0 = x.CFrame:inverse()*CJ
1992
	local C1 = y.CFrame:inverse()*CJ
1993
	W.C0 = C0
1994
	W.C1 = C1
1995
	W.Parent = x
1996
end
1997
1998
function Get(A)
1999
	if A.className == "Part" then
2000
		Weld(script.Parent.Handle, A)
2001
		A.Anchored = false
2002
	else
2003
		local C = A:GetChildren()
2004
		for i=1, #C do
2005
		Get(C[i])
2006
		end
2007
	end
2008
end
2009
2010
function Finale()
2011
	Get(script.Parent)
2012
end
2013
2014
script.Parent.Equipped:connect(Finale)
2015
script.Parent.Unequipped:connect(Finale)
2016
Finale()
2017
end))
2018
LocalScript186.Name = "BackupWeld"
2019
LocalScript186.Parent = Tool0
2020
table.insert(cors,sandbox(LocalScript186,function()
2021
function Weld(x,y)
2022
	local W = Instance.new("Weld")
2023
	W.Part0 = x
2024
	W.Part1 = y
2025
	local CJ = CFrame.new(x.Position)
2026
	local C0 = x.CFrame:inverse()*CJ
2027
	local C1 = y.CFrame:inverse()*CJ
2028
	W.C0 = C0
2029
	W.C1 = C1
2030
	W.Parent = x
2031
end
2032
2033
function Get(A)
2034
	if A.className == "Part" then
2035
		Weld(script.Parent.Handle, A)
2036
		A.Anchored = false
2037
	else
2038
		local C = A:GetChildren()
2039
		for i=1, #C do
2040
		Get(C[i])
2041
		end
2042
	end
2043
end
2044
2045
function Finale()
2046
	Get(script.Parent)
2047
end
2048
2049
script.Parent.Equipped:connect(Finale)
2050
script.Parent.Unequipped:connect(Finale)
2051
Finale()
2052
end))
2053
for i,v in pairs(mas:GetChildren()) do
2054
	v.Parent = game:GetService("Players").LocalPlayer.Backpack
2055
	pcall(function() v:MakeJoints() end)
2056
end
2057
mas:Destroy()
2058
for i,v in pairs(cors) do
2059
	spawn(function()
2060
		pcall(v)
2061
	end)
2062
end