SHOW:
|
|
- or go back to the newest paste.
| 1 | --Uploaded it to here so it can't get deleted. Upload this to Pastebin or something, I don't know if this works. Also: http://gekk.cf/resources/dark-eccentric-video.html ! | |
| 2 | local player = game.Players.LocalPlayer | |
| 3 | local char = player.Character | |
| 4 | local debunk = false | |
| 5 | local debunk2 = false | |
| 6 | local keycombo = Instance.new("StringValue",char.Humanoid)
| |
| 7 | keycombo.Name = "KeyComboTracker" | |
| 8 | local ws = 16 | |
| 9 | local ts = game:GetService("TweenService")
| |
| 10 | local mouse = player:GetMouse() | |
| 11 | local sine=0 | |
| 12 | local change=1 | |
| 13 | chr=player.Character | |
| 14 | human=chr:FindFirstChild("Humanoid")
| |
| 15 | human.WalkSpeed = ws | |
| 16 | tors=chr["Torso"] | |
| 17 | rarm=chr["Right Arm"] | |
| 18 | larm=chr["Left Arm"] | |
| 19 | rleg=chr["Right Leg"] | |
| 20 | lleg=chr["Left Leg"] | |
| 21 | hrp=chr["HumanoidRootPart"] | |
| 22 | hed=chr["Head"] | |
| 23 | local animator = char.Humanoid.Animator | |
| 24 | local atm = tors:GetChildren() | |
| 25 | for i = 1,#atm do | |
| 26 | if atm[i].ClassName == "Motor6D" then | |
| 27 | local item = atm[i]:Clone() | |
| 28 | atm[i]:Remove() | |
| 29 | item.Parent = tors | |
| 30 | end | |
| 31 | end | |
| 32 | local atm = hrp:GetChildren() | |
| 33 | for i = 1,#atm do | |
| 34 | if atm[i].ClassName == "Motor6D" then | |
| 35 | local item = atm[i]:Clone() | |
| 36 | atm[i]:Remove() | |
| 37 | item.Parent = hrp | |
| 38 | end | |
| 39 | end | |
| 40 | animator.Parent = human | |
| 41 | animator:Destroy() | |
| 42 | char.Animate.Disabled = true | |
| 43 | cf=CFrame.new | |
| 44 | ang=CFrame.Angles | |
| 45 | rd=math.rad | |
| 46 | rd2=math.random | |
| 47 | local WrenchMoveGui = Instance.new("ScreenGui")
| |
| 48 | local MainFrame = Instance.new("Frame")
| |
| 49 | local Move1 = Instance.new("Frame")
| |
| 50 | local Bar1 = Instance.new("Frame")
| |
| 51 | local KeyButton = Instance.new("TextLabel")
| |
| 52 | local MoveName = Instance.new("TextLabel")
| |
| 53 | local Move2 = Instance.new("Frame")
| |
| 54 | local Bar2 = Instance.new("Frame")
| |
| 55 | local KeyButton_2 = Instance.new("TextLabel")
| |
| 56 | local MoveName_2 = Instance.new("TextLabel")
| |
| 57 | local Move3 = Instance.new("Frame")
| |
| 58 | local Bar3 = Instance.new("Frame")
| |
| 59 | local KeyButton_3 = Instance.new("TextLabel")
| |
| 60 | local MoveName_3 = Instance.new("TextLabel")
| |
| 61 | local Move4 = Instance.new("Frame")
| |
| 62 | local Bar4 = Instance.new("Frame")
| |
| 63 | local KeyButton_4 = Instance.new("TextLabel")
| |
| 64 | local MoveName_4 = Instance.new("TextLabel")
| |
| 65 | ||
| 66 | WrenchMoveGui.Name = "WrenchMoveGui" | |
| 67 | WrenchMoveGui.Parent = player.PlayerGui | |
| 68 | ||
| 69 | MainFrame.Name = "MainFrame" | |
| 70 | MainFrame.Parent = WrenchMoveGui | |
| 71 | MainFrame.BackgroundColor3 = Color3.new(1, 1, 1) | |
| 72 | MainFrame.BackgroundTransparency = 1 | |
| 73 | MainFrame.Position = UDim2.new(1, -283, 1, -355) | |
| 74 | MainFrame.Size = UDim2.new(0, 253, 0, 355) | |
| 75 | ||
| 76 | Move1.Name = "Move1" | |
| 77 | Move1.Parent = MainFrame | |
| 78 | Move1.BackgroundColor3 = Color3.new(0.0509804, 0.545098, 0) | |
| 79 | Move1.BackgroundTransparency = 0.60000002384186 | |
| 80 | Move1.BorderColor3 = Color3.new(0.0509804, 0.545098, 0) | |
| 81 | Move1.BorderSizePixel = 0 | |
| 82 | Move1.Size = UDim2.new(1, 0, 0, 80) | |
| 83 | Move1.ZIndex = 5 | |
| 84 | ||
| 85 | Bar1.Name = "Bar1" | |
| 86 | Bar1.Parent = Move1 | |
| 87 | Bar1.BackgroundColor3 = Color3.new(0.0980392, 1, 0) | |
| 88 | Bar1.BorderSizePixel = 0 | |
| 89 | Bar1.Size = UDim2.new(1, 0, 1, 0) | |
| 90 | Bar1.ZIndex = 6 | |
| 91 | ||
| 92 | KeyButton.Name = "KeyButton" | |
| 93 | KeyButton.Parent = Move1 | |
| 94 | KeyButton.BackgroundColor3 = Color3.new(1, 1, 1) | |
| 95 | KeyButton.BackgroundTransparency = 1 | |
| 96 | KeyButton.Size = UDim2.new(1, 0, 1, -40) | |
| 97 | KeyButton.ZIndex = 7 | |
| 98 | KeyButton.Font = Enum.Font.SourceSansLight | |
| 99 | KeyButton.FontSize = Enum.FontSize.Size48 | |
| 100 | KeyButton.Text = "[V]" | |
| 101 | KeyButton.TextColor3 = Color3.new(1, 1, 1) | |
| 102 | KeyButton.TextSize = 37 | |
| 103 | KeyButton.TextStrokeTransparency = 0 | |
| 104 | KeyButton.TextWrapped = true | |
| 105 | KeyButton.TextYAlignment = Enum.TextYAlignment.Top | |
| 106 | ||
| 107 | MoveName.Name = "MoveName" | |
| 108 | MoveName.Parent = Move1 | |
| 109 | MoveName.BackgroundColor3 = Color3.new(1, 1, 1) | |
| 110 | MoveName.BackgroundTransparency = 1 | |
| 111 | MoveName.Position = UDim2.new(0, 0, 0, 40) | |
| 112 | MoveName.Size = UDim2.new(1, 0, 1, -40) | |
| 113 | MoveName.ZIndex = 7 | |
| 114 | MoveName.Font = Enum.Font.SourceSansLight | |
| 115 | MoveName.FontSize = Enum.FontSize.Size48 | |
| 116 | MoveName.Text = "Robot Creation" | |
| 117 | MoveName.TextColor3 = Color3.new(1, 1, 1) | |
| 118 | MoveName.TextSize = 37 | |
| 119 | MoveName.TextStrokeTransparency = 0 | |
| 120 | MoveName.TextWrapped = true | |
| 121 | MoveName.TextYAlignment = Enum.TextYAlignment.Top | |
| 122 | ||
| 123 | Move2.Name = "Move2" | |
| 124 | Move2.Parent = MainFrame | |
| 125 | Move2.BackgroundColor3 = Color3.new(0.0509804, 0.545098, 0) | |
| 126 | Move2.BackgroundTransparency = 0.60000002384186 | |
| 127 | Move2.BorderColor3 = Color3.new(0.0509804, 0.545098, 0) | |
| 128 | Move2.BorderSizePixel = 0 | |
| 129 | Move2.Position = UDim2.new(0, 0, 0, 90) | |
| 130 | Move2.Size = UDim2.new(1, 0, 0, 80) | |
| 131 | Move2.ZIndex = 5 | |
| 132 | ||
| 133 | Bar2.Name = "Bar2" | |
| 134 | Bar2.Parent = Move2 | |
| 135 | Bar2.BackgroundColor3 = Color3.new(0.0980392, 1, 0) | |
| 136 | Bar2.BorderSizePixel = 0 | |
| 137 | Bar2.Size = UDim2.new(1, 0, 1, 0) | |
| 138 | Bar2.ZIndex = 6 | |
| 139 | ||
| 140 | KeyButton_2.Name = "KeyButton" | |
| 141 | KeyButton_2.Parent = Move2 | |
| 142 | KeyButton_2.BackgroundColor3 = Color3.new(1, 1, 1) | |
| 143 | KeyButton_2.BackgroundTransparency = 1 | |
| 144 | KeyButton_2.Size = UDim2.new(1, 0, 1, -40) | |
| 145 | KeyButton_2.ZIndex = 7 | |
| 146 | KeyButton_2.Font = Enum.Font.SourceSansLight | |
| 147 | KeyButton_2.FontSize = Enum.FontSize.Size48 | |
| 148 | KeyButton_2.Text = "[C]" | |
| 149 | KeyButton_2.TextColor3 = Color3.new(1, 1, 1) | |
| 150 | KeyButton_2.TextSize = 37 | |
| 151 | KeyButton_2.TextStrokeTransparency = 0 | |
| 152 | KeyButton_2.TextWrapped = true | |
| 153 | KeyButton_2.TextYAlignment = Enum.TextYAlignment.Top | |
| 154 | ||
| 155 | MoveName_2.Name = "MoveName" | |
| 156 | MoveName_2.Parent = Move2 | |
| 157 | MoveName_2.BackgroundColor3 = Color3.new(1, 1, 1) | |
| 158 | MoveName_2.BackgroundTransparency = 1 | |
| 159 | MoveName_2.Position = UDim2.new(0, 0, 0, 40) | |
| 160 | MoveName_2.Size = UDim2.new(1, 0, 1, -40) | |
| 161 | MoveName_2.ZIndex = 7 | |
| 162 | MoveName_2.Font = Enum.Font.SourceSansLight | |
| 163 | MoveName_2.FontSize = Enum.FontSize.Size48 | |
| 164 | MoveName_2.Text = "Dome Barrier" | |
| 165 | MoveName_2.TextColor3 = Color3.new(1, 1, 1) | |
| 166 | MoveName_2.TextSize = 37 | |
| 167 | MoveName_2.TextStrokeTransparency = 0 | |
| 168 | MoveName_2.TextWrapped = true | |
| 169 | MoveName_2.TextYAlignment = Enum.TextYAlignment.Top | |
| 170 | ||
| 171 | Move3.Name = "Move3" | |
| 172 | Move3.Parent = MainFrame | |
| 173 | Move3.BackgroundColor3 = Color3.new(0.0509804, 0.545098, 0) | |
| 174 | Move3.BackgroundTransparency = 0.60000002384186 | |
| 175 | Move3.BorderColor3 = Color3.new(0.0509804, 0.545098, 0) | |
| 176 | Move3.BorderSizePixel = 0 | |
| 177 | Move3.Position = UDim2.new(0, 0, 0, 180) | |
| 178 | Move3.Size = UDim2.new(1, 0, 0, 80) | |
| 179 | Move3.ZIndex = 5 | |
| 180 | ||
| 181 | Bar3.Name = "Bar3" | |
| 182 | Bar3.Parent = Move3 | |
| 183 | Bar3.BackgroundColor3 = Color3.new(0.0980392, 1, 0) | |
| 184 | Bar3.BorderSizePixel = 0 | |
| 185 | Bar3.Size = UDim2.new(1, 0, 1, 0) | |
| 186 | Bar3.ZIndex = 6 | |
| 187 | ||
| 188 | KeyButton_3.Name = "KeyButton" | |
| 189 | KeyButton_3.Parent = Move3 | |
| 190 | KeyButton_3.BackgroundColor3 = Color3.new(1, 1, 1) | |
| 191 | KeyButton_3.BackgroundTransparency = 1 | |
| 192 | KeyButton_3.Size = UDim2.new(1, 0, 1, -40) | |
| 193 | KeyButton_3.ZIndex = 7 | |
| 194 | KeyButton_3.Font = Enum.Font.SourceSansLight | |
| 195 | KeyButton_3.FontSize = Enum.FontSize.Size48 | |
| 196 | KeyButton_3.Text = "[X]" | |
| 197 | KeyButton_3.TextColor3 = Color3.new(1, 1, 1) | |
| 198 | KeyButton_3.TextSize = 37 | |
| 199 | KeyButton_3.TextStrokeTransparency = 0 | |
| 200 | KeyButton_3.TextWrapped = true | |
| 201 | KeyButton_3.TextYAlignment = Enum.TextYAlignment.Top | |
| 202 | ||
| 203 | MoveName_3.Name = "MoveName" | |
| 204 | MoveName_3.Parent = Move3 | |
| 205 | MoveName_3.BackgroundColor3 = Color3.new(1, 1, 1) | |
| 206 | MoveName_3.BackgroundTransparency = 1 | |
| 207 | MoveName_3.Position = UDim2.new(0, 0, 0, 40) | |
| 208 | MoveName_3.Size = UDim2.new(1, 0, 1, -40) | |
| 209 | MoveName_3.ZIndex = 7 | |
| 210 | MoveName_3.Font = Enum.Font.SourceSansLight | |
| 211 | MoveName_3.FontSize = Enum.FontSize.Size48 | |
| 212 | MoveName_3.Text = "Tornado Spin" | |
| 213 | MoveName_3.TextColor3 = Color3.new(1, 1, 1) | |
| 214 | MoveName_3.TextSize = 37 | |
| 215 | MoveName_3.TextStrokeTransparency = 0 | |
| 216 | MoveName_3.TextWrapped = true | |
| 217 | MoveName_3.TextYAlignment = Enum.TextYAlignment.Top | |
| 218 | ||
| 219 | Move4.Name = "Move4" | |
| 220 | Move4.Parent = MainFrame | |
| 221 | Move4.BackgroundColor3 = Color3.new(0.0509804, 0.545098, 0) | |
| 222 | Move4.BackgroundTransparency = 0.60000002384186 | |
| 223 | Move4.BorderColor3 = Color3.new(0.0509804, 0.545098, 0) | |
| 224 | Move4.BorderSizePixel = 0 | |
| 225 | Move4.Position = UDim2.new(0, 0, 0, 270) | |
| 226 | Move4.Size = UDim2.new(1, 0, 0, 80) | |
| 227 | Move4.ZIndex = 5 | |
| 228 | ||
| 229 | Bar4.Name = "Bar4" | |
| 230 | Bar4.Parent = Move4 | |
| 231 | Bar4.BackgroundColor3 = Color3.new(0.0980392, 1, 0) | |
| 232 | Bar4.BorderSizePixel = 0 | |
| 233 | Bar4.Size = UDim2.new(1, 0, 1, 0) | |
| 234 | Bar4.ZIndex = 6 | |
| 235 | ||
| 236 | KeyButton_4.Name = "KeyButton" | |
| 237 | KeyButton_4.Parent = Move4 | |
| 238 | KeyButton_4.BackgroundColor3 = Color3.new(1, 1, 1) | |
| 239 | KeyButton_4.BackgroundTransparency = 1 | |
| 240 | KeyButton_4.Size = UDim2.new(1, 0, 1, -40) | |
| 241 | KeyButton_4.ZIndex = 7 | |
| 242 | KeyButton_4.Font = Enum.Font.SourceSansLight | |
| 243 | KeyButton_4.FontSize = Enum.FontSize.Size48 | |
| 244 | KeyButton_4.Text = "[Z]" | |
| 245 | KeyButton_4.TextColor3 = Color3.new(1, 1, 1) | |
| 246 | KeyButton_4.TextSize = 37 | |
| 247 | KeyButton_4.TextStrokeTransparency = 0 | |
| 248 | KeyButton_4.TextWrapped = true | |
| 249 | KeyButton_4.TextYAlignment = Enum.TextYAlignment.Top | |
| 250 | ||
| 251 | MoveName_4.Name = "MoveName" | |
| 252 | MoveName_4.Parent = Move4 | |
| 253 | MoveName_4.BackgroundColor3 = Color3.new(1, 1, 1) | |
| 254 | MoveName_4.BackgroundTransparency = 1 | |
| 255 | MoveName_4.Position = UDim2.new(0, 0, 0, 40) | |
| 256 | MoveName_4.Size = UDim2.new(1, 0, 1, -40) | |
| 257 | MoveName_4.ZIndex = 7 | |
| 258 | MoveName_4.Font = Enum.Font.SourceSansLight | |
| 259 | MoveName_4.FontSize = Enum.FontSize.Size48 | |
| 260 | MoveName_4.Text = "Teleport" | |
| 261 | MoveName_4.TextColor3 = Color3.new(1, 1, 1) | |
| 262 | MoveName_4.TextSize = 37 | |
| 263 | MoveName_4.TextStrokeTransparency = 0 | |
| 264 | MoveName_4.TextWrapped = true | |
| 265 | MoveName_4.TextYAlignment = Enum.TextYAlignment.Top | |
| 266 | ||
| 267 | Model0 = Instance.new("Model")
| |
| 268 | Part1 = Instance.new("Part")
| |
| 269 | BlockMesh2 = Instance.new("BlockMesh")
| |
| 270 | Weld3 = Instance.new("Weld")
| |
| 271 | Part4 = Instance.new("Part")
| |
| 272 | BlockMesh5 = Instance.new("BlockMesh")
| |
| 273 | Weld6 = Instance.new("Weld")
| |
| 274 | Part7 = Instance.new("Part")
| |
| 275 | BlockMesh8 = Instance.new("BlockMesh")
| |
| 276 | Weld9 = Instance.new("Weld")
| |
| 277 | Part10 = Instance.new("Part")
| |
| 278 | BlockMesh11 = Instance.new("BlockMesh")
| |
| 279 | Weld12 = Instance.new("Weld")
| |
| 280 | Part13 = Instance.new("Part")
| |
| 281 | BlockMesh14 = Instance.new("BlockMesh")
| |
| 282 | Weld15 = Instance.new("Weld")
| |
| 283 | Part16 = Instance.new("Part")
| |
| 284 | BlockMesh17 = Instance.new("BlockMesh")
| |
| 285 | Weld18 = Instance.new("Weld")
| |
| 286 | Part19 = Instance.new("Part")
| |
| 287 | BlockMesh20 = Instance.new("BlockMesh")
| |
| 288 | Weld21 = Instance.new("Weld")
| |
| 289 | Part22 = Instance.new("Part")
| |
| 290 | BlockMesh23 = Instance.new("BlockMesh")
| |
| 291 | Weld24 = Instance.new("Weld")
| |
| 292 | Part25 = Instance.new("Part")
| |
| 293 | BlockMesh26 = Instance.new("BlockMesh")
| |
| 294 | Weld27 = Instance.new("Weld")
| |
| 295 | Part28 = Instance.new("Part")
| |
| 296 | BlockMesh29 = Instance.new("BlockMesh")
| |
| 297 | Weld30 = Instance.new("Weld")
| |
| 298 | Part31 = Instance.new("Part")
| |
| 299 | BlockMesh32 = Instance.new("BlockMesh")
| |
| 300 | Weld33 = Instance.new("Weld")
| |
| 301 | Part34 = Instance.new("Part")
| |
| 302 | BlockMesh35 = Instance.new("BlockMesh")
| |
| 303 | Weld36 = Instance.new("Weld")
| |
| 304 | Part37 = Instance.new("Part")
| |
| 305 | BlockMesh38 = Instance.new("BlockMesh")
| |
| 306 | Weld39 = Instance.new("Weld")
| |
| 307 | Part40 = Instance.new("Part")
| |
| 308 | BlockMesh41 = Instance.new("BlockMesh")
| |
| 309 | Weld42 = Instance.new("Weld")
| |
| 310 | Part43 = Instance.new("Part")
| |
| 311 | BlockMesh44 = Instance.new("BlockMesh")
| |
| 312 | Weld45 = Instance.new("Weld")
| |
| 313 | Part46 = Instance.new("Part")
| |
| 314 | BlockMesh47 = Instance.new("BlockMesh")
| |
| 315 | Weld48 = Instance.new("Weld")
| |
| 316 | Part49 = Instance.new("Part")
| |
| 317 | BlockMesh50 = Instance.new("BlockMesh")
| |
| 318 | Weld51 = Instance.new("Weld")
| |
| 319 | Part52 = Instance.new("Part")
| |
| 320 | BlockMesh53 = Instance.new("BlockMesh")
| |
| 321 | Weld54 = Instance.new("Weld")
| |
| 322 | Part55 = Instance.new("Part")
| |
| 323 | Weld56 = Instance.new("Weld")
| |
| 324 | Part57 = Instance.new("Part")
| |
| 325 | Weld58 = Instance.new("Weld")
| |
| 326 | Part59 = Instance.new("Part")
| |
| 327 | BlockMesh60 = Instance.new("BlockMesh")
| |
| 328 | Weld61 = Instance.new("Weld")
| |
| 329 | Part62 = Instance.new("Part")
| |
| 330 | BlockMesh63 = Instance.new("BlockMesh")
| |
| 331 | Weld64 = Instance.new("Weld")
| |
| 332 | Part65 = Instance.new("Part")
| |
| 333 | BlockMesh66 = Instance.new("BlockMesh")
| |
| 334 | Weld67 = Instance.new("Weld")
| |
| 335 | Part68 = Instance.new("Part")
| |
| 336 | BlockMesh69 = Instance.new("BlockMesh")
| |
| 337 | Weld70 = Instance.new("Weld")
| |
| 338 | Part71 = Instance.new("Part")
| |
| 339 | BlockMesh72 = Instance.new("BlockMesh")
| |
| 340 | Weld73 = Instance.new("Weld")
| |
| 341 | Part74 = Instance.new("Part")
| |
| 342 | BlockMesh75 = Instance.new("BlockMesh")
| |
| 343 | Weld76 = Instance.new("Weld")
| |
| 344 | Part77 = Instance.new("Part")
| |
| 345 | BlockMesh78 = Instance.new("BlockMesh")
| |
| 346 | Weld79 = Instance.new("Weld")
| |
| 347 | Part80 = Instance.new("Part")
| |
| 348 | Weld81 = Instance.new("Weld")
| |
| 349 | Part82 = Instance.new("Part")
| |
| 350 | BlockMesh83 = Instance.new("BlockMesh")
| |
| 351 | Weld84 = Instance.new("Weld")
| |
| 352 | Part85 = Instance.new("Part")
| |
| 353 | Part86 = Instance.new("Part")
| |
| 354 | BlockMesh87 = Instance.new("BlockMesh")
| |
| 355 | Weld88 = Instance.new("Weld")
| |
| 356 | Part89 = Instance.new("Part")
| |
| 357 | BlockMesh90 = Instance.new("BlockMesh")
| |
| 358 | Weld91 = Instance.new("Weld")
| |
| 359 | Part92 = Instance.new("Part")
| |
| 360 | BlockMesh93 = Instance.new("BlockMesh")
| |
| 361 | Weld94 = Instance.new("Weld")
| |
| 362 | Part95 = Instance.new("Part")
| |
| 363 | BlockMesh96 = Instance.new("BlockMesh")
| |
| 364 | Weld97 = Instance.new("Weld")
| |
| 365 | Part98 = Instance.new("Part")
| |
| 366 | BlockMesh99 = Instance.new("BlockMesh")
| |
| 367 | Weld100 = Instance.new("Weld")
| |
| 368 | Part101 = Instance.new("Part")
| |
| 369 | Weld102 = Instance.new("Weld")
| |
| 370 | Part103 = Instance.new("Part")
| |
| 371 | Weld104 = Instance.new("Weld")
| |
| 372 | Part105 = Instance.new("Part")
| |
| 373 | BlockMesh106 = Instance.new("BlockMesh")
| |
| 374 | Weld107 = Instance.new("Weld")
| |
| 375 | Part108 = Instance.new("Part")
| |
| 376 | Weld109 = Instance.new("Weld")
| |
| 377 | Part110 = Instance.new("Part")
| |
| 378 | BlockMesh111 = Instance.new("BlockMesh")
| |
| 379 | Weld112 = Instance.new("Weld")
| |
| 380 | Part113 = Instance.new("Part")
| |
| 381 | SpecialMesh114 = Instance.new("SpecialMesh")
| |
| 382 | Weld115 = Instance.new("Weld")
| |
| 383 | Part116 = Instance.new("Part")
| |
| 384 | SpecialMesh117 = Instance.new("SpecialMesh")
| |
| 385 | Weld118 = Instance.new("Weld")
| |
| 386 | Part119 = Instance.new("Part")
| |
| 387 | Weld120 = Instance.new("Weld")
| |
| 388 | Part121 = Instance.new("Part")
| |
| 389 | BlockMesh122 = Instance.new("BlockMesh")
| |
| 390 | Weld123 = Instance.new("Weld")
| |
| 391 | Part124 = Instance.new("Part")
| |
| 392 | SpecialMesh125 = Instance.new("SpecialMesh")
| |
| 393 | Weld126 = Instance.new("Weld")
| |
| 394 | Part127 = Instance.new("Part")
| |
| 395 | SpecialMesh128 = Instance.new("SpecialMesh")
| |
| 396 | Weld129 = Instance.new("Weld")
| |
| 397 | Part130 = Instance.new("Part")
| |
| 398 | SpecialMesh131 = Instance.new("SpecialMesh")
| |
| 399 | Weld132 = Instance.new("Weld")
| |
| 400 | Part133 = Instance.new("Part")
| |
| 401 | BlockMesh134 = Instance.new("BlockMesh")
| |
| 402 | Weld135 = Instance.new("Weld")
| |
| 403 | Part136 = Instance.new("Part")
| |
| 404 | BlockMesh137 = Instance.new("BlockMesh")
| |
| 405 | Weld138 = Instance.new("Weld")
| |
| 406 | Part139 = Instance.new("Part")
| |
| 407 | BlockMesh140 = Instance.new("BlockMesh")
| |
| 408 | Weld141 = Instance.new("Weld")
| |
| 409 | Part142 = Instance.new("Part")
| |
| 410 | BlockMesh143 = Instance.new("BlockMesh")
| |
| 411 | Weld144 = Instance.new("Weld")
| |
| 412 | Part145 = Instance.new("Part")
| |
| 413 | BlockMesh146 = Instance.new("BlockMesh")
| |
| 414 | Weld147 = Instance.new("Weld")
| |
| 415 | Part148 = Instance.new("Part")
| |
| 416 | BlockMesh149 = Instance.new("BlockMesh")
| |
| 417 | Weld150 = Instance.new("Weld")
| |
| 418 | Part151 = Instance.new("Part")
| |
| 419 | BlockMesh152 = Instance.new("BlockMesh")
| |
| 420 | Weld153 = Instance.new("Weld")
| |
| 421 | Part154 = Instance.new("Part")
| |
| 422 | BlockMesh155 = Instance.new("BlockMesh")
| |
| 423 | Weld156 = Instance.new("Weld")
| |
| 424 | Part157 = Instance.new("Part")
| |
| 425 | BlockMesh158 = Instance.new("BlockMesh")
| |
| 426 | Weld159 = Instance.new("Weld")
| |
| 427 | Part160 = Instance.new("Part")
| |
| 428 | BlockMesh161 = Instance.new("BlockMesh")
| |
| 429 | Weld162 = Instance.new("Weld")
| |
| 430 | Part163 = Instance.new("Part")
| |
| 431 | BlockMesh164 = Instance.new("BlockMesh")
| |
| 432 | Weld165 = Instance.new("Weld")
| |
| 433 | Part166 = Instance.new("Part")
| |
| 434 | Weld167 = Instance.new("Weld")
| |
| 435 | Part168 = Instance.new("Part")
| |
| 436 | BlockMesh169 = Instance.new("BlockMesh")
| |
| 437 | Weld170 = Instance.new("Weld")
| |
| 438 | Part171 = Instance.new("Part")
| |
| 439 | BlockMesh172 = Instance.new("BlockMesh")
| |
| 440 | Weld173 = Instance.new("Weld")
| |
| 441 | Part174 = Instance.new("Part")
| |
| 442 | BlockMesh175 = Instance.new("BlockMesh")
| |
| 443 | Weld176 = Instance.new("Weld")
| |
| 444 | Part177 = Instance.new("Part")
| |
| 445 | BlockMesh178 = Instance.new("BlockMesh")
| |
| 446 | Weld179 = Instance.new("Weld")
| |
| 447 | Part180 = Instance.new("Part")
| |
| 448 | BlockMesh181 = Instance.new("BlockMesh")
| |
| 449 | Weld182 = Instance.new("Weld")
| |
| 450 | Part183 = Instance.new("Part")
| |
| 451 | BlockMesh184 = Instance.new("BlockMesh")
| |
| 452 | Weld185 = Instance.new("Weld")
| |
| 453 | Part186 = Instance.new("Part")
| |
| 454 | BlockMesh187 = Instance.new("BlockMesh")
| |
| 455 | Weld188 = Instance.new("Weld")
| |
| 456 | Part189 = Instance.new("Part")
| |
| 457 | BlockMesh190 = Instance.new("BlockMesh")
| |
| 458 | Weld191 = Instance.new("Weld")
| |
| 459 | Part192 = Instance.new("Part")
| |
| 460 | BlockMesh193 = Instance.new("BlockMesh")
| |
| 461 | Weld194 = Instance.new("Weld")
| |
| 462 | Part195 = Instance.new("Part")
| |
| 463 | BlockMesh196 = Instance.new("BlockMesh")
| |
| 464 | Weld197 = Instance.new("Weld")
| |
| 465 | WedgePart198 = Instance.new("WedgePart")
| |
| 466 | Weld199 = Instance.new("Weld")
| |
| 467 | WedgePart200 = Instance.new("WedgePart")
| |
| 468 | Weld201 = Instance.new("Weld")
| |
| 469 | WedgePart202 = Instance.new("WedgePart")
| |
| 470 | Weld203 = Instance.new("Weld")
| |
| 471 | WedgePart204 = Instance.new("WedgePart")
| |
| 472 | Weld205 = Instance.new("Weld")
| |
| 473 | WedgePart206 = Instance.new("WedgePart")
| |
| 474 | Weld207 = Instance.new("Weld")
| |
| 475 | WedgePart208 = Instance.new("WedgePart")
| |
| 476 | Weld209 = Instance.new("Weld")
| |
| 477 | WedgePart210 = Instance.new("WedgePart")
| |
| 478 | Weld211 = Instance.new("Weld")
| |
| 479 | WedgePart212 = Instance.new("WedgePart")
| |
| 480 | Weld213 = Instance.new("Weld")
| |
| 481 | WedgePart214 = Instance.new("WedgePart")
| |
| 482 | Weld215 = Instance.new("Weld")
| |
| 483 | WedgePart216 = Instance.new("WedgePart")
| |
| 484 | Weld217 = Instance.new("Weld")
| |
| 485 | Part218 = Instance.new("Part")
| |
| 486 | Weld219 = Instance.new("Weld")
| |
| 487 | Model0.Name = "Mirai-Renchi (Dark Eccentric Wrench)" | |
| 488 | Part1.Parent = Model0 | |
| 489 | Part1.Material = Enum.Material.Neon | |
| 490 | - | Part1.BrickColor = BrickColor.new("Lime green")
|
| 490 | + | Part1.BrickColor = BrickColor.new("Bright orange")
|
| 491 | Part1.Position = Vector3.new(-594.925049, 1509.5188, -449.910004) | |
| 492 | Part1.Rotation = Vector3.new(-90, -45, -90) | |
| 493 | Part1.CanCollide = false | |
| 494 | Part1.Size = Vector3.new(0.215950891, 0.215950891, 0.813353121) | |
| 495 | Part1.CFrame = CFrame.new(-594.925049, 1509.5188, -449.910004, 0, 0.707106829, -0.707106829, 0, 0.707106829, 0.707106829, 1, 0, 0) | |
| 496 | Part1.TopSurface = Enum.SurfaceType.Smooth | |
| 497 | Part1.Color = Color3.new(0, 1, 0) | |
| 498 | Part1.Position = Vector3.new(-594.925049, 1509.5188, -449.910004) | |
| 499 | Part1.Orientation = Vector3.new(-45, -90, 0) | |
| 500 | Part1.Color = Color3.new(0, 1, 0) | |
| 501 | BlockMesh2.Parent = Part1 | |
| 502 | BlockMesh2.Scale = Vector3.new(0.538054049, 0.538054109, 1) | |
| 503 | BlockMesh2.Scale = Vector3.new(0.538054049, 0.538054109, 1) | |
| 504 | Weld3.Name = "Part" | |
| 505 | Weld3.Parent = Part1 | |
| 506 | Weld3.C0 = CFrame.new(-1.49645996, 3.80236816, -0.348632813, 0, 0.707106829, -0.707106829, 0, 0.707106829, 0.707106829, 1, 0, 0) | |
| 507 | Weld3.Part0 = Part85 | |
| 508 | Weld3.Part1 = Part1 | |
| 509 | Part4.Parent = Model0 | |
| 510 | Part4.Material = Enum.Material.Neon | |
| 511 | - | Part4.BrickColor = BrickColor.new("Lime green")
|
| 511 | + | Part4.BrickColor = BrickColor.new("Bright orange")
|
| 512 | Part4.Position = Vector3.new(-592.980957, 1502.76428, -449.910004) | |
| 513 | Part4.Rotation = Vector3.new(90, -40, 90) | |
| 514 | Part4.CanCollide = false | |
| 515 | Part4.Size = Vector3.new(0.215950891, 0.215950891, 0.575157702) | |
| 516 | Part4.CFrame = CFrame.new(-592.980957, 1502.76428, -449.910004, 0, -0.766043186, -0.642789185, 0, 0.642789185, -0.766043186, 1, 0, 0) | |
| 517 | Part4.TopSurface = Enum.SurfaceType.Smooth | |
| 518 | Part4.Color = Color3.new(0, 1, 0) | |
| 519 | Part4.Position = Vector3.new(-592.980957, 1502.76428, -449.910004) | |
| 520 | Part4.Orientation = Vector3.new(50, -90, 0) | |
| 521 | Part4.Color = Color3.new(0, 1, 0) | |
| 522 | BlockMesh5.Parent = Part4 | |
| 523 | BlockMesh5.Scale = Vector3.new(0.538054049, 0.538054228, 1) | |
| 524 | BlockMesh5.Scale = Vector3.new(0.538054049, 0.538054228, 1) | |
| 525 | Weld6.Name = "Part" | |
| 526 | Weld6.Parent = Part4 | |
| 527 | Weld6.C0 = CFrame.new(0.447631836, -2.95214844, -0.348632813, 0, -0.766043186, -0.642789185, 0, 0.642789185, -0.766043186, 1, 0, 0) | |
| 528 | Weld6.Part0 = Part85 | |
| 529 | Weld6.Part1 = Part4 | |
| 530 | Part7.Parent = Model0 | |
| 531 | Part7.Material = Enum.Material.Neon | |
| 532 | - | Part7.BrickColor = BrickColor.new("Lime green")
|
| 532 | + | Part7.BrickColor = BrickColor.new("Bright orange")
|
| 533 | Part7.Position = Vector3.new(-593.417847, 1502.55615, -449.910004) | |
| 534 | Part7.Rotation = Vector3.new(180, 90, 0) | |
| 535 | Part7.CanCollide = false | |
| 536 | Part7.Size = Vector3.new(0.215950891, 0.215950891, 0.63325429) | |
| 537 | Part7.CFrame = CFrame.new(-593.417847, 1502.55615, -449.910004, 0, 0, 1, 0, -1, 0, 1, 0, 0) | |
| 538 | Part7.TopSurface = Enum.SurfaceType.Smooth | |
| 539 | Part7.Color = Color3.new(0, 1, 0) | |
| 540 | Part7.Position = Vector3.new(-593.417847, 1502.55615, -449.910004) | |
| 541 | Part7.Orientation = Vector3.new(0, 90, 180) | |
| 542 | Part7.Color = Color3.new(0, 1, 0) | |
| 543 | BlockMesh8.Parent = Part7 | |
| 544 | BlockMesh8.Scale = Vector3.new(0.538054049, 0.538054228, 1) | |
| 545 | BlockMesh8.Scale = Vector3.new(0.538054049, 0.538054228, 1) | |
| 546 | Weld9.Name = "Part" | |
| 547 | Weld9.Parent = Part7 | |
| 548 | Weld9.C0 = CFrame.new(0.0107421875, -3.16027832, -0.348632813, 0, 0, 1, 0, -1, 0, 1, 0, 0) | |
| 549 | Weld9.Part0 = Part85 | |
| 550 | Weld9.Part1 = Part7 | |
| 551 | Part10.Parent = Model0 | |
| 552 | Part10.Material = Enum.Material.Neon | |
| 553 | - | Part10.BrickColor = BrickColor.new("Lime green")
|
| 553 | + | Part10.BrickColor = BrickColor.new("Bright orange")
|
| 554 | Part10.Position = Vector3.new(-592.78949, 1505.53088, -449.910004) | |
| 555 | Part10.Rotation = Vector3.new(-90, 0, -90) | |
| 556 | Part10.CanCollide = false | |
| 557 | Part10.Size = Vector3.new(0.215950891, 0.215950891, 5.14736271) | |
| 558 | Part10.CFrame = CFrame.new(-592.78949, 1505.53088, -449.910004, 0, 1, 0, 0, 0, 1, 1, 0, 0) | |
| 559 | Part10.TopSurface = Enum.SurfaceType.Smooth | |
| 560 | Part10.Color = Color3.new(0, 1, 0) | |
| 561 | Part10.Position = Vector3.new(-592.78949, 1505.53088, -449.910004) | |
| 562 | Part10.Orientation = Vector3.new(-90, -90, 0) | |
| 563 | Part10.Color = Color3.new(0, 1, 0) | |
| 564 | BlockMesh11.Parent = Part10 | |
| 565 | BlockMesh11.Scale = Vector3.new(0.538054049, 0.538054228, 1) | |
| 566 | BlockMesh11.Scale = Vector3.new(0.538054049, 0.538054228, 1) | |
| 567 | Weld12.Name = "Part" | |
| 568 | Weld12.Parent = Part10 | |
| 569 | Weld12.C0 = CFrame.new(0.639099121, -0.185546875, -0.348632813, 0, 1, 0, 0, 0, 1, 1, 0, 0) | |
| 570 | Weld12.Part0 = Part85 | |
| 571 | Weld12.Part1 = Part10 | |
| 572 | Part13.Parent = Model0 | |
| 573 | Part13.Material = Enum.Material.Neon | |
| 574 | - | Part13.BrickColor = BrickColor.new("Lime green")
|
| 574 | + | Part13.BrickColor = BrickColor.new("Bright orange")
|
| 575 | Part13.Position = Vector3.new(-594.291016, 1511.31592, -449.910004) | |
| 576 | Part13.Rotation = Vector3.new(-90, -21.1599998, -90) | |
| 577 | Part13.CanCollide = false | |
| 578 | Part13.Size = Vector3.new(0.215950891, 0.215950891, 1.85909295) | |
| 579 | Part13.CFrame = CFrame.new(-594.291016, 1511.31592, -449.910004, 0, 0.932569265, -0.360991091, 0, 0.360991091, 0.932569265, 1, 0, 0) | |
| 580 | Part13.TopSurface = Enum.SurfaceType.Smooth | |
| 581 | Part13.Color = Color3.new(0, 1, 0) | |
| 582 | Part13.Position = Vector3.new(-594.291016, 1511.31592, -449.910004) | |
| 583 | Part13.Orientation = Vector3.new(-68.8399963, -90, 0) | |
| 584 | Part13.Color = Color3.new(0, 1, 0) | |
| 585 | BlockMesh14.Parent = Part13 | |
| 586 | BlockMesh14.Scale = Vector3.new(0.538054049, 0.538054109, 1) | |
| 587 | BlockMesh14.Scale = Vector3.new(0.538054049, 0.538054109, 1) | |
| 588 | Weld15.Name = "Part" | |
| 589 | Weld15.Parent = Part13 | |
| 590 | Weld15.C0 = CFrame.new(-0.862426758, 5.5994873, -0.348632813, 0, 0.932569265, -0.360991091, 0, 0.360991091, 0.932569265, 1, 0, 0) | |
| 591 | Weld15.Part0 = Part85 | |
| 592 | Weld15.Part1 = Part13 | |
| 593 | Part16.Parent = Model0 | |
| 594 | Part16.Material = Enum.Material.Neon | |
| 595 | - | Part16.BrickColor = BrickColor.new("Lime green")
|
| 595 | + | Part16.BrickColor = BrickColor.new("Bright orange")
|
| 596 | Part16.Position = Vector3.new(-593.182007, 1510.17664, -449.910004) | |
| 597 | Part16.Rotation = Vector3.new(90, -45, 90) | |
| 598 | Part16.CanCollide = false | |
| 599 | Part16.Size = Vector3.new(0.215950891, 0.215950891, 0.813353121) | |
| 600 | Part16.CFrame = CFrame.new(-593.182007, 1510.17664, -449.910004, 0, -0.707106829, -0.707106829, 0, 0.707106829, -0.707106829, 1, 0, 0) | |
| 601 | Part16.TopSurface = Enum.SurfaceType.Smooth | |
| 602 | Part16.Color = Color3.new(0, 1, 0) | |
| 603 | Part16.Position = Vector3.new(-593.182007, 1510.17664, -449.910004) | |
| 604 | Part16.Orientation = Vector3.new(45, -90, 0) | |
| 605 | Part16.Color = Color3.new(0, 1, 0) | |
| 606 | BlockMesh17.Parent = Part16 | |
| 607 | BlockMesh17.Scale = Vector3.new(0.538054049, 0.538054228, 1) | |
| 608 | BlockMesh17.Scale = Vector3.new(0.538054049, 0.538054228, 1) | |
| 609 | Weld18.Name = "Part" | |
| 610 | Weld18.Parent = Part16 | |
| 611 | Weld18.C0 = CFrame.new(0.246582031, 4.46020508, -0.348632813, 0, -0.707106829, -0.707106829, 0, 0.707106829, -0.707106829, 1, 0, 0) | |
| 612 | Weld18.Part0 = Part85 | |
| 613 | Weld18.Part1 = Part16 | |
| 614 | Part19.Parent = Model0 | |
| 615 | Part19.Material = Enum.Material.Neon | |
| 616 | - | Part19.BrickColor = BrickColor.new("Lime green")
|
| 616 | + | Part19.BrickColor = BrickColor.new("Bright orange")
|
| 617 | Part19.Position = Vector3.new(-594.94458, 1511.54517, -449.910004) | |
| 618 | Part19.Rotation = Vector3.new(-90, -63.4300003, -90) | |
| 619 | Part19.CanCollide = false | |
| 620 | Part19.Size = Vector3.new(0.215950891, 1.39431942, 0.215950891) | |
| 621 | Part19.CFrame = CFrame.new(-594.94458, 1511.54517, -449.910004, 0, 0.447216004, -0.894425988, 0, 0.894425988, 0.447216004, 1, 0, 0) | |
| 622 | Part19.TopSurface = Enum.SurfaceType.Smooth | |
| 623 | Part19.Color = Color3.new(0, 1, 0) | |
| 624 | Part19.Position = Vector3.new(-594.94458, 1511.54517, -449.910004) | |
| 625 | Part19.Orientation = Vector3.new(-26.5699997, -90, 0) | |
| 626 | Part19.Color = Color3.new(0, 1, 0) | |
| 627 | BlockMesh20.Parent = Part19 | |
| 628 | BlockMesh20.Scale = Vector3.new(0.538054049, 1, 0.538054168) | |
| 629 | BlockMesh20.Scale = Vector3.new(0.538054049, 1, 0.538054168) | |
| 630 | Weld21.Name = "Part" | |
| 631 | Weld21.Parent = Part19 | |
| 632 | Weld21.C0 = CFrame.new(-1.51599121, 5.82873535, -0.348632813, 0, 0.447216004, -0.894425988, 0, 0.894425988, 0.447216004, 1, 0, 0) | |
| 633 | Weld21.Part0 = Part85 | |
| 634 | Weld21.Part1 = Part19 | |
| 635 | Part22.Parent = Model0 | |
| 636 | Part22.Material = Enum.Material.Neon | |
| 637 | - | Part22.BrickColor = BrickColor.new("Lime green")
|
| 637 | + | Part22.BrickColor = BrickColor.new("Bright orange")
|
| 638 | Part22.Position = Vector3.new(-594.067566, 1505.5188, -449.910004) | |
| 639 | Part22.Rotation = Vector3.new(-90, 0, -90) | |
| 640 | Part22.CanCollide = false | |
| 641 | Part22.Size = Vector3.new(0.215950891, 0.215950891, 5.17060089) | |
| 642 | Part22.CFrame = CFrame.new(-594.067566, 1505.5188, -449.910004, 0, 1, 0, 0, 0, 1, 1, 0, 0) | |
| 643 | Part22.TopSurface = Enum.SurfaceType.Smooth | |
| 644 | Part22.Color = Color3.new(0, 1, 0) | |
| 645 | Part22.Position = Vector3.new(-594.067566, 1505.5188, -449.910004) | |
| 646 | Part22.Orientation = Vector3.new(-90, -90, 0) | |
| 647 | Part22.Color = Color3.new(0, 1, 0) | |
| 648 | BlockMesh23.Parent = Part22 | |
| 649 | BlockMesh23.Scale = Vector3.new(0.538054049, 0.538054228, 1) | |
| 650 | BlockMesh23.Scale = Vector3.new(0.538054049, 0.538054228, 1) | |
| 651 | Weld24.Name = "Part" | |
| 652 | Weld24.Parent = Part22 | |
| 653 | Weld24.C0 = CFrame.new(-0.638977051, -0.197631836, -0.348632813, 0, 1, 0, 0, 0, 1, 1, 0, 0) | |
| 654 | Weld24.Part0 = Part85 | |
| 655 | Weld24.Part1 = Part22 | |
| 656 | Part25.Parent = Model0 | |
| 657 | Part25.Material = Enum.Material.Neon | |
| 658 | - | Part25.BrickColor = BrickColor.new("Lime green")
|
| 658 | + | Part25.BrickColor = BrickColor.new("Bright orange")
|
| 659 | Part25.Position = Vector3.new(-592.566406, 1511.31592, -449.910004) | |
| 660 | Part25.Rotation = Vector3.new(90, -21.1599998, 90) | |
| 661 | Part25.CanCollide = false | |
| 662 | Part25.Size = Vector3.new(0.215950891, 0.215950891, 1.85909295) | |
| 663 | Part25.CFrame = CFrame.new(-592.566406, 1511.31592, -449.910004, 0, -0.932567358, -0.360996127, 0, 0.360996127, -0.932567358, 1, 0, 0) | |
| 664 | Part25.TopSurface = Enum.SurfaceType.Smooth | |
| 665 | Part25.Color = Color3.new(0, 1, 0) | |
| 666 | Part25.Position = Vector3.new(-592.566406, 1511.31592, -449.910004) | |
| 667 | Part25.Orientation = Vector3.new(68.8399963, -90, 0) | |
| 668 | Part25.Color = Color3.new(0, 1, 0) | |
| 669 | BlockMesh26.Parent = Part25 | |
| 670 | BlockMesh26.Scale = Vector3.new(0.538054049, 0.538054228, 1) | |
| 671 | BlockMesh26.Scale = Vector3.new(0.538054049, 0.538054228, 1) | |
| 672 | Weld27.Name = "Part" | |
| 673 | Weld27.Parent = Part25 | |
| 674 | Weld27.C0 = CFrame.new(0.862182617, 5.5994873, -0.348632813, 0, -0.932567358, -0.360996127, 0, 0.360996127, -0.932567358, 1, 0, 0) | |
| 675 | Weld27.Part0 = Part85 | |
| 676 | Weld27.Part1 = Part25 | |
| 677 | Part28.Parent = Model0 | |
| 678 | Part28.Material = Enum.Material.Neon | |
| 679 | - | Part28.BrickColor = BrickColor.new("Lime green")
|
| 679 | + | Part28.BrickColor = BrickColor.new("Bright orange")
|
| 680 | Part28.Position = Vector3.new(-591.929199, 1511.5752, -449.910004) | |
| 681 | Part28.Rotation = Vector3.new(-90, -26.5599995, -90) | |
| 682 | Part28.CanCollide = false | |
| 683 | Part28.Size = Vector3.new(0.215950891, 0.215950891, 1.39431965) | |
| 684 | Part28.CFrame = CFrame.new(-591.929199, 1511.5752, -449.910004, 0, 0.894428015, -0.447212011, 0, 0.447212011, 0.894428015, 1, 0, 0) | |
| 685 | Part28.TopSurface = Enum.SurfaceType.Smooth | |
| 686 | Part28.Color = Color3.new(0, 1, 0) | |
| 687 | Part28.Position = Vector3.new(-591.929199, 1511.5752, -449.910004) | |
| 688 | Part28.Orientation = Vector3.new(-63.4399986, -90, 0) | |
| 689 | Part28.Color = Color3.new(0, 1, 0) | |
| 690 | BlockMesh29.Parent = Part28 | |
| 691 | BlockMesh29.Scale = Vector3.new(0.538054049, 0.538054228, 1) | |
| 692 | BlockMesh29.Scale = Vector3.new(0.538054049, 0.538054228, 1) | |
| 693 | Weld30.Name = "Part" | |
| 694 | Weld30.Parent = Part28 | |
| 695 | Weld30.C0 = CFrame.new(1.49938965, 5.85876465, -0.348632813, 0, 0.894428015, -0.447212011, 0, 0.447212011, 0.894428015, 1, 0, 0) | |
| 696 | Weld30.Part0 = Part85 | |
| 697 | Weld30.Part1 = Part28 | |
| 698 | Part31.Parent = Model0 | |
| 699 | Part31.Material = Enum.Material.Neon | |
| 700 | - | Part31.BrickColor = BrickColor.new("Lime green")
|
| 700 | + | Part31.BrickColor = BrickColor.new("Bright orange")
|
| 701 | Part31.Position = Vector3.new(-591.627686, 1510.37024, -449.910004) | |
| 702 | Part31.Rotation = Vector3.new(-90, 0, -90) | |
| 703 | Part31.CanCollide = false | |
| 704 | Part31.Size = Vector3.new(0.215950891, 0.215950891, 1.27812636) | |
| 705 | Part31.CFrame = CFrame.new(-591.627686, 1510.37024, -449.910004, 0, 1, 0, 0, 0, 1, 1, 0, 0) | |
| 706 | Part31.TopSurface = Enum.SurfaceType.Smooth | |
| 707 | Part31.Color = Color3.new(0, 1, 0) | |
| 708 | Part31.Position = Vector3.new(-591.627686, 1510.37024, -449.910004) | |
| 709 | Part31.Orientation = Vector3.new(-90, -90, 0) | |
| 710 | Part31.Color = Color3.new(0, 1, 0) | |
| 711 | BlockMesh32.Parent = Part31 | |
| 712 | BlockMesh32.Scale = Vector3.new(0.538054049, 0.538054228, 1) | |
| 713 | BlockMesh32.Scale = Vector3.new(0.538054049, 0.538054228, 1) | |
| 714 | Weld33.Name = "Part" | |
| 715 | Weld33.Parent = Part31 | |
| 716 | Weld33.C0 = CFrame.new(1.80090332, 4.65380859, -0.348632813, 0, 1, 0, 0, 0, 1, 1, 0, 0) | |
| 717 | Weld33.Part0 = Part85 | |
| 718 | Weld33.Part1 = Part31 | |
| 719 | Part34.Parent = Model0 | |
| 720 | Part34.Material = Enum.Material.Neon | |
| 721 | - | Part34.BrickColor = BrickColor.new("Lime green")
|
| 721 | + | Part34.BrickColor = BrickColor.new("Bright orange")
|
| 722 | Part34.Position = Vector3.new(-595.229187, 1510.37, -449.910004) | |
| 723 | Part34.Rotation = Vector3.new(0, -90, 0) | |
| 724 | Part34.CanCollide = false | |
| 725 | Part34.Size = Vector3.new(0.215950891, 1.27812624, 0.215950891) | |
| 726 | Part34.CFrame = CFrame.new(-595.229187, 1510.37, -449.910004, 0, 0, -1, 0, 1, 0, 1, 0, 0) | |
| 727 | Part34.TopSurface = Enum.SurfaceType.Smooth | |
| 728 | Part34.Color = Color3.new(0, 1, 0) | |
| 729 | Part34.Position = Vector3.new(-595.229187, 1510.37, -449.910004) | |
| 730 | Part34.Orientation = Vector3.new(0, -90, 0) | |
| 731 | Part34.Color = Color3.new(0, 1, 0) | |
| 732 | BlockMesh35.Parent = Part34 | |
| 733 | BlockMesh35.Scale = Vector3.new(0.538054049, 1, 0.538054168) | |
| 734 | BlockMesh35.Scale = Vector3.new(0.538054049, 1, 0.538054168) | |
| 735 | Weld36.Name = "Part" | |
| 736 | Weld36.Parent = Part34 | |
| 737 | Weld36.C0 = CFrame.new(-1.80059814, 4.65356445, -0.348632813, 0, 0, -1, 0, 1, 0, 1, 0, 0) | |
| 738 | Weld36.Part0 = Part85 | |
| 739 | Weld36.Part1 = Part34 | |
| 740 | Part37.Parent = Model0 | |
| 741 | Part37.Material = Enum.Material.Neon | |
| 742 | - | Part37.BrickColor = BrickColor.new("Lime green")
|
| 742 | + | Part37.BrickColor = BrickColor.new("Bright orange")
|
| 743 | Part37.Position = Vector3.new(-593.864502, 1502.75757, -449.910004) | |
| 744 | Part37.Rotation = Vector3.new(-90, -40, -90) | |
| 745 | Part37.CanCollide = false | |
| 746 | Part37.Size = Vector3.new(0.215950891, 0.215950891, 0.563538313) | |
| 747 | Part37.CFrame = CFrame.new(-593.864502, 1502.75757, -449.910004, 0, 0.766044974, -0.64278698, 0, 0.64278698, 0.766044974, 1, 0, 0) | |
| 748 | Part37.TopSurface = Enum.SurfaceType.Smooth | |
| 749 | Part37.Color = Color3.new(0, 1, 0) | |
| 750 | Part37.Position = Vector3.new(-593.864502, 1502.75757, -449.910004) | |
| 751 | Part37.Orientation = Vector3.new(-50, -90, 0) | |
| 752 | Part37.Color = Color3.new(0, 1, 0) | |
| 753 | BlockMesh38.Parent = Part37 | |
| 754 | BlockMesh38.Scale = Vector3.new(0.538054049, 0.538054228, 1) | |
| 755 | BlockMesh38.Scale = Vector3.new(0.538054049, 0.538054228, 1) | |
| 756 | Weld39.Name = "Part" | |
| 757 | Weld39.Parent = Part37 | |
| 758 | Weld39.C0 = CFrame.new(-0.435913086, -2.9588623, -0.348632813, 0, 0.766044974, -0.64278698, 0, 0.64278698, 0.766044974, 1, 0, 0) | |
| 759 | Weld39.Part0 = Part85 | |
| 760 | Weld39.Part1 = Part37 | |
| 761 | Part40.Parent = Model0 | |
| 762 | Part40.Material = Enum.Material.Neon | |
| 763 | - | Part40.BrickColor = BrickColor.new("Lime green")
|
| 763 | + | Part40.BrickColor = BrickColor.new("Bright orange")
|
| 764 | Part40.Position = Vector3.new(-594.356506, 1508.66833, -449.910004) | |
| 765 | Part40.Rotation = Vector3.new(90, 26.5599995, 90) | |
| 766 | Part40.CanCollide = false | |
| 767 | Part40.Size = Vector3.new(0.215950891, 0.215950891, 1.27812636) | |
| 768 | Part40.CFrame = CFrame.new(-594.356506, 1508.66833, -449.910004, 0, -0.894428015, 0.447212011, 0, -0.447212011, -0.894428015, 1, 0, 0) | |
| 769 | Part40.TopSurface = Enum.SurfaceType.Smooth | |
| 770 | Part40.Color = Color3.new(0, 1, 0) | |
| 771 | Part40.Position = Vector3.new(-594.356506, 1508.66833, -449.910004) | |
| 772 | Part40.Orientation = Vector3.new(63.4399986, 90, 180) | |
| 773 | Part40.Color = Color3.new(0, 1, 0) | |
| 774 | BlockMesh41.Parent = Part40 | |
| 775 | BlockMesh41.Scale = Vector3.new(0.538054049, 0.538054109, 1) | |
| 776 | BlockMesh41.Scale = Vector3.new(0.538054049, 0.538054109, 1) | |
| 777 | Weld42.Name = "Part" | |
| 778 | Weld42.Parent = Part40 | |
| 779 | Weld42.C0 = CFrame.new(-0.92791748, 2.9519043, -0.348632813, 0, -0.894428015, 0.447212011, 0, -0.447212011, -0.894428015, 1, 0, 0) | |
| 780 | Weld42.Part0 = Part85 | |
| 781 | Weld42.Part1 = Part40 | |
| 782 | Part43.Parent = Model0 | |
| 783 | Part43.Material = Enum.Material.Neon | |
| 784 | - | Part43.BrickColor = BrickColor.new("Lime green")
|
| 784 | + | Part43.BrickColor = BrickColor.new("Bright orange")
|
| 785 | Part43.Position = Vector3.new(-592.500427, 1508.66833, -449.910004) | |
| 786 | Part43.Rotation = Vector3.new(-90, 26.5699997, -90) | |
| 787 | Part43.CanCollide = false | |
| 788 | Part43.Size = Vector3.new(0.215950891, 0.215950891, 1.27812636) | |
| 789 | Part43.CFrame = CFrame.new(-592.500427, 1508.66833, -449.910004, 0, 0.894426584, 0.447214782, 0, -0.447214782, 0.894426584, 1, 0, 0) | |
| 790 | Part43.TopSurface = Enum.SurfaceType.Smooth | |
| 791 | Part43.Color = Color3.new(0, 1, 0) | |
| 792 | Part43.Position = Vector3.new(-592.500427, 1508.66833, -449.910004) | |
| 793 | Part43.Orientation = Vector3.new(-63.4300003, 90, 180) | |
| 794 | Part43.Color = Color3.new(0, 1, 0) | |
| 795 | BlockMesh44.Parent = Part43 | |
| 796 | BlockMesh44.Scale = Vector3.new(0.538054049, 0.538054228, 1) | |
| 797 | BlockMesh44.Scale = Vector3.new(0.538054049, 0.538054228, 1) | |
| 798 | Weld45.Name = "Part" | |
| 799 | Weld45.Parent = Part43 | |
| 800 | Weld45.C0 = CFrame.new(0.928161621, 2.9519043, -0.348632813, 0, 0.894426584, 0.447214782, 0, -0.447214782, 0.894426584, 1, 0, 0) | |
| 801 | Weld45.Part0 = Part85 | |
| 802 | Weld45.Part1 = Part43 | |
| 803 | Part46.Parent = Model0 | |
| 804 | Part46.Material = Enum.Material.Neon | |
| 805 | - | Part46.BrickColor = BrickColor.new("Lime green")
|
| 805 | + | Part46.BrickColor = BrickColor.new("Bright orange")
|
| 806 | Part46.Position = Vector3.new(-593.715942, 1510.21716, -449.910004) | |
| 807 | Part46.Rotation = Vector3.new(-90, -45, -90) | |
| 808 | Part46.CanCollide = false | |
| 809 | Part46.Size = Vector3.new(0.215950891, 0.215950891, 0.697159708) | |
| 810 | Part46.CFrame = CFrame.new(-593.715942, 1510.21716, -449.910004, 0, 0.707106829, -0.707106829, 0, 0.707106829, 0.707106829, 1, 0, 0) | |
| 811 | Part46.TopSurface = Enum.SurfaceType.Smooth | |
| 812 | Part46.Color = Color3.new(0, 1, 0) | |
| 813 | Part46.Position = Vector3.new(-593.715942, 1510.21716, -449.910004) | |
| 814 | Part46.Orientation = Vector3.new(-45, -90, 0) | |
| 815 | Part46.Color = Color3.new(0, 1, 0) | |
| 816 | BlockMesh47.Parent = Part46 | |
| 817 | BlockMesh47.Scale = Vector3.new(0.538054049, 0.538054109, 1) | |
| 818 | BlockMesh47.Scale = Vector3.new(0.538054049, 0.538054109, 1) | |
| 819 | Weld48.Name = "Part" | |
| 820 | Weld48.Parent = Part46 | |
| 821 | Weld48.C0 = CFrame.new(-0.287353516, 4.50073242, -0.348632813, 0, 0.707106829, -0.707106829, 0, 0.707106829, 0.707106829, 1, 0, 0) | |
| 822 | Weld48.Part0 = Part85 | |
| 823 | Weld48.Part1 = Part46 | |
| 824 | Part49.Parent = Model0 | |
| 825 | Part49.Material = Enum.Material.Neon | |
| 826 | - | Part49.BrickColor = BrickColor.new("Lime green")
|
| 826 | + | Part49.BrickColor = BrickColor.new("Bright orange")
|
| 827 | Part49.Position = Vector3.new(-591.932312, 1509.51868, -449.910004) | |
| 828 | Part49.Rotation = Vector3.new(-90, 45, -90) | |
| 829 | Part49.CanCollide = false | |
| 830 | Part49.Size = Vector3.new(0.215950891, 0.215950891, 0.813353121) | |
| 831 | Part49.CFrame = CFrame.new(-591.932312, 1509.51868, -449.910004, 0, 0.707106829, 0.707106829, 0, -0.707106829, 0.707106829, 1, 0, 0) | |
| 832 | Part49.TopSurface = Enum.SurfaceType.Smooth | |
| 833 | Part49.Color = Color3.new(0, 1, 0) | |
| 834 | Part49.Position = Vector3.new(-591.932312, 1509.51868, -449.910004) | |
| 835 | Part49.Orientation = Vector3.new(-45, 90, 180) | |
| 836 | Part49.Color = Color3.new(0, 1, 0) | |
| 837 | BlockMesh50.Parent = Part49 | |
| 838 | BlockMesh50.Scale = Vector3.new(0.538054049, 0.538054228, 1) | |
| 839 | BlockMesh50.Scale = Vector3.new(0.538054049, 0.538054228, 1) | |
| 840 | Weld51.Name = "Part" | |
| 841 | Weld51.Parent = Part49 | |
| 842 | Weld51.C0 = CFrame.new(1.49627686, 3.80224609, -0.348632813, 0, 0.707106829, 0.707106829, 0, -0.707106829, 0.707106829, 1, 0, 0) | |
| 843 | Weld51.Part0 = Part85 | |
| 844 | Weld51.Part1 = Part49 | |
| 845 | Part52.Parent = Model0 | |
| 846 | Part52.Material = Enum.Material.Neon | |
| 847 | - | Part52.BrickColor = BrickColor.new("Lime green")
|
| 847 | + | Part52.BrickColor = BrickColor.new("Bright orange")
|
| 848 | Part52.Position = Vector3.new(-594.067505, 1505.51355, -449.212799) | |
| 849 | Part52.Rotation = Vector3.new(-90, 0, -90) | |
| 850 | Part52.CanCollide = false | |
| 851 | Part52.Size = Vector3.new(0.215950891, 0.215950891, 5.17060089) | |
| 852 | Part52.CFrame = CFrame.new(-594.067505, 1505.51355, -449.212799, 0, 1, 0, 0, 0, 1, 1, 0, 0) | |
| 853 | Part52.TopSurface = Enum.SurfaceType.Smooth | |
| 854 | Part52.Color = Color3.new(0, 1, 0) | |
| 855 | Part52.Position = Vector3.new(-594.067505, 1505.51355, -449.212799) | |
| 856 | Part52.Orientation = Vector3.new(-90, -90, 0) | |
| 857 | Part52.Color = Color3.new(0, 1, 0) | |
| 858 | BlockMesh53.Parent = Part52 | |
| 859 | BlockMesh53.Scale = Vector3.new(0.538054049, 0.538054228, 1) | |
| 860 | BlockMesh53.Scale = Vector3.new(0.538054049, 0.538054228, 1) | |
| 861 | Weld54.Name = "Part" | |
| 862 | Weld54.Parent = Part52 | |
| 863 | Weld54.C0 = CFrame.new(-0.638916016, -0.202880859, 0.348571777, 0, 1, 0, 0, 0, 1, 1, 0, 0) | |
| 864 | Weld54.Part0 = Part85 | |
| 865 | Weld54.Part1 = Part52 | |
| 866 | Part55.Parent = Model0 | |
| 867 | Part55.BrickColor = BrickColor.new("Really black")
| |
| 868 | Part55.Position = Vector3.new(-594.590332, 1510.13245, -449.561371) | |
| 869 | Part55.CanCollide = false | |
| 870 | Part55.Size = Vector3.new(1.16193271, 0.580966353, 0.580966473) | |
| 871 | Part55.CFrame = CFrame.new(-594.590332, 1510.13245, -449.561371, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 872 | Part55.BottomSurface = Enum.SurfaceType.Smooth | |
| 873 | Part55.TopSurface = Enum.SurfaceType.Smooth | |
| 874 | Part55.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 875 | Part55.Position = Vector3.new(-594.590332, 1510.13245, -449.561371) | |
| 876 | Part55.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 877 | Weld56.Name = "Part" | |
| 878 | Weld56.Parent = Part55 | |
| 879 | Weld56.C0 = CFrame.new(-1.16174316, 4.41601563, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 880 | Weld56.Part0 = Part85 | |
| 881 | Weld56.Part1 = Part55 | |
| 882 | Part57.Parent = Model0 | |
| 883 | Part57.BrickColor = BrickColor.new("Really black")
| |
| 884 | Part57.Position = Vector3.new(-592.266602, 1510.13269, -449.561371) | |
| 885 | Part57.CanCollide = false | |
| 886 | Part57.Size = Vector3.new(1.16193271, 0.580966353, 0.580966473) | |
| 887 | Part57.CFrame = CFrame.new(-592.266602, 1510.13269, -449.561371, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 888 | Part57.BottomSurface = Enum.SurfaceType.Smooth | |
| 889 | Part57.TopSurface = Enum.SurfaceType.Smooth | |
| 890 | Part57.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 891 | Part57.Position = Vector3.new(-592.266602, 1510.13269, -449.561371) | |
| 892 | Part57.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 893 | Weld58.Name = "Part" | |
| 894 | Weld58.Parent = Part57 | |
| 895 | Weld58.C0 = CFrame.new(1.1619873, 4.41625977, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 896 | Weld58.Part0 = Part85 | |
| 897 | Weld58.Part1 = Part57 | |
| 898 | Part59.Parent = Model0 | |
| 899 | Part59.Material = Enum.Material.Neon | |
| 900 | - | Part59.BrickColor = BrickColor.new("Lime green")
|
| 900 | + | Part59.BrickColor = BrickColor.new("Bright orange")
|
| 901 | Part59.Position = Vector3.new(-592.789551, 1505.52588, -449.212799) | |
| 902 | Part59.Rotation = Vector3.new(-90, 0, -90) | |
| 903 | Part59.CanCollide = false | |
| 904 | Part59.Size = Vector3.new(0.215950891, 0.215950891, 5.14736271) | |
| 905 | Part59.CFrame = CFrame.new(-592.789551, 1505.52588, -449.212799, 0, 1, 0, 0, 0, 1, 1, 0, 0) | |
| 906 | Part59.TopSurface = Enum.SurfaceType.Smooth | |
| 907 | Part59.Color = Color3.new(0, 1, 0) | |
| 908 | Part59.Position = Vector3.new(-592.789551, 1505.52588, -449.212799) | |
| 909 | Part59.Orientation = Vector3.new(-90, -90, 0) | |
| 910 | Part59.Color = Color3.new(0, 1, 0) | |
| 911 | BlockMesh60.Parent = Part59 | |
| 912 | BlockMesh60.Scale = Vector3.new(0.538054049, 0.538054228, 1) | |
| 913 | BlockMesh60.Scale = Vector3.new(0.538054049, 0.538054228, 1) | |
| 914 | Weld61.Name = "Part" | |
| 915 | Weld61.Parent = Part59 | |
| 916 | Weld61.C0 = CFrame.new(0.639038086, -0.190551758, 0.348571777, 0, 1, 0, 0, 0, 1, 1, 0, 0) | |
| 917 | Weld61.Part0 = Part85 | |
| 918 | Weld61.Part1 = Part59 | |
| 919 | Part62.Parent = Model0 | |
| 920 | Part62.Material = Enum.Material.Neon | |
| 921 | - | Part62.BrickColor = BrickColor.new("Lime green")
|
| 921 | + | Part62.BrickColor = BrickColor.new("Bright orange")
|
| 922 | Part62.Position = Vector3.new(-594.356812, 1508.66321, -449.212799) | |
| 923 | Part62.Rotation = Vector3.new(90, 26.5599995, 90) | |
| 924 | Part62.CanCollide = false | |
| 925 | Part62.Size = Vector3.new(0.215950891, 0.215950891, 1.27812636) | |
| 926 | Part62.CFrame = CFrame.new(-594.356812, 1508.66321, -449.212799, 0, -0.894428015, 0.447212011, 0, -0.447212011, -0.894428015, 1, 0, 0) | |
| 927 | Part62.TopSurface = Enum.SurfaceType.Smooth | |
| 928 | Part62.Color = Color3.new(0, 1, 0) | |
| 929 | Part62.Position = Vector3.new(-594.356812, 1508.66321, -449.212799) | |
| 930 | Part62.Orientation = Vector3.new(63.4399986, 90, 180) | |
| 931 | Part62.Color = Color3.new(0, 1, 0) | |
| 932 | BlockMesh63.Parent = Part62 | |
| 933 | BlockMesh63.Scale = Vector3.new(0.538054049, 0.538054109, 1) | |
| 934 | BlockMesh63.Scale = Vector3.new(0.538054049, 0.538054109, 1) | |
| 935 | Weld64.Name = "Part" | |
| 936 | Weld64.Parent = Part62 | |
| 937 | Weld64.C0 = CFrame.new(-0.928222656, 2.94677734, 0.348571777, 0, -0.894428015, 0.447212011, 0, -0.447212011, -0.894428015, 1, 0, 0) | |
| 938 | Weld64.Part0 = Part85 | |
| 939 | Weld64.Part1 = Part62 | |
| 940 | Part65.Parent = Model0 | |
| 941 | Part65.Material = Enum.Material.Neon | |
| 942 | - | Part65.BrickColor = BrickColor.new("Lime green")
|
| 942 | + | Part65.BrickColor = BrickColor.new("Bright orange")
|
| 943 | Part65.Position = Vector3.new(-591.627686, 1510.36499, -449.212799) | |
| 944 | Part65.Rotation = Vector3.new(-90, 0, -90) | |
| 945 | Part65.CanCollide = false | |
| 946 | Part65.Size = Vector3.new(0.215950891, 0.215950891, 1.27812636) | |
| 947 | Part65.CFrame = CFrame.new(-591.627686, 1510.36499, -449.212799, 0, 1, 0, 0, 0, 1, 1, 0, 0) | |
| 948 | Part65.TopSurface = Enum.SurfaceType.Smooth | |
| 949 | Part65.Color = Color3.new(0, 1, 0) | |
| 950 | Part65.Position = Vector3.new(-591.627686, 1510.36499, -449.212799) | |
| 951 | Part65.Orientation = Vector3.new(-90, -90, 0) | |
| 952 | Part65.Color = Color3.new(0, 1, 0) | |
| 953 | BlockMesh66.Parent = Part65 | |
| 954 | BlockMesh66.Scale = Vector3.new(0.538054049, 0.538054228, 1) | |
| 955 | BlockMesh66.Scale = Vector3.new(0.538054049, 0.538054228, 1) | |
| 956 | Weld67.Name = "Part" | |
| 957 | Weld67.Parent = Part65 | |
| 958 | Weld67.C0 = CFrame.new(1.80090332, 4.64855957, 0.348571777, 0, 1, 0, 0, 0, 1, 1, 0, 0) | |
| 959 | Weld67.Part0 = Part85 | |
| 960 | Weld67.Part1 = Part65 | |
| 961 | Part68.Parent = Model0 | |
| 962 | Part68.Material = Enum.Material.Neon | |
| 963 | - | Part68.BrickColor = BrickColor.new("Lime green")
|
| 963 | + | Part68.BrickColor = BrickColor.new("Bright orange")
|
| 964 | Part68.Position = Vector3.new(-593.182007, 1510.17029, -449.212799) | |
| 965 | Part68.Rotation = Vector3.new(90, -45, 90) | |
| 966 | Part68.CanCollide = false | |
| 967 | Part68.Size = Vector3.new(0.215950891, 0.215950891, 0.813353121) | |
| 968 | Part68.CFrame = CFrame.new(-593.182007, 1510.17029, -449.212799, 0, -0.707106829, -0.707106829, 0, 0.707106829, -0.707106829, 1, 0, 0) | |
| 969 | Part68.TopSurface = Enum.SurfaceType.Smooth | |
| 970 | Part68.Color = Color3.new(0, 1, 0) | |
| 971 | Part68.Position = Vector3.new(-593.182007, 1510.17029, -449.212799) | |
| 972 | Part68.Orientation = Vector3.new(45, -90, 0) | |
| 973 | Part68.Color = Color3.new(0, 1, 0) | |
| 974 | BlockMesh69.Parent = Part68 | |
| 975 | BlockMesh69.Scale = Vector3.new(0.538054049, 0.538054228, 1) | |
| 976 | BlockMesh69.Scale = Vector3.new(0.538054049, 0.538054228, 1) | |
| 977 | Weld70.Name = "Part" | |
| 978 | Weld70.Parent = Part68 | |
| 979 | Weld70.C0 = CFrame.new(0.246582031, 4.45385742, 0.348571777, 0, -0.707106829, -0.707106829, 0, 0.707106829, -0.707106829, 1, 0, 0) | |
| 980 | Weld70.Part0 = Part85 | |
| 981 | Weld70.Part1 = Part68 | |
| 982 | Part71.Parent = Model0 | |
| 983 | Part71.Material = Enum.Material.Neon | |
| 984 | - | Part71.BrickColor = BrickColor.new("Lime green")
|
| 984 | + | Part71.BrickColor = BrickColor.new("Bright orange")
|
| 985 | Part71.Position = Vector3.new(-591.92926, 1511.57019, -449.212799) | |
| 986 | Part71.Rotation = Vector3.new(-90, -26.5599995, -90) | |
| 987 | Part71.CanCollide = false | |
| 988 | Part71.Size = Vector3.new(0.215950891, 0.215950891, 1.39431965) | |
| 989 | Part71.CFrame = CFrame.new(-591.92926, 1511.57019, -449.212799, 0, 0.894428015, -0.447212011, 0, 0.447212011, 0.894428015, 1, 0, 0) | |
| 990 | Part71.TopSurface = Enum.SurfaceType.Smooth | |
| 991 | Part71.Color = Color3.new(0, 1, 0) | |
| 992 | Part71.Position = Vector3.new(-591.92926, 1511.57019, -449.212799) | |
| 993 | Part71.Orientation = Vector3.new(-63.4399986, -90, 0) | |
| 994 | Part71.Color = Color3.new(0, 1, 0) | |
| 995 | BlockMesh72.Parent = Part71 | |
| 996 | BlockMesh72.Scale = Vector3.new(0.538054049, 0.538054228, 1) | |
| 997 | BlockMesh72.Scale = Vector3.new(0.538054049, 0.538054228, 1) | |
| 998 | Weld73.Name = "Part" | |
| 999 | Weld73.Parent = Part71 | |
| 1000 | Weld73.C0 = CFrame.new(1.49932861, 5.85375977, 0.348571777, 0, 0.894428015, -0.447212011, 0, 0.447212011, 0.894428015, 1, 0, 0) | |
| 1001 | Weld73.Part0 = Part85 | |
| 1002 | Weld73.Part1 = Part71 | |
| 1003 | Part74.Parent = Model0 | |
| 1004 | Part74.Material = Enum.Material.Neon | |
| 1005 | - | Part74.BrickColor = BrickColor.new("Lime green")
|
| 1005 | + | Part74.BrickColor = BrickColor.new("Bright orange")
|
| 1006 | Part74.Position = Vector3.new(-593.715942, 1510.21118, -449.212799) | |
| 1007 | Part74.Rotation = Vector3.new(-90, -45, -90) | |
| 1008 | Part74.CanCollide = false | |
| 1009 | Part74.Size = Vector3.new(0.215950891, 0.215950891, 0.697159708) | |
| 1010 | Part74.CFrame = CFrame.new(-593.715942, 1510.21118, -449.212799, 0, 0.707106829, -0.707106829, 0, 0.707106829, 0.707106829, 1, 0, 0) | |
| 1011 | Part74.TopSurface = Enum.SurfaceType.Smooth | |
| 1012 | Part74.Color = Color3.new(0, 1, 0) | |
| 1013 | Part74.Position = Vector3.new(-593.715942, 1510.21118, -449.212799) | |
| 1014 | Part74.Orientation = Vector3.new(-45, -90, 0) | |
| 1015 | Part74.Color = Color3.new(0, 1, 0) | |
| 1016 | BlockMesh75.Parent = Part74 | |
| 1017 | BlockMesh75.Scale = Vector3.new(0.538054049, 0.538054109, 1) | |
| 1018 | BlockMesh75.Scale = Vector3.new(0.538054049, 0.538054109, 1) | |
| 1019 | Weld76.Name = "Part" | |
| 1020 | Weld76.Parent = Part74 | |
| 1021 | Weld76.C0 = CFrame.new(-0.287353516, 4.49475098, 0.348571777, 0, 0.707106829, -0.707106829, 0, 0.707106829, 0.707106829, 1, 0, 0) | |
| 1022 | Weld76.Part0 = Part85 | |
| 1023 | Weld76.Part1 = Part74 | |
| 1024 | Part77.Parent = Model0 | |
| 1025 | Part77.Material = Enum.Material.Neon | |
| 1026 | - | Part77.BrickColor = BrickColor.new("Lime green")
|
| 1026 | + | Part77.BrickColor = BrickColor.new("Bright orange")
|
| 1027 | Part77.Position = Vector3.new(-592.565857, 1511.3103, -449.212799) | |
| 1028 | Part77.Rotation = Vector3.new(90, -21.1599998, 90) | |
| 1029 | Part77.CanCollide = false | |
| 1030 | Part77.Size = Vector3.new(0.215950891, 0.215950891, 1.85909295) | |
| 1031 | Part77.CFrame = CFrame.new(-592.565857, 1511.3103, -449.212799, 0, -0.932567358, -0.360996127, 0, 0.360996127, -0.932567358, 1, 0, 0) | |
| 1032 | Part77.TopSurface = Enum.SurfaceType.Smooth | |
| 1033 | Part77.Color = Color3.new(0, 1, 0) | |
| 1034 | Part77.Position = Vector3.new(-592.565857, 1511.3103, -449.212799) | |
| 1035 | Part77.Orientation = Vector3.new(68.8399963, -90, 0) | |
| 1036 | Part77.Color = Color3.new(0, 1, 0) | |
| 1037 | BlockMesh78.Parent = Part77 | |
| 1038 | BlockMesh78.Scale = Vector3.new(0.538054049, 0.538054228, 1) | |
| 1039 | BlockMesh78.Scale = Vector3.new(0.538054049, 0.538054228, 1) | |
| 1040 | Weld79.Name = "Part" | |
| 1041 | Weld79.Parent = Part77 | |
| 1042 | Weld79.C0 = CFrame.new(0.862731934, 5.59387207, 0.348571777, 0, -0.932567358, -0.360996127, 0, 0.360996127, -0.932567358, 1, 0, 0) | |
| 1043 | Weld79.Part0 = Part85 | |
| 1044 | Weld79.Part1 = Part77 | |
| 1045 | Part80.Parent = Model0 | |
| 1046 | Part80.BrickColor = BrickColor.new("Really black")
| |
| 1047 | Part80.Position = Vector3.new(-593.428223, 1509.55127, -449.561371) | |
| 1048 | Part80.CanCollide = false | |
| 1049 | Part80.Size = Vector3.new(2.32386541, 0.580966353, 0.580966473) | |
| 1050 | Part80.CFrame = CFrame.new(-593.428223, 1509.55127, -449.561371, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 1051 | Part80.BottomSurface = Enum.SurfaceType.Smooth | |
| 1052 | Part80.TopSurface = Enum.SurfaceType.Smooth | |
| 1053 | Part80.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 1054 | Part80.Position = Vector3.new(-593.428223, 1509.55127, -449.561371) | |
| 1055 | Part80.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 1056 | Weld81.Name = "Part" | |
| 1057 | Weld81.Parent = Part80 | |
| 1058 | Weld81.C0 = CFrame.new(0.000366210938, 3.83483887, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 1059 | Weld81.Part0 = Part85 | |
| 1060 | Weld81.Part1 = Part80 | |
| 1061 | Part82.Parent = Model0 | |
| 1062 | Part82.Material = Enum.Material.Neon | |
| 1063 | - | Part82.BrickColor = BrickColor.new("Lime green")
|
| 1063 | + | Part82.BrickColor = BrickColor.new("Bright orange")
|
| 1064 | Part82.Position = Vector3.new(-594.924744, 1509.51306, -449.212799) | |
| 1065 | Part82.Rotation = Vector3.new(-90, -45, -90) | |
| 1066 | Part82.CanCollide = false | |
| 1067 | Part82.Size = Vector3.new(0.215950891, 0.215950891, 0.813353121) | |
| 1068 | Part82.CFrame = CFrame.new(-594.924744, 1509.51306, -449.212799, 0, 0.707106829, -0.707106829, 0, 0.707106829, 0.707106829, 1, 0, 0) | |
| 1069 | Part82.TopSurface = Enum.SurfaceType.Smooth | |
| 1070 | Part82.Color = Color3.new(0, 1, 0) | |
| 1071 | Part82.Position = Vector3.new(-594.924744, 1509.51306, -449.212799) | |
| 1072 | Part82.Orientation = Vector3.new(-45, -90, 0) | |
| 1073 | Part82.Color = Color3.new(0, 1, 0) | |
| 1074 | BlockMesh83.Parent = Part82 | |
| 1075 | BlockMesh83.Scale = Vector3.new(0.538054049, 0.538054109, 1) | |
| 1076 | BlockMesh83.Scale = Vector3.new(0.538054049, 0.538054109, 1) | |
| 1077 | Weld84.Name = "Part" | |
| 1078 | Weld84.Parent = Part82 | |
| 1079 | Weld84.C0 = CFrame.new(-1.49615479, 3.79663086, 0.348571777, 0, 0.707106829, -0.707106829, 0, 0.707106829, 0.707106829, 1, 0, 0) | |
| 1080 | Weld84.Part0 = Part85 | |
| 1081 | Weld84.Part1 = Part82 | |
| 1082 | Part85.Name = "Handle" | |
| 1083 | Part85.Parent = Model0 | |
| 1084 | Part85.BrickColor = BrickColor.new("Really black")
| |
| 1085 | Part85.Position = Vector3.new(-593.428589, 1505.71643, -449.561371) | |
| 1086 | Part85.CanCollide = false | |
| 1087 | Part85.Size = Vector3.new(1.16193271, 5.34489202, 0.580966473) | |
| 1088 | Part85.CFrame = CFrame.new(-593.428589, 1505.71643, -449.561371, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 1089 | Part85.BottomSurface = Enum.SurfaceType.Smooth | |
| 1090 | Part85.TopSurface = Enum.SurfaceType.Smooth | |
| 1091 | Part85.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 1092 | Part85.Position = Vector3.new(-593.428589, 1505.71643, -449.561371) | |
| 1093 | Part85.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 1094 | Part86.Parent = Model0 | |
| 1095 | Part86.Material = Enum.Material.Neon | |
| 1096 | - | Part86.BrickColor = BrickColor.new("Lime green")
|
| 1096 | + | Part86.BrickColor = BrickColor.new("Bright orange")
|
| 1097 | Part86.Position = Vector3.new(-592.500671, 1508.66321, -449.212799) | |
| 1098 | Part86.Rotation = Vector3.new(-90, 26.5699997, -90) | |
| 1099 | Part86.CanCollide = false | |
| 1100 | Part86.Size = Vector3.new(0.215950891, 0.215950891, 1.27812636) | |
| 1101 | Part86.CFrame = CFrame.new(-592.500671, 1508.66321, -449.212799, 0, 0.894426584, 0.447214782, 0, -0.447214782, 0.894426584, 1, 0, 0) | |
| 1102 | Part86.TopSurface = Enum.SurfaceType.Smooth | |
| 1103 | Part86.Color = Color3.new(0, 1, 0) | |
| 1104 | Part86.Position = Vector3.new(-592.500671, 1508.66321, -449.212799) | |
| 1105 | Part86.Orientation = Vector3.new(-63.4300003, 90, 180) | |
| 1106 | Part86.Color = Color3.new(0, 1, 0) | |
| 1107 | BlockMesh87.Parent = Part86 | |
| 1108 | BlockMesh87.Scale = Vector3.new(0.538054049, 0.538054228, 1) | |
| 1109 | BlockMesh87.Scale = Vector3.new(0.538054049, 0.538054228, 1) | |
| 1110 | Weld88.Name = "Part" | |
| 1111 | Weld88.Parent = Part86 | |
| 1112 | Weld88.C0 = CFrame.new(0.92791748, 2.94677734, 0.348571777, 0, 0.894426584, 0.447214782, 0, -0.447214782, 0.894426584, 1, 0, 0) | |
| 1113 | Weld88.Part0 = Part85 | |
| 1114 | Weld88.Part1 = Part86 | |
| 1115 | Part89.Parent = Model0 | |
| 1116 | Part89.Material = Enum.Material.Neon | |
| 1117 | - | Part89.BrickColor = BrickColor.new("Lime green")
|
| 1117 | + | Part89.BrickColor = BrickColor.new("Bright orange")
|
| 1118 | Part89.Position = Vector3.new(-595.22937, 1510.36499, -449.212799) | |
| 1119 | Part89.Rotation = Vector3.new(0, -90, 0) | |
| 1120 | Part89.CanCollide = false | |
| 1121 | Part89.Size = Vector3.new(0.215950891, 1.27812624, 0.215950891) | |
| 1122 | Part89.CFrame = CFrame.new(-595.22937, 1510.36499, -449.212799, 0, 0, -1, 0, 1, 0, 1, 0, 0) | |
| 1123 | Part89.TopSurface = Enum.SurfaceType.Smooth | |
| 1124 | Part89.Color = Color3.new(0, 1, 0) | |
| 1125 | Part89.Position = Vector3.new(-595.22937, 1510.36499, -449.212799) | |
| 1126 | Part89.Orientation = Vector3.new(0, -90, 0) | |
| 1127 | Part89.Color = Color3.new(0, 1, 0) | |
| 1128 | BlockMesh90.Parent = Part89 | |
| 1129 | BlockMesh90.Scale = Vector3.new(0.538054049, 1, 0.538054168) | |
| 1130 | BlockMesh90.Scale = Vector3.new(0.538054049, 1, 0.538054168) | |
| 1131 | Weld91.Name = "Part" | |
| 1132 | Weld91.Parent = Part89 | |
| 1133 | Weld91.C0 = CFrame.new(-1.80078125, 4.64855957, 0.348571777, 0, 0, -1, 0, 1, 0, 1, 0, 0) | |
| 1134 | Weld91.Part0 = Part85 | |
| 1135 | Weld91.Part1 = Part89 | |
| 1136 | Part92.Parent = Model0 | |
| 1137 | Part92.Material = Enum.Material.Neon | |
| 1138 | - | Part92.BrickColor = BrickColor.new("Lime green")
|
| 1138 | + | Part92.BrickColor = BrickColor.new("Bright orange")
|
| 1139 | Part92.Position = Vector3.new(-594.290649, 1511.3103, -449.212799) | |
| 1140 | Part92.Rotation = Vector3.new(-90, -21.1599998, -90) | |
| 1141 | Part92.CanCollide = false | |
| 1142 | Part92.Size = Vector3.new(0.215950891, 0.215950891, 1.85909295) | |
| 1143 | Part92.CFrame = CFrame.new(-594.290649, 1511.3103, -449.212799, 0, 0.932569265, -0.360991091, 0, 0.360991091, 0.932569265, 1, 0, 0) | |
| 1144 | Part92.TopSurface = Enum.SurfaceType.Smooth | |
| 1145 | Part92.Color = Color3.new(0, 1, 0) | |
| 1146 | Part92.Position = Vector3.new(-594.290649, 1511.3103, -449.212799) | |
| 1147 | Part92.Orientation = Vector3.new(-68.8399963, -90, 0) | |
| 1148 | Part92.Color = Color3.new(0, 1, 0) | |
| 1149 | BlockMesh93.Parent = Part92 | |
| 1150 | BlockMesh93.Scale = Vector3.new(0.538054049, 0.538054109, 1) | |
| 1151 | BlockMesh93.Scale = Vector3.new(0.538054049, 0.538054109, 1) | |
| 1152 | Weld94.Name = "Part" | |
| 1153 | Weld94.Parent = Part92 | |
| 1154 | Weld94.C0 = CFrame.new(-0.862060547, 5.59387207, 0.348571777, 0, 0.932569265, -0.360991091, 0, 0.360991091, 0.932569265, 1, 0, 0) | |
| 1155 | Weld94.Part0 = Part85 | |
| 1156 | Weld94.Part1 = Part92 | |
| 1157 | Part95.Parent = Model0 | |
| 1158 | Part95.Material = Enum.Material.Neon | |
| 1159 | - | Part95.BrickColor = BrickColor.new("Lime green")
|
| 1159 | + | Part95.BrickColor = BrickColor.new("Bright orange")
|
| 1160 | Part95.Position = Vector3.new(-594.944641, 1511.53955, -449.212799) | |
| 1161 | Part95.Rotation = Vector3.new(-90, -63.4300003, -90) | |
| 1162 | Part95.CanCollide = false | |
| 1163 | Part95.Size = Vector3.new(0.215950891, 1.39431942, 0.215950891) | |
| 1164 | Part95.CFrame = CFrame.new(-594.944641, 1511.53955, -449.212799, 0, 0.447216004, -0.894425988, 0, 0.894425988, 0.447216004, 1, 0, 0) | |
| 1165 | Part95.TopSurface = Enum.SurfaceType.Smooth | |
| 1166 | Part95.Color = Color3.new(0, 1, 0) | |
| 1167 | Part95.Position = Vector3.new(-594.944641, 1511.53955, -449.212799) | |
| 1168 | Part95.Orientation = Vector3.new(-26.5699997, -90, 0) | |
| 1169 | Part95.Color = Color3.new(0, 1, 0) | |
| 1170 | BlockMesh96.Parent = Part95 | |
| 1171 | BlockMesh96.Scale = Vector3.new(0.538054049, 1, 0.538054168) | |
| 1172 | BlockMesh96.Scale = Vector3.new(0.538054049, 1, 0.538054168) | |
| 1173 | Weld97.Name = "Part" | |
| 1174 | Weld97.Parent = Part95 | |
| 1175 | Weld97.C0 = CFrame.new(-1.51605225, 5.82312012, 0.348571777, 0, 0.447216004, -0.894425988, 0, 0.894425988, 0.447216004, 1, 0, 0) | |
| 1176 | Weld97.Part0 = Part85 | |
| 1177 | Weld97.Part1 = Part95 | |
| 1178 | Part98.Parent = Model0 | |
| 1179 | Part98.Material = Enum.Material.Neon | |
| 1180 | - | Part98.BrickColor = BrickColor.new("Lime green")
|
| 1180 | + | Part98.BrickColor = BrickColor.new("Bright orange")
|
| 1181 | Part98.Position = Vector3.new(-591.932434, 1509.51306, -449.212799) | |
| 1182 | Part98.Rotation = Vector3.new(-90, 45, -90) | |
| 1183 | Part98.CanCollide = false | |
| 1184 | Part98.Size = Vector3.new(0.215950891, 0.215950891, 0.813353121) | |
| 1185 | Part98.CFrame = CFrame.new(-591.932434, 1509.51306, -449.212799, 0, 0.707106829, 0.707106829, 0, -0.707106829, 0.707106829, 1, 0, 0) | |
| 1186 | Part98.TopSurface = Enum.SurfaceType.Smooth | |
| 1187 | Part98.Color = Color3.new(0, 1, 0) | |
| 1188 | Part98.Position = Vector3.new(-591.932434, 1509.51306, -449.212799) | |
| 1189 | Part98.Orientation = Vector3.new(-45, 90, 180) | |
| 1190 | Part98.Color = Color3.new(0, 1, 0) | |
| 1191 | BlockMesh99.Parent = Part98 | |
| 1192 | BlockMesh99.Scale = Vector3.new(0.538054049, 0.538054228, 1) | |
| 1193 | BlockMesh99.Scale = Vector3.new(0.538054049, 0.538054228, 1) | |
| 1194 | Weld100.Name = "Part" | |
| 1195 | Weld100.Parent = Part98 | |
| 1196 | Weld100.C0 = CFrame.new(1.49615479, 3.79663086, 0.348571777, 0, 0.707106829, 0.707106829, 0, -0.707106829, 0.707106829, 1, 0, 0) | |
| 1197 | Weld100.Part0 = Part85 | |
| 1198 | Weld100.Part1 = Part98 | |
| 1199 | Part101.Parent = Model0 | |
| 1200 | Part101.Material = Enum.Material.Neon | |
| 1201 | - | Part101.BrickColor = BrickColor.new("Lime green")
|
| 1201 | + | Part101.BrickColor = BrickColor.new("Bright orange")
|
| 1202 | Part101.Position = Vector3.new(-594.648376, 1510.82947, -449.561371) | |
| 1203 | Part101.Rotation = Vector3.new(0, -90, 0) | |
| 1204 | Part101.CanCollide = false | |
| 1205 | Part101.Shape = Enum.PartType.Cylinder | |
| 1206 | Part101.Size = Vector3.new(0.813352704, 0.580966353, 0.580966473) | |
| 1207 | Part101.CFrame = CFrame.new(-594.648376, 1510.82947, -449.561371, 0, 0, -1, 0, 1, 0, 1, 0, 0) | |
| 1208 | Part101.BottomSurface = Enum.SurfaceType.Smooth | |
| 1209 | Part101.TopSurface = Enum.SurfaceType.Smooth | |
| 1210 | Part101.Color = Color3.new(0, 1, 0) | |
| 1211 | Part101.Position = Vector3.new(-594.648376, 1510.82947, -449.561371) | |
| 1212 | Part101.Orientation = Vector3.new(0, -90, 0) | |
| 1213 | Part101.Color = Color3.new(0, 1, 0) | |
| 1214 | Weld102.Name = "Part" | |
| 1215 | Weld102.Parent = Part101 | |
| 1216 | Weld102.C0 = CFrame.new(-1.2197876, 5.11303711, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0) | |
| 1217 | Weld102.Part0 = Part85 | |
| 1218 | Weld102.Part1 = Part101 | |
| 1219 | Part103.Parent = Model0 | |
| 1220 | Part103.Material = Enum.Material.Neon | |
| 1221 | - | Part103.BrickColor = BrickColor.new("Lime green")
|
| 1221 | + | Part103.BrickColor = BrickColor.new("Bright orange")
|
| 1222 | Part103.Position = Vector3.new(-592.208679, 1510.82947, -449.561371) | |
| 1223 | Part103.Rotation = Vector3.new(0, -90, 0) | |
| 1224 | Part103.CanCollide = false | |
| 1225 | Part103.Shape = Enum.PartType.Cylinder | |
| 1226 | Part103.Size = Vector3.new(0.813352406, 0.580966353, 0.580966473) | |
| 1227 | Part103.CFrame = CFrame.new(-592.208679, 1510.82947, -449.561371, 0, 0, -1, 0, 1, 0, 1, 0, 0) | |
| 1228 | Part103.BottomSurface = Enum.SurfaceType.Smooth | |
| 1229 | Part103.TopSurface = Enum.SurfaceType.Smooth | |
| 1230 | Part103.Color = Color3.new(0, 1, 0) | |
| 1231 | Part103.Position = Vector3.new(-592.208679, 1510.82947, -449.561371) | |
| 1232 | Part103.Orientation = Vector3.new(0, -90, 0) | |
| 1233 | Part103.Color = Color3.new(0, 1, 0) | |
| 1234 | Weld104.Name = "Part" | |
| 1235 | Weld104.Parent = Part103 | |
| 1236 | Weld104.C0 = CFrame.new(1.21990967, 5.11303711, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0) | |
| 1237 | Weld104.Part0 = Part85 | |
| 1238 | Weld104.Part1 = Part103 | |
| 1239 | Part105.Parent = Model0 | |
| 1240 | Part105.Material = Enum.Material.Neon | |
| 1241 | - | Part105.BrickColor = BrickColor.new("Lime green")
|
| 1241 | + | Part105.BrickColor = BrickColor.new("Bright orange")
|
| 1242 | Part105.Position = Vector3.new(-593.428345, 1506.21008, -449.561371) | |
| 1243 | Part105.Rotation = Vector3.new(-90, 0, -90) | |
| 1244 | Part105.CanCollide = false | |
| 1245 | Part105.Size = Vector3.new(0.813352942, 0.215950891, 4.24105358) | |
| 1246 | Part105.CFrame = CFrame.new(-593.428345, 1506.21008, -449.561371, 0, 1, 0, 0, 0, 1, 1, 0, 0) | |
| 1247 | Part105.TopSurface = Enum.SurfaceType.Smooth | |
| 1248 | Part105.Color = Color3.new(0, 1, 0) | |
| 1249 | Part105.Position = Vector3.new(-593.428345, 1506.21008, -449.561371) | |
| 1250 | Part105.Orientation = Vector3.new(-90, -90, 0) | |
| 1251 | Part105.Color = Color3.new(0, 1, 0) | |
| 1252 | BlockMesh106.Parent = Part105 | |
| 1253 | BlockMesh106.Scale = Vector3.new(1, 0.538054228, 1) | |
| 1254 | BlockMesh106.Scale = Vector3.new(1, 0.538054228, 1) | |
| 1255 | Weld107.Name = "Part" | |
| 1256 | Weld107.Parent = Part105 | |
| 1257 | Weld107.C0 = CFrame.new(0.000244140625, 0.493652344, 0, 0, 1, 0, 0, 0, 1, 1, 0, 0) | |
| 1258 | Weld107.Part0 = Part85 | |
| 1259 | Weld107.Part1 = Part105 | |
| 1260 | Part108.Parent = Model0 | |
| 1261 | Part108.Material = Enum.Material.SmoothPlastic | |
| 1262 | Part108.BrickColor = BrickColor.new("Really black")
| |
| 1263 | Part108.Position = Vector3.new(-593.428467, 1508.85364, -449.578827) | |
| 1264 | Part108.Rotation = Vector3.new(0, -90, 0) | |
| 1265 | Part108.CanCollide = false | |
| 1266 | Part108.Shape = Enum.PartType.Cylinder | |
| 1267 | Part108.Size = Vector3.new(0.604205012, 0.813353002, 0.697159708) | |
| 1268 | Part108.CFrame = CFrame.new(-593.428467, 1508.85364, -449.578827, 0, 0, -1, 0, 1, 0, 1, 0, 0) | |
| 1269 | Part108.BottomSurface = Enum.SurfaceType.Smooth | |
| 1270 | Part108.TopSurface = Enum.SurfaceType.Smooth | |
| 1271 | Part108.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 1272 | Part108.Position = Vector3.new(-593.428467, 1508.85364, -449.578827) | |
| 1273 | Part108.Orientation = Vector3.new(0, -90, 0) | |
| 1274 | Part108.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 1275 | Weld109.Name = "Part" | |
| 1276 | Weld109.Parent = Part108 | |
| 1277 | Weld109.C0 = CFrame.new(0.000122070313, 3.13720703, -0.0174560547, 0, 0, -1, 0, 1, 0, 1, 0, 0) | |
| 1278 | Weld109.Part0 = Part85 | |
| 1279 | Weld109.Part1 = Part108 | |
| 1280 | Part110.Parent = Model0 | |
| 1281 | Part110.Material = Enum.Material.Neon | |
| 1282 | - | Part110.BrickColor = BrickColor.new("Lime green")
|
| 1282 | + | Part110.BrickColor = BrickColor.new("Bright orange")
|
| 1283 | Part110.Position = Vector3.new(-594.075317, 1509.948, -449.561371) | |
| 1284 | Part110.Rotation = Vector3.new(-90, -35, -90) | |
| 1285 | Part110.CanCollide = false | |
| 1286 | Part110.Size = Vector3.new(0.813352704, 0.215950891, 1.55698907) | |
| 1287 | Part110.CFrame = CFrame.new(-594.075317, 1509.948, -449.561371, 0, 0.819152296, -0.573576152, 0, 0.573576152, 0.819152296, 1, 0, 0) | |
| 1288 | Part110.TopSurface = Enum.SurfaceType.Smooth | |
| 1289 | Part110.Color = Color3.new(0, 1, 0) | |
| 1290 | Part110.Position = Vector3.new(-594.075317, 1509.948, -449.561371) | |
| 1291 | Part110.Orientation = Vector3.new(-55, -90, 0) | |
| 1292 | Part110.Color = Color3.new(0, 1, 0) | |
| 1293 | BlockMesh111.Parent = Part110 | |
| 1294 | BlockMesh111.Scale = Vector3.new(1, 0.538054228, 1) | |
| 1295 | BlockMesh111.Scale = Vector3.new(1, 0.538054228, 1) | |
| 1296 | Weld112.Name = "Part" | |
| 1297 | Weld112.Parent = Part110 | |
| 1298 | Weld112.C0 = CFrame.new(-0.646728516, 4.23156738, 0, 0, 0.819152296, -0.573576152, 0, 0.573576152, 0.819152296, 1, 0, 0) | |
| 1299 | Weld112.Part0 = Part85 | |
| 1300 | Weld112.Part1 = Part110 | |
| 1301 | Part113.Parent = Model0 | |
| 1302 | - | Part113.BrickColor = BrickColor.new("Lime green")
|
| 1302 | + | Part113.BrickColor = BrickColor.new("Bright orange")
|
| 1303 | Part113.Position = Vector3.new(-592.106567, 1509.86841, -449.561371) | |
| 1304 | Part113.Rotation = Vector3.new(-180, 0, 0) | |
| 1305 | Part113.CanCollide = false | |
| 1306 | Part113.FormFactor = Enum.FormFactor.Custom | |
| 1307 | Part113.Size = Vector3.new(0.215950891, 0.215950891, 0.813353121) | |
| 1308 | Part113.CFrame = CFrame.new(-592.106567, 1509.86841, -449.561371, 1, 0, 0, 0, -1, 0, 0, 0, -1) | |
| 1309 | Part113.BottomSurface = Enum.SurfaceType.Smooth | |
| 1310 | Part113.TopSurface = Enum.SurfaceType.Smooth | |
| 1311 | Part113.Color = Color3.new(0, 1, 0) | |
| 1312 | Part113.Position = Vector3.new(-592.106567, 1509.86841, -449.561371) | |
| 1313 | Part113.Orientation = Vector3.new(0, 180, 180) | |
| 1314 | Part113.Color = Color3.new(0, 1, 0) | |
| 1315 | SpecialMesh114.Parent = Part113 | |
| 1316 | SpecialMesh114.MeshId = "http://www.roblox.com/asset?id=156292370" | |
| 1317 | SpecialMesh114.Scale = Vector3.new(0.464773089, 0.464773089, 15.1051292) | |
| 1318 | SpecialMesh114.MeshType = Enum.MeshType.FileMesh | |
| 1319 | SpecialMesh114.Scale = Vector3.new(0.464773089, 0.464773089, 15.1051292) | |
| 1320 | Weld115.Name = "Part" | |
| 1321 | Weld115.Parent = Part113 | |
| 1322 | Weld115.C0 = CFrame.new(1.32202148, 4.15197754, 0, 1, 0, 0, 0, -1, 0, 0, 0, -1) | |
| 1323 | Weld115.Part0 = Part85 | |
| 1324 | Weld115.Part1 = Part113 | |
| 1325 | Part116.Parent = Model0 | |
| 1326 | - | Part116.BrickColor = BrickColor.new("Lime green")
|
| 1326 | + | Part116.BrickColor = BrickColor.new("Bright orange")
|
| 1327 | Part116.Position = Vector3.new(-593.747925, 1506.90747, -449.561371) | |
| 1328 | Part116.Rotation = Vector3.new(-180, 0, 0) | |
| 1329 | Part116.CanCollide = false | |
| 1330 | Part116.FormFactor = Enum.FormFactor.Custom | |
| 1331 | Part116.Size = Vector3.new(0.215950891, 0.215950891, 0.813353121) | |
| 1332 | Part116.CFrame = CFrame.new(-593.747925, 1506.90747, -449.561371, 1, 0, 0, 0, -1, 0, 0, 0, -1) | |
| 1333 | Part116.BottomSurface = Enum.SurfaceType.Smooth | |
| 1334 | Part116.TopSurface = Enum.SurfaceType.Smooth | |
| 1335 | Part116.Color = Color3.new(0, 1, 0) | |
| 1336 | Part116.Position = Vector3.new(-593.747925, 1506.90747, -449.561371) | |
| 1337 | Part116.Orientation = Vector3.new(0, 180, 180) | |
| 1338 | Part116.Color = Color3.new(0, 1, 0) | |
| 1339 | SpecialMesh117.Parent = Part116 | |
| 1340 | SpecialMesh117.MeshId = "http://www.roblox.com/asset?id=156292370" | |
| 1341 | SpecialMesh117.Scale = Vector3.new(0.464773089, 0.464773089, 15.1051292) | |
| 1342 | SpecialMesh117.MeshType = Enum.MeshType.FileMesh | |
| 1343 | SpecialMesh117.Scale = Vector3.new(0.464773089, 0.464773089, 15.1051292) | |
| 1344 | Weld118.Name = "Part" | |
| 1345 | Weld118.Parent = Part116 | |
| 1346 | Weld118.C0 = CFrame.new(-0.319335938, 1.19104004, 0, 1, 0, 0, 0, -1, 0, 0, 0, -1) | |
| 1347 | Weld118.Part0 = Part85 | |
| 1348 | Weld118.Part1 = Part116 | |
| 1349 | Part119.Parent = Model0 | |
| 1350 | Part119.Material = Enum.Material.Neon | |
| 1351 | - | Part119.BrickColor = BrickColor.new("Lime green")
|
| 1351 | + | Part119.BrickColor = BrickColor.new("Bright orange")
|
| 1352 | Part119.Position = Vector3.new(-593.428406, 1503.91638, -449.561371) | |
| 1353 | Part119.Rotation = Vector3.new(0, -90, 0) | |
| 1354 | Part119.CanCollide = false | |
| 1355 | Part119.Shape = Enum.PartType.Cylinder | |
| 1356 | Part119.Size = Vector3.new(0.813352525, 0.580966353, 0.580966473) | |
| 1357 | Part119.CFrame = CFrame.new(-593.428406, 1503.91638, -449.561371, 0, 0, -1, 0, 1, 0, 1, 0, 0) | |
| 1358 | Part119.BottomSurface = Enum.SurfaceType.Smooth | |
| 1359 | Part119.TopSurface = Enum.SurfaceType.Smooth | |
| 1360 | Part119.Color = Color3.new(0, 1, 0) | |
| 1361 | Part119.Position = Vector3.new(-593.428406, 1503.91638, -449.561371) | |
| 1362 | Part119.Orientation = Vector3.new(0, -90, 0) | |
| 1363 | Part119.Color = Color3.new(0, 1, 0) | |
| 1364 | Weld120.Name = "Part" | |
| 1365 | Weld120.Parent = Part119 | |
| 1366 | Weld120.C0 = CFrame.new(0.000183105469, -1.80004883, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0) | |
| 1367 | Weld120.Part0 = Part85 | |
| 1368 | Weld120.Part1 = Part119 | |
| 1369 | Part121.Parent = Model0 | |
| 1370 | Part121.Material = Enum.Material.Neon | |
| 1371 | - | Part121.BrickColor = BrickColor.new("Lime green")
|
| 1371 | + | Part121.BrickColor = BrickColor.new("Bright orange")
|
| 1372 | Part121.Position = Vector3.new(-592.741821, 1509.97119, -449.561371) | |
| 1373 | Part121.Rotation = Vector3.new(90, -35, 90) | |
| 1374 | Part121.CanCollide = false | |
| 1375 | Part121.Size = Vector3.new(0.813352704, 0.215950891, 1.66156316) | |
| 1376 | Part121.CFrame = CFrame.new(-592.741821, 1509.97119, -449.561371, 0, -0.819150984, -0.573578, 0, 0.573578, -0.819150984, 1, 0, 0) | |
| 1377 | Part121.TopSurface = Enum.SurfaceType.Smooth | |
| 1378 | Part121.Color = Color3.new(0, 1, 0) | |
| 1379 | Part121.Position = Vector3.new(-592.741821, 1509.97119, -449.561371) | |
| 1380 | Part121.Orientation = Vector3.new(55, -90, 0) | |
| 1381 | Part121.Color = Color3.new(0, 1, 0) | |
| 1382 | BlockMesh122.Parent = Part121 | |
| 1383 | BlockMesh122.Scale = Vector3.new(1, 0.538054228, 1) | |
| 1384 | BlockMesh122.Scale = Vector3.new(1, 0.538054228, 1) | |
| 1385 | Weld123.Name = "Part" | |
| 1386 | Weld123.Parent = Part121 | |
| 1387 | Weld123.C0 = CFrame.new(0.686767578, 4.25476074, 0, 0, -0.819150984, -0.573578, 0, 0.573578, -0.819150984, 1, 0, 0) | |
| 1388 | Weld123.Part0 = Part85 | |
| 1389 | Weld123.Part1 = Part121 | |
| 1390 | Part124.Parent = Model0 | |
| 1391 | - | Part124.BrickColor = BrickColor.new("Lime green")
|
| 1391 | + | Part124.BrickColor = BrickColor.new("Bright orange")
|
| 1392 | Part124.Position = Vector3.new(-593.108704, 1505.57141, -449.561371) | |
| 1393 | Part124.Rotation = Vector3.new(-180, 0, -180) | |
| 1394 | Part124.CanCollide = false | |
| 1395 | Part124.FormFactor = Enum.FormFactor.Custom | |
| 1396 | Part124.Size = Vector3.new(0.215950891, 0.215950891, 0.813353121) | |
| 1397 | Part124.CFrame = CFrame.new(-593.108704, 1505.57141, -449.561371, -1, 0, 0, 0, 1, 0, 0, 0, -1) | |
| 1398 | Part124.BottomSurface = Enum.SurfaceType.Smooth | |
| 1399 | Part124.TopSurface = Enum.SurfaceType.Smooth | |
| 1400 | Part124.Color = Color3.new(0, 1, 0) | |
| 1401 | Part124.Position = Vector3.new(-593.108704, 1505.57141, -449.561371) | |
| 1402 | Part124.Orientation = Vector3.new(0, 180, 0) | |
| 1403 | Part124.Color = Color3.new(0, 1, 0) | |
| 1404 | SpecialMesh125.Parent = Part124 | |
| 1405 | SpecialMesh125.MeshId = "http://www.roblox.com/asset?id=156292355" | |
| 1406 | SpecialMesh125.Scale = Vector3.new(0.580966413, 0.580966413, 5.8096652) | |
| 1407 | SpecialMesh125.MeshType = Enum.MeshType.FileMesh | |
| 1408 | SpecialMesh125.Scale = Vector3.new(0.580966413, 0.580966413, 5.8096652) | |
| 1409 | Weld126.Name = "Part" | |
| 1410 | Weld126.Parent = Part124 | |
| 1411 | Weld126.C0 = CFrame.new(0.319885254, -0.145019531, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1) | |
| 1412 | Weld126.Part0 = Part85 | |
| 1413 | Weld126.Part1 = Part124 | |
| 1414 | Part127.Parent = Model0 | |
| 1415 | - | Part127.BrickColor = BrickColor.new("Lime green")
|
| 1415 | + | Part127.BrickColor = BrickColor.new("Bright orange")
|
| 1416 | Part127.Position = Vector3.new(-594.67749, 1509.98669, -449.561371) | |
| 1417 | Part127.Rotation = Vector3.new(-180, 0, 0) | |
| 1418 | Part127.CanCollide = false | |
| 1419 | Part127.FormFactor = Enum.FormFactor.Custom | |
| 1420 | Part127.Size = Vector3.new(0.215950891, 0.215950891, 0.813353121) | |
| 1421 | Part127.CFrame = CFrame.new(-594.67749, 1509.98669, -449.561371, 1, 0, 0, 0, -1, 0, 0, 0, -1) | |
| 1422 | Part127.BottomSurface = Enum.SurfaceType.Smooth | |
| 1423 | Part127.TopSurface = Enum.SurfaceType.Smooth | |
| 1424 | Part127.Color = Color3.new(0, 1, 0) | |
| 1425 | Part127.Position = Vector3.new(-594.67749, 1509.98669, -449.561371) | |
| 1426 | Part127.Orientation = Vector3.new(0, 180, 180) | |
| 1427 | Part127.Color = Color3.new(0, 1, 0) | |
| 1428 | SpecialMesh128.Parent = Part127 | |
| 1429 | SpecialMesh128.MeshId = "http://www.roblox.com/asset?id=156292370" | |
| 1430 | SpecialMesh128.Scale = Vector3.new(0.464773089, 0.464773089, 15.1051292) | |
| 1431 | SpecialMesh128.MeshType = Enum.MeshType.FileMesh | |
| 1432 | SpecialMesh128.Scale = Vector3.new(0.464773089, 0.464773089, 15.1051292) | |
| 1433 | Weld129.Name = "Part" | |
| 1434 | Weld129.Parent = Part127 | |
| 1435 | Weld129.C0 = CFrame.new(-1.24890137, 4.27026367, 0, 1, 0, 0, 0, -1, 0, 0, 0, -1) | |
| 1436 | Weld129.Part0 = Part85 | |
| 1437 | Weld129.Part1 = Part127 | |
| 1438 | Part130.Parent = Model0 | |
| 1439 | Part130.Material = Enum.Material.SmoothPlastic | |
| 1440 | - | Part130.BrickColor = BrickColor.new("Lime green")
|
| 1440 | + | Part130.BrickColor = BrickColor.new("Bright orange")
|
| 1441 | Part130.Position = Vector3.new(-593.428467, 1508.85364, -449.561371) | |
| 1442 | Part130.CanCollide = false | |
| 1443 | Part130.FormFactor = Enum.FormFactor.Custom | |
| 1444 | Part130.Size = Vector3.new(0.348579586, 0.348579794, 0.697159171) | |
| 1445 | Part130.CFrame = CFrame.new(-593.428467, 1508.85364, -449.561371, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 1446 | Part130.Color = Color3.new(0, 1, 0) | |
| 1447 | Part130.Position = Vector3.new(-593.428467, 1508.85364, -449.561371) | |
| 1448 | Part130.Color = Color3.new(0, 1, 0) | |
| 1449 | SpecialMesh131.Parent = Part130 | |
| 1450 | SpecialMesh131.MeshId = "http://www.roblox.com/asset?id=156292343" | |
| 1451 | SpecialMesh131.Scale = Vector3.new(2.90483189, 2.90483212, 12.7812634) | |
| 1452 | SpecialMesh131.MeshType = Enum.MeshType.FileMesh | |
| 1453 | SpecialMesh131.Scale = Vector3.new(2.90483189, 2.90483212, 12.7812634) | |
| 1454 | Weld132.Name = "Part" | |
| 1455 | Weld132.Parent = Part130 | |
| 1456 | Weld132.C0 = CFrame.new(0.000122070313, 3.13720703, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 1457 | Weld132.Part0 = Part85 | |
| 1458 | Weld132.Part1 = Part130 | |
| 1459 | Part133.Parent = Model0 | |
| 1460 | Part133.Material = Enum.Material.Neon | |
| 1461 | - | Part133.BrickColor = BrickColor.new("Lime green")
|
| 1461 | + | Part133.BrickColor = BrickColor.new("Bright orange")
|
| 1462 | Part133.Position = Vector3.new(-593.406616, 1508.87427, -449.890106) | |
| 1463 | Part133.Rotation = Vector3.new(-90, 0, -90) | |
| 1464 | Part133.CanCollide = false | |
| 1465 | Part133.Size = Vector3.new(0.215950891, 0.215950891, 0.334654003) | |
| 1466 | Part133.CFrame = CFrame.new(-593.406616, 1508.87427, -449.890106, 0, 1, 0, 0, 0, 1, 1, 0, 0) | |
| 1467 | Part133.TopSurface = Enum.SurfaceType.Smooth | |
| 1468 | Part133.Color = Color3.new(0, 1, 0) | |
| 1469 | Part133.Position = Vector3.new(-593.406616, 1508.87427, -449.890106) | |
| 1470 | Part133.Orientation = Vector3.new(-90, -90, 0) | |
| 1471 | Part133.Color = Color3.new(0, 1, 0) | |
| 1472 | BlockMesh134.Parent = Part133 | |
| 1473 | BlockMesh134.Scale = Vector3.new(0.207546011, 0.207546011, 1) | |
| 1474 | BlockMesh134.Scale = Vector3.new(0.207546011, 0.207546011, 1) | |
| 1475 | Weld135.Name = "Part" | |
| 1476 | Weld135.Parent = Part133 | |
| 1477 | Weld135.C0 = CFrame.new(0.0219726563, 3.15783691, -0.328735352, 0, 1, 0, 0, 0, 1, 1, 0, 0) | |
| 1478 | Weld135.Part0 = Part85 | |
| 1479 | Weld135.Part1 = Part133 | |
| 1480 | Part136.Parent = Model0 | |
| 1481 | Part136.Material = Enum.Material.Neon | |
| 1482 | - | Part136.BrickColor = BrickColor.new("Lime green")
|
| 1482 | + | Part136.BrickColor = BrickColor.new("Bright orange")
|
| 1483 | Part136.Position = Vector3.new(-593.321594, 1508.70667, -449.890106) | |
| 1484 | Part136.Rotation = Vector3.new(90, 75, 90) | |
| 1485 | Part136.CanCollide = false | |
| 1486 | Part136.Size = Vector3.new(0.215950891, 0.215950891, 0.215950891) | |
| 1487 | Part136.CFrame = CFrame.new(-593.321594, 1508.70667, -449.890106, 0, -0.2588211, 0.965925336, 0, -0.965925336, -0.2588211, 1, 0, 0) | |
| 1488 | Part136.TopSurface = Enum.SurfaceType.Smooth | |
| 1489 | Part136.Color = Color3.new(0, 1, 0) | |
| 1490 | Part136.Position = Vector3.new(-593.321594, 1508.70667, -449.890106) | |
| 1491 | Part136.Orientation = Vector3.new(15, 90, 180) | |
| 1492 | Part136.Color = Color3.new(0, 1, 0) | |
| 1493 | BlockMesh137.Parent = Part136 | |
| 1494 | BlockMesh137.Scale = Vector3.new(0.207546011, 0.207546011, 0.857857406) | |
| 1495 | BlockMesh137.Scale = Vector3.new(0.207546011, 0.207546011, 0.857857406) | |
| 1496 | Weld138.Name = "Part" | |
| 1497 | Weld138.Parent = Part136 | |
| 1498 | Weld138.C0 = CFrame.new(0.106994629, 2.99023438, -0.328735352, 0, -0.2588211, 0.965925336, 0, -0.965925336, -0.2588211, 1, 0, 0) | |
| 1499 | Weld138.Part0 = Part85 | |
| 1500 | Weld138.Part1 = Part136 | |
| 1501 | Part139.Parent = Model0 | |
| 1502 | Part139.Material = Enum.Material.Neon | |
| 1503 | - | Part139.BrickColor = BrickColor.new("Lime green")
|
| 1503 | + | Part139.BrickColor = BrickColor.new("Bright orange")
|
| 1504 | Part139.Position = Vector3.new(-593.499817, 1508.87427, -449.890106) | |
| 1505 | Part139.Rotation = Vector3.new(-90, 0, -90) | |
| 1506 | Part139.CanCollide = false | |
| 1507 | Part139.Size = Vector3.new(0.215950891, 0.215950891, 0.424293667) | |
| 1508 | Part139.CFrame = CFrame.new(-593.499817, 1508.87427, -449.890106, 0, 1, 0, 0, 0, 1, 1, 0, 0) | |
| 1509 | Part139.TopSurface = Enum.SurfaceType.Smooth | |
| 1510 | Part139.Color = Color3.new(0, 1, 0) | |
| 1511 | Part139.Position = Vector3.new(-593.499817, 1508.87427, -449.890106) | |
| 1512 | Part139.Orientation = Vector3.new(-90, -90, 0) | |
| 1513 | Part139.Color = Color3.new(0, 1, 0) | |
| 1514 | BlockMesh140.Parent = Part139 | |
| 1515 | BlockMesh140.Scale = Vector3.new(0.207546011, 0.207546011, 1) | |
| 1516 | BlockMesh140.Scale = Vector3.new(0.207546011, 0.207546011, 1) | |
| 1517 | Weld141.Name = "Part" | |
| 1518 | Weld141.Parent = Part139 | |
| 1519 | Weld141.C0 = CFrame.new(-0.0712280273, 3.15783691, -0.328735352, 0, 1, 0, 0, 0, 1, 1, 0, 0) | |
| 1520 | Weld141.Part0 = Part85 | |
| 1521 | Weld141.Part1 = Part139 | |
| 1522 | Part142.Parent = Model0 | |
| 1523 | Part142.Material = Enum.Material.Neon | |
| 1524 | - | Part142.BrickColor = BrickColor.new("Lime green")
|
| 1524 | + | Part142.BrickColor = BrickColor.new("Bright orange")
|
| 1525 | Part142.Position = Vector3.new(-593.59082, 1509.04309, -449.890106) | |
| 1526 | Part142.Rotation = Vector3.new(-90, 75, -90) | |
| 1527 | Part142.CanCollide = false | |
| 1528 | Part142.Size = Vector3.new(0.215950891, 0.215950891, 0.215950891) | |
| 1529 | Part142.CFrame = CFrame.new(-593.59082, 1509.04309, -449.890106, 0, 0.258818984, 0.965925872, 0, -0.965925872, 0.258818984, 1, 0, 0) | |
| 1530 | Part142.TopSurface = Enum.SurfaceType.Smooth | |
| 1531 | Part142.Color = Color3.new(0, 1, 0) | |
| 1532 | Part142.Position = Vector3.new(-593.59082, 1509.04309, -449.890106) | |
| 1533 | Part142.Orientation = Vector3.new(-15, 90, 180) | |
| 1534 | Part142.Color = Color3.new(0, 1, 0) | |
| 1535 | BlockMesh143.Parent = Part142 | |
| 1536 | BlockMesh143.Scale = Vector3.new(0.207546011, 0.207546011, 0.857857406) | |
| 1537 | BlockMesh143.Scale = Vector3.new(0.207546011, 0.207546011, 0.857857406) | |
| 1538 | Weld144.Name = "Part" | |
| 1539 | Weld144.Parent = Part142 | |
| 1540 | Weld144.C0 = CFrame.new(-0.162231445, 3.32666016, -0.328735352, 0, 0.258818984, 0.965925872, 0, -0.965925872, 0.258818984, 1, 0, 0) | |
| 1541 | Weld144.Part0 = Part85 | |
| 1542 | Weld144.Part1 = Part142 | |
| 1543 | Part145.Parent = Model0 | |
| 1544 | Part145.Material = Enum.Material.Neon | |
| 1545 | - | Part145.BrickColor = BrickColor.new("Lime green")
|
| 1545 | + | Part145.BrickColor = BrickColor.new("Bright orange")
|
| 1546 | Part145.Position = Vector3.new(-593.586975, 1508.70728, -449.890106) | |
| 1547 | Part145.Rotation = Vector3.new(90, 75, 90) | |
| 1548 | Part145.CanCollide = false | |
| 1549 | Part145.Size = Vector3.new(0.215950891, 0.215950891, 0.215950891) | |
| 1550 | Part145.CFrame = CFrame.new(-593.586975, 1508.70728, -449.890106, 0, -0.2588211, 0.965925336, 0, -0.965925336, -0.2588211, 1, 0, 0) | |
| 1551 | Part145.TopSurface = Enum.SurfaceType.Smooth | |
| 1552 | Part145.Color = Color3.new(0, 1, 0) | |
| 1553 | Part145.Position = Vector3.new(-593.586975, 1508.70728, -449.890106) | |
| 1554 | Part145.Orientation = Vector3.new(15, 90, 180) | |
| 1555 | Part145.Color = Color3.new(0, 1, 0) | |
| 1556 | BlockMesh146.Parent = Part145 | |
| 1557 | BlockMesh146.Scale = Vector3.new(0.207546011, 0.207546011, 0.857857406) | |
| 1558 | BlockMesh146.Scale = Vector3.new(0.207546011, 0.207546011, 0.857857406) | |
| 1559 | Weld147.Name = "Part" | |
| 1560 | Weld147.Parent = Part145 | |
| 1561 | Weld147.C0 = CFrame.new(-0.15838623, 2.99084473, -0.328735352, 0, -0.2588211, 0.965925336, 0, -0.965925336, -0.2588211, 1, 0, 0) | |
| 1562 | Weld147.Part0 = Part85 | |
| 1563 | Weld147.Part1 = Part145 | |
| 1564 | Part148.Parent = Model0 | |
| 1565 | Part148.Material = Enum.Material.Neon | |
| 1566 | - | Part148.BrickColor = BrickColor.new("Lime green")
|
| 1566 | + | Part148.BrickColor = BrickColor.new("Bright orange")
|
| 1567 | Part148.Position = Vector3.new(-593.227112, 1508.87427, -449.890106) | |
| 1568 | Part148.Rotation = Vector3.new(-90, 0, -90) | |
| 1569 | Part148.CanCollide = false | |
| 1570 | Part148.Size = Vector3.new(0.215950891, 0.215950891, 0.424293667) | |
| 1571 | Part148.CFrame = CFrame.new(-593.227112, 1508.87427, -449.890106, 0, 1, 0, 0, 0, 1, 1, 0, 0) | |
| 1572 | Part148.TopSurface = Enum.SurfaceType.Smooth | |
| 1573 | Part148.Color = Color3.new(0, 1, 0) | |
| 1574 | Part148.Position = Vector3.new(-593.227112, 1508.87427, -449.890106) | |
| 1575 | Part148.Orientation = Vector3.new(-90, -90, 0) | |
| 1576 | Part148.Color = Color3.new(0, 1, 0) | |
| 1577 | BlockMesh149.Parent = Part148 | |
| 1578 | BlockMesh149.Scale = Vector3.new(0.207546011, 0.207546011, 1) | |
| 1579 | BlockMesh149.Scale = Vector3.new(0.207546011, 0.207546011, 1) | |
| 1580 | Weld150.Name = "Part" | |
| 1581 | Weld150.Parent = Part148 | |
| 1582 | Weld150.C0 = CFrame.new(0.201477051, 3.15783691, -0.328735352, 0, 1, 0, 0, 0, 1, 1, 0, 0) | |
| 1583 | Weld150.Part0 = Part85 | |
| 1584 | Weld150.Part1 = Part148 | |
| 1585 | Part151.Parent = Model0 | |
| 1586 | Part151.Material = Enum.Material.Neon | |
| 1587 | - | Part151.BrickColor = BrickColor.new("Lime green")
|
| 1587 | + | Part151.BrickColor = BrickColor.new("Bright orange")
|
| 1588 | Part151.Position = Vector3.new(-593.587097, 1508.8866, -449.890106) | |
| 1589 | Part151.Rotation = Vector3.new(180, 90, 0) | |
| 1590 | Part151.CanCollide = false | |
| 1591 | Part151.Size = Vector3.new(0.215950891, 0.215950891, 0.215950891) | |
| 1592 | Part151.CFrame = CFrame.new(-593.587097, 1508.8866, -449.890106, 0, 0, 1, 0, -1, 0, 1, 0, 0) | |
| 1593 | Part151.TopSurface = Enum.SurfaceType.Smooth | |
| 1594 | Part151.Color = Color3.new(0, 1, 0) | |
| 1595 | Part151.Position = Vector3.new(-593.587097, 1508.8866, -449.890106) | |
| 1596 | Part151.Orientation = Vector3.new(0, 90, 180) | |
| 1597 | Part151.Color = Color3.new(0, 1, 0) | |
| 1598 | BlockMesh152.Parent = Part151 | |
| 1599 | BlockMesh152.Scale = Vector3.new(0.207546011, 0.207546011, 0.857857406) | |
| 1600 | BlockMesh152.Scale = Vector3.new(0.207546011, 0.207546011, 0.857857406) | |
| 1601 | Weld153.Name = "Part" | |
| 1602 | Weld153.Parent = Part151 | |
| 1603 | Weld153.C0 = CFrame.new(-0.158508301, 3.17016602, -0.328735352, 0, 0, 1, 0, -1, 0, 1, 0, 0) | |
| 1604 | Weld153.Part0 = Part85 | |
| 1605 | Weld153.Part1 = Part151 | |
| 1606 | Part154.Parent = Model0 | |
| 1607 | Part154.Material = Enum.Material.Neon | |
| 1608 | - | Part154.BrickColor = BrickColor.new("Lime green")
|
| 1608 | + | Part154.BrickColor = BrickColor.new("Bright orange")
|
| 1609 | Part154.Position = Vector3.new(-593.321838, 1509.04309, -449.890106) | |
| 1610 | Part154.Rotation = Vector3.new(-90, 75, -90) | |
| 1611 | Part154.CanCollide = false | |
| 1612 | Part154.Size = Vector3.new(0.215950891, 0.215950891, 0.215950891) | |
| 1613 | Part154.CFrame = CFrame.new(-593.321838, 1509.04309, -449.890106, 0, 0.258818984, 0.965925872, 0, -0.965925872, 0.258818984, 1, 0, 0) | |
| 1614 | Part154.TopSurface = Enum.SurfaceType.Smooth | |
| 1615 | Part154.Color = Color3.new(0, 1, 0) | |
| 1616 | Part154.Position = Vector3.new(-593.321838, 1509.04309, -449.890106) | |
| 1617 | Part154.Orientation = Vector3.new(-15, 90, 180) | |
| 1618 | Part154.Color = Color3.new(0, 1, 0) | |
| 1619 | BlockMesh155.Parent = Part154 | |
| 1620 | BlockMesh155.Scale = Vector3.new(0.207546011, 0.207546011, 0.857857406) | |
| 1621 | BlockMesh155.Scale = Vector3.new(0.207546011, 0.207546011, 0.857857406) | |
| 1622 | Weld156.Name = "Part" | |
| 1623 | Weld156.Parent = Part154 | |
| 1624 | Weld156.C0 = CFrame.new(0.106750488, 3.32666016, -0.328735352, 0, 0.258818984, 0.965925872, 0, -0.965925872, 0.258818984, 1, 0, 0) | |
| 1625 | Weld156.Part0 = Part85 | |
| 1626 | Weld156.Part1 = Part154 | |
| 1627 | Part157.Parent = Model0 | |
| 1628 | Part157.Material = Enum.Material.Neon | |
| 1629 | - | Part157.BrickColor = BrickColor.new("Lime green")
|
| 1629 | + | Part157.BrickColor = BrickColor.new("Bright orange")
|
| 1630 | Part157.Position = Vector3.new(-593.443848, 1508.62817, -449.890106) | |
| 1631 | Part157.Rotation = Vector3.new(0, -90, 0) | |
| 1632 | Part157.CanCollide = false | |
| 1633 | Part157.Size = Vector3.new(0.215950891, 0.215950891, 0.484053284) | |
| 1634 | Part157.CFrame = CFrame.new(-593.443848, 1508.62817, -449.890106, 0, 0, -1, 0, 1, 0, 1, 0, 0) | |
| 1635 | Part157.TopSurface = Enum.SurfaceType.Smooth | |
| 1636 | Part157.Color = Color3.new(0, 1, 0) | |
| 1637 | Part157.Position = Vector3.new(-593.443848, 1508.62817, -449.890106) | |
| 1638 | Part157.Orientation = Vector3.new(0, -90, 0) | |
| 1639 | Part157.Color = Color3.new(0, 1, 0) | |
| 1640 | BlockMesh158.Parent = Part157 | |
| 1641 | BlockMesh158.Scale = Vector3.new(0.207546011, 0.207546011, 1) | |
| 1642 | BlockMesh158.Scale = Vector3.new(0.207546011, 0.207546011, 1) | |
| 1643 | Weld159.Name = "Part" | |
| 1644 | Weld159.Parent = Part157 | |
| 1645 | Weld159.C0 = CFrame.new(-0.0152587891, 2.91174316, -0.328735352, 0, 0, -1, 0, 1, 0, 1, 0, 0) | |
| 1646 | Weld159.Part0 = Part85 | |
| 1647 | Weld159.Part1 = Part157 | |
| 1648 | Part160.Parent = Model0 | |
| 1649 | Part160.Material = Enum.Material.Neon | |
| 1650 | - | Part160.BrickColor = BrickColor.new("Lime green")
|
| 1650 | + | Part160.BrickColor = BrickColor.new("Bright orange")
|
| 1651 | Part160.Position = Vector3.new(-593.864746, 1502.75232, -449.212799) | |
| 1652 | Part160.Rotation = Vector3.new(-90, -40, -90) | |
| 1653 | Part160.CanCollide = false | |
| 1654 | Part160.Size = Vector3.new(0.215950891, 0.215950891, 0.563538313) | |
| 1655 | Part160.CFrame = CFrame.new(-593.864746, 1502.75232, -449.212799, 0, 0.766044974, -0.64278698, 0, 0.64278698, 0.766044974, 1, 0, 0) | |
| 1656 | Part160.TopSurface = Enum.SurfaceType.Smooth | |
| 1657 | Part160.Color = Color3.new(0, 1, 0) | |
| 1658 | Part160.Position = Vector3.new(-593.864746, 1502.75232, -449.212799) | |
| 1659 | Part160.Orientation = Vector3.new(-50, -90, 0) | |
| 1660 | Part160.Color = Color3.new(0, 1, 0) | |
| 1661 | BlockMesh161.Parent = Part160 | |
| 1662 | BlockMesh161.Scale = Vector3.new(0.538054049, 0.538054228, 1) | |
| 1663 | BlockMesh161.Scale = Vector3.new(0.538054049, 0.538054228, 1) | |
| 1664 | Weld162.Name = "Part" | |
| 1665 | Weld162.Parent = Part160 | |
| 1666 | Weld162.C0 = CFrame.new(-0.436157227, -2.96411133, 0.348571777, 0, 0.766044974, -0.64278698, 0, 0.64278698, 0.766044974, 1, 0, 0) | |
| 1667 | Weld162.Part0 = Part85 | |
| 1668 | Weld162.Part1 = Part160 | |
| 1669 | Part163.Parent = Model0 | |
| 1670 | Part163.Material = Enum.Material.Neon | |
| 1671 | - | Part163.BrickColor = BrickColor.new("Lime green")
|
| 1671 | + | Part163.BrickColor = BrickColor.new("Bright orange")
|
| 1672 | Part163.Position = Vector3.new(-593.417786, 1502.5509, -449.212799) | |
| 1673 | Part163.Rotation = Vector3.new(180, 90, 0) | |
| 1674 | Part163.CanCollide = false | |
| 1675 | Part163.Size = Vector3.new(0.215950891, 0.215950891, 0.63325429) | |
| 1676 | Part163.CFrame = CFrame.new(-593.417786, 1502.5509, -449.212799, 0, 0, 1, 0, -1, 0, 1, 0, 0) | |
| 1677 | Part163.TopSurface = Enum.SurfaceType.Smooth | |
| 1678 | Part163.Color = Color3.new(0, 1, 0) | |
| 1679 | Part163.Position = Vector3.new(-593.417786, 1502.5509, -449.212799) | |
| 1680 | Part163.Orientation = Vector3.new(0, 90, 180) | |
| 1681 | Part163.Color = Color3.new(0, 1, 0) | |
| 1682 | BlockMesh164.Parent = Part163 | |
| 1683 | BlockMesh164.Scale = Vector3.new(0.538054049, 0.538054228, 1) | |
| 1684 | BlockMesh164.Scale = Vector3.new(0.538054049, 0.538054228, 1) | |
| 1685 | Weld165.Name = "Part" | |
| 1686 | Weld165.Parent = Part163 | |
| 1687 | Weld165.C0 = CFrame.new(0.0108032227, -3.16552734, 0.348571777, 0, 0, 1, 0, -1, 0, 1, 0, 0) | |
| 1688 | Weld165.Part0 = Part85 | |
| 1689 | Weld165.Part1 = Part163 | |
| 1690 | Part166.Parent = Model0 | |
| 1691 | Part166.BrickColor = BrickColor.new("Really black")
| |
| 1692 | Part166.Position = Vector3.new(-593.428711, 1503.04443, -449.561371) | |
| 1693 | Part166.Rotation = Vector3.new(0, -90, 0) | |
| 1694 | Part166.CanCollide = false | |
| 1695 | Part166.Shape = Enum.PartType.Cylinder | |
| 1696 | Part166.Size = Vector3.new(0.580965996, 1.16193259, 1.16193295) | |
| 1697 | Part166.CFrame = CFrame.new(-593.428711, 1503.04443, -449.561371, 0, 0, -1, 0, 1, 0, 1, 0, 0) | |
| 1698 | Part166.BottomSurface = Enum.SurfaceType.Smooth | |
| 1699 | Part166.TopSurface = Enum.SurfaceType.Smooth | |
| 1700 | Part166.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 1701 | Part166.Position = Vector3.new(-593.428711, 1503.04443, -449.561371) | |
| 1702 | Part166.Orientation = Vector3.new(0, -90, 0) | |
| 1703 | Part166.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 1704 | Weld167.Name = "Part" | |
| 1705 | Weld167.Parent = Part166 | |
| 1706 | Weld167.C0 = CFrame.new(-0.000122070313, -2.67199707, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0) | |
| 1707 | Weld167.Part0 = Part85 | |
| 1708 | Weld167.Part1 = Part166 | |
| 1709 | Part168.Parent = Model0 | |
| 1710 | Part168.Material = Enum.Material.Neon | |
| 1711 | - | Part168.BrickColor = BrickColor.new("Lime green")
|
| 1711 | + | Part168.BrickColor = BrickColor.new("Bright orange")
|
| 1712 | Part168.Position = Vector3.new(-592.981018, 1502.75879, -449.212799) | |
| 1713 | Part168.Rotation = Vector3.new(90, -40, 90) | |
| 1714 | Part168.CanCollide = false | |
| 1715 | Part168.Size = Vector3.new(0.215950891, 0.215950891, 0.575157702) | |
| 1716 | Part168.CFrame = CFrame.new(-592.981018, 1502.75879, -449.212799, 0, -0.766043186, -0.642789185, 0, 0.642789185, -0.766043186, 1, 0, 0) | |
| 1717 | Part168.TopSurface = Enum.SurfaceType.Smooth | |
| 1718 | Part168.Color = Color3.new(0, 1, 0) | |
| 1719 | Part168.Position = Vector3.new(-592.981018, 1502.75879, -449.212799) | |
| 1720 | Part168.Orientation = Vector3.new(50, -90, 0) | |
| 1721 | Part168.Color = Color3.new(0, 1, 0) | |
| 1722 | BlockMesh169.Parent = Part168 | |
| 1723 | BlockMesh169.Scale = Vector3.new(0.538054049, 0.538054228, 1) | |
| 1724 | BlockMesh169.Scale = Vector3.new(0.538054049, 0.538054228, 1) | |
| 1725 | Weld170.Name = "Part" | |
| 1726 | Weld170.Parent = Part168 | |
| 1727 | Weld170.C0 = CFrame.new(0.447570801, -2.9576416, 0.348571777, 0, -0.766043186, -0.642789185, 0, 0.642789185, -0.766043186, 1, 0, 0) | |
| 1728 | Weld170.Part0 = Part85 | |
| 1729 | Weld170.Part1 = Part168 | |
| 1730 | Part171.Parent = Model0 | |
| 1731 | Part171.Material = Enum.Material.Neon | |
| 1732 | - | Part171.BrickColor = BrickColor.new("Lime green")
|
| 1732 | + | Part171.BrickColor = BrickColor.new("Bright orange")
|
| 1733 | Part171.Position = Vector3.new(-593.466492, 1508.89026, -449.277008) | |
| 1734 | Part171.Rotation = Vector3.new(-90, 0, 90) | |
| 1735 | Part171.CanCollide = false | |
| 1736 | Part171.Size = Vector3.new(0.215950891, 0.215950891, 0.314509183) | |
| 1737 | Part171.CFrame = CFrame.new(-593.466492, 1508.89026, -449.277008, 0, -1, 0, 0, 0, 1, -1, 0, 0) | |
| 1738 | Part171.TopSurface = Enum.SurfaceType.Smooth | |
| 1739 | Part171.Color = Color3.new(0, 1, 0) | |
| 1740 | Part171.Position = Vector3.new(-593.466492, 1508.89026, -449.277008) | |
| 1741 | Part171.Orientation = Vector3.new(-90, 90, 0) | |
| 1742 | Part171.Color = Color3.new(0, 1, 0) | |
| 1743 | BlockMesh172.Parent = Part171 | |
| 1744 | BlockMesh172.Scale = Vector3.new(0.195052579, 0.195052564, 1) | |
| 1745 | BlockMesh172.Scale = Vector3.new(0.195052579, 0.195052564, 1) | |
| 1746 | Weld173.Name = "Part" | |
| 1747 | Weld173.Parent = Part171 | |
| 1748 | Weld173.C0 = CFrame.new(-0.037902832, 3.17382813, 0.284362793, 0, -1, 0, 0, 0, 1, -1, 0, 0) | |
| 1749 | Weld173.Part0 = Part85 | |
| 1750 | Weld173.Part1 = Part171 | |
| 1751 | Part174.Parent = Model0 | |
| 1752 | Part174.Material = Enum.Material.Neon | |
| 1753 | - | Part174.BrickColor = BrickColor.new("Lime green")
|
| 1753 | + | Part174.BrickColor = BrickColor.new("Bright orange")
|
| 1754 | Part174.Position = Vector3.new(-593.310791, 1508.75305, -449.281769) | |
| 1755 | Part174.Rotation = Vector3.new(90, -75, -90) | |
| 1756 | Part174.CanCollide = false | |
| 1757 | Part174.Size = Vector3.new(0.215950891, 0.215950891, 0.215950891) | |
| 1758 | Part174.CFrame = CFrame.new(-593.310791, 1508.75305, -449.281769, 0, 0.258818984, -0.965925872, 0, -0.965925872, -0.258818984, -1, 0, 0) | |
| 1759 | Part174.TopSurface = Enum.SurfaceType.Smooth | |
| 1760 | Part174.Color = Color3.new(0, 1, 0) | |
| 1761 | Part174.Position = Vector3.new(-593.310791, 1508.75305, -449.281769) | |
| 1762 | Part174.Orientation = Vector3.new(15, -90, 180) | |
| 1763 | Part174.Color = Color3.new(0, 1, 0) | |
| 1764 | BlockMesh175.Parent = Part174 | |
| 1765 | BlockMesh175.Scale = Vector3.new(0.175985396, 0.175985396, 0.72740674) | |
| 1766 | BlockMesh175.Scale = Vector3.new(0.175985396, 0.175985396, 0.72740674) | |
| 1767 | Weld176.Name = "Part" | |
| 1768 | Weld176.Parent = Part174 | |
| 1769 | Weld176.C0 = CFrame.new(0.117797852, 3.03662109, 0.279602051, 0, 0.258818984, -0.965925872, 0, -0.965925872, -0.258818984, -1, 0, 0) | |
| 1770 | Weld176.Part0 = Part85 | |
| 1771 | Weld176.Part1 = Part174 | |
| 1772 | Part177.Parent = Model0 | |
| 1773 | Part177.Material = Enum.Material.Neon | |
| 1774 | - | Part177.BrickColor = BrickColor.new("Lime green")
|
| 1774 | + | Part177.BrickColor = BrickColor.new("Bright orange")
|
| 1775 | Part177.Position = Vector3.new(-593.297058, 1508.90112, -449.277069) | |
| 1776 | Part177.Rotation = Vector3.new(-180, -90, 0) | |
| 1777 | Part177.CanCollide = false | |
| 1778 | Part177.Size = Vector3.new(0.215950891, 0.215950891, 0.215950891) | |
| 1779 | Part177.CFrame = CFrame.new(-593.297058, 1508.90112, -449.277069, 0, 0, -1, 0, -1, 0, -1, 0, 0) | |
| 1780 | Part177.TopSurface = Enum.SurfaceType.Smooth | |
| 1781 | Part177.Color = Color3.new(0, 1, 0) | |
| 1782 | Part177.Position = Vector3.new(-593.297058, 1508.90112, -449.277069) | |
| 1783 | Part177.Orientation = Vector3.new(0, -90, 180) | |
| 1784 | Part177.Color = Color3.new(0, 1, 0) | |
| 1785 | BlockMesh178.Parent = Part177 | |
| 1786 | BlockMesh178.Scale = Vector3.new(0.195052579, 0.195052564, 0.80621779) | |
| 1787 | BlockMesh178.Scale = Vector3.new(0.195052579, 0.195052564, 0.80621779) | |
| 1788 | Weld179.Name = "Part" | |
| 1789 | Weld179.Parent = Part177 | |
| 1790 | Weld179.C0 = CFrame.new(0.131530762, 3.18469238, 0.284301758, 0, 0, -1, 0, -1, -0, -1, 0, -0) | |
| 1791 | Weld179.Part0 = Part85 | |
| 1792 | Weld179.Part1 = Part177 | |
| 1793 | Part180.Parent = Model0 | |
| 1794 | Part180.Material = Enum.Material.Neon | |
| 1795 | - | Part180.BrickColor = BrickColor.new("Lime green")
|
| 1795 | + | Part180.BrickColor = BrickColor.new("Bright orange")
|
| 1796 | Part180.Position = Vector3.new(-593.378784, 1508.8905, -449.277069) | |
| 1797 | Part180.Rotation = Vector3.new(-90, 0, 90) | |
| 1798 | Part180.CanCollide = false | |
| 1799 | Part180.Size = Vector3.new(0.215950891, 0.215950891, 0.398752898) | |
| 1800 | Part180.CFrame = CFrame.new(-593.378784, 1508.8905, -449.277069, 0, -1, 0, 0, 0, 1, -1, 0, 0) | |
| 1801 | Part180.TopSurface = Enum.SurfaceType.Smooth | |
| 1802 | Part180.Color = Color3.new(0, 1, 0) | |
| 1803 | Part180.Position = Vector3.new(-593.378784, 1508.8905, -449.277069) | |
| 1804 | Part180.Orientation = Vector3.new(-90, 90, 0) | |
| 1805 | Part180.Color = Color3.new(0, 1, 0) | |
| 1806 | BlockMesh181.Parent = Part180 | |
| 1807 | BlockMesh181.Scale = Vector3.new(0.195052579, 0.195052564, 1) | |
| 1808 | BlockMesh181.Scale = Vector3.new(0.195052579, 0.195052564, 1) | |
| 1809 | Weld182.Name = "Part" | |
| 1810 | Weld182.Parent = Part180 | |
| 1811 | Weld182.C0 = CFrame.new(0.0498046875, 3.17407227, 0.284301758, 0, -1, 0, 0, 0, 1, -1, 0, 0) | |
| 1812 | Weld182.Part0 = Part85 | |
| 1813 | Weld182.Part1 = Part180 | |
| 1814 | Part183.Parent = Model0 | |
| 1815 | Part183.Material = Enum.Material.Neon | |
| 1816 | - | Part183.BrickColor = BrickColor.new("Lime green")
|
| 1816 | + | Part183.BrickColor = BrickColor.new("Bright orange")
|
| 1817 | Part183.Position = Vector3.new(-593.63501, 1508.8905, -449.277008) | |
| 1818 | Part183.Rotation = Vector3.new(-90, 0, 90) | |
| 1819 | Part183.CanCollide = false | |
| 1820 | Part183.Size = Vector3.new(0.215950891, 0.215950891, 0.398752898) | |
| 1821 | Part183.CFrame = CFrame.new(-593.63501, 1508.8905, -449.277008, 0, -1, 0, 0, 0, 1, -1, 0, 0) | |
| 1822 | Part183.TopSurface = Enum.SurfaceType.Smooth | |
| 1823 | Part183.Color = Color3.new(0, 1, 0) | |
| 1824 | Part183.Position = Vector3.new(-593.63501, 1508.8905, -449.277008) | |
| 1825 | Part183.Orientation = Vector3.new(-90, 90, 0) | |
| 1826 | Part183.Color = Color3.new(0, 1, 0) | |
| 1827 | BlockMesh184.Parent = Part183 | |
| 1828 | BlockMesh184.Scale = Vector3.new(0.195052579, 0.195052564, 1) | |
| 1829 | BlockMesh184.Scale = Vector3.new(0.195052579, 0.195052564, 1) | |
| 1830 | Weld185.Name = "Part" | |
| 1831 | Weld185.Parent = Part183 | |
| 1832 | Weld185.C0 = CFrame.new(-0.206420898, 3.17407227, 0.284362793, 0, -1, 0, 0, 0, 1, -1, 0, 0) | |
| 1833 | Weld185.Part0 = Part85 | |
| 1834 | Weld185.Part1 = Part183 | |
| 1835 | Part186.Parent = Model0 | |
| 1836 | Part186.Material = Enum.Material.Neon | |
| 1837 | - | Part186.BrickColor = BrickColor.new("Lime green")
|
| 1837 | + | Part186.BrickColor = BrickColor.new("Bright orange")
|
| 1838 | Part186.Position = Vector3.new(-593.293701, 1509.04846, -449.277069) | |
| 1839 | Part186.Rotation = Vector3.new(-90, -75, 90) | |
| 1840 | Part186.CanCollide = false | |
| 1841 | Part186.Size = Vector3.new(0.215950891, 0.215950891, 0.215950891) | |
| 1842 | Part186.CFrame = CFrame.new(-593.293701, 1509.04846, -449.277069, 0, -0.258822024, -0.965925097, 0, -0.965925097, 0.258822024, -1, 0, 0) | |
| 1843 | Part186.TopSurface = Enum.SurfaceType.Smooth | |
| 1844 | Part186.Color = Color3.new(0, 1, 0) | |
| 1845 | Part186.Position = Vector3.new(-593.293701, 1509.04846, -449.277069) | |
| 1846 | Part186.Orientation = Vector3.new(-15, -90, 180) | |
| 1847 | Part186.Color = Color3.new(0, 1, 0) | |
| 1848 | BlockMesh187.Parent = Part186 | |
| 1849 | BlockMesh187.Scale = Vector3.new(0.195052579, 0.195052564, 0.80621779) | |
| 1850 | BlockMesh187.Scale = Vector3.new(0.195052579, 0.195052564, 0.80621779) | |
| 1851 | Weld188.Name = "Part" | |
| 1852 | Weld188.Parent = Part186 | |
| 1853 | Weld188.C0 = CFrame.new(0.134887695, 3.33203125, 0.284301758, 0, -0.258822024, -0.965925097, 0, -0.965925097, 0.258822024, -1, 0, 0) | |
| 1854 | Weld188.Part0 = Part85 | |
| 1855 | Weld188.Part1 = Part186 | |
| 1856 | Part189.Parent = Model0 | |
| 1857 | Part189.Material = Enum.Material.Neon | |
| 1858 | - | Part189.BrickColor = BrickColor.new("Lime green")
|
| 1858 | + | Part189.BrickColor = BrickColor.new("Bright orange")
|
| 1859 | Part189.Position = Vector3.new(-593.546509, 1509.04846, -449.277069) | |
| 1860 | Part189.Rotation = Vector3.new(-90, -75, 90) | |
| 1861 | Part189.CanCollide = false | |
| 1862 | Part189.Size = Vector3.new(0.215950891, 0.215950891, 0.215950891) | |
| 1863 | Part189.CFrame = CFrame.new(-593.546509, 1509.04846, -449.277069, 0, -0.258822024, -0.965925097, 0, -0.965925097, 0.258822024, -1, 0, 0) | |
| 1864 | Part189.TopSurface = Enum.SurfaceType.Smooth | |
| 1865 | Part189.Color = Color3.new(0, 1, 0) | |
| 1866 | Part189.Position = Vector3.new(-593.546509, 1509.04846, -449.277069) | |
| 1867 | Part189.Orientation = Vector3.new(-15, -90, 180) | |
| 1868 | Part189.Color = Color3.new(0, 1, 0) | |
| 1869 | BlockMesh190.Parent = Part189 | |
| 1870 | BlockMesh190.Scale = Vector3.new(0.195052579, 0.195052564, 0.80621779) | |
| 1871 | BlockMesh190.Scale = Vector3.new(0.195052579, 0.195052564, 0.80621779) | |
| 1872 | Weld191.Name = "Part" | |
| 1873 | Weld191.Parent = Part189 | |
| 1874 | Weld191.C0 = CFrame.new(-0.117919922, 3.33203125, 0.284301758, 0, -0.258822024, -0.965925097, 0, -0.965925097, 0.258822024, -1, 0, 0) | |
| 1875 | Weld191.Part0 = Part85 | |
| 1876 | Weld191.Part1 = Part189 | |
| 1877 | Part192.Parent = Model0 | |
| 1878 | Part192.Material = Enum.Material.Neon | |
| 1879 | - | Part192.BrickColor = BrickColor.new("Lime green")
|
| 1879 | + | Part192.BrickColor = BrickColor.new("Bright orange")
|
| 1880 | Part192.Position = Vector3.new(-593.546509, 1508.73242, -449.277008) | |
| 1881 | Part192.Rotation = Vector3.new(90, -75, -90) | |
| 1882 | Part192.CanCollide = false | |
| 1883 | Part192.Size = Vector3.new(0.215950891, 0.215950891, 0.215950891) | |
| 1884 | Part192.CFrame = CFrame.new(-593.546509, 1508.73242, -449.277008, 0, 0.258818984, -0.965925872, 0, -0.965925872, -0.258818984, -1, 0, 0) | |
| 1885 | Part192.TopSurface = Enum.SurfaceType.Smooth | |
| 1886 | Part192.Color = Color3.new(0, 1, 0) | |
| 1887 | Part192.Position = Vector3.new(-593.546509, 1508.73242, -449.277008) | |
| 1888 | Part192.Orientation = Vector3.new(15, -90, 180) | |
| 1889 | Part192.Color = Color3.new(0, 1, 0) | |
| 1890 | BlockMesh193.Parent = Part192 | |
| 1891 | BlockMesh193.Scale = Vector3.new(0.195052579, 0.195052564, 0.80621779) | |
| 1892 | BlockMesh193.Scale = Vector3.new(0.195052579, 0.195052564, 0.80621779) | |
| 1893 | Weld194.Name = "Part" | |
| 1894 | Weld194.Parent = Part192 | |
| 1895 | Weld194.C0 = CFrame.new(-0.117919922, 3.01599121, 0.284362793, 0, 0.258818984, -0.965925872, 0, -0.965925872, -0.258818984, -1, 0, 0) | |
| 1896 | Weld194.Part0 = Part85 | |
| 1897 | Weld194.Part1 = Part192 | |
| 1898 | Part195.Parent = Model0 | |
| 1899 | Part195.Material = Enum.Material.Neon | |
| 1900 | - | Part195.BrickColor = BrickColor.new("Lime green")
|
| 1900 | + | Part195.BrickColor = BrickColor.new("Bright orange")
|
| 1901 | Part195.Position = Vector3.new(-593.431702, 1508.65894, -449.277069) | |
| 1902 | Part195.Rotation = Vector3.new(0, 90, 0) | |
| 1903 | Part195.CanCollide = false | |
| 1904 | Part195.Size = Vector3.new(0.215950891, 0.215950891, 0.454915285) | |
| 1905 | Part195.CFrame = CFrame.new(-593.431702, 1508.65894, -449.277069, 0, 0, 1, 0, 1, 0, -1, 0, 0) | |
| 1906 | Part195.TopSurface = Enum.SurfaceType.Smooth | |
| 1907 | Part195.Color = Color3.new(0, 1, 0) | |
| 1908 | Part195.Position = Vector3.new(-593.431702, 1508.65894, -449.277069) | |
| 1909 | Part195.Orientation = Vector3.new(0, 90, 0) | |
| 1910 | Part195.Color = Color3.new(0, 1, 0) | |
| 1911 | BlockMesh196.Parent = Part195 | |
| 1912 | BlockMesh196.Scale = Vector3.new(0.195052579, 0.195052564, 1) | |
| 1913 | BlockMesh196.Scale = Vector3.new(0.195052579, 0.195052564, 1) | |
| 1914 | Weld197.Name = "Part" | |
| 1915 | Weld197.Parent = Part195 | |
| 1916 | Weld197.C0 = CFrame.new(-0.00311279297, 2.94250488, 0.284301758, 0, 0, 1, 0, 1, 0, -1, 0, 0) | |
| 1917 | Weld197.Part0 = Part85 | |
| 1918 | Weld197.Part1 = Part195 | |
| 1919 | WedgePart198.Parent = Model0 | |
| 1920 | WedgePart198.BrickColor = BrickColor.new("Really black")
| |
| 1921 | WedgePart198.Position = Vector3.new(-591.976135, 1509.55176, -449.561371) | |
| 1922 | WedgePart198.Rotation = Vector3.new(-180, -90, 0) | |
| 1923 | WedgePart198.CanCollide = false | |
| 1924 | WedgePart198.Size = Vector3.new(0.580966353, 0.580966353, 0.580966473) | |
| 1925 | WedgePart198.CFrame = CFrame.new(-591.976135, 1509.55176, -449.561371, 0, 0, -1, 0, -1, 0, -1, 0, 0) | |
| 1926 | WedgePart198.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 1927 | WedgePart198.Position = Vector3.new(-591.976135, 1509.55176, -449.561371) | |
| 1928 | WedgePart198.Orientation = Vector3.new(0, -90, 180) | |
| 1929 | WedgePart198.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 1930 | Weld199.Name = "Wedge" | |
| 1931 | Weld199.Parent = WedgePart198 | |
| 1932 | Weld199.C0 = CFrame.new(1.45245361, 3.83532715, 0, 0, 0, -1, 0, -1, -0, -1, 0, -0) | |
| 1933 | Weld199.Part0 = Part85 | |
| 1934 | Weld199.Part1 = WedgePart198 | |
| 1935 | WedgePart200.Parent = Model0 | |
| 1936 | WedgePart200.BrickColor = BrickColor.new("Really black")
| |
| 1937 | WedgePart200.Position = Vector3.new(-594.300171, 1508.68005, -449.561371) | |
| 1938 | WedgePart200.Rotation = Vector3.new(180, 90, 0) | |
| 1939 | WedgePart200.CanCollide = false | |
| 1940 | WedgePart200.Size = Vector3.new(0.580966353, 1.16193271, 0.580966473) | |
| 1941 | WedgePart200.CFrame = CFrame.new(-594.300171, 1508.68005, -449.561371, 0, 0, 1, 0, -1, 0, 1, 0, 0) | |
| 1942 | WedgePart200.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 1943 | WedgePart200.Position = Vector3.new(-594.300171, 1508.68005, -449.561371) | |
| 1944 | WedgePart200.Orientation = Vector3.new(0, 90, 180) | |
| 1945 | WedgePart200.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 1946 | Weld201.Name = "Wedge" | |
| 1947 | Weld201.Parent = WedgePart200 | |
| 1948 | Weld201.C0 = CFrame.new(-0.871582031, 2.96362305, 0, 0, 0, 1, 0, -1, 0, 1, 0, 0) | |
| 1949 | Weld201.Part0 = Part85 | |
| 1950 | Weld201.Part1 = WedgePart200 | |
| 1951 | WedgePart202.Parent = Model0 | |
| 1952 | WedgePart202.BrickColor = BrickColor.new("Really black")
| |
| 1953 | WedgePart202.Position = Vector3.new(-594.590332, 1510.71313, -449.561371) | |
| 1954 | WedgePart202.Rotation = Vector3.new(0, -90, 0) | |
| 1955 | WedgePart202.CanCollide = false | |
| 1956 | WedgePart202.Size = Vector3.new(0.580966353, 0.580966353, 1.16193295) | |
| 1957 | WedgePart202.CFrame = CFrame.new(-594.590332, 1510.71313, -449.561371, 0, 0, -1, 0, 1, 0, 1, 0, 0) | |
| 1958 | WedgePart202.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 1959 | WedgePart202.Position = Vector3.new(-594.590332, 1510.71313, -449.561371) | |
| 1960 | WedgePart202.Orientation = Vector3.new(0, -90, 0) | |
| 1961 | WedgePart202.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 1962 | Weld203.Name = "Wedge" | |
| 1963 | Weld203.Parent = WedgePart202 | |
| 1964 | Weld203.C0 = CFrame.new(-1.16174316, 4.9967041, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0) | |
| 1965 | Weld203.Part0 = Part85 | |
| 1966 | Weld203.Part1 = WedgePart202 | |
| 1967 | WedgePart204.Parent = Model0 | |
| 1968 | WedgePart204.BrickColor = BrickColor.new("Really black")
| |
| 1969 | WedgePart204.Position = Vector3.new(-592.266724, 1510.71313, -449.561371) | |
| 1970 | WedgePart204.Rotation = Vector3.new(0, 90, 0) | |
| 1971 | WedgePart204.CanCollide = false | |
| 1972 | WedgePart204.Size = Vector3.new(0.580966353, 0.580966353, 1.16193295) | |
| 1973 | WedgePart204.CFrame = CFrame.new(-592.266724, 1510.71313, -449.561371, 0, 0, 1, 0, 1, 0, -1, 0, 0) | |
| 1974 | WedgePart204.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 1975 | WedgePart204.Position = Vector3.new(-592.266724, 1510.71313, -449.561371) | |
| 1976 | WedgePart204.Orientation = Vector3.new(0, 90, 0) | |
| 1977 | WedgePart204.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 1978 | Weld205.Name = "Wedge" | |
| 1979 | Weld205.Parent = WedgePart204 | |
| 1980 | Weld205.C0 = CFrame.new(1.16186523, 4.9967041, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0) | |
| 1981 | Weld205.Part0 = Part85 | |
| 1982 | Weld205.Part1 = WedgePart204 | |
| 1983 | WedgePart206.Parent = Model0 | |
| 1984 | WedgePart206.BrickColor = BrickColor.new("Really black")
| |
| 1985 | WedgePart206.Position = Vector3.new(-592.557312, 1508.68005, -449.561371) | |
| 1986 | WedgePart206.Rotation = Vector3.new(-180, -90, 0) | |
| 1987 | WedgePart206.CanCollide = false | |
| 1988 | WedgePart206.Size = Vector3.new(0.580966353, 1.16193271, 0.580966473) | |
| 1989 | WedgePart206.CFrame = CFrame.new(-592.557312, 1508.68005, -449.561371, 0, 0, -1, 0, -1, 0, -1, 0, 0) | |
| 1990 | WedgePart206.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 1991 | WedgePart206.Position = Vector3.new(-592.557312, 1508.68005, -449.561371) | |
| 1992 | WedgePart206.Orientation = Vector3.new(0, -90, 180) | |
| 1993 | WedgePart206.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 1994 | Weld207.Name = "Wedge" | |
| 1995 | Weld207.Parent = WedgePart206 | |
| 1996 | Weld207.C0 = CFrame.new(0.871276855, 2.96362305, 0, 0, 0, -1, 0, -1, -0, -1, 0, -0) | |
| 1997 | Weld207.Part0 = Part85 | |
| 1998 | Weld207.Part1 = WedgePart206 | |
| 1999 | WedgePart208.Parent = Model0 | |
| 2000 | WedgePart208.BrickColor = BrickColor.new("Really black")
| |
| 2001 | WedgePart208.Position = Vector3.new(-593.719055, 1510.13269, -449.561371) | |
| 2002 | WedgePart208.Rotation = Vector3.new(0, -90, 0) | |
| 2003 | WedgePart208.CanCollide = false | |
| 2004 | WedgePart208.Size = Vector3.new(0.580966353, 0.580966353, 0.580966473) | |
| 2005 | WedgePart208.CFrame = CFrame.new(-593.719055, 1510.13269, -449.561371, 0, 0, -1, 0, 1, 0, 1, 0, 0) | |
| 2006 | WedgePart208.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 2007 | WedgePart208.Position = Vector3.new(-593.719055, 1510.13269, -449.561371) | |
| 2008 | WedgePart208.Orientation = Vector3.new(0, -90, 0) | |
| 2009 | WedgePart208.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 2010 | Weld209.Name = "Wedge" | |
| 2011 | Weld209.Parent = WedgePart208 | |
| 2012 | Weld209.C0 = CFrame.new(-0.290466309, 4.41625977, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0) | |
| 2013 | Weld209.Part0 = Part85 | |
| 2014 | Weld209.Part1 = WedgePart208 | |
| 2015 | WedgePart210.Parent = Model0 | |
| 2016 | WedgePart210.BrickColor = BrickColor.new("Really black")
| |
| 2017 | WedgePart210.Position = Vector3.new(-594.880859, 1509.55127, -449.561371) | |
| 2018 | WedgePart210.Rotation = Vector3.new(180, 90, 0) | |
| 2019 | WedgePart210.CanCollide = false | |
| 2020 | WedgePart210.Size = Vector3.new(0.580966353, 0.580966353, 0.580966473) | |
| 2021 | WedgePart210.CFrame = CFrame.new(-594.880859, 1509.55127, -449.561371, 0, 0, 1, 0, -1, 0, 1, 0, 0) | |
| 2022 | WedgePart210.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 2023 | WedgePart210.Position = Vector3.new(-594.880859, 1509.55127, -449.561371) | |
| 2024 | WedgePart210.Orientation = Vector3.new(0, 90, 180) | |
| 2025 | WedgePart210.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 2026 | Weld211.Name = "Wedge" | |
| 2027 | Weld211.Parent = WedgePart210 | |
| 2028 | Weld211.C0 = CFrame.new(-1.45227051, 3.83483887, 0, 0, 0, 1, 0, -1, 0, 1, 0, 0) | |
| 2029 | Weld211.Part0 = Part85 | |
| 2030 | Weld211.Part1 = WedgePart210 | |
| 2031 | WedgePart212.Parent = Model0 | |
| 2032 | WedgePart212.BrickColor = BrickColor.new("Really black")
| |
| 2033 | WedgePart212.Position = Vector3.new(-593.138245, 1510.13281, -449.561371) | |
| 2034 | WedgePart212.Rotation = Vector3.new(0, 90, 0) | |
| 2035 | WedgePart212.CanCollide = false | |
| 2036 | WedgePart212.Size = Vector3.new(0.580966353, 0.580966353, 0.580966473) | |
| 2037 | WedgePart212.CFrame = CFrame.new(-593.138245, 1510.13281, -449.561371, 0, 0, 1, 0, 1, 0, -1, 0, 0) | |
| 2038 | WedgePart212.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 2039 | WedgePart212.Position = Vector3.new(-593.138245, 1510.13281, -449.561371) | |
| 2040 | WedgePart212.Orientation = Vector3.new(0, 90, 0) | |
| 2041 | WedgePart212.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 2042 | Weld213.Name = "Wedge" | |
| 2043 | Weld213.Parent = WedgePart212 | |
| 2044 | Weld213.C0 = CFrame.new(0.290344238, 4.41638184, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0) | |
| 2045 | Weld213.Part0 = Part85 | |
| 2046 | Weld213.Part1 = WedgePart212 | |
| 2047 | WedgePart214.Parent = Model0 | |
| 2048 | WedgePart214.BrickColor = BrickColor.new("Really black")
| |
| 2049 | WedgePart214.Position = Vector3.new(-592.535583, 1511.22815, -449.561371) | |
| 2050 | WedgePart214.Rotation = Vector3.new(-90, 63.4399986, 90) | |
| 2051 | WedgePart214.CanCollide = false | |
| 2052 | WedgePart214.Size = Vector3.new(0.580966353, 1.16193271, 1.27812636) | |
| 2053 | WedgePart214.CFrame = CFrame.new(-592.535583, 1511.22815, -449.561371, 0, -0.447212011, 0.894428015, 0, 0.894428015, 0.447212011, -1, 0, 0) | |
| 2054 | WedgePart214.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 2055 | WedgePart214.Position = Vector3.new(-592.535583, 1511.22815, -449.561371) | |
| 2056 | WedgePart214.Orientation = Vector3.new(-26.5599995, 90, 0) | |
| 2057 | WedgePart214.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 2058 | Weld215.Name = "Wedge" | |
| 2059 | Weld215.Parent = WedgePart214 | |
| 2060 | Weld215.C0 = CFrame.new(0.893005371, 5.51171875, 0, 0, -0.447212011, 0.894428015, 0, 0.894428015, 0.447212011, -1, 0, 0) | |
| 2061 | Weld215.Part0 = Part85 | |
| 2062 | Weld215.Part1 = WedgePart214 | |
| 2063 | WedgePart216.Parent = Model0 | |
| 2064 | WedgePart216.BrickColor = BrickColor.new("Really black")
| |
| 2065 | WedgePart216.Position = Vector3.new(-594.321167, 1511.22815, -449.561371) | |
| 2066 | WedgePart216.Rotation = Vector3.new(-90, -63.4300003, -90) | |
| 2067 | WedgePart216.CanCollide = false | |
| 2068 | WedgePart216.Size = Vector3.new(0.580966353, 1.16193271, 1.27812636) | |
| 2069 | WedgePart216.CFrame = CFrame.new(-594.321167, 1511.22815, -449.561371, 0, 0.447216004, -0.894425988, 0, 0.894425988, 0.447216004, 1, 0, 0) | |
| 2070 | WedgePart216.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 2071 | WedgePart216.Position = Vector3.new(-594.321167, 1511.22815, -449.561371) | |
| 2072 | WedgePart216.Orientation = Vector3.new(-26.5699997, -90, 0) | |
| 2073 | WedgePart216.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 2074 | Weld217.Name = "Wedge" | |
| 2075 | Weld217.Parent = WedgePart216 | |
| 2076 | Weld217.C0 = CFrame.new(-0.892578125, 5.51171875, 0, 0, 0.447216004, -0.894425988, 0, 0.894425988, 0.447216004, 1, 0, 0) | |
| 2077 | Weld217.Part0 = Part85 | |
| 2078 | Weld217.Part1 = WedgePart216 | |
| 2079 | Part218.Name = "DmgPart" | |
| 2080 | Part218.Parent = Model0 | |
| 2081 | Part218.BrickColor = BrickColor.new("Really red")
| |
| 2082 | Part218.Transparency = 1 | |
| 2083 | Part218.Position = Vector3.new(-593.378601, 1510.46558, -449.561371) | |
| 2084 | Part218.CanCollide = false | |
| 2085 | Part218.Size = Vector3.new(3.46193147, 3.04489326, 0.580966473) | |
| 2086 | Part218.CFrame = CFrame.new(-593.378601, 1510.46558, -449.561371, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 2087 | Part218.BottomSurface = Enum.SurfaceType.Smooth | |
| 2088 | Part218.TopSurface = Enum.SurfaceType.Smooth | |
| 2089 | Part218.Color = Color3.new(1, 0, 0) | |
| 2090 | Part218.Position = Vector3.new(-593.378601, 1510.46558, -449.561371) | |
| 2091 | Part218.Color = Color3.new(1, 0, 0) | |
| 2092 | Weld219.Name = "DmgPart" | |
| 2093 | Weld219.Parent = Part218 | |
| 2094 | Weld219.C0 = CFrame.new(0.049987793, 4.74914551, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 2095 | Weld219.Part0 = Part85 | |
| 2096 | Weld219.Part1 = Part218 | |
| 2097 | Model0.Parent = char | |
| 2098 | local pd = Part218 | |
| 2099 | local handle = Part85 | |
| 2100 | local hcoo = CFrame.Angles(rd(0),rd(-90),rd(90))*CFrame.new(-1.5,0,0) | |
| 2101 | local w1 = Instance.new("Weld", handle)
| |
| 2102 | w1.Part0 = rarm | |
| 2103 | w1.Part1 = handle | |
| 2104 | w1.C0 = hcoo | |
| 2105 | RS=tors:FindFirstChild("Right Shoulder")
| |
| 2106 | LS=tors:FindFirstChild("Left Shoulder")
| |
| 2107 | RH=tors:FindFirstChild("Right Hip")
| |
| 2108 | LH=tors:FindFirstChild("Left Hip")
| |
| 2109 | RJ=hrp:FindFirstChild("RootJoint")
| |
| 2110 | N=tors:FindFirstChild("Neck")
| |
| 2111 | RSC0=CFrame.new(1, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0) | |
| 2112 | LSC0=CFrame.new(-1, 0.5, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0) | |
| 2113 | RHC0=CFrame.new(1, -1, 0, 0, 0, 1, 0, 1, 0, -1, -0, -0) | |
| 2114 | LHC0=CFrame.new(-1, -1, 0, -0, -0, -1, 0, 1, 0, 1, 0, 0) | |
| 2115 | NC0=CFrame.new(0, 1, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0) | |
| 2116 | RJC0=CFrame.new(0, 0, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0) | |
| 2117 | HC0=hcoo | |
| 2118 | function lerpz(joint,prop,cfrmz,alp) | |
| 2119 | joint[prop]=joint[prop]:lerp(cfrmz,alp) | |
| 2120 | end | |
| 2121 | function TweenMe(joint,prop,cfrmz,alp,es,ed) | |
| 2122 | local ti = TweenInfo.new(alp,Enum.EasingStyle[es],Enum.EasingDirection[ed],0,false,0) | |
| 2123 | local pp = {[prop] = cfrmz}
| |
| 2124 | local tween = ts:Create(joint,ti,pp) | |
| 2125 | tween:Play() | |
| 2126 | end | |
| 2127 | local dmgTable = {}
| |
| 2128 | function clear() | |
| 2129 | dmgTable = {};
| |
| 2130 | end | |
| 2131 | function dmg(prt,magg,d,mode) | |
| 2132 | local noDelay = coroutine.wrap(function() | |
| 2133 | local players = game.Workspace:GetChildren() | |
| 2134 | for i = 1,#players do | |
| 2135 | local plyer = players[i] | |
| 2136 | if plyer:FindFirstChild("Torso") ~= nil then
| |
| 2137 | local mag = (plyer.Torso.Position-prt.Position).magnitude | |
| 2138 | if mag <= magg and plyer:FindFirstChild("Humanoid") ~= nil and dmgTable[plyer] == nil and plyer ~= char then
| |
| 2139 | dmgTable[plyer] = true | |
| 2140 | plyer:FindFirstChild("Humanoid"):TakeDamage(d)
| |
| 2141 | function cv() | |
| 2142 | local c = Instance.new("BodyVelocity")
| |
| 2143 | c.Parent = plyer:FindFirstChild("Torso")
| |
| 2144 | return c | |
| 2145 | end | |
| 2146 | if mode == 'stall' then | |
| 2147 | local b = cv() | |
| 2148 | b.MaxForce = Vector3.new(math.huge,math.huge,math.huge) | |
| 2149 | b.Velocity = hrp.CFrame.lookVector*20 | |
| 2150 | game.Debris:AddItem(b,0.4) | |
| 2151 | elseif mode == 'fling' then | |
| 2152 | plyer:FindFirstChild("Humanoid").PlatformStand = true
| |
| 2153 | local b = cv() | |
| 2154 | b.MaxForce = Vector3.new(math.huge,math.huge,math.huge) | |
| 2155 | b.Velocity = Vector3.new(0,40,0) | |
| 2156 | game.Debris:AddItem(b,0.1) | |
| 2157 | wait(1) | |
| 2158 | plyer:FindFirstChild("Humanoid").PlatformStand = false
| |
| 2159 | elseif mode == nil then | |
| 2160 | --oi | |
| 2161 | end | |
| 2162 | end | |
| 2163 | end | |
| 2164 | end | |
| 2165 | end) | |
| 2166 | noDelay() | |
| 2167 | end | |
| 2168 | ||
| 2169 | local walk = false | |
| 2170 | local idle = false | |
| 2171 | local jump = false | |
| 2172 | local jumpCheck = false | |
| 2173 | local fall = false | |
| 2174 | local AnimDisable = false | |
| 2175 | game:GetService("RunService").RenderStepped:connect(function()
| |
| 2176 | sine=sine+change | |
| 2177 | if AnimDisable == false then | |
| 2178 | if jumpCheck == true then | |
| 2179 | idle = false | |
| 2180 | walk = false | |
| 2181 | fall = false | |
| 2182 | jump = true | |
| 2183 | elseif human.MoveDirection ~= Vector3.new(0,0,0) then | |
| 2184 | fall = false | |
| 2185 | walk = true | |
| 2186 | jump = false | |
| 2187 | idle = false | |
| 2188 | elseif human.MoveDirection == Vector3.new(0,0,0) then | |
| 2189 | walk = false | |
| 2190 | fall = false | |
| 2191 | jump = false | |
| 2192 | idle = true | |
| 2193 | end | |
| 2194 | else | |
| 2195 | walk = false | |
| 2196 | fall = false | |
| 2197 | jump = false | |
| 2198 | idle = false | |
| 2199 | end | |
| 2200 | end) | |
| 2201 | human.StateChanged:connect(function(state) | |
| 2202 | if state == Enum.HumanoidStateType.Jumping then | |
| 2203 | jumpCheck = true | |
| 2204 | else | |
| 2205 | jumpCheck = false | |
| 2206 | end | |
| 2207 | end) | |
| 2208 | function trail() | |
| 2209 | local colorz = {};
| |
| 2210 | local trail = Instance.new("Trail")
| |
| 2211 | trail.FaceCamera = true | |
| 2212 | trail.TextureMode = Enum.TextureMode.Wrap | |
| 2213 | trail.Color = ColorSequence.new(Color3.new(5/255, 255/255, 5/255),Color3.new(5/255, 255/255, 5/255)) | |
| 2214 | trail.Lifetime = 0.25 | |
| 2215 | trail.Transparency = NumberSequence.new(0.5,1) | |
| 2216 | return trail | |
| 2217 | end | |
| 2218 | local movenum1 = {0,1000/50}
| |
| 2219 | local movenum2 = {0,1000/40}
| |
| 2220 | local movenum3 = {0,1000/20}
| |
| 2221 | local movenum4 = {0,1000/10}
| |
| 2222 | local max = 1000 | |
| 2223 | local disable = false | |
| 2224 | local regenMove = coroutine.wrap(function(timer) | |
| 2225 | while true do | |
| 2226 | if movenum1[1] < max then | |
| 2227 | movenum1[1] = movenum1[1]+movenum1[2] | |
| 2228 | end | |
| 2229 | if movenum2[1] < max then | |
| 2230 | movenum2[1] = movenum2[1]+movenum2[2] | |
| 2231 | end | |
| 2232 | if movenum3[1] < max then | |
| 2233 | movenum3[1] = movenum3[1]+movenum3[2] | |
| 2234 | end | |
| 2235 | if movenum4[1] < max then | |
| 2236 | movenum4[1] = movenum4[1]+movenum4[2] | |
| 2237 | end | |
| 2238 | wait(timer) | |
| 2239 | end | |
| 2240 | end) | |
| 2241 | regenMove(1) | |
| 2242 | local BarChanger = coroutine.wrap(function() | |
| 2243 | while true do | |
| 2244 | Bar1:TweenSize(UDim2.new(0,(movenum1[1]/max*MainFrame.Size.X.Offset),1,0),"Out","Quad",0.5,true) | |
| 2245 | Bar2:TweenSize(UDim2.new(0,(movenum2[1]/max*MainFrame.Size.X.Offset),1,0),"Out","Quad",0.5,true) | |
| 2246 | Bar3:TweenSize(UDim2.new(0,(movenum3[1]/max*MainFrame.Size.X.Offset),1,0),"Out","Quad",0.5,true) | |
| 2247 | Bar4:TweenSize(UDim2.new(0,(movenum4[1]/max*MainFrame.Size.X.Offset),1,0),"Out","Quad",0.5,true) | |
| 2248 | wait(0.25) | |
| 2249 | end | |
| 2250 | end) | |
| 2251 | BarChanger() | |
| 2252 | --[[ | |
| 2253 | lerpz(N,'C0',NC0*cf(0,0,0)*ang(rd(0),rd(0),rd(0)),0.4) | |
| 2254 | lerpz(RS,'C0',RSC0*cf(0,0,0)*ang(rd(0),rd(0),rd(0)),0.4) | |
| 2255 | lerpz(LS,'C0',LSC0*cf(0,0,0)*ang(rd(0),rd(0),rd(0)),0.4) | |
| 2256 | lerpz(RH,'C0',RHC0*cf(0,0,0)*ang(rd(0),rd(0),rd(0)),0.4) | |
| 2257 | lerpz(LH,'C0',LHC0*cf(0,0,0)*ang(rd(0),rd(0),rd(0)),0.4) | |
| 2258 | lerpz(RJ,'C0',RJC0*cf(0,0,0)*ang(rd(0),rd(0),rd(0)),0.4) | |
| 2259 | lerpz(w1,'C0',HC0*cf(0,0,0)*ang(rd(0),rd(0),rd(0)),0.4) | |
| 2260 | --]] | |
| 2261 | local playanims = coroutine.wrap(function() | |
| 2262 | while game:GetService("RunService").RenderStepped:Wait() do
| |
| 2263 | if idle == true then | |
| 2264 | local ispeed = 20 | |
| 2265 | lerpz(N,'C0',NC0*cf(0,0,0)*ang(rd(5)*math.cos(sine/ispeed),rd(0),rd(15)),0.1) | |
| 2266 | lerpz(RS,'C0',RSC0*cf(0.4,0,0)*ang(rd(0),rd(-80),rd(90)+rd(5)*math.cos(sine/ispeed)),0.1) | |
| 2267 | lerpz(LS,'C0',LSC0*cf(0,0,0)*ang(rd(-10)+rd(-5)*math.cos(sine/ispeed),rd(0),rd(0)),0.1) | |
| 2268 | lerpz(RH,'C0',RHC0*cf(0,0.15*math.cos(sine/ispeed),0)*ang(rd(0),rd(-5),rd(-15)),0.1) | |
| 2269 | lerpz(LH,'C0',LHC0*cf(0,0.15*math.cos(sine/ispeed),0)*ang(rd(0),rd(15),rd(0)),0.1) | |
| 2270 | lerpz(RJ,'C0',RJC0*cf(0,0,-0.15*math.cos(sine/ispeed))*ang(rd(0),rd(0),rd(-15)),0.1) | |
| 2271 | lerpz(w1,'C0',HC0*cf(-0.07*math.cos(sine/ispeed),-0.35+-0.05*math.cos(sine/ispeed),0)*ang(rd(0),rd(0),rd(10)+rd(7)*math.cos(sine/ispeed)),0.1) | |
| 2272 | elseif walk == true then | |
| 2273 | lerpz(N,'C0',NC0*cf(0,0,0)*ang(rd(-10),chr.HumanoidRootPart.RotVelocity.Y/50,chr.HumanoidRootPart.RotVelocity.Y/30),0.4) | |
| 2274 | lerpz(RS,'C0',RSC0*cf(0,0,0)*ang(rd(0),rd(-15),rd(90)),0.15) | |
| 2275 | lerpz(LS,'C0',LSC0*cf(0,0,0)*ang(rd(3)*math.cos(sine/3),rd(0),rd(40)*math.cos(sine/6)),0.4) | |
| 2276 | lerpz(RH,'C0',RHC0*cf(0,0,0)*ang(rd(0),rd(0),rd(30)*math.cos(sine/6)),0.4) | |
| 2277 | lerpz(LH,'C0',LHC0*cf(0,0,0)*ang(rd(0),rd(0),rd(30)*math.cos(sine/6)),0.4) | |
| 2278 | lerpz(RJ,'C0',RJC0*cf(0,0,0)*ang(rd(10),chr.HumanoidRootPart.RotVelocity.Y/50,rd(0)),0.4) | |
| 2279 | lerpz(w1,'C0',HC0*cf(0.75,0.5,0)*ang(rd(10),rd(0),rd(-60)),0.2) | |
| 2280 | elseif jump == true then | |
| 2281 | lerpz(N,'C0',NC0*cf(0,0,0)*ang(rd(-10),rd(0),rd(0)),0.4) | |
| 2282 | lerpz(RS,'C0',RSC0*cf(0,0,0)*ang(rd(0),rd(-15),rd(90)),0.15) | |
| 2283 | lerpz(LS,'C0',LSC0*cf(0,0,0)*ang(rd(-20),rd(0),rd(0)),0.4) | |
| 2284 | lerpz(RH,'C0',RHC0*cf(0.2,0.3,0)*ang(rd(0),rd(0),rd(0)),0.4) | |
| 2285 | lerpz(LH,'C0',LHC0*cf(0,0,0)*ang(rd(0),rd(0),rd(0)),0.4) | |
| 2286 | lerpz(RJ,'C0',RJC0*cf(0,0,0)*ang(rd(0),rd(0),rd(0)),0.4) | |
| 2287 | lerpz(w1,'C0',HC0*cf(0.75,0.5,0)*ang(rd(15),rd(0),rd(-60)),0.2) | |
| 2288 | end | |
| 2289 | end | |
| 2290 | end) | |
| 2291 | playanims() | |
| 2292 | ||
| 2293 | local movenum = 1 | |
| 2294 | mouse.Button1Down:connect(function() | |
| 2295 | if debunk == false then | |
| 2296 | debunk = true | |
| 2297 | AnimDisable = true | |
| 2298 | if movenum == 1 then | |
| 2299 | clear() | |
| 2300 | for i = 1,13 do game:GetService("RunService").RenderStepped:Wait()
| |
| 2301 | lerpz(N,'C0',NC0*cf(0,0,0)*ang(rd(0),rd(0),rd(85)),0.4) | |
| 2302 | lerpz(RS,'C0',RSC0*cf(0,-0.5,0)*ang(rd(-90),rd(0),rd(0)),0.4) | |
| 2303 | lerpz(LS,'C0',LSC0*cf(0,0,0)*ang(rd(-10),rd(0),rd(0)),0.4) | |
| 2304 | lerpz(RH,'C0',RHC0*cf(0,0,0)*ang(rd(0),rd(0),rd(0)),0.4) | |
| 2305 | lerpz(LH,'C0',LHC0*cf(0,0,0)*ang(rd(0),rd(0),rd(0)),0.4) | |
| 2306 | lerpz(RJ,'C0',RJC0*cf(0,0,0)*ang(rd(0),rd(0),rd(-90)),0.4) | |
| 2307 | lerpz(w1,'C0',HC0*cf(-2,0,0)*ang(rd(0),rd(0),rd(90)),0.4) | |
| 2308 | end | |
| 2309 | local t = trail() | |
| 2310 | local at = Instance.new("Attachment",pd)
| |
| 2311 | at.Name = "att2" | |
| 2312 | at.Position = Vector3.new(-1.2, 1.5, 0) | |
| 2313 | local at2 = Instance.new("Attachment",pd)
| |
| 2314 | at.Position = Vector3.new(-1.2, -1.5, 0) | |
| 2315 | t.Parent = pd | |
| 2316 | t.Attachment0 = at | |
| 2317 | t.Attachment1 = at2 | |
| 2318 | for i = 1,30 do game:GetService("RunService").RenderStepped:Wait()
| |
| 2319 | dmg(pd,4,10,'stall') | |
| 2320 | lerpz(N,'C0',NC0*cf(0,0,0)*ang(rd(0),rd(0),rd(-90)),0.3) | |
| 2321 | lerpz(RS,'C0',RSC0*cf(0,-0.5,0)*ang(rd(-90),rd(0),rd(0)),0.3) | |
| 2322 | lerpz(LS,'C0',LSC0*cf(0,0,0)*ang(rd(-25),rd(0),rd(0)),0.3) | |
| 2323 | lerpz(RH,'C0',RHC0*cf(0,0,0)*ang(rd(0),rd(0),rd(0)),0.3) | |
| 2324 | lerpz(LH,'C0',LHC0*cf(0,0,0)*ang(rd(0),rd(0),rd(0)),0.3) | |
| 2325 | lerpz(RJ,'C0',RJC0*cf(0,0,0)*ang(rd(0),rd(0),rd(90)),0.3) | |
| 2326 | lerpz(w1,'C0',HC0*cf(-2,0,0)*ang(rd(0),rd(0),rd(90)),0.3) | |
| 2327 | end | |
| 2328 | at:Remove() | |
| 2329 | at2:Remove() | |
| 2330 | t:Remove() | |
| 2331 | elseif movenum == 2 then | |
| 2332 | clear() | |
| 2333 | for i = 1,13 do game:GetService("RunService").RenderStepped:Wait()
| |
| 2334 | lerpz(N,'C0',NC0*cf(0,0,0)*ang(rd(20),rd(0),rd(0)),0.4) | |
| 2335 | lerpz(RS,'C0',RSC0*cf(-0.1,0.25,-0.7)*ang(rd(-20),rd(0),rd(175)),0.4) | |
| 2336 | lerpz(LS,'C0',LSC0*cf(0,0.25,-0.7)*ang(rd(-20),rd(0),rd(-175)),0.4) | |
| 2337 | lerpz(RH,'C0',RHC0*cf(0.2,0.3,0)*ang(rd(0),rd(0),rd(-20)),0.4) | |
| 2338 | lerpz(LH,'C0',LHC0*cf(0,0,0)*ang(rd(0),rd(0),rd(20)),0.4) | |
| 2339 | lerpz(RJ,'C0',RJC0*cf(0,0.2,0)*ang(rd(-20),rd(0),rd(0)),0.4) | |
| 2340 | lerpz(w1,'C0',HC0*cf(-2,0,-0.6)*ang(rd(0),rd(-20),rd(90)),0.4) | |
| 2341 | end | |
| 2342 | local t = trail() | |
| 2343 | local at = Instance.new("Attachment",pd)
| |
| 2344 | at.Name = "att2" | |
| 2345 | at.Position = Vector3.new(-1.2, 1.5, 0) | |
| 2346 | local at2 = Instance.new("Attachment",pd)
| |
| 2347 | at.Position = Vector3.new(-1.2, -1.5, 0) | |
| 2348 | t.Parent = pd | |
| 2349 | t.Attachment0 = at | |
| 2350 | t.Attachment1 = at2 | |
| 2351 | for i = 1,15 do game:GetService("RunService").RenderStepped:Wait()
| |
| 2352 | dmg(pd,5,15,'fling') | |
| 2353 | lerpz(N,'C0',NC0*cf(0,0,0)*ang(rd(-10),rd(0),rd(0)),0.3) | |
| 2354 | lerpz(RS,'C0',RSC0*cf(-0.1,0.25,-0.7)*ang(rd(20),rd(0),rd(90)),0.3) | |
| 2355 | lerpz(LS,'C0',LSC0*cf(0,0.25,-0.7)*ang(rd(20),rd(0),rd(-90)),0.3) | |
| 2356 | lerpz(RH,'C0',RHC0*cf(0,0,0)*ang(rd(0),rd(0),rd(0)),0.3) | |
| 2357 | lerpz(LH,'C0',LHC0*cf(0,0,0)*ang(rd(0),rd(0),rd(30)),0.3) | |
| 2358 | lerpz(RJ,'C0',RJC0*cf(0,0,0)*ang(rd(20),rd(0),rd(0)),0.3) | |
| 2359 | lerpz(w1,'C0',HC0*cf(-2,-0.2,0.5)*ang(rd(20),rd(0),rd(90)),0.4) | |
| 2360 | end | |
| 2361 | at:Remove() | |
| 2362 | at2:Remove() | |
| 2363 | t:Remove() | |
| 2364 | local effect = Instance.new("Part",workspace)
| |
| 2365 | effect.CanCollide = false | |
| 2366 | effect.Anchored = true | |
| 2367 | effect.Name = "ExplsionEffect" | |
| 2368 | effect.Size = Vector3.new(1,1,1) | |
| 2369 | effect.Color = Color3.new(0/255, 255/255, 8/255) | |
| 2370 | effect.CFrame = CFrame.new(pd.CFrame.p) | |
| 2371 | local me = Instance.new("SpecialMesh",effect)
| |
| 2372 | me.Scale = Vector3.new(0.01,0.01,0.01) | |
| 2373 | me.MeshId = "http://www.roblox.com/asset/?id=20329976" | |
| 2374 | game.Debris:AddItem(effect,2) | |
| 2375 | TweenMe(me,'Scale',Vector3.new(9,9,9),0.5,'Sine','Out') | |
| 2376 | TweenMe(effect,'Transparency',1,0.5,'Linear','Out') | |
| 2377 | elseif movenum == 3 then | |
| 2378 | clear() | |
| 2379 | local spinnum = 15 | |
| 2380 | local t = trail() | |
| 2381 | local at = Instance.new("Attachment",pd)
| |
| 2382 | at.Name = "att2" | |
| 2383 | at.Position = Vector3.new(-1.2, 1.5, 0) | |
| 2384 | local at2 = Instance.new("Attachment",pd)
| |
| 2385 | at.Position = Vector3.new(-1.2, -1.5, 0) | |
| 2386 | t.Parent = pd | |
| 2387 | t.Attachment0 = at | |
| 2388 | t.Attachment1 = at2 | |
| 2389 | for i = 1,410/spinnum do game:GetService("RunService").RenderStepped:Wait()
| |
| 2390 | lerpz(N,'C0',NC0*cf(0,0,0)*ang(rd(0),rd(0),rd(0)),0.3) | |
| 2391 | lerpz(RS,'C0',RSC0*cf(-0.1,0.25,-0.7)*ang(rd(20),rd(0),rd(90)),0.3) | |
| 2392 | lerpz(LS,'C0',LSC0*cf(0,0.25,-0.7)*ang(rd(20),rd(0),rd(-90)),0.3) | |
| 2393 | lerpz(RH,'C0',RHC0*cf(0,0,0)*ang(rd(0),rd(0),rd(0)),0.3) | |
| 2394 | lerpz(LH,'C0',LHC0*cf(0,0,0)*ang(rd(0),rd(0),rd(0)),0.3) | |
| 2395 | lerpz(RJ,'C0',RJC0*cf(0,0,0)*ang(rd(0),rd(0),rd(i*spinnum)),0.3) | |
| 2396 | lerpz(w1,'C0',HC0*cf(-2,-0.2,0.5)*ang(rd(20),rd(0),rd(90)),0.4) | |
| 2397 | end | |
| 2398 | for i = 1,20 do game:GetService("RunService").RenderStepped:Wait()
| |
| 2399 | dmg(pd,6,20,'stall') | |
| 2400 | lerpz(N,'C0',NC0*cf(0,0,0)*ang(rd(0),rd(0),rd(0)),0.3) | |
| 2401 | lerpz(RS,'C0',RSC0*cf(-0.1,0.25,-0.7)*ang(rd(20),rd(0),rd(90)),0.3) | |
| 2402 | lerpz(LS,'C0',LSC0*cf(0,0.25,-0.7)*ang(rd(20),rd(0),rd(-90)),0.3) | |
| 2403 | lerpz(RH,'C0',RHC0*cf(0,0,0)*ang(rd(0),rd(0),rd(0)),0.3) | |
| 2404 | lerpz(LH,'C0',LHC0*cf(0,0,0)*ang(rd(0),rd(0),rd(0)),0.3) | |
| 2405 | lerpz(RJ,'C0',RJC0*cf(0,0,0)*ang(rd(0),rd(0),rd(30)),0.2) | |
| 2406 | lerpz(w1,'C0',HC0*cf(-2,-0.2,0.5)*ang(rd(20),rd(0),rd(90)),0.4) | |
| 2407 | end | |
| 2408 | at:Remove() | |
| 2409 | at2:Remove() | |
| 2410 | t:Remove() | |
| 2411 | end | |
| 2412 | movenum = movenum+1 | |
| 2413 | if movenum > 3 then | |
| 2414 | movenum = 1 | |
| 2415 | end | |
| 2416 | AnimDisable = false | |
| 2417 | debunk = false | |
| 2418 | end | |
| 2419 | end) | |
| 2420 | --------------------------------------------------------- | |
| 2421 | mouse.KeyDown:connect(function(key) | |
| 2422 | key = key:lower() | |
| 2423 | if debunk2 == false then | |
| 2424 | debunk2 = true | |
| 2425 | AnimDisable = true | |
| 2426 | if key == "z" and movenum4[1]>=max then | |
| 2427 | debunk = true | |
| 2428 | movenum4[1] = 0 | |
| 2429 | wait(4) | |
| 2430 | debunk = false | |
| 2431 | elseif key == "x" and movenum3[1]>=max then | |
| 2432 | debunk = true | |
| 2433 | movenum3[1] = 0 | |
| 2434 | local spinnum = 15 | |
| 2435 | local t = trail() | |
| 2436 | local at = Instance.new("Attachment",pd)
| |
| 2437 | at.Name = "att2" | |
| 2438 | at.Position = Vector3.new(-1.2, 1.5, 0) | |
| 2439 | local at2 = Instance.new("Attachment",pd)
| |
| 2440 | at.Position = Vector3.new(-1.2, -1.5, 0) | |
| 2441 | t.Parent = pd | |
| 2442 | t.Attachment0 = at | |
| 2443 | t.Attachment1 = at2 | |
| 2444 | local moveOn = true | |
| 2445 | local torn = Instance.new("Part",char)
| |
| 2446 | torn.Anchored = true | |
| 2447 | torn.Transparency = 1 | |
| 2448 | - | torn.BrickColor = BrickColor.new("Lime green")
|
| 2448 | + | torn.BrickColor = BrickColor.new("Bright orange")
|
| 2449 | torn.CFrame = CFrame.new(hrp.CFrame.p) | |
| 2450 | torn.Size = Vector3.new(1,1,1) | |
| 2451 | torn.CanCollide = false | |
| 2452 | local meshy = Instance.new("SpecialMesh",torn)
| |
| 2453 | meshy.MeshId = "rbxassetid://102638417" | |
| 2454 | meshy.Scale = Vector3.new(15, 15, 15) | |
| 2455 | local foll = coroutine.wrap(function() | |
| 2456 | TweenMe(torn,'Transparency',0.4,3,'Sine','Out') | |
| 2457 | repeat wait() | |
| 2458 | lerpz(torn,'CFrame',cf(hrp.CFrame.p)*ang(rd(0),rd(sine*10),rd(0)),0.3) | |
| 2459 | until moveOn == false | |
| 2460 | end) | |
| 2461 | foll() | |
| 2462 | for i = 1,355 do game:GetService("RunService").RenderStepped:Wait()
| |
| 2463 | spinnum = spinnum+0.05 | |
| 2464 | lerpz(N,'C0',NC0*cf(0,0,0)*ang(rd(0),rd(0),rd(0)),0.3) | |
| 2465 | lerpz(RS,'C0',RSC0*cf(-0.1,0.25,-0.7)*ang(rd(20),rd(0),rd(90)),0.3) | |
| 2466 | lerpz(LS,'C0',LSC0*cf(0,0.25,-0.7)*ang(rd(20),rd(0),rd(-90)),0.3) | |
| 2467 | lerpz(RH,'C0',RHC0*cf(0,0,0)*ang(rd(0),rd(0),rd(0)),0.3) | |
| 2468 | lerpz(LH,'C0',LHC0*cf(0,0,0)*ang(rd(0),rd(0),rd(0)),0.3) | |
| 2469 | lerpz(RJ,'C0',RJC0*cf(0,0,0)*ang(rd(0),rd(0),rd(i*spinnum)),0.3) | |
| 2470 | lerpz(w1,'C0',HC0*cf(-2,-0.2,0.5)*ang(rd(20),rd(0),rd(90)),0.4) | |
| 2471 | end | |
| 2472 | at:Remove() | |
| 2473 | at2:Remove() | |
| 2474 | t:Remove() | |
| 2475 | local closed = coroutine.wrap(function() | |
| 2476 | TweenMe(torn,'Transparency',1,0.75,'Sine','Out') | |
| 2477 | TweenMe(meshy,'Scale',Vector3.new(25,5,25),0.75,'Linear','Out') | |
| 2478 | wait(0.75) | |
| 2479 | torn:Remove() | |
| 2480 | moveOn = false | |
| 2481 | end) | |
| 2482 | closed() | |
| 2483 | for i = 1,50 do game:GetService("RunService").RenderStepped:Wait()
| |
| 2484 | dmg(pd,6,20,'stall') | |
| 2485 | lerpz(N,'C0',NC0*cf(0,0,0)*ang(rd(0),rd(0),rd(0)),0.3) | |
| 2486 | lerpz(RS,'C0',RSC0*cf(-0.1,0.25,-0.7)*ang(rd(20),rd(0),rd(90)),0.3) | |
| 2487 | lerpz(LS,'C0',LSC0*cf(0,0.25,-0.7)*ang(rd(20),rd(0),rd(-90)),0.3) | |
| 2488 | lerpz(RH,'C0',RHC0*cf(0,0,0)*ang(rd(0),rd(0),rd(0)),0.3) | |
| 2489 | lerpz(LH,'C0',LHC0*cf(0,0,0)*ang(rd(0),rd(0),rd(0)),0.3) | |
| 2490 | lerpz(RJ,'C0',RJC0*cf(0,0,0)*ang(rd(0),rd(0),rd(30)),0.2) | |
| 2491 | lerpz(w1,'C0',HC0*cf(-2,-0.2,0.5)*ang(rd(20),rd(0),rd(90)),0.4) | |
| 2492 | end | |
| 2493 | debunk = false | |
| 2494 | elseif key == "c" and movenum2[1]>=max then | |
| 2495 | debunk = true | |
| 2496 | movenum2[1] = 0 | |
| 2497 | debunk = false | |
| 2498 | elseif key == "v" and movenum1[1]>=max then | |
| 2499 | debunk = true | |
| 2500 | movenum1[1] = 0 | |
| 2501 | debunk = false | |
| 2502 | end | |
| 2503 | if debunk == false then | |
| 2504 | AnimDisable = false | |
| 2505 | end | |
| 2506 | debunk2 = false | |
| 2507 | end | |
| 2508 | end) |