SHOW:
|
|
- or go back to the newest paste.
1 | Player=game:GetService("Players").LocalPlayer | |
2 | Character=Player.Character | |
3 | PlayerGui=Player.PlayerGui | |
4 | Backpack=Player.Backpack | |
5 | Torso=Character.Torso | |
6 | Head=Character.Head | |
7 | Humanoid=Character.Humanoid | |
8 | m=Instance.new('Model',Character) | |
9 | LeftArm=Character["Left Arm"] | |
10 | LeftLeg=Character["Left Leg"] | |
11 | RightArm=Character["Right Arm"] | |
12 | RightLeg=Character["Right Leg"] | |
13 | LS=Torso["Left Shoulder"] | |
14 | LH=Torso["Left Hip"] | |
15 | RS=Torso["Right Shoulder"] | |
16 | RH=Torso["Right Hip"] | |
17 | Face = Head.face | |
18 | Neck=Torso.Neck | |
19 | it=Instance.new | |
20 | attacktype=1 | |
21 | vt=Vector3.new | |
22 | cf=CFrame.new | |
23 | euler=CFrame.fromEulerAnglesXYZ | |
24 | angles=CFrame.Angles | |
25 | cloaked=false | |
26 | necko=cf(0, 1, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0) | |
27 | necko2=cf(0, -0.5, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0) | |
28 | LHC0=cf(-1,-1,0,-0,-0,-1,0,1,0,1,0,0) | |
29 | LHC1=cf(-0.5,1,0,-0,-0,-1,0,1,0,1,0,0) | |
30 | RHC0=cf(1,-1,0,0,0,1,0,1,0,-1,-0,-0) | |
31 | RHC1=cf(0.5,1,0,0,0,1,0,1,0,-1,-0,-0) | |
32 | RootPart=Character.HumanoidRootPart | |
33 | RootJoint=RootPart.RootJoint | |
34 | RootCF=euler(-1.57,0,3.14) | |
35 | attack = false | |
36 | attackdebounce = false | |
37 | deb=false | |
38 | equipped=true | |
39 | hand=false | |
40 | MMouse=nil | |
41 | combo=0 | |
42 | mana=0 | |
43 | trispeed=.2 | |
44 | attackmode='none' | |
45 | local idle=0 | |
46 | local Anim="Idle" | |
47 | local Effects={} | |
48 | local gun=false | |
49 | local shoot=false | |
50 | player=nil | |
51 | mana=0 | |
52 | local CurrentMode = "Unsheathed" | |
53 | plr = game.Players.LocalPlayer | |
54 | asdasd = plr.Name | |
55 | ws = game.Workspace[asdasd] | |
56 | Mouse = Player:GetMouse() | |
57 | --NFSBOYLOL EDIT | |
58 | Player.CanLoadCharacterAppearance = false | |
59 | Character.Humanoid.MaxHealth = math.huge | |
60 | Character.Humanoid.JumpPower = 100 | |
61 | Character.Humanoid.WalkSpeed = (90) | |
62 | function clearshirt() for i,v in pairs(Player:GetChildren()) do | |
63 | if v:IsA("Shirt") or v:IsA("Pants") or v:IsA("Hat") then v:remove() | |
64 | end | |
65 | end | |
66 | end | |
67 | ------------------------------- | |
68 | p = game.Players.LocalPlayer | |
69 | char = p.Character | |
70 | local char = p.Character | |
71 | torso = char.Torso | |
72 | neck = char.Torso.Neck | |
73 | hum = char.Humanoid | |
74 | ||
75 | CV="Really red" | |
76 | ||
77 | local txt = Instance.new("BillboardGui", char) | |
78 | txt.Adornee = char .Head | |
79 | txt.Name = "_status" | |
80 | txt.Size = UDim2.new(2, 0, 1.2, 0) | |
81 | txt.StudsOffset = Vector3.new(-9, 8, 0) | |
82 | local text = Instance.new("TextLabel", txt) | |
83 | text.Size = UDim2.new(10, 0, 7, 0) | |
84 | text.FontSize = "Size24" | |
85 | text.TextScaled = true | |
86 | text.TextTransparency = 0 | |
87 | text.BackgroundTransparency = 1 | |
88 | text.TextTransparency = 0 | |
89 | text.TextStrokeTransparency = 0 | |
90 | text.Font = "SciFi" | |
91 | text.TextStrokeColor3 = Color3.new(0,0,0) | |
92 | ||
93 | v=Instance.new("Part") | |
94 | v.Name = "ColorBrick" | |
95 | v.Parent=p.Character | |
96 | v.FormFactor="Symmetric" | |
97 | v.Anchored=true | |
98 | v.CanCollide=false | |
99 | v.BottomSurface="Smooth" | |
100 | v.TopSurface="Smooth" | |
101 | v.Size=Vector3.new(10,5,3) | |
102 | v.Transparency=1 | |
103 | v.CFrame=char.Torso.CFrame | |
104 | v.BrickColor=BrickColor.new(CV) | |
105 | v.Transparency=1 | |
106 | text.TextColor3 = Color3.new(170,0,0) | |
107 | v.Shape="Block" | |
108 | text.Text = "Yn2x aka God" | |
109 | ------------------------------- | |
110 | local player = "LocalPlayer" | |
111 | local Character = game.Players[player].Character | |
112 | local Torso = Character.Torso | |
113 | local LeftArm = Character["Left Arm"] | |
114 | local RightArm = Character["Right Arm"] | |
115 | local LeftLeg = Character["Left Leg"] | |
116 | local RightLeg = Character["Right Leg"] | |
117 | local Head = Character.Head | |
118 | local RootPart = Character.HumanoidRootPart | |
119 | ||
120 | local m = Instance.new("Model") | |
121 | m.Name = "VTX" | |
122 | --[[m1 = Instance.new("Model") | |
123 | m1.Name = "Torso" | |
124 | m1.Parent = m | |
125 | m2 = Instance.new("Model") | |
126 | m2.Name = "Head" | |
127 | m2.Parent = m | |
128 | m3 = Instance.new("Model") | |
129 | m3.Name = "RightArm" | |
130 | m3.Parent = m | |
131 | m4 = Instance.new("Model") | |
132 | m4.Name = "LeftLeg" | |
133 | m4.Parent = m | |
134 | m5 = Instance.new("Model") | |
135 | m5.Name = "RightLeg" | |
136 | m5.Parent = m | |
137 | m6 = Instance.new("Model") | |
138 | m6.Name = "LeftArm" | |
139 | m6.Parent = m--]] | |
140 | p1 = Instance.new("Part", m) | |
141 | p1.BrickColor = BrickColor.new("Really black") | |
142 | p1.Material = Enum.Material.SmoothPlastic | |
143 | p1.Reflectance = 0.5 | |
144 | p1.Name = "DiamondMesh" | |
145 | p1.CFrame = CFrame.new(4.43766785, 155.454346, 39.9999847, -4.37113883e-008, 0, 1, -4.3159529e-005, 1, -1.88656295e-012, -1, -4.3159529e-005, -4.37113883e-008) | |
146 | p1.CanCollide = false | |
147 | p1.FormFactor = Enum.FormFactor.Symmetric | |
148 | p1.Elasticity = 0 | |
149 | p1.Size = Vector3.new(0.512455523, 0.512455463, 0.512455463) | |
150 | b1 = Instance.new("SpecialMesh", p1) | |
151 | b1.MeshId = "http://www.roblox.com/Asset/?id=9756362" | |
152 | b1.TextureId = "" | |
153 | b1.MeshType = Enum.MeshType.FileMesh | |
154 | b1.Name = "Mesh" | |
155 | b1.Scale = Vector3.new(0.512455523, 0.230604947, 0.102491096) | |
156 | --[[p2 = Instance.new("Part", m) | |
157 | p2.BrickColor = BrickColor.new("Earth green") | |
158 | p2.Name = "Torso" | |
159 | p2.CFrame = CFrame.new(3.81999993, 156.276108, 40, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008) | |
160 | p2.CanCollide = false | |
161 | p2.FormFactor = Enum.FormFactor.Symmetric | |
162 | p2.Size = Vector3.new(2, 2, 1) | |
163 | p2.BottomSurface = Enum.SurfaceType.Smooth | |
164 | p2.TopSurface = Enum.SurfaceType.Smooth--]] | |
165 | p2 = Torso | |
166 | p3 = Instance.new("Part", m) | |
167 | p3.BrickColor = BrickColor.new("Dark stone grey") | |
168 | p3.Material = Enum.Material.SmoothPlastic | |
169 | p3.Name = "apart" | |
170 | p3.CFrame = CFrame.new(3.18215108, 156.94046, 39.948761, 3.0473866e-005, -1, -3.05175763e-005, -3.05603571e-005, -3.05185094e-005, 1, -1, -3.04729328e-005, -3.05612884e-005) | |
171 | p3.CanCollide = false | |
172 | p3.FormFactor = Enum.FormFactor.Custom | |
173 | p3.Size = Vector3.new(0.819928885, 0.256227732, 0.973665357) | |
174 | p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
175 | p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
176 | p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
177 | p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
178 | p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
179 | p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
180 | b2 = Instance.new("SpecialMesh", p3) | |
181 | b2.MeshType = Enum.MeshType.Brick | |
182 | b2.Name = "Mesh" | |
183 | b2.Scale = Vector3.new(1, 1.01999998, 0.5) | |
184 | p4 = Instance.new("Part", m) | |
185 | p4.BrickColor = BrickColor.new("Really black") | |
186 | p4.Material = Enum.Material.Neon | |
187 | p4.Name = "apart" | |
188 | p4.CFrame = CFrame.new(4.59140301, 156.658615, 39.9999924, -1, 4.30663385e-005, 4.43833414e-010, 1.85536919e-009, 5.3449472e-005, -1, -4.30663349e-005, -1, -5.3449472e-005) | |
189 | p4.CanCollide = false | |
190 | p4.FormFactor = Enum.FormFactor.Custom | |
191 | p4.Size = Vector3.new(0.245498881, 0.922419786, 0.922419786) | |
192 | p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
193 | p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
194 | p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
195 | p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
196 | p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
197 | p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
198 | b3 = Instance.new("SpecialMesh", p4) | |
199 | b3.MeshType = Enum.MeshType.Cylinder | |
200 | b3.Name = "Mesh" | |
201 | b3.Scale = Vector3.new(0.421655804, 0.25, 0.25) | |
202 | p5 = Instance.new("Part", m) | |
203 | p5.BrickColor = BrickColor.new("Dark red") | |
204 | p5.Material = Enum.Material.SmoothPlastic | |
205 | p5.Name = "apart" | |
206 | p5.CFrame = CFrame.new(4.28393078, 155.428711, 39.9999886, -4.37102727e-008, 2.75157674e-012, 1, -4.3159529e-005, 1, -1.96809236e-012, -1, -4.3159529e-005, -4.37139782e-008) | |
207 | p5.CanCollide = false | |
208 | p5.FormFactor = Enum.FormFactor.Custom | |
209 | p5.Size = Vector3.new(0.245498881, 0.512455463, 0.512455463) | |
210 | p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
211 | p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
212 | p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
213 | p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
214 | p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
215 | p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
216 | b4 = Instance.new("SpecialMesh", p5) | |
217 | b4.MeshType = Enum.MeshType.Cylinder | |
218 | b4.Name = "Mesh" | |
219 | b4.Scale = Vector3.new(0.417481065, 1, 1) | |
220 | p6 = Instance.new("Part", m) | |
221 | p6.BrickColor = BrickColor.new("Really black") | |
222 | p6.Material = Enum.Material.Neon | |
223 | p6.Name = "apart" | |
224 | p6.CFrame = CFrame.new(4.59140301, 157.171066, 39.9999886, -1, 4.30663385e-005, 4.43833775e-010, 1.85536952e-009, 5.3449472e-005, -1, -4.30663349e-005, -1, -5.3449472e-005) | |
225 | p6.CanCollide = false | |
226 | p6.FormFactor = Enum.FormFactor.Custom | |
227 | p6.Size = Vector3.new(0.245498881, 0.922419786, 0.922419786) | |
228 | p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
229 | p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
230 | p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
231 | p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
232 | p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
233 | p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
234 | b5 = Instance.new("SpecialMesh", p6) | |
235 | b5.MeshType = Enum.MeshType.Cylinder | |
236 | b5.Name = "Mesh" | |
237 | b5.Scale = Vector3.new(0.421655804, 0.25, 0.25) | |
238 | p7 = Instance.new("Part", m) | |
239 | p7.BrickColor = BrickColor.new("Really black") | |
240 | p7.Material = Enum.Material.Neon | |
241 | p7.Name = "apart" | |
242 | p7.CFrame = CFrame.new(4.07894754, 156.453629, 39.974369, 1, 2.75143797e-012, -2.37226807e-014, -8.16291479e-014, 1, 0, -3.6618486e-012, 0, 1) | |
243 | p7.CanCollide = false | |
244 | p7.FormFactor = Enum.FormFactor.Custom | |
245 | p7.Size = Vector3.new(0.512455523, 1.94733071, 0.768683136) | |
246 | p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
247 | p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
248 | p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
249 | p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
250 | p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
251 | p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
252 | b6 = Instance.new("SpecialMesh", p7) | |
253 | b6.MeshType = Enum.MeshType.Brick | |
254 | b6.Name = "Mesh" | |
255 | b6.Scale = Vector3.new(1.04999995, 0.899999976, 0.25) | |
256 | p8 = Instance.new("Part", m) | |
257 | p8.BrickColor = BrickColor.new("Dark red") | |
258 | p8.Material = Enum.Material.SmoothPlastic | |
259 | p8.Name = "apart" | |
260 | p8.CFrame = CFrame.new(4.38642168, 155.428711, 39.9999886, 1, 2.75143797e-012, -2.37226807e-014, -8.16291479e-014, 1, 0, -3.6618486e-012, 0, 1) | |
261 | p8.CanCollide = false | |
262 | p8.FormFactor = Enum.FormFactor.Custom | |
263 | p8.Size = Vector3.new(0.245498881, 0.512455463, 0.512455463) | |
264 | p8.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
265 | p8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
266 | p8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
267 | p8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
268 | p8.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
269 | p8.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
270 | b7 = Instance.new("SpecialMesh", p8) | |
271 | b7.MeshType = Enum.MeshType.Cylinder | |
272 | b7.Name = "Mesh" | |
273 | b7.Scale = Vector3.new(0.417481065, 1, 1) | |
274 | p9 = Instance.new("Part", m) | |
275 | p9.BrickColor = BrickColor.new("Really black") | |
276 | p9.Material = Enum.Material.Neon | |
277 | p9.Name = "apart" | |
278 | p9.CFrame = CFrame.new(4.59140301, 156.914856, 39.9999886, -1, 9.14653137e-005, 3.05217691e-005, 9.14681077e-005, 1, 9.14653137e-005, -3.05133999e-005, 9.14681077e-005, -1) | |
279 | p9.CanCollide = false | |
280 | p9.FormFactor = Enum.FormFactor.Custom | |
281 | p9.Size = Vector3.new(0.245498881, 0.922419786, 0.922419786) | |
282 | p9.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
283 | p9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
284 | p9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
285 | p9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
286 | p9.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
287 | p9.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
288 | b8 = Instance.new("SpecialMesh", p9) | |
289 | b8.MeshType = Enum.MeshType.Brick | |
290 | b8.Name = "Mesh" | |
291 | b8.Scale = Vector3.new(0.421655804, 0.5, 0.150000006) | |
292 | p10 = Instance.new("Part", m) | |
293 | p10.BrickColor = BrickColor.new("Bright red") | |
294 | p10.Material = Enum.Material.SmoothPlastic | |
295 | p10.Name = "apart" | |
296 | p10.CFrame = CFrame.new(2.66969562, 157.811615, 40.8967972, -3.05612921e-005, 1, -3.05175745e-005, -3.04729328e-005, -3.05185094e-005, -1, -1, -3.05603608e-005, 3.04738642e-005) | |
297 | p10.CanCollide = false | |
298 | p10.FormFactor = Enum.FormFactor.Custom | |
299 | p10.Size = Vector3.new(0.256227762, 0.256227732, 0.768683195) | |
300 | p10.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
301 | p10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
302 | p10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
303 | p10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
304 | p10.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
305 | p10.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
306 | b9 = Instance.new("SpecialMesh", p10) | |
307 | b9.MeshType = Enum.MeshType.Brick | |
308 | b9.Name = "Mesh" | |
309 | b9.Scale = Vector3.new(0.5, 1.00999999, 1.00999999) | |
310 | p11 = Instance.new("Part", m) | |
311 | p11.BrickColor = BrickColor.new("Really black") | |
312 | p11.Material = Enum.Material.Neon | |
313 | p11.Name = "apart" | |
314 | p11.CFrame = CFrame.new(2.66969562, 157.811615, 39.1032066, -3.05612921e-005, 1, -3.05175745e-005, -3.04729328e-005, -3.05185094e-005, -1, -1, -3.05603608e-005, 3.04738642e-005) | |
315 | p11.CanCollide = false | |
316 | p11.FormFactor = Enum.FormFactor.Custom | |
317 | p11.Size = Vector3.new(0.256227762, 0.256227732, 0.768683195) | |
318 | p11.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
319 | p11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
320 | p11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
321 | p11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
322 | p11.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
323 | p11.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
324 | b10 = Instance.new("SpecialMesh", p11) | |
325 | b10.MeshType = Enum.MeshType.Brick | |
326 | b10.Name = "Mesh" | |
327 | b10.Scale = Vector3.new(0.25, 1.01999998, 1.01999998) | |
328 | p12 = Instance.new("Part", m) | |
329 | p12.BrickColor = BrickColor.new("Bright red") | |
330 | p12.Material = Enum.Material.SmoothPlastic | |
331 | p12.Name = "apart" | |
332 | p12.CFrame = CFrame.new(2.66969562, 157.811615, 39.1032104, -3.05612921e-005, 1, -3.05175745e-005, -3.04729328e-005, -3.05185094e-005, -1, -1, -3.05603608e-005, 3.04738642e-005) | |
333 | p12.CanCollide = false | |
334 | p12.FormFactor = Enum.FormFactor.Custom | |
335 | p12.Size = Vector3.new(0.256227762, 0.256227732, 0.768683195) | |
336 | p12.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
337 | p12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
338 | p12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
339 | p12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
340 | p12.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
341 | p12.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
342 | b11 = Instance.new("SpecialMesh", p12) | |
343 | b11.MeshType = Enum.MeshType.Brick | |
344 | b11.Name = "Mesh" | |
345 | b11.Scale = Vector3.new(0.5, 1.00999999, 1.00999999) | |
346 | p13 = Instance.new("Part", m) | |
347 | p13.BrickColor = BrickColor.new("Really black") | |
348 | p13.Material = Enum.Material.Neon | |
349 | p13.Name = "apart" | |
350 | p13.CFrame = CFrame.new(4.2839303, 155.428711, 40, -4.37154632e-008, -3.63797881e-012, 1, -4.31595254e-005, 1, 0, -1, -4.3159529e-005, -4.37144365e-008) | |
351 | p13.CanCollide = false | |
352 | p13.FormFactor = Enum.FormFactor.Custom | |
353 | p13.Size = Vector3.new(0.245498881, 0.512455463, 0.512455463) | |
354 | p13.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
355 | p13.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
356 | p13.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
357 | p13.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
358 | p13.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
359 | p13.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
360 | b12 = Instance.new("SpecialMesh", p13) | |
361 | b12.MeshType = Enum.MeshType.Cylinder | |
362 | b12.Name = "Mesh" | |
363 | b12.Scale = Vector3.new(0.208740532, 1.00999999, 1.00999999) | |
364 | p14 = Instance.new("Part", m) | |
365 | p14.BrickColor = BrickColor.new("Dark red") | |
366 | p14.Material = Enum.Material.SmoothPlastic | |
367 | p14.Name = "apart" | |
368 | p14.CFrame = CFrame.new(3.82271981, 155.428711, 40, 1, -3.63780295e-012, 4.07496259e-012, 1.88656274e-012, 1, -3.63797881e-012, -3.04822834e-012, 8.24700363e-020, 1) | |
369 | p14.CanCollide = false | |
370 | p14.FormFactor = Enum.FormFactor.Custom | |
371 | p14.Size = Vector3.new(1.02491105, 0.245498881, 2.04982185) | |
372 | p14.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
373 | p14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
374 | p14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
375 | p14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
376 | p14.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
377 | p14.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
378 | b13 = Instance.new("SpecialMesh", p14) | |
379 | b13.MeshType = Enum.MeshType.Brick | |
380 | b13.Name = "Mesh" | |
381 | b13.Scale = Vector3.new(1.00999999, 0.421655744, 1.00999999) | |
382 | p15 = Instance.new("Part", m) | |
383 | p15.BrickColor = BrickColor.new("Really black") | |
384 | p15.Material = Enum.Material.Neon | |
385 | p15.Name = "apart" | |
386 | p15.CFrame = CFrame.new(4.59140301, 156.914841, 39.7437744, -1, 4.30663349e-005, 4.50222831e-010, 1.85340143e-009, 5.34494757e-005, -1, -4.30663349e-005, -1, -5.3449472e-005) | |
387 | p15.CanCollide = false | |
388 | p15.FormFactor = Enum.FormFactor.Custom | |
389 | p15.Size = Vector3.new(0.245498881, 0.922419786, 0.922419786) | |
390 | p15.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
391 | p15.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
392 | p15.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
393 | p15.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
394 | p15.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
395 | p15.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
396 | b14 = Instance.new("SpecialMesh", p15) | |
397 | b14.MeshType = Enum.MeshType.Cylinder | |
398 | b14.Name = "Mesh" | |
399 | b14.Scale = Vector3.new(0.421655804, 0.25, 0.25) | |
400 | p16 = Instance.new("Part", m) | |
401 | p16.BrickColor = BrickColor.new("Really black") | |
402 | p16.Material = Enum.Material.Neon | |
403 | p16.Name = "apart" | |
404 | p16.CFrame = CFrame.new(2.66969585, 157.811615, 40.8968086, -3.05612921e-005, 1, -3.05175745e-005, -3.04729328e-005, -3.05185094e-005, -1, -1, -3.05603608e-005, 3.04738605e-005) | |
405 | p16.CanCollide = false | |
406 | p16.FormFactor = Enum.FormFactor.Custom | |
407 | p16.Size = Vector3.new(0.256227762, 0.256227732, 0.768683195) | |
408 | p16.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
409 | p16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
410 | p16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
411 | p16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
412 | p16.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
413 | p16.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
414 | b15 = Instance.new("SpecialMesh", p16) | |
415 | b15.MeshType = Enum.MeshType.Brick | |
416 | b15.Name = "Mesh" | |
417 | b15.Scale = Vector3.new(0.25, 1.01999998, 1.01999998) | |
418 | p17 = Instance.new("Part", m) | |
419 | p17.BrickColor = BrickColor.new("Bright red") | |
420 | p17.Material = Enum.Material.SmoothPlastic | |
421 | p17.Name = "apart" | |
422 | p17.CFrame = CFrame.new(4.59140301, 156.914825, 40.0000038, -1, 4.30663349e-005, 4.51109372e-010, 1.85536919e-009, 5.34494684e-005, -1, -4.30663349e-005, -1, -5.34494793e-005) | |
423 | p17.CanCollide = false | |
424 | p17.FormFactor = Enum.FormFactor.Custom | |
425 | p17.Size = Vector3.new(0.245498881, 0.922419786, 0.922419786) | |
426 | p17.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
427 | p17.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
428 | p17.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
429 | p17.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
430 | p17.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
431 | p17.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
432 | b16 = Instance.new("SpecialMesh", p17) | |
433 | b16.MeshType = Enum.MeshType.Cylinder | |
434 | b16.Name = "Mesh" | |
435 | b16.Scale = Vector3.new(0.417480975, 1, 1) | |
436 | p18 = Instance.new("Part", m) | |
437 | p18.BrickColor = BrickColor.new("Really black") | |
438 | p18.Material = Enum.Material.Neon | |
439 | p18.Name = "apart" | |
440 | p18.CFrame = CFrame.new(4.59140301, 156.914825, 40.2562294, -1, 4.30663349e-005, 4.51109372e-010, 1.85536919e-009, 5.34494684e-005, -1, -4.30663349e-005, -1, -5.34494793e-005) | |
441 | p18.CanCollide = false | |
442 | p18.FormFactor = Enum.FormFactor.Custom | |
443 | p18.Size = Vector3.new(0.245498881, 0.922419786, 0.922419786) | |
444 | p18.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
445 | p18.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
446 | p18.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
447 | p18.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
448 | p18.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
449 | p18.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
450 | b17 = Instance.new("SpecialMesh", p18) | |
451 | b17.MeshType = Enum.MeshType.Cylinder | |
452 | b17.Name = "Mesh" | |
453 | b17.Scale = Vector3.new(0.421655804, 0.25, 0.25) | |
454 | p19 = Instance.new("Part", m) | |
455 | p19.BrickColor = BrickColor.new("Really black") | |
456 | p19.Material = Enum.Material.Neon | |
457 | p19.Name = "apart" | |
458 | p19.CFrame = CFrame.new(4.59140301, 156.914825, 40.0000038, -1, 4.30663349e-005, 4.51109372e-010, 1.85536919e-009, 5.34494684e-005, -1, -4.30663349e-005, -1, -5.34494793e-005) | |
459 | p19.CanCollide = false | |
460 | p19.FormFactor = Enum.FormFactor.Custom | |
461 | p19.Size = Vector3.new(0.245498881, 0.922419786, 0.922419786) | |
462 | p19.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
463 | p19.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
464 | p19.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
465 | p19.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
466 | p19.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
467 | p19.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
468 | b18 = Instance.new("SpecialMesh", p19) | |
469 | b18.MeshType = Enum.MeshType.Brick | |
470 | b18.Name = "Mesh" | |
471 | b18.Scale = Vector3.new(0.421655804, 0.5, 0.150000006) | |
472 | p20 = Instance.new("Part", m) | |
473 | p20.BrickColor = BrickColor.new("Dark red") | |
474 | p20.Material = Enum.Material.SmoothPlastic | |
475 | p20.Name = "apart" | |
476 | p20.CFrame = CFrame.new(4.46329021, 156.914825, 40.0000191, -3.05612921e-005, 1, -3.05175745e-005, -3.04729401e-005, -3.05185094e-005, -1, -1, -3.05603608e-005, 3.04738533e-005) | |
477 | p20.CanCollide = false | |
478 | p20.FormFactor = Enum.FormFactor.Custom | |
479 | p20.Size = Vector3.new(2.04982209, 0.256227732, 1.02491093) | |
480 | p20.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
481 | p20.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
482 | p20.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
483 | p20.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
484 | p20.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
485 | p20.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
486 | b19 = Instance.new("SpecialMesh", p20) | |
487 | b19.MeshType = Enum.MeshType.Torso | |
488 | b19.Name = "Mesh" | |
489 | p21 = Instance.new("Part", m) | |
490 | p21.BrickColor = BrickColor.new("Dark stone grey") | |
491 | p21.Material = Enum.Material.SmoothPlastic | |
492 | p21.Name = "apart" | |
493 | p21.CFrame = CFrame.new(4.07894802, 156.453613, 39.9743843, 1, -3.63797881e-012, 4.9720783e-012, 0, 1, 7.27595761e-012, -2.30360175e-012, 1.27329258e-011, 1) | |
494 | p21.CanCollide = false | |
495 | p21.FormFactor = Enum.FormFactor.Custom | |
496 | p21.Size = Vector3.new(0.512455523, 1.94733071, 0.768683136) | |
497 | p21.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
498 | p21.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
499 | p21.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
500 | p21.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
501 | p21.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
502 | p21.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
503 | b20 = Instance.new("SpecialMesh", p21) | |
504 | b20.MeshType = Enum.MeshType.Brick | |
505 | b20.Name = "Mesh" | |
506 | b20.Scale = Vector3.new(1.03999996, 1.00999999, 1.00999999) | |
507 | p22 = Instance.new("Part", m) | |
508 | p22.BrickColor = BrickColor.new("Really black") | |
509 | p22.Material = Enum.Material.Neon | |
510 | p22.Name = "apart" | |
511 | p22.CFrame = CFrame.new(3.18215108, 156.940445, 39.9487801, 3.04738605e-005, -1, -3.05175818e-005, -3.05603644e-005, -3.05185094e-005, 1, -1, -3.0472931e-005, -3.05612739e-005) | |
512 | p22.CanCollide = false | |
513 | p22.FormFactor = Enum.FormFactor.Custom | |
514 | p22.Size = Vector3.new(0.819928885, 0.256227732, 0.973665357) | |
515 | p22.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
516 | p22.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
517 | p22.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
518 | p22.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
519 | p22.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
520 | p22.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
521 | b21 = Instance.new("SpecialMesh", p22) | |
522 | b21.MeshType = Enum.MeshType.Brick | |
523 | b21.Name = "Mesh" | |
524 | b21.Scale = Vector3.new(1, 1.02999997, 0.25) | |
525 | p23 = Instance.new("Part", m) | |
526 | p23.BrickColor = BrickColor.new("Bright red") | |
527 | p23.Material = Enum.Material.SmoothPlastic | |
528 | p23.Name = "apart" | |
529 | p23.CFrame = CFrame.new(3.82272005, 156.402344, 40.0000038, 1, -3.63797881e-012, 4.97202279e-012, 0, 1, 7.27595761e-012, -2.30448993e-012, 1.45519152e-011, 1) | |
530 | p23.CanCollide = false | |
531 | p23.FormFactor = Enum.FormFactor.Custom | |
532 | p23.Size = Vector3.new(1.02491105, 2.04982185, 2.04982185) | |
533 | p23.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
534 | p23.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
535 | p23.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
536 | p23.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
537 | p23.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
538 | p23.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
539 | p24 = Instance.new("Part", m) | |
540 | p24.BrickColor = BrickColor.new("Dark red") | |
541 | p24.Material = Enum.Material.SmoothPlastic | |
542 | p24.Name = "apart" | |
543 | p24.CFrame = CFrame.new(3.82272005, 155.172455, 39.4875526, 1, -3.63797881e-012, 4.97202279e-012, 0, 1, 7.27595761e-012, -2.30448993e-012, 1.45519152e-011, 1) | |
544 | p24.CanCollide = false | |
545 | p24.FormFactor = Enum.FormFactor.Custom | |
546 | p24.Size = Vector3.new(1.02491105, 0.409964383, 1.02491093) | |
547 | p24.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
548 | p24.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
549 | p24.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
550 | p24.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
551 | p24.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
552 | p24.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
553 | b22 = Instance.new("SpecialMesh", p24) | |
554 | b22.MeshType = Enum.MeshType.Brick | |
555 | b22.Name = "Mesh" | |
556 | b22.Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999) | |
557 | p25 = Instance.new("Part", m) | |
558 | p25.BrickColor = BrickColor.new("Dark red") | |
559 | p25.Material = Enum.Material.SmoothPlastic | |
560 | p25.Name = "apart" | |
561 | p25.CFrame = CFrame.new(3.82272005, 155.172455, 40.512455, 1, -3.63797881e-012, 4.97202279e-012, 0, 1, 7.27595761e-012, -2.30448993e-012, 1.45519152e-011, 1) | |
562 | p25.CanCollide = false | |
563 | p25.FormFactor = Enum.FormFactor.Custom | |
564 | p25.Size = Vector3.new(1.02491105, 0.409964383, 1.02491093) | |
565 | p25.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
566 | p25.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
567 | p25.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
568 | p25.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
569 | p25.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
570 | p25.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
571 | b23 = Instance.new("SpecialMesh", p25) | |
572 | b23.MeshType = Enum.MeshType.Brick | |
573 | b23.Name = "Mesh" | |
574 | b23.Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999) | |
575 | p26 = Instance.new("Part", m) | |
576 | p26.BrickColor = BrickColor.new("Dark red") | |
577 | p26.Material = Enum.Material.SmoothPlastic | |
578 | p26.Name = "apart" | |
579 | p26.CFrame = CFrame.new(2.66969609, 157.8116, 39.1032181, -3.05612921e-005, 1, -3.05175745e-005, -3.04729401e-005, -3.05185094e-005, -1, -1, -3.05603608e-005, 3.04738514e-005) | |
580 | p26.CanCollide = false | |
581 | p26.FormFactor = Enum.FormFactor.Custom | |
582 | p26.Size = Vector3.new(0.256227762, 0.256227732, 0.768683195) | |
583 | p26.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
584 | p26.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
585 | p26.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
586 | p26.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
587 | p26.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
588 | p26.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
589 | b24 = Instance.new("SpecialMesh", p26) | |
590 | b24.MeshType = Enum.MeshType.Brick | |
591 | b24.Name = "Mesh" | |
592 | p27 = Instance.new("Part", m) | |
593 | p27.BrickColor = BrickColor.new("Dark red") | |
594 | p27.Material = Enum.Material.SmoothPlastic | |
595 | p27.Name = "apart" | |
596 | p27.CFrame = CFrame.new(3.82269621, 157.4785, 40.0000038, 5.34812571e-005, -1, -4.31585941e-005, 1, 5.34812607e-005, 1.38243195e-009, 9.4587449e-010, -4.31585941e-005, 1) | |
597 | p27.CanCollide = false | |
598 | p27.FormFactor = Enum.FormFactor.Custom | |
599 | p27.Size = Vector3.new(0.245498881, 1.02491093, 1.02491093) | |
600 | p27.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
601 | p27.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
602 | p27.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
603 | p27.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
604 | p27.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
605 | p27.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
606 | b25 = Instance.new("SpecialMesh", p27) | |
607 | b25.MeshType = Enum.MeshType.Cylinder | |
608 | b25.Name = "Mesh" | |
609 | b25.Scale = Vector3.new(0.417481065, 1, 1) | |
610 | p28 = Instance.new("Part", m) | |
611 | p28.BrickColor = BrickColor.new("Dark red") | |
612 | p28.Material = Enum.Material.SmoothPlastic | |
613 | p28.Name = "apart" | |
614 | p28.CFrame = CFrame.new(3.18215108, 157.8116, 39.1032181, -3.05612921e-005, 1, -3.05175745e-005, -3.04729401e-005, -3.05185094e-005, -1, -1, -3.05603608e-005, 3.04738533e-005) | |
615 | p28.CanCollide = false | |
616 | p28.FormFactor = Enum.FormFactor.Custom | |
617 | p28.Size = Vector3.new(0.256227762, 0.768683195, 0.768683195) | |
618 | p28.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
619 | p28.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
620 | p28.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
621 | p28.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
622 | p28.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
623 | p28.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
624 | b26 = Instance.new("SpecialMesh", p28) | |
625 | b26.MeshType = Enum.MeshType.Wedge | |
626 | b26.Name = "Mesh" | |
627 | p29 = Instance.new("Part", m) | |
628 | p29.BrickColor = BrickColor.new("Dark red") | |
629 | p29.Material = Enum.Material.SmoothPlastic | |
630 | p29.Name = "apart" | |
631 | p29.CFrame = CFrame.new(3.82272005, 156.556107, 40.0000076, 1, -3.63797881e-012, 4.9720783e-012, 0, 1, 7.27595761e-012, -2.30360175e-012, 1.27329258e-011, 1) | |
632 | p29.CanCollide = false | |
633 | p29.FormFactor = Enum.FormFactor.Custom | |
634 | p29.Size = Vector3.new(1.02491105, 1.74234843, 1.84483957) | |
635 | p29.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
636 | p29.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
637 | p29.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
638 | p29.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
639 | p29.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
640 | p29.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
641 | b27 = Instance.new("SpecialMesh", p29) | |
642 | b27.MeshType = Enum.MeshType.Brick | |
643 | b27.Name = "Mesh" | |
644 | b27.Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999) | |
645 | p30 = Instance.new("Part", m) | |
646 | p30.BrickColor = BrickColor.new("Dark red") | |
647 | p30.Material = Enum.Material.SmoothPlastic | |
648 | p30.Name = "apart" | |
649 | p30.CFrame = CFrame.new(2.92592335, 156.914825, 39.1032219, -0.000152631605, -1, -3.05091999e-005, 6.0986782e-005, -3.05185058e-005, 1, -1, 0.000152629742, 6.09914605e-005) | |
650 | p30.CanCollide = false | |
651 | p30.FormFactor = Enum.FormFactor.Custom | |
652 | p30.Size = Vector3.new(0.256227762, 0.768683195, 1.02491093) | |
653 | p30.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
654 | p30.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
655 | p30.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
656 | p30.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
657 | p30.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
658 | p30.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
659 | b28 = Instance.new("SpecialMesh", p30) | |
660 | b28.MeshType = Enum.MeshType.Wedge | |
661 | b28.Name = "Mesh" | |
662 | p31 = Instance.new("Part", m) | |
663 | p31.BrickColor = BrickColor.new("Dark red") | |
664 | p31.Material = Enum.Material.SmoothPlastic | |
665 | p31.Name = "apart" | |
666 | p31.CFrame = CFrame.new(2.92592359, 156.91481, 40.8968201, -0.000152631605, -1, -3.05091999e-005, 6.0986782e-005, -3.05185058e-005, 1, -1, 0.000152629742, 6.09914605e-005) | |
667 | p31.CanCollide = false | |
668 | p31.FormFactor = Enum.FormFactor.Custom | |
669 | p31.Size = Vector3.new(0.256227762, 0.768683195, 1.02491093) | |
670 | p31.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
671 | p31.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
672 | p31.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
673 | p31.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
674 | p31.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
675 | p31.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
676 | b29 = Instance.new("SpecialMesh", p31) | |
677 | b29.MeshType = Enum.MeshType.Wedge | |
678 | b29.Name = "Mesh" | |
679 | p32 = Instance.new("Part", m) | |
680 | p32.BrickColor = BrickColor.new("Dark red") | |
681 | p32.Material = Enum.Material.SmoothPlastic | |
682 | p32.Name = "apart" | |
683 | p32.CFrame = CFrame.new(3.82272077, 156.556091, 40.9736748, 1, 3.05171161e-005, 3.05180401e-005, 3.05180401e-005, -1, -3.04301611e-005, 3.05171125e-005, 3.04310706e-005, -1) | |
684 | p32.CanCollide = false | |
685 | p32.FormFactor = Enum.FormFactor.Custom | |
686 | p32.Size = Vector3.new(1.02491105, 1.74234843, 0.245498881) | |
687 | p32.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
688 | p32.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
689 | p32.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
690 | p32.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
691 | p32.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
692 | p32.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
693 | b30 = Instance.new("SpecialMesh", p32) | |
694 | b30.MeshType = Enum.MeshType.Wedge | |
695 | b30.Name = "Mesh" | |
696 | b30.Scale = Vector3.new(1.00999999, 1.00999999, 0.333984762) | |
697 | p33 = Instance.new("Part", m) | |
698 | p33.BrickColor = BrickColor.new("Dark red") | |
699 | p33.Material = Enum.Material.SmoothPlastic | |
700 | p33.Name = "apart" | |
701 | p33.CFrame = CFrame.new(2.66969681, 157.8116, 40.8968201, -3.05612957e-005, 1, -3.05175763e-005, -3.04729383e-005, -3.05185094e-005, -1, -1, -3.05603571e-005, 3.04738496e-005) | |
702 | p33.CanCollide = false | |
703 | p33.FormFactor = Enum.FormFactor.Custom | |
704 | p33.Size = Vector3.new(0.256227762, 0.256227732, 0.768683195) | |
705 | p33.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
706 | p33.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
707 | p33.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
708 | p33.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
709 | p33.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
710 | p33.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
711 | b31 = Instance.new("SpecialMesh", p33) | |
712 | b31.MeshType = Enum.MeshType.Brick | |
713 | b31.Name = "Mesh" | |
714 | p34 = Instance.new("Part", m) | |
715 | p34.BrickColor = BrickColor.new("Bright red") | |
716 | p34.Material = Enum.Material.SmoothPlastic | |
717 | p34.Name = "apart" | |
718 | p34.CFrame = CFrame.new(3.82269669, 157.581009, 40.0000153, 5.34812571e-005, -1, -4.31585904e-005, 1, 5.34812607e-005, 1.38061296e-009, 9.47693479e-010, -4.31585977e-005, 1) | |
719 | p34.CanCollide = false | |
720 | p34.FormFactor = Enum.FormFactor.Custom | |
721 | p34.Size = Vector3.new(0.245498881, 1.02491093, 1.02491093) | |
722 | p34.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
723 | p34.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
724 | p34.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
725 | p34.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
726 | p34.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
727 | p34.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
728 | b32 = Instance.new("SpecialMesh", p34) | |
729 | b32.MeshType = Enum.MeshType.Cylinder | |
730 | b32.Name = "Mesh" | |
731 | b32.Scale = Vector3.new(0.417481065, 0.899999976, 1) | |
732 | p35 = Instance.new("Part", m) | |
733 | p35.BrickColor = BrickColor.new("Dark red") | |
734 | p35.Material = Enum.Material.SmoothPlastic | |
735 | p35.Name = "apart" | |
736 | p35.CFrame = CFrame.new(3.82272053, 155.633682, 40.4612274, 1, 3.05171161e-005, 3.05180365e-005, 3.05180401e-005, -1, -3.04301593e-005, 3.05171143e-005, 3.04310706e-005, -1) | |
737 | p35.CanCollide = false | |
738 | p35.FormFactor = Enum.FormFactor.Custom | |
739 | p35.Size = Vector3.new(1.02491105, 0.245498881, 0.922419906) | |
740 | p35.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
741 | p35.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
742 | p35.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
743 | p35.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
744 | p35.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
745 | p35.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
746 | b33 = Instance.new("SpecialMesh", p35) | |
747 | b33.MeshType = Enum.MeshType.Wedge | |
748 | b33.Name = "Mesh" | |
749 | b33.Scale = Vector3.new(1.00999999, 0.421655744, 1) | |
750 | p36 = Instance.new("Part", m) | |
751 | p36.BrickColor = BrickColor.new("Dark red") | |
752 | p36.Material = Enum.Material.SmoothPlastic | |
753 | p36.Name = "apart" | |
754 | p36.CFrame = CFrame.new(3.82272053, 156.556107, 39.0263557, -1, -3.04301484e-005, 3.05180511e-005, 3.04310906e-005, -1, 3.05171161e-005, 3.05171197e-005, 3.0518022e-005, 1) | |
755 | p36.CanCollide = false | |
756 | p36.FormFactor = Enum.FormFactor.Custom | |
757 | p36.Size = Vector3.new(1.02491105, 1.74234843, 0.245498881) | |
758 | p36.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
759 | p36.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
760 | p36.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
761 | p36.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
762 | p36.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
763 | p36.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
764 | b34 = Instance.new("SpecialMesh", p36) | |
765 | b34.MeshType = Enum.MeshType.Wedge | |
766 | b34.Name = "Mesh" | |
767 | b34.Scale = Vector3.new(1.00999999, 1.00999999, 0.333984762) | |
768 | p37 = Instance.new("Part", m) | |
769 | p37.BrickColor = BrickColor.new("Dark red") | |
770 | p37.Material = Enum.Material.SmoothPlastic | |
771 | p37.Name = "apart" | |
772 | p37.CFrame = CFrame.new(3.82272053, 155.633682, 39.5388374, -1, -3.04301484e-005, 3.05180511e-005, 3.04310906e-005, -1, 3.05171161e-005, 3.05171197e-005, 3.0518022e-005, 1) | |
773 | p37.CanCollide = false | |
774 | p37.FormFactor = Enum.FormFactor.Custom | |
775 | p37.Size = Vector3.new(1.02491105, 0.245498881, 0.922419906) | |
776 | p37.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
777 | p37.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
778 | p37.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
779 | p37.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
780 | p37.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
781 | p37.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
782 | b35 = Instance.new("SpecialMesh", p37) | |
783 | b35.MeshType = Enum.MeshType.Wedge | |
784 | b35.Name = "Mesh" | |
785 | b35.Scale = Vector3.new(1.00999999, 0.421655744, 1) | |
786 | p38 = Instance.new("Part", m) | |
787 | p38.BrickColor = BrickColor.new("Dark red") | |
788 | p38.Material = Enum.Material.SmoothPlastic | |
789 | p38.Name = "apart" | |
790 | p38.CFrame = CFrame.new(3.18215156, 157.811584, 40.8968277, -3.05612957e-005, 1, -3.05175708e-005, -3.04729365e-005, -3.05185131e-005, -1, -1, -3.05603608e-005, 3.04738478e-005) | |
791 | p38.CanCollide = false | |
792 | p38.FormFactor = Enum.FormFactor.Custom | |
793 | p38.Size = Vector3.new(0.256227762, 0.768683195, 0.768683195) | |
794 | p38.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
795 | p38.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
796 | p38.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
797 | p38.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
798 | p38.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
799 | p38.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
800 | b36 = Instance.new("SpecialMesh", p38) | |
801 | b36.MeshType = Enum.MeshType.Wedge | |
802 | b36.Name = "Mesh" | |
803 | p39 = Instance.new("Part", m) | |
804 | p39.BrickColor = BrickColor.new("Bright red") | |
805 | p39.Material = Enum.Material.SmoothPlastic | |
806 | p39.Name = "apart" | |
807 | p39.CFrame = CFrame.new(3.18215156, 156.940414, 39.9487991, 3.04738587e-005, -1, -3.05175854e-005, -3.05603608e-005, -3.05185022e-005, 1, -1, -3.0472931e-005, -3.05612703e-005) | |
808 | p39.CanCollide = false | |
809 | p39.FormFactor = Enum.FormFactor.Custom | |
810 | p39.Size = Vector3.new(0.819928885, 0.256227732, 0.973665357) | |
811 | p39.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
812 | p39.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
813 | p39.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
814 | p39.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
815 | p39.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
816 | p39.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
817 | b37 = Instance.new("SpecialMesh", p39) | |
818 | b37.MeshType = Enum.MeshType.Brick | |
819 | b37.Name = "Mesh" | |
820 | b37.Scale = Vector3.new(1, 1.00999999, 1.00999999) | |
821 | p40 = Instance.new("Part", m) | |
822 | p40.BrickColor = BrickColor.new("Dark red") | |
823 | p40.Material = Enum.Material.SmoothPlastic | |
824 | p40.Name = "apart" | |
825 | p40.CFrame = CFrame.new(3.18215179, 156.94043, 40.0000381, 3.04738587e-005, -1, -3.05175854e-005, -3.05603608e-005, -3.05185022e-005, 1, -1, -3.0472931e-005, -3.05612703e-005) | |
826 | p40.CanCollide = false | |
827 | p40.FormFactor = Enum.FormFactor.Custom | |
828 | p40.Size = Vector3.new(1.53736663, 0.256227732, 0.973665357) | |
829 | p40.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
830 | p40.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
831 | p40.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
832 | p40.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
833 | p40.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
834 | p40.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
835 | b38 = Instance.new("SpecialMesh", p40) | |
836 | b38.MeshType = Enum.MeshType.Torso | |
837 | b38.Name = "Mesh" | |
838 | p41 = Instance.new("Part", m) | |
839 | p41.BrickColor = BrickColor.new("Bright red") | |
840 | p41.Material = Enum.Material.SmoothPlastic | |
841 | p41.Name = "apart" | |
842 | p41.CFrame = CFrame.new(4.43766689, 158.093491, 39.9999962, -1, 4.30663349e-005, 4.51109372e-010, 1.85900717e-009, 5.34494684e-005, -1, -4.30663422e-005, -1, -5.34494757e-005) | |
843 | p41.CanCollide = false | |
844 | p41.FormFactor = Enum.FormFactor.Custom | |
845 | p41.Size = Vector3.new(0.409964442, 0.922419786, 0.922419786) | |
846 | p41.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
847 | p41.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
848 | p41.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
849 | p41.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
850 | p41.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
851 | p41.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
852 | b39 = Instance.new("SpecialMesh", p41) | |
853 | b39.MeshType = Enum.MeshType.Sphere | |
854 | b39.Name = "Mesh" | |
855 | p42 = Instance.new("Part", m) | |
856 | p42.BrickColor = BrickColor.new("Bright red") | |
857 | p42.Material = Enum.Material.SmoothPlastic | |
858 | p42.Name = "apart" | |
859 | p42.CFrame = CFrame.new(3.82272005, 158.093506, 39.2825584, -3.05612848e-005, -1, -3.05175745e-005, -3.05603535e-005, 3.05185167e-005, -1, 1, -3.05603608e-005, -3.05612921e-005) | |
860 | p42.CanCollide = false | |
861 | p42.FormFactor = Enum.FormFactor.Custom | |
862 | p42.Size = Vector3.new(0.307473212, 0.512455463, 0.512455463) | |
863 | p42.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
864 | p42.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
865 | p42.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
866 | p42.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
867 | p42.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
868 | p42.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
869 | b40 = Instance.new("SpecialMesh", p42) | |
870 | b40.MeshType = Enum.MeshType.Sphere | |
871 | b40.Name = "Mesh" | |
872 | p43 = Instance.new("Part", m) | |
873 | p43.BrickColor = BrickColor.new("Bright red") | |
874 | p43.Material = Enum.Material.SmoothPlastic | |
875 | p43.Name = "apart" | |
876 | p43.CFrame = CFrame.new(4.3864212, 158.093475, 39.9999924, -1, 4.30663349e-005, 4.50970816e-010, 1.8563604e-009, 5.34494684e-005, -1, -4.30663422e-005, -1, -5.3449472e-005) | |
877 | p43.CanCollide = false | |
878 | p43.FormFactor = Enum.FormFactor.Custom | |
879 | p43.Size = Vector3.new(0.245498881, 0.922419786, 0.922419786) | |
880 | p43.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
881 | p43.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
882 | p43.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
883 | p43.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
884 | p43.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
885 | p43.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
886 | b41 = Instance.new("SpecialMesh", p43) | |
887 | b41.MeshType = Enum.MeshType.Cylinder | |
888 | b41.Name = "Mesh" | |
889 | b41.Scale = Vector3.new(0.417480975, 1, 1) | |
890 | p44 = Instance.new("Part", m) | |
891 | p44.BrickColor = BrickColor.new("Dark red") | |
892 | p44.Material = Enum.Material.SmoothPlastic | |
893 | p44.Name = "apart" | |
894 | p44.CFrame = CFrame.new(4.18143892, 158.093475, 39.9999886, -4.37157723e-008, -2.66764388e-012, -1, 1, -3.05612884e-005, -4.37103154e-008, -3.05612884e-005, -1, -2.66975331e-012) | |
895 | p44.CanCollide = false | |
896 | p44.FormFactor = Enum.FormFactor.Custom | |
897 | p44.Size = Vector3.new(0.245498881, 1.02491093, 1.02491093) | |
898 | p44.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
899 | p44.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
900 | p44.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
901 | p44.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
902 | p44.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
903 | p44.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
904 | b42 = Instance.new("SpecialMesh", p44) | |
905 | b42.MeshType = Enum.MeshType.Cylinder | |
906 | b42.Name = "Mesh" | |
907 | b42.Scale = Vector3.new(0.626221538, 1, 1) | |
908 | p45 = Instance.new("Part", m) | |
909 | p45.BrickColor = BrickColor.new("Really black") | |
910 | p45.Material = Enum.Material.Neon | |
911 | p45.Name = "apart" | |
912 | p45.CFrame = CFrame.new(4.18143892, 158.093475, 39.9999886, -4.37157723e-008, -2.66764388e-012, -1, 1, -3.05612884e-005, -4.37103154e-008, -3.05612884e-005, -1, -2.66975331e-012) | |
913 | p45.CanCollide = false | |
914 | p45.FormFactor = Enum.FormFactor.Custom | |
915 | p45.Size = Vector3.new(0.245498881, 1.02491093, 1.02491093) | |
916 | p45.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
917 | p45.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
918 | p45.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
919 | p45.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
920 | p45.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
921 | p45.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
922 | b43 = Instance.new("SpecialMesh", p45) | |
923 | b43.MeshType = Enum.MeshType.Cylinder | |
924 | b43.Name = "Mesh" | |
925 | b43.Scale = Vector3.new(0.313110769, 1.00999999, 1.00999999) | |
926 | p46 = Instance.new("Part", m) | |
927 | p46.BrickColor = BrickColor.new("Bright red") | |
928 | p46.Material = Enum.Material.SmoothPlastic | |
929 | p46.Name = "apart" | |
930 | p46.CFrame = CFrame.new(3.82271981, 158.093491, 40.7174263, -3.05612884e-005, -1, -3.05175763e-005, -3.05603571e-005, 3.05185131e-005, -1, 1, -3.05603571e-005, -3.05612884e-005) | |
931 | p46.CanCollide = false | |
932 | p46.FormFactor = Enum.FormFactor.Custom | |
933 | p46.Size = Vector3.new(0.307473212, 0.512455463, 0.512455463) | |
934 | p46.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
935 | p46.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
936 | p46.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
937 | p46.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
938 | p46.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
939 | p46.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
940 | b44 = Instance.new("SpecialMesh", p46) | |
941 | b44.MeshType = Enum.MeshType.Sphere | |
942 | b44.Name = "Mesh" | |
943 | p48 = Instance.new("Part", m) | |
944 | p48.BrickColor = BrickColor.new("Really black") | |
945 | p48.Material = Enum.Material.Neon | |
946 | p48.Name = "apart" | |
947 | p48.CFrame = CFrame.new(3.05403709, 158.529068, 39.8975182, -3.05612884e-005, 1, -3.05166468e-005, 6.10798015e-005, -3.05147805e-005, -1, -1, -3.05631511e-005, -6.10788702e-005) | |
948 | p48.CanCollide = false | |
949 | p48.FormFactor = Enum.FormFactor.Custom | |
950 | p48.Size = Vector3.new(0.245498881, 0.512455463, 0.245498881) | |
951 | p48.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
952 | p48.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
953 | p48.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
954 | p48.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
955 | p48.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
956 | p48.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
957 | b45 = Instance.new("SpecialMesh", p48) | |
958 | b45.MeshType = Enum.MeshType.Wedge | |
959 | b45.Name = "Mesh" | |
960 | b45.Scale = Vector3.new(0.208740532, 1.00999999, 0.626221359) | |
961 | p49 = Instance.new("Part", m) | |
962 | p49.BrickColor = BrickColor.new("Bright red") | |
963 | p49.Material = Enum.Material.SmoothPlastic | |
964 | p49.Name = "apart" | |
965 | p49.CFrame = CFrame.new(4.69389391, 158.09346, 39.9999847, -1, 4.30663385e-005, 4.47471393e-010, 1.85536919e-009, 5.34494684e-005, -1, -4.30663385e-005, -1, -5.34494757e-005) | |
966 | p49.CanCollide = false | |
967 | p49.FormFactor = Enum.FormFactor.Custom | |
968 | p49.Size = Vector3.new(0.245498881, 0.409964353, 0.245498881) | |
969 | p49.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
970 | p49.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
971 | p49.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
972 | p49.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
973 | p49.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
974 | p49.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
975 | b46 = Instance.new("SpecialMesh", p49) | |
976 | b46.MeshType = Enum.MeshType.Brick | |
977 | b46.Name = "Mesh" | |
978 | b46.Scale = Vector3.new(0.417481035, 1.00999999, 0.834961772) | |
979 | p50 = Instance.new("Part", m) | |
980 | p50.BrickColor = BrickColor.new("Dark red") | |
981 | p50.Material = Enum.Material.SmoothPlastic | |
982 | p50.Name = "apart" | |
983 | p50.CFrame = CFrame.new(4.64264822, 158.09346, 39.9999847, -1, 4.30663385e-005, 4.47471393e-010, 1.85536919e-009, 5.34494684e-005, -1, -4.30663385e-005, -1, -5.34494757e-005) | |
984 | p50.CanCollide = false | |
985 | p50.FormFactor = Enum.FormFactor.Custom | |
986 | p50.Size = Vector3.new(0.245498881, 0.409964353, 0.307473242) | |
987 | p50.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
988 | p50.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
989 | p50.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
990 | p50.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
991 | p50.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
992 | p50.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
993 | b47 = Instance.new("SpecialMesh", p50) | |
994 | b47.MeshType = Enum.MeshType.Brick | |
995 | b47.Name = "Mesh" | |
996 | b47.Scale = Vector3.new(0.417481035, 1, 1) | |
997 | p51 = Instance.new("Part", m) | |
998 | p51.BrickColor = BrickColor.new("Really black") | |
999 | p51.Material = Enum.Material.Neon | |
1000 | p51.Name = "apart" | |
1001 | p51.CFrame = CFrame.new(3.05403709, 158.195969, 39.8974838, -0.000274701917, -0.99999994, -3.04719488e-005, 0.000183053358, -3.05222311e-005, 1, -0.99999994, 0.000274696329, 0.000183061755) | |
1002 | p51.CanCollide = false | |
1003 | p51.FormFactor = Enum.FormFactor.Custom | |
1004 | p51.Size = Vector3.new(0.245498881, 0.512455463, 0.512455463) | |
1005 | p51.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
1006 | p51.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
1007 | p51.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
1008 | p51.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
1009 | p51.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
1010 | p51.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
1011 | b48 = Instance.new("SpecialMesh", p51) | |
1012 | b48.MeshType = Enum.MeshType.Wedge | |
1013 | b48.Name = "Mesh" | |
1014 | b48.Scale = Vector3.new(0.208740532, 1.00999999, 1) | |
1015 | p52 = Instance.new("Part", m) | |
1016 | p52.BrickColor = BrickColor.new("Really black") | |
1017 | p52.Material = Enum.Material.SmoothPlastic | |
1018 | p52.Name = "apart" | |
1019 | p52.CFrame = CFrame.new(3.2077713, 158.272842, 40.7174377, 0.000228409393, -0.965923071, 0.258828998, -0.000213359453, 0.258829027, 0.96592319, -0.99999994, -0.000275849539, -0.00014696976) | |
1020 | p52.CanCollide = false | |
1021 | p52.FormFactor = Enum.FormFactor.Custom | |
1022 | p52.Size = Vector3.new(0.245498881, 1.02491093, 0.245498881) | |
1023 | p52.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
1024 | p52.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
1025 | p52.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
1026 | p52.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
1027 | p52.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
1028 | p52.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
1029 | b49 = Instance.new("SpecialMesh", p52) | |
1030 | b49.MeshType = Enum.MeshType.Wedge | |
1031 | b49.Name = "Mesh" | |
1032 | b49.Scale = Vector3.new(0.208740532, 1, 0.626221359) | |
1033 | p53 = Instance.new("Part", m) | |
1034 | p53.BrickColor = BrickColor.new("Bright red") | |
1035 | p53.Material = Enum.Material.SmoothPlastic | |
1036 | p53.Name = "apart" | |
1037 | p53.CFrame = CFrame.new(3.82271767, 158.093475, 39.9999886, -3.05612375e-005, -1, -3.04430723e-005, -3.05603317e-005, 3.0502677e-005, -1.00000012, 1, -3.05603717e-005, -3.05613357e-005) | |
1038 | p53.CanCollide = false | |
1039 | p53.FormFactor = Enum.FormFactor.Custom | |
1040 | p53.Size = Vector3.new(1.43487537, 0.512455463, 0.512455463) | |
1041 | p53.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
1042 | p53.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
1043 | p53.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
1044 | p53.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
1045 | p53.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
1046 | p53.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
1047 | b50 = Instance.new("SpecialMesh", p53) | |
1048 | b50.MeshType = Enum.MeshType.Cylinder | |
1049 | b50.Name = "Mesh" | |
1050 | p54 = Instance.new("Part", m) | |
1051 | p54.BrickColor = BrickColor.new("Dark red") | |
1052 | p54.Material = Enum.Material.SmoothPlastic | |
1053 | p54.Name = "apart" | |
1054 | p54.CFrame = CFrame.new(3.82271767, 158.093491, 39.4363022, 3.07936716e-008, -3.99507094e-011, 1, -1.00000012, -0.000152631663, -2.78741936e-008, 0.000152631561, -1, 2.18273732e-011) | |
1055 | p54.CanCollide = false | |
1056 | p54.FormFactor = Enum.FormFactor.Custom | |
1057 | p54.Size = Vector3.new(1.02491105, 0.245498881, 1.02491093) | |
1058 | p54.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
1059 | p54.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
1060 | p54.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
1061 | p54.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
1062 | p54.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
1063 | p54.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
1064 | b51 = Instance.new("SpecialMesh", p54) | |
1065 | b51.MeshType = Enum.MeshType.Torso | |
1066 | b51.Name = "Mesh" | |
1067 | b51.Scale = Vector3.new(1, 0.417480916, 1) | |
1068 | p55 = Instance.new("Part", m) | |
1069 | p55.BrickColor = BrickColor.new("Bright red") | |
1070 | p55.Material = Enum.Material.SmoothPlastic | |
1071 | p55.Name = "apart" | |
1072 | p55.CFrame = CFrame.new(3.05403447, 158.195984, 39.6669159, -0.000274701975, -0.99999994, -3.05464528e-005, 0.000183053344, -3.05380709e-005, 1.00000012, -1, 0.000274696329, 0.000183061798) | |
1073 | p55.CanCollide = false | |
1074 | p55.FormFactor = Enum.FormFactor.Custom | |
1075 | p55.Size = Vector3.new(0.358718932, 0.512455463, 0.512455463) | |
1076 | p55.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
1077 | p55.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
1078 | p55.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
1079 | p55.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
1080 | p55.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
1081 | p55.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
1082 | b52 = Instance.new("SpecialMesh", p55) | |
1083 | b52.MeshType = Enum.MeshType.Wedge | |
1084 | b52.Name = "Mesh" | |
1085 | p56 = Instance.new("Part", m) | |
1086 | p56.BrickColor = BrickColor.new("Really black") | |
1087 | p56.Material = Enum.Material.SmoothPlastic | |
1088 | p56.Name = "apart" | |
1089 | p56.CFrame = CFrame.new(2.7465601, 158.529114, 39.8975143, -0.000274701975, -0.999999881, -3.05464528e-005, 0.000183053344, -3.05380672e-005, 1.00000012, -1, 0.0002746963, 0.000183061798) | |
1090 | p56.CanCollide = false | |
1091 | p56.FormFactor = Enum.FormFactor.Custom | |
1092 | p56.Size = Vector3.new(0.245498881, 0.245498881, 0.245498881) | |
1093 | p56.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
1094 | p56.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
1095 | p56.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
1096 | p56.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
1097 | p56.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
1098 | p56.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
1099 | b53 = Instance.new("SpecialMesh", p56) | |
1100 | b53.MeshType = Enum.MeshType.Wedge | |
1101 | b53.Name = "Mesh" | |
1102 | b53.Scale = Vector3.new(0.417481065, 0.417480946, 0.626221359) | |
1103 | p57 = Instance.new("Part", m) | |
1104 | p57.BrickColor = BrickColor.new("Really black") | |
1105 | p57.Material = Enum.Material.SmoothPlastic | |
1106 | p57.Name = "apart" | |
1107 | p57.CFrame = CFrame.new(3.05403423, 158.529099, 40.1024895, -3.05613503e-005, 0.999999881, -3.04421301e-005, 6.10797433e-005, -3.04989571e-005, -1.00000012, -1, -3.05630856e-005, -6.10789066e-005) | |
1108 | p57.CanCollide = false | |
1109 | p57.FormFactor = Enum.FormFactor.Custom | |
1110 | p57.Size = Vector3.new(0.245498881, 0.512455463, 0.245498881) | |
1111 | p57.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
1112 | p57.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
1113 | p57.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
1114 | p57.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
1115 | p57.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
1116 | p57.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
1117 | b54 = Instance.new("SpecialMesh", p57) | |
1118 | b54.MeshType = Enum.MeshType.Wedge | |
1119 | b54.Name = "Mesh" | |
1120 | b54.Scale = Vector3.new(0.417481065, 1, 0.626221359) | |
1121 | p58 = Instance.new("Part", m) | |
1122 | p58.BrickColor = BrickColor.new("Dark red") | |
1123 | p58.Material = Enum.Material.SmoothPlastic | |
1124 | p58.Name = "apart" | |
1125 | p58.CFrame = CFrame.new(3.82271719, 158.093506, 40.5636864, -1.18223397e-007, 6.08786355e-011, 0.999999881, 1.00000012, -4.36484697e-008, 5.95373422e-008, 4.37539711e-008, 1, 6.57935928e-011) | |
1126 | p58.CanCollide = false | |
1127 | p58.FormFactor = Enum.FormFactor.Custom | |
1128 | p58.Size = Vector3.new(1.02491105, 0.245498881, 1.02491093) | |
1129 | p58.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
1130 | p58.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
1131 | p58.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
1132 | p58.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
1133 | p58.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
1134 | p58.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
1135 | b55 = Instance.new("SpecialMesh", p58) | |
1136 | b55.MeshType = Enum.MeshType.Torso | |
1137 | b55.Name = "Mesh" | |
1138 | b55.Scale = Vector3.new(1, 0.417480916, 1) | |
1139 | p59 = Instance.new("Part", m) | |
1140 | p59.BrickColor = BrickColor.new("Dark red") | |
1141 | p59.Material = Enum.Material.SmoothPlastic | |
1142 | p59.Name = "apart" | |
1143 | p59.CFrame = CFrame.new(3.82271719, 158.093506, 39.9999809, 5.34067403e-005, -0.999999881, -4.31585322e-005, 1.00000012, 5.34654391e-005, 1.43842538e-009, 9.74580416e-010, -4.31586632e-005, 1) | |
1144 | p59.CanCollide = false | |
1145 | p59.FormFactor = Enum.FormFactor.Custom | |
1146 | p59.Size = Vector3.new(1.02491105, 1.02491093, 1.02491093) | |
1147 | p59.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
1148 | p59.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
1149 | p59.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
1150 | p59.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
1151 | p59.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
1152 | p59.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
1153 | b56 = Instance.new("SpecialMesh", p59) | |
1154 | b56.MeshType = Enum.MeshType.Brick | |
1155 | b56.Name = "Mesh" | |
1156 | p60 = Instance.new("Part", m) | |
1157 | p60.BrickColor = BrickColor.new("Really black") | |
1158 | p60.Material = Enum.Material.Neon | |
1159 | p60.Name = "apart" | |
1160 | p60.CFrame = CFrame.new(3.05403423, 158.529114, 40.1024895, -3.05613539e-005, 0.999999881, -3.04421301e-005, 6.10797433e-005, -3.04989553e-005, -1.00000012, -1, -3.05630856e-005, -6.10789139e-005) | |
1161 | p60.CanCollide = false | |
1162 | p60.FormFactor = Enum.FormFactor.Custom | |
1163 | p60.Size = Vector3.new(0.245498881, 0.512455463, 0.245498881) | |
1164 | p60.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
1165 | p60.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
1166 | p60.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
1167 | p60.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
1168 | p60.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
1169 | p60.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
1170 | b57 = Instance.new("SpecialMesh", p60) | |
1171 | b57.MeshType = Enum.MeshType.Wedge | |
1172 | b57.Name = "Mesh" | |
1173 | b57.Scale = Vector3.new(0.208740532, 1.00999999, 0.626221359) | |
1174 | p61 = Instance.new("Part", m) | |
1175 | p61.BrickColor = BrickColor.new("Really black") | |
1176 | p61.Material = Enum.Material.SmoothPlastic | |
1177 | p61.Name = "apart" | |
1178 | p61.CFrame = CFrame.new(3.05403423, 158.19603, 39.89748, -0.000274701946, -0.999999821, -3.05464564e-005, 0.000183053315, -3.05380599e-005, 1.00000012, -0.99999994, 0.000274696271, 0.000183061798) | |
1179 | p61.CanCollide = false | |
1180 | p61.FormFactor = Enum.FormFactor.Custom | |
1181 | p61.Size = Vector3.new(0.245498881, 0.512455463, 0.512455463) | |
1182 | p61.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
1183 | p61.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
1184 | p61.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
1185 | p61.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
1186 | p61.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
1187 | p61.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
1188 | b58 = Instance.new("SpecialMesh", p61) | |
1189 | b58.MeshType = Enum.MeshType.Wedge | |
1190 | b58.Name = "Mesh" | |
1191 | b58.Scale = Vector3.new(0.417481065, 1, 1) | |
1192 | p62 = Instance.new("Part", m) | |
1193 | p62.BrickColor = BrickColor.new("Bright red") | |
1194 | p62.Material = Enum.Material.SmoothPlastic | |
1195 | p62.Name = "apart" | |
1196 | p62.CFrame = CFrame.new(3.20776844, 158.272903, 40.7686882, 0.000228409335, -0.965923011, 0.258828908, -0.000213359541, 0.258829057, 0.965923309, -0.99999994, -0.000275849598, -0.000146969687) | |
1197 | p62.CanCollide = false | |
1198 | p62.FormFactor = Enum.FormFactor.Custom | |
1199 | p62.Size = Vector3.new(0.245498881, 1.02491093, 0.245498881) | |
1200 | p62.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
1201 | p62.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
1202 | p62.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
1203 | p62.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
1204 | p62.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
1205 | p62.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
1206 | b59 = Instance.new("SpecialMesh", p62) | |
1207 | b59.MeshType = Enum.MeshType.Wedge | |
1208 | b59.Name = "Mesh" | |
1209 | b59.Scale = Vector3.new(0.208740532, 1, 0.626221359) | |
1210 | p63 = Instance.new("Part", m) | |
1211 | p63.BrickColor = BrickColor.new("Really black") | |
1212 | p63.Material = Enum.Material.SmoothPlastic | |
1213 | p63.Name = "apart" | |
1214 | p63.CFrame = CFrame.new(3.05403471, 158.196045, 40.1024666, -0.000274702004, -0.999999821, -3.05771828e-005, 0.000183053315, -3.04877758e-005, 1.00000024, -1, 0.000274696242, 0.000183061857) | |
1215 | p63.CanCollide = false | |
1216 | p63.FormFactor = Enum.FormFactor.Custom | |
1217 | p63.Size = Vector3.new(0.245498881, 0.512455463, 0.512455463) | |
1218 | p63.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
1219 | p63.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
1220 | p63.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
1221 | p63.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
1222 | p63.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
1223 | p63.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
1224 | b60 = Instance.new("SpecialMesh", p63) | |
1225 | b60.MeshType = Enum.MeshType.Wedge | |
1226 | b60.Name = "Mesh" | |
1227 | b60.Scale = Vector3.new(0.417481065, 1, 1) | |
1228 | p64 = Instance.new("Part", m) | |
1229 | p64.BrickColor = BrickColor.new("Bright red") | |
1230 | p64.Material = Enum.Material.SmoothPlastic | |
1231 | p64.Name = "apart" | |
1232 | p64.CFrame = CFrame.new(2.7465601, 158.529175, 40.3330841, -0.000274702004, -0.999999762, -3.05771828e-005, 0.000183053315, -3.0487774e-005, 1.00000024, -1, 0.000274696213, 0.000183061857) | |
1233 | p64.CanCollide = false | |
1234 | p64.FormFactor = Enum.FormFactor.Custom | |
1235 | p64.Size = Vector3.new(0.358718932, 0.245498881, 0.245498881) | |
1236 | p64.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
1237 | p64.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
1238 | p64.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
1239 | p64.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
1240 | p64.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
1241 | p64.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
1242 | b61 = Instance.new("SpecialMesh", p64) | |
1243 | b61.MeshType = Enum.MeshType.Wedge | |
1244 | b61.Name = "Mesh" | |
1245 | b61.Scale = Vector3.new(1, 0.417480946, 0.626221359) | |
1246 | p65 = Instance.new("Part", m) | |
1247 | p65.BrickColor = BrickColor.new("Bright red") | |
1248 | p65.Material = Enum.Material.SmoothPlastic | |
1249 | p65.Name = "apart" | |
1250 | p65.CFrame = CFrame.new(2.74655938, 158.52919, 39.6668968, -0.000274702004, -0.999999702, -3.05771828e-005, 0.000183053315, -3.04877722e-005, 1.00000024, -1, 0.000274696184, 0.000183061857) | |
1251 | p65.CanCollide = false | |
1252 | p65.FormFactor = Enum.FormFactor.Custom | |
1253 | p65.Size = Vector3.new(0.358718932, 0.245498881, 0.245498881) | |
1254 | p65.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
1255 | p65.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
1256 | p65.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
1257 | p65.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
1258 | p65.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
1259 | p65.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
1260 | b62 = Instance.new("SpecialMesh", p65) | |
1261 | b62.MeshType = Enum.MeshType.Wedge | |
1262 | b62.Name = "Mesh" | |
1263 | b62.Scale = Vector3.new(1, 0.417480946, 0.626221359) | |
1264 | p66 = Instance.new("Part", m) | |
1265 | p66.BrickColor = BrickColor.new("Bright red") | |
1266 | p66.Material = Enum.Material.SmoothPlastic | |
1267 | p66.Name = "apart" | |
1268 | p66.CFrame = CFrame.new(3.05403376, 158.196106, 40.3330727, -0.000274702004, -0.999999642, -3.05771828e-005, 0.000183053315, -3.04877703e-005, 1.00000024, -1, 0.000274696155, 0.000183061857) | |
1269 | p66.CanCollide = false | |
1270 | p66.FormFactor = Enum.FormFactor.Custom | |
1271 | p66.Size = Vector3.new(0.358718932, 0.512455463, 0.512455463) | |
1272 | p66.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
1273 | p66.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
1274 | p66.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
1275 | p66.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
1276 | p66.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
1277 | p66.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
1278 | b63 = Instance.new("SpecialMesh", p66) | |
1279 | b63.MeshType = Enum.MeshType.Wedge | |
1280 | b63.Name = "Mesh" | |
1281 | p67 = Instance.new("Part", m) | |
1282 | p67.BrickColor = BrickColor.new("Really black") | |
1283 | p67.Material = Enum.Material.Neon | |
1284 | p67.Name = "apart" | |
1285 | p67.CFrame = CFrame.new(3.05403376, 158.196106, 40.1024437, -0.000274702004, -0.999999583, -3.05771828e-005, 0.000183053315, -3.04877685e-005, 1.00000024, -1, 0.000274696125, 0.000183061857) | |
1286 | p67.CanCollide = false | |
1287 | p67.FormFactor = Enum.FormFactor.Custom | |
1288 | p67.Size = Vector3.new(0.245498881, 0.512455463, 0.512455463) | |
1289 | p67.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
1290 | p67.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
1291 | p67.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
1292 | p67.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
1293 | p67.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
1294 | p67.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
1295 | b64 = Instance.new("SpecialMesh", p67) | |
1296 | b64.MeshType = Enum.MeshType.Wedge | |
1297 | b64.Name = "Mesh" | |
1298 | b64.Scale = Vector3.new(0.208740532, 1.00999999, 1) | |
1299 | p68 = Instance.new("Part", m) | |
1300 | p68.BrickColor = BrickColor.new("Really black") | |
1301 | p68.Material = Enum.Material.SmoothPlastic | |
1302 | p68.Name = "apart" | |
1303 | p68.CFrame = CFrame.new(2.74655938, 158.529221, 40.1024551, -0.000274702004, -0.999999523, -3.05771828e-005, 0.000183053315, -3.04877667e-005, 1.00000024, -1, 0.000274696096, 0.000183061857) | |
1304 | p68.CanCollide = false | |
1305 | p68.FormFactor = Enum.FormFactor.Custom | |
1306 | p68.Size = Vector3.new(0.245498881, 0.245498881, 0.245498881) | |
1307 | p68.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
1308 | p68.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
1309 | p68.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
1310 | p68.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
1311 | p68.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
1312 | p68.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
1313 | b65 = Instance.new("SpecialMesh", p68) | |
1314 | b65.MeshType = Enum.MeshType.Wedge | |
1315 | b65.Name = "Mesh" | |
1316 | b65.Scale = Vector3.new(0.417481065, 0.417480946, 0.626221359) | |
1317 | p69 = Instance.new("Part", m) | |
1318 | p69.BrickColor = BrickColor.new("Bright red") | |
1319 | p69.Material = Enum.Material.SmoothPlastic | |
1320 | p69.Name = "apart" | |
1321 | p69.CFrame = CFrame.new(3.05403352, 158.529205, 40.3330612, -3.05614631e-005, 0.999999523, -3.04113782e-005, 6.10796851e-005, -3.05492649e-005, -1.00000024, -1, -3.05628819e-005, -6.10789648e-005) | |
1322 | p69.CanCollide = false | |
1323 | p69.FormFactor = Enum.FormFactor.Custom | |
1324 | p69.Size = Vector3.new(0.358718932, 0.512455463, 0.245498881) | |
1325 | p69.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
1326 | p69.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
1327 | p69.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
1328 | p69.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
1329 | p69.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
1330 | p69.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
1331 | b66 = Instance.new("SpecialMesh", p69) | |
1332 | b66.MeshType = Enum.MeshType.Wedge | |
1333 | b66.Name = "Mesh" | |
1334 | b66.Scale = Vector3.new(1, 1, 0.626221359) | |
1335 | p70 = Instance.new("Part", m) | |
1336 | p70.BrickColor = BrickColor.new("Really black") | |
1337 | p70.Material = Enum.Material.SmoothPlastic | |
1338 | p70.Name = "apart" | |
1339 | p70.CFrame = CFrame.new(3.05403328, 158.529221, 39.89748, -3.05614631e-005, 0.999999523, -3.04113782e-005, 6.10796851e-005, -3.05492649e-005, -1.00000024, -1, -3.05628819e-005, -6.10789648e-005) | |
1340 | p70.CanCollide = false | |
1341 | p70.FormFactor = Enum.FormFactor.Custom | |
1342 | p70.Size = Vector3.new(0.245498881, 0.512455463, 0.245498881) | |
1343 | p70.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
1344 | p70.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
1345 | p70.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
1346 | p70.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
1347 | p70.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
1348 | p70.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
1349 | b67 = Instance.new("SpecialMesh", p70) | |
1350 | b67.MeshType = Enum.MeshType.Wedge | |
1351 | b67.Name = "Mesh" | |
1352 | b67.Scale = Vector3.new(0.417481065, 1, 0.626221359) | |
1353 | p71 = Instance.new("Part", m) | |
1354 | p71.BrickColor = BrickColor.new("Really black") | |
1355 | p71.Material = Enum.Material.Neon | |
1356 | p71.Name = "apart" | |
1357 | p71.CFrame = CFrame.new(3.82271624, 158.093628, 40.6661491, -3.05610884e-005, -0.999999523, -3.04123096e-005, -3.05602262e-005, 3.05529975e-005, -1.00000024, 1, -3.05606263e-005, -3.0561383e-005) | |
1358 | p71.CanCollide = false | |
1359 | p71.FormFactor = Enum.FormFactor.Custom | |
1360 | p71.Size = Vector3.new(0.245498881, 0.512455463, 0.512455463) | |
1361 | p71.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
1362 | p71.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
1363 | p71.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
1364 | p71.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
1365 | p71.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
1366 | p71.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
1367 | b68 = Instance.new("SpecialMesh", p71) | |
1368 | b68.MeshType = Enum.MeshType.Cylinder | |
1369 | b68.Name = "Mesh" | |
1370 | b68.Scale = Vector3.new(0.208740488, 1.00999999, 1.00999999) | |
1371 | p72 = Instance.new("Part", m) | |
1372 | p72.BrickColor = BrickColor.new("Bright red") | |
1373 | p72.Material = Enum.Material.SmoothPlastic | |
1374 | p72.Name = "apart" | |
1375 | p72.CFrame = CFrame.new(3.05403328, 158.529221, 39.6668777, -3.05614631e-005, 0.999999523, -3.04113764e-005, 6.10796851e-005, -3.05492686e-005, -1.00000024, -1, -3.05628819e-005, -6.10789648e-005) | |
1376 | p72.CanCollide = false | |
1377 | p72.FormFactor = Enum.FormFactor.Custom | |
1378 | p72.Size = Vector3.new(0.358718932, 0.512455463, 0.245498881) | |
1379 | p72.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
1380 | p72.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
1381 | p72.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
1382 | p72.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
1383 | p72.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
1384 | p72.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
1385 | b69 = Instance.new("SpecialMesh", p72) | |
1386 | b69.MeshType = Enum.MeshType.Wedge | |
1387 | b69.Name = "Mesh" | |
1388 | b69.Scale = Vector3.new(1, 1, 0.626221359) | |
1389 | p73 = Instance.new("Part", m) | |
1390 | p73.BrickColor = BrickColor.new("Bright red") | |
1391 | p73.Material = Enum.Material.SmoothPlastic | |
1392 | p73.Name = "apart" | |
1393 | p73.CFrame = CFrame.new(3.20776749, 158.27298, 39.2312889, 0.000228409161, -0.965922713, 0.258828849, -0.000213359599, 0.258829117, 0.965923429, -1, -0.00027584983, -0.000146969658) | |
1394 | p73.CanCollide = false | |
1395 | p73.FormFactor = Enum.FormFactor.Custom | |
1396 | p73.Size = Vector3.new(0.245498881, 1.02491093, 0.245498881) | |
1397 | p73.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
1398 | p73.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
1399 | p73.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
1400 | p73.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
1401 | p73.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
1402 | p73.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
1403 | b70 = Instance.new("SpecialMesh", p73) | |
1404 | b70.MeshType = Enum.MeshType.Wedge | |
1405 | b70.Name = "Mesh" | |
1406 | b70.Scale = Vector3.new(0.208740532, 1, 0.626221359) | |
1407 | p74 = Instance.new("Part", m) | |
1408 | p74.BrickColor = BrickColor.new("Really black") | |
1409 | p74.Material = Enum.Material.SmoothPlastic | |
1410 | p74.Name = "apart" | |
1411 | p74.CFrame = CFrame.new(3.20777059, 158.27298, 39.282547, 0.000228409161, -0.965922713, 0.258828819, -0.000213359614, 0.258829117, 0.965923369, -1.00000012, -0.000275849859, -0.000146969644) | |
1412 | p74.CanCollide = false | |
1413 | p74.FormFactor = Enum.FormFactor.Custom | |
1414 | p74.Size = Vector3.new(0.245498881, 1.02491093, 0.245498881) | |
1415 | p74.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
1416 | p74.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
1417 | p74.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
1418 | p74.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
1419 | p74.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
1420 | p74.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
1421 | b71 = Instance.new("SpecialMesh", p74) | |
1422 | b71.MeshType = Enum.MeshType.Wedge | |
1423 | b71.Name = "Mesh" | |
1424 | b71.Scale = Vector3.new(0.208740532, 1, 0.626221359) | |
1425 | p75 = Instance.new("Part", m) | |
1426 | p75.BrickColor = BrickColor.new("Really black") | |
1427 | p75.Material = Enum.Material.Neon | |
1428 | p75.Name = "apart" | |
1429 | p75.CFrame = CFrame.new(3.82271242, 158.093628, 39.3337746, -3.05610592e-005, -0.999999583, -3.03685665e-005, -3.05602152e-005, 3.05473804e-005, -1.00000036, 1.00000024, -3.05606482e-005, -3.05614085e-005) | |
1430 | p75.CanCollide = false | |
1431 | p75.FormFactor = Enum.FormFactor.Custom | |
1432 | p75.Size = Vector3.new(0.245498881, 0.512455463, 0.512455463) | |
1433 | p75.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
1434 | p75.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
1435 | p75.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
1436 | p75.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
1437 | p75.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
1438 | p75.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
1439 | b72 = Instance.new("SpecialMesh", p75) | |
1440 | b72.MeshType = Enum.MeshType.Cylinder | |
1441 | b72.Name = "Mesh" | |
1442 | b72.Scale = Vector3.new(0.208740488, 1.00999999, 1.00999999) | |
1443 | p76 = Instance.new("Part", m) | |
1444 | p76.BrickColor = BrickColor.new("Really black") | |
1445 | p76.Material = Enum.Material.Neon | |
1446 | p76.Name = "apart" | |
1447 | p76.CFrame = CFrame.new(4.6938858, 158.093613, 39.999958, -0.999999583, 4.30660984e-005, 1.49448169e-007, 3.07118171e-008, 5.34493374e-005, -1.00000036, -4.30666332e-005, -1.00000024, -5.34495957e-005) | |
1448 | p76.CanCollide = false | |
1449 | p76.FormFactor = Enum.FormFactor.Custom | |
1450 | p76.Size = Vector3.new(0.245498881, 0.409964353, 0.245498881) | |
1451 | p76.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
1452 | p76.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
1453 | p76.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
1454 | p76.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
1455 | p76.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
1456 | p76.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
1457 | b73 = Instance.new("SpecialMesh", p76) | |
1458 | b73.MeshType = Enum.MeshType.Brick | |
1459 | b73.Name = "Mesh" | |
1460 | b73.Scale = Vector3.new(0.421655834, 1.01999998, 0.333984703) | |
1461 | p77 = Instance.new("Part", m) | |
1462 | p77.BrickColor = BrickColor.new("Really black") | |
1463 | p77.Material = Enum.Material.Neon | |
1464 | p77.Name = "apart" | |
1465 | p77.CFrame = CFrame.new(2.74655533, 158.529221, 40.1024628, -0.000274702033, -0.999999523, -3.06209367e-005, 0.000183053286, -3.04933837e-005, 1.00000036, -1.00000012, 0.000274696125, 0.0001830619) | |
1466 | p77.CanCollide = false | |
1467 | p77.FormFactor = Enum.FormFactor.Custom | |
1468 | p77.Size = Vector3.new(0.245498881, 0.245498881, 0.245498881) | |
1469 | p77.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
1470 | p77.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
1471 | p77.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
1472 | p77.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
1473 | p77.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
1474 | p77.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
1475 | b74 = Instance.new("SpecialMesh", p77) | |
1476 | b74.MeshType = Enum.MeshType.Wedge | |
1477 | b74.Name = "Mesh" | |
1478 | b74.Scale = Vector3.new(0.208740532, 0.417480946, 0.632483602) | |
1479 | p78 = Instance.new("Part", m) | |
1480 | p78.BrickColor = BrickColor.new("Really black") | |
1481 | p78.Material = Enum.Material.Neon | |
1482 | p78.Name = "apart" | |
1483 | p78.CFrame = CFrame.new(2.74655509, 158.529236, 39.8974838, -0.000274702033, -0.999999464, -3.06209367e-005, 0.000183053286, -3.04933819e-005, 1.00000036, -1.00000012, 0.000274696096, 0.0001830619) | |
1484 | p78.CanCollide = false | |
1485 | p78.FormFactor = Enum.FormFactor.Custom | |
1486 | p78.Size = Vector3.new(0.245498881, 0.245498881, 0.245498881) | |
1487 | p78.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
1488 | p78.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
1489 | p78.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
1490 | p78.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
1491 | p78.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
1492 | p78.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
1493 | b75 = Instance.new("SpecialMesh", p78) | |
1494 | b75.MeshType = Enum.MeshType.Wedge | |
1495 | b75.Name = "Mesh" | |
1496 | b75.Scale = Vector3.new(0.208740532, 0.417480946, 0.632483602) | |
1497 | p79 = Instance.new("Part", m) | |
1498 | p79.BrickColor = BrickColor.new("Dark red") | |
1499 | p79.Material = Enum.Material.SmoothPlastic | |
1500 | p79.Name = "apart" | |
1501 | p79.CFrame = CFrame.new(3.82272029, 157.171036, 41.537384, 1, 7.27595761e-012, 0, 0, 0.999999881, -2.98023224e-008, 0, 2.98023224e-008, 0.999999881) | |
1502 | p79.CanCollide = false | |
1503 | p79.FormFactor = Enum.FormFactor.Custom | |
1504 | p79.Size = Vector3.new(1.02491105, 0.512455463, 1.02491093) | |
1505 | p79.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
1506 | p79.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
1507 | p79.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
1508 | p79.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
1509 | p79.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
1510 | p79.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
1511 | b76 = Instance.new("SpecialMesh", p79) | |
1512 | b76.MeshType = Enum.MeshType.Brick | |
1513 | b76.Name = "Mesh" | |
1514 | b76.Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999) | |
1515 | p80 = Instance.new("Part", m) | |
1516 | p80.BrickColor = BrickColor.new("Bright red") | |
1517 | p80.Material = Enum.Material.SmoothPlastic | |
1518 | p80.Name = "apart" | |
1519 | p80.CFrame = CFrame.new(3.82272029, 157.350388, 41.9729614, 1, 7.27595761e-012, 0, 0, 0.999999881, -2.98023224e-008, 0, 2.98023224e-008, 0.999999881) | |
1520 | p80.CanCollide = false | |
1521 | p80.FormFactor = Enum.FormFactor.Custom | |
1522 | p80.Size = Vector3.new(1.02491105, 0.256227732, 0.256227732) | |
1523 | p80.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
1524 | p80.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
1525 | p80.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
1526 | p80.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
1527 | p80.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
1528 | p80.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
1529 | b77 = Instance.new("SpecialMesh", p80) | |
1530 | b77.MeshType = Enum.MeshType.Cylinder | |
1531 | b77.Name = "Mesh" | |
1532 | b77.Scale = Vector3.new(1.01999998, 1, 1) | |
1533 | p81 = Instance.new("Part", m) | |
1534 | p81.BrickColor = BrickColor.new("Persimmon") | |
1535 | p81.Material = Enum.Material.SmoothPlastic | |
1536 | p81.Name = "apart" | |
1537 | p81.CFrame = CFrame.new(3.41275811, 157.555359, 42.3316841, 1, 1.11727404e-005, -4.16862822e-005, -4.16866351e-005, 0.500085592, -0.865975857, 1.11713871e-005, 0.865975857, 0.500085592) | |
1538 | p81.CanCollide = false | |
1539 | p81.FormFactor = Enum.FormFactor.Custom | |
1540 | p81.Size = Vector3.new(0.245498881, 0.768683195, 0.245498881) | |
1541 | p81.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
1542 | p81.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
1543 | p81.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
1544 | p81.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
1545 | p81.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
1546 | p81.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
1547 | b78 = Instance.new("SpecialMesh", p81) | |
1548 | b78.MeshType = Enum.MeshType.Wedge | |
1549 | b78.Name = "Mesh" | |
1550 | b78.Scale = Vector3.new(0.417481035, 1, 0.626221299) | |
1551 | p82 = Instance.new("Part", m) | |
1552 | p82.BrickColor = BrickColor.new("Dark red") | |
1553 | p82.Material = Enum.Material.SmoothPlastic | |
1554 | p82.Name = "apart" | |
1555 | p82.CFrame = CFrame.new(3.82271981, 156.018005, 41.4092636, 1, 3.05180438e-005, -3.05171125e-005, -3.05171106e-005, 0.99999994, 3.05180401e-005, 3.05180401e-005, -3.05171106e-005, 0.99999994) | |
1556 | p82.CanCollide = false | |
1557 | p82.FormFactor = Enum.FormFactor.Custom | |
1558 | p82.Size = Vector3.new(1.02491105, 0.256227732, 0.768683195) | |
1559 | p82.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
1560 | p82.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
1561 | p82.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
1562 | p82.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
1563 | p82.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
1564 | p82.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
1565 | b79 = Instance.new("SpecialMesh", p82) | |
1566 | b79.MeshType = Enum.MeshType.Wedge | |
1567 | b79.Name = "Mesh" | |
1568 | b79.Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999) | |
1569 | p83 = Instance.new("Part", m) | |
1570 | p83.BrickColor = BrickColor.new("Dark red") | |
1571 | p83.Material = Enum.Material.SmoothPlastic | |
1572 | p83.Name = "apart" | |
1573 | p83.CFrame = CFrame.new(3.82271981, 156.018005, 41.9217148, 1, 0, 0, 0, 0.99999994, 0, 0, 0, 0.99999994) | |
1574 | p83.CanCollide = false | |
1575 | p83.FormFactor = Enum.FormFactor.Custom | |
1576 | p83.Size = Vector3.new(1.02491105, 0.256227732, 0.256227732) | |
1577 | p83.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
1578 | p83.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
1579 | p83.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
1580 | p83.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
1581 | p83.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
1582 | p83.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
1583 | b80 = Instance.new("SpecialMesh", p83) | |
1584 | b80.MeshType = Enum.MeshType.Brick | |
1585 | b80.Name = "Mesh" | |
1586 | b80.Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999) | |
1587 | p84 = Instance.new("Part", m) | |
1588 | p84.BrickColor = BrickColor.new("Dark red") | |
1589 | p84.Material = Enum.Material.SmoothPlastic | |
1590 | p84.Name = "apart" | |
1591 | p84.CFrame = CFrame.new(3.82271981, 155.633667, 41.5373764, 1, 0, 0, 0, 0.99999994, 0, 0, 0, 0.99999994) | |
1592 | p84.CanCollide = false | |
1593 | p84.FormFactor = Enum.FormFactor.Custom | |
1594 | p84.Size = Vector3.new(1.02491105, 0.512455463, 1.02491093) | |
1595 | p84.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
1596 | p84.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
1597 | p84.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
1598 | p84.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
1599 | p84.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
1600 | p84.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
1601 | b81 = Instance.new("SpecialMesh", p84) | |
1602 | b81.MeshType = Enum.MeshType.Brick | |
1603 | b81.Name = "Mesh" | |
1604 | b81.Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999) | |
1605 | p85 = Instance.new("Part", m) | |
1606 | p85.BrickColor = BrickColor.new("Persimmon") | |
1607 | p85.Material = Enum.Material.SmoothPlastic | |
1608 | p85.Name = "apart" | |
1609 | p85.CFrame = CFrame.new(4.23268604, 157.555389, 42.331665, 1, 1.11727377e-005, -4.16862786e-005, -4.16866387e-005, 0.500085652, -0.865975916, 1.1171388e-005, 0.865975916, 0.500085652) | |
1610 | p85.CanCollide = false | |
1611 | p85.FormFactor = Enum.FormFactor.Custom | |
1612 | p85.Size = Vector3.new(0.245498881, 0.768683195, 0.245498881) | |
1613 | p85.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
1614 | p85.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
1615 | p85.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
1616 | p85.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
1617 | p85.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
1618 | p85.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
1619 | b82 = Instance.new("SpecialMesh", p85) | |
1620 | b82.MeshType = Enum.MeshType.Wedge | |
1621 | b82.Name = "Mesh" | |
1622 | b82.Scale = Vector3.new(0.417481035, 1, 0.626221299) | |
1623 | p86 = Instance.new("Part", m) | |
1624 | p86.BrickColor = BrickColor.new("Dark red") | |
1625 | p86.Material = Enum.Material.SmoothPlastic | |
1626 | p86.Name = "apart" | |
1627 | p86.CFrame = CFrame.new(3.82272005, 156.402374, 41.9217072, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
1628 | p86.CanCollide = false | |
1629 | p86.FormFactor = Enum.FormFactor.Custom | |
1630 | p86.Size = Vector3.new(1.02491105, 0.512455463, 0.256227732) | |
1631 | p86.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
1632 | p86.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
1633 | p86.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
1634 | p86.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
1635 | p86.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
1636 | p86.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
1637 | b83 = Instance.new("SpecialMesh", p86) | |
1638 | b83.MeshType = Enum.MeshType.Wedge | |
1639 | b83.Name = "Mesh" | |
1640 | b83.Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999) | |
1641 | p87 = Instance.new("Part", m) | |
1642 | p87.BrickColor = BrickColor.new("Bright red") | |
1643 | p87.Material = Enum.Material.SmoothPlastic | |
1644 | p87.Name = "apart" | |
1645 | p87.CFrame = CFrame.new(3.82272005, 155.633698, 41.5629883, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
1646 | p87.CanCollide = false | |
1647 | p87.FormFactor = Enum.FormFactor.Custom | |
1648 | p87.Size = Vector3.new(1.02491105, 0.512455463, 0.973665357) | |
1649 | p87.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
1650 | p87.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
1651 | p87.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
1652 | p87.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
1653 | p87.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
1654 | p87.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
1655 | b84 = Instance.new("SpecialMesh", p87) | |
1656 | b84.MeshType = Enum.MeshType.Brick | |
1657 | b84.Name = "Mesh" | |
1658 | b84.Scale = Vector3.new(0.5, 1.01999998, 1.01999998) | |
1659 | p88 = Instance.new("Part", m) | |
1660 | p88.BrickColor = BrickColor.new("Dark stone grey") | |
1661 | p88.Material = Enum.Material.SmoothPlastic | |
1662 | p88.Name = "apart" | |
1663 | p88.CFrame = CFrame.new(3.82272005, 157.350418, 41.9729462, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
1664 | p88.CanCollide = false | |
1665 | p88.FormFactor = Enum.FormFactor.Custom | |
1666 | p88.Size = Vector3.new(1.02491105, 0.256227732, 0.256227732) | |
1667 | p88.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
1668 | p88.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
1669 | p88.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
1670 | p88.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
1671 | p88.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
1672 | p88.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
1673 | b85 = Instance.new("SpecialMesh", p88) | |
1674 | b85.MeshType = Enum.MeshType.Cylinder | |
1675 | b85.Name = "Mesh" | |
1676 | b85.Scale = Vector3.new(1.02999997, 0.5, 0.5) | |
1677 | p89 = Instance.new("Part", m) | |
1678 | p89.BrickColor = BrickColor.new("Really black") | |
1679 | p89.Material = Enum.Material.Neon | |
1680 | p89.Name = "apart" | |
1681 | p89.CFrame = CFrame.new(3.82272005, 155.633698, 41.5629883, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
1682 | p89.CanCollide = false | |
1683 | p89.FormFactor = Enum.FormFactor.Custom | |
1684 | p89.Size = Vector3.new(1.02491105, 0.512455463, 0.973665357) | |
1685 | p89.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
1686 | p89.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
1687 | p89.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
1688 | p89.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
1689 | p89.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
1690 | p89.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
1691 | b86 = Instance.new("SpecialMesh", p89) | |
1692 | b86.MeshType = Enum.MeshType.Brick | |
1693 | b86.Name = "Mesh" | |
1694 | b86.Scale = Vector3.new(0.25, 1.02999997, 1.02999997) | |
1695 | p90 = Instance.new("Part", m) | |
1696 | p90.BrickColor = BrickColor.new("Bright red") | |
1697 | p90.Material = Enum.Material.SmoothPlastic | |
1698 | p90.Name = "apart" | |
1699 | p90.CFrame = CFrame.new(3.82272005, 156.402374, 41.5373688, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
1700 | p90.CanCollide = false | |
1701 | p90.FormFactor = Enum.FormFactor.Custom | |
1702 | p90.Size = Vector3.new(1.02491105, 2.04982185, 1.02491093) | |
1703 | p90.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
1704 | p90.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
1705 | p90.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
1706 | p90.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
1707 | p90.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
1708 | p90.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
1709 | --[[p91 = Instance.new("Part", m) | |
1710 | p91.BrickColor = BrickColor.new("Bright orange") | |
1711 | p91.Name = "Right Arm" | |
1712 | p91.CFrame = CFrame.new(3.81999993, 156.276108, 41.5, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008) | |
1713 | p91.CanCollide = false | |
1714 | p91.FormFactor = Enum.FormFactor.Symmetric | |
1715 | p91.Size = Vector3.new(1, 2, 1) | |
1716 | p91.BottomSurface = Enum.SurfaceType.Smooth | |
1717 | p91.TopSurface = Enum.SurfaceType.Smooth--]] | |
1718 | p91 = RightArm | |
1719 | p92 = Instance.new("Part", m) | |
1720 | p92.BrickColor = BrickColor.new("Bright red") | |
1721 | p92.Material = Enum.Material.SmoothPlastic | |
1722 | p92.Name = "apart" | |
1723 | p92.CFrame = CFrame.new(3.82272005, 154.35257, 39.4875336, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
1724 | p92.CanCollide = false | |
1725 | p92.FormFactor = Enum.FormFactor.Custom | |
1726 | p92.Size = Vector3.new(1.02491105, 2.04982185, 1.02491093) | |
1727 | p92.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
1728 | p92.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
1729 | p92.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
1730 | p92.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
1731 | p92.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
1732 | p92.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
1733 | --[[p93 = Instance.new("Part", m) | |
1734 | p93.BrickColor = BrickColor.new("Earth green") | |
1735 | p93.Name = "Left Leg" | |
1736 | p93.CFrame = CFrame.new(3.81999993, 154.276123, 39.5, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008) | |
1737 | p93.CanCollide = false | |
1738 | p93.FormFactor = Enum.FormFactor.Symmetric | |
1739 | p93.Size = Vector3.new(1, 2, 1) | |
1740 | p93.BottomSurface = Enum.SurfaceType.Smooth | |
1741 | p93.TopSurface = Enum.SurfaceType.Smooth--]] | |
1742 | p93 = LeftLeg | |
1743 | p94 = Instance.new("Part", m) | |
1744 | p94.BrickColor = BrickColor.new("Dark red") | |
1745 | p94.Material = Enum.Material.SmoothPlastic | |
1746 | p94.Name = "apart" | |
1747 | p94.CFrame = CFrame.new(3.82272005, 154.403824, 39.4875336, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
1748 | p94.CanCollide = false | |
1749 | p94.FormFactor = Enum.FormFactor.Custom | |
1750 | p94.Size = Vector3.new(1.02491105, 1.12740207, 0.409964353) | |
1751 | p94.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
1752 | p94.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
1753 | p94.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
1754 | p94.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
1755 | p94.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
1756 | p94.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
1757 | b87 = Instance.new("SpecialMesh", p94) | |
1758 | b87.MeshType = Enum.MeshType.Brick | |
1759 | b87.Name = "Mesh" | |
1760 | b87.Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999) | |
1761 | p95 = Instance.new("Part", m) | |
1762 | p95.BrickColor = BrickColor.new("Dark stone grey") | |
1763 | p95.Material = Enum.Material.SmoothPlastic | |
1764 | p95.Name = "apart" | |
1765 | p95.CFrame = CFrame.new(3.8483429, 153.558273, 39.4875336, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
1766 | p95.CanCollide = false | |
1767 | p95.FormFactor = Enum.FormFactor.Custom | |
1768 | p95.Size = Vector3.new(0.973665535, 0.256227732, 0.307473242) | |
1769 | p95.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
1770 | p95.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
1771 | p95.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
1772 | p95.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
1773 | p95.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
1774 | p95.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
1775 | b88 = Instance.new("SpecialMesh", p95) | |
1776 | b88.MeshType = Enum.MeshType.Brick | |
1777 | b88.Name = "Mesh" | |
1778 | b88.Scale = Vector3.new(1.02999997, 1.00999999, 1.00999999) | |
1779 | p96 = Instance.new("Part", m) | |
1780 | p96.BrickColor = BrickColor.new("Really black") | |
1781 | p96.Material = Enum.Material.Neon | |
1782 | p96.Name = "apart" | |
1783 | p96.CFrame = CFrame.new(3.82272005, 154.403824, 39.4875336, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
1784 | p96.CanCollide = false | |
1785 | p96.FormFactor = Enum.FormFactor.Custom | |
1786 | p96.Size = Vector3.new(1.02491105, 1.12740207, 0.409964353) | |
1787 | p96.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
1788 | p96.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
1789 | p96.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
1790 | p96.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
1791 | p96.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
1792 | p96.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
1793 | b89 = Instance.new("SpecialMesh", p96) | |
1794 | b89.MeshType = Enum.MeshType.Brick | |
1795 | b89.Name = "Mesh" | |
1796 | b89.Scale = Vector3.new(1.02999997, 1.00999999, 0.25) | |
1797 | p97 = Instance.new("Part", m) | |
1798 | p97.BrickColor = BrickColor.new("Really black") | |
1799 | p97.Material = Enum.Material.Neon | |
1800 | p97.Name = "apart" | |
1801 | p97.CFrame = CFrame.new(3.8483429, 153.558273, 39.4875336, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
1802 | p97.CanCollide = false | |
1803 | p97.FormFactor = Enum.FormFactor.Custom | |
1804 | p97.Size = Vector3.new(0.973665535, 0.256227732, 0.307473242) | |
1805 | p97.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
1806 | p97.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
1807 | p97.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
1808 | p97.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
1809 | p97.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
1810 | p97.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
1811 | b90 = Instance.new("SpecialMesh", p97) | |
1812 | b90.MeshType = Enum.MeshType.Brick | |
1813 | b90.Name = "Mesh" | |
1814 | b90.Scale = Vector3.new(1.03999996, 0.5, 1.00999999) | |
1815 | p98 = Instance.new("Part", m) | |
1816 | p98.BrickColor = BrickColor.new("Dark red") | |
1817 | p98.Material = Enum.Material.SmoothPlastic | |
1818 | p98.Name = "apart" | |
1819 | p98.CFrame = CFrame.new(3.56649303, 154.045105, 39.4362946, -4.37113883e-008, 0, -1, 9.29513355e-010, 1, -4.06303176e-017, 1, -9.29513355e-010, -4.37113883e-008) | |
1820 | p98.CanCollide = false | |
1821 | p98.FormFactor = Enum.FormFactor.Custom | |
1822 | p98.Size = Vector3.new(0.922420025, 0.409964412, 0.512455404) | |
1823 | p98.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
1824 | p98.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
1825 | p98.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
1826 | p98.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
1827 | p98.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
1828 | p98.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
1829 | b91 = Instance.new("SpecialMesh", p98) | |
1830 | b91.MeshType = Enum.MeshType.Wedge | |
1831 | b91.Name = "Mesh" | |
1832 | b91.Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999) | |
1833 | p99 = Instance.new("Part", m) | |
1834 | p99.BrickColor = BrickColor.new("Bright red") | |
1835 | p99.Material = Enum.Material.SmoothPlastic | |
1836 | p99.Name = "apart" | |
1837 | p99.CFrame = CFrame.new(3.8483429, 153.558273, 39.4875336, -4.37113883e-008, -2.16840434e-019, 1, -4.3159529e-005, 1, -1.88656317e-012, -1, -4.3159529e-005, -4.37113883e-008) | |
1838 | p99.CanCollide = false | |
1839 | p99.FormFactor = Enum.FormFactor.Custom | |
1840 | p99.Size = Vector3.new(0.922419965, 0.256227762, 0.973665476) | |
1841 | p99.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
1842 | p99.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
1843 | p99.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
1844 | p99.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
1845 | p99.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
1846 | p99.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
1847 | b92 = Instance.new("SpecialMesh", p99) | |
1848 | b92.MeshType = Enum.MeshType.Torso | |
1849 | b92.Name = "Mesh" | |
1850 | b92.Scale = Vector3.new(1, 1, 1.01999998) | |
1851 | p100 = Instance.new("Part", m) | |
1852 | p100.BrickColor = BrickColor.new("Dark stone grey") | |
1853 | p100.Material = Enum.Material.SmoothPlastic | |
1854 | p100.Name = "apart" | |
1855 | p100.CFrame = CFrame.new(3.82272005, 154.403824, 39.4875298, 1, -2.16840434e-019, 0, -2.16840434e-019, 1, 8.24642978e-020, 0, 8.24642848e-020, 1) | |
1856 | p100.CanCollide = false | |
1857 | p100.FormFactor = Enum.FormFactor.Custom | |
1858 | p100.Size = Vector3.new(1.02491105, 1.12740207, 0.409964353) | |
1859 | p100.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
1860 | p100.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
1861 | p100.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
1862 | p100.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
1863 | p100.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
1864 | p100.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
1865 | b93 = Instance.new("SpecialMesh", p100) | |
1866 | b93.MeshType = Enum.MeshType.Brick | |
1867 | b93.Name = "Mesh" | |
1868 | b93.Scale = Vector3.new(1.01999998, 1.00999999, 0.5) | |
1869 | p101 = Instance.new("Part", m) | |
1870 | p101.BrickColor = BrickColor.new("Dark stone grey") | |
1871 | p101.Material = Enum.Material.SmoothPlastic | |
1872 | p101.Name = "apart" | |
1873 | p101.CFrame = CFrame.new(3.82272005, 153.378906, 39.4875298, 1, -2.16840434e-019, 0, -2.16840434e-019, 1, 8.24642978e-020, 0, 8.24642848e-020, 1) | |
1874 | p101.CanCollide = false | |
1875 | p101.FormFactor = Enum.FormFactor.Custom | |
1876 | p101.Size = Vector3.new(1.02491105, 0.245498881, 1.02491093) | |
1877 | p101.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
1878 | p101.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
1879 | p101.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
1880 | p101.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
1881 | p101.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
1882 | p101.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
1883 | b94 = Instance.new("SpecialMesh", p101) | |
1884 | b94.MeshType = Enum.MeshType.Brick | |
1885 | b94.Name = "Mesh" | |
1886 | b94.Scale = Vector3.new(1.00999999, 0.421655744, 1.00999999) | |
1887 | p102 = Instance.new("Part", m) | |
1888 | p102.BrickColor = BrickColor.new("Dark red") | |
1889 | p102.Material = Enum.Material.SmoothPlastic | |
1890 | p102.Name = "apart" | |
1891 | p102.CFrame = CFrame.new(3.82272005, 153.635132, 39.4875298, 1, -2.16840434e-019, 0, -2.16840434e-019, 1, 8.24642978e-020, 0, 8.24642848e-020, 1) | |
1892 | p102.CanCollide = false | |
1893 | p102.FormFactor = Enum.FormFactor.Custom | |
1894 | p102.Size = Vector3.new(1.02491105, 0.409964383, 1.02491093) | |
1895 | p102.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
1896 | p102.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
1897 | p102.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
1898 | p102.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
1899 | p102.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
1900 | p102.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
1901 | b95 = Instance.new("SpecialMesh", p102) | |
1902 | b95.MeshType = Enum.MeshType.Brick | |
1903 | b95.Name = "Mesh" | |
1904 | b95.Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999) | |
1905 | --[[p103 = Instance.new("Part", m) | |
1906 | p103.BrickColor = BrickColor.new("Earth green") | |
1907 | p103.Name = "Right Leg" | |
1908 | p103.CFrame = CFrame.new(3.81999993, 154.276123, 40.5, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008) | |
1909 | p103.CanCollide = false | |
1910 | p103.FormFactor = Enum.FormFactor.Symmetric | |
1911 | p103.Size = Vector3.new(1, 2, 1) | |
1912 | p103.BottomSurface = Enum.SurfaceType.Smooth | |
1913 | p103.TopSurface = Enum.SurfaceType.Smooth--]] | |
1914 | p103 = RightLeg | |
1915 | p104 = Instance.new("Part", m) | |
1916 | p104.BrickColor = BrickColor.new("Bright red") | |
1917 | p104.Material = Enum.Material.SmoothPlastic | |
1918 | p104.Name = "apart" | |
1919 | p104.CFrame = CFrame.new(3.82272005, 154.35257, 40.5124359, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
1920 | p104.CanCollide = false | |
1921 | p104.FormFactor = Enum.FormFactor.Custom | |
1922 | p104.Size = Vector3.new(1.02491105, 2.04982185, 1.02491093) | |
1923 | p104.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
1924 | p104.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
1925 | p104.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
1926 | p104.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
1927 | p104.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
1928 | p104.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
1929 | p105 = Instance.new("Part", m) | |
1930 | p105.BrickColor = BrickColor.new("Dark stone grey") | |
1931 | p105.Material = Enum.Material.SmoothPlastic | |
1932 | p105.Name = "apart" | |
1933 | p105.CFrame = CFrame.new(3.82272005, 154.403824, 40.5124359, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
1934 | p105.CanCollide = false | |
1935 | p105.FormFactor = Enum.FormFactor.Custom | |
1936 | p105.Size = Vector3.new(1.02491105, 1.12740207, 0.409964353) | |
1937 | p105.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
1938 | p105.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
1939 | p105.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
1940 | p105.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
1941 | p105.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
1942 | p105.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
1943 | b96 = Instance.new("SpecialMesh", p105) | |
1944 | b96.MeshType = Enum.MeshType.Brick | |
1945 | b96.Name = "Mesh" | |
1946 | b96.Scale = Vector3.new(1.01999998, 1.00999999, 0.5) | |
1947 | p106 = Instance.new("Part", m) | |
1948 | p106.BrickColor = BrickColor.new("Dark red") | |
1949 | p106.Material = Enum.Material.SmoothPlastic | |
1950 | p106.Name = "apart" | |
1951 | p106.CFrame = CFrame.new(3.82272005, 154.403824, 40.5124359, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
1952 | p106.CanCollide = false | |
1953 | p106.FormFactor = Enum.FormFactor.Custom | |
1954 | p106.Size = Vector3.new(1.02491105, 1.12740207, 0.409964353) | |
1955 | p106.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
1956 | p106.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
1957 | p106.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
1958 | p106.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
1959 | p106.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
1960 | p106.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
1961 | b97 = Instance.new("SpecialMesh", p106) | |
1962 | b97.MeshType = Enum.MeshType.Brick | |
1963 | b97.Name = "Mesh" | |
1964 | b97.Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999) | |
1965 | p107 = Instance.new("Part", m) | |
1966 | p107.BrickColor = BrickColor.new("Dark red") | |
1967 | p107.Material = Enum.Material.SmoothPlastic | |
1968 | p107.Name = "apart" | |
1969 | p107.CFrame = CFrame.new(3.56649303, 154.045105, 40.5636902, -4.37113883e-008, 0, -1, 9.29513355e-010, 1, -4.06303176e-017, 1, -9.29513355e-010, -4.37113883e-008) | |
1970 | p107.CanCollide = false | |
1971 | p107.FormFactor = Enum.FormFactor.Custom | |
1972 | p107.Size = Vector3.new(0.922420025, 0.409964412, 0.512455404) | |
1973 | p107.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
1974 | p107.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
1975 | p107.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
1976 | p107.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
1977 | p107.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
1978 | p107.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
1979 | b98 = Instance.new("SpecialMesh", p107) | |
1980 | b98.MeshType = Enum.MeshType.Wedge | |
1981 | b98.Name = "Mesh" | |
1982 | b98.Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999) | |
1983 | p108 = Instance.new("Part", m) | |
1984 | p108.BrickColor = BrickColor.new("Bright red") | |
1985 | p108.Material = Enum.Material.SmoothPlastic | |
1986 | p108.Name = "apart" | |
1987 | p108.CFrame = CFrame.new(3.8483429, 153.558273, 40.5124359, -4.37113883e-008, -2.16840434e-019, 1, -4.3159529e-005, 1, -1.88656317e-012, -1, -4.3159529e-005, -4.37113883e-008) | |
1988 | p108.CanCollide = false | |
1989 | p108.FormFactor = Enum.FormFactor.Custom | |
1990 | p108.Size = Vector3.new(0.922419965, 0.256227762, 0.973665476) | |
1991 | p108.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
1992 | p108.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
1993 | p108.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
1994 | p108.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
1995 | p108.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
1996 | p108.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
1997 | b99 = Instance.new("SpecialMesh", p108) | |
1998 | b99.MeshType = Enum.MeshType.Torso | |
1999 | b99.Name = "Mesh" | |
2000 | b99.Scale = Vector3.new(1, 1, 1.01999998) | |
2001 | p109 = Instance.new("Part", m) | |
2002 | p109.BrickColor = BrickColor.new("Dark red") | |
2003 | p109.Material = Enum.Material.SmoothPlastic | |
2004 | p109.Name = "apart" | |
2005 | p109.CFrame = CFrame.new(3.82272005, 153.635132, 40.5124359, 1, -2.16840434e-019, 0, -2.16840434e-019, 1, 8.24642978e-020, 0, 8.24642848e-020, 1) | |
2006 | p109.CanCollide = false | |
2007 | p109.FormFactor = Enum.FormFactor.Custom | |
2008 | p109.Size = Vector3.new(1.02491105, 0.409964383, 1.02491093) | |
2009 | p109.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
2010 | p109.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
2011 | p109.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
2012 | p109.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
2013 | p109.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
2014 | p109.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
2015 | b100 = Instance.new("SpecialMesh", p109) | |
2016 | b100.MeshType = Enum.MeshType.Brick | |
2017 | b100.Name = "Mesh" | |
2018 | b100.Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999) | |
2019 | p110 = Instance.new("Part", m) | |
2020 | p110.BrickColor = BrickColor.new("Dark stone grey") | |
2021 | p110.Material = Enum.Material.SmoothPlastic | |
2022 | p110.Name = "apart" | |
2023 | p110.CFrame = CFrame.new(3.82272005, 153.378906, 40.5124359, 1, -2.16840434e-019, 0, -2.16840434e-019, 1, 8.24642978e-020, 0, 8.24642848e-020, 1) | |
2024 | p110.CanCollide = false | |
2025 | p110.FormFactor = Enum.FormFactor.Custom | |
2026 | p110.Size = Vector3.new(1.02491105, 0.245498881, 1.02491093) | |
2027 | p110.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
2028 | p110.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
2029 | p110.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
2030 | p110.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
2031 | p110.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
2032 | p110.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
2033 | b101 = Instance.new("SpecialMesh", p110) | |
2034 | b101.MeshType = Enum.MeshType.Brick | |
2035 | b101.Name = "Mesh" | |
2036 | b101.Scale = Vector3.new(1.00999999, 0.421655744, 1.00999999) | |
2037 | p111 = Instance.new("Part", m) | |
2038 | p111.BrickColor = BrickColor.new("Dark stone grey") | |
2039 | p111.Material = Enum.Material.SmoothPlastic | |
2040 | p111.Name = "apart" | |
2041 | p111.CFrame = CFrame.new(3.8483429, 153.558273, 40.5124359, 1, -2.16840434e-019, 0, -2.16840434e-019, 1, 8.24642978e-020, 0, 8.24642848e-020, 1) | |
2042 | p111.CanCollide = false | |
2043 | p111.FormFactor = Enum.FormFactor.Custom | |
2044 | p111.Size = Vector3.new(0.973665535, 0.256227732, 0.307473242) | |
2045 | p111.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
2046 | p111.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
2047 | p111.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
2048 | p111.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
2049 | p111.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
2050 | p111.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
2051 | b102 = Instance.new("SpecialMesh", p111) | |
2052 | b102.MeshType = Enum.MeshType.Brick | |
2053 | b102.Name = "Mesh" | |
2054 | b102.Scale = Vector3.new(1.02999997, 1.00999999, 1.00999999) | |
2055 | p112 = Instance.new("Part", m) | |
2056 | p112.BrickColor = BrickColor.new("Really black") | |
2057 | p112.Material = Enum.Material.Neon | |
2058 | p112.Name = "apart" | |
2059 | p112.CFrame = CFrame.new(3.8483429, 153.558273, 40.5124359, 1, -2.16840434e-019, 0, -2.16840434e-019, 1, 8.24642978e-020, 0, 8.24642848e-020, 1) | |
2060 | p112.CanCollide = false | |
2061 | p112.FormFactor = Enum.FormFactor.Custom | |
2062 | p112.Size = Vector3.new(0.973665535, 0.256227732, 0.307473242) | |
2063 | p112.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
2064 | p112.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
2065 | p112.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
2066 | p112.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
2067 | p112.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
2068 | p112.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
2069 | b103 = Instance.new("SpecialMesh", p112) | |
2070 | b103.MeshType = Enum.MeshType.Brick | |
2071 | b103.Name = "Mesh" | |
2072 | b103.Scale = Vector3.new(1.03999996, 0.5, 1.00999999) | |
2073 | p113 = Instance.new("Part", m) | |
2074 | p113.BrickColor = BrickColor.new("Really black") | |
2075 | p113.Material = Enum.Material.Neon | |
2076 | p113.Name = "apart" | |
2077 | p113.CFrame = CFrame.new(3.82272005, 154.403824, 40.5124359, 1, -2.16840434e-019, 0, -2.16840434e-019, 1, 8.24642978e-020, 0, 8.24642848e-020, 1) | |
2078 | p113.CanCollide = false | |
2079 | p113.FormFactor = Enum.FormFactor.Custom | |
2080 | p113.Size = Vector3.new(1.02491105, 1.12740207, 0.409964353) | |
2081 | p113.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
2082 | p113.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
2083 | p113.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
2084 | p113.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
2085 | p113.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
2086 | p113.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
2087 | b104 = Instance.new("SpecialMesh", p113) | |
2088 | b104.MeshType = Enum.MeshType.Brick | |
2089 | b104.Name = "Mesh" | |
2090 | b104.Scale = Vector3.new(1.02999997, 1.00999999, 0.25) | |
2091 | p114 = Instance.new("Part", m) | |
2092 | p114.BrickColor = BrickColor.new("Bright red") | |
2093 | p114.Material = Enum.Material.SmoothPlastic | |
2094 | p114.Name = "apart" | |
2095 | p114.CFrame = CFrame.new(3.82272005, 157.350449, 38.0270462, 1, -2.72848411e-012, 1.07291953e-012, 0, 1, 0, 6.20303808e-012, 0, 1) | |
2096 | p114.CanCollide = false | |
2097 | p114.FormFactor = Enum.FormFactor.Custom | |
2098 | p114.Size = Vector3.new(1.02491105, 0.256227732, 0.256227732) | |
2099 | p114.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
2100 | p114.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
2101 | p114.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
2102 | p114.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
2103 | p114.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
2104 | p114.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
2105 | b105 = Instance.new("SpecialMesh", p114) | |
2106 | b105.MeshType = Enum.MeshType.Cylinder | |
2107 | b105.Name = "Mesh" | |
2108 | b105.Scale = Vector3.new(1.01999998, 1, 1) | |
2109 | p115 = Instance.new("Part", m) | |
2110 | p115.BrickColor = BrickColor.new("Dark red") | |
2111 | p115.Material = Enum.Material.SmoothPlastic | |
2112 | p115.Name = "apart" | |
2113 | p115.CFrame = CFrame.new(3.82272005, 157.171097, 38.4626236, 1, -2.72848411e-012, 1.07291953e-012, 0, 1, 0, 6.20303808e-012, 0, 1) | |
2114 | p115.CanCollide = false | |
2115 | p115.FormFactor = Enum.FormFactor.Custom | |
2116 | p115.Size = Vector3.new(1.02491105, 0.512455463, 1.02491093) | |
2117 | p115.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
2118 | p115.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
2119 | p115.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
2120 | p115.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
2121 | p115.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
2122 | p115.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
2123 | b106 = Instance.new("SpecialMesh", p115) | |
2124 | b106.MeshType = Enum.MeshType.Brick | |
2125 | b106.Name = "Mesh" | |
2126 | b106.Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999) | |
2127 | --[[p116 = Instance.new("Part", m) | |
2128 | p116.BrickColor = BrickColor.new("Bright orange") | |
2129 | p116.Name = "Left Arm" | |
2130 | p116.CFrame = CFrame.new(3.81999993, 156.276138, 38.5000076, -4.37103154e-008, -2.72848411e-012, -1, 0, 1, 0, 1, 0, -4.37175913e-008) | |
2131 | p116.CanCollide = false | |
2132 | p116.FormFactor = Enum.FormFactor.Symmetric | |
2133 | p116.Size = Vector3.new(1, 2, 1) | |
2134 | p116.BottomSurface = Enum.SurfaceType.Smooth | |
2135 | p116.TopSurface = Enum.SurfaceType.Smooth--]] | |
2136 | p116 = LeftArm | |
2137 | p117 = Instance.new("Part", m) | |
2138 | p117.BrickColor = BrickColor.new("Persimmon") | |
2139 | p117.Material = Enum.Material.SmoothPlastic | |
2140 | p117.Name = "apart" | |
2141 | p117.CFrame = CFrame.new(4.232687, 157.55545, 37.668335, -1, 4.16358271e-005, 1.11714198e-005, 1.11466707e-005, 0.500072539, -0.865983546, -4.16424664e-005, -0.865983546, -0.500072539) | |
2142 | p117.CanCollide = false | |
2143 | p117.FormFactor = Enum.FormFactor.Custom | |
2144 | p117.Size = Vector3.new(0.245498881, 0.768683195, 0.245498881) | |
2145 | p117.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
2146 | p117.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
2147 | p117.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
2148 | p117.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
2149 | p117.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
2150 | p117.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
2151 | b107 = Instance.new("SpecialMesh", p117) | |
2152 | b107.MeshType = Enum.MeshType.Wedge | |
2153 | b107.Name = "Mesh" | |
2154 | b107.Scale = Vector3.new(0.417481035, 1, 0.626221299) | |
2155 | p118 = Instance.new("Part", m) | |
2156 | p118.BrickColor = BrickColor.new("Dark red") | |
2157 | p118.Material = Enum.Material.SmoothPlastic | |
2158 | p118.Name = "apart" | |
2159 | p118.CFrame = CFrame.new(3.82272029, 156.018066, 38.0782814, 1, -2.6537661e-012, 0, -8.34776692e-013, 1, 0, 3.63797881e-012, 0, 1) | |
2160 | p118.CanCollide = false | |
2161 | p118.FormFactor = Enum.FormFactor.Custom | |
2162 | p118.Size = Vector3.new(1.02491105, 0.256227732, 0.256227732) | |
2163 | p118.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
2164 | p118.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
2165 | p118.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
2166 | p118.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
2167 | p118.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
2168 | p118.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
2169 | b108 = Instance.new("SpecialMesh", p118) | |
2170 | b108.MeshType = Enum.MeshType.Brick | |
2171 | b108.Name = "Mesh" | |
2172 | b108.Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999) | |
2173 | p119 = Instance.new("Part", m) | |
2174 | p119.BrickColor = BrickColor.new("Dark red") | |
2175 | p119.Material = Enum.Material.SmoothPlastic | |
2176 | p119.Name = "apart" | |
2177 | p119.CFrame = CFrame.new(3.82272029, 156.402405, 38.0782814, -1, 3.04301539e-005, 3.05180438e-005, 3.04310852e-005, 1, 3.04301557e-005, -3.05171197e-005, 3.04310852e-005, -1) | |
2178 | p119.CanCollide = false | |
2179 | p119.FormFactor = Enum.FormFactor.Custom | |
2180 | p119.Size = Vector3.new(1.02491105, 0.512455463, 0.256227732) | |
2181 | p119.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
2182 | p119.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
2183 | p119.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
2184 | p119.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
2185 | p119.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
2186 | p119.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
2187 | b109 = Instance.new("SpecialMesh", p119) | |
2188 | b109.MeshType = Enum.MeshType.Wedge | |
2189 | b109.Name = "Mesh" | |
2190 | b109.Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999) | |
2191 | p120 = Instance.new("Part", m) | |
2192 | p120.BrickColor = BrickColor.new("Dark stone grey") | |
2193 | p120.Material = Enum.Material.SmoothPlastic | |
2194 | p120.Name = "apart" | |
2195 | p120.CFrame = CFrame.new(3.82272005, 157.350449, 38.0270424, 1, -9.09494702e-013, 9.09494702e-013, -9.09494702e-013, 1, 0, 1.36424205e-012, 0, 1) | |
2196 | p120.CanCollide = false | |
2197 | p120.FormFactor = Enum.FormFactor.Custom | |
2198 | p120.Size = Vector3.new(1.02491105, 0.256227732, 0.256227732) | |
2199 | p120.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
2200 | p120.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
2201 | p120.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
2202 | p120.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
2203 | p120.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
2204 | p120.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
2205 | b110 = Instance.new("SpecialMesh", p120) | |
2206 | b110.MeshType = Enum.MeshType.Cylinder | |
2207 | b110.Name = "Mesh" | |
2208 | b110.Scale = Vector3.new(1.02999997, 0.5, 0.5) | |
2209 | p121 = Instance.new("Part", m) | |
2210 | p121.BrickColor = BrickColor.new("Persimmon") | |
2211 | p121.Material = Enum.Material.SmoothPlastic | |
2212 | p121.Name = "apart" | |
2213 | p121.CFrame = CFrame.new(3.41275764, 157.555435, 37.6683273, -1, 4.16358271e-005, 1.1171418e-005, 1.11466707e-005, 0.500072539, -0.865983546, -4.16424627e-005, -0.865983546, -0.500072539) | |
2214 | p121.CanCollide = false | |
2215 | p121.FormFactor = Enum.FormFactor.Custom | |
2216 | p121.Size = Vector3.new(0.245498881, 0.768683195, 0.245498881) | |
2217 | p121.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
2218 | p121.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
2219 | p121.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
2220 | p121.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
2221 | p121.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
2222 | p121.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
2223 | b111 = Instance.new("SpecialMesh", p121) | |
2224 | b111.MeshType = Enum.MeshType.Wedge | |
2225 | b111.Name = "Mesh" | |
2226 | b111.Scale = Vector3.new(0.417481035, 1, 0.626221299) | |
2227 | p122 = Instance.new("Part", m) | |
2228 | p122.BrickColor = BrickColor.new("Dark red") | |
2229 | p122.Material = Enum.Material.SmoothPlastic | |
2230 | p122.Name = "apart" | |
2231 | p122.CFrame = CFrame.new(3.82272029, 156.018051, 38.590744, -1, 3.04301557e-005, 3.05180438e-005, 3.04310852e-005, 1, 3.04301557e-005, -3.05171179e-005, 3.04310852e-005, -1) | |
2232 | p122.CanCollide = false | |
2233 | p122.FormFactor = Enum.FormFactor.Custom | |
2234 | p122.Size = Vector3.new(1.02491105, 0.256227732, 0.768683195) | |
2235 | p122.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
2236 | p122.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
2237 | p122.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
2238 | p122.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
2239 | p122.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
2240 | p122.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
2241 | b112 = Instance.new("SpecialMesh", p122) | |
2242 | b112.MeshType = Enum.MeshType.Wedge | |
2243 | b112.Name = "Mesh" | |
2244 | b112.Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999) | |
2245 | p123 = Instance.new("Part", m) | |
2246 | p123.BrickColor = BrickColor.new("Dark red") | |
2247 | p123.Material = Enum.Material.SmoothPlastic | |
2248 | p123.Name = "apart" | |
2249 | p123.CFrame = CFrame.new(3.82272005, 155.633713, 38.462616, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
2250 | p123.CanCollide = false | |
2251 | p123.FormFactor = Enum.FormFactor.Custom | |
2252 | p123.Size = Vector3.new(1.02491105, 0.512455463, 1.02491093) | |
2253 | p123.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
2254 | p123.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
2255 | p123.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
2256 | p123.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
2257 | p123.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
2258 | p123.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
2259 | b113 = Instance.new("SpecialMesh", p123) | |
2260 | b113.MeshType = Enum.MeshType.Brick | |
2261 | b113.Name = "Mesh" | |
2262 | b113.Scale = Vector3.new(1.00999999, 1.00999999, 1.00999999) | |
2263 | p124 = Instance.new("Part", m) | |
2264 | p124.BrickColor = BrickColor.new("Really black") | |
2265 | p124.Material = Enum.Material.Neon | |
2266 | p124.Name = "apart" | |
2267 | p124.CFrame = CFrame.new(3.82272005, 155.633713, 38.4369965, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
2268 | p124.CanCollide = false | |
2269 | p124.FormFactor = Enum.FormFactor.Custom | |
2270 | p124.Size = Vector3.new(1.02491105, 0.512455463, 0.973665357) | |
2271 | p124.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
2272 | p124.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
2273 | p124.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
2274 | p124.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
2275 | p124.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
2276 | p124.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
2277 | b114 = Instance.new("SpecialMesh", p124) | |
2278 | b114.MeshType = Enum.MeshType.Brick | |
2279 | b114.Name = "Mesh" | |
2280 | b114.Scale = Vector3.new(0.25, 1.02999997, 1.02999997) | |
2281 | p125 = Instance.new("Part", m) | |
2282 | p125.BrickColor = BrickColor.new("Bright red") | |
2283 | p125.Material = Enum.Material.SmoothPlastic | |
2284 | p125.Name = "apart" | |
2285 | p125.CFrame = CFrame.new(3.82272005, 155.633713, 38.4369965, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
2286 | p125.CanCollide = false | |
2287 | p125.FormFactor = Enum.FormFactor.Custom | |
2288 | p125.Size = Vector3.new(1.02491105, 0.512455463, 0.973665357) | |
2289 | p125.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
2290 | p125.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
2291 | p125.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
2292 | p125.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
2293 | p125.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
2294 | p125.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
2295 | b115 = Instance.new("SpecialMesh", p125) | |
2296 | b115.MeshType = Enum.MeshType.Brick | |
2297 | b115.Name = "Mesh" | |
2298 | b115.Scale = Vector3.new(0.5, 1.01999998, 1.01999998) | |
2299 | p126 = Instance.new("Part", m) | |
2300 | p126.BrickColor = BrickColor.new("Bright red") | |
2301 | p126.Material = Enum.Material.SmoothPlastic | |
2302 | p126.Name = "apart" | |
2303 | p126.CFrame = CFrame.new(3.82272005, 156.40239, 38.462616, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
2304 | p126.CanCollide = false | |
2305 | p126.FormFactor = Enum.FormFactor.Custom | |
2306 | p126.Size = Vector3.new(1.02491105, 2.04982185, 1.02491093) | |
2307 | p126.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
2308 | p126.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
2309 | p126.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
2310 | p126.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
2311 | p126.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
2312 | p126.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
2313 | w1 = Instance.new("Weld", p1) | |
2314 | w1.Name = "Torso_Weld" | |
2315 | w1.Part0 = p1 | |
2316 | w1.C0 = CFrame.new(40.0074806, -173.696487, -4.43766594, -4.37113883e-008, -4.3159529e-005, -1, 0, 1, -4.3159529e-005, 1, -1.88656295e-012, -4.37113883e-008) | |
2317 | w1.Part1 = p2 | |
2318 | w1.C1 = CFrame.new(-40, -174.519974, 3.8200016, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008) | |
2319 | w2 = Instance.new("Weld", p2) | |
2320 | w2.Name = "apart_Weld" | |
2321 | w2.Part0 = p2 | |
2322 | w2.C0 = CFrame.new(-40, -174.519974, 3.8200016, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008) | |
2323 | w2.Part1 = p3 | |
2324 | w2.C1 = CFrame.new(39.9540176, 3.18871474, -175.183014, 3.0473866e-005, -3.05603571e-005, -1, -1, -3.05185094e-005, -3.04729328e-005, -3.05175781e-005, 1, -3.05612884e-005) | |
2325 | w3 = Instance.new("Weld", p3) | |
2326 | w3.Name = "apart_Weld" | |
2327 | w3.Part0 = p3 | |
2328 | w3.C0 = CFrame.new(39.9540176, 3.18871474, -175.183014, 3.0473866e-005, -3.05603571e-005, -1, -1, -3.05185094e-005, -3.04729328e-005, -3.05175781e-005, 1, -3.05612884e-005) | |
2329 | w3.Part1 = p4 | |
2330 | w3.C1 = CFrame.new(4.59312534, 39.9904404, 174.904617, -1, 1.85528792e-009, -4.30663385e-005, 4.30663385e-005, 5.3449472e-005, -1, 4.46585241e-010, -1, -5.3449472e-005) | |
2331 | w4 = Instance.new("Weld", p4) | |
2332 | w4.Name = "apart_Weld" | |
2333 | w4.Part0 = p4 | |
2334 | w4.C0 = CFrame.new(4.59312534, 39.9904404, 174.904617, -1, 1.85528792e-009, -4.30663385e-005, 4.30663385e-005, 5.3449472e-005, -1, 4.46585241e-010, -1, -5.3449472e-005) | |
2335 | w4.Part1 = p5 | |
2336 | w4.C1 = CFrame.new(40.0074806, -173.670853, -4.28392887, -4.37113883e-008, -4.3159529e-005, -1, 0, 1, -4.3159529e-005, 1, -1.88656295e-012, -4.37113883e-008) | |
2337 | w5 = Instance.new("Weld", p5) | |
2338 | w5.Name = "apart_Weld" | |
2339 | w5.Part0 = p5 | |
2340 | w5.C0 = CFrame.new(40.0074806, -173.670853, -4.28392887, -4.37113883e-008, -4.3159529e-005, -1, 0, 1, -4.3159529e-005, 1, -1.88656295e-012, -4.37113883e-008) | |
2341 | w5.Part1 = p6 | |
2342 | w5.C1 = CFrame.new(4.59312534, 39.9904099, 175.417068, -1, 1.85528792e-009, -4.30663385e-005, 4.30663385e-005, 5.3449472e-005, -1, 4.46585241e-010, -1, -5.3449472e-005) | |
2343 | w6 = Instance.new("Weld", p6) | |
2344 | w6.Name = "apart_Weld" | |
2345 | w6.Part0 = p6 | |
2346 | w6.C0 = CFrame.new(4.59312534, 39.9904099, 175.417068, -1, 1.85528792e-009, -4.30663385e-005, 4.30663385e-005, 5.3449472e-005, -1, 4.46585241e-010, -1, -5.3449472e-005) | |
2347 | w6.Part1 = p7 | |
2348 | w6.C1 = CFrame.new(-4.07894802, -174.697495, -39.9743652, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
2349 | w7 = Instance.new("Weld", p7) | |
2350 | w7.Name = "apart_Weld" | |
2351 | w7.Part0 = p7 | |
2352 | w7.C0 = CFrame.new(-4.07894802, -174.697495, -39.9743652, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
2353 | w7.Part1 = p8 | |
2354 | w7.C1 = CFrame.new(-4.38642216, -173.672577, -39.9999847, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
2355 | w8 = Instance.new("Weld", p8) | |
2356 | w8.Name = "apart_Weld" | |
2357 | w8.Part0 = p8 | |
2358 | w8.C0 = CFrame.new(-4.38642216, -173.672577, -39.9999847, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
2359 | w8.Part1 = p9 | |
2360 | w8.C1 = CFrame.new(4.57660246, -175.162796, 39.9838219, -1, 9.14681077e-005, -3.05134035e-005, 9.14653137e-005, 1, 9.14681077e-005, 3.05217691e-005, 9.14653137e-005, -1) | |
2361 | w9 = Instance.new("Weld", p9) | |
2362 | w9.Name = "apart_Weld" | |
2363 | w9.Part0 = p9 | |
2364 | w9.C0 = CFrame.new(4.57660246, -175.162796, 39.9838219, -1, 9.14681077e-005, -3.05134035e-005, 9.14653137e-005, 1, 9.14681077e-005, 3.05217691e-005, 9.14653137e-005, -1) | |
2365 | w9.Part1 = p10 | |
2366 | w9.C1 = CFrame.new(40.9022369, -2.6630733, 176.054321, -3.05612884e-005, -3.04729328e-005, -1, 1, -3.05185094e-005, -3.05603571e-005, -3.05175781e-005, -1, 3.0473866e-005) | |
2367 | w10 = Instance.new("Weld", p10) | |
2368 | w10.Name = "apart_Weld" | |
2369 | w10.Part0 = p10 | |
2370 | w10.C0 = CFrame.new(40.9022369, -2.6630733, 176.054321, -3.05612884e-005, -3.04729328e-005, -1, 1, -3.05185094e-005, -3.05603571e-005, -3.05175781e-005, -1, 3.0473866e-005) | |
2371 | w10.Part1 = p11 | |
2372 | w10.C1 = CFrame.new(39.1086426, -2.66312814, 176.054382, -3.05612884e-005, -3.04729328e-005, -1, 1, -3.05185094e-005, -3.05603571e-005, -3.05175781e-005, -1, 3.0473866e-005) | |
2373 | w11 = Instance.new("Weld", p11) | |
2374 | w11.Name = "apart_Weld" | |
2375 | w11.Part0 = p11 | |
2376 | w11.C0 = CFrame.new(39.1086426, -2.66312814, 176.054382, -3.05612884e-005, -3.04729328e-005, -1, 1, -3.05185094e-005, -3.05603571e-005, -3.05175781e-005, -1, 3.0473866e-005) | |
2377 | w11.Part1 = p12 | |
2378 | w11.C1 = CFrame.new(39.1086426, -2.66312814, 176.054382, -3.05612884e-005, -3.04729328e-005, -1, 1, -3.05185094e-005, -3.05603571e-005, -3.05175781e-005, -1, 3.0473866e-005) | |
2379 | w12 = Instance.new("Weld", p12) | |
2380 | w12.Name = "apart_Weld" | |
2381 | w12.Part0 = p12 | |
2382 | w12.C0 = CFrame.new(39.1086426, -2.66312814, 176.054382, -3.05612884e-005, -3.04729328e-005, -1, 1, -3.05185094e-005, -3.05603571e-005, -3.05175781e-005, -1, 3.0473866e-005) | |
2383 | w12.Part1 = p13 | |
2384 | w12.C1 = CFrame.new(40.0074806, -173.670853, -4.28392887, -4.37113883e-008, -4.3159529e-005, -1, 0, 1, -4.3159529e-005, 1, -1.88656295e-012, -4.37113883e-008) | |
2385 | w13 = Instance.new("Weld", p13) | |
2386 | w13.Name = "apart_Weld" | |
2387 | w13.Part0 = p13 | |
2388 | w13.C0 = CFrame.new(40.0074806, -173.670853, -4.28392887, -4.37113883e-008, -4.3159529e-005, -1, 0, 1, -4.3159529e-005, 1, -1.88656295e-012, -4.37113883e-008) | |
2389 | w13.Part1 = p14 | |
2390 | w13.C1 = CFrame.new(-3.82272005, -173.672577, -39.9999847, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
2391 | w14 = Instance.new("Weld", p14) | |
2392 | w14.Name = "apart_Weld" | |
2393 | w14.Part0 = p14 | |
2394 | w14.C0 = CFrame.new(-3.82272005, -173.672577, -39.9999847, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
2395 | w14.Part1 = p15 | |
2396 | w14.C1 = CFrame.new(4.59311438, 39.7341995, 175.160828, -1, 1.85528792e-009, -4.30663385e-005, 4.30663385e-005, 5.3449472e-005, -1, 4.46585241e-010, -1, -5.3449472e-005) | |
2397 | w15 = Instance.new("Weld", p15) | |
2398 | w15.Name = "apart_Weld" | |
2399 | w15.Part0 = p15 | |
2400 | w15.C0 = CFrame.new(4.59311438, 39.7341995, 175.160828, -1, 1.85528792e-009, -4.30663385e-005, 4.30663385e-005, 5.3449472e-005, -1, 4.46585241e-010, -1, -5.3449472e-005) | |
2401 | w15.Part1 = p16 | |
2402 | w15.C1 = CFrame.new(40.9022369, -2.6630733, 176.054321, -3.05612884e-005, -3.04729328e-005, -1, 1, -3.05185094e-005, -3.05603571e-005, -3.05175781e-005, -1, 3.0473866e-005) | |
2403 | w16 = Instance.new("Weld", p16) | |
2404 | w16.Name = "apart_Weld" | |
2405 | w16.Part0 = p16 | |
2406 | w16.C0 = CFrame.new(40.9022369, -2.6630733, 176.054321, -3.05612884e-005, -3.04729328e-005, -1, 1, -3.05185094e-005, -3.05603571e-005, -3.05175781e-005, -1, 3.0473866e-005) | |
2407 | w16.Part1 = p17 | |
2408 | w16.C1 = CFrame.new(4.59312534, 39.9904251, 175.160843, -1, 1.85528792e-009, -4.30663385e-005, 4.30663385e-005, 5.3449472e-005, -1, 4.46585241e-010, -1, -5.3449472e-005) | |
2409 | w17 = Instance.new("Weld", p17) | |
2410 | w17.Name = "apart_Weld" | |
2411 | w17.Part0 = p17 | |
2412 | w17.C0 = CFrame.new(4.59312534, 39.9904251, 175.160843, -1, 1.85528792e-009, -4.30663385e-005, 4.30663385e-005, 5.3449472e-005, -1, 4.46585241e-010, -1, -5.3449472e-005) | |
2413 | w17.Part1 = p18 | |
2414 | w17.C1 = CFrame.new(4.59313631, 40.2466507, 175.160858, -1, 1.85528792e-009, -4.30663385e-005, 4.30663385e-005, 5.3449472e-005, -1, 4.46585241e-010, -1, -5.3449472e-005) | |
2415 | w18 = Instance.new("Weld", p18) | |
2416 | w18.Name = "apart_Weld" | |
2417 | w18.Part0 = p18 | |
2418 | w18.C0 = CFrame.new(4.59313631, 40.2466507, 175.160858, -1, 1.85528792e-009, -4.30663385e-005, 4.30663385e-005, 5.3449472e-005, -1, 4.46585241e-010, -1, -5.3449472e-005) | |
2419 | w18.Part1 = p19 | |
2420 | w18.C1 = CFrame.new(4.59312534, 39.9904251, 175.160843, -1, 1.85528792e-009, -4.30663385e-005, 4.30663385e-005, 5.3449472e-005, -1, 4.46585241e-010, -1, -5.3449472e-005) | |
2421 | w19 = Instance.new("Weld", p19) | |
2422 | w19.Name = "apart_Weld" | |
2423 | w19.Part0 = p19 | |
2424 | w19.C0 = CFrame.new(4.59312534, 39.9904251, 175.160843, -1, 1.85528792e-009, -4.30663385e-005, 4.30663385e-005, 5.3449472e-005, -1, 4.46585241e-010, -1, -5.3449472e-005) | |
2425 | w19.Part1 = p20 | |
2426 | w19.C1 = CFrame.new(40.0054741, -4.45672226, 175.157623, -3.05612884e-005, -3.04729328e-005, -1, 1, -3.05185094e-005, -3.05603571e-005, -3.05175781e-005, -1, 3.0473866e-005) | |
2427 | w20 = Instance.new("Weld", p20) | |
2428 | w20.Name = "apart_Weld" | |
2429 | w20.Part0 = p20 | |
2430 | w20.C0 = CFrame.new(40.0054741, -4.45672226, 175.157623, -3.05612884e-005, -3.04729328e-005, -1, 1, -3.05185094e-005, -3.05603571e-005, -3.05175781e-005, -1, 3.0473866e-005) | |
2431 | w20.Part1 = p21 | |
2432 | w20.C1 = CFrame.new(-4.07894802, -174.697495, -39.9743652, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
2433 | w21 = Instance.new("Weld", p21) | |
2434 | w21.Name = "apart_Weld" | |
2435 | w21.Part0 = p21 | |
2436 | w21.C0 = CFrame.new(-4.07894802, -174.697495, -39.9743652, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
2437 | w21.Part1 = p22 | |
2438 | w21.C1 = CFrame.new(39.9540176, 3.18871474, -175.183014, 3.0473866e-005, -3.05603571e-005, -1, -1, -3.05185094e-005, -3.04729328e-005, -3.05175781e-005, 1, -3.05612884e-005) | |
2439 | w22 = Instance.new("Weld", p22) | |
2440 | w22.Name = "apart_Weld" | |
2441 | w22.Part0 = p22 | |
2442 | w22.C0 = CFrame.new(39.9540176, 3.18871474, -175.183014, 3.0473866e-005, -3.05603571e-005, -1, -1, -3.05185094e-005, -3.04729328e-005, -3.05175781e-005, 1, -3.05612884e-005) | |
2443 | w22.Part1 = p23 | |
2444 | w22.C1 = CFrame.new(-3.82272005, -174.64624, -39.9999847, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
2445 | w23 = Instance.new("Weld", p23) | |
2446 | w23.Name = "apart_Weld" | |
2447 | w23.Part0 = p23 | |
2448 | w23.C0 = CFrame.new(-3.82272005, -174.64624, -39.9999847, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
2449 | w23.Part1 = p24 | |
2450 | w23.C1 = CFrame.new(-3.82272005, -173.416351, -39.4875336, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
2451 | w24 = Instance.new("Weld", p24) | |
2452 | w24.Name = "apart_Weld" | |
2453 | w24.Part0 = p24 | |
2454 | w24.C0 = CFrame.new(-3.82272005, -173.416351, -39.4875336, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
2455 | w24.Part1 = p25 | |
2456 | w24.C1 = CFrame.new(-3.82272005, -173.416351, -40.5124359, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
2457 | w25 = Instance.new("Weld", p25) | |
2458 | w25.Name = "apart_Weld" | |
2459 | w25.Part0 = p25 | |
2460 | w25.C0 = CFrame.new(-3.82272005, -173.416351, -40.5124359, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
2461 | w25.Part1 = p26 | |
2462 | w25.C1 = CFrame.new(39.1086426, -2.66312814, 176.054382, -3.05612884e-005, -3.04729328e-005, -1, 1, -3.05185094e-005, -3.05603571e-005, -3.05175781e-005, -1, 3.0473866e-005) | |
2463 | w26 = Instance.new("Weld", p26) | |
2464 | w26.Name = "apart_Weld" | |
2465 | w26.Part0 = p26 | |
2466 | w26.C0 = CFrame.new(39.1086426, -2.66312814, 176.054382, -3.05612884e-005, -3.04729328e-005, -1, 1, -3.05185094e-005, -3.05603571e-005, -3.05175781e-005, -1, 3.0473866e-005) | |
2467 | w26.Part1 = p27 | |
2468 | w26.C1 = CFrame.new(-175.722595, 3.81502461, -39.9998207, 5.34812607e-005, 1, 9.31994482e-010, -1, 5.34812607e-005, -4.31585977e-005, -4.31585977e-005, 1.37618184e-009, 1) | |
2469 | w27 = Instance.new("Weld", p27) | |
2470 | w27.Name = "apart_Weld" | |
2471 | w27.Part0 = p27 | |
2472 | w27.C0 = CFrame.new(-175.722595, 3.81502461, -39.9998207, 5.34812607e-005, 1, 9.31994482e-010, -1, 5.34812607e-005, -4.31585977e-005, -4.31585977e-005, 1.37618184e-009, 1) | |
2473 | w27.Part1 = p28 | |
2474 | w27.C1 = CFrame.new(39.1086578, -3.17558312, 176.054398, -3.05612884e-005, -3.04729328e-005, -1, 1, -3.05185094e-005, -3.05603571e-005, -3.05175781e-005, -1, 3.0473866e-005) | |
2475 | w28 = Instance.new("Weld", p28) | |
2476 | w28.Name = "apart_Weld" | |
2477 | w28.Part0 = p28 | |
2478 | w28.C0 = CFrame.new(39.1086578, -3.17558312, 176.054398, -3.05612884e-005, -3.04729328e-005, -1, 1, -3.05185094e-005, -3.05603571e-005, -3.05175781e-005, -1, 3.0473866e-005) | |
2479 | w28.Part1 = p29 | |
2480 | w28.C1 = CFrame.new(-3.82272005, -174.799988, -39.9999847, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
2481 | w29 = Instance.new("Weld", p29) | |
2482 | w29.Name = "apart_Weld" | |
2483 | w29.Part0 = p29 | |
2484 | w29.C0 = CFrame.new(-3.82272005, -174.799988, -39.9999847, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
2485 | w29.Part1 = p30 | |
2486 | w29.C1 = CFrame.new(39.0929604, 2.92530036, -175.160995, -0.000152631605, 6.09867893e-005, -1, -1, -3.05185058e-005, 0.000152629742, -3.05091962e-005, 1, 6.09914459e-005) | |
2487 | w30 = Instance.new("Weld", p30) | |
2488 | w30.Name = "apart_Weld" | |
2489 | w30.Part0 = p30 | |
2490 | w30.C0 = CFrame.new(39.0929604, 2.92530036, -175.160995, -0.000152631605, 6.09867893e-005, -1, -1, -3.05185058e-005, 0.000152629742, -3.05091962e-005, 1, 6.09914459e-005) | |
2491 | w30.Part1 = p31 | |
2492 | w30.C1 = CFrame.new(40.8865547, 2.92502666, -175.161102, -0.000152631605, 6.09867893e-005, -1, -1, -3.05185058e-005, 0.000152629742, -3.05091962e-005, 1, 6.09914459e-005) | |
2493 | w31 = Instance.new("Weld", p31) | |
2494 | w31.Name = "apart_Weld" | |
2495 | w31.Part0 = p31 | |
2496 | w31.C0 = CFrame.new(40.8865547, 2.92502666, -175.161102, -0.000152631605, 6.09867893e-005, -1, -1, -3.05185058e-005, 0.000152629742, -3.05091962e-005, 1, 6.09914459e-005) | |
2497 | w31.Part1 = p32 | |
2498 | w31.C1 = CFrame.new(-3.82930517, 174.798615, 40.9788513, 1, 3.05180401e-005, 3.05171143e-005, 3.05171125e-005, -1, 3.0431087e-005, 3.05180438e-005, -3.04301557e-005, -1) | |
2499 | w32 = Instance.new("Weld", p32) | |
2500 | w32.Name = "apart_Weld" | |
2501 | w32.Part0 = p32 | |
2502 | w32.C0 = CFrame.new(-3.82930517, 174.798615, 40.9788513, 1, 3.05180401e-005, 3.05171143e-005, 3.05171125e-005, -1, 3.0431087e-005, 3.05180438e-005, -3.04301557e-005, -1) | |
2503 | w32.Part1 = p33 | |
2504 | w32.C1 = CFrame.new(40.9022369, -2.6630733, 176.054321, -3.05612884e-005, -3.04729328e-005, -1, 1, -3.05185094e-005, -3.05603571e-005, -3.05175781e-005, -1, 3.0473866e-005) | |
2505 | w33 = Instance.new("Weld", p33) | |
2506 | w33.Name = "apart_Weld" | |
2507 | w33.Part0 = p33 | |
2508 | w33.C0 = CFrame.new(40.9022369, -2.6630733, 176.054321, -3.05612884e-005, -3.04729328e-005, -1, 1, -3.05185094e-005, -3.05603571e-005, -3.05175781e-005, -1, 3.0473866e-005) | |
2509 | w33.Part1 = p34 | |
2510 | w33.C1 = CFrame.new(-175.825089, 3.81501913, -39.9998207, 5.34812607e-005, 1, 9.31994482e-010, -1, 5.34812607e-005, -4.31585977e-005, -4.31585977e-005, 1.37618184e-009, 1) | |
2511 | w34 = Instance.new("Weld", p34) | |
2512 | w34.Name = "apart_Weld" | |
2513 | w34.Part0 = p34 | |
2514 | w34.C0 = CFrame.new(-175.825089, 3.81501913, -39.9998207, 5.34812607e-005, 1, 9.31994482e-010, -1, 5.34812607e-005, -4.31585977e-005, -4.31585977e-005, 1.37618184e-009, 1) | |
2515 | w34.Part1 = p35 | |
2516 | w34.C1 = CFrame.new(-3.8292613, 173.876205, 40.4663696, 1, 3.05180401e-005, 3.05171143e-005, 3.05171125e-005, -1, 3.0431087e-005, 3.05180438e-005, -3.04301557e-005, -1) | |
2517 | w35 = Instance.new("Weld", p35) | |
2518 | w35.Name = "apart_Weld" | |
2519 | w35.Part0 = p35 | |
2520 | w35.C0 = CFrame.new(-3.8292613, 173.876205, 40.4663696, 1, 3.05180401e-005, 3.05171143e-005, 3.05171125e-005, -1, 3.0431087e-005, 3.05180438e-005, -3.04301557e-005, -1) | |
2521 | w35.Part1 = p36 | |
2522 | w35.C1 = CFrame.new(3.81620979, 174.79892, -39.0317726, -1, 3.0431087e-005, 3.05171143e-005, -3.04301557e-005, -1, 3.05180401e-005, 3.05180438e-005, 3.05171125e-005, 1) | |
2523 | w36 = Instance.new("Weld", p36) | |
2524 | w36.Name = "apart_Weld" | |
2525 | w36.Part0 = p36 | |
2526 | w36.C0 = CFrame.new(3.81620979, 174.79892, -39.0317726, -1, 3.0431087e-005, 3.05171143e-005, -3.04301557e-005, -1, 3.05180401e-005, 3.05180438e-005, 3.05171125e-005, 1) | |
2527 | w36.Part1 = p37 | |
2528 | w36.C1 = CFrame.new(3.81622219, 173.87648, -39.5442276, -1, 3.0431087e-005, 3.05171143e-005, -3.04301557e-005, -1, 3.05180401e-005, 3.05180438e-005, 3.05171125e-005, 1) | |
2529 | w37 = Instance.new("Weld", p37) | |
2530 | w37.Name = "apart_Weld" | |
2531 | w37.Part0 = p37 | |
2532 | w37.C0 = CFrame.new(3.81622219, 173.87648, -39.5442276, -1, 3.0431087e-005, 3.05171143e-005, -3.04301557e-005, -1, 3.05180401e-005, 3.05180438e-005, 3.05171125e-005, 1) | |
2533 | w37.Part1 = p38 | |
2534 | w37.C1 = CFrame.new(40.9022522, -3.17552829, 176.054337, -3.05612884e-005, -3.04729328e-005, -1, 1, -3.05185094e-005, -3.05603571e-005, -3.05175781e-005, -1, 3.0473866e-005) | |
2535 | w38 = Instance.new("Weld", p38) | |
2536 | w38.Name = "apart_Weld" | |
2537 | w38.Part0 = p38 | |
2538 | w38.C0 = CFrame.new(40.9022522, -3.17552829, 176.054337, -3.05612884e-005, -3.04729328e-005, -1, 1, -3.05185094e-005, -3.05603571e-005, -3.05175781e-005, -1, 3.0473866e-005) | |
2539 | w38.Part1 = p39 | |
2540 | w38.C1 = CFrame.new(39.9540176, 3.18871474, -175.183014, 3.0473866e-005, -3.05603571e-005, -1, -1, -3.05185094e-005, -3.04729328e-005, -3.05175781e-005, 1, -3.05612884e-005) | |
2541 | w39 = Instance.new("Weld", p39) | |
2542 | w39.Name = "apart_Weld" | |
2543 | w39.Part0 = p39 | |
2544 | w39.C0 = CFrame.new(39.9540176, 3.18871474, -175.183014, 3.0473866e-005, -3.05603571e-005, -1, -1, -3.05185094e-005, -3.04729328e-005, -3.05175781e-005, 1, -3.05612884e-005) | |
2545 | w39.Part1 = p40 | |
2546 | w39.C1 = CFrame.new(40.0052567, 3.18871641, -175.183014, 3.0473866e-005, -3.05603571e-005, -1, -1, -3.05185094e-005, -3.04729328e-005, -3.05175781e-005, 1, -3.05612884e-005) | |
2547 | w40 = Instance.new("Weld", p41) | |
2548 | w40.Name = "apart_Weld" | |
2549 | w40.Part0 = p41 | |
2550 | w40.C0 = CFrame.new(4.43938923, 39.9903679, 176.339478, -1, 1.85528792e-009, -4.30663385e-005, 4.30663385e-005, 5.3449472e-005, -1, 4.46585241e-010, -1, -5.3449472e-005) | |
2551 | w40.Part1 = p42 | |
2552 | w40.C1 = CFrame.new(-39.2770424, 3.8185389, 176.338669, -3.05612884e-005, -3.05603571e-005, 1, -1, 3.05185131e-005, -3.05603571e-005, -3.05175781e-005, -1, -3.05612884e-005) | |
2553 | w41 = Instance.new("Weld", p42) | |
2554 | w41.Name = "apart_Weld" | |
2555 | w41.Part0 = p42 | |
2556 | w41.C0 = CFrame.new(-39.2770424, 3.8185389, 176.338669, -3.05612884e-005, -3.05603571e-005, 1, -1, 3.05185131e-005, -3.05603571e-005, -3.05175781e-005, -1, -3.05612884e-005) | |
2557 | w41.Part1 = p43 | |
2558 | w41.C1 = CFrame.new(4.38814354, 39.9903717, 176.339478, -1, 1.85528792e-009, -4.30663385e-005, 4.30663385e-005, 5.3449472e-005, -1, 4.46585241e-010, -1, -5.3449472e-005) | |
2559 | w42 = Instance.new("Weld", p43) | |
2560 | w42.Name = "apart_Weld" | |
2561 | w42.Part0 = p43 | |
2562 | w42.C0 = CFrame.new(4.38814354, 39.9903717, 176.339478, -1, 1.85528792e-009, -4.30663385e-005, 4.30663385e-005, 5.3449472e-005, -1, 4.46585241e-010, -1, -5.3449472e-005) | |
2563 | w42.Part1 = p44 | |
2564 | w42.C1 = CFrame.new(-176.336121, 40.0053749, 4.18144655, -4.37113883e-008, 1, -3.05612884e-005, 0, -3.05612884e-005, -1, -1, -4.37113883e-008, 1.3358764e-012) | |
2565 | w43 = Instance.new("Weld", p44) | |
2566 | w43.Name = "apart_Weld" | |
2567 | w43.Part0 = p44 | |
2568 | w43.C0 = CFrame.new(-176.336121, 40.0053749, 4.18144655, -4.37113883e-008, 1, -3.05612884e-005, 0, -3.05612884e-005, -1, -1, -4.37113883e-008, 1.3358764e-012) | |
2569 | w43.Part1 = p45 | |
2570 | w43.C1 = CFrame.new(-176.336121, 40.0053749, 4.18144655, -4.37113883e-008, 1, -3.05612884e-005, 0, -3.05612884e-005, -1, -1, -4.37113883e-008, 1.3358764e-012) | |
2571 | w44 = Instance.new("Weld", p45) | |
2572 | w44.Name = "apart_Weld" | |
2573 | w44.Part0 = p45 | |
2574 | w44.C0 = CFrame.new(-176.336121, 40.0053749, 4.18144655, -4.37113883e-008, 1, -3.05612884e-005, 0, -3.05612884e-005, -1, -1, -4.37113883e-008, 1.3358764e-012) | |
2575 | w44.Part1 = p46 | |
2576 | w44.C1 = CFrame.new(-40.7119179, 3.81858277, 176.338715, -3.05612884e-005, -3.05603571e-005, 1, -1, 3.05185131e-005, -3.05603571e-005, -3.05175781e-005, -1, -3.05612884e-005) | |
2577 | w45 = Instance.new("Weld", p46) | |
2578 | w45.Name = "Head_Weld" | |
2579 | w45.Part0 = p46 | |
2580 | w45.C0 = CFrame.new(-40.7119179, 3.81858277, 176.338715, -3.05612884e-005, -3.05603571e-005, 1, -1, 3.05185131e-005, -3.05603571e-005, -3.05175781e-005, -1, -3.05612884e-005) | |
2581 | w45.Part1 = p47 | |
2582 | w45.C1 = CFrame.new(-40, -176.019974, 3.8200016, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008) | |
2583 | w46 = Instance.new("Weld", p47) | |
2584 | w46.Name = "apart_Weld" | |
2585 | w46.Part0 = p47 | |
2586 | w46.C0 = CFrame.new(-40, -176.019974, 3.8200016, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008) | |
2587 | w46.Part1 = p48 | |
2588 | w46.C1 = CFrame.new(39.8868141, -3.04742336, 176.775467, -3.05612884e-005, 6.10798015e-005, -1, 1, -3.05147805e-005, -3.05631511e-005, -3.05166468e-005, -1, -6.10788702e-005) | |
2589 | w47 = Instance.new("Weld", p48) | |
2590 | w47.Name = "apart_Weld" | |
2591 | w47.Part0 = p48 | |
2592 | w47.C0 = CFrame.new(39.8868141, -3.04742336, 176.775467, -3.05612884e-005, 6.10798015e-005, -1, 1, -3.05147805e-005, -3.05631511e-005, -3.05166468e-005, -1, -6.10788702e-005) | |
2593 | w47.Part1 = p49 | |
2594 | w47.C1 = CFrame.new(4.69561625, 39.9903564, 176.339478, -1, 1.85528792e-009, -4.30663385e-005, 4.30663385e-005, 5.3449472e-005, -1, 4.46585241e-010, -1, -5.3449472e-005) | |
2595 | w48 = Instance.new("Weld", p49) | |
2596 | w48.Name = "apart_Weld" | |
2597 | w48.Part0 = p49 | |
2598 | w48.C0 = CFrame.new(4.69561625, 39.9903564, 176.339478, -1, 1.85528792e-009, -4.30663385e-005, 4.30663385e-005, 5.3449472e-005, -1, 4.46585241e-010, -1, -5.3449472e-005) | |
2599 | w48.Part1 = p50 | |
2600 | w48.C1 = CFrame.new(4.64437056, 39.9903603, 176.339478, -1, 1.85528792e-009, -4.30663385e-005, 4.30663385e-005, 5.3449472e-005, -1, 4.46585241e-010, -1, -5.3449472e-005) | |
2601 | w49 = Instance.new("Weld", p50) | |
2602 | w49.Name = "apart_Weld" | |
2603 | w49.Part0 = p50 | |
2604 | w49.C0 = CFrame.new(4.64437056, 39.9903603, 176.339478, -1, 1.85528792e-009, -4.30663385e-005, 4.30663385e-005, 5.3449472e-005, -1, 4.46585241e-010, -1, -5.3449472e-005) | |
2605 | w49.Part1 = p51 | |
2606 | w49.C1 = CFrame.new(39.8660278, 3.04846263, -176.447052, -0.000274701917, 0.000183053373, -0.99999994, -0.99999994, -3.05222311e-005, 0.000274696329, -3.0471947e-005, 1, 0.000183061755) | |
2607 | w50 = Instance.new("Weld", p51) | |
2608 | w50.Name = "apart_Weld" | |
2609 | w50.Part0 = p51 | |
2610 | w50.C0 = CFrame.new(39.8660278, 3.04846263, -176.447052, -0.000274701917, 0.000183053373, -0.99999994, -0.99999994, -3.05222311e-005, 0.000274696329, -3.0471947e-005, 1, 0.000183061755) | |
2611 | w50.Part1 = p52 | |
2612 | w50.C1 = CFrame.new(40.7543678, -42.5779533, -171.325851, 0.000228409437, -0.000213359424, -1, -0.965923131, 0.258829027, -0.000275849598, 0.258829057, 0.965923131, -0.000146969804) | |
2613 | w51 = Instance.new("Weld", p52) | |
2614 | w51.Name = "apart_Weld" | |
2615 | w51.Part0 = p52 | |
2616 | w51.C0 = CFrame.new(40.7543678, -42.5779533, -171.325851, 0.000228409437, -0.000213359424, -1, -0.965923131, 0.258829027, -0.000275849598, 0.258829057, 0.965923131, -0.000146969804) | |
2617 | w51.Part1 = p53 | |
2618 | w51.C1 = CFrame.new(-39.9944801, 3.81856084, 176.338684, -3.05612884e-005, -3.05603571e-005, 1, -1, 3.05185131e-005, -3.05603571e-005, -3.05175781e-005, -1, -3.05612884e-005) | |
2619 | w52 = Instance.new("Weld", p53) | |
2620 | w52.Name = "apart_Weld" | |
2621 | w52.Part0 = p53 | |
2622 | w52.C0 = CFrame.new(-39.9944801, 3.81856084, 176.338684, -3.05612884e-005, -3.05603571e-005, 1, -1, 3.05185131e-005, -3.05603571e-005, -3.05175781e-005, -1, -3.05612884e-005) | |
2623 | w52.Part1 = p54 | |
2624 | w52.C1 = CFrame.new(176.331329, 39.4632111, -3.82271242, -4.37113883e-008, -1, 0.000152631605, 0, -0.000152631605, -1, 1, -4.37113883e-008, 6.67173912e-012) | |
2625 | w53 = Instance.new("Weld", p54) | |
2626 | w53.Name = "apart_Weld" | |
2627 | w53.Part0 = p54 | |
2628 | w53.C0 = CFrame.new(176.331329, 39.4632111, -3.82271242, -4.37113883e-008, -1, 0.000152631605, 0, -0.000152631605, -1, 1, -4.37113883e-008, 6.67173912e-012) | |
2629 | w53.Part1 = p55 | |
2630 | w53.C1 = CFrame.new(39.6354523, 3.04852581, -176.447006, -0.000274701917, 0.000183053373, -0.99999994, -0.99999994, -3.05222311e-005, 0.000274696329, -3.0471947e-005, 1, 0.000183061755) | |
2631 | w54 = Instance.new("Weld", p55) | |
2632 | w54.Name = "apart_Weld" | |
2633 | w54.Part0 = p55 | |
2634 | w54.C0 = CFrame.new(39.6354523, 3.04852581, -176.447006, -0.000274701917, 0.000183053373, -0.99999994, -0.99999994, -3.05222311e-005, 0.000274696329, -3.0471947e-005, 1, 0.000183061755) | |
2635 | w54.Part1 = p56 | |
2636 | w54.C1 = CFrame.new(39.8659096, 2.74099851, -176.780167, -0.000274701917, 0.000183053373, -0.99999994, -0.99999994, -3.05222311e-005, 0.000274696329, -3.0471947e-005, 1, 0.000183061755) | |
2637 | w55 = Instance.new("Weld", p56) | |
2638 | w55.Name = "apart_Weld" | |
2639 | w55.Part0 = p56 | |
2640 | w55.C0 = CFrame.new(39.8659096, 2.74099851, -176.780167, -0.000274701917, 0.000183053373, -0.99999994, -0.99999994, -3.05222311e-005, 0.000274696329, -3.0471947e-005, 1, 0.000183061755) | |
2641 | w55.Part1 = p57 | |
2642 | w55.C1 = CFrame.new(40.0917892, -3.04741716, 176.775482, -3.05612884e-005, 6.10798015e-005, -1, 1, -3.05147805e-005, -3.05631511e-005, -3.05166468e-005, -1, -6.10788702e-005) | |
2643 | w56 = Instance.new("Weld", p57) | |
2644 | w56.Name = "apart_Weld" | |
2645 | w56.Part0 = p57 | |
2646 | w56.C0 = CFrame.new(40.0917892, -3.04741716, 176.775482, -3.05612884e-005, 6.10798015e-005, -1, 1, -3.05147805e-005, -3.05631511e-005, -3.05166468e-005, -1, -6.10788702e-005) | |
2647 | w56.Part1 = p58 | |
2648 | w56.C1 = CFrame.new(-176.337341, -40.5636826, -3.82272768, -4.37113883e-008, 1, 4.37113883e-008, 0, -4.37113883e-008, 1, 1, 4.37113883e-008, 1.91068547e-015) | |
2649 | w57 = Instance.new("Weld", p58) | |
2650 | w57.Name = "apart_Weld" | |
2651 | w57.Part0 = p58 | |
2652 | w57.C0 = CFrame.new(-176.337341, -40.5636826, -3.82272768, -4.37113883e-008, 1, 4.37113883e-008, 0, -4.37113883e-008, 1, 1, 4.37113883e-008, 1.91068547e-015) | |
2653 | w57.Part1 = p59 | |
2654 | w57.C1 = CFrame.new(-176.33754, 3.81501579, -39.9998207, 5.34812607e-005, 1, 9.31994482e-010, -1, 5.34812607e-005, -4.31585977e-005, -4.31585977e-005, 1.37618184e-009, 1) | |
2655 | w58 = Instance.new("Weld", p59) | |
2656 | w58.Name = "apart_Weld" | |
2657 | w58.Part0 = p59 | |
2658 | w58.C0 = CFrame.new(-176.33754, 3.81501579, -39.9998207, 5.34812607e-005, 1, 9.31994482e-010, -1, 5.34812607e-005, -4.31585977e-005, -4.31585977e-005, 1.37618184e-009, 1) | |
2659 | w58.Part1 = p60 | |
2660 | w58.C1 = CFrame.new(40.0917892, -3.04741716, 176.775482, -3.05612884e-005, 6.10798015e-005, -1, 1, -3.05147805e-005, -3.05631511e-005, -3.05166468e-005, -1, -6.10788702e-005) | |
2661 | w59 = Instance.new("Weld", p60) | |
2662 | w59.Name = "apart_Weld" | |
2663 | w59.Part0 = p60 | |
2664 | w59.C0 = CFrame.new(40.0917892, -3.04741716, 176.775482, -3.05612884e-005, 6.10798015e-005, -1, 1, -3.05147805e-005, -3.05631511e-005, -3.05166468e-005, -1, -6.10788702e-005) | |
2665 | w59.Part1 = p61 | |
2666 | w59.C1 = CFrame.new(39.8660278, 3.04846263, -176.447052, -0.000274701917, 0.000183053373, -0.99999994, -0.99999994, -3.05222311e-005, 0.000274696329, -3.0471947e-005, 1, 0.000183061755) | |
2667 | w60 = Instance.new("Weld", p61) | |
2668 | w60.Name = "apart_Weld" | |
2669 | w60.Part0 = p61 | |
2670 | w60.C0 = CFrame.new(39.8660278, 3.04846263, -176.447052, -0.000274701917, 0.000183053373, -0.99999994, -0.99999994, -3.05222311e-005, 0.000274696329, -3.0471947e-005, 1, 0.000183061755) | |
2671 | w60.Part1 = p62 | |
2672 | w60.C1 = CFrame.new(40.8056221, -42.5779381, -171.325836, 0.000228409437, -0.000213359424, -1, -0.965923131, 0.258829027, -0.000275849598, 0.258829057, 0.965923131, -0.000146969804) | |
2673 | w61 = Instance.new("Weld", p62) | |
2674 | w61.Name = "apart_Weld" | |
2675 | w61.Part0 = p62 | |
2676 | w61.C0 = CFrame.new(40.8056221, -42.5779381, -171.325836, 0.000228409437, -0.000213359424, -1, -0.965923131, 0.258829027, -0.000275849598, 0.258829057, 0.965923131, -0.000146969804) | |
2677 | w61.Part1 = p63 | |
2678 | w61.C1 = CFrame.new(40.0710144, 3.04840636, -176.447083, -0.000274701917, 0.000183053373, -0.99999994, -0.99999994, -3.05222311e-005, 0.000274696329, -3.0471947e-005, 1, 0.000183061755) | |
2679 | w62 = Instance.new("Weld", p63) | |
2680 | w62.Name = "apart_Weld" | |
2681 | w62.Part0 = p63 | |
2682 | w62.C0 = CFrame.new(40.0710144, 3.04840636, -176.447083, -0.000274701917, 0.000183053373, -0.99999994, -0.99999994, -3.05222311e-005, 0.000274696329, -3.0471947e-005, 1, 0.000183061755) | |
2683 | w62.Part1 = p64 | |
2684 | w62.C1 = CFrame.new(40.3014908, 2.74087882, -176.780243, -0.000274701917, 0.000183053373, -0.99999994, -0.99999994, -3.05222311e-005, 0.000274696329, -3.0471947e-005, 1, 0.000183061755) | |
2685 | w63 = Instance.new("Weld", p64) | |
2686 | w63.Name = "apart_Weld" | |
2687 | w63.Part0 = p64 | |
2688 | w63.C0 = CFrame.new(40.3014908, 2.74087882, -176.780243, -0.000274701917, 0.000183053373, -0.99999994, -0.99999994, -3.05222311e-005, 0.000274696329, -3.0471947e-005, 1, 0.000183061755) | |
2689 | w63.Part1 = p65 | |
2690 | w63.C1 = CFrame.new(39.6353073, 2.74106169, -176.780121, -0.000274701917, 0.000183053373, -0.99999994, -0.99999994, -3.05222311e-005, 0.000274696329, -3.0471947e-005, 1, 0.000183061755) | |
2691 | w64 = Instance.new("Weld", p65) | |
2692 | w64.Name = "apart_Weld" | |
2693 | w64.Part0 = p65 | |
2694 | w64.C0 = CFrame.new(39.6353073, 2.74106169, -176.780121, -0.000274701917, 0.000183053373, -0.99999994, -0.99999994, -3.05222311e-005, 0.000274696329, -3.0471947e-005, 1, 0.000183061755) | |
2695 | w64.Part1 = p66 | |
2696 | w64.C1 = CFrame.new(40.3016357, 3.04834294, -176.447128, -0.000274701917, 0.000183053373, -0.99999994, -0.99999994, -3.05222311e-005, 0.000274696329, -3.0471947e-005, 1, 0.000183061755) | |
2697 | w65 = Instance.new("Weld", p66) | |
2698 | w65.Name = "apart_Weld" | |
2699 | w65.Part0 = p66 | |
2700 | w65.C0 = CFrame.new(40.3016357, 3.04834294, -176.447128, -0.000274701917, 0.000183053373, -0.99999994, -0.99999994, -3.05222311e-005, 0.000274696329, -3.0471947e-005, 1, 0.000183061755) | |
2701 | w65.Part1 = p67 | |
2702 | w65.C1 = CFrame.new(40.0710144, 3.04840636, -176.447083, -0.000274701917, 0.000183053373, -0.99999994, -0.99999994, -3.05222311e-005, 0.000274696329, -3.0471947e-005, 1, 0.000183061755) | |
2703 | w66 = Instance.new("Weld", p67) | |
2704 | w66.Name = "apart_Weld" | |
2705 | w66.Part0 = p67 | |
2706 | w66.C0 = CFrame.new(40.0710144, 3.04840636, -176.447083, -0.000274701917, 0.000183053373, -0.99999994, -0.99999994, -3.05222311e-005, 0.000274696329, -3.0471947e-005, 1, 0.000183061755) | |
2707 | w66.Part1 = p68 | |
2708 | w66.C1 = CFrame.new(40.0708847, 2.74094224, -176.780197, -0.000274701917, 0.000183053373, -0.99999994, -0.99999994, -3.05222311e-005, 0.000274696329, -3.0471947e-005, 1, 0.000183061755) | |
2709 | w67 = Instance.new("Weld", p68) | |
2710 | w67.Name = "apart_Weld" | |
2711 | w67.Part0 = p68 | |
2712 | w67.C0 = CFrame.new(40.0708847, 2.74094224, -176.780197, -0.000274701917, 0.000183053373, -0.99999994, -0.99999994, -3.05222311e-005, 0.000274696329, -3.0471947e-005, 1, 0.000183061755) | |
2713 | w67.Part1 = p69 | |
2714 | w67.C1 = CFrame.new(40.3223953, -3.04741025, 176.775482, -3.05612884e-005, 6.10798015e-005, -1, 1, -3.05147805e-005, -3.05631511e-005, -3.05166468e-005, -1, -6.10788702e-005) | |
2715 | w68 = Instance.new("Weld", p69) | |
2716 | w68.Name = "apart_Weld" | |
2717 | w68.Part0 = p69 | |
2718 | w68.C0 = CFrame.new(40.3223953, -3.04741025, 176.775482, -3.05612884e-005, 6.10798015e-005, -1, 1, -3.05147805e-005, -3.05631511e-005, -3.05166468e-005, -1, -6.10788702e-005) | |
2719 | w68.Part1 = p70 | |
2720 | w68.C1 = CFrame.new(39.8868141, -3.04742336, 176.775467, -3.05612884e-005, 6.10798015e-005, -1, 1, -3.05147805e-005, -3.05631511e-005, -3.05166468e-005, -1, -6.10788702e-005) | |
2721 | w69 = Instance.new("Weld", p70) | |
2722 | w69.Name = "apart_Weld" | |
2723 | w69.Part0 = p70 | |
2724 | w69.C0 = CFrame.new(39.8868141, -3.04742336, 176.775467, -3.05612884e-005, 6.10798015e-005, -1, 1, -3.05147805e-005, -3.05631511e-005, -3.05166468e-005, -1, -6.10788702e-005) | |
2725 | w69.Part1 = p71 | |
2726 | w69.C1 = CFrame.new(-40.6606789, 3.81858134, 176.338699, -3.05612884e-005, -3.05603571e-005, 1, -1, 3.05185131e-005, -3.05603571e-005, -3.05175781e-005, -1, -3.05612884e-005) | |
2727 | w70 = Instance.new("Weld", p71) | |
2728 | w70.Name = "apart_Weld" | |
2729 | w70.Part0 = p71 | |
2730 | w70.C0 = CFrame.new(-40.6606789, 3.81858134, 176.338699, -3.05612884e-005, -3.05603571e-005, 1, -1, 3.05185131e-005, -3.05603571e-005, -3.05175781e-005, -1, -3.05612884e-005) | |
2731 | w70.Part1 = p72 | |
2732 | w70.C1 = CFrame.new(39.6562119, -3.04743052, 176.775452, -3.05612884e-005, 6.10798015e-005, -1, 1, -3.05147805e-005, -3.05631511e-005, -3.05166468e-005, -1, -6.10788702e-005) | |
2733 | w71 = Instance.new("Weld", p72) | |
2734 | w71.Name = "apart_Weld" | |
2735 | w71.Part0 = p72 | |
2736 | w71.C0 = CFrame.new(39.6562119, -3.04743052, 176.775452, -3.05612884e-005, 6.10798015e-005, -1, 1, -3.05147805e-005, -3.05631511e-005, -3.05166468e-005, -1, -6.10788702e-005) | |
2737 | w71.Part1 = p73 | |
2738 | w71.C1 = CFrame.new(39.2682533, -42.5783615, -171.326065, 0.000228409437, -0.000213359424, -1, -0.965923131, 0.258829027, -0.000275849598, 0.258829057, 0.965923131, -0.000146969804) | |
2739 | w72 = Instance.new("Weld", p73) | |
2740 | w72.Name = "apart_Weld" | |
2741 | w72.Part0 = p73 | |
2742 | w72.C0 = CFrame.new(39.2682533, -42.5783615, -171.326065, 0.000228409437, -0.000213359424, -1, -0.965923131, 0.258829027, -0.000275849598, 0.258829057, 0.965923131, -0.000146969804) | |
2743 | w72.Part1 = p74 | |
2744 | w72.C1 = CFrame.new(39.3195076, -42.5783463, -171.326065, 0.000228409437, -0.000213359424, -1, -0.965923131, 0.258829027, -0.000275849598, 0.258829057, 0.965923131, -0.000146969804) | |
2745 | w73 = Instance.new("Weld", p74) | |
2746 | w73.Name = "apart_Weld" | |
2747 | w73.Part0 = p74 | |
2748 | w73.C0 = CFrame.new(39.3195076, -42.5783463, -171.326065, 0.000228409437, -0.000213359424, -1, -0.965923131, 0.258829027, -0.000275849598, 0.258829057, 0.965923131, -0.000146969804) | |
2749 | w73.Part1 = p75 | |
2750 | w73.C1 = CFrame.new(-39.3282967, 3.81854057, 176.338669, -3.05612884e-005, -3.05603571e-005, 1, -1, 3.05185131e-005, -3.05603571e-005, -3.05175781e-005, -1, -3.05612884e-005) | |
2751 | w74 = Instance.new("Weld", p75) | |
2752 | w74.Name = "apart_Weld" | |
2753 | w74.Part0 = p75 | |
2754 | w74.C0 = CFrame.new(-39.3282967, 3.81854057, 176.338669, -3.05612884e-005, -3.05603571e-005, 1, -1, 3.05185131e-005, -3.05603571e-005, -3.05175781e-005, -1, -3.05612884e-005) | |
2755 | w74.Part1 = p76 | |
2756 | w74.C1 = CFrame.new(4.69561625, 39.9903564, 176.339478, -1, 1.85528792e-009, -4.30663385e-005, 4.30663385e-005, 5.3449472e-005, -1, 4.46585241e-010, -1, -5.3449472e-005) | |
2757 | w75 = Instance.new("Weld", p76) | |
2758 | w75.Name = "apart_Weld" | |
2759 | w75.Part0 = p76 | |
2760 | w75.C0 = CFrame.new(4.69561625, 39.9903564, 176.339478, -1, 1.85528792e-009, -4.30663385e-005, 4.30663385e-005, 5.3449472e-005, -1, 4.46585241e-010, -1, -5.3449472e-005) | |
2761 | w75.Part1 = p77 | |
2762 | w75.C1 = CFrame.new(40.0708847, 2.74094224, -176.780197, -0.000274701917, 0.000183053373, -0.99999994, -0.99999994, -3.05222311e-005, 0.000274696329, -3.0471947e-005, 1, 0.000183061755) | |
2763 | w76 = Instance.new("Weld", p77) | |
2764 | w76.Name = "apart_Weld" | |
2765 | w76.Part0 = p77 | |
2766 | w76.C0 = CFrame.new(40.0708847, 2.74094224, -176.780197, -0.000274701917, 0.000183053373, -0.99999994, -0.99999994, -3.05222311e-005, 0.000274696329, -3.0471947e-005, 1, 0.000183061755) | |
2767 | w76.Part1 = p78 | |
2768 | w76.C1 = CFrame.new(39.8659096, 2.74099851, -176.780167, -0.000274701917, 0.000183053373, -0.99999994, -0.99999994, -3.05222311e-005, 0.000274696329, -3.0471947e-005, 1, 0.000183061755) | |
2769 | w77 = Instance.new("Weld", p79) | |
2770 | w77.Name = "apart_Weld" | |
2771 | w77.Part0 = p79 | |
2772 | w77.C0 = CFrame.new(-3.82272005, -175.414932, -41.5373688, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
2773 | w77.Part1 = p80 | |
2774 | w77.C1 = CFrame.new(-3.82272005, -175.594284, -41.9729462, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
2775 | w78 = Instance.new("Weld", p80) | |
2776 | w78.Name = "apart_Weld" | |
2777 | w78.Part0 = p80 | |
2778 | w78.C0 = CFrame.new(-3.82272005, -175.594284, -41.9729462, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
2779 | w78.Part1 = p81 | |
2780 | w78.C1 = CFrame.new(-3.40590239, -124.572937, 131.068604, 1, -4.16866387e-005, 1.1171388e-005, 1.11727377e-005, 0.500085652, 0.865975916, -4.16862786e-005, -0.865975916, 0.500085652) | |
2781 | w79 = Instance.new("Weld", p81) | |
2782 | w79.Name = "apart_Weld" | |
2783 | w79.Part0 = p81 | |
2784 | w79.C0 = CFrame.new(-3.40590239, -124.572937, 131.068604, 1, -4.16866387e-005, 1.1171388e-005, 1.11727377e-005, 0.500085652, 0.865975916, -4.16862786e-005, -0.865975916, 0.500085652) | |
2785 | w79.Part1 = p82 | |
2786 | w79.C1 = CFrame.new(-3.81866574, -174.260757, -41.4144592, 1, -3.05171125e-005, 3.05180438e-005, 3.05180438e-005, 1, -3.05171125e-005, -3.05171125e-005, 3.05180438e-005, 1) | |
2787 | w80 = Instance.new("Weld", p82) | |
2788 | w80.Name = "apart_Weld" | |
2789 | w80.Part0 = p82 | |
2790 | w80.C0 = CFrame.new(-3.81866574, -174.260757, -41.4144592, 1, -3.05171125e-005, 3.05180438e-005, 3.05180438e-005, 1, -3.05171125e-005, -3.05171125e-005, 3.05180438e-005, 1) | |
2791 | w80.Part1 = p83 | |
2792 | w80.C1 = CFrame.new(-3.82272005, -174.261902, -41.9217072, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
2793 | w81 = Instance.new("Weld", p83) | |
2794 | w81.Name = "apart_Weld" | |
2795 | w81.Part0 = p83 | |
2796 | w81.C0 = CFrame.new(-3.82272005, -174.261902, -41.9217072, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
2797 | w81.Part1 = p84 | |
2798 | w81.C1 = CFrame.new(-3.82272005, -173.877563, -41.5373688, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
2799 | w82 = Instance.new("Weld", p84) | |
2800 | w82.Name = "apart_Weld" | |
2801 | w82.Part0 = p84 | |
2802 | w82.C0 = CFrame.new(-3.82272005, -173.877563, -41.5373688, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
2803 | w82.Part1 = p85 | |
2804 | w82.C1 = CFrame.new(-4.22583055, -124.572945, 131.068649, 1, -4.16866387e-005, 1.1171388e-005, 1.11727377e-005, 0.500085652, 0.865975916, -4.16862786e-005, -0.865975916, 0.500085652) | |
2805 | w83 = Instance.new("Weld", p85) | |
2806 | w83.Name = "apart_Weld" | |
2807 | w83.Part0 = p85 | |
2808 | w83.C0 = CFrame.new(-4.22583055, -124.572945, 131.068649, 1, -4.16866387e-005, 1.1171388e-005, 1.11727377e-005, 0.500085652, 0.865975916, -4.16862786e-005, -0.865975916, 0.500085652) | |
2809 | w83.Part1 = p86 | |
2810 | w83.C1 = CFrame.new(-3.82272005, -174.64624, -41.9217072, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
2811 | w84 = Instance.new("Weld", p86) | |
2812 | w84.Name = "apart_Weld" | |
2813 | w84.Part0 = p86 | |
2814 | w84.C0 = CFrame.new(-3.82272005, -174.64624, -41.9217072, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
2815 | w84.Part1 = p87 | |
2816 | w84.C1 = CFrame.new(-3.82272005, -173.877563, -41.5629883, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
2817 | w85 = Instance.new("Weld", p87) | |
2818 | w85.Name = "apart_Weld" | |
2819 | w85.Part0 = p87 | |
2820 | w85.C0 = CFrame.new(-3.82272005, -173.877563, -41.5629883, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
2821 | w85.Part1 = p88 | |
2822 | w85.C1 = CFrame.new(-3.82272005, -175.594284, -41.9729462, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
2823 | w86 = Instance.new("Weld", p88) | |
2824 | w86.Name = "apart_Weld" | |
2825 | w86.Part0 = p88 | |
2826 | w86.C0 = CFrame.new(-3.82272005, -175.594284, -41.9729462, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
2827 | w86.Part1 = p89 | |
2828 | w86.C1 = CFrame.new(-3.82272005, -173.877563, -41.5629883, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
2829 | w87 = Instance.new("Weld", p89) | |
2830 | w87.Name = "apart_Weld" | |
2831 | w87.Part0 = p89 | |
2832 | w87.C0 = CFrame.new(-3.82272005, -173.877563, -41.5629883, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
2833 | w87.Part1 = p90 | |
2834 | w87.C1 = CFrame.new(-3.82272005, -174.64624, -41.5373688, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
2835 | w88 = Instance.new("Weld", p90) | |
2836 | w88.Name = "Right Arm_Weld" | |
2837 | w88.Part0 = p90 | |
2838 | w88.C0 = CFrame.new(-3.82272005, -174.64624, -41.5373688, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
2839 | w88.Part1 = p91 | |
2840 | w88.C1 = CFrame.new(-41.5, -174.519974, 3.82000184, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008) | |
2841 | w89 = Instance.new("Weld", p92) | |
2842 | w89.Name = "Left Leg_Weld" | |
2843 | w89.Part0 = p92 | |
2844 | w89.C0 = CFrame.new(-3.82272005, -172.59642, -39.4875336, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
2845 | w89.Part1 = p93 | |
2846 | w89.C1 = CFrame.new(-39.5, -172.519974, 3.8200016, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008) | |
2847 | w90 = Instance.new("Weld", p93) | |
2848 | w90.Name = "apart_Weld" | |
2849 | w90.Part0 = p93 | |
2850 | w90.C0 = CFrame.new(-39.5, -172.519974, 3.8200016, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008) | |
2851 | w90.Part1 = p94 | |
2852 | w90.C1 = CFrame.new(-3.82272005, -172.647675, -39.4875336, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
2853 | w91 = Instance.new("Weld", p94) | |
2854 | w91.Name = "apart_Weld" | |
2855 | w91.Part0 = p94 | |
2856 | w91.C0 = CFrame.new(-3.82272005, -172.647675, -39.4875336, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
2857 | w91.Part1 = p95 | |
2858 | w91.C1 = CFrame.new(-3.8483429, -171.802124, -39.4875336, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
2859 | w92 = Instance.new("Weld", p95) | |
2860 | w92.Name = "apart_Weld" | |
2861 | w92.Part0 = p95 | |
2862 | w92.C0 = CFrame.new(-3.8483429, -171.802124, -39.4875336, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
2863 | w92.Part1 = p96 | |
2864 | w92.C1 = CFrame.new(-3.82272005, -172.647675, -39.4875336, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
2865 | w93 = Instance.new("Weld", p96) | |
2866 | w93.Name = "apart_Weld" | |
2867 | w93.Part0 = p96 | |
2868 | w93.C0 = CFrame.new(-3.82272005, -172.647675, -39.4875336, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
2869 | w93.Part1 = p97 | |
2870 | w93.C1 = CFrame.new(-3.8483429, -171.802124, -39.4875336, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
2871 | w94 = Instance.new("Weld", p97) | |
2872 | w94.Name = "apart_Weld" | |
2873 | w94.Part0 = p97 | |
2874 | w94.C0 = CFrame.new(-3.8483429, -171.802124, -39.4875336, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
2875 | w94.Part1 = p98 | |
2876 | w94.C1 = CFrame.new(-39.4362946, -172.288956, 3.5664947, -4.37113883e-008, 9.29513355e-010, 1, 0, 1, -9.29513355e-010, -1, -4.06303176e-017, -4.37113883e-008) | |
2877 | w95 = Instance.new("Weld", p98) | |
2878 | w95.Name = "apart_Weld" | |
2879 | w95.Part0 = p98 | |
2880 | w95.C0 = CFrame.new(-39.4362946, -172.288956, 3.5664947, -4.37113883e-008, 9.29513355e-010, 1, 0, 1, -9.29513355e-010, -1, -4.06303176e-017, -4.37113883e-008) | |
2881 | w95.Part1 = p99 | |
2882 | w95.C1 = CFrame.new(39.4949493, -171.800415, -3.84834123, -4.37113883e-008, -4.3159529e-005, -1, 0, 1, -4.3159529e-005, 1, -1.88656295e-012, -4.37113883e-008) | |
2883 | w96 = Instance.new("Weld", p99) | |
2884 | w96.Name = "apart_Weld" | |
2885 | w96.Part0 = p99 | |
2886 | w96.C0 = CFrame.new(39.4949493, -171.800415, -3.84834123, -4.37113883e-008, -4.3159529e-005, -1, 0, 1, -4.3159529e-005, 1, -1.88656295e-012, -4.37113883e-008) | |
2887 | w96.Part1 = p100 | |
2888 | w96.C1 = CFrame.new(-3.82272005, -172.647675, -39.4875336, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
2889 | w97 = Instance.new("Weld", p100) | |
2890 | w97.Name = "apart_Weld" | |
2891 | w97.Part0 = p100 | |
2892 | w97.C0 = CFrame.new(-3.82272005, -172.647675, -39.4875336, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
2893 | w97.Part1 = p101 | |
2894 | w97.C1 = CFrame.new(-3.82272005, -171.622757, -39.4875336, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
2895 | w98 = Instance.new("Weld", p101) | |
2896 | w98.Name = "apart_Weld" | |
2897 | w98.Part0 = p101 | |
2898 | w98.C0 = CFrame.new(-3.82272005, -171.622757, -39.4875336, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
2899 | w98.Part1 = p102 | |
2900 | w98.C1 = CFrame.new(-3.82272005, -171.878983, -39.4875336, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
2901 | w99 = Instance.new("Weld", p103) | |
2902 | w99.Name = "apart_Weld" | |
2903 | w99.Part0 = p103 | |
2904 | w99.C0 = CFrame.new(-40.5, -172.519974, 3.8200016, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008) | |
2905 | w99.Part1 = p104 | |
2906 | w99.C1 = CFrame.new(-3.82272005, -172.59642, -40.5124359, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
2907 | w100 = Instance.new("Weld", p104) | |
2908 | w100.Name = "apart_Weld" | |
2909 | w100.Part0 = p104 | |
2910 | w100.C0 = CFrame.new(-3.82272005, -172.59642, -40.5124359, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
2911 | w100.Part1 = p105 | |
2912 | w100.C1 = CFrame.new(-3.82272005, -172.647675, -40.5124359, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
2913 | w101 = Instance.new("Weld", p105) | |
2914 | w101.Name = "apart_Weld" | |
2915 | w101.Part0 = p105 | |
2916 | w101.C0 = CFrame.new(-3.82272005, -172.647675, -40.5124359, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
2917 | w101.Part1 = p106 | |
2918 | w101.C1 = CFrame.new(-3.82272005, -172.647675, -40.5124359, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
2919 | w102 = Instance.new("Weld", p106) | |
2920 | w102.Name = "apart_Weld" | |
2921 | w102.Part0 = p106 | |
2922 | w102.C0 = CFrame.new(-3.82272005, -172.647675, -40.5124359, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
2923 | w102.Part1 = p107 | |
2924 | w102.C1 = CFrame.new(-40.5636902, -172.288956, 3.5664947, -4.37113883e-008, 9.29513355e-010, 1, 0, 1, -9.29513355e-010, -1, -4.06303176e-017, -4.37113883e-008) | |
2925 | w103 = Instance.new("Weld", p107) | |
2926 | w103.Name = "apart_Weld" | |
2927 | w103.Part0 = p107 | |
2928 | w103.C0 = CFrame.new(-40.5636902, -172.288956, 3.5664947, -4.37113883e-008, 9.29513355e-010, 1, 0, 1, -9.29513355e-010, -1, -4.06303176e-017, -4.37113883e-008) | |
2929 | w103.Part1 = p108 | |
2930 | w103.C1 = CFrame.new(40.5198517, -171.800369, -3.84834123, -4.37113883e-008, -4.3159529e-005, -1, 0, 1, -4.3159529e-005, 1, -1.88656295e-012, -4.37113883e-008) | |
2931 | w104 = Instance.new("Weld", p108) | |
2932 | w104.Name = "apart_Weld" | |
2933 | w104.Part0 = p108 | |
2934 | w104.C0 = CFrame.new(40.5198517, -171.800369, -3.84834123, -4.37113883e-008, -4.3159529e-005, -1, 0, 1, -4.3159529e-005, 1, -1.88656295e-012, -4.37113883e-008) | |
2935 | w104.Part1 = p109 | |
2936 | w104.C1 = CFrame.new(-3.82272005, -171.878983, -40.5124359, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
2937 | w105 = Instance.new("Weld", p109) | |
2938 | w105.Name = "apart_Weld" | |
2939 | w105.Part0 = p109 | |
2940 | w105.C0 = CFrame.new(-3.82272005, -171.878983, -40.5124359, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
2941 | w105.Part1 = p110 | |
2942 | w105.C1 = CFrame.new(-3.82272005, -171.622757, -40.5124359, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
2943 | w106 = Instance.new("Weld", p110) | |
2944 | w106.Name = "apart_Weld" | |
2945 | w106.Part0 = p110 | |
2946 | w106.C0 = CFrame.new(-3.82272005, -171.622757, -40.5124359, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
2947 | w106.Part1 = p111 | |
2948 | w106.C1 = CFrame.new(-3.8483429, -171.802124, -40.5124359, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
2949 | w107 = Instance.new("Weld", p111) | |
2950 | w107.Name = "apart_Weld" | |
2951 | w107.Part0 = p111 | |
2952 | w107.C0 = CFrame.new(-3.8483429, -171.802124, -40.5124359, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
2953 | w107.Part1 = p112 | |
2954 | w107.C1 = CFrame.new(-3.8483429, -171.802124, -40.5124359, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
2955 | w108 = Instance.new("Weld", p112) | |
2956 | w108.Name = "apart_Weld" | |
2957 | w108.Part0 = p112 | |
2958 | w108.C0 = CFrame.new(-3.8483429, -171.802124, -40.5124359, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
2959 | w108.Part1 = p113 | |
2960 | w108.C1 = CFrame.new(-3.82272005, -172.647675, -40.5124359, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
2961 | w109 = Instance.new("Weld", p114) | |
2962 | w109.Name = "apart_Weld" | |
2963 | w109.Part0 = p114 | |
2964 | w109.C0 = CFrame.new(-3.82272005, -175.594284, -38.0270386, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
2965 | w109.Part1 = p115 | |
2966 | w109.C1 = CFrame.new(-3.82272005, -175.414932, -38.462616, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
2967 | w110 = Instance.new("Weld", p115) | |
2968 | w110.Name = "Left Arm_Weld" | |
2969 | w110.Part0 = p115 | |
2970 | w110.C0 = CFrame.new(-3.82272005, -175.414932, -38.462616, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
2971 | w110.Part1 = p116 | |
2972 | w110.C1 = CFrame.new(-38.5, -174.519974, 3.8200016, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008) | |
2973 | w111 = Instance.new("Weld", p116) | |
2974 | w111.Name = "apart_Weld" | |
2975 | w111.Part0 = p116 | |
2976 | w111.C0 = CFrame.new(-38.5, -174.519974, 3.8200016, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008) | |
2977 | w111.Part1 = p117 | |
2978 | w111.C1 = CFrame.new(4.23229599, -55.2924156, 171.076126, -1, 1.11466697e-005, -4.16424627e-005, 4.16358271e-005, 0.500072539, -0.865983546, 1.11714171e-005, -0.865983546, -0.500072539) | |
2979 | w112 = Instance.new("Weld", p117) | |
2980 | w112.Name = "apart_Weld" | |
2981 | w112.Part0 = p117 | |
2982 | w112.C0 = CFrame.new(4.23229599, -55.2924156, 171.076126, -1, 1.11466697e-005, -4.16424627e-005, 4.16358271e-005, 0.500072539, -0.865983546, 1.11714171e-005, -0.865983546, -0.500072539) | |
2983 | w112.Part1 = p118 | |
2984 | w112.C1 = CFrame.new(-3.82272005, -174.261902, -38.0782776, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
2985 | w113 = Instance.new("Weld", p118) | |
2986 | w113.Name = "apart_Weld" | |
2987 | w113.Part0 = p118 | |
2988 | w113.C0 = CFrame.new(-3.82272005, -174.261902, -38.0782776, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
2989 | w113.Part1 = p119 | |
2990 | w113.C1 = CFrame.new(3.81856751, -174.647522, 38.0728455, -1, 3.04310852e-005, -3.05171179e-005, 3.04301557e-005, 1, 3.04310852e-005, 3.05180438e-005, 3.04301557e-005, -1) | |
2991 | w114 = Instance.new("Weld", p119) | |
2992 | w114.Name = "apart_Weld" | |
2993 | w114.Part0 = p119 | |
2994 | w114.C0 = CFrame.new(3.81856751, -174.647522, 38.0728455, -1, 3.04310852e-005, -3.05171179e-005, 3.04301557e-005, 1, 3.04310852e-005, 3.05180438e-005, 3.04301557e-005, -1) | |
2995 | w114.Part1 = p120 | |
2996 | w114.C1 = CFrame.new(-3.82272005, -175.594284, -38.0270386, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
2997 | w115 = Instance.new("Weld", p120) | |
2998 | w115.Name = "apart_Weld" | |
2999 | w115.Part0 = p120 | |
3000 | w115.C0 = CFrame.new(-3.82272005, -175.594284, -38.0270386, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
3001 | w115.Part1 = p121 | |
3002 | w115.C1 = CFrame.new(3.41236687, -55.2923851, 171.076141, -1, 1.11466697e-005, -4.16424627e-005, 4.16358271e-005, 0.500072539, -0.865983546, 1.11714171e-005, -0.865983546, -0.500072539) | |
3003 | w116 = Instance.new("Weld", p121) | |
3004 | w116.Name = "apart_Weld" | |
3005 | w116.Part0 = p121 | |
3006 | w116.C0 = CFrame.new(3.41236687, -55.2923851, 171.076141, -1, 1.11466697e-005, -4.16424627e-005, 4.16358271e-005, 0.500072539, -0.865983546, 1.11714171e-005, -0.865983546, -0.500072539) | |
3007 | w116.Part1 = p122 | |
3008 | w116.C1 = CFrame.new(3.81859493, -174.263199, 38.5853233, -1, 3.04310852e-005, -3.05171179e-005, 3.04301557e-005, 1, 3.04310852e-005, 3.05180438e-005, 3.04301557e-005, -1) | |
3009 | w117 = Instance.new("Weld", p122) | |
3010 | w117.Name = "apart_Weld" | |
3011 | w117.Part0 = p122 | |
3012 | w117.C0 = CFrame.new(3.81859493, -174.263199, 38.5853233, -1, 3.04310852e-005, -3.05171179e-005, 3.04301557e-005, 1, 3.04310852e-005, 3.05180438e-005, 3.04301557e-005, -1) | |
3013 | w117.Part1 = p123 | |
3014 | w117.C1 = CFrame.new(-3.82272005, -173.877563, -38.462616, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
3015 | w118 = Instance.new("Weld", p123) | |
3016 | w118.Name = "apart_Weld" | |
3017 | w118.Part0 = p123 | |
3018 | w118.C0 = CFrame.new(-3.82272005, -173.877563, -38.462616, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
3019 | w118.Part1 = p124 | |
3020 | w118.C1 = CFrame.new(-3.82272005, -173.877563, -38.4369965, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
3021 | w119 = Instance.new("Weld", p124) | |
3022 | w119.Name = "apart_Weld" | |
3023 | w119.Part0 = p124 | |
3024 | w119.C0 = CFrame.new(-3.82272005, -173.877563, -38.4369965, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
3025 | w119.Part1 = p125 | |
3026 | w119.C1 = CFrame.new(-3.82272005, -173.877563, -38.4369965, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
3027 | w120 = Instance.new("Weld", p125) | |
3028 | w120.Name = "apart_Weld" | |
3029 | w120.Part0 = p125 | |
3030 | w120.C0 = CFrame.new(-3.82272005, -173.877563, -38.4369965, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
3031 | w120.Part1 = p126 | |
3032 | w120.C1 = CFrame.new(-3.82272005, -174.64624, -38.462616, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
3033 | m.Parent = game:service("Workspace") | |
3034 | m:MakeJoints() | |
3035 | ||
3036 | RightArm.Transparency=1 | |
3037 | LeftArm.Transparency=1 | |
3038 | LeftLeg.Transparency=1 | |
3039 | RightLeg.Transparency=1 | |
3040 | ------------------------------------- | |
3041 | local Character = game.Players.LocalPlayer.Character --game.Workspace.fefio92142 | |
3042 | ------------------------------------- | |
3043 | Lighting = game.Lighting | |
3044 | skybox = Instance.new("Sky", Lighting) | |
3045 | ||
3046 | skybox.SkyboxBk = "rbxassetid://3433010" | |
3047 | skybox.SkyboxDn = "rbxassetid://3433010" | |
3048 | skybox.SkyboxFt = "rbxassetid://3433010" | |
3049 | skybox.SkyboxLf = "rbxassetid://3433010" | |
3050 | skybox.SkyboxRt = "rbxassetid://3433010" | |
3051 | skybox.SkyboxUp = "rbxassetid://3433010" | |
3052 | --SKYBOX | |
3053 | ------------------------------------------------------------------------------------- | |
3054 | z = Instance.new("Sound", torso) | |
3055 | z.SoundId = "rbxassetid://824112607" -- Put Music ID Here. | |
3056 | z.Looped = true | |
3057 | z.Volume = 10 | |
3058 | wait(.1) | |
3059 | z:Play() | |
3060 | ------------------------------------------------------------------------------------- | |
3061 | local Color = 255,255,255 | |
3062 | ||
3063 | local Num = 0.5 | |
3064 | ||
3065 | local Num2 = 4 -------------Mods:1,4,8,10,15,20------------------------------------- | |
3066 | local Size = 0.8 | |
3067 | local Rate = 300 | |
3068 | ------------------------------------------------------------------------------------- | |
3069 | local Player = game:service'Players'.LocalPlayer | |
3070 | local Character = Player.Character | |
3071 | Torso = Character:WaitForChild'Torso' | |
3072 | ||
3073 | local Wing1 = Instance.new("Part",Character) | |
3074 | Wing1.FormFactor = Enum.FormFactor.Custom | |
3075 | Wing1.Size = Vector3.new(.2, .2, .2) | |
3076 | Wing1.Name = "WIng_1" | |
3077 | ||
3078 | local fire = Instance.new("ParticleEmitter", Wing1) | |
3079 | fire.VelocitySpread = 0 | |
3080 | fire.Lifetime = NumberRange.new(2) | |
3081 | fire.Acceleration = Vector3.new(0, 2, 2) | |
3082 | fire.RotSpeed = NumberRange.new(10) | |
3083 | fire.Rate = Rate | |
3084 | fire.Rotation = NumberRange.new(151515) | |
3085 | fire.Name = "Fire" | |
3086 | fire.LightEmission = 0.78 | |
3087 | fire.LockedToPart = true | |
3088 | fire.Texture = "rbxasset://textures/particles/explosion01_implosion_main.dds" | |
3089 | fire.Color = ColorSequence.new(Color3.new(Color), Color3.new(Color)) | |
3090 | fire.Size = NumberSequence.new({NumberSequenceKeypoint.new(0, Size), NumberSequenceKeypoint.new(1, Size)}) | |
3091 | ||
3092 | local Wing2 = Wing1:Clone() | |
3093 | Wing2.Parent = Torso | |
3094 | local x,y,z = 0,-1,-6 | |
3095 | ||
3096 | Wld = function(a,b,cf) | |
3097 | local Weld = Instance.new('Weld',a) | |
3098 | Weld.Part0 = a | |
3099 | Weld.Part1 = b | |
3100 | Weld.C1 = cf | |
3101 | return Weld | |
3102 | end | |
3103 | ||
3104 | local wld = Wld(Torso,Wing1,CFrame.new(0,0,-.5)*CFrame.Angles(-math.rad(90),-math.rad(20),-math.rad(90))) | |
3105 | local wld2 = Wld(Torso,Wing2,CFrame.new(0,0,.5)*CFrame.Angles(-math.rad(90),-math.rad(20),-math.rad(90))) | |
3106 | ||
3107 | ||
3108 | game:service'RunService'.Stepped:connect(function() | |
3109 | --z = 6+math.sin(tick()*2) | |
3110 | y = -1+math.sin(tick()*Num)*Num2 | |
3111 | Wing1.Fire.Acceleration = Vector3.new(x,y,z) | |
3112 | Wing2.Fire.Acceleration = Vector3.new(x,y,-z) | |
3113 | end) | |
3114 | ------------------------------------------------------------------------------------------------ | |
3115 | local Player = game:service'Players'.LocalPlayer | |
3116 | local Character = Player.Character | |
3117 | Torso = Character:WaitForChild'Torso' | |
3118 | ||
3119 | local Wing1 = Instance.new("Part",Character) | |
3120 | Wing1.FormFactor = Enum.FormFactor.Custom | |
3121 | Wing1.Size = Vector3.new(.2, .2, .2) | |
3122 | Wing1.Name = "WIng_1" | |
3123 | ||
3124 | local fire = Instance.new("ParticleEmitter", Wing1) | |
3125 | fire.VelocitySpread = 0 | |
3126 | fire.Lifetime = NumberRange.new(2.5) | |
3127 | fire.Acceleration = Vector3.new(0, 4, 4) | |
3128 | fire.RotSpeed = NumberRange.new(10) | |
3129 | fire.Rate = Rate | |
3130 | fire.Rotation = NumberRange.new(151515) | |
3131 | fire.Name = "Fire" | |
3132 | fire.LightEmission = 0.78 | |
3133 | fire.LockedToPart = true | |
3134 | fire.Texture = "rbxasset://textures/particles/explosion01_implosion_main.dds" | |
3135 | fire.Color = ColorSequence.new(Color3.new(Color), Color3.new(Color)) | |
3136 | fire.Size = NumberSequence.new({NumberSequenceKeypoint.new(0, Size), NumberSequenceKeypoint.new(1, Size)}) | |
3137 | ||
3138 | local Wing2 = Wing1:Clone() | |
3139 | Wing2.Parent = Torso | |
3140 | local x,y,z = 0,-1,-6 | |
3141 | ||
3142 | Wld = function(a,b,cf) | |
3143 | local Weld = Instance.new('Weld',a) | |
3144 | Weld.Part0 = a | |
3145 | Weld.Part1 = b | |
3146 | Weld.C1 = cf | |
3147 | return Weld | |
3148 | end | |
3149 | ||
3150 | local wld = Wld(Torso,Wing1,CFrame.new(0,0,-.5)*CFrame.Angles(-math.rad(90),-math.rad(30),-math.rad(90))) | |
3151 | local wld2 = Wld(Torso,Wing2,CFrame.new(0,0,.5)*CFrame.Angles(-math.rad(90),-math.rad(30),-math.rad(90))) | |
3152 | ||
3153 | print'Loaded' | |
3154 | ||
3155 | game:service'RunService'.Stepped:connect(function() | |
3156 | --z = 6+math.sin(tick()*2) | |
3157 | y = -1+math.sin(tick()*Num)*Num2 | |
3158 | Wing1.Fire.Acceleration = Vector3.new(x,y,z) | |
3159 | Wing2.Fire.Acceleration = Vector3.new(x,y,-z) | |
3160 | end) | |
3161 | ||
3162 | ------------------------------------------------------------------------------------------------ | |
3163 | local Player = game:service'Players'.LocalPlayer | |
3164 | local Character = Player.Character | |
3165 | Torso = Character:WaitForChild'Torso' | |
3166 | ||
3167 | local Wing1 = Instance.new("Part",Character) | |
3168 | Wing1.FormFactor = Enum.FormFactor.Custom | |
3169 | Wing1.Size = Vector3.new(.2, .2, .2) | |
3170 | Wing1.Name = "WIng_1" | |
3171 | ||
3172 | local fire = Instance.new("ParticleEmitter", Wing1) | |
3173 | fire.VelocitySpread = 0 | |
3174 | fire.Lifetime = NumberRange.new(2.8) | |
3175 | fire.Acceleration = Vector3.new(0, 4, 4) | |
3176 | fire.RotSpeed = NumberRange.new(10) | |
3177 | fire.Rate = Rate | |
3178 | fire.Rotation = NumberRange.new(151515) | |
3179 | fire.Name = "Fire" | |
3180 | fire.LightEmission = 0.78 | |
3181 | fire.LockedToPart = true | |
3182 | fire.Texture = "rbxasset://textures/particles/explosion01_implosion_main.dds" | |
3183 | fire.Color = ColorSequence.new(Color3.new(Color), Color3.new(Color)) | |
3184 | fire.Size = NumberSequence.new({NumberSequenceKeypoint.new(0, Size), NumberSequenceKeypoint.new(1, Size)}) | |
3185 | ||
3186 | local Wing2 = Wing1:Clone() | |
3187 | Wing2.Parent = Torso | |
3188 | local x,y,z = 0,-1,-6 | |
3189 | ||
3190 | Wld = function(a,b,cf) | |
3191 | local Weld = Instance.new('Weld',a) | |
3192 | Weld.Part0 = a | |
3193 | Weld.Part1 = b | |
3194 | Weld.C1 = cf | |
3195 | return Weld | |
3196 | end | |
3197 | ||
3198 | local wld = Wld(Torso,Wing1,CFrame.new(0,0,-.5)*CFrame.Angles(-math.rad(90),-math.rad(40),-math.rad(90))) | |
3199 | local wld2 = Wld(Torso,Wing2,CFrame.new(0,0,.5)*CFrame.Angles(-math.rad(90),-math.rad(40),-math.rad(90))) | |
3200 | ||
3201 | print'Loaded' | |
3202 | ||
3203 | game:service'RunService'.Stepped:connect(function() | |
3204 | --z = 6+math.sin(tick()*2) | |
3205 | y = -1+math.sin(tick()*Num)*Num2 | |
3206 | Wing1.Fire.Acceleration = Vector3.new(x,y,z) | |
3207 | Wing2.Fire.Acceleration = Vector3.new(x,y,-z) | |
3208 | end) | |
3209 | ||
3210 | ------------------------------------------------------------------------------------------------ | |
3211 | local Player = game:service'Players'.LocalPlayer | |
3212 | local Character = Player.Character | |
3213 | Torso = Character:WaitForChild'Torso' | |
3214 | ||
3215 | local Wing1 = Instance.new("Part",Character) | |
3216 | Wing1.FormFactor = Enum.FormFactor.Custom | |
3217 | Wing1.Size = Vector3.new(.2, .2, .2) | |
3218 | Wing1.Name = "WIng_1" | |
3219 | ||
3220 | local fire = Instance.new("ParticleEmitter", Wing1) | |
3221 | fire.VelocitySpread = 0 | |
3222 | fire.Lifetime = NumberRange.new(3) | |
3223 | fire.Acceleration = Vector3.new(0, 4, 4) | |
3224 | fire.RotSpeed = NumberRange.new(10) | |
3225 | fire.Rate = Rate | |
3226 | fire.Rotation = NumberRange.new(151515) | |
3227 | fire.Name = "Fire" | |
3228 | fire.LightEmission = 0.78 | |
3229 | fire.LockedToPart = true | |
3230 | fire.Texture = "rbxasset://textures/particles/explosion01_implosion_main.dds" | |
3231 | fire.Color = ColorSequence.new(Color3.new(Color), Color3.new(Color)) | |
3232 | fire.Size = NumberSequence.new({NumberSequenceKeypoint.new(0, Size), NumberSequenceKeypoint.new(1, Size)}) | |
3233 | ||
3234 | local Wing2 = Wing1:Clone() | |
3235 | Wing2.Parent = Torso | |
3236 | local x,y,z = 0,-1,-6 | |
3237 | ||
3238 | Wld = function(a,b,cf) | |
3239 | local Weld = Instance.new('Weld',a) | |
3240 | Weld.Part0 = a | |
3241 | Weld.Part1 = b | |
3242 | Weld.C1 = cf | |
3243 | return Weld | |
3244 | end | |
3245 | ||
3246 | local wld = Wld(Torso,Wing1,CFrame.new(0,0,-.5)*CFrame.Angles(-math.rad(90),-math.rad(50),-math.rad(90))) | |
3247 | local wld2 = Wld(Torso,Wing2,CFrame.new(0,0,.5)*CFrame.Angles(-math.rad(90),-math.rad(50),-math.rad(90))) | |
3248 | ||
3249 | print'Loaded' | |
3250 | ||
3251 | game:service'RunService'.Stepped:connect(function() | |
3252 | --z = 6+math.sin(tick()*2) | |
3253 | y = -1+math.sin(tick()*Num)*Num2 | |
3254 | Wing1.Fire.Acceleration = Vector3.new(x,y,z) | |
3255 | Wing2.Fire.Acceleration = Vector3.new(x,y,-z) | |
3256 | end) | |
3257 | ||
3258 | ------------------------------------------------------------------------------------------------ | |
3259 | local Player = game:service'Players'.LocalPlayer | |
3260 | local Character = Player.Character | |
3261 | Torso = Character:WaitForChild'Torso' | |
3262 | ||
3263 | local Wing1 = Instance.new("Part",Character) | |
3264 | Wing1.FormFactor = Enum.FormFactor.Custom | |
3265 | Wing1.Size = Vector3.new(.2, .2, .2) | |
3266 | Wing1.Name = "WIng_1" | |
3267 | ||
3268 | local fire = Instance.new("ParticleEmitter", Wing1) | |
3269 | fire.VelocitySpread = 0 | |
3270 | fire.Lifetime = NumberRange.new(3.1) | |
3271 | fire.Acceleration = Vector3.new(0, 4, 4) | |
3272 | fire.RotSpeed = NumberRange.new(10) | |
3273 | fire.Rate = Rate | |
3274 | fire.Rotation = NumberRange.new(151515) | |
3275 | fire.Name = "Fire" | |
3276 | fire.LightEmission = 0.78 | |
3277 | fire.LockedToPart = true | |
3278 | fire.Texture = "rbxasset://textures/particles/explosion01_implosion_main.dds" | |
3279 | fire.Color = ColorSequence.new(Color3.new(Color), Color3.new(Color)) | |
3280 | fire.Size = NumberSequence.new({NumberSequenceKeypoint.new(0, Size), NumberSequenceKeypoint.new(1, Size)}) | |
3281 | ||
3282 | local Wing2 = Wing1:Clone() | |
3283 | Wing2.Parent = Torso | |
3284 | local x,y,z = 0,-1,-6 | |
3285 | ||
3286 | Wld = function(a,b,cf) | |
3287 | local Weld = Instance.new('Weld',a) | |
3288 | Weld.Part0 = a | |
3289 | Weld.Part1 = b | |
3290 | Weld.C1 = cf | |
3291 | return Weld | |
3292 | end | |
3293 | ||
3294 | local wld = Wld(Torso,Wing1,CFrame.new(0,0,-.5)*CFrame.Angles(-math.rad(90),-math.rad(60),-math.rad(90))) | |
3295 | local wld2 = Wld(Torso,Wing2,CFrame.new(0,0,.5)*CFrame.Angles(-math.rad(90),-math.rad(60),-math.rad(90))) | |
3296 | ||
3297 | print'Loaded' | |
3298 | ||
3299 | game:service'RunService'.Stepped:connect(function() | |
3300 | --z = 6+math.sin(tick()*2) | |
3301 | y = -1+math.sin(tick()*Num)*Num2 | |
3302 | Wing1.Fire.Acceleration = Vector3.new(x,y,z) | |
3303 | Wing2.Fire.Acceleration = Vector3.new(x,y,-z) | |
3304 | end) | |
3305 | -------------------------------------- | |
3306 | local Plr = game.Players.LocalPlayer --LocalScript | |
3307 | local Char = Plr.Character | |
3308 | local Mouse = Plr:GetMouse() | |
3309 | local ra = Char:FindFirstChild('Right Arm') | |
3310 | local ts = Char.Torso | |
3311 | local la = Char:FindFirstChild('Left Arm') | |
3312 | local ll = Char:FindFirstChild('Left Leg') | |
3313 | local rl = Char:FindFirstChild('Right Leg') | |
3314 | local hd = Char.Head | |
3315 | local root = Char:FindFirstChild('HumanoidRootPart') | |
3316 | ||
3317 | rarm = ra | |
3318 | larm = la | |
3319 | torso = ts | |
3320 | hed = hd | |
3321 | root = root | |
3322 | lleg = ll | |
3323 | rleg = rl | |
3324 | local PrimaryColor = 'Really red' | |
3325 | local SecondaryColor = 'Really red' | |
3326 | ||
3327 | FloatPart = function() | |
3328 | local Part = Instance.new('Part',torso) | |
3329 | Part.CFrame = CFrame.new(torso.CFrame.X,workspace.Base.CFrame.Y+1,torso.CFrame.Z) * CFrame.fromEulerAnglesXYZ(86.4,0,87) | |
3330 | Part.Anchored = true | |
3331 | Part.Material = 'Neon' | |
3332 | Part.CanCollide = false | |
3333 | Part.BrickColor = BrickColor.new(PrimaryColor) | |
3334 | local Mesh = Instance.new('SpecialMesh',Part) | |
3335 | Mesh.Scale = Vector3.new(4,4,.2) | |
3336 | Mesh.MeshId = 'http://www.roblox.com/asset/?id=3270017' | |
3337 | Mesh.VertexColor = Vector3.new(170,0,0) | |
3338 | spawn(function() | |
3339 | for i = 1,30 do | |
3340 | Mesh.Scale = Mesh.Scale + Vector3.new(.04,.04,0) | |
3341 | Part.Transparency = Part.Transparency + .035 | |
3342 | game["Run Service"].RenderStepped:wait() | |
3343 | end | |
3344 | Part:Destroy() | |
3345 | end) | |
3346 | end; | |
3347 | ||
3348 | DubPart = function() | |
3349 | local Part = Instance.new('Part',torso) | |
3350 | Part.CFrame = CFrame.new(torso.CFrame.X,workspace.Base.CFrame.Y+1,torso.CFrame.Z) * CFrame.fromEulerAnglesXYZ(86.4,0,87) | |
3351 | Part.Anchored = true | |
3352 | Part.CanCollide = false | |
3353 | Part.Material = 'Neon' | |
3354 | Part.BrickColor = BrickColor.new(SecondaryColor) | |
3355 | local Mesh = Instance.new('SpecialMesh',Part) | |
3356 | Mesh.Scale = Vector3.new(7,7,.2) | |
3357 | Mesh.MeshId = 'http://www.roblox.com/asset/?id=3270017' | |
3358 | Mesh.VertexColor = Vector3.new(170,0,0) | |
3359 | spawn(function() | |
3360 | for i = 1,30 do | |
3361 | Mesh.Scale = Mesh.Scale + Vector3.new(.04,.04,0) | |
3362 | Part.Transparency = Part.Transparency + .035 | |
3363 | game["Run Service"].RenderStepped:wait() | |
3364 | end | |
3365 | Part:Destroy() | |
3366 | end) | |
3367 | end; | |
3368 | ||
3369 | OnTouch = function(Toucher) | |
3370 | if Toucher.Parent.Name ~= Plr.Name and Toucher.Parent:FindFirstChild('Humanoid') then | |
3371 | local Hum = Toucher.Parent:FindFirstChild('Humanoid') | |
3372 | Hum.Health = Hum.Health - .7 | |
3373 | end | |
3374 | end; | |
3375 | ||
3376 | Fade = function(Item,t) | |
3377 | spawn(function() | |
3378 | for i = 1,20 do | |
3379 | Item.Transparency = Item.Transparency + .05 | |
3380 | if t then | |
3381 | wait(t) | |
3382 | else | |
3383 | wait() | |
3384 | end | |
3385 | end | |
3386 | Item:Destroy() | |
3387 | end) | |
3388 | end | |
3389 | ||
3390 | TouchKill = function(Toucher) | |
3391 | if Toucher.Parent then | |
3392 | if Toucher.Parent:FindFirstChild('Humanoid') then | |
3393 | local P = Toucher.Parent:FindFirstChild('Humanoid') | |
3394 | if P ~= nil and P.Parent.Name ~= Plr.Name then | |
3395 | P.Health = P.Health - math.random(4,17) | |
3396 | end | |
3397 | end | |
3398 | end | |
3399 | end; | |
3400 | ||
3401 | Particle = function() | |
3402 | local Part = Instance.new('Part',torso) | |
3403 | Part.BrickColor = BrickColor.new(PrimaryColor) | |
3404 | Part.Anchored = true | |
3405 | Part.Transparency = .3 | |
3406 | Part.Touched:connect(function(I)OnTouch(I)end) | |
3407 | Part.CanCollide = false | |
3408 | Part.CFrame = torso.CFrame * CFrame.new(math.random(-10,10),math.random(-15,15),math.random(-10,10)) * CFrame.fromEulerAnglesXYZ(math.random(),math.random(),math.random()) | |
3409 | local Mesh = Instance.new('BlockMesh',Part) | |
3410 | Mesh.Scale = Vector3.new(.05,.1,.1) | |
3411 | spawn(function() | |
3412 | for i = 1,40 do | |
3413 | Part.Transparency = Part.Transparency + .0125 | |
3414 | Part.CFrame = Part.CFrame * CFrame.new(0,-.07,0) | |
3415 | game["Run Service"].RenderStepped:wait() | |
3416 | end | |
3417 | Part:Destroy() | |
3418 | end) | |
3419 | end; | |
3420 | ||
3421 | spawn(function() | |
3422 | while wait() do | |
3423 | wait(.05) | |
3424 | FloatPart() | |
3425 | wait(.08) | |
3426 | FloatPart() | |
3427 | wait(.05) | |
3428 | DubPart() | |
3429 | wait(.08) | |
3430 | end | |
3431 | end) | |
3432 | ||
3433 | wait(0.1) | |
3434 | ||
3435 | rs = game:GetService'RunService' | |
3436 | plrs = game:GetService'Players' | |
3437 | lp = plrs.LocalPlayer | |
3438 | c = lp.Character | |
3439 | root = lp.Character.HumanoidRootPart | |
3440 | human = c.Humanoid | |
3441 | FPS = 0 | |
3442 | inf = 0 | |
3443 | opos1 = Vector3.new() | |
3444 | opos2 = Vector3.new() | |
3445 | opos3 = Vector3.new() | |
3446 | waves = Instance.new("Model", c) | |
3447 | res = Instance.new("Model", c) | |
3448 | ||
3449 | local function b() | |
3450 | local t=tick(); | |
3451 | local l=t%1*3; | |
3452 | local t=.5*math.pi*(l%1); | |
3453 | if l<1 then | |
3454 | return Color3.new(0,0,0); | |
3455 | elseif l<2 then | |
3456 | return Color3.new(0,0,0); | |
3457 | else | |
3458 | return Color3.new(0,0,0); | |
3459 | end; | |
3460 | end; | |
3461 | speedParts = function() | |
3462 | for i = 1, 4 do | |
3463 | local pos = Vector3.new(math.sin(math.rad(inf + 360 * i)) * 2, math.sin(math.rad(inf + 260 * i) + math.pi / 2) * 2, -c.HumanoidRootPart.Velocity / 5) * (math.sin(tick()) + 2) | |
3464 | local CFramepos = root.CFrame:toWorldSpace(CFrame.new(pos)).p | |
3465 | local opos | |
3466 | if i == 1 then | |
3467 | opos = opos1 | |
3468 | elseif i == 2 then | |
3469 | opos = opos2 | |
3470 | else | |
3471 | opos = opos3 | |
3472 | end | |
3473 | if human.MoveDirection ~= Vector3.new(0, 0, 0) then | |
3474 | local e | |
3475 | if #res:children() <= 3 then | |
3476 | e = Instance.new("Part") | |
3477 | else | |
3478 | e = res:FindFirstChild("Trail") | |
3479 | end | |
3480 | e.Parent = waves | |
3481 | e.Anchored = true | |
3482 | e.CanCollide = false | |
3483 | e.Transparency = 0 | |
3484 | e.Material = "Neon" | |
3485 | e.Name = "Trail" | |
3486 | e.Color = b(); --Color = a(); | |
3487 | e.Size = Vector3.new(.2, (CFramepos - opos).magnitude, .2) | |
3488 | e.CFrame = CFrame.new((CFramepos + opos) / 2, opos) * CFrame.Angles(math.pi / 2, 0, 0) | |
3489 | end | |
3490 | if i == 1 then | |
3491 | opos1 = CFramepos | |
3492 | elseif i == 2 then | |
3493 | opos2 = CFramepos | |
3494 | else | |
3495 | opos3 = CFramepos | |
3496 | end | |
3497 | end | |
3498 | end | |
3499 | ||
3500 | rs.RenderStepped:connect(function() | |
3501 | FPS = 1 / rs.RenderStepped:wait() | |
3502 | for i, v in pairs (waves:children()) do | |
3503 | v.Transparency = v.Transparency + .05 / (FPS / 60) | |
3504 | if v.Transparency >= .98 then | |
3505 | v.Transparency = 1 | |
3506 | v.Parent = res | |
3507 | end | |
3508 | end | |
3509 | inf = inf + (8 + root.Velocity.magnitude / 15) / (FPS / 60) | |
3510 | speedParts() | |
3511 | end) | |
3512 | ----------------------------------- | |
3513 | local LocalPlayer = game:GetService("Players").LocalPlayer | |
3514 | local Character = LocalPlayer.Character or LocalPlayer.CharacterAdded:wait() | |
3515 | ||
3516 | Character.Head.Transparency = 1 | |
3517 | ||
3518 | local Orb = Instance.new("Part", Character) | |
3519 | Orb.Name = "Orb" | |
3520 | ||
3521 | Orb.CanCollide = false | |
3522 | Orb.BrickColor = BrickColor.new("Really red") | |
3523 | Orb.Transparency = 0 | |
3524 | Orb.Material = "Plastic" | |
3525 | Orb.Size = Vector3.new(1.05, 1.05, 1.05) | |
3526 | ||
3527 | ||
3528 | local M = Instance.new("SpecialMesh") | |
3529 | M.Parent = Orb | |
3530 | M.MeshId = "http://www.roblox.com/asset/?id=21057410" | |
3531 | M.Scale = Vector3.new(1.05, 1.05, 1.05) | |
3532 | ||
3533 | ||
3534 | local Weld = Instance.new("Weld", Orb) | |
3535 | Weld.Part0 = Character.Head | |
3536 | Weld.Part1 = Orb | |
3537 | Weld.C1 = CFrame.new(0, -0.5, 0) | |
3538 | --------------------------------------- | |
3539 | --The Color of the Attack and Sword-- | |
3540 | tclr = "Really red" | |
3541 | ||
3542 | ||
3543 | ||
3544 | ||
3545 | Player=game:GetService("Players").LocalPlayer | |
3546 | Character=Player.Character | |
3547 | PlayerGui=Player.PlayerGui | |
3548 | Backpack=Player.Backpack | |
3549 | Torso=Character.Torso | |
3550 | it=Instance.new | |
3551 | attacktype=1 | |
3552 | vt=Vector3.new | |
3553 | cf=CFrame.new | |
3554 | euler=CFrame.fromEulerAnglesXYZ | |
3555 | angles=CFrame.Angles | |
3556 | cloaked=false | |
3557 | necko=cf(0, 1, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0) | |
3558 | necko2=cf(0, -0.5, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0) | |
3559 | LHC0=cf(-1,-1,0,-0,-0,-1,0,1,0,1,0,0) | |
3560 | LHC1=cf(-0.5,1,0,-0,-0,-1,0,1,0,1,0,0) | |
3561 | RHC0=cf(1,-1,0,0,0,1,0,1,0,-1,-0,-0) | |
3562 | RHC1=cf(0.5,1,0,0,0,1,0,1,0,-1,-0,-0) | |
3563 | RootPart=Character.HumanoidRootPart | |
3564 | RootJoint=RootPart.RootJoint | |
3565 | RootCF=euler(-1.57,0,3.14) | |
3566 | attack = false | |
3567 | attackdebounce = false | |
3568 | deb=false | |
3569 | equipped=true | |
3570 | hand=false | |
3571 | MMouse=nil | |
3572 | combo=0 | |
3573 | mana=0 | |
3574 | trispeed=.2 | |
3575 | attackmode='none' | |
3576 | local idle=0 | |
3577 | local Anim="Idle" | |
3578 | local Effects={} | |
3579 | local gun=false | |
3580 | local shoot=false | |
3581 | ||
3582 | player=nil | |
3583 | mana=0 | |
3584 | cam = workspace.CurrentCamera | |
3585 | ZTarget = nil | |
3586 | RocketTarget = nil | |
3587 | local m = Instance.new("Model",Character) | |
3588 | m.Name = "WeaponModel" | |
3589 | ||
3590 | mouse=Player:GetMouse() | |
3591 | --save shoulders | |
3592 | RSH, LSH=nil, nil | |
3593 | --welds | |
3594 | RW, LW=Instance.new("Weld"), Instance.new("Weld") | |
3595 | RW.Name="Right Shoulder" LW.Name="Left Shoulder" | |
3596 | LH=Torso["Left Hip"] | |
3597 | RH=Torso["Right Hip"] | |
3598 | TorsoColor=Torso.BrickColor | |
3599 | function NoOutline(Part) | |
3600 | Part.TopSurface,Part.BottomSurface,Part.LeftSurface,Part.RightSurface,Part.FrontSurface,Part.BackSurface = 10,10,10,10,10,10 | |
3601 | end | |
3602 | player=Player | |
3603 | ch=Character | |
3604 | RSH=ch.Torso["Right Shoulder"] | |
3605 | LSH=ch.Torso["Left Shoulder"] | |
3606 | -- | |
3607 | RSH.Parent=nil | |
3608 | LSH.Parent=nil | |
3609 | -- | |
3610 | RW.Name="Right Shoulder" | |
3611 | RW.Part0=ch.Torso | |
3612 | RW.C0=cf(1.5, 0.5, 0) --* CFrame.fromEulerAnglesXYZ(1.3, 0, -0.5) | |
3613 | RW.C1=cf(0, 0.5, 0) | |
3614 | RW.Part1=ch["Right Arm"] | |
3615 | RW.Parent=ch.Torso | |
3616 | -- | |
3617 | LW.Name="Left Shoulder" | |
3618 | LW.Part0=ch.Torso | |
3619 | LW.C0=cf(-1.5, 0.5, 0) --* CFrame.fromEulerAnglesXYZ(1.7, 0, 0.8) | |
3620 | LW.C1=cf(0, 0.5, 0) | |
3621 | LW.Part1=ch["Left Arm"] | |
3622 | LW.Parent=ch.Torso | |
3623 | ||
3624 | function swait(num) | |
3625 | if num==0 or num==nil then | |
3626 | game:service'RunService'.Stepped:wait(0) | |
3627 | else | |
3628 | for i=0,num do | |
3629 | game:service'RunService'.Stepped:wait(0) | |
3630 | end | |
3631 | end | |
3632 | end | |
3633 | ||
3634 | function nooutline(part) | |
3635 | part.TopSurface,part.BottomSurface,part.LeftSurface,part.RightSurface,part.FrontSurface,part.BackSurface = 10,10,10,10,10,10 | |
3636 | end | |
3637 | ||
3638 | function part(formfactor,parent,material,reflectance,transparency,brickcolor,name,size) | |
3639 | local fp=it("Part") | |
3640 | fp.formFactor=formfactor | |
3641 | fp.Parent=parent | |
3642 | fp.Reflectance=reflectance | |
3643 | fp.Transparency=transparency | |
3644 | fp.CanCollide=false | |
3645 | fp.Locked=true | |
3646 | fp.BrickColor=BrickColor.new(tostring(brickcolor)) | |
3647 | fp.Name=name | |
3648 | fp.Size=size | |
3649 | fp.Position=Character.Torso.Position | |
3650 | nooutline(fp) | |
3651 | fp.Material=material | |
3652 | fp:BreakJoints() | |
3653 | return fp | |
3654 | end | |
3655 | ||
3656 | function mesh(Mesh,part,meshtype,meshid,offset,scale) | |
3657 | local mesh=it(Mesh) | |
3658 | mesh.Parent=part | |
3659 | if Mesh=="SpecialMesh" then | |
3660 | mesh.MeshType=meshtype | |
3661 | mesh.MeshId=meshid | |
3662 | end | |
3663 | mesh.Offset=offset | |
3664 | mesh.Scale=scale | |
3665 | return mesh | |
3666 | end | |
3667 | ||
3668 | function weld(parent,part0,part1,c0,c1) | |
3669 | local weld=it("Weld") | |
3670 | weld.Parent=parent | |
3671 | weld.Part0=part0 | |
3672 | weld.Part1=part1 | |
3673 | weld.C0=c0 | |
3674 | weld.C1=c1 | |
3675 | return weld | |
3676 | end | |
3677 | ||
3678 | ||
3679 | local function CFrameFromTopBack(at, top, back) | |
3680 | local right = top:Cross(back) | |
3681 | return CFrame.new(at.x, at.y, at.z, | |
3682 | right.x, top.x, back.x, | |
3683 | right.y, top.y, back.y, | |
3684 | right.z, top.z, back.z) | |
3685 | end | |
3686 | ||
3687 | function Triangle(a, b, c) | |
3688 | local edg1 = (c-a):Dot((b-a).unit) | |
3689 | local edg2 = (a-b):Dot((c-b).unit) | |
3690 | local edg3 = (b-c):Dot((a-c).unit) | |
3691 | if edg1 <= (b-a).magnitude and edg1 >= 0 then | |
3692 | a, b, c = a, b, c | |
3693 | elseif edg2 <= (c-b).magnitude and edg2 >= 0 then | |
3694 | a, b, c = b, c, a | |
3695 | elseif edg3 <= (a-c).magnitude and edg3 >= 0 then | |
3696 | a, b, c = c, a, b | |
3697 | else | |
3698 | assert(false, "unreachable") | |
3699 | end | |
3700 | ||
3701 | local len1 = (c-a):Dot((b-a).unit) | |
3702 | local len2 = (b-a).magnitude - len1 | |
3703 | local width = (a + (b-a).unit*len1 - c).magnitude | |
3704 | ||
3705 | local maincf = CFrameFromTopBack(a, (b-a):Cross(c-b).unit, -(b-a).unit) | |
3706 | ||
3707 | local list = {} | |
3708 | ||
3709 | local TrailColor = tclr | |
3710 | ||
3711 | if len1 > 0.01 then | |
3712 | local w1 = Instance.new('WedgePart', m) | |
3713 | game:GetService("Debris"):AddItem(w1,5) | |
3714 | w1.Material = "SmoothPlastic" | |
3715 | w1.FormFactor = 'Custom' | |
3716 | w1.BrickColor = BrickColor.new(TrailColor) | |
3717 | w1.Transparency = 0 | |
3718 | w1.Reflectance = 0 | |
3719 | w1.Material = "Neon" | |
3720 | w1.CanCollide = false | |
3721 | NoOutline(w1) | |
3722 | local sz = Vector3.new(0.2, width, len1) | |
3723 | w1.Size = sz | |
3724 | local sp = Instance.new("SpecialMesh",w1) | |
3725 | sp.MeshType = "Wedge" | |
3726 | sp.Scale = Vector3.new(0,1,1) * sz/w1.Size | |
3727 | w1:BreakJoints() | |
3728 | w1.Anchored = true | |
3729 | w1.Parent = workspace | |
3730 | w1.Transparency = 0.7 | |
3731 | table.insert(Effects,{w1,"Disappear",.01}) | |
3732 | w1.CFrame = maincf*CFrame.Angles(math.pi,0,math.pi/2)*CFrame.new(0,width/2,len1/2) | |
3733 | table.insert(list,w1) | |
3734 | end | |
3735 | ||
3736 | if len2 > 0.01 then | |
3737 | local w2 = Instance.new('WedgePart', m) | |
3738 | game:GetService("Debris"):AddItem(w2,5) | |
3739 | w2.Material = "SmoothPlastic" | |
3740 | w2.FormFactor = 'Custom' | |
3741 | w2.BrickColor = BrickColor.new(TrailColor) | |
3742 | w2.Transparency = 0 | |
3743 | w2.Reflectance = 0 | |
3744 | w2.Material = "Neon" | |
3745 | w2.CanCollide = false | |
3746 | NoOutline(w2) | |
3747 | local sz = Vector3.new(0.2, width, len2) | |
3748 | w2.Size = sz | |
3749 | local sp = Instance.new("SpecialMesh",w2) | |
3750 | sp.MeshType = "Wedge" | |
3751 | sp.Scale = Vector3.new(0,1,1) * sz/w2.Size | |
3752 | w2:BreakJoints() | |
3753 | w2.Anchored = true | |
3754 | w2.Parent = workspace | |
3755 | w2.Transparency = 0.7 | |
3756 | table.insert(Effects,{w2,"Disappear",.01}) | |
3757 | w2.CFrame = maincf*CFrame.Angles(math.pi,math.pi,-math.pi/2)*CFrame.new(0,width/2,-len1 - len2/2) | |
3758 | table.insert(list,w2) | |
3759 | end | |
3760 | return unpack(list) | |
3761 | end | |
3762 | ||
3763 | ||
3764 | so = function(id,par,vol,pit) | |
3765 | coroutine.resume(coroutine.create(function() | |
3766 | local sou = Instance.new("Sound",par or workspace) | |
3767 | sou.Volume=vol | |
3768 | sou.Pitch=pit or 1 | |
3769 | sou.SoundId=id | |
3770 | swait() | |
3771 | sou:play() | |
3772 | game:GetService("Debris"):AddItem(sou,6) | |
3773 | end)) | |
3774 | end | |
3775 | ||
3776 | function clerp(a,b,t) | |
3777 | local qa = {QuaternionFromCFrame(a)} | |
3778 | local qb = {QuaternionFromCFrame(b)} | |
3779 | local ax, ay, az = a.x, a.y, a.z | |
3780 | local bx, by, bz = b.x, b.y, b.z | |
3781 | local _t = 1-t | |
3782 | return QuaternionToCFrame(_t*ax + t*bx, _t*ay + t*by, _t*az + t*bz,QuaternionSlerp(qa, qb, t)) | |
3783 | end | |
3784 | ||
3785 | function QuaternionFromCFrame(cf) | |
3786 | local mx, my, mz, m00, m01, m02, m10, m11, m12, m20, m21, m22 = cf:components() | |
3787 | local trace = m00 + m11 + m22 | |
3788 | if trace > 0 then | |
3789 | local s = math.sqrt(1 + trace) | |
3790 | local recip = 0.5/s | |
3791 | return (m21-m12)*recip, (m02-m20)*recip, (m10-m01)*recip, s*0.5 | |
3792 | else | |
3793 | local i = 0 | |
3794 | if m11 > m00 then | |
3795 | i = 1 | |
3796 | end | |
3797 | if m22 > (i == 0 and m00 or m11) then | |
3798 | i = 2 | |
3799 | end | |
3800 | if i == 0 then | |
3801 | local s = math.sqrt(m00-m11-m22+1) | |
3802 | local recip = 0.5/s | |
3803 | return 0.5*s, (m10+m01)*recip, (m20+m02)*recip, (m21-m12)*recip | |
3804 | elseif i == 1 then | |
3805 | local s = math.sqrt(m11-m22-m00+1) | |
3806 | local recip = 0.5/s | |
3807 | return (m01+m10)*recip, 0.5*s, (m21+m12)*recip, (m02-m20)*recip | |
3808 | elseif i == 2 then | |
3809 | local s = math.sqrt(m22-m00-m11+1) | |
3810 | local recip = 0.5/s return (m02+m20)*recip, (m12+m21)*recip, 0.5*s, (m10-m01)*recip | |
3811 | end | |
3812 | end | |
3813 | end | |
3814 | ||
3815 | function QuaternionToCFrame(px, py, pz, x, y, z, w) | |
3816 | local xs, ys, zs = x + x, y + y, z + z | |
3817 | local wx, wy, wz = w*xs, w*ys, w*zs | |
3818 | local xx = x*xs | |
3819 | local xy = x*ys | |
3820 | local xz = x*zs | |
3821 | local yy = y*ys | |
3822 | local yz = y*zs | |
3823 | local zz = z*zs | |
3824 | return CFrame.new(px, py, pz,1-(yy+zz), xy - wz, xz + wy,xy + wz, 1-(xx+zz), yz - wx, xz - wy, yz + wx, 1-(xx+yy)) | |
3825 | end | |
3826 | ||
3827 | function QuaternionSlerp(a, b, t) | |
3828 | local cosTheta = a[1]*b[1] + a[2]*b[2] + a[3]*b[3] + a[4]*b[4] | |
3829 | local startInterp, finishInterp; | |
3830 | if cosTheta >= 0.0001 then | |
3831 | if (1 - cosTheta) > 0.0001 then | |
3832 | local theta = math.acos(cosTheta) | |
3833 | local invSinTheta = 1/math.sin(theta) | |
3834 | startInterp = math.sin((1-t)*theta)*invSinTheta | |
3835 | finishInterp = math.sin(t*theta)*invSinTheta | |
3836 | else | |
3837 | startInterp = 1-t | |
3838 | finishInterp = t | |
3839 | end | |
3840 | else | |
3841 | if (1+cosTheta) > 0.0001 then | |
3842 | local theta = math.acos(-cosTheta) | |
3843 | local invSinTheta = 1/math.sin(theta) | |
3844 | startInterp = math.sin((t-1)*theta)*invSinTheta | |
3845 | finishInterp = math.sin(t*theta)*invSinTheta | |
3846 | else | |
3847 | startInterp = t-1 | |
3848 | finishInterp = t | |
3849 | end | |
3850 | end | |
3851 | return a[1]*startInterp + b[1]*finishInterp, a[2]*startInterp + b[2]*finishInterp, a[3]*startInterp + b[3]*finishInterp, a[4]*startInterp + b[4]*finishInterp | |
3852 | end | |
3853 | ||
3854 | function rayCast(Pos, Dir, Max, Ignore) -- Origin Position , Direction, MaxDistance , IgnoreDescendants | |
3855 | return game:service("Workspace"):FindPartOnRay(Ray.new(Pos, Dir.unit * (Max or 999.999)), Ignore) | |
3856 | end | |
3857 | ||
3858 | Damagefunc=function(Part,hit,minim,maxim,knockback,Type,Property,Delay,KnockbackType,decreaseblock) | |
3859 | if hit.Parent==nil then | |
3860 | return | |
3861 | end | |
3862 | local h=hit.Parent:FindFirstChild("Humanoid") | |
3863 | for _,v in pairs(hit.Parent:children()) do | |
3864 | if v:IsA("Humanoid") then | |
3865 | h=v | |
3866 | end | |
3867 | end | |
3868 | if hit.Parent.Parent:FindFirstChild("Torso")~=nil then | |
3869 | h=hit.Parent.Parent:FindFirstChild("Humanoid") | |
3870 | end | |
3871 | if hit.Parent.className=="Hat" then | |
3872 | hit=hit.Parent.Parent:findFirstChild("Head") | |
3873 | end | |
3874 | if h~=nil and hit.Parent.Name~=Character.Name and hit.Parent:FindFirstChild("Torso")~=nil then | |
3875 | if hit.Parent:findFirstChild("DebounceHit")~=nil then if hit.Parent.DebounceHit.Value==true then return end end | |
3876 | --[[ if game.Players:GetPlayerFromCharacter(hit.Parent)~=nil then | |
3877 | return | |
3878 | end]] | |
3879 | -- hs(hit,1.2) | |
3880 | local c=Instance.new("ObjectValue") | |
3881 | c.Name="creator" | |
3882 | c.Value=game:service("Players").LocalPlayer | |
3883 | c.Parent=h | |
3884 | game:GetService("Debris"):AddItem(c,.5) | |
3885 | local Damage=math.random(minim,maxim) | |
3886 | -- h:TakeDamage(Damage) | |
3887 | local blocked=false | |
3888 | local block=hit.Parent:findFirstChild("Block") | |
3889 | if block~=nil then | |
3890 | print(block.className) | |
3891 | if block.className=="NumberValue" then | |
3892 | if block.Value>0 then | |
3893 | blocked=true | |
3894 | if decreaseblock==nil then | |
3895 | block.Value=block.Value-1 | |
3896 | end | |
3897 | end | |
3898 | end | |
3899 | if block.className=="IntValue" then | |
3900 | if block.Value>0 then | |
3901 | blocked=true | |
3902 | if decreaseblock~=nil then | |
3903 | block.Value=block.Value-1 | |
3904 | end | |
3905 | end | |
3906 | end | |
3907 | end | |
3908 | if blocked==false then | |
3909 | -- h:TakeDamage(Damage) | |
3910 | h.Health=h.Health-Damage | |
3911 | ShowDamage((Part.CFrame * CFrame.new(0, 0, (Part.Size.Z / 2)).p + Vector3.new(0, 1.5, 0)), -Damage, 1.5, Part.BrickColor.Color) | |
3912 | else | |
3913 | h.Health=h.Health-(Damage/2) | |
3914 | ShowDamage((Part.CFrame * CFrame.new(0, 0, (Part.Size.Z / 2)).p + Vector3.new(0, 1.5, 0)), -Damage, 1.5, BrickColor.new("Bright blue").Color) | |
3915 | end | |
3916 | if Type=="Knockdown" then | |
3917 | local hum=hit.Parent.Humanoid | |
3918 | hum.PlatformStand=true | |
3919 | coroutine.resume(coroutine.create(function(HHumanoid) | |
3920 | swait(1) | |
3921 | HHumanoid.PlatformStand=false | |
3922 | end),hum) | |
3923 | local angle=(hit.Position-(Property.Position+Vector3.new(0,0,0))).unit | |
3924 | --hit.CFrame=CFrame.new(hit.Position,Vector3.new(angle.x,hit.Position.y,angle.z))*CFrame.fromEulerAnglesXYZ(math.pi/4,0,0) | |
3925 | local bodvol=Instance.new("BodyVelocity") | |
3926 | bodvol.velocity=angle*knockback | |
3927 | bodvol.P=5000 | |
3928 | bodvol.maxForce=Vector3.new(8e+003, 8e+003, 8e+003) | |
3929 | bodvol.Parent=hit | |
3930 | local rl=Instance.new("BodyAngularVelocity") | |
3931 | rl.P=3000 | |
3932 | rl.maxTorque=Vector3.new(500000,500000,500000)*50000000000000 | |
3933 | rl.angularvelocity=Vector3.new(math.random(-10,10),math.random(-10,10),math.random(-10,10)) | |
3934 | rl.Parent=hit | |
3935 | game:GetService("Debris"):AddItem(bodvol,.5) | |
3936 | game:GetService("Debris"):AddItem(rl,.5) | |
3937 | elseif Type=="Normal" then | |
3938 | local vp=Instance.new("BodyVelocity") | |
3939 | vp.P=500 | |
3940 | vp.maxForce=Vector3.new(math.huge,0,math.huge) | |
3941 | -- vp.velocity=Character.Torso.CFrame.lookVector*Knockback | |
3942 | if KnockbackType==1 then | |
3943 | vp.velocity=Property.CFrame.lookVector*knockback+Property.Velocity/1.05 | |
3944 | elseif KnockbackType==2 then | |
3945 | vp.velocity=Property.CFrame.lookVector*knockback | |
3946 | end | |
3947 | if knockback>0 then | |
3948 | vp.Parent=hit.Parent.Torso | |
3949 | end | |
3950 | game:GetService("Debris"):AddItem(vp,.5) | |
3951 | elseif Type=="Up" then | |
3952 | local bodyVelocity=Instance.new("BodyVelocity") | |
3953 | bodyVelocity.velocity=vt(0,60,0) | |
3954 | bodyVelocity.P=5000 | |
3955 | bodyVelocity.maxForce=Vector3.new(8e+003, 8e+003, 8e+003) | |
3956 | bodyVelocity.Parent=hit | |
3957 | game:GetService("Debris"):AddItem(bodyVelocity,1) | |
3958 | local rl=Instance.new("BodyAngularVelocity") | |
3959 | rl.P=3000 | |
3960 | rl.maxTorque=Vector3.new(500000,500000,500000)*50000000000000 | |
3961 | rl.angularvelocity=Vector3.new(math.random(-30,30),math.random(-30,30),math.random(-30,30)) | |
3962 | rl.Parent=hit | |
3963 | game:GetService("Debris"):AddItem(rl,.5) | |
3964 | elseif Type=="Snare" then | |
3965 | local bp=Instance.new("BodyPosition") | |
3966 | bp.P=2000 | |
3967 | bp.D=100 | |
3968 | bp.maxForce=Vector3.new(math.huge,math.huge,math.huge) | |
3969 | bp.position=hit.Parent.Torso.Position | |
3970 | bp.Parent=hit.Parent.Torso | |
3971 | game:GetService("Debris"):AddItem(bp,1) | |
3972 | elseif Type=="Target" then | |
3973 | local Targetting = false | |
3974 | if Targetting==false then | |
3975 | ZTarget=hit.Parent.Torso | |
3976 | coroutine.resume(coroutine.create(function(Part) | |
3977 | so("http://www.roblox.com/asset/?id=15666462",Part,1,1.5) | |
3978 | swait(5) | |
3979 | so("http://www.roblox.com/asset/?id=15666462",Part,1,1.5) | |
3980 | end),ZTarget) | |
3981 | local TargHum=ZTarget.Parent:findFirstChild("Humanoid") | |
3982 | local targetgui=Instance.new("BillboardGui") | |
3983 | targetgui.Parent=ZTarget | |
3984 | targetgui.Size=UDim2.new(10,100,10,100) | |
3985 | local targ=Instance.new("ImageLabel") | |
3986 | targ.Parent=targetgui | |
3987 | targ.BackgroundTransparency=1 | |
3988 | targ.Image="rbxassetid://4834067" | |
3989 | targ.Size=UDim2.new(1,0,1,0) | |
3990 | cam.CameraType="Scriptable" | |
3991 | cam.CoordinateFrame=CFrame.new(Head.CFrame.p,ZTarget.Position) | |
3992 | local dir=Vector3.new(cam.CoordinateFrame.lookVector.x,0,cam.CoordinateFrame.lookVector.z) | |
3993 | workspace.CurrentCamera.CoordinateFrame=CFrame.new(Head.CFrame.p,ZTarget.Position) | |
3994 | Targetting=true | |
3995 | RocketTarget=ZTarget | |
3996 | for i=1,Property do | |
3997 | --while Targetting==true and Humanoid.Health>0 and Character.Parent~=nil do | |
3998 | if Humanoid.Health>0 and Character.Parent~=nil and TargHum.Health>0 and TargHum.Parent~=nil and Targetting==true then | |
3999 | swait() | |
4000 | end | |
4001 | --workspace.CurrentCamera.CoordinateFrame=CFrame.new(Head.CFrame.p,Head.CFrame.p+rmdir*100) | |
4002 | cam.CoordinateFrame=CFrame.new(Head.CFrame.p,ZTarget.Position) | |
4003 | dir=Vector3.new(cam.CoordinateFrame.lookVector.x,0,cam.CoordinateFrame.lookVector.z) | |
4004 | cam.CoordinateFrame=CFrame.new(Head.CFrame.p,ZTarget.Position)*cf(0,5,10)*euler(-0.3,0,0) | |
4005 | end | |
4006 | Targetting=false | |
4007 | RocketTarget=nil | |
4008 | targetgui.Parent=nil | |
4009 | cam.CameraType="Custom" | |
4010 | end | |
4011 | end | |
4012 | local debounce=Instance.new("BoolValue") | |
4013 | debounce.Name="DebounceHit" | |
4014 | debounce.Parent=hit.Parent | |
4015 | debounce.Value=true | |
4016 | game:GetService("Debris"):AddItem(debounce,Delay) | |
4017 | c=Instance.new("ObjectValue") | |
4018 | c.Name="creator" | |
4019 | c.Value=Player | |
4020 | c.Parent=h | |
4021 | game:GetService("Debris"):AddItem(c,.5) | |
4022 | end | |
4023 | end | |
4024 | ||
4025 | ||
4026 | function ShowDamage(Pos, Text, Time, Color) | |
4027 | local Rate = (1 / 30) | |
4028 | local Pos = (Pos or Vector3.new(0, 0, 0)) | |
4029 | local Text = (Text or "") | |
4030 | local Time = (Time or 2) | |
4031 | local Color = (Color or Color3.new(1, 0, 0)) | |
4032 | local EffectPart = part("Custom",workspace,"SmoothPlastic",0,1,BrickColor.new(Color),"Effect",vt(0,0,0)) | |
4033 | EffectPart.Anchored = true | |
4034 | local BillboardGui = Instance.new("BillboardGui") | |
4035 | BillboardGui.Size = UDim2.new(3, 0, 3, 0) | |
4036 | BillboardGui.Adornee = EffectPart | |
4037 | local TextLabel = Instance.new("TextLabel") | |
4038 | TextLabel.BackgroundTransparency = 1 | |
4039 | TextLabel.Size = UDim2.new(1, 0, 1, 0) | |
4040 | TextLabel.Text = Text | |
4041 | TextLabel.TextColor3 = Color | |
4042 | TextLabel.TextScaled = true | |
4043 | TextLabel.Font = Enum.Font.ArialBold | |
4044 | TextLabel.Parent = BillboardGui | |
4045 | BillboardGui.Parent = EffectPart | |
4046 | game.Debris:AddItem(EffectPart, (Time + 0.1)) | |
4047 | EffectPart.Parent = game:GetService("Workspace") | |
4048 | Delay(0, function() | |
4049 | local Frames = (Time / Rate) | |
4050 | for Frame = 1, Frames do | |
4051 | wait(Rate) | |
4052 | local Percent = (Frame / Frames) | |
4053 | EffectPart.CFrame = CFrame.new(Pos) + Vector3.new(0, Percent, 0) | |
4054 | TextLabel.TextTransparency = Percent | |
4055 | end | |
4056 | if EffectPart and EffectPart.Parent then | |
4057 | EffectPart:Destroy() | |
4058 | end | |
4059 | end) | |
4060 | end | |
4061 | ||
4062 | Player=game:GetService('Players').LocalPlayer | |
4063 | Character=Player.Character | |
4064 | Mouse=Player:GetMouse() | |
4065 | m=Instance.new('Model',Character) | |
4066 | it=Instance.new | |
4067 | function nooutline(part) | |
4068 | part.TopSurface,part.BottomSurface,part.LeftSurface,part.RightSurface,part.FrontSurface,part.BackSurface = 10,10,10,10,10,10 | |
4069 | end | |
4070 | function part(formfactor,parent,material,reflectance,transparency,brickcolor,name,size) | |
4071 | local fp=it("Part") | |
4072 | fp.formFactor=formfactor | |
4073 | fp.Parent=parent | |
4074 | fp.Reflectance=reflectance | |
4075 | fp.Transparency=transparency | |
4076 | fp.CanCollide=false | |
4077 | fp.Locked=true | |
4078 | fp.BrickColor=BrickColor.new(tostring(brickcolor)) | |
4079 | fp.Name=name | |
4080 | fp.Size=size | |
4081 | fp.Position=Character.Torso.Position | |
4082 | nooutline(fp) | |
4083 | fp.Material=material | |
4084 | fp:BreakJoints() | |
4085 | return fp | |
4086 | end | |
4087 | function mesh(Mesh,part,meshtype,meshid,offset,scale) | |
4088 | local mesh=it(Mesh) | |
4089 | mesh.Parent=part | |
4090 | if Mesh=="SpecialMesh" then | |
4091 | mesh.MeshType=meshtype | |
4092 | mesh.MeshId=meshid | |
4093 | end | |
4094 | mesh.Offset=offset | |
4095 | mesh.Scale=scale | |
4096 | return mesh | |
4097 | end | |
4098 | function weld(parent,part0,part1,c0,c1) | |
4099 | local weld=it("Weld") | |
4100 | weld.Parent=parent | |
4101 | weld.Part0=part0 | |
4102 | weld.Part1=part1 | |
4103 | weld.C0=c0 | |
4104 | weld.C1=c1 | |
4105 | return weld | |
4106 | end | |
4107 | ||
4108 | Player=game:GetService('Players').LocalPlayer | |
4109 | Character=Player.Character | |
4110 | Mouse=Player:GetMouse() | |
4111 | m=Instance.new('Model',Character) | |
4112 | it=Instance.new | |
4113 | function nooutline(part) | |
4114 | part.TopSurface,part.BottomSurface,part.LeftSurface,part.RightSurface,part.FrontSurface,part.BackSurface = 10,10,10,10,10,10 | |
4115 | end | |
4116 | function part(formfactor,parent,material,reflectance,transparency,brickcolor,name,size) | |
4117 | local fp=it("Part") | |
4118 | fp.formFactor=formfactor | |
4119 | fp.Parent=parent | |
4120 | fp.Reflectance=reflectance | |
4121 | fp.Transparency=transparency | |
4122 | fp.CanCollide=false | |
4123 | fp.Locked=true | |
4124 | fp.BrickColor=BrickColor.new(tostring(brickcolor)) | |
4125 | fp.Name=name | |
4126 | fp.Size=size | |
4127 | fp.Position=Character.Torso.Position | |
4128 | nooutline(fp) | |
4129 | fp.Material=material | |
4130 | fp:BreakJoints() | |
4131 | return fp | |
4132 | end | |
4133 | function mesh(Mesh,part,meshtype,meshid,offset,scale) | |
4134 | local mesh=it(Mesh) | |
4135 | mesh.Parent=part | |
4136 | if Mesh=="SpecialMesh" then | |
4137 | mesh.MeshType=meshtype | |
4138 | mesh.MeshId=meshid | |
4139 | end | |
4140 | mesh.Offset=offset | |
4141 | mesh.Scale=scale | |
4142 | return mesh | |
4143 | end | |
4144 | function weld(parent,part0,part1,c0,c1) | |
4145 | local weld=it("Weld") | |
4146 | weld.Parent=parent | |
4147 | weld.Part0=part0 | |
4148 | weld.Part1=part1 | |
4149 | weld.C0=c0 | |
4150 | weld.C1=c1 | |
4151 | return weld | |
4152 | end | |
4153 | ||
4154 | Handle=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Handle",Vector3.new(0.777778268, 0.259259313, 0.518518627)) | |
4155 | handleweld=weld(m,Character["Right Arm"],Handle,CFrame.new(0, 0, 0, 1, 0, 0, 0, 0.999999881, 0, 0, 0, 1),CFrame.new(0.741678238, 0.794418335, -0.0370121002, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008)) | |
4156 | mesh("BlockMesh",Handle,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999)) | |
4157 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.600000203, 0.200000003, 0.399999976)) | |
4158 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-1.4672184, 1.46959305, 0.0142880678, -0.707106829, -7.4505806e-008, 0.707106709, -0.707106769, 1.49011647e-008, -0.707106829, 4.21468478e-008, -1, -6.32202628e-008)) | |
4159 | mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999)) | |
4160 | Hitbox=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,1,"Really black","Hitbox",Vector3.new(6.74074316, 0.259259313, 1.2962966)) | |
4161 | Hitboxweld=weld(m,Handle,Hitbox,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-7.94812012, 9.15527344e-005, -0.00979995728, 7.26342932e-008, 0, -1, 1, -1.35872824e-008, 7.26342932e-008, -1.35872824e-008, -1, -9.86902651e-016)) | |
4162 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(1.29629672, 0.259259313, 1.03703737)) | |
4163 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-10.5536575, -3.57627869e-006, 0, 7.26342932e-008, 0, -1, 1, -1.35872824e-008, 7.26342932e-008, -1.35872824e-008, -1, -9.86902651e-016)) | |
4164 | mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1.04999995, 1)) | |
4165 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(6.74074316, 0.259259313, 1.2962966)) | |
4166 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-7.70182037, 9.15527344e-005, 0, 7.26342932e-008, 0, -1, 1, -1.35872824e-008, 7.26342932e-008, -1.35872824e-008, -1, -9.86902651e-016)) | |
4167 | mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1)) | |
4168 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.259259343, 0.77777797, 2.59259343)) | |
4169 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-9.3460083e-005, -0.324073672, 12.3684731, -1, 1.35872806e-008, -7.26343004e-008, -1.35872806e-008, -1, 0, -7.26343004e-008, 9.86902651e-016, 1)) | |
4170 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.839999974, 1)) | |
4171 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.259259343, 0.518518627, 2.07407475)) | |
4172 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-5.53131104e-005, -0.207403183, 12.0443993, 1, -1.35872806e-008, 7.26343004e-008, 1.35872806e-008, 1, 0, -7.26343004e-008, 9.86902651e-016, 1)) | |
4173 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.01999998, 0.810000002, 1)) | |
4174 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.259259343, 0.518518686, 2.07407475)) | |
4175 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(5.7220459e-005, -0.207421303, 12.0443993, -1, 1.35872806e-008, -7.26343004e-008, -1.35872806e-008, -1, 0, -7.26343004e-008, 9.86902651e-016, 1)) | |
4176 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.01999998, 0.810000002, 1)) | |
4177 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.259259343, 0.77777797, 2.59259343)) | |
4178 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(9.3460083e-005, -0.324074984, 12.3684731, 1, -1.35872806e-008, 7.26343004e-008, 1.35872806e-008, 1, 0, -7.26343004e-008, 9.86902651e-016, 1)) | |
4179 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.839999974, 1)) | |
4180 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627)) | |
4181 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-0.18214798, 0.184528351, 0.00185966492, -0.707106829, -7.4505806e-008, 0.707106709, -0.707106769, 1.49011647e-008, -0.707106829, 4.21468478e-008, -1, -6.32202628e-008)) | |
4182 | mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999)) | |
4183 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627)) | |
4184 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-1.09992981, 1.09993172, 2.31266022e-005, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008)) | |
4185 | mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999)) | |
4186 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627)) | |
4187 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(0.733297348, -0.733297348, -1.33514404e-005, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008)) | |
4188 | mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999)) | |
4189 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627)) | |
4190 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(0.274971008, -0.27497673, 3.43322754e-005, -1.6963854e-007, 0.70710665, 0.707106888, -1.46491521e-008, 0.707106888, -0.707106709, -1, -1.30311079e-007, -1.09594069e-007)) | |
4191 | mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999)) | |
4192 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627)) | |
4193 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-0.641641617, 0.641643524, 1.74045563e-005, -1.6963854e-007, 0.70710665, 0.707106888, -1.46491521e-008, 0.707106888, -0.707106709, -1, -1.30311079e-007, -1.09594069e-007)) | |
4194 | mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999)) | |
4195 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627)) | |
4196 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-1.92491722, 1.92491722, 5.7220459e-005, -1.6963854e-007, 0.70710665, 0.707106888, -1.46491521e-008, 0.707106888, -0.707106709, -1, -1.30311079e-007, -1.09594069e-007)) | |
4197 | mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999)) | |
4198 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627)) | |
4199 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-1.37493706, 1.37493706, 3.4570694e-005, -1.6963854e-007, 0.70710665, 0.707106888, -1.46491521e-008, 0.707106888, -0.707106709, -1, -1.30311079e-007, -1.09594069e-007)) | |
4200 | mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999)) | |
4201 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627)) | |
4202 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-1.46542358, 1.46780205, 0.00187504292, -0.707106829, -7.4505806e-008, 0.707106709, -0.707106769, 1.49011647e-008, -0.707106829, 4.21468478e-008, -1, -6.32202628e-008)) | |
4203 | mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999)) | |
4204 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627)) | |
4205 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(0.0916500092, -0.0916557312, 1.71661377e-005, -1.6963854e-007, 0.70710665, 0.707106888, -1.46491521e-008, 0.707106888, -0.707106709, -1, -1.30311079e-007, -1.09594069e-007)) | |
4206 | mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999)) | |
4207 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627)) | |
4208 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(0.641609192, -0.641607285, 1.71661377e-005, -1.6963854e-007, 0.70710665, 0.707106888, -1.46491521e-008, 0.707106888, -0.707106709, -1, -1.30311079e-007, -1.09594069e-007)) | |
4209 | mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999)) | |
4210 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627)) | |
4211 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-0.732124329, 0.734502792, 0.00185978413, -0.707106829, -7.4505806e-008, 0.707106709, -0.707106769, 1.49011647e-008, -0.707106829, 4.21468478e-008, -1, -6.32202628e-008)) | |
4212 | mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999)) | |
4213 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(6.22222471, 0.518518627, 0.518518627)) | |
4214 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-0.0536880493, 7.62939453e-005, 0, 7.26342932e-008, 0, -1, 1, -1.35872824e-008, 7.26342932e-008, -1.35872824e-008, -1, -9.86902651e-016)) | |
4215 | mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1.00999999, 0.0599999987, 1.00999999)) | |
4216 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627)) | |
4217 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(0.366659164, -0.366657257, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008)) | |
4218 | mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999)) | |
4219 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627)) | |
4220 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(0.183334351, -0.183332443, -1.33514404e-005, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008)) | |
4221 | mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999)) | |
4222 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627)) | |
4223 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-1.00829315, 1.00829506, 3.4570694e-005, -1.6963854e-007, 0.70710665, 0.707106888, -1.46491521e-008, 0.707106888, -0.707106709, -1, -1.30311079e-007, -1.09594069e-007)) | |
4224 | mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999)) | |
4225 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627)) | |
4226 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-1.19162178, 1.19162369, 5.17368317e-005, -1.6963854e-007, 0.70710665, 0.707106888, -1.46491521e-008, 0.707106888, -0.707106709, -1, -1.30311079e-007, -1.09594069e-007)) | |
4227 | mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999)) | |
4228 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627)) | |
4229 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-1.55827904, 1.55827904, 5.12599945e-005, -1.6963854e-007, 0.70710665, 0.707106888, -1.46491521e-008, 0.707106888, -0.707106709, -1, -1.30311079e-007, -1.09594069e-007)) | |
4230 | mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999)) | |
4231 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627)) | |
4232 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-1.83205986, 1.83444023, 0.00188946724, -0.707106829, -7.4505806e-008, 0.707106709, -0.707106769, 1.49011647e-008, -0.707106829, 4.21468478e-008, -1, -6.32202628e-008)) | |
4233 | mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999)) | |
4234 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627)) | |
4235 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(0.824943542, -0.824941635, 1.90734863e-006, -1.6963854e-007, 0.70710665, 0.707106888, -1.46491521e-008, 0.707106888, -0.707106709, -1, -1.30311079e-007, -1.09594069e-007)) | |
4236 | mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999)) | |
4237 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627)) | |
4238 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-0.549957275, 0.549959183, -1.31130219e-005, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008)) | |
4239 | mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999)) | |
4240 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627)) | |
4241 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-0.274999619, 0.275001526, 3.4570694e-005, -1.6963854e-007, 0.70710665, 0.707106888, -1.46491521e-008, 0.707106888, -0.707106709, -1, -1.30311079e-007, -1.09594069e-007)) | |
4242 | mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999)) | |
4243 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627)) | |
4244 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(0.00117111206, 0.00120735168, 0.00185966492, -0.707106829, -7.4505806e-008, 0.707106709, -0.707106769, 1.49011647e-008, -0.707106829, 4.21468478e-008, -1, -6.32202628e-008)) | |
4245 | mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999)) | |
4246 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627)) | |
4247 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-0.457113266, 0.45949173, -0.00183963776, -0.70710665, 1.49011612e-008, -0.707106888, -0.707106888, 1.49011603e-008, 0.70710665, 2.10734239e-008, 1, 5.65233175e-015)) | |
4248 | mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999)) | |
4249 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627)) | |
4250 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-1.55705452, 1.55943298, -0.00180530548, -0.70710665, 1.49011612e-008, -0.707106888, -0.707106888, 1.49011603e-008, 0.70710665, 2.10734239e-008, 1, 5.65233175e-015)) | |
4251 | mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999)) | |
4252 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627)) | |
4253 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-1.28208542, 1.28446388, 0.00185978413, -0.707106829, -7.4505806e-008, 0.707106709, -0.707106769, 1.49011647e-008, -0.707106829, 4.21468478e-008, -1, -6.32202628e-008)) | |
4254 | mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999)) | |
4255 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627)) | |
4256 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(0.276185989, -0.273807526, -0.00183963776, -0.70710665, 1.49011612e-008, -0.707106888, -0.707106888, 1.49011603e-008, 0.70710665, 2.10734239e-008, 1, 5.65233175e-015)) | |
4257 | mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999)) | |
4258 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627)) | |
4259 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-0.548799515, 0.55116272, 0.00185024738, -0.707106829, -7.4505806e-008, 0.707106709, -0.707106769, 1.49011647e-008, -0.707106829, 4.21468478e-008, -1, -6.32202628e-008)) | |
4260 | mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999)) | |
4261 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627)) | |
4262 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-0.915441513, 0.917819977, 0.00185978413, -0.707106829, -7.4505806e-008, 0.707106709, -0.707106769, 1.49011647e-008, -0.707106829, 4.21468478e-008, -1, -6.32202628e-008)) | |
4263 | mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999)) | |
4264 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627)) | |
4265 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-0.273786545, 0.276166916, -0.00180530548, -0.70710665, 1.49011612e-008, -0.707106888, -0.707106888, 1.49011603e-008, 0.70710665, 2.10734239e-008, 1, 5.65233175e-015)) | |
4266 | mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999)) | |
4267 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627)) | |
4268 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-1.64990616, 1.64990807, 2.31266022e-005, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008)) | |
4269 | mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999)) | |
4270 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627)) | |
4271 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-1.74037552, 1.74275398, -0.00180244446, -0.70710665, 1.49011612e-008, -0.707106888, -0.707106888, 1.49011603e-008, 0.70710665, 2.10734239e-008, 1, 5.65233175e-015)) | |
4272 | mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999)) | |
4273 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627)) | |
4274 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(1.00948334, -1.00710487, -0.00185012817, -0.70710665, 1.49011612e-008, -0.707106888, -0.707106888, 1.49011603e-008, 0.70710665, 2.10734239e-008, 1, 5.65233175e-015)) | |
4275 | mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999)) | |
4276 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627)) | |
4277 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-0.365472794, 0.367851257, 0.00187504292, -0.707106829, -7.4505806e-008, 0.707106709, -0.707106769, 1.49011647e-008, -0.707106829, 4.21468478e-008, -1, -6.32202628e-008)) | |
4278 | mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999)) | |
4279 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627)) | |
4280 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-0.640443802, 0.642822266, -0.00182056427, -0.70710665, 1.49011612e-008, -0.707106888, -0.707106888, 1.49011603e-008, 0.70710665, 2.10734239e-008, 1, 5.65233175e-015)) | |
4281 | mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999)) | |
4282 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627)) | |
4283 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-1.28325844, 1.28326035, 2.38418579e-007, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008)) | |
4284 | mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999)) | |
4285 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627)) | |
4286 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-0.18331337, 0.183315277, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008)) | |
4287 | mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999)) | |
4288 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627)) | |
4289 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-1.00708008, 1.00945854, -0.00180530548, -0.70710665, 1.49011612e-008, -0.707106888, -0.707106888, 1.49011603e-008, 0.70710665, 2.10734239e-008, 1, 5.65233175e-015)) | |
4290 | mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999)) | |
4291 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627)) | |
4292 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(0.826148987, -0.823768616, -0.00183963776, -0.70710665, 1.49011612e-008, -0.707106888, -0.707106888, 1.49011603e-008, 0.70710665, 2.10734239e-008, 1, 5.65233175e-015)) | |
4293 | mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999)) | |
4294 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627)) | |
4295 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-0.824975967, 0.824977875, 3.4570694e-005, -1.6963854e-007, 0.70710665, 0.707106888, -1.46491521e-008, 0.707106888, -0.707106709, -1, -1.30311079e-007, -1.09594069e-007)) | |
4296 | mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999)) | |
4297 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627)) | |
4298 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-1.83322906, 1.83323097, 3.64780426e-005, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008)) | |
4299 | mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999)) | |
4300 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627)) | |
4301 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(0.642831802, -0.640453339, -0.00183963776, -0.70710665, 1.49011612e-008, -0.707106888, -0.707106888, 1.49011603e-008, 0.70710665, 2.10734239e-008, 1, 5.65233175e-015)) | |
4302 | mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999)) | |
4303 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627)) | |
4304 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-0.0904636383, 0.0928440094, -0.00182056427, -0.70710665, 1.49011612e-008, -0.707106888, -0.707106888, 1.49011603e-008, 0.70710665, 2.10734239e-008, 1, 5.65233175e-015)) | |
4305 | mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999)) | |
4306 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627)) | |
4307 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(0.0928478241, -0.0904693604, -0.00182056427, -0.70710665, 1.49011612e-008, -0.707106888, -0.707106888, 1.49011603e-008, 0.70710665, 2.10734239e-008, 1, 5.65233175e-015)) | |
4308 | mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999)) | |
4309 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627)) | |
4310 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(0.549985886, -0.549983978, -1.33514404e-005, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008)) | |
4311 | mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999)) | |
4312 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627)) | |
4313 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-1.19040871, 1.19278717, -0.00182056427, -0.70710665, 1.49011612e-008, -0.707106888, -0.707106888, 1.49011603e-008, 0.70710665, 2.10734239e-008, 1, 5.65233175e-015)) | |
4314 | mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999)) | |
4315 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627)) | |
4316 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-0.823759079, 0.826137543, -0.00182056427, -0.70710665, 1.49011612e-008, -0.707106888, -0.707106888, 1.49011603e-008, 0.70710665, 2.10734239e-008, 1, 5.65233175e-015)) | |
4317 | mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999)) | |
4318 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627)) | |
4319 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-1.46657944, 1.46658134, 2.31266022e-005, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008)) | |
4320 | mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999)) | |
4321 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627)) | |
4322 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-0.733295441, 0.733297348, 2.38418579e-007, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008)) | |
4323 | mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999)) | |
4324 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627)) | |
4325 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-0.458320618, 0.458322525, 5.17368317e-005, -1.6963854e-007, 0.70710665, 0.707106888, -1.46491521e-008, 0.707106888, -0.707106709, -1, -1.30311079e-007, -1.09594069e-007)) | |
4326 | mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999)) | |
4327 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627)) | |
4328 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-1.37374115, 1.37611961, -0.00180530548, -0.70710665, 1.49011612e-008, -0.707106888, -0.707106888, 1.49011603e-008, 0.70710665, 2.10734239e-008, 1, 5.65233175e-015)) | |
4329 | mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999)) | |
4330 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(6.22222471, 0.518518627, 0.518518627)) | |
4331 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-0.0536880493, 0, 7.62939453e-005, 7.26342932e-008, 0, -1, -7.58196705e-008, 1, -5.50710795e-015, 1, 7.58196705e-008, 7.26342932e-008)) | |
4332 | mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1.00999999, 0.0599999987, 1.00999999)) | |
4333 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627)) | |
4334 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-0.916606903, 0.91660881, 2.38418579e-007, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008)) | |
4335 | mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999)) | |
4336 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627)) | |
4337 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-0.0916824341, 0.0916843414, 2.67028809e-005, -1.6963854e-007, 0.70710665, 0.707106888, -1.46491521e-008, 0.707106888, -0.707106709, -1, -1.30311079e-007, -1.09594069e-007)) | |
4338 | mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999)) | |
4339 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627)) | |
4340 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(0.734451294, -0.732088089, 0.00185012817, -0.707106829, -7.4505806e-008, 0.707106709, -0.707106769, 1.49011647e-008, -0.707106829, 4.21468478e-008, -1, -6.32202628e-008)) | |
4341 | mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999)) | |
4342 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627)) | |
4343 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(0.916631699, -0.916629791, -1.71661377e-005, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008)) | |
4344 | mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999)) | |
4345 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627)) | |
4346 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(0.367816925, -0.365451813, 0.00185966492, -0.707106829, -7.4505806e-008, 0.707106709, -0.707106769, 1.49011647e-008, -0.707106829, 4.21468478e-008, -1, -6.32202628e-008)) | |
4347 | mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999)) | |
4348 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627)) | |
4349 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-1.64874077, 1.65112114, 0.00186932087, -0.707106829, -7.4505806e-008, 0.707106709, -0.707106769, 1.49011647e-008, -0.707106829, 4.21468478e-008, -1, -6.32202628e-008)) | |
4350 | mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999)) | |
4351 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627)) | |
4352 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(0.551136017, -0.548772812, 0.00185012817, -0.707106829, -7.4505806e-008, 0.707106709, -0.707106769, 1.49011647e-008, -0.707106829, 4.21468478e-008, -1, -6.32202628e-008)) | |
4353 | mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999)) | |
4354 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627)) | |
4355 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(0.458297729, -0.458295822, 1.71661377e-005, -1.6963854e-007, 0.70710665, 0.707106888, -1.46491521e-008, 0.707106888, -0.707106709, -1, -1.30311079e-007, -1.09594069e-007)) | |
4356 | mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999)) | |
4357 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627)) | |
4358 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(0.459510803, -0.457132339, -0.00182056427, -0.70710665, 1.49011612e-008, -0.707106888, -0.707106888, 1.49011603e-008, 0.70710665, 2.10734239e-008, 1, 5.65233175e-015)) | |
4359 | mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999)) | |
4360 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627)) | |
4361 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-0.366638184, 0.366640091, 2.31266022e-005, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008)) | |
4362 | mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999)) | |
4363 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627)) | |
4364 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-1.74159431, 1.74159622, 5.12599945e-005, -1.6963854e-007, 0.70710665, 0.707106888, -1.46491521e-008, 0.707106888, -0.707106709, -1, -1.30311079e-007, -1.09594069e-007)) | |
4365 | mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999)) | |
4366 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627)) | |
4367 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(0.184497833, -0.182132721, 0.00183963776, -0.707106829, -7.4505806e-008, 0.707106709, -0.707106769, 1.49011647e-008, -0.707106829, 4.21468478e-008, -1, -6.32202628e-008)) | |
4368 | mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999)) | |
4369 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.777778268, 0.259259313, 0.518518627)) | |
4370 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(0.917798996, -0.915416718, 0.00183963776, -0.707106829, -7.4505806e-008, 0.707106709, -0.707106769, 1.49011647e-008, -0.707106829, 4.21468478e-008, -1, -6.32202628e-008)) | |
4371 | mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.959999979, 0.0599999987, 1.00999999)) | |
4372 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(6.22222471, 0.518518627, 0.518518627)) | |
4373 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-0.0536880493, 0.000133514404, 0, 7.26342932e-008, 0, -1, 1, -1.35872824e-008, 7.26342932e-008, -1.35872824e-008, -1, -9.86902651e-016)) | |
4374 | mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1)) | |
4375 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.518518567, 0.518518686, 0.259259343)) | |
4376 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(3.90315247, -0.000120162964, 0.847258329, 9.47018997e-009, -1.1920929e-007, 1, -1, -8.30279134e-008, 9.47017753e-009, 8.30279134e-008, -1, -1.19209282e-007)) | |
4377 | mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 0.699999988, 0.699999988)) | |
4378 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.518518567, 0.518518686, 0.259259343)) | |
4379 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(3.90315247, -0.00012421608, -0.837946296, 9.47018997e-009, -1.1920929e-007, 1, -1, -8.30279134e-008, 9.47017753e-009, 8.30279134e-008, -1, -1.19209282e-007)) | |
4380 | mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 0.699999988, 0.699999988)) | |
4381 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.259259343, 0.518518686, 1.03703749)) | |
4382 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-0.000133275986, 2.90047836, 4.3380785, -0.999999762, -2.11777547e-008, 3.85407475e-008, 4.39660077e-008, -0.499999642, 0.866025031, 9.29916588e-010, 0.866025269, 0.499999523)) | |
4383 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.99000001, 0.99000001, 1)) | |
4384 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.259259343, 0.518518686, 1.03703749)) | |
4385 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(0.000120401382, 2.90047836, 4.33810234, 1, 2.27286364e-007, 2.32403181e-007, -3.14910324e-007, 0.499999881, 0.866025448, 8.0634095e-008, -0.866025448, 0.499999881)) | |
4386 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.99000001, 0.99000001, 1)) | |
4387 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.518518567, 1.2962966, 0.259259343)) | |
4388 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(2.90047836, 3.17142868, 0.000120162964, -1.26123183e-007, 0.49999994, 0.866025448, 8.06344076e-008, -0.866025448, 0.49999994, 1, 1.32893049e-007, 6.89086761e-008)) | |
4389 | mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.99000001, 1, 0.99000001)) | |
4390 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.518518567, 1.2962966, 0.259259343)) | |
4391 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(2.90048981, -3.1714077, 0.000133752823, -1.0990815e-007, -0.49999994, 0.866025388, -9.30000077e-010, -0.866025388, -0.49999994, 1, -5.57594753e-008, 9.47182528e-008)) | |
4392 | mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.99000001, 1, 0.99000001)) | |
4393 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(1.03703725, 0.259259313, 1.03703737)) | |
4394 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(2.78516388, 0.000163555145, -4.44323349, -7.26343217e-008, -1.78813963e-007, 1, -1, -5.96046519e-008, -7.26343359e-008, 5.96046661e-008, -1, -1.78813977e-007)) | |
4395 | mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1.02999997, 1)) | |
4396 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(1.29629672, 0.259259313, 1.29629672)) | |
4397 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(2.87590027, 0.000174999237, -4.53397942, -7.26343217e-008, -1.78813963e-007, 1, -1, -5.96046519e-008, -7.26343359e-008, 5.96046661e-008, -1, -1.78813977e-007)) | |
4398 | mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1.00999999, 1)) | |
4399 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(1.29629672, 0.259259313, 1.29629672)) | |
4400 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(2.20371246, 9.27448273e-005, 4.59070015, -1.35872718e-008, -1, -1.78813934e-007, 1, -1.35873384e-008, 3.73972171e-007, -3.73972171e-007, -1.78813934e-007, 1)) | |
4401 | mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1.00999999, 1)) | |
4402 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(1.03703725, 0.259259313, 1.03703737)) | |
4403 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-4.68144608, 8.22544098e-005, -2.112957, 7.26342932e-008, 0, -1, 1, -1.35872824e-008, 7.26342932e-008, -1.35872824e-008, -1, -9.86902651e-016)) | |
4404 | mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1.02999997, 1)) | |
4405 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(1.03703725, 0.259259313, 1.03703737)) | |
4406 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(2.11297655, 8.32080841e-005, 4.68144417, -1.35872718e-008, -1, -1.78813934e-007, 1, -1.35873384e-008, 3.73972171e-007, -3.73972171e-007, -1.78813934e-007, 1)) | |
4407 | mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1.02999997, 1)) | |
4408 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(1.2962966, 0.518518627, 1.29629672)) | |
4409 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-4.07218933, 9.1791153e-005, 0, 7.26342932e-008, 0, -1, 1, -1.35872824e-008, 7.26342932e-008, -1.35872824e-008, -1, -9.86902651e-016)) | |
4410 | mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1.02999997, 1)) | |
4411 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(1.03703725, 0.259259313, 1.03703737)) | |
4412 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(2.78264618, 8.17775726e-005, -4.555583, 7.26343217e-008, 1.78813934e-007, 1, 1, 1.35872735e-008, -7.26343217e-008, -1.35872877e-008, 1, -1.78813934e-007)) | |
4413 | mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1.02999997, 1)) | |
4414 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(1.29629672, 0.259259313, 1.29629672)) | |
4415 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(2.87337875, 9.13143158e-005, -4.64633274, 7.26343217e-008, 1.78813934e-007, 1, 1, 1.35872735e-008, -7.26343217e-008, -1.35872877e-008, 1, -1.78813934e-007)) | |
4416 | mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1.00999999, 1)) | |
4417 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(1.29629672, 0.259259313, 1.29629672)) | |
4418 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-4.59070206, 9.1791153e-005, -2.20370197, 7.26342932e-008, 0, -1, 1, -1.35872824e-008, 7.26342932e-008, -1.35872824e-008, -1, -9.86902651e-016)) | |
4419 | mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1.00999999, 1)) | |
4420 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(1.29629672, 0.259259313, 1.29629672)) | |
4421 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-10.8129234, 2.88486481e-005, 0, 7.26342932e-008, 0, -1, 1, -1.35872824e-008, 7.26342932e-008, -1.35872824e-008, -1, -9.86902651e-016)) | |
4422 | mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1.03999996, 1)) | |
4423 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.259259313, 1.94444513)) | |
4424 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-0.000122070313, -0.116662025, 12.0443993, 1, -1.35872806e-008, 7.26343004e-008, 1.35872806e-008, 1, 0, -7.26343004e-008, 9.86902651e-016, 1)) | |
4425 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.02999997, 0.600000024, 1)) | |
4426 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.518518686, 2.07407475)) | |
4427 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(3.24249268e-005, -0.259274483, 12.1092224, -1, 1.35872806e-008, -7.26343004e-008, -1.35872806e-008, -1, 0, -7.26343004e-008, 9.86902651e-016, 1)) | |
4428 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.00999999, 1, 1)) | |
4429 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(6.74074316, 0.259259313, 0.259259343)) | |
4430 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-7.70181274, -1.90734863e-006, 0.583325624, 7.26342932e-008, 0, -1, 1, -1.35872824e-008, 7.26342932e-008, -1.35872824e-008, -1, -9.86902651e-016)) | |
4431 | mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1.02999997, 0.100000001)) | |
4432 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(6.74074316, 0.259259313, 0.259259343)) | |
4433 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-7.70181274, -1.90734863e-006, 0.259250879, 7.26342932e-008, 0, -1, 1, -1.35872824e-008, 7.26342932e-008, -1.35872824e-008, -1, -9.86902651e-016)) | |
4434 | mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1.05999994, 0.100000001)) | |
4435 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.518518627, 2.07407475)) | |
4436 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-3.24249268e-005, -0.259250879, 12.1092224, 1, -1.35872806e-008, 7.26343004e-008, 1.35872806e-008, 1, 0, -7.26343004e-008, 9.86902651e-016, 1)) | |
4437 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.00999999, 1, 1)) | |
4438 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(6.74074316, 0.259259313, 0.259259343)) | |
4439 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-7.70181274, -1.90734863e-006, -0.583348989, 7.26342932e-008, 0, -1, 1, -1.35872824e-008, 7.26342932e-008, -1.35872824e-008, -1, -9.86902651e-016)) | |
4440 | mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1.02999997, 0.100000001)) | |
4441 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.259259313, 1.94444513)) | |
4442 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(0.000122070313, -0.116671681, 12.0443993, -1, 1.35872806e-008, -7.26343004e-008, -1.35872806e-008, -1, 0, -7.26343004e-008, 9.86902651e-016, 1)) | |
4443 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.02999997, 0.600000024, 1)) | |
4444 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(6.74074316, 0.259259313, 0.259259343)) | |
4445 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-7.70181274, -1.90734863e-006, -0.259255409, 7.26342932e-008, 0, -1, 1, -1.35872824e-008, 7.26342932e-008, -1.35872824e-008, -1, -9.86902651e-016)) | |
4446 | mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1.05999994, 0.100000001)) | |
4447 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(6.74074316, 0.259259313, 0.259259343)) | |
4448 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-7.70181274, -1.90734863e-006, -0.129636765, 7.26342932e-008, 0, -1, 1, -1.35872824e-008, 7.26342932e-008, -1.35872824e-008, -1, -9.86902651e-016)) | |
4449 | mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1.05999994, 0.200000003)) | |
4450 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(6.74074316, 0.259259313, 0.259259343)) | |
4451 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-7.70182037, -1.90734863e-006, 0.129623413, 7.26342932e-008, 0, -1, 1, -1.35872824e-008, 7.26342932e-008, -1.35872824e-008, -1, -9.86902651e-016)) | |
4452 | mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1.05999994, 0.200000003)) | |
4453 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 2.59259343)) | |
4454 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-7.05718994e-005, -0.337038875, 12.3684731, -1, 1.35872806e-008, -7.26343004e-008, -1.35872806e-008, -1, 0, -7.26343004e-008, 9.86902651e-016, 1)) | |
4455 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 0.839999974, 1)) | |
4456 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(6.74074316, 0.259259313, 1.2962966)) | |
4457 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-7.70182037, -1.90734863e-006, 0, 7.26342932e-008, 0, -1, 1, -1.35872824e-008, 7.26342932e-008, -1.35872824e-008, -1, -9.86902651e-016)) | |
4458 | mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 0.119999997, 1.00100005)) | |
4459 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 2.59259343)) | |
4460 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(7.05718994e-005, -0.33703351, 12.3684731, 1, -1.35872806e-008, 7.26343004e-008, 1.35872806e-008, 1, 0, -7.26343004e-008, 9.86902651e-016, 1)) | |
4461 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 0.839999974, 1)) | |
4462 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.518518686, 0.518518686)) | |
4463 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(0.000120639801, -3.70452118, -2.79076195, 1, 4.20377333e-008, 2.81075273e-007, 2.82378039e-007, -0.258818924, -0.965925813, 3.21423244e-008, 0.965925813, -0.258818954)) | |
4464 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.99000001, 1)) | |
4465 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.518518567, 1.55555594, 0.259259343)) | |
4466 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(3.26083183, -3.08899784, 0.000133752823, -8.63836647e-008, -0.422618359, 0.906307876, -4.29547775e-009, -0.906307757, -0.42261833, 1, -4.04003444e-008, 7.64748265e-008)) | |
4467 | mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.0599999987, 1, 1)) | |
4468 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.518518567, 1.2962966, 0.259259343)) | |
4469 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(2.90047836, 3.17142868, 0.000120162964, -1.26123183e-007, 0.49999994, 0.866025448, 8.06344076e-008, -0.866025448, 0.49999994, 1, 1.32893049e-007, 6.89086761e-008)) | |
4470 | mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.100000001)) | |
4471 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.518518567, 1.55555594, 0.259259343)) | |
4472 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(3.0921936, 2.85683537, 0.000120639801, -1.09868267e-007, 0.390732348, 0.920504391, -4.35992824e-008, -0.920504391, 0.390732348, 1, 2.79575652e-009, 1.18169858e-007)) | |
4473 | mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.0599999987, 1, 1)) | |
4474 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.518518567, 1.2962966, 0.259259343)) | |
4475 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(2.90048981, -3.1714077, 0.000133752823, -1.0990815e-007, -0.49999994, 0.866025388, -9.30000077e-010, -0.866025388, -0.49999994, 1, -5.57594753e-008, 9.47182528e-008)) | |
4476 | mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.100000001)) | |
4477 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.518518567, 1.55555594, 0.259259343)) | |
4478 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(3.54734802, -2.42215061, 0.000133991241, -9.79423547e-008, -0.258819193, 0.965925872, 4.70048391e-008, -0.965925872, -0.258819193, 1, 2.00538253e-008, 1.06770791e-007)) | |
4479 | mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.0599999987, 1, 1)) | |
4480 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.518518567, 0.518518686, 0.259259343)) | |
4481 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(3.89389801, -0.000120162964, 0.847258329, 9.47018997e-009, -1.1920929e-007, 1, -1, -8.30279134e-008, 9.47017753e-009, 8.30279134e-008, -1, -1.19209282e-007)) | |
4482 | mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 0.560000002, 0.709999979)) | |
4483 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.259259313, 0.518518806)) | |
4484 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-0.000130414963, 0.86914444, -4.22298431, -1, -1.22191182e-006, 1.42418617e-006, -1.54888335e-006, 0.965925753, -0.25881955, -1.05940342e-006, -0.25881955, -0.965925753)) | |
4485 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.99000001, 1)) | |
4486 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.518518567, 0.518518686, 0.259259343)) | |
4487 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(3.89389801, -0.00012421608, -0.837946296, 9.47018997e-009, -1.1920929e-007, 1, -1, -8.30279134e-008, 9.47017753e-009, 8.30279134e-008, -1, -1.19209282e-007)) | |
4488 | mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 0.560000002, 0.709999979)) | |
4489 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.259259313, 0.777778149)) | |
4490 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-0.000133275986, 3.89334488, -2.17629051, -1, -1.32561297e-006, 8.84132305e-007, -7.05949105e-007, 0.866025686, 0.499999583, -1.42848728e-006, 0.499999583, -0.866025686)) | |
4491 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.99000001, 1)) | |
4492 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.259259313, 1.03703749)) | |
4493 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-0.000135421753, 4.64661407, 1.34696198, -1, -9.82721986e-007, 1.11105791e-007, -1.47027706e-007, 0.25881955, 0.965925753, -9.7799284e-007, 0.965925753, -0.25881955)) | |
4494 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.99000001, 1)) | |
4495 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.259259313, 1.03703749)) | |
4496 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(0.000120162964, 4.64661789, 1.346982, 1, 4.00835432e-007, 3.23014717e-007, -2.08264595e-007, -0.258818746, 0.965925992, 4.70779611e-007, -0.965925992, -0.258818746)) | |
4497 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.99000001, 1)) | |
4498 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.259259313, 0.777778149)) | |
4499 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(0.000119686127, 3.89336014, -2.17628479, 1, 4.28033047e-007, 1.74377874e-007, 2.83498451e-007, -0.866025269, 0.500000298, 3.65032292e-007, -0.500000298, -0.866025269)) | |
4500 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.99000001, 1)) | |
4501 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.259259313, 0.518518806)) | |
4502 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(0.000119924545, 0.869161129, -4.22298813, 1, 5.51122014e-007, 2.59200249e-007, 5.99428972e-007, -0.965925992, -0.258818775, 1.0772753e-007, 0.258818775, -0.965925992)) | |
4503 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.99000001, 1)) | |
4504 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.518518567, 1.55555594, 0.259259343)) | |
4505 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(3.2608223, 3.08901405, 0.000119686127, -1.10378075e-007, 0.422619462, 0.90630722, -1.69980208e-009, -0.90630722, 0.422619462, 1, 4.51073809e-008, 1.00754818e-007)) | |
4506 | mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.0599999987, 1, 1)) | |
4507 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.518518686, 1.03703749)) | |
4508 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(0.000120401382, 2.90047836, 4.33810234, 1, 2.27286364e-007, 2.32403181e-007, -3.14910324e-007, 0.499999881, 0.866025448, 8.0634095e-008, -0.866025448, 0.499999881)) | |
4509 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 1.01999998, 1)) | |
4510 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.518518686, 1.03703749)) | |
4511 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-0.000133275986, 2.90695953, 4.32685566, -0.999999762, -2.11777547e-008, 3.85407475e-008, 4.39660077e-008, -0.499999642, 0.866025031, 9.29916588e-010, 0.866025269, 0.499999523)) | |
4512 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 1.01999998, 1)) | |
4513 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.518518686, 1.29629683)) | |
4514 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-0.000133275986, 3.70452118, 3.69815493, -1, -1.61937432e-008, 4.06052507e-008, 4.34129106e-008, -0.258818865, 0.965925932, -5.13255038e-009, 0.965925932, 0.258818835)) | |
4515 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.99000001, 1)) | |
4516 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.518518686, 1.29629683)) | |
4517 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(0.000120639801, 3.70451164, 3.69817638, 1, 8.18811756e-008, 2.70399255e-007, -2.82378039e-007, 0.258818924, 0.965925872, 9.10670028e-009, -0.965925872, 0.258818924)) | |
4518 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.99000001, 1)) | |
4519 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.518518686, 0.518518686)) | |
4520 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-0.000133514404, -3.70451355, -2.7907486, -1, -4.76288342e-009, -2.05528039e-009, 7.52531371e-010, 0.258818656, -0.965925932, 5.13253973e-009, -0.965925932, -0.258818626)) | |
4521 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.99000001, 1)) | |
4522 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.518518567, 1.55555594, 0.259259343)) | |
4523 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(3.54733849, 2.42216587, 0.000120639801, -1.29213319e-007, 0.258820295, 0.965925574, -2.80968671e-009, -0.965925574, 0.258820295, 1, 3.07290726e-008, 1.25537639e-007)) | |
4524 | mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.0599999987, 1, 1)) | |
4525 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.518518567, 1.55555594, 0.259259343)) | |
4526 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(3.14159012, -2.8024168, 0.000133752823, -6.01987367e-008, -0.37460652, 0.927183867, 3.81304055e-008, -0.927183867, -0.37460655, 1, 1.28030564e-008, 7.00991976e-008)) | |
4527 | mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.0599999987, 1, 1)) | |
4528 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(1.8148154, 0.518518627, 2.07407475)) | |
4529 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-3.81292725, 0.00012421608, 0, 7.26342932e-008, 0, -1, 1, -1.35872824e-008, 7.26342932e-008, -1.35872824e-008, -1, -9.86902651e-016)) | |
4530 | mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.899999976, 1.01999998, 0.899999976)) | |
4531 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(1.8148154, 0.518518627, 2.07407475)) | |
4532 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-3.81292725, 4.9829483e-005, 0, 7.26342932e-008, 0, -1, 1, -1.35872824e-008, 7.26342932e-008, -1.35872824e-008, -1, -9.86902651e-016)) | |
4533 | mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1.00999999, 0.0599999987, 1.00999999)) | |
4534 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(1.29629672, 0.259259313, 1.29629672)) | |
4535 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(2.87337875, 8.17775726e-005, -4.64633274, 7.26343217e-008, 1.78813934e-007, 1, 1, 1.35872735e-008, -7.26343217e-008, -1.35872877e-008, 1, -1.78813934e-007)) | |
4536 | mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.899999976, 1.01999998, 0.899999976)) | |
4537 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(1.29629672, 0.259259313, 1.29629672)) | |
4538 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(2.87337875, -0.000175714493, -4.64633274, 7.26343217e-008, 1.78813934e-007, 1, 1, 1.35872735e-008, -7.26343217e-008, -1.35872877e-008, 1, -1.78813934e-007)) | |
4539 | mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1.00999999, 0.100000001, 1.00999999)) | |
4540 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(1.29629672, 0.259259313, 1.29629672)) | |
4541 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-4.59070206, -0.000175237656, -2.20370197, 7.26342932e-008, 0, -1, 1, -1.35872824e-008, 7.26342932e-008, -1.35872824e-008, -1, -9.86902651e-016)) | |
4542 | mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1.00999999, 0.100000001, 1.00999999)) | |
4543 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(1.29629672, 0.259259313, 1.29629672)) | |
4544 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(2.20371246, 8.32080841e-005, 4.59070015, -1.35872718e-008, -1, -1.78813934e-007, 1, -1.35873384e-008, 3.73972171e-007, -3.73972171e-007, -1.78813934e-007, 1)) | |
4545 | mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.899999976, 1.01999998, 0.899999976)) | |
4546 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(1.29629672, 0.259259313, 1.29629672)) | |
4547 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-4.59070206, -0.000215768814, 2.20371342, 7.26342932e-008, 0, -1, 1, -1.35872824e-008, 7.26342932e-008, -1.35872824e-008, -1, -9.86902651e-016)) | |
4548 | mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1.00999999, 0.100000001, 1.00999999)) | |
4549 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(1.29629672, 0.259259313, 1.29629672)) | |
4550 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-4.59070206, 8.22544098e-005, -2.20370197, 7.26342932e-008, 0, -1, 1, -1.35872824e-008, 7.26342932e-008, -1.35872824e-008, -1, -9.86902651e-016)) | |
4551 | mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.899999976, 1.01999998, 0.899999976)) | |
4552 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(1.29629672, 0.259259313, 1.29629672)) | |
4553 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(2.87590027, -9.20295715e-005, -4.53397942, -7.26343217e-008, -1.78813963e-007, 1, -1, -5.96046519e-008, -7.26343359e-008, 5.96046661e-008, -1, -1.78813977e-007)) | |
4554 | mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1.00999999, 0.100000001, 1.00999999)) | |
4555 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(1.29629672, 0.259259313, 1.29629672)) | |
4556 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(2.87590027, 0.000163555145, -4.53397942, -7.26343217e-008, -1.78813963e-007, 1, -1, -5.96046519e-008, -7.26343359e-008, 5.96046661e-008, -1, -1.78813977e-007)) | |
4557 | mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.899999976, 1.01999998, 0.899999976)) | |
4558 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 2.33333421)) | |
4559 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(8.01086426e-005, -5.50149727, 1.24056816, -1, -1.92401131e-007, -4.53303073e-007, 6.00274603e-008, 0.866025209, -0.500000358, 4.88772514e-007, -0.500000358, -0.866025209)) | |
4560 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 0.600000024, 1)) | |
4561 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 1.03703737)) | |
4562 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(0.000164270401, -0.294586182, 6.34798241, -1, -2.81808241e-007, -1.07155677e-006, 1.06889968e-006, -0.499999523, -0.866025686, -2.91724689e-007, -0.866025686, 0.499999523)) | |
4563 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 0.600000024, 1)) | |
4564 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0.39999997615814,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 2.33333421)) | |
4565 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-4.95910645e-005, -5.39571381, 1.16452789, -1, -1.92401131e-007, -4.53303073e-007, 6.00274603e-008, 0.866025209, -0.500000358, 4.88772514e-007, -0.500000358, -0.866025209)) | |
4566 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1, 1)) | |
4567 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 2.33333421)) | |
4568 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(8.01086426e-005, -5.51445961, 1.21811485, -1, -1.92401131e-007, -4.53303073e-007, 6.00274603e-008, 0.866025209, -0.500000358, 4.88772514e-007, -0.500000358, -0.866025209)) | |
4569 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 0.600000024, 1)) | |
4570 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 1.81481552)) | |
4571 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(0.000111818314, -4.89693832, 3.89433098, -1, -6.54337043e-007, -1.05499896e-006, 5.86486806e-007, 0.500000536, -0.866025209, 1.09417238e-006, -0.866025209, -0.500000536)) | |
4572 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 0.600000024, 1)) | |
4573 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 2.59259343)) | |
4574 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(5.14984131e-005, -4.77596188, -1.17524147, -1, -1.35872629e-008, 7.26342932e-008, -1.35872771e-008, 1, -1.78813934e-007, -7.26342932e-008, -1.78813934e-007, -1)) | |
4575 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 0.600000024, 1)) | |
4576 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0.39999997615814,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 1.81481552)) | |
4577 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-2.16960907e-005, -4.82089996, 3.78854847, -1, -6.54337043e-007, -1.05499896e-006, 5.86486806e-007, 0.500000536, -0.866025209, 1.09417238e-006, -0.866025209, -0.500000536)) | |
4578 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1, 1)) | |
4579 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0.39999997615814,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 1.03703737)) | |
4580 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(3.6239624e-005, -0.171104431, 6.27668953, -1, -2.81808241e-007, -1.07155677e-006, 1.06889968e-006, -0.499999523, -0.866025686, -2.91724689e-007, -0.866025686, 0.499999523)) | |
4581 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1, 1)) | |
4582 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 1.55555618)) | |
4583 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(0.000125408173, -2.85110855, 5.70879173, -1, -7.88447323e-007, -1.0545923e-006, 1.05459173e-006, 7.30156785e-007, -1, 7.88448119e-007, -1, -7.30155932e-007)) | |
4584 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 0.600000024, 1)) | |
4585 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 1.81481552)) | |
4586 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(0.000112056732, -4.87447739, 3.90729904, -1, -6.54337043e-007, -1.05499896e-006, 5.86486806e-007, 0.500000536, -0.866025209, 1.09417238e-006, -0.866025209, -0.500000536)) | |
4587 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 0.600000024, 1)) | |
4588 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0.39999997615814,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 1.55555618)) | |
4589 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(1.47819519e-005, -2.86407852, 5.57916451, -1, -7.88447323e-007, -1.0545923e-006, 1.05459173e-006, 7.30156785e-007, -1, 7.88448119e-007, -1, -7.30155932e-007)) | |
4590 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1, 1)) | |
4591 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0.39999997615814,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 2.59259343)) | |
4592 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-8.20159912e-005, -4.64633274, -1.18819618, -1, -1.35872629e-008, 7.26342932e-008, -1.35872771e-008, 1, -1.78813934e-007, -7.26342932e-008, -1.78813934e-007, -1)) | |
4593 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1, 1)) | |
4594 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 2.59259343)) | |
4595 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(5.14984131e-005, -4.77596188, -1.20115852, -1, -1.35872629e-008, 7.26342932e-008, -1.35872771e-008, 1, -1.78813934e-007, -7.26342932e-008, -1.78813934e-007, -1)) | |
4596 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 0.600000024, 1)) | |
4597 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 1.03703737)) | |
4598 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(0.000163793564, -0.272134781, 6.33502007, -1, -2.81808241e-007, -1.07155677e-006, 1.06889968e-006, -0.499999523, -0.866025686, -2.91724689e-007, -0.866025686, 0.499999523)) | |
4599 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 0.600000024, 1)) | |
4600 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 1.55555618)) | |
4601 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(0.000125408173, -2.87703323, 5.70879173, -1, -7.88447323e-007, -1.0545923e-006, 1.05459173e-006, 7.30156785e-007, -1, 7.88448119e-007, -1, -7.30155932e-007)) | |
4602 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 0.600000024, 1)) | |
4603 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 2.59259343)) | |
4604 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(5.53131104e-005, -2.33333254, 6.26292419, -1, 1.35872806e-008, -7.26343004e-008, -1.35872806e-008, -1, 0, -7.26343004e-008, 9.86902651e-016, 1)) | |
4605 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 0.600000024, 1)) | |
4606 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0.39999997615814,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 1.55555618)) | |
4607 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(2.07424164e-005, 4.60000801, 3.13654184, -1, 7.88447494e-007, 1.05459264e-006, 1.05459196e-006, -8.34465027e-007, 1, 7.88448347e-007, 1, 8.34464174e-007)) | |
4608 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1, 1)) | |
4609 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 2.59259343)) | |
4610 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-3.81469727e-005, -2.33333683, 6.26292419, 1, -1.35872806e-008, 7.26343004e-008, 1.35872806e-008, 1, 0, -7.26343004e-008, 9.86902651e-016, 1)) | |
4611 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 0.600000024, 1)) | |
4612 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 2.59259343)) | |
4613 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-5.91278076e-005, 0.345923424, 6.61297035, 1, -1.35872806e-008, 7.26343004e-008, -2.45502303e-008, 0.866025329, 0.500000119, -6.96967817e-008, -0.500000119, 0.866025329)) | |
4614 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 0.600000024, 1)) | |
4615 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0.39999997615814,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 2.59259343)) | |
4616 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(6.67572021e-005, 0.451700211, 6.53692818, 1, -1.35872806e-008, 7.26343004e-008, -2.45502303e-008, 0.866025329, 0.500000119, -6.96967817e-008, -0.500000119, 0.866025329)) | |
4617 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1, 1)) | |
4618 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 2.33333421)) | |
4619 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(8.39233398e-005, 0.345918655, 6.48334122, -1, 1.92401188e-007, 4.53303187e-007, 6.00273324e-008, -0.866025329, 0.500000119, 4.88772628e-007, 0.500000119, 0.866025329)) | |
4620 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 0.600000024, 1)) | |
4621 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0.39999997615814,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 1.55555618)) | |
4622 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-7.15255737e-007, 4.60000992, 3.1365478, 1, -1.92401188e-007, 2.57636145e-007, -2.57636145e-007, -5.96046377e-008, 1, -1.92401174e-007, -1, -5.96046874e-008)) | |
4623 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1, 1)) | |
4624 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 1.55555618)) | |
4625 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-0.000117063522, 4.61297989, 3.2661674, 1, -1.92401188e-007, 2.57636145e-007, -2.57636145e-007, -5.96046377e-008, 1, -1.92401174e-007, -1, -5.96046874e-008)) | |
4626 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 0.600000024, 1)) | |
4627 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 1.55555618)) | |
4628 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-0.000117063522, 4.58705902, 3.2661674, 1, -1.92401188e-007, 2.57636145e-007, -2.57636145e-007, -5.96046377e-008, 1, -1.92401174e-007, -1, -5.96046874e-008)) | |
4629 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 0.600000024, 1)) | |
4630 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 1.03703737)) | |
4631 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-0.000145196915, 4.970644, 0.487595558, 1, -5.64930247e-007, 1.63133308e-007, -4.23742733e-007, -0.50000006, 0.866025448, -4.07677305e-007, -0.866025448, -0.50000006)) | |
4632 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 0.600000024, 1)) | |
4633 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 2.33333421)) | |
4634 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(8.39233398e-005, 0.332958221, 6.46089363, -1, 1.92401188e-007, 4.53303187e-007, 6.00273324e-008, -0.866025329, 0.500000119, 4.88772628e-007, 0.500000119, 0.866025329)) | |
4635 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 0.600000024, 1)) | |
4636 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 1.03703737)) | |
4637 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(0.000169277191, 4.97064209, 0.487604141, -1, 2.81808099e-007, 1.07155711e-006, 1.06889991e-006, 0.499999464, 0.866025746, -2.91724916e-007, 0.866025746, -0.499999464)) | |
4638 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 0.600000024, 1)) | |
4639 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 1.55555618)) | |
4640 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(0.000131368637, 4.61297798, 3.26617432, -1, 7.88447494e-007, 1.05459264e-006, 1.05459196e-006, -8.34465027e-007, 1, 7.88448347e-007, 1, 8.34464174e-007)) | |
4641 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 0.600000024, 1)) | |
4642 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0.39999997615814,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 1.03703737)) | |
4643 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-2.50339508e-005, 5.07168198, 0.429261208, 1, -5.64930247e-007, 1.63133308e-007, -4.23742733e-007, -0.50000006, 0.866025448, -4.07677305e-007, -0.866025448, -0.50000006)) | |
4644 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1, 1)) | |
4645 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 2.59259343)) | |
4646 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-5.91278076e-005, 0.332961082, 6.59052086, 1, -1.35872806e-008, 7.26343004e-008, -2.45502303e-008, 0.866025329, 0.500000119, -6.96967817e-008, -0.500000119, 0.866025329)) | |
4647 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 0.600000024, 1)) | |
4648 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0.39999997615814,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 2.33333421)) | |
4649 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-4.38690186e-005, 0.451704025, 6.40730095, -1, 1.92401188e-007, 4.53303187e-007, 6.00273324e-008, -0.866025329, 0.500000119, 4.88772628e-007, 0.500000119, 0.866025329)) | |
4650 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1, 1)) | |
4651 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 1.03703737)) | |
4652 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(0.000169277191, 4.94818306, 0.500570297, -1, 2.81808099e-007, 1.07155711e-006, 1.06889991e-006, 0.499999464, 0.866025746, -2.91724916e-007, 0.866025746, -0.499999464)) | |
4653 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 0.600000024, 1)) | |
4654 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 1.81481552)) | |
4655 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(0.00012254715, 2.81091881, 5.52395439, -1, 6.54337214e-007, 1.0549993e-006, 5.86486863e-007, -0.500000596, 0.866025031, 1.09417272e-006, 0.866025031, 0.500000596)) | |
4656 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 0.600000024, 1)) | |
4657 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0.39999997615814,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 1.81481552)) | |
4658 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-1.47819519e-005, 2.86450768, 5.40520668, -1, 6.54337214e-007, 1.0549993e-006, 5.86486863e-007, -0.500000596, 0.866025031, 1.09417272e-006, 0.866025031, 0.500000596)) | |
4659 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1, 1)) | |
4660 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0.39999997615814,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 1.03703737)) | |
4661 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(3.95774841e-005, 5.07167244, 0.429275513, -1, 2.81808099e-007, 1.07155711e-006, 1.06889991e-006, 0.499999464, 0.866025746, -2.91724916e-007, 0.866025746, -0.499999464)) | |
4662 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1, 1)) | |
4663 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0.39999997615814,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 1.81481552)) | |
4664 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(3.81469727e-005, 2.86450768, 5.4052124, 1, -3.41412829e-007, 2.95972967e-007, -8.56137845e-008, 0.499999881, 0.866025567, -4.43658678e-007, -0.866025567, 0.499999881)) | |
4665 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1, 1)) | |
4666 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 2.59259343)) | |
4667 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(5.53131104e-005, -2.33333254, 6.28885269, -1, 1.35872806e-008, -7.26343004e-008, -1.35872806e-008, -1, 0, -7.26343004e-008, 9.86902651e-016, 1)) | |
4668 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 0.600000024, 1)) | |
4669 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0.39999997615814,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 2.59259343)) | |
4670 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-8.20159912e-005, -2.20370197, 6.27588654, -1, 1.35872806e-008, -7.26343004e-008, -1.35872806e-008, -1, 0, -7.26343004e-008, 9.86902651e-016, 1)) | |
4671 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1, 1)) | |
4672 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 1.81481552)) | |
4673 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-8.74996185e-005, 2.81091881, 5.52396393, 1, -3.41412829e-007, 2.95972967e-007, -8.56137845e-008, 0.499999881, 0.866025567, -4.43658678e-007, -0.866025567, 0.499999881)) | |
4674 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 0.600000024, 1)) | |
4675 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 1.03703737)) | |
4676 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-0.000145196915, 4.94819832, 0.500566483, 1, -5.64930247e-007, 1.63133308e-007, -4.23742733e-007, -0.50000006, 0.866025448, -4.07677305e-007, -0.866025448, -0.50000006)) | |
4677 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 0.600000024, 1)) | |
4678 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 2.59259343)) | |
4679 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-3.81469727e-005, -2.33333683, 6.28885269, 1, -1.35872806e-008, 7.26343004e-008, 1.35872806e-008, 1, 0, -7.26343004e-008, 9.86902651e-016, 1)) | |
4680 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 0.600000024, 1)) | |
4681 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 1.81481552)) | |
4682 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-8.74996185e-005, 2.78847122, 5.51100349, 1, -3.41412829e-007, 2.95972967e-007, -8.56137845e-008, 0.499999881, 0.866025567, -4.43658678e-007, -0.866025567, 0.499999881)) | |
4683 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 0.600000024, 1)) | |
4684 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 1.81481552)) | |
4685 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(0.00012254715, 2.78846169, 5.51098824, -1, 6.54337214e-007, 1.0549993e-006, 5.86486863e-007, -0.500000596, 0.866025031, 1.09417272e-006, 0.866025031, 0.500000596)) | |
4686 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 0.600000024, 1)) | |
4687 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 1.55555618)) | |
4688 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(0.000131368637, 4.58704567, 3.26617432, -1, 7.88447494e-007, 1.05459264e-006, 1.05459196e-006, -8.34465027e-007, 1, 7.88448347e-007, 1, 8.34464174e-007)) | |
4689 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 0.600000024, 1)) | |
4690 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0.39999997615814,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 2.59259343)) | |
4691 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(9.15527344e-005, -2.20371342, 6.27588654, 1, -1.35872806e-008, 7.26343004e-008, 1.35872806e-008, 1, 0, -7.26343004e-008, 9.86902651e-016, 1)) | |
4692 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1, 1)) | |
4693 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0.39999997615814,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 1.55555618)) | |
4694 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-6.72340393e-005, -2.86659622, 5.46681213, 1, 8.19563866e-007, -1.05459219e-006, -1.05459162e-006, -7.30156785e-007, -1, -8.19564661e-007, 1, -7.30155932e-007)) | |
4695 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1, 1)) | |
4696 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 1.55555618)) | |
4697 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(5.12599945e-005, -2.87955475, 5.59644508, 1, 8.19563866e-007, -1.05459219e-006, -1.05459162e-006, -7.30156785e-007, -1, -8.19564661e-007, 1, -7.30155932e-007)) | |
4698 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 0.600000024, 1)) | |
4699 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 2.33333421)) | |
4700 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(2.38418579e-007, -5.41842747, 1.15975761, 1, 2.08616257e-007, -4.53303073e-007, -4.59847378e-008, -0.866025269, -0.500000358, -4.96880091e-007, 0.500000358, -0.866025269)) | |
4701 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 0.600000024, 1)) | |
4702 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0.39999997615814,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 2.59259343)) | |
4703 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-0.000163793564, -4.53397942, -1.19071579, 1, 5.96046519e-008, 7.26342861e-008, 5.96046661e-008, -1, -1.7881392e-007, 7.2634279e-008, 1.7881392e-007, -1)) | |
4704 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1, 1)) | |
4705 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 1.81481552)) | |
4706 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(2.76565552e-005, -4.84293938, 3.79575825, 1, 6.40749931e-007, -1.05499896e-006, -5.93280276e-007, -0.500000477, -0.86602515, -1.08240556e-006, 0.866025209, -0.500000477)) | |
4707 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 0.600000024, 1)) | |
4708 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 1.55555618)) | |
4709 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(5.12599945e-005, -2.85363007, 5.59644508, 1, 8.19563866e-007, -1.05459219e-006, -1.05459162e-006, -7.30156785e-007, -1, -8.19564661e-007, 1, -7.30155932e-007)) | |
4710 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 0.600000024, 1)) | |
4711 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 2.59259343)) | |
4712 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-2.64644623e-005, -4.66361141, -1.20367813, 1, 5.96046519e-008, 7.26342861e-008, 5.96046661e-008, -1, -1.7881392e-007, 7.2634279e-008, 1.7881392e-007, -1)) | |
4713 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 0.600000024, 1)) | |
4714 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0.39999997615814,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 1.03703737)) | |
4715 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-3.60012054e-005, -0.229459763, 6.18065071, 1, 3.27825546e-007, -1.07155665e-006, -1.09190842e-006, 0.499999553, -0.866025746, 2.51872478e-007, 0.866025746, 0.499999553)) | |
4716 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1, 1)) | |
4717 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 1.81481552)) | |
4718 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(2.78949738e-005, -4.82047844, 3.80872631, 1, 6.40749931e-007, -1.05499896e-006, -5.93280276e-007, -0.500000477, -0.86602515, -1.08240556e-006, 0.866025209, -0.500000477)) | |
4719 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 0.600000024, 1)) | |
4720 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0.39999997615814,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 2.33333421)) | |
4721 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-0.000123739243, -5.29968166, 1.10616493, 1, 2.08616257e-007, -4.53303073e-007, -4.59847378e-008, -0.866025269, -0.500000358, -4.96880091e-007, 0.500000358, -0.866025269)) | |
4722 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1, 1)) | |
4723 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 2.59259343)) | |
4724 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-2.64644623e-005, -4.66361141, -1.17776489, 1, 5.96046519e-008, 7.26342861e-008, 5.96046661e-008, -1, -1.7881392e-007, 7.2634279e-008, 1.7881392e-007, -1)) | |
4725 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 0.600000024, 1)) | |
4726 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 2.33333421)) | |
4727 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(2.38418579e-007, -5.40546131, 1.18221474, 1, 2.08616257e-007, -4.53303073e-007, -4.59847378e-008, -0.866025269, -0.500000358, -4.96880091e-007, 0.500000358, -0.866025269)) | |
4728 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 0.600000024, 1)) | |
4729 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 1.03703737)) | |
4730 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(8.96453857e-005, -0.330493927, 6.23898315, 1, 3.27825546e-007, -1.07155665e-006, -1.09190842e-006, 0.499999553, -0.866025746, 2.51872478e-007, 0.866025746, 0.499999553)) | |
4731 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 0.600000024, 1)) | |
4732 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 1.03703737)) | |
4733 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(8.96453857e-005, -0.352949142, 6.2519474, 1, 3.27825546e-007, -1.07155665e-006, -1.09190842e-006, 0.499999553, -0.866025746, 2.51872478e-007, 0.866025746, 0.499999553)) | |
4734 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.100000001, 0.600000024, 1)) | |
4735 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0.39999997615814,tclr,"Part",Vector3.new(0.259259343, 0.77777797, 1.81481552)) | |
4736 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-9.25064087e-005, -4.7668972, 3.68998146, 1, 6.40749931e-007, -1.05499896e-006, -5.93280276e-007, -0.500000477, -0.86602515, -1.08240556e-006, 0.866025209, -0.500000477)) | |
4737 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.600000024, 1, 1)) | |
4738 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(1.8148154, 0.518518627, 2.07407475)) | |
4739 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-3.81292725, 0.000133752823, 0, 7.26342932e-008, 0, -1, 1, -1.35872824e-008, 7.26342932e-008, -1.35872824e-008, -1, -9.86902651e-016)) | |
4740 | mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1.00999999, 1)) | |
4741 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,1,"Really black","Part",Vector3.new(0.259259343, 0.259259313, 0.259259343)) | |
4742 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-1.1920929e-007, -0.129768372, -3.81292725, -9.78950787e-009, -1, -2.98023224e-008, -1, 9.78950787e-009, 4.63133887e-009, -4.63133842e-009, 2.98023224e-008, -1)) | |
4743 | mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=6547801",Vector3.new(0, 0, 0),Vector3.new(0.0518518686, 0.00129629672, 0.0518518686)) | |
4744 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,1,"Really black","Part",Vector3.new(0.259259343, 0.259259313, 0.259259343)) | |
4745 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-1.1920929e-007, -0.129768372, -3.81292725, -9.78950787e-009, -1, -2.98023224e-008, -1, 9.78950787e-009, 4.63133887e-009, -4.63133842e-009, 2.98023224e-008, -1)) | |
4746 | mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=6547801",Vector3.new(0, 0, 0),Vector3.new(0.0518518686, 0.00129629672, 0.0518518686)) | |
4747 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,1,"Really black","Part",Vector3.new(0.259259343, 0.259259313, 0.259259343)) | |
4748 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(3.75984001, 0.000175714493, -3.91405869, -1.05164366e-008, -0.968119502, -0.250488758, -1, 9.91058347e-009, 3.68003583e-009, -1.08022657e-009, 0.250488758, -0.968119502)) | |
4749 | mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=6547801",Vector3.new(0, 0, 0),Vector3.new(0.0518518686, 0.00129629672, 0.0518518686)) | |
4750 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Plastic,0,1,"Really black","Part",Vector3.new(0.259259343, 0.259259313, 0.259259343)) | |
4751 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(3.65045071, 9.1791153e-005, -3.88835716, -7.4505806e-008, 0.968119502, -0.250488728, 1, 7.40473354e-008, -1.12545493e-008, 7.65227881e-009, -0.250488728, -0.968119562)) | |
4752 | mesh("SpecialMesh",Part,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=6547801",Vector3.new(0, 0, 0),Vector3.new(0.0518518686, 0.00129629672, 0.0518518686)) | |
4753 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.259259343, 0.77777797, 1.03703737)) | |
4754 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(0.000163793564, -0.283361435, 6.34150124, -1, -2.81808241e-007, -1.07155677e-006, 1.06889968e-006, -0.499999523, -0.866025686, -2.91724689e-007, -0.866025686, 0.499999523)) | |
4755 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 0.600000024, 1)) | |
4756 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.259259343, 0.77777797, 2.33333421)) | |
4757 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(8.01086426e-005, -5.50797844, 1.22934341, -1, -1.92401131e-007, -4.53303073e-007, 6.00274603e-008, 0.866025209, -0.500000358, 4.88772514e-007, -0.500000358, -0.866025209)) | |
4758 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 0.600000024, 1)) | |
4759 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.259259343, 0.77777797, 1.55555618)) | |
4760 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(0.000125408173, -2.86408234, 5.70879555, -1, -7.88447323e-007, -1.0545923e-006, 1.05459173e-006, 7.30156785e-007, -1, 7.88448119e-007, -1, -7.30155932e-007)) | |
4761 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 0.600000024, 1)) | |
4762 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.259259343, 0.77777797, 2.59259343)) | |
4763 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(5.14984131e-005, -4.77596188, -1.18818855, -1, -1.35872629e-008, 7.26342932e-008, -1.35872771e-008, 1, -1.78813934e-007, -7.26342932e-008, -1.78813934e-007, -1)) | |
4764 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 0.600000024, 1)) | |
4765 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.259259343, 0.77777797, 1.81481552)) | |
4766 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(0.000111818314, -4.88570976, 3.90081406, -1, -6.54337043e-007, -1.05499896e-006, 5.86486806e-007, 0.500000536, -0.866025209, 1.09417238e-006, -0.866025209, -0.500000536)) | |
4767 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 0.600000024, 1)) | |
4768 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.259259343, 0.77777797, 1.81481552)) | |
4769 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-8.74996185e-005, 2.79969025, 5.51748085, 1, -3.41412829e-007, 2.95972967e-007, -8.56137845e-008, 0.499999881, 0.866025567, -4.43658678e-007, -0.866025567, 0.499999881)) | |
4770 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 0.600000024, 1)) | |
4771 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.259259343, 0.77777797, 2.59259343)) | |
4772 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(5.53131104e-005, -2.33333254, 6.27589035, -1, 1.35872806e-008, -7.26343004e-008, -1.35872806e-008, -1, 0, -7.26343004e-008, 9.86902651e-016, 1)) | |
4773 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 0.600000024, 1)) | |
4774 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.259259343, 0.77777797, 1.03703737)) | |
4775 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-0.000145196915, 4.95941925, 0.494076729, 1, -5.64930247e-007, 1.63133308e-007, -4.23742733e-007, -0.50000006, 0.866025448, -4.07677305e-007, -0.866025448, -0.50000006)) | |
4776 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 0.600000024, 1)) | |
4777 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.259259343, 0.77777797, 1.81481552)) | |
4778 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(0.00012254715, 2.79969025, 5.51747131, -1, 6.54337214e-007, 1.0549993e-006, 5.86486863e-007, -0.500000596, 0.866025031, 1.09417272e-006, 0.866025031, 0.500000596)) | |
4779 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 0.600000024, 1)) | |
4780 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.259259343, 0.77777797, 1.03703737)) | |
4781 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(0.000169277191, 4.95941162, 0.494087219, -1, 2.81808099e-007, 1.07155711e-006, 1.06889991e-006, 0.499999464, 0.866025746, -2.91724916e-007, 0.866025746, -0.499999464)) | |
4782 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 0.600000024, 1)) | |
4783 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.259259343, 0.77777797, 2.59259343)) | |
4784 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-3.81469727e-005, -2.33333683, 6.27589035, 1, -1.35872806e-008, 7.26343004e-008, 1.35872806e-008, 1, 0, -7.26343004e-008, 9.86902651e-016, 1)) | |
4785 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 0.600000024, 1)) | |
4786 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.259259343, 0.77777797, 2.33333421)) | |
4787 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(8.39233398e-005, 0.339439392, 6.47211838, -1, 1.92401188e-007, 4.53303187e-007, 6.00273324e-008, -0.866025329, 0.500000119, 4.88772628e-007, 0.500000119, 0.866025329)) | |
4788 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 0.600000024, 1)) | |
4789 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.259259343, 0.77777797, 2.59259343)) | |
4790 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-5.91278076e-005, 0.339440346, 6.6017437, 1, -1.35872806e-008, 7.26343004e-008, -2.45502303e-008, 0.866025329, 0.500000119, -6.96967817e-008, -0.500000119, 0.866025329)) | |
4791 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 0.600000024, 1)) | |
4792 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.259259343, 0.77777797, 1.55555618)) | |
4793 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(0.000131368637, 4.60000801, 3.26617432, -1, 7.88447494e-007, 1.05459264e-006, 1.05459196e-006, -8.34465027e-007, 1, 7.88448347e-007, 1, 8.34464174e-007)) | |
4794 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 0.600000024, 1)) | |
4795 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.259259343, 0.77777797, 1.55555618)) | |
4796 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-0.000117063522, 4.60001373, 3.2661674, 1, -1.92401188e-007, 2.57636145e-007, -2.57636145e-007, -5.96046377e-008, 1, -1.92401174e-007, -1, -5.96046874e-008)) | |
4797 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 0.600000024, 1)) | |
4798 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.259259343, 0.77777797, 1.03703737)) | |
4799 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(8.96453857e-005, -0.341720581, 6.24546432, 1, 3.27825546e-007, -1.07155665e-006, -1.09190842e-006, 0.499999553, -0.866025746, 2.51872478e-007, 0.866025746, 0.499999553)) | |
4800 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 0.600000024, 1)) | |
4801 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.259259343, 0.77777797, 1.55555618)) | |
4802 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(5.12599945e-005, -2.86659622, 5.59644508, 1, 8.19563866e-007, -1.05459219e-006, -1.05459162e-006, -7.30156785e-007, -1, -8.19564661e-007, 1, -7.30155932e-007)) | |
4803 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 0.600000024, 1)) | |
4804 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.259259343, 0.77777797, 2.59259343)) | |
4805 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(-2.64644623e-005, -4.66361141, -1.19071198, 1, 5.96046519e-008, 7.26342861e-008, 5.96046661e-008, -1, -1.7881392e-007, 7.2634279e-008, 1.7881392e-007, -1)) | |
4806 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 0.600000024, 1)) | |
4807 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.259259343, 0.77777797, 1.81481552)) | |
4808 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(2.76565552e-005, -4.831707, 3.80224323, 1, 6.40749931e-007, -1.05499896e-006, -5.93280276e-007, -0.500000477, -0.86602515, -1.08240556e-006, 0.866025209, -0.500000477)) | |
4809 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 0.600000024, 1)) | |
4810 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.259259343, 0.77777797, 2.33333421)) | |
4811 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, 3.0054359e-008, 0.707106888, -0.707106769, -6.53304255e-008, 0.707106769, 0.707106888, 1, 2.49439367e-008, 6.74472247e-008),CFrame.new(2.38418579e-007, -5.4119463, 1.17098236, 1, 2.08616257e-007, -4.53303073e-007, -4.59847378e-008, -0.866025269, -0.500000358, -4.96880091e-007, 0.500000358, -0.866025269)) | |
4812 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.699999988, 0.600000024, 1)) | |
4813 | ||
4814 | function MagniDamage(Hit,Part,magni,mindam,maxdam,knock,Type) | |
4815 | for _,c in pairs(workspace:children()) do | |
4816 | local hum=c:findFirstChild("Humanoid") | |
4817 | if hum~=nil then | |
4818 | local head=c:findFirstChild("Torso") | |
4819 | if head~=nil then | |
4820 | local targ=head.Position-Part.Position | |
4821 | local mag=targ.magnitude | |
4822 | if mag<=magni and c.Name~=Player.Name then | |
4823 | Damagefunc(Hit,head,mindam,maxdam,knock,Type,RootPart,.2,1,3) | |
4824 | end | |
4825 | end | |
4826 | end | |
4827 | end | |
4828 | end | |
4829 | ||
4830 | function magicring(brickcolor,cframe,x1,y1,z1,x3,y3,z3) | |
4831 | local prt=part(3,workspace,"SmoothPlastic",0,0,brickcolor,"Effect",Vector3.new(0.5,0.5,0.5)) | |
4832 | prt.Anchored=true | |
4833 | prt.CFrame=cframe | |
4834 | prt.Touched:connect(function(hit) end) | |
4835 | local msh=mesh("SpecialMesh",prt,"FileMesh","http://www.roblox.com/asset/?id=3270017",Vector3.new(0,0,0),Vector3.new(x1,y1,z1)) | |
4836 | local ref = Instance.new("Part",workspace) | |
4837 | ref.Anchored = true | |
4838 | ref.Size = Vector3.new(5,5,5) | |
4839 | ref.CFrame = Torso.CFrame*CFrame.new(-5,0,0) | |
4840 | ref.CanCollide = false | |
4841 | ref.Transparency = 1 | |
4842 | MagniDamage(prt,ref,10,5,10,0,"Knockdown") | |
4843 | coroutine.resume(coroutine.create(function(Part,Mesh) | |
4844 | for i=0,1,0.03 do | |
4845 | wait() | |
4846 | Part.CFrame=Part.CFrame | |
4847 | Part.Transparency=i | |
4848 | Mesh.Scale=Mesh.Scale+Vector3.new(x3,y3,z3) | |
4849 | end | |
4850 | Part.Parent=nil | |
4851 | ref.Parent = nil | |
4852 | end),prt,msh) | |
4853 | end | |
4854 | ||
4855 | function attackone() | |
4856 | attack = true | |
4857 | for i = 0,1,0.1 do | |
4858 | swait() | |
4859 | RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(-70)),.3) | |
4860 | Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(70)),.3) | |
4861 | RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(-40), math.rad(0), math.rad(10)),.3) | |
4862 | LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(20), math.rad(0), math.rad(-50)),.3) | |
4863 | RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(-10)),.3) | |
4864 | LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-60),math.rad(-5)),.3) | |
4865 | handleweld.C0=clerp(handleweld.C0,cf(0,0,0)*angles(math.rad(20),math.rad(0),math.rad(0)),.3) | |
4866 | end | |
4867 | local con=Hitbox.Touched:connect(function(hit) Damagefunc(Hitbox,hit,10000,120000,math.random(5,10),"Normal",RootPart,.2,1) end) | |
4868 | so("http://roblox.com/asset/?id=199150686",Hitbox,1,1) | |
4869 | for i = 0,1,0.1 do | |
4870 | swait() | |
4871 | local blcf = Hitbox.CFrame*CFrame.new(0,.5,0) | |
4872 | if scfr and (Hitbox.Position-scfr.p).magnitude > .1 then | |
4873 | local h = 5 | |
4874 | local a,b = Triangle((scfr*CFrame.new(0,h/2,0)).p,(scfr*CFrame.new(0,-h/2,0)).p,(blcf*CFrame.new(0,h/2,0)).p) | |
4875 | if a then game.Debris:AddItem(a,1) end if b then game.Debris:AddItem(b,1) end | |
4876 | local a,b = Triangle((blcf*CFrame.new(0,h/2,0)).p,(blcf*CFrame.new(0,-h/2,0)).p,(scfr*CFrame.new(0,-h/2,0)).p) | |
4877 | if a then game.Debris:AddItem(a,1) end if b then game.Debris:AddItem(b,1) end | |
4878 | scfr = blcf | |
4879 | elseif not scfr then | |
4880 | scfr = blcf | |
4881 | end | |
4882 | RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(90)),.3) | |
4883 | Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(-80)),.3) | |
4884 | RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(0), math.rad(-90), math.rad(-130)),.3) | |
4885 | LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(20), math.rad(0), math.rad(-20)),.3) | |
4886 | RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(-10)),.3) | |
4887 | LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-60),math.rad(-5)),.3) | |
4888 | handleweld.C0=clerp(handleweld.C0,cf(0,-1,-1)*angles(math.rad(-90),math.rad(0),math.rad(0)),.3) | |
4889 | end | |
4890 | for i = 0,1,0.1 do | |
4891 | swait() | |
4892 | RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(70)),.3) | |
4893 | Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(-70)),.3) | |
4894 | RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(0), math.rad(90), math.rad(50)),.3) | |
4895 | LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(-10), math.rad(0), math.rad(-20)),.3) | |
4896 | RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(-10)),.3) | |
4897 | LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-60),math.rad(-5)),.3) | |
4898 | handleweld.C0=clerp(handleweld.C0,cf(0,0,0)*angles(math.rad(-20),math.rad(0),math.rad(0)),.3) | |
4899 | end | |
4900 | so("http://roblox.com/asset/?id=199146359",Hitbox,1,1) | |
4901 | for i = 0,1,0.1 do | |
4902 | swait() | |
4903 | local blcf = Hitbox.CFrame*CFrame.new(0,.5,0) | |
4904 | if scfr and (Hitbox.Position-scfr.p).magnitude > .1 then | |
4905 | local h = 5 | |
4906 | local a,b = Triangle((scfr*CFrame.new(0,h/2,0)).p,(scfr*CFrame.new(0,-h/2,0)).p,(blcf*CFrame.new(0,h/2,0)).p) | |
4907 | if a then game.Debris:AddItem(a,1) end if b then game.Debris:AddItem(b,1) end | |
4908 | local a,b = Triangle((blcf*CFrame.new(0,h/2,0)).p,(blcf*CFrame.new(0,-h/2,0)).p,(scfr*CFrame.new(0,-h/2,0)).p) | |
4909 | if a then game.Debris:AddItem(a,1) end if b then game.Debris:AddItem(b,1) end | |
4910 | scfr = blcf | |
4911 | elseif not scfr then | |
4912 | scfr = blcf | |
4913 | end | |
4914 | RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(-50)),.3) | |
4915 | Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(50)),.3) | |
4916 | RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(0), math.rad(-10), math.rad(130)),.3) | |
4917 | LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(-10), math.rad(0), math.rad(-20)),.3) | |
4918 | RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(-10)),.3) | |
4919 | LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-60),math.rad(-5)),.3) | |
4920 | handleweld.C0=clerp(handleweld.C0,cf(0,0,0)*angles(math.rad(-40),math.rad(0),math.rad(0)),.3) | |
4921 | end | |
4922 | attack = false | |
4923 | con:disconnect() | |
4924 | scfr = nil | |
4925 | end | |
4926 | ||
4927 | function attacktwo() | |
4928 | attack = true | |
4929 | for i = 0,1,0.1 do | |
4930 | swait() | |
4931 | RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(70)),.3) | |
4932 | Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(-70)),.3) | |
4933 | RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(0), math.rad(-90), math.rad(-90)),.3) | |
4934 | LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(20), math.rad(0), math.rad(-50)),.3) | |
4935 | RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(-10)),.3) | |
4936 | LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-60),math.rad(-5)),.3) | |
4937 | handleweld.C0=clerp(handleweld.C0,cf(0,0,0)*angles(math.rad(-20),math.rad(0),math.rad(0)),.3) | |
4938 | end | |
4939 | local con=Hitbox.Touched:connect(function(hit) Damagefunc(Hitbox,hit,10000,120000,math.random(5,10),"Normal",RootPart,.2,1) end) | |
4940 | so("http://roblox.com/asset/?id=199150686",Hitbox,1,1) | |
4941 | for i = 0,1,0.1 do | |
4942 | swait() | |
4943 | RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(90)),.3) | |
4944 | Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(-80)),.3) | |
4945 | RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(0), math.rad(-190), math.rad(-90)),.3) | |
4946 | LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(20), math.rad(0), math.rad(-50)),.3) | |
4947 | RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(-10)),.3) | |
4948 | LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-60),math.rad(-5)),.3) | |
4949 | handleweld.C0=clerp(handleweld.C0,cf(0,-1,-1)*angles(math.rad(-90),math.rad(0),math.rad(0)),.3) | |
4950 | end | |
4951 | for i = 0,1,0.1 do | |
4952 | swait() | |
4953 | RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(70)),.3) | |
4954 | Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(-70)),.3) | |
4955 | RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(0), math.rad(120), math.rad(90)),.3) | |
4956 | LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(20), math.rad(0), math.rad(-50)),.3) | |
4957 | RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(-10)),.3) | |
4958 | LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-60),math.rad(-5)),.3) | |
4959 | handleweld.C0=clerp(handleweld.C0,cf(0,0,0)*angles(math.rad(-20),math.rad(0),math.rad(0)),.3) | |
4960 | end | |
4961 | so("http://roblox.com/asset/?id=199150686",Hitbox,1,.9) | |
4962 | for i = 0,1,0.1 do | |
4963 | swait() | |
4964 | local blcf = Hitbox.CFrame*CFrame.new(0,.5,0) | |
4965 | if scfr and (Hitbox.Position-scfr.p).magnitude > .1 then | |
4966 | local h = 5 | |
4967 | local a,b = Triangle((scfr*CFrame.new(0,h/2,0)).p,(scfr*CFrame.new(0,-h/2,0)).p,(blcf*CFrame.new(0,h/2,0)).p) | |
4968 | if a then game.Debris:AddItem(a,1) end if b then game.Debris:AddItem(b,1) end | |
4969 | local a,b = Triangle((blcf*CFrame.new(0,h/2,0)).p,(blcf*CFrame.new(0,-h/2,0)).p,(scfr*CFrame.new(0,-h/2,0)).p) | |
4970 | if a then game.Debris:AddItem(a,1) end if b then game.Debris:AddItem(b,1) end | |
4971 | scfr = blcf | |
4972 | elseif not scfr then | |
4973 | scfr = blcf | |
4974 | end | |
4975 | RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(-70)),.3) | |
4976 | Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(70)),.3) | |
4977 | RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(0), math.rad(-20), math.rad(90)),.3) | |
4978 | LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(20), math.rad(0), math.rad(-50)),.3) | |
4979 | RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(-10)),.3) | |
4980 | LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-60),math.rad(-5)),.3) | |
4981 | handleweld.C0=clerp(handleweld.C0,cf(0,0,0)*angles(math.rad(-20),math.rad(0),math.rad(0)),.3) | |
4982 | end | |
4983 | for i = 0,1,0.1 do | |
4984 | swait() | |
4985 | RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(0)),.3) | |
4986 | Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(0)),.3) | |
4987 | RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(150), math.rad(0), math.rad(0)),.3) | |
4988 | LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(20), math.rad(0), math.rad(-50)),.3) | |
4989 | RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(-10)),.3) | |
4990 | LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-60),math.rad(-5)),.3) | |
4991 | handleweld.C0=clerp(handleweld.C0,cf(0,0,0)*angles(math.rad(-20),math.rad(0),math.rad(0)),.3) | |
4992 | end | |
4993 | so("http://roblox.com/asset/?id=199146359",Hitbox,1,.9) | |
4994 | for i = 0,1,0.1 do | |
4995 | swait() | |
4996 | local blcf = Hitbox.CFrame*CFrame.new(0,.5,0) | |
4997 | if scfr and (Hitbox.Position-scfr.p).magnitude > .1 then | |
4998 | local h = 5 | |
4999 | local a,b = Triangle((scfr*CFrame.new(0,h/2,0)).p,(scfr*CFrame.new(0,-h/2,0)).p,(blcf*CFrame.new(0,h/2,0)).p) | |
5000 | if a then game.Debris:AddItem(a,1) end if b then game.Debris:AddItem(b,1) end | |
5001 | local a,b = Triangle((blcf*CFrame.new(0,h/2,0)).p,(blcf*CFrame.new(0,-h/2,0)).p,(scfr*CFrame.new(0,-h/2,0)).p) | |
5002 | if a then game.Debris:AddItem(a,1) end if b then game.Debris:AddItem(b,1) end | |
5003 | scfr = blcf | |
5004 | elseif not scfr then | |
5005 | scfr = blcf | |
5006 | end | |
5007 | RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(20)),.3) | |
5008 | Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(-20)),.3) | |
5009 | RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(-20), math.rad(0), math.rad(0)),.3) | |
5010 | LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(20), math.rad(0), math.rad(-30)),.3) | |
5011 | RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(-10)),.3) | |
5012 | LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-60),math.rad(-5)),.3) | |
5013 | handleweld.C0=clerp(handleweld.C0,cf(0,0,0)*angles(math.rad(-20),math.rad(0),math.rad(0)),.3) | |
5014 | end | |
5015 | attack = false | |
5016 | con:disconnect() | |
5017 | scfr = nil | |
5018 | end | |
5019 | ||
5020 | function Spin() | |
5021 | attack=true | |
5022 | local con=Hitbox.Touched:connect(function(hit) Damagefunc(Hitbox,hit,10000,120000,math.random(5,10),"Normal",RootPart,.2,1) end) | |
5023 | for i=0,1,0.1 do | |
5024 | swait() | |
5025 | RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(70)),.3) | |
5026 | Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(-70)),.3) | |
5027 | RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(0), math.rad(50), math.rad(120)),.3) | |
5028 | LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(-10), math.rad(0), math.rad(-50)),.3) | |
5029 | RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(-10)),.3) | |
5030 | LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-60),math.rad(-5)),.3) | |
5031 | handleweld.C0=clerp(handleweld.C0,cf(0,0,0)*angles(math.rad(20),math.rad(0),math.rad(0)),.3) | |
5032 | end | |
5033 | Humanoid = game.Players.LocalPlayer.Character.Humanoid | |
5034 | Humanoid.Jump = true | |
5035 | for i=0,1,1 do | |
5036 | so("http://roblox.com/asset/?id=234365573",Torso,1,1) | |
5037 | swait() | |
5038 | for i=0,1,0.1 do | |
5039 | swait() | |
5040 | local blcf = Hitbox.CFrame*CFrame.new(0,.5,0) | |
5041 | if scfr and (Hitbox.Position-scfr.p).magnitude > .1 then | |
5042 | local h = 5 | |
5043 | local a,b = Triangle((scfr*CFrame.new(0,h/2,0)).p,(scfr*CFrame.new(0,-h/2,0)).p,(blcf*CFrame.new(0,h/2,0)).p) | |
5044 | if a then game.Debris:AddItem(a,1) end if b then game.Debris:AddItem(b,1) end | |
5045 | local a,b = Triangle((blcf*CFrame.new(0,h/2,0)).p,(blcf*CFrame.new(0,-h/2,0)).p,(scfr*CFrame.new(0,-h/2,0)).p) | |
5046 | if a then game.Debris:AddItem(a,1) end if b then game.Debris:AddItem(b,1) end | |
5047 | scfr = blcf | |
5048 | elseif not scfr then | |
5049 | scfr = blcf | |
5050 | end | |
5051 | RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,2)*euler(0,-1.2,6*i),.3) | |
5052 | Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(-70)),.3) | |
5053 | RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(0), math.rad(-10), math.rad(80)),.3) | |
5054 | LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(-10), math.rad(0), math.rad(-70)),.3) | |
5055 | RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(60),math.rad(-10)),.3) | |
5056 | LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-60),math.rad(10)),.3) | |
5057 | handleweld.C0=clerp(handleweld.C0,cf(0,-1,-1)*angles(math.rad(-80),math.rad(0),math.rad(0)),.3) | |
5058 | end | |
5059 | end | |
5060 | attack=false | |
5061 | con:disconnect() | |
5062 | scfr = nil | |
5063 | end | |
5064 | ||
5065 | function StunTarget() | |
5066 | attack = true | |
5067 | for i = 0,1,0.05 do | |
5068 | swait() | |
5069 | RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(-80)),.3) | |
5070 | Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(70)),.3) | |
5071 | RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(-40), math.rad(0), math.rad(10)),.3) | |
5072 | LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(20), math.rad(0), math.rad(-90)),.3) | |
5073 | RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(-10)),.3) | |
5074 | LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-60),math.rad(-5)),.3) | |
5075 | handleweld.C0=clerp(handleweld.C0,cf(0,0,0)*angles(math.rad(20),math.rad(0),math.rad(0)),.3) | |
5076 | end | |
5077 | so("http://roblox.com/asset/?id=228343249",Torso,1,1) | |
5078 | for i = 1,2 do | |
5079 | magicring(BrickColor.new(tclr),Torso.CFrame*CFrame.new(-5,0,0)*CFrame.Angles(math.random(-50,50),math.random(-50,50),math.random(-50,50)),1,1,0.1,1,1,0.05) | |
5080 | magicring(BrickColor.new(tclr),Torso.CFrame*CFrame.new(-5,0,0)*CFrame.Angles(math.random(-50,50),math.random(-50,50),math.random(-50,50)),1,1,0.1,1,1,0.05) | |
5081 | end | |
5082 | attack = false | |
5083 | end | |
5084 | ||
5085 | mouse.Button1Down:connect(function() | |
5086 | if attack == false and attacktype == 1 then | |
5087 | attacktype = 2 | |
5088 | attackone() | |
5089 | elseif attack == false and attacktype == 2 then | |
5090 | attacktype = 1 | |
5091 | attacktwo() | |
5092 | end | |
5093 | end) | |
5094 | ||
5095 | mouse.KeyDown:connect(function(k) | |
5096 | k=k:lower() | |
5097 | if attack == false and k == 'q' then | |
5098 | Spin() | |
5099 | elseif attack == false and k == 'e' then | |
5100 | StunTarget() | |
5101 | end | |
5102 | end) | |
5103 | ||
5104 | ||
5105 | local sine = 0 | |
5106 | local change = 1 | |
5107 | local val = 0 | |
5108 | ||
5109 | while true do | |
5110 | swait() | |
5111 | sine = sine + change | |
5112 | local torvel=(RootPart.Velocity*Vector3.new(1,0,1)).magnitude | |
5113 | local velderp=RootPart.Velocity.y | |
5114 | hitfloor,posfloor=rayCast(RootPart.Position,(CFrame.new(RootPart.Position,RootPart.Position - Vector3.new(0,1,0))).lookVector,4,Character) | |
5115 | if equipped==true or equipped==false then | |
5116 | if attack==false then | |
5117 | idle=idle+1 | |
5118 | else | |
5119 | idle=0 | |
5120 | end | |
5121 | if idle>=500 then | |
5122 | if attack==false then | |
5123 | --Sheath() | |
5124 | end | |
5125 | end | |
5126 | if RootPart.Velocity.y > 1 and hitfloor==nil then | |
5127 | if attack==false then | |
5128 | RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(0)),.2) | |
5129 | Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(-20),math.rad(0),math.rad(0)),.2) | |
5130 | RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(10), math.rad(0), math.rad(20)),.2) | |
5131 | LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(-20), math.rad(0), math.rad(-20)),.2) | |
5132 | RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(-20)),.2) | |
5133 | LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(-20)),.2) | |
5134 | handleweld.C0=clerp(handleweld.C0,cf(0,0,0)*angles(math.rad(-20),math.rad(0),math.rad(0)),.2) | |
5135 | end | |
5136 | elseif RootPart.Velocity.y < -1 and hitfloor==nil then | |
5137 | Anim="Fall" | |
5138 | if attack==false then | |
5139 | RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(0)),.2) | |
5140 | Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(20),math.rad(0),math.rad(0)),.2) | |
5141 | RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(10), math.rad(0), math.rad(40)),.2) | |
5142 | LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(-20), math.rad(0), math.rad(-40)),.2) | |
5143 | RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(-20)),.2) | |
5144 | LH.C0=clerp(LH.C0,cf(-1,-.5,-.5)*angles(math.rad(0),math.rad(-90),math.rad(10)),.2) | |
5145 | handleweld.C0=clerp(handleweld.C0,cf(0,0,0)*angles(math.rad(-20),math.rad(0),math.rad(0)),.2) | |
5146 | end | |
5147 | elseif torvel<1 and hitfloor~=nil then | |
5148 | Anim="Idle" | |
5149 | if attack==false then | |
5150 | RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(-40)),.2) | |
5151 | Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(40)),.2) | |
5152 | RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(-10), math.rad(0), math.rad(10)),.2) | |
5153 | LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(20), math.rad(0), math.rad(-10)),.2) | |
5154 | RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(-10)),.2) | |
5155 | LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-60),math.rad(-5)),.2) | |
5156 | handleweld.C0=clerp(handleweld.C0,cf(0,0,0)*angles(math.rad(-5),math.rad(0),math.rad(0)),.2) | |
5157 | end | |
5158 | elseif torvel>2 and hitfloor~=nil then | |
5159 | Anim="Walk" | |
5160 | if attack==false then | |
5161 | change=3 | |
5162 | RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(10),math.rad(0),math.rad(0)),.2) | |
5163 | Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(-5),math.rad(0),math.rad(0)),.2) | |
5164 | RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(10), math.rad(0), math.rad(10)),.2) | |
5165 | LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(-20), math.rad(0), math.rad(-15)),.2) | |
5166 | RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(10)),.2) | |
5167 | LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(10)),.2) | |
5168 | handleweld.C0=clerp(handleweld.C0,cf(0,0,0)*angles(math.rad(-10),math.rad(0),math.rad(0)),.2) | |
5169 | end | |
5170 | end | |
5171 | end | |
5172 | if #Effects>0 then | |
5173 | for e=1,#Effects do | |
5174 | if Effects[e]~=nil then | |
5175 | local Thing=Effects[e] | |
5176 | if Thing~=nil then | |
5177 | local Part=Thing[1] | |
5178 | local Mode=Thing[2] | |
5179 | local Delay=Thing[3] | |
5180 | local IncX=Thing[4] | |
5181 | local IncY=Thing[5] | |
5182 | local IncZ=Thing[6] | |
5183 | if Thing[1].Transparency<=1 then | |
5184 | if Thing[2]=="Block1" then | |
5185 | Thing[1].CFrame=Thing[1].CFrame*euler(math.random(-50,50),math.random(-50,50),math.random(-50,50)) | |
5186 | Mesh=Thing[1].Mesh | |
5187 | Mesh.Scale=Mesh.Scale+vt(Thing[4],Thing[5],Thing[6]) | |
5188 | Thing[1].Transparency=Thing[1].Transparency+Thing[3] | |
5189 | elseif Thing[2]=="Cylinder" then | |
5190 | Mesh=Thing[1].Mesh | |
5191 | Mesh.Scale=Mesh.Scale+vt(Thing[4],Thing[5],Thing[6]) | |
5192 | Thing[1].Transparency=Thing[1].Transparency+Thing[3] | |
5193 | elseif Thing[2]=="Blood" then | |
5194 | Mesh=Thing[7] | |
5195 | Thing[1].CFrame=Thing[1].CFrame*cf(0,.5,0) | |
5196 | Mesh.Scale=Mesh.Scale+vt(Thing[4],Thing[5],Thing[6]) | |
5197 | Thing[1].Transparency=Thing[1].Transparency+Thing[3] | |
5198 | elseif Thing[2]=="Elec" then | |
5199 | Mesh=Thing[1].Mesh | |
5200 | Mesh.Scale=Mesh.Scale+vt(Thing[7],Thing[8],Thing[9]) | |
5201 | Thing[1].Transparency=Thing[1].Transparency+Thing[3] | |
5202 | elseif Thing[2]=="Disappear" then | |
5203 | Thing[1].Transparency=Thing[1].Transparency+Thing[3] | |
5204 | end | |
5205 | else | |
5206 | Part.Parent=nil | |
5207 | table.remove(Effects,e) | |
5208 | end | |
5209 | end | |
5210 | end | |
5211 | end | |
5212 | end | |
5213 | end |