SHOW:
|
|
- or go back to the newest paste.
| 1 | - | -- This script has been converted to FE by iPxter |
| 1 | + | |
| 2 | --[[ | |
| 3 | Suggested LoadOuts: | |
| 4 | - | if game:GetService("RunService"):IsClient() then error("Script must be server-side in order to work; use h/ and not hl/") end
|
| 4 | + | |
| 5 | - | local Player,Mouse,mouse,UserInputService,ContextActionService = owner |
| 5 | + | |
| 6 | - | do |
| 6 | + | |
| 7 | - | print("FE Compatibility code by Mokiros | Translated to FE by iPxter")
|
| 7 | + | |
| 8 | - | script.Parent = Player.Character |
| 8 | + | |
| 9 | CONTROLS: | |
| 10 | - | --RemoteEvent for communicating |
| 10 | + | |
| 11 | - | local Event = Instance.new("RemoteEvent")
|
| 11 | + | |
| 12 | - | Event.Name = "UserInput_Event" |
| 12 | + | |
| 13 | Sight = "IRONSIGHT" --ACOG, C79, M145, SUSAT, REFLEX, HOLOSIGHT, IRONSIGHT (IRONSIGHT ANYTHING ELSE) | |
| 14 | - | --Fake event to make stuff like Mouse.KeyDown work |
| 14 | + | |
| 15 | - | local function fakeEvent() |
| 15 | + | |
| 16 | - | local t = {_fakeEvent=true,Connect=function(self,f)self.Function=f end}
|
| 16 | + | |
| 17 | - | t.connect = t.Connect |
| 17 | + | |
| 18 | - | return t |
| 18 | + | |
| 19 | Bayonet = false --same as laser | |
| 20 | CUSTOMCOLOR = "Black" --BrickColor plz | |
| 21 | - | --Creating fake input objects with fake variables |
| 21 | + | |
| 22 | - | local m = {Target=nil,Hit=CFrame.new(),KeyUp=fakeEvent(),KeyDown=fakeEvent(),Button1Up=fakeEvent(),Button1Down=fakeEvent()}
|
| 22 | + | |
| 23 | - | local UIS = {InputBegan=fakeEvent(),InputEnded=fakeEvent()}
|
| 23 | + | |
| 24 | - | local CAS = {Actions={},BindAction=function(self,name,fun,touch,...)
|
| 24 | + | |
| 25 | - | CAS.Actions[name] = fun and {Name=name,Function=fun,Keys={...}} or nil
|
| 25 | + | |
| 26 | - | end} |
| 26 | + | |
| 27 | - | --Merged 2 functions into one by checking amount of arguments |
| 27 | + | |
| 28 | - | CAS.UnbindAction = CAS.BindAction |
| 28 | + | |
| 29 | end | |
| 30 | - | --This function will trigger the events that have been :Connect()'ed |
| 30 | + | |
| 31 | - | local function te(self,ev,...) |
| 31 | + | |
| 32 | - | local t = m[ev] |
| 32 | + | |
| 33 | - | if t and t._fakeEvent and t.Function then |
| 33 | + | |
| 34 | - | t.Function(...) |
| 34 | + | |
| 35 | cors = {}
| |
| 36 | o1 = Instance.new("Tool")
| |
| 37 | - | m.TrigEvent = te |
| 37 | + | |
| 38 | - | UIS.TrigEvent = te |
| 38 | + | |
| 39 | o4 = Instance.new("NumberValue")
| |
| 40 | - | Event.OnServerEvent:Connect(function(plr,io) |
| 40 | + | |
| 41 | - | if plr~=Player then return end |
| 41 | + | |
| 42 | - | if io.isMouse then |
| 42 | + | |
| 43 | - | m.Target = io.Target |
| 43 | + | |
| 44 | - | m.Hit = io.Hit |
| 44 | + | |
| 45 | o10 = Instance.new("LocalScript")
| |
| 46 | - | local b = io.UserInputState == Enum.UserInputState.Begin |
| 46 | + | |
| 47 | - | if io.UserInputType == Enum.UserInputType.MouseButton1 then |
| 47 | + | |
| 48 | - | return m:TrigEvent(b and "Button1Down" or "Button1Up") |
| 48 | + | |
| 49 | o14 = Instance.new("LocalScript")
| |
| 50 | - | for _,t in pairs(CAS.Actions) do |
| 50 | + | |
| 51 | - | for _,k in pairs(t.Keys) do |
| 51 | + | |
| 52 | - | if k==io.KeyCode then |
| 52 | + | |
| 53 | - | t.Function(t.Name,io.UserInputState,io) |
| 53 | + | |
| 54 | - | end |
| 54 | + | |
| 55 | o20 = Instance.new("Part")
| |
| 56 | o21 = Instance.new("BlockMesh")
| |
| 57 | - | m:TrigEvent(b and "KeyDown" or "KeyUp",io.KeyCode.Name:lower()) |
| 57 | + | |
| 58 | - | UIS:TrigEvent(b and "InputBegan" or "InputEnded",io,false) |
| 58 | + | |
| 59 | - | end |
| 59 | + | |
| 60 | - | end) |
| 60 | + | |
| 61 | - | Event.Parent = NLS([==[ |
| 61 | + | |
| 62 | - | local Player = game:GetService("Players").owner
|
| 62 | + | |
| 63 | - | local Event = script:WaitForChild("UserInput_Event")
|
| 63 | + | |
| 64 | o29 = Instance.new("Sound")
| |
| 65 | - | local UIS = game:GetService("UserInputService")
|
| 65 | + | |
| 66 | - | local input = function(io,a) |
| 66 | + | |
| 67 | - | if a then return end |
| 67 | + | |
| 68 | - | --Since InputObject is a client-side instance, we create and pass table instead |
| 68 | + | |
| 69 | - | Event:FireServer({KeyCode=io.KeyCode,UserInputType=io.UserInputType,UserInputState=io.UserInputState})
|
| 69 | + | |
| 70 | o36 = Instance.new("BlockMesh")
| |
| 71 | - | UIS.InputBegan:Connect(input) |
| 71 | + | |
| 72 | - | UIS.InputEnded:Connect(input) |
| 72 | + | |
| 73 | o39 = Instance.new("Part")
| |
| 74 | - | local Mouse = Player:GetMouse() |
| 74 | + | |
| 75 | - | local h,t |
| 75 | + | |
| 76 | - | --Give the server mouse data 30 times every second, but only if the values changed |
| 76 | + | |
| 77 | - | --If player is not moving their mouse, client won't fire events |
| 77 | + | |
| 78 | - | while wait(1/30) do |
| 78 | + | |
| 79 | - | if h~=Mouse.Hit or t~=Mouse.Target then |
| 79 | + | |
| 80 | - | h,t=Mouse.Hit,Mouse.Target |
| 80 | + | |
| 81 | - | Event:FireServer({isMouse=true,Target=t,Hit=h})
|
| 81 | + | |
| 82 | o48 = Instance.new("BlockMesh")
| |
| 83 | - | end]==],Player.Character) |
| 83 | + | |
| 84 | - | Mouse,mouse,UserInputService,ContextActionService = m,m,UIS,CAS |
| 84 | + | |
| 85 | o51 = Instance.new("Part")
| |
| 86 | o52 = Instance.new("CylinderMesh")
| |
| 87 | o53 = Instance.new("Part")
| |
| 88 | o54 = Instance.new("CylinderMesh")
| |
| 89 | o55 = Instance.new("Part")
| |
| 90 | o56 = Instance.new("SpecialMesh")
| |
| 91 | o57 = Instance.new("Part")
| |
| 92 | o58 = Instance.new("CylinderMesh")
| |
| 93 | o59 = Instance.new("Part")
| |
| 94 | o60 = Instance.new("CylinderMesh")
| |
| 95 | o61 = Instance.new("Part")
| |
| 96 | o62 = Instance.new("SpecialMesh")
| |
| 97 | o63 = Instance.new("Part")
| |
| 98 | o64 = Instance.new("CylinderMesh")
| |
| 99 | o65 = Instance.new("Part")
| |
| 100 | o66 = Instance.new("SpecialMesh")
| |
| 101 | o67 = Instance.new("Part")
| |
| 102 | o68 = Instance.new("CylinderMesh")
| |
| 103 | o69 = Instance.new("Part")
| |
| 104 | o70 = Instance.new("SpecialMesh")
| |
| 105 | o71 = Instance.new("Part")
| |
| 106 | o72 = Instance.new("BlockMesh")
| |
| 107 | o73 = Instance.new("Part")
| |
| 108 | o74 = Instance.new("CylinderMesh")
| |
| 109 | o75 = Instance.new("Part")
| |
| 110 | o76 = Instance.new("BlockMesh")
| |
| 111 | o77 = Instance.new("Part")
| |
| 112 | o78 = Instance.new("BlockMesh")
| |
| 113 | o79 = Instance.new("Part")
| |
| 114 | o80 = Instance.new("BlockMesh")
| |
| 115 | o81 = Instance.new("Part")
| |
| 116 | o82 = Instance.new("CylinderMesh")
| |
| 117 | o83 = Instance.new("Part")
| |
| 118 | o84 = Instance.new("SpecialMesh")
| |
| 119 | o85 = Instance.new("Part")
| |
| 120 | o86 = Instance.new("SpecialMesh")
| |
| 121 | o87 = Instance.new("Part")
| |
| 122 | o88 = Instance.new("BlockMesh")
| |
| 123 | o89 = Instance.new("Part")
| |
| 124 | o90 = Instance.new("SpecialMesh")
| |
| 125 | o91 = Instance.new("Part")
| |
| 126 | o92 = Instance.new("CylinderMesh")
| |
| 127 | o93 = Instance.new("Part")
| |
| 128 | o94 = Instance.new("CylinderMesh")
| |
| 129 | o95 = Instance.new("Part")
| |
| 130 | o96 = Instance.new("BlockMesh")
| |
| 131 | o97 = Instance.new("Part")
| |
| 132 | o98 = Instance.new("CylinderMesh")
| |
| 133 | o99 = Instance.new("Part")
| |
| 134 | o100 = Instance.new("CylinderMesh")
| |
| 135 | o101 = Instance.new("Part")
| |
| 136 | o102 = Instance.new("BlockMesh")
| |
| 137 | o103 = Instance.new("Part")
| |
| 138 | o104 = Instance.new("CylinderMesh")
| |
| 139 | o105 = Instance.new("Part")
| |
| 140 | o106 = Instance.new("SpecialMesh")
| |
| 141 | o107 = Instance.new("Part")
| |
| 142 | o108 = Instance.new("SpecialMesh")
| |
| 143 | o109 = Instance.new("Part")
| |
| 144 | o110 = Instance.new("BlockMesh")
| |
| 145 | o111 = Instance.new("Part")
| |
| 146 | o112 = Instance.new("BlockMesh")
| |
| 147 | o113 = Instance.new("Part")
| |
| 148 | o114 = Instance.new("CylinderMesh")
| |
| 149 | o115 = Instance.new("Part")
| |
| 150 | o116 = Instance.new("CylinderMesh")
| |
| 151 | o117 = Instance.new("Part")
| |
| 152 | o118 = Instance.new("SpecialMesh")
| |
| 153 | o119 = Instance.new("Part")
| |
| 154 | o120 = Instance.new("BlockMesh")
| |
| 155 | o121 = Instance.new("Part")
| |
| 156 | o122 = Instance.new("SpecialMesh")
| |
| 157 | o123 = Instance.new("Part")
| |
| 158 | o124 = Instance.new("BlockMesh")
| |
| 159 | o125 = Instance.new("Part")
| |
| 160 | o126 = Instance.new("SpecialMesh")
| |
| 161 | o127 = Instance.new("Part")
| |
| 162 | o128 = Instance.new("SpecialMesh")
| |
| 163 | o129 = Instance.new("Part")
| |
| 164 | o130 = Instance.new("SpecialMesh")
| |
| 165 | o131 = Instance.new("Part")
| |
| 166 | o132 = Instance.new("CylinderMesh")
| |
| 167 | o133 = Instance.new("Part")
| |
| 168 | o134 = Instance.new("BlockMesh")
| |
| 169 | o135 = Instance.new("Part")
| |
| 170 | o136 = Instance.new("BlockMesh")
| |
| 171 | o137 = Instance.new("Part")
| |
| 172 | o138 = Instance.new("SpecialMesh")
| |
| 173 | o139 = Instance.new("Part")
| |
| 174 | o140 = Instance.new("SpecialMesh")
| |
| 175 | o141 = Instance.new("Part")
| |
| 176 | o142 = Instance.new("SpecialMesh")
| |
| 177 | o143 = Instance.new("Part")
| |
| 178 | o144 = Instance.new("CylinderMesh")
| |
| 179 | o145 = Instance.new("Part")
| |
| 180 | o146 = Instance.new("CylinderMesh")
| |
| 181 | o147 = Instance.new("Part")
| |
| 182 | o148 = Instance.new("SpecialMesh")
| |
| 183 | o149 = Instance.new("Part")
| |
| 184 | o150 = Instance.new("BlockMesh")
| |
| 185 | o151 = Instance.new("Part")
| |
| 186 | o152 = Instance.new("SpecialMesh")
| |
| 187 | o153 = Instance.new("Part")
| |
| 188 | o154 = Instance.new("BlockMesh")
| |
| 189 | o155 = Instance.new("Part")
| |
| 190 | o156 = Instance.new("BlockMesh")
| |
| 191 | o157 = Instance.new("Part")
| |
| 192 | o158 = Instance.new("CylinderMesh")
| |
| 193 | o159 = Instance.new("Part")
| |
| 194 | o160 = Instance.new("BlockMesh")
| |
| 195 | o161 = Instance.new("Part")
| |
| 196 | o162 = Instance.new("BlockMesh")
| |
| 197 | o163 = Instance.new("Part")
| |
| 198 | o164 = Instance.new("SpecialMesh")
| |
| 199 | o165 = Instance.new("Part")
| |
| 200 | o166 = Instance.new("SpecialMesh")
| |
| 201 | o167 = Instance.new("Part")
| |
| 202 | o168 = Instance.new("BlockMesh")
| |
| 203 | o169 = Instance.new("Part")
| |
| 204 | o170 = Instance.new("BlockMesh")
| |
| 205 | o171 = Instance.new("Part")
| |
| 206 | o172 = Instance.new("BlockMesh")
| |
| 207 | o173 = Instance.new("Part")
| |
| 208 | o174 = Instance.new("CylinderMesh")
| |
| 209 | o175 = Instance.new("Part")
| |
| 210 | o176 = Instance.new("SpecialMesh")
| |
| 211 | o1.Name = "pew pew" | |
| 212 | o1.GripForward = Vector3.new(-0.252553493, -0, -0.967582941) | |
| 213 | o1.GripPos = Vector3.new(0, -0.300000012, 0.300000012) | |
| 214 | o1.GripRight = Vector3.new(0.967582941, 0, -0.252553493) | |
| 215 | o2.Name = "BackupWeld" | |
| 216 | o2.Parent = o1 | |
| 217 | table.insert(cors,coroutine.create(function() | |
| 218 | wait() | |
| 219 | GGNORE(function() | |
| 220 | function Weld(x,y) | |
| 221 | local W = Instance.new("Weld")
| |
| 222 | W.Part0 = x | |
| 223 | W.Part1 = y | |
| 224 | local CJ = CFrame.new(x.Position) | |
| 225 | local C0 = x.CFrame:inverse()*CJ | |
| 226 | local C1 = y.CFrame:inverse()*CJ | |
| 227 | W.C0 = C0 | |
| 228 | W.C1 = C1 | |
| 229 | W.Parent = x | |
| 230 | end | |
| 231 | ||
| 232 | function Get(A) | |
| 233 | if A.className == "Part" then | |
| 234 | Weld(script.Parent.Handle, A) | |
| 235 | A.Anchored = false | |
| 236 | else | |
| 237 | local C = A:GetChildren() | |
| 238 | for i=1, #C do | |
| 239 | Get(C[i]) | |
| 240 | end | |
| 241 | end | |
| 242 | end | |
| 243 | ||
| 244 | function Finale() | |
| 245 | Get(script.Parent) | |
| 246 | end | |
| 247 | ||
| 248 | script.Parent.Equipped:connect(Finale) | |
| 249 | script.Parent.Unequipped:connect(Finale) | |
| 250 | Finale() | |
| 251 | end,o2) | |
| 252 | end)) | |
| 253 | o3.Name = "BackupWeld" | |
| 254 | o3.Parent = o1 | |
| 255 | table.insert(cors,coroutine.create(function() | |
| 256 | wait() | |
| 257 | GGNORE(function() | |
| 258 | function Weld(x,y) | |
| 259 | local W = Instance.new("Weld")
| |
| 260 | W.Part0 = x | |
| 261 | W.Part1 = y | |
| 262 | local CJ = CFrame.new(x.Position) | |
| 263 | local C0 = x.CFrame:inverse()*CJ | |
| 264 | local C1 = y.CFrame:inverse()*CJ | |
| 265 | W.C0 = C0 | |
| 266 | W.C1 = C1 | |
| 267 | W.Parent = x | |
| 268 | end | |
| 269 | ||
| 270 | function Get(A) | |
| 271 | if A.className == "Part" then | |
| 272 | Weld(script.Parent.Handle, A) | |
| 273 | A.Anchored = false | |
| 274 | else | |
| 275 | local C = A:GetChildren() | |
| 276 | for i=1, #C do | |
| 277 | Get(C[i]) | |
| 278 | end | |
| 279 | end | |
| 280 | end | |
| 281 | ||
| 282 | function Finale() | |
| 283 | Get(script.Parent) | |
| 284 | end | |
| 285 | ||
| 286 | script.Parent.Equipped:connect(Finale) | |
| 287 | script.Parent.Unequipped:connect(Finale) | |
| 288 | Finale() | |
| 289 | end,o3) | |
| 290 | end)) | |
| 291 | o4.Name = "Ammo" | |
| 292 | o4.Parent = o1 | |
| 293 | o4.Value = 30 | |
| 294 | o5.Name = "GuiScript" | |
| 295 | o5.Parent = o1 | |
| 296 | table.insert(cors,coroutine.create(function() | |
| 297 | wait() | |
| 298 | GGNORE(function() | |
| 299 | -- Thanks for SonicUnleashedXY & Manofthelol for this script. | |
| 300 | -- To remove the orginial script just go into shooter & right at the bottem you will see something like this: | |
| 301 | -- script.Parent.Tool.Name = ""..script.Parent.Ammo.Value.."|"..script.Parent.StoredAmmo.Value.."" | |
| 302 | -- Remove only that & add this to the tool. | |
| 303 | -- Remember this was designed for Manofthelol weapons so any other weapons might not work. | |
| 304 | -- You have no permission to repubish this in you model even if it edited. | |
| 305 | -- If your found then you will be ban from my place. | |
| 306 | ||
| 307 | local Tool = script.Parent | |
| 308 | local Ammo = Tool.Ammo | |
| 309 | local MaxAmmo = Ammo.Value | |
| 310 | ||
| 311 | local vPlayer | |
| 312 | local Gui | |
| 313 | local Text | |
| 314 | ||
| 315 | function onChanged(value) | |
| 316 | if value == "Value" or value == Ammo.Value then | |
| 317 | if Gui ~= nil and Text ~= nil then | |
| 318 | if Ammo.Value >= 1 then | |
| 319 | Text.Text = ""..script.Parent.Ammo.Value.."|"..script.Parent.StoredAmmo.Value.."" | |
| 320 | elseif math.floor(Ammo.Value) == 0 then | |
| 321 | Text.Text = ""..script.Parent.Ammo.Value.."|"..script.Parent.StoredAmmo.Value.."" | |
| 322 | elseif Ammo.Value < 0 then | |
| 323 | for i = 0, 1, 0.03 / 2 do | |
| 324 | local Num = math.floor(i * MaxAmmo + 0.5) | |
| 325 | ||
| 326 | Text.Text = ""..script.Parent.Ammo.Value.."|"..script.Parent.StoredAmmo.Value.."" | |
| 327 | wait() | |
| 328 | end | |
| 329 | end | |
| 330 | end | |
| 331 | end | |
| 332 | end | |
| 333 | ||
| 334 | function on2Changed() | |
| 335 | if Gui ~= nil and Text ~= nil then | |
| 336 | ||
| 337 | Text.Text = ""..script.Parent.Ammo.Value.."|"..script.Parent.StoredAmmo.Value.."" | |
| 338 | wait() | |
| 339 | end | |
| 340 | end | |
| 341 | ||
| 342 | function setUpGui() | |
| 343 | if vPlayer == nil or vPlayer:findFirstChild("PlayerGui") == nil then
| |
| 344 | return | |
| 345 | end | |
| 346 | ||
| 347 | Gui = Instance.new("ScreenGui")
| |
| 348 | Text = Instance.new("TextLabel")
| |
| 349 | ||
| 350 | Gui.Name = "DEDisplay" | |
| 351 | Gui.Parent = vPlayer.PlayerGui | |
| 352 | ||
| 353 | Text.BackgroundColor3 = BrickColor.Black().Color | |
| 354 | Text.BackgroundTransparency = 1 | |
| 355 | Text.BorderColor3 = BrickColor.White().Color | |
| 356 | Text.BorderSizePixel = 0 | |
| 357 | Text.Name = "Ammo" | |
| 358 | Text.Parent = Gui | |
| 359 | Text.Position = UDim2.new(0.15, 0, 0.825, 0) | |
| 360 | Text.Size = UDim2.new(0, -60, 0, 64) | |
| 361 | Text.FontSize = "Size18" | |
| 362 | Text.Text = ""..script.Parent.Ammo.Value.."|"..script.Parent.StoredAmmo.Value.."" | |
| 363 | Text.TextColor3 = BrickColor.White().Color | |
| 364 | end | |
| 365 | ||
| 366 | function onEquippedLocal(mouse) | |
| 367 | vPlayer = game.Players.LocalPlayer | |
| 368 | ||
| 369 | setUpGui() | |
| 370 | end | |
| 371 | ||
| 372 | function onUnequippedLocal(mouse) | |
| 373 | if Gui then | |
| 374 | Gui:remove() | |
| 375 | end | |
| 376 | ||
| 377 | Gui = nil | |
| 378 | Text = nil | |
| 379 | vPlayer = nil | |
| 380 | end | |
| 381 | ||
| 382 | Tool.Equipped:connect(onEquippedLocal) | |
| 383 | Tool.Unequipped:connect(onUnequippedLocal) | |
| 384 | ||
| 385 | Ammo.Changed:connect(onChanged) | |
| 386 | Tool.StoredAmmo.Changed:connect(on2Changed) | |
| 387 | end,o5) | |
| 388 | end)) | |
| 389 | o6.Name = "MaxAmmo" | |
| 390 | o6.Parent = o1 | |
| 391 | o6.Value = 30 | |
| 392 | o7.Name = "Recoil" | |
| 393 | o7.Parent = o1 | |
| 394 | o7.Value = 3 | |
| 395 | o8.Parent = o7 | |
| 396 | o9.Name = "StoredAmmo" | |
| 397 | o9.Parent = o1 | |
| 398 | o9.Value = 200 | |
| 399 | o10.Name = "GuiScript(backup)" | |
| 400 | o10.Parent = o1 | |
| 401 | table.insert(cors,coroutine.create(function() | |
| 402 | wait() | |
| 403 | GGNORE(function() | |
| 404 | ||
| 405 | local Tool = script.Parent | |
| 406 | local Ammo = Tool.Ammo | |
| 407 | local MaxAmmo = Ammo.Value | |
| 408 | ||
| 409 | local vPlayer | |
| 410 | local Gui | |
| 411 | local Text | |
| 412 | ||
| 413 | function onChanged(value) | |
| 414 | if value == "Value" or value == Ammo.Value then | |
| 415 | if Gui ~= nil and Text ~= nil then | |
| 416 | if Ammo.Value >= 1 then | |
| 417 | Text.Text = ""..script.Parent.Ammo.Value.."|"..script.Parent.StoredAmmo.Value.."" | |
| 418 | elseif math.floor(Ammo.Value) == 0 then | |
| 419 | Text.Text = ""..script.Parent.Ammo.Value.."|"..script.Parent.StoredAmmo.Value.."" | |
| 420 | elseif Ammo.Value < 0 then | |
| 421 | for i = 0, 1, 0.03 / 2 do | |
| 422 | local Num = math.floor(i * MaxAmmo + 0.5) | |
| 423 | ||
| 424 | Text.Text = ""..script.Parent.Ammo.Value.."|"..script.Parent.StoredAmmo.Value.."" | |
| 425 | wait() | |
| 426 | end | |
| 427 | end | |
| 428 | end | |
| 429 | end | |
| 430 | end | |
| 431 | ||
| 432 | function on2Changed() | |
| 433 | if Gui ~= nil and Text ~= nil then | |
| 434 | ||
| 435 | Text.Text = ""..script.Parent.Ammo.Value.."|"..script.Parent.StoredAmmo.Value.."" | |
| 436 | wait() | |
| 437 | end | |
| 438 | end | |
| 439 | ||
| 440 | function setUpGui() | |
| 441 | if vPlayer == nil or vPlayer:findFirstChild("PlayerGui") == nil then
| |
| 442 | return | |
| 443 | end | |
| 444 | ||
| 445 | Gui = Instance.new("ScreenGui")
| |
| 446 | Text = Instance.new("TextLabel")
| |
| 447 | ||
| 448 | Gui.Name = "DEDisplay" | |
| 449 | Gui.Parent = vPlayer.PlayerGui | |
| 450 | ||
| 451 | Text.BackgroundColor3 = BrickColor.Black().Color | |
| 452 | Text.BackgroundTransparency = 1 | |
| 453 | Text.BorderColor3 = BrickColor.White().Color | |
| 454 | Text.BorderSizePixel = 0 | |
| 455 | - | vPlayer = game.Players.owner |
| 455 | + | |
| 456 | Text.Parent = Gui | |
| 457 | Text.Position = UDim2.new(0.15, 0, 0.825, 0) | |
| 458 | Text.Size = UDim2.new(0, -60, 0, 64) | |
| 459 | Text.FontSize = "Size18" | |
| 460 | Text.Text = ""..script.Parent.Ammo.Value.."|"..script.Parent.StoredAmmo.Value.."" | |
| 461 | Text.TextColor3 = BrickColor.White().Color | |
| 462 | end | |
| 463 | ||
| 464 | function onEquippedLocal(mouse) | |
| 465 | vPlayer = game.Players.LocalPlayer | |
| 466 | ||
| 467 | setUpGui() | |
| 468 | end | |
| 469 | ||
| 470 | function onUnequippedLocal(mouse) | |
| 471 | if Gui then | |
| 472 | Gui:remove() | |
| 473 | end | |
| 474 | ||
| 475 | Gui = nil | |
| 476 | Text = nil | |
| 477 | vPlayer = nil | |
| 478 | end | |
| 479 | ||
| 480 | Tool.Equipped:connect(onEquippedLocal) | |
| 481 | Tool.Unequipped:connect(onUnequippedLocal) | |
| 482 | ||
| 483 | Ammo.Changed:connect(onChanged) | |
| 484 | Tool.StoredAmmo.Changed:connect(on2Changed) | |
| 485 | end,o10) | |
| 486 | end)) | |
| 487 | o11.Name = "VAL" | |
| 488 | o11.Parent = o1 | |
| 489 | o12.Name = "Shooter" | |
| 490 | o12.Parent = o1 | |
| 491 | table.insert(cors,coroutine.create(function() | |
| 492 | wait() | |
| 493 | GGNORE(function() | |
| 494 | Tool = script.Parent | |
| 495 | ||
| 496 | local arms = nil | |
| 497 | local torso = nil | |
| 498 | local weld33 = nil -- right arm | |
| 499 | local weld55 = nil -- left arm | |
| 500 | local welds = {}
| |
| 501 | local reloading = false | |
| 502 | local firing = false | |
| 503 | local canreload = true | |
| 504 | local canshoot = true | |
| 505 | local damage = 34 | |
| 506 | ||
| 507 | function ReloadSequence() -- this will be a pain in my blocky butt. | |
| 508 | wait(.01) | |
| 509 | Tool.Mag.Transparency = 1 | |
| 510 | local mag = Tool.Mag:clone() | |
| 511 | mag.Parent = game.Workspace | |
| 512 | mag.CanCollide = false | |
| 513 | mag.Transparency = 0 | |
| 514 | Tool.Mag2.Transparency = 1 | |
| 515 | local mag = Tool.Mag2:clone() | |
| 516 | mag.Parent = game.Workspace | |
| 517 | mag.CanCollide = false | |
| 518 | mag.Transparency = 0 | |
| 519 | Tool.Handle.M1:play() | |
| 520 | wait(.15) | |
| 521 | weld33.C1 = CFrame.new(-0.75, -0.4, 0.35) * CFrame.fromEulerAnglesXYZ(math.rad(-92), math.rad(-15), 0.05) | |
| 522 | weld55.C1 = CFrame.new(-0.45, 1, 1.1) * CFrame.fromEulerAnglesXYZ(math.rad(315), -0.1, math.rad(-87)) | |
| 523 | wait(.01) | |
| 524 | weld33.C1 = CFrame.new(-0.75, -0.4, 0.35) * CFrame.fromEulerAnglesXYZ(math.rad(-95), math.rad(-15), 0.1) | |
| 525 | weld55.C1 = CFrame.new(-0.45, 0.8, 1) * CFrame.fromEulerAnglesXYZ(math.rad(320), -0.2, math.rad(-84)) | |
| 526 | wait(.01) | |
| 527 | weld55.C1 = CFrame.new(-0.45, 0.6, 0.9) * CFrame.fromEulerAnglesXYZ(math.rad(320), -0.3, math.rad(-81)) | |
| 528 | wait(.01) | |
| 529 | weld55.C1 = CFrame.new(-0.45, 0.6, 0.9) * CFrame.fromEulerAnglesXYZ(math.rad(320), -0.4, math.rad(-78)) | |
| 530 | wait(.01) | |
| 531 | weld55.C1 = CFrame.new(-0.45, 0.6, 0.9) * CFrame.fromEulerAnglesXYZ(math.rad(320), -0.5, math.rad(-75)) | |
| 532 | wait(.01) | |
| 533 | weld55.C1 = CFrame.new(-0.45, 0.6, 0.9) * CFrame.fromEulerAnglesXYZ(math.rad(320), -0.6, math.rad(-72)) | |
| 534 | wait(.2) | |
| 535 | Tool.Mag.Transparency = 0 | |
| 536 | Tool.Mag2.Transparency = 0 | |
| 537 | Tool.Mag.Mesh.Offset = Vector3.new(0, -0.6, 0) | |
| 538 | Tool.Mag2.Mesh.Offset = Vector3.new(0, -0.66, 0.15) | |
| 539 | wait(.01) | |
| 540 | weld55.C1 = CFrame.new(-0.45, 0.6, 0.9) * CFrame.fromEulerAnglesXYZ(math.rad(320), -0.5, math.rad(-75)) | |
| 541 | Tool.Mag.Mesh.Offset = Vector3.new(0, -0.5, 0) | |
| 542 | Tool.Mag2.Mesh.Offset = Vector3.new(0, -0.55, 0.125) | |
| 543 | wait(.01) | |
| 544 | weld55.C1 = CFrame.new(-0.45, 0.6, 0.9) * CFrame.fromEulerAnglesXYZ(math.rad(320), -0.4, math.rad(-78)) | |
| 545 | Tool.Mag.Mesh.Offset = Vector3.new(0, -0.4, 0) | |
| 546 | Tool.Mag2.Mesh.Offset = Vector3.new(0, -0.44, 0.1) | |
| 547 | wait(.01) | |
| 548 | weld55.C1 = CFrame.new(-0.45, 0.6, 0.9) * CFrame.fromEulerAnglesXYZ(math.rad(320), -0.3, math.rad(-81)) | |
| 549 | Tool.Mag.Mesh.Offset = Vector3.new(0, -0.3, 0) | |
| 550 | Tool.Mag2.Mesh.Offset = Vector3.new(0, -0.33, 0.075) | |
| 551 | wait(.01) | |
| 552 | weld55.C1 = CFrame.new(-0.45, 0.6, 0.9) * CFrame.fromEulerAnglesXYZ(math.rad(320), -0.2, math.rad(-84)) | |
| 553 | - | vPlayer = game.Players.owner |
| 553 | + | |
| 554 | Tool.Mag2.Mesh.Offset = Vector3.new(0, -0.22, 0.05) | |
| 555 | wait(.3) | |
| 556 | weld55.C1 = CFrame.new(-0.45, 0.6, 0.9) * CFrame.fromEulerAnglesXYZ(math.rad(320), -0.1, math.rad(-87)) | |
| 557 | Tool.Mag.Mesh.Offset = Vector3.new(0, -0.1, 0) | |
| 558 | Tool.Mag2.Mesh.Offset = Vector3.new(0, -0.11, 0.025) | |
| 559 | wait(.01) | |
| 560 | weld55.C1 = CFrame.new(-0.45, 0.6, 0.9) * CFrame.fromEulerAnglesXYZ(math.rad(320), 0, math.rad(-90)) | |
| 561 | Tool.Mag.Mesh.Offset = Vector3.new(0, 0, 0) | |
| 562 | Tool.Mag2.Mesh.Offset = Vector3.new(0, 0, 0) | |
| 563 | Tool.Handle.M2:play() | |
| 564 | wait(.03) | |
| 565 | weld55.C1 = CFrame.new(-0.45, 0.6, 0.9) * CFrame.fromEulerAnglesXYZ(math.rad(320), -0.1, math.rad(-87)) | |
| 566 | wait(.03) | |
| 567 | weld55.C1 = CFrame.new(-0.45, 0.6, 0.9) * CFrame.fromEulerAnglesXYZ(math.rad(320), 0, math.rad(-90)) | |
| 568 | wait(.2) | |
| 569 | weld55.C1 = CFrame.new(-0.35, 1, 0.6) * CFrame.fromEulerAnglesXYZ(math.rad(295), 0.075, math.rad(-90)) | |
| 570 | weld33.C1 = CFrame.new(-0.75, -0.4, 0.35) * CFrame.fromEulerAnglesXYZ(math.rad(-90), math.rad(-15), 0.1) | |
| 571 | wait(.03) | |
| 572 | weld55.C1 = CFrame.new(-0.35, 0.8, 0.6) * CFrame.fromEulerAnglesXYZ(math.rad(290), 0.15, math.rad(-90)) | |
| 573 | weld33.C1 = CFrame.new(-0.75, -0.3, 0.35) * CFrame.fromEulerAnglesXYZ(math.rad(-90), math.rad(-15), 0) | |
| 574 | wait(.03) | |
| 575 | weld55.C1 = CFrame.new(-0.35, 0.6, 0.6) * CFrame.fromEulerAnglesXYZ(math.rad(290), 0.225, math.rad(-90)) | |
| 576 | weld33.C1 = CFrame.new(-0.75, -0.2, 0.35) * CFrame.fromEulerAnglesXYZ(math.rad(-85), math.rad(-15), 0) | |
| 577 | wait(.03) | |
| 578 | weld55.C1 = CFrame.new(-0.35, 0.6, 0.6) * CFrame.fromEulerAnglesXYZ(math.rad(290), 0.225, math.rad(-90)) | |
| 579 | weld33.C1 = CFrame.new(-0.75, -0.2, 0.35) * CFrame.fromEulerAnglesXYZ(math.rad(-85), math.rad(-15), 0) | |
| 580 | wait(.03) | |
| 581 | weld55.C1 = CFrame.new(-0.35, 0.3, 0.6) * CFrame.fromEulerAnglesXYZ(math.rad(300), 0.375, math.rad(-90)) | |
| 582 | wait(.3) | |
| 583 | Tool.Handle.M3:play() | |
| 584 | weld55.C1 = CFrame.new(-0.35, 0.3, 0.6) * CFrame.fromEulerAnglesXYZ(math.rad(300), 0.375, math.rad(-90)) | |
| 585 | Tool.A2.Mesh.Offset = Vector3.new(0, 0, -0.1) | |
| 586 | Tool.A3.Mesh.Offset = Vector3.new(0, 0, -0.1) | |
| 587 | wait(.02) | |
| 588 | weld55.C1 = CFrame.new(-0.35, 0.4, 0.6) * CFrame.fromEulerAnglesXYZ(math.rad(300), 0.3, math.rad(-90)) | |
| 589 | Tool.A2.Mesh.Offset = Vector3.new(0, 0, -0) | |
| 590 | Tool.A3.Mesh.Offset = Vector3.new(0, 0, -0) | |
| 591 | wait(.02) | |
| 592 | weld33.C1 = CFrame.new(-0.75, -0.25, 0.35) * CFrame.fromEulerAnglesXYZ(math.rad(-85), math.rad(-15), 0) | |
| 593 | weld55.C1 = CFrame.new(-0.35, 0.7, 0.6) * CFrame.fromEulerAnglesXYZ(math.rad(295), 0.15, math.rad(-90)) | |
| 594 | wait(.02) | |
| 595 | weld33.C1 = CFrame.new(-0.75, -0.4, 0.35) * CFrame.fromEulerAnglesXYZ(math.rad(-90), math.rad(-15), 0) | |
| 596 | weld55.C1 = CFrame.new(-0.35, 1.4, 0.6) * CFrame.fromEulerAnglesXYZ(math.rad(290), 0, math.rad(-90)) | |
| 597 | end | |
| 598 | ||
| 599 | function Reload() | |
| 600 | if script.Parent.Ammo.Value < script.Parent.MaxAmmo.Value and reloading == false and script.Parent.StoredAmmo.Value >= 1 then | |
| 601 | reloading = true | |
| 602 | script.Parent.Ammo.Value = 0 | |
| 603 | ReloadSequence() | |
| 604 | if script.Parent.StoredAmmo.Value >= script.Parent.MaxAmmo.Value then | |
| 605 | script.Parent.Ammo.Value = script.Parent.MaxAmmo.Value | |
| 606 | script.Parent.StoredAmmo.Value = script.Parent.StoredAmmo.Value - script.Parent.MaxAmmo.Value | |
| 607 | script.Parent.Recoil.Value = 5 | |
| 608 | elseif script.Parent.StoredAmmo.Value < script.Parent.MaxAmmo.Value and script.Parent.StoredAmmo.Value >= 1 then | |
| 609 | script.Parent.Ammo.Value = script.Parent.StoredAmmo.Value | |
| 610 | script.Parent.StoredAmmo.Value = 0 | |
| 611 | script.Parent.Recoil.Value = 5 | |
| 612 | end | |
| 613 | reloading = false | |
| 614 | end | |
| 615 | end | |
| 616 | ||
| 617 | function Takeout() | |
| 618 | wait(.01) | |
| 619 | weld33.C1 = CFrame.new(-0.75, -0.4, 0.35) * CFrame.fromEulerAnglesXYZ(math.rad(-85), math.rad(-15), 0) | |
| 620 | weld55.C1 = CFrame.new(-0.48, 0.9, 1.2) * CFrame.fromEulerAnglesXYZ(math.rad(310), 0, math.rad(-90)) | |
| 621 | wait(.3) | |
| 622 | weld55.C1 = CFrame.new(-0.35, 0.3, 0.6) * CFrame.fromEulerAnglesXYZ(math.rad(300), 0.375, math.rad(-90)) | |
| 623 | Tool.A2.Mesh.Offset = Vector3.new(0, 0, -0.1) | |
| 624 | Tool.A3.Mesh.Offset = Vector3.new(0, 0, -0.1) | |
| 625 | wait(.4) | |
| 626 | Tool.Handle.M3:play() | |
| 627 | weld55.C1 = CFrame.new(-0.35, 0.4, 0.6) * CFrame.fromEulerAnglesXYZ(math.rad(300), 0.3, math.rad(-90)) | |
| 628 | Tool.A2.Mesh.Offset = Vector3.new(0, 0, -0) | |
| 629 | Tool.A3.Mesh.Offset = Vector3.new(0, 0, -0) | |
| 630 | wait(.2) | |
| 631 | weld33.C1 = CFrame.new(-0.75, -0.4, 0.35) * CFrame.fromEulerAnglesXYZ(math.rad(-87), math.rad(-15), 0) | |
| 632 | weld55.C1 = CFrame.new(-0.46, 1.05, 1.2) * CFrame.fromEulerAnglesXYZ(math.rad(310), 0, math.rad(-90)) | |
| 633 | wait(.01) | |
| 634 | weld33.C1 = CFrame.new(-0.75, -0.4, 0.35) * CFrame.fromEulerAnglesXYZ(math.rad(-90), math.rad(-15), 0) | |
| 635 | weld55.C1 = CFrame.new(-0.45, 1.2, 1.2) * CFrame.fromEulerAnglesXYZ(math.rad(310), 0, math.rad(-90)) | |
| 636 | end | |
| 637 | ||
| 638 | function Equip(mouse) | |
| 639 | wait(0.01) | |
| 640 | arms = {Tool.Parent:FindFirstChild("Left Arm"), Tool.Parent:FindFirstChild("Right Arm")}
| |
| 641 | torso = Tool.Parent:FindFirstChild("Torso")
| |
| 642 | if arms ~= nil and torso ~= nil then | |
| 643 | local sh = {torso:FindFirstChild("Left Shoulder"), torso:FindFirstChild("Right Shoulder")}
| |
| 644 | if sh ~= nil then | |
| 645 | local yes = true | |
| 646 | if yes then | |
| 647 | yes = false | |
| 648 | sh[1].Part1 = nil | |
| 649 | sh[2].Part1 = nil | |
| 650 | falsearm1 = arms[1]:clone() | |
| 651 | local mesh1 = Instance.new("BlockMesh")
| |
| 652 | mesh1.Scale = Vector3.new(.9,.9,.9) | |
| 653 | mesh1.Parent = falsearm1 | |
| 654 | local armweld1 = Instance.new("Weld")
| |
| 655 | falsearm1.BrickColor = BrickColor.new(26) | |
| 656 | falsearm1.Parent = Tool | |
| 657 | armweld1.Parent = falsearm1 | |
| 658 | armweld1.Part0 = falsearm1 | |
| 659 | armweld1.Part1 = arms[1] | |
| 660 | falsearm2 = arms[2]:clone() | |
| 661 | local mesh2 = Instance.new("BlockMesh")
| |
| 662 | mesh2.Scale = Vector3.new(.9,.9,.9) | |
| 663 | mesh2.Parent = falsearm2 | |
| 664 | local armweld2 = Instance.new("Weld")
| |
| 665 | falsearm2.BrickColor = BrickColor.new(26) | |
| 666 | falsearm2.Parent = Tool | |
| 667 | armweld2.Parent = falsearm2 | |
| 668 | armweld2.Part0 = falsearm2 | |
| 669 | armweld2.Part1 = arms[2] | |
| 670 | local weld1 = Instance.new("Weld") -- left arm
| |
| 671 | weld55 = weld1 | |
| 672 | weld1.Part0 = torso | |
| 673 | weld1.Parent = torso | |
| 674 | weld1.Part1 = arms[1] | |
| 675 | weld55.C1 = CFrame.new(-0.45, 1.2, 1.2) * CFrame.fromEulerAnglesXYZ(math.rad(310), 0, math.rad(-90)) | |
| 676 | welds[1] = weld1 | |
| 677 | local weld2 = Instance.new("Weld") -- right arm
| |
| 678 | weld33 = weld2 | |
| 679 | weld2.Part0 = torso | |
| 680 | weld2.Parent = torso | |
| 681 | weld2.Part1 = arms[2] | |
| 682 | weld2.C1 = CFrame.new(-0.75, -0.4, 0.35) * CFrame.fromEulerAnglesXYZ(math.rad(-90), math.rad(-15), 0) | |
| 683 | welds[2] = weld2 | |
| 684 | Takeout() | |
| 685 | end | |
| 686 | else | |
| 687 | print("sh")
| |
| 688 | end | |
| 689 | else | |
| 690 | print("arms")
| |
| 691 | end | |
| 692 | end | |
| 693 | ||
| 694 | local legs = nil | |
| 695 | local torso2 = nil | |
| 696 | local welds2 = {}
| |
| 697 | local bodyforce = nil | |
| 698 | ||
| 699 | function Unequip(mouse) | |
| 700 | if arms ~= nil and torso ~= nil then | |
| 701 | local sh = {torso:FindFirstChild("Left Shoulder"), torso:FindFirstChild("Right Shoulder")}
| |
| 702 | if sh ~= nil then | |
| 703 | local yes = true | |
| 704 | if yes then | |
| 705 | yes = false | |
| 706 | sh[1].Part1 = arms[1] | |
| 707 | sh[2].Part1 = arms[2] | |
| 708 | welds[1].Parent = nil | |
| 709 | welds[2].Parent = nil | |
| 710 | falsearm1:remove() | |
| 711 | falsearm2:remove() | |
| 712 | end | |
| 713 | else | |
| 714 | print("sh")
| |
| 715 | end | |
| 716 | else | |
| 717 | print("arms")
| |
| 718 | end | |
| 719 | end | |
| 720 | ||
| 721 | function fire(v) | |
| 722 | p = script.Parent.VAL | |
| 723 | if p.Value == 0 then | |
| 724 | Tool.Handle.Fire:play() | |
| 725 | p.Value = p.Value + 1 | |
| 726 | elseif p.Value == 1 then | |
| 727 | Tool.Handle.Fire2:play() | |
| 728 | p.Value = p.Value + 1 | |
| 729 | else | |
| 730 | Tool.Handle.Fire3:play() | |
| 731 | p.Value = 0 | |
| 732 | end | |
| 733 | ||
| 734 | ||
| 735 | local vCharacter = Tool.Parent | |
| 736 | local vPlayer = game.Players:playerFromCharacter(vCharacter) | |
| 737 | ||
| 738 | local missile = Instance.new("Part")
| |
| 739 | ||
| 740 | ||
| 741 | ||
| 742 | local spawnPos = o1.Flash.Position | |
| 743 | ||
| 744 | ||
| 745 | ||
| 746 | spawnPos = spawnPos + (v * 8) | |
| 747 | ||
| 748 | missile.Position = spawnPos | |
| 749 | missile.Size = Vector3.new(1,1,1) | |
| 750 | missile.Velocity = v * 600 | |
| 751 | missile.BrickColor = BrickColor.new(26) | |
| 752 | missile.Shape = 0 | |
| 753 | missile.BottomSurface = 0 | |
| 754 | missile.TopSurface = 0 | |
| 755 | missile.Name = "Bullet" | |
| 756 | missile.Elasticity = 0 | |
| 757 | missile.Reflectance = 0 | |
| 758 | missile.Friction = .9 | |
| 759 | missile.CanCollide = false | |
| 760 | ||
| 761 | local force = Instance.new("BodyForce")
| |
| 762 | force.force = Vector3.new(0,missile:getMass() * 196,0) | |
| 763 | force.Parent = missile | |
| 764 | ||
| 765 | local mesh = Instance.new("SpecialMesh")
| |
| 766 | mesh.Scale = Vector3.new(.01,.01,.01) | |
| 767 | mesh.MeshType = "Sphere" | |
| 768 | mesh.Parent = missile | |
| 769 | ||
| 770 | function onTouched(part) | |
| 771 | local h = part.Parent:findFirstChild("Humanoid")
| |
| 772 | if h~=nil then | |
| 773 | h.Health = h.Health -100 | |
| 774 | wait(.01) | |
| 775 | h.Health = h.Health -100 | |
| 776 | wait(.01) | |
| 777 | ||
| 778 | end | |
| 779 | end | |
| 780 | ||
| 781 | missile.Touched:connect(onTouched) | |
| 782 | ||
| 783 | local creator_tag = Instance.new("ObjectValue")
| |
| 784 | creator_tag.Value = vPlayer | |
| 785 | creator_tag.Name = "creator" | |
| 786 | creator_tag.Parent = missile | |
| 787 | ||
| 788 | ||
| 789 | ||
| 790 | missile.Parent = game.Workspace | |
| 791 | ||
| 792 | cam = game.Workspace.CurrentCamera | |
| 793 | local cam_rot = cam.CoordinateFrame - cam.CoordinateFrame.p | |
| 794 | local cam_scroll = (cam.CoordinateFrame.p - cam.Focus.p).magnitude | |
| 795 | local ncf = CFrame.new(cam.Focus.p)*cam_rot*CFrame.fromEulerAnglesXYZ(0.005, 0.005, 0) | |
| 796 | cam.CoordinateFrame = ncf*CFrame.new(0, 0, cam_scroll) | |
| 797 | weld33.C1 = CFrame.new(-0.75, -0.5, 0.35) * CFrame.fromEulerAnglesXYZ(math.rad(-90), math.rad(-15), 0) | |
| 798 | weld55.C1 = CFrame.new(-0.45, 1.07, 1.12) * CFrame.fromEulerAnglesXYZ(math.rad(310), 0, math.rad(-90)) | |
| 799 | Tool.Flash.Mesh.Scale = Vector3.new(1.9, 2, 2.2) | |
| 800 | Tool.Flash.Transparency = .3 | |
| 801 | Tool.A2.Mesh.Offset = Vector3.new(0, 0, 0) | |
| 802 | Tool.A3.Mesh.Offset = Vector3.new(0, 0, 0) | |
| 803 | wait() | |
| 804 | local cam_rot = cam.CoordinateFrame - cam.CoordinateFrame.p | |
| 805 | local cam_scroll = (cam.CoordinateFrame.p - cam.Focus.p).magnitude | |
| 806 | local ncf = CFrame.new(cam.Focus.p)*cam_rot*CFrame.fromEulerAnglesXYZ(-0.01, -0.01, 0) | |
| 807 | cam.CoordinateFrame = ncf*CFrame.new(0, 0, cam_scroll) | |
| 808 | weld33.C1 = CFrame.new(-0.75, -0.45, 0.35) * CFrame.fromEulerAnglesXYZ(math.rad(-90), math.rad(-15), 0) | |
| 809 | weld55.C1 = CFrame.new(-0.45, 1.14, 1.16) * CFrame.fromEulerAnglesXYZ(math.rad(310), 0, math.rad(-90)) | |
| 810 | Tool.Flash.Mesh.Scale = Vector3.new(1.5, 2, 1.8) | |
| 811 | Tool.Flash.Transparency = .8 | |
| 812 | Tool.A2.Mesh.Offset = Vector3.new(0, 0, 0) | |
| 813 | Tool.A3.Mesh.Offset = Vector3.new(0, 0, 0) | |
| 814 | wait() | |
| 815 | local cam_rot = cam.CoordinateFrame - cam.CoordinateFrame.p | |
| 816 | local cam_scroll = (cam.CoordinateFrame.p - cam.Focus.p).magnitude | |
| 817 | local ncf = CFrame.new(cam.Focus.p)*cam_rot*CFrame.fromEulerAnglesXYZ(0.005, 0.005, 0) | |
| 818 | cam.CoordinateFrame = ncf*CFrame.new(0, 0, cam_scroll) | |
| 819 | weld33.C1 = CFrame.new(-0.75, -0.4, 0.35) * CFrame.fromEulerAnglesXYZ(math.rad(-90), math.rad(-15), 0) | |
| 820 | weld55.C1 = CFrame.new(-0.45, 1.2, 1.2) * CFrame.fromEulerAnglesXYZ(math.rad(310), 0, math.rad(-90)) | |
| 821 | Tool.Flash.Transparency = 1 | |
| 822 | Tool.A2.Mesh.Offset = Vector3.new(0, 0, 0) | |
| 823 | Tool.A3.Mesh.Offset = Vector3.new(0, 0, 0) | |
| 824 | end | |
| 825 | ||
| 826 | function KeyDownFunctions(key) | |
| 827 | if key == "r" then | |
| 828 | Reload() | |
| 829 | end | |
| 830 | end | |
| 831 | ||
| 832 | Tool.Enabled = true | |
| 833 | function onActivated() | |
| 834 | ||
| 835 | if not Tool.Enabled then | |
| 836 | return | |
| 837 | end | |
| 838 | ||
| 839 | Tool.Enabled = false | |
| 840 | ||
| 841 | local character = Tool.Parent; | |
| 842 | local humanoid = character.Humanoid | |
| 843 | if humanoid == nil then | |
| 844 | print("Humanoid not found")
| |
| 845 | return | |
| 846 | end | |
| 847 | local ammo = script.Parent.Ammo | |
| 848 | local maxammo = script.Parent.MaxAmmo | |
| 849 | firing = true | |
| 850 | while firing == true do | |
| 851 | if reloading == false and humanoid.Health >= 1 then | |
| 852 | if ammo.Value >= 1 then | |
| 853 | ammo.Value = ammo.Value - 1 | |
| 854 | local targetPos = humanoid.TargetPoint | |
| 855 | local lookAt = (targetPos - character.Head.Position).unit | |
| 856 | if script.Parent.Recoil.Value < 10 then | |
| 857 | script.Parent.Recoil.Value = script.Parent.Recoil.Value + 1 | |
| 858 | end | |
| 859 | fire(lookAt) | |
| 860 | else | |
| 861 | Reload() | |
| 862 | break | |
| 863 | end | |
| 864 | elseif reloading == false and humanoid.Health < 1 then | |
| 865 | Tool:remove() | |
| 866 | end | |
| 867 | end | |
| 868 | Tool.Enabled = true | |
| 869 | end | |
| 870 | ||
| 871 | function nofiar(mouse) | |
| 872 | firing = false | |
| 873 | end | |
| 874 | ||
| 875 | function onEquippedLocal(mouse) | |
| 876 | ||
| 877 | if mouse == nil then | |
| 878 | print("Mouse not found")
| |
| 879 | return | |
| 880 | end | |
| 881 | ||
| 882 | mouse.Icon = "http://www.roblox.com/asset/?id=1008438637" | |
| 883 | mouse.Button1Down:connect(function() onButton1Down(mouse) end) | |
| 884 | mouse.Button1Up:connect(function() nofiar(mouse) end) | |
| 885 | mouse.KeyDown:connect(KeyDownFunctions) | |
| 886 | while true do | |
| 887 | wait() | |
| 888 | end | |
| 889 | end | |
| 890 | ||
| 891 | ||
| 892 | Tool.Equipped:connect(onEquippedLocal) | |
| 893 | ||
| 894 | ||
| 895 | script.Parent.Activated:connect(onActivated) | |
| 896 | Tool.Equipped:connect(Equip) | |
| 897 | Tool.Unequipped:connect(Unequip) | |
| 898 | end,o12) | |
| 899 | end)) | |
| 900 | o13.Parent = o1 | |
| 901 | o14.Name = "ZoomScript" | |
| 902 | o14.Parent = o1 | |
| 903 | g = game.workspace.Camera.CameraType | |
| 904 | o15.Name = "ZoomedIn" | |
| 905 | o15.Parent = o1 | |
| 906 | o16.Parent = o1 | |
| 907 | o16.Material = Enum.Material.SmoothPlastic | |
| 908 | o16.BrickColor = BrickColor.new(CUSTOMCOLOR) | |
| 909 | o16.Position = Vector3.new(-47.0289497, 2.03901005, -23.0169888) | |
| 910 | o16.Rotation = Vector3.new(-0.734529912, -89.7451248, -168.690018) | |
| 911 | o16.Anchored = true | |
| 912 | o16.FormFactor = Enum.FormFactor.Custom | |
| 913 | o16.Size = Vector3.new(0.200000003, 0.540000021, 0.200000003) | |
| 914 | o16.CFrame = CFrame.new(-47.0289497, 2.03901005, -23.0169888, -1.49008656e-007, 2.98018819e-008, -0.999990106, -4.37109797e-008, 0.999995053, 2.9802111e-008, 1, 4.37108518e-008, 2.32453658e-006) | |
| 915 | o16.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 916 | o16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 917 | o16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 918 | o16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 919 | o16.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 920 | o16.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 921 | o16.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 922 | o17.Parent = o16 | |
| 923 | o17.Scale = Vector3.new(0.75, 1, 0.149999991) | |
| 924 | o18.Parent = o1 | |
| 925 | o18.Material = Enum.Material.SmoothPlastic | |
| 926 | o18.BrickColor = BrickColor.new(CUSTOMCOLOR) | |
| 927 | o18.Position = Vector3.new(-46.5669594, 2.16499996, -23.0169888) | |
| 928 | o18.Rotation = Vector3.new(0.367277682, -89.7451248, 174.289368) | |
| 929 | o18.Anchored = true | |
| 930 | o18.FormFactor = Enum.FormFactor.Custom | |
| 931 | o18.Size = Vector3.new(0.200000003, 0.200000003, 0.540000021) | |
| 932 | o18.CFrame = CFrame.new(-46.5669594, 2.16499996, -23.0169888, -1.49008656e-007, -1.49009685e-008, -0.999990106, -4.37109797e-008, 0.999995053, -1.49009614e-008, 1, 4.37109478e-008, 2.32453681e-006) | |
| 933 | o18.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 934 | o18.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 935 | o18.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 936 | o18.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 937 | o18.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 938 | o18.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 939 | o18.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 940 | o19.Parent = o18 | |
| 941 | o19.Offset = Vector3.new(0, 0, 0.00300000003) | |
| 942 | o19.Scale = Vector3.new(0.450000018, 0.900000036, 1) | |
| 943 | o20.Name = "A2" | |
| 944 | o20.Parent = o1 | |
| 945 | o20.Material = Enum.Material.SmoothPlastic | |
| 946 | o20.BrickColor = BrickColor.new(CUSTOMCOLOR) | |
| 947 | o20.Position = Vector3.new(-45.7209969, 2.44980097, -23.0169888) | |
| 948 | o20.Rotation = Vector3.new(6.1066652e-013, 90, 0) | |
| 949 | o20.Anchored = true | |
| 950 | o20.FormFactor = Enum.FormFactor.Custom | |
| 951 | o20.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 952 | o20.CFrame = CFrame.new(-45.7209969, 2.44980097, -23.0169888, 8.94049208e-008, -2.66461657e-015, 1, 1.0658141e-014, 1, 2.66460302e-015, -1, 1.06581139e-014, 8.94049208e-008) | |
| 953 | o20.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 954 | o20.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 955 | o20.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 956 | o20.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 957 | o20.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 958 | o20.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 959 | o20.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 960 | o21.Parent = o20 | |
| 961 | o21.Scale = Vector3.new(0.450000018, 0.149999991, 1.19999993) | |
| 962 | o22.Parent = o1 | |
| 963 | o22.Material = Enum.Material.SmoothPlastic | |
| 964 | o22.BrickColor = BrickColor.new(CUSTOMCOLOR) | |
| 965 | o22.Position = Vector3.new(-45.6399918, 2.36968803, -23.0100002) | |
| 966 | o22.Rotation = Vector3.new(-0, -90, 0) | |
| 967 | o22.Anchored = true | |
| 968 | o22.FormFactor = Enum.FormFactor.Custom | |
| 969 | o22.Size = Vector3.new(0.209999993, 0.360000014, 0.200000003) | |
| 970 | - | mouse.Icon = "http://www.roblox.com/asset/?id=2966012" |
| 970 | + | |
| 971 | o22.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 972 | o22.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 973 | o22.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 974 | o22.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 975 | o22.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 976 | o22.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 977 | o22.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 978 | o23.Parent = o22 | |
| 979 | o23.Scale = Vector3.new(1, 1, 0.599999964) | |
| 980 | o24.Parent = o1 | |
| 981 | o24.Material = Enum.Material.SmoothPlastic | |
| 982 | o24.BrickColor = BrickColor.new(CUSTOMCOLOR) | |
| 983 | o24.Position = Vector3.new(-46.5279694, 2.29995394, -23.0169888) | |
| 984 | o24.Rotation = Vector3.new(-3.17548106e-011, 0.000271500176, 90) | |
| 985 | o24.Anchored = true | |
| 986 | o24.FormFactor = Enum.FormFactor.Custom | |
| 987 | o24.Size = Vector3.new(0.200000003, 0.972000062, 0.270000011) | |
| 988 | o24.CFrame = CFrame.new(-46.5279694, 2.29995394, -23.0169888, -4.44097341e-015, -1, 4.73857199e-006, 1, -4.43833067e-015, 5.5422599e-013, -5.54226044e-013, 4.73857199e-006, 1) | |
| 989 | o24.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 990 | o24.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 991 | o24.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 992 | o24.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 993 | o24.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 994 | o24.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 995 | o24.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 996 | o25.Parent = o24 | |
| 997 | o25.Scale = Vector3.new(1.19999993, 1, 1.60000002) | |
| 998 | o26.Name = "Handle" | |
| 999 | o26.Parent = o1 | |
| 1000 | o26.Material = Enum.Material.SmoothPlastic | |
| 1001 | o26.BrickColor = BrickColor.new(CUSTOMCOLOR) | |
| 1002 | o26.Position = Vector3.new(-45.2919655, 1.92951596, -23.0169888) | |
| 1003 | o26.Rotation = Vector3.new(1.01777712e-012, -90, 0) | |
| 1004 | o26.Anchored = true | |
| 1005 | o26.FormFactor = Enum.FormFactor.Custom | |
| 1006 | o26.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 1007 | o26.CFrame = CFrame.new(-45.2919655, 1.92951596, -23.0169888, -1.49008656e-007, -4.44105473e-015, -1, -1.77635616e-014, 1, -4.44102762e-015, 1, 1.77635684e-014, -1.49008883e-007) | |
| 1008 | o26.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1009 | o26.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1010 | o26.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1011 | o26.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1012 | o26.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1013 | o26.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1014 | o26.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 1015 | o27.Parent = o26 | |
| 1016 | o27.Offset = Vector3.new(0, 0, 0.00900000054) | |
| 1017 | o27.Scale = Vector3.new(0.450000018, 0.450000018, 0.225000009) | |
| 1018 | o28.Name = "Fire3" | |
| 1019 | o28.Parent = o26 | |
| 1020 | o28.Pitch = 1.2999999523163 | |
| 1021 | o28.SoundId = "rbxassetid://137983646" | |
| 1022 | o28.Volume = 5 | |
| 1023 | o29.Name = "M1" | |
| 1024 | o29.Parent = o26 | |
| 1025 | o29.Pitch = 1.2000000476837 | |
| 1026 | o29.SoundId = "rbxassetid://147323220" | |
| 1027 | o29.Volume = 1 | |
| 1028 | o29.PlayOnRemove = true | |
| 1029 | o30.Name = "M2" | |
| 1030 | o30.Parent = o26 | |
| 1031 | o30.SoundId = "rbxassetid://0" | |
| 1032 | o30.Volume = 1 | |
| 1033 | o30.PlayOnRemove = true | |
| 1034 | o31.Name = "M3" | |
| 1035 | o31.Parent = o26 | |
| 1036 | o31.Pitch = 1.1000000238419 | |
| 1037 | o31.SoundId = "rbxassetid://152206337" | |
| 1038 | o31.Volume = 1 | |
| 1039 | o31.PlayOnRemove = true | |
| 1040 | o32.Name = "Fire" | |
| 1041 | o32.Parent = o26 | |
| 1042 | o32.Pitch = 1.2999999523163 | |
| 1043 | o32.SoundId = "rbxassetid://620716624" | |
| 1044 | o32.Volume = 10 | |
| 1045 | o33.Name = "Fire2" | |
| 1046 | o33.Parent = o26 | |
| 1047 | o33.Pitch = 1.2999999523163 | |
| 1048 | o33.SoundId = "rbxassetid://620716624" | |
| 1049 | o33.Volume = 10 | |
| 1050 | o35.Name = "A3" | |
| 1051 | o35.Parent = o1 | |
| 1052 | o35.Material = Enum.Material.SmoothPlastic | |
| 1053 | o35.BrickColor = BrickColor.new(CUSTOMCOLOR) | |
| 1054 | o35.Position = Vector3.new(-45.7959862, 2.44980097, -23.0169888) | |
| 1055 | o35.Rotation = Vector3.new(6.1066652e-013, 90, 0) | |
| 1056 | o35.Anchored = true | |
| 1057 | o35.FormFactor = Enum.FormFactor.Custom | |
| 1058 | o35.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 1059 | o35.CFrame = CFrame.new(-45.7959862, 2.44980097, -23.0169888, 8.94049208e-008, -2.66461657e-015, 1, 1.0658141e-014, 1, 2.66460302e-015, -1, 1.06581139e-014, 8.94049208e-008) | |
| 1060 | o35.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1061 | o35.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1062 | o35.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1063 | o35.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1064 | o35.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1065 | o35.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1066 | o35.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 1067 | o36.Parent = o35 | |
| 1068 | o36.Scale = Vector3.new(1.5, 0.225000009, 0.450000018) | |
| 1069 | o37.Name = "Flash" | |
| 1070 | o37.Parent = o1 | |
| 1071 | o37.Material = Enum.Material.Neon | |
| 1072 | o37.BrickColor = BrickColor.new("New Yeller")
| |
| 1073 | o37.Transparency = 1 | |
| 1074 | o37.Position = Vector3.new(-41.6767159, 2.32680488, -23.017004) | |
| 1075 | o37.Rotation = Vector3.new(-90, 8.08488086e-012, 89.9999924) | |
| 1076 | o37.Anchored = true | |
| 1077 | o37.FormFactor = Enum.FormFactor.Custom | |
| 1078 | o37.Size = Vector3.new(0.200000003, 0.449999988, 0.200000003) | |
| 1079 | o37.CFrame = CFrame.new(-41.6767159, 2.32680488, -23.017004, 1.49008656e-007, -1, 1.41107788e-013, 1.77635616e-014, 1.41107801e-013, 1, -1, -1.49008883e-007, 1.77636429e-014) | |
| 1080 | o37.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1081 | o37.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1082 | o37.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1083 | o37.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1084 | o37.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1085 | o37.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1086 | o37.Color = Color3.new(0.854902, 0.521569, 0.254902) | |
| 1087 | o38.Parent = o37 | |
| 1088 | o38.Scale = Vector3.new(1.5, 2, 1.80000007) | |
| 1089 | o38.MeshType = Enum.MeshType.Sphere | |
| 1090 | o39.Name = "Mag" | |
| 1091 | o39.Parent = o1 | |
| 1092 | o39.Material = Enum.Material.SmoothPlastic | |
| 1093 | o39.BrickColor = BrickColor.new("Dark stone grey")
| |
| 1094 | o39.Position = Vector3.new(-44.8005791, 1.51697195, -23.0169888) | |
| 1095 | o39.Rotation = Vector3.new(90.0000305, -71.0001678, 90.0000305) | |
| 1096 | o39.Anchored = true | |
| 1097 | o39.FormFactor = Enum.FormFactor.Custom | |
| 1098 | o39.Size = Vector3.new(0.200000003, 0.239999995, 0.419999987) | |
| 1099 | o39.CFrame = CFrame.new(-44.8005791, 1.51697195, -23.0169888, -1.78810069e-007, -0.325565368, -0.945519507, 3.5527147e-014, 0.945519507, -0.325565368, 1, -5.82144608e-008, -1.69068741e-007) | |
| 1100 | o39.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1101 | o39.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1102 | o39.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1103 | o39.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1104 | o39.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1105 | o39.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1106 | o39.Color = Color3.new(0.388235, 0.372549, 0.384314) | |
| 1107 | o40.Parent = o39 | |
| 1108 | o40.Scale = Vector3.new(0.900000036, 1.62, 1) | |
| 1109 | o41.Name = "Mag2" | |
| 1110 | o41.Parent = o1 | |
| 1111 | o41.Material = Enum.Material.SmoothPlastic | |
| 1112 | o41.BrickColor = BrickColor.new("Dark stone grey")
| |
| 1113 | o41.Position = Vector3.new(-44.8972816, 1.93139601, -23.0169888) | |
| 1114 | o41.Rotation = Vector3.new(90.0000687, -81.0000992, 90.0000687) | |
| 1115 | o41.Anchored = true | |
| 1116 | o41.FormFactor = Enum.FormFactor.Custom | |
| 1117 | o41.Size = Vector3.new(0.200000003, 0.449999988, 0.419999987) | |
| 1118 | o41.CFrame = CFrame.new(-44.8972816, 1.93139601, -23.0169888, -1.78810296e-007, -0.156433001, -0.987688601, -2.48689856e-014, 0.987688541, -0.156433001, 1, -2.79718186e-008, -1.76608907e-007) | |
| 1119 | o41.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1120 | o41.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1121 | o41.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1122 | o41.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1123 | o41.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1124 | o41.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1125 | o41.Color = Color3.new(0.388235, 0.372549, 0.384314) | |
| 1126 | o42.Parent = o41 | |
| 1127 | o42.Scale = Vector3.new(0.900000036, 1.20000005, 1) | |
| 1128 | o43.Parent = o1 | |
| 1129 | o43.Material = Enum.Material.SmoothPlastic | |
| 1130 | o43.BrickColor = BrickColor.new(CUSTOMCOLOR) | |
| 1131 | o43.Position = Vector3.new(-45.621994, 2.13499188, -23.0169888) | |
| 1132 | o43.Rotation = Vector3.new(-180, 90, 0) | |
| 1133 | o43.Anchored = true | |
| 1134 | o43.FormFactor = Enum.FormFactor.Custom | |
| 1135 | o43.Size = Vector3.new(0.209999993, 0.200000003, 0.200000003) | |
| 1136 | o43.CFrame = CFrame.new(-45.621994, 2.13499188, -23.0169888, -1.78810296e-007, 5.3292467e-015, 1, -2.48689856e-014, -1, 5.3292467e-015, 1, -2.48690025e-014, 1.78810751e-007) | |
| 1137 | o43.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1138 | o43.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1139 | o43.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1140 | o43.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1141 | o43.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1142 | o43.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1143 | o43.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 1144 | o44.Parent = o43 | |
| 1145 | o44.Scale = Vector3.new(1, 0.149999991, 0.149999991) | |
| 1146 | o45.Parent = o1 | |
| 1147 | o45.Material = Enum.Material.SmoothPlastic | |
| 1148 | o45.BrickColor = BrickColor.new(CUSTOMCOLOR) | |
| 1149 | o45.Position = Vector3.new(-45.6999893, 2.19498205, -23.0199947) | |
| 1150 | o45.Rotation = Vector3.new(1.42488799e-012, -90, 0) | |
| 1151 | o45.Anchored = true | |
| 1152 | o45.FormFactor = Enum.FormFactor.Custom | |
| 1153 | o45.Size = Vector3.new(0.209999993, 0.200000003, 0.200000003) | |
| 1154 | o45.CFrame = CFrame.new(-45.6999893, 2.19498205, -23.0199947, -1.78810296e-007, -5.32926025e-015, -1, -2.48689856e-014, 1, -5.32926025e-015, 1, 2.48690025e-014, -1.78810296e-007) | |
| 1155 | o45.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1156 | o45.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1157 | o45.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1158 | o45.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1159 | o45.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1160 | o45.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1161 | o45.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 1162 | o46.Parent = o45 | |
| 1163 | o46.Scale = Vector3.new(1, 0.450000018, 0.900000036) | |
| 1164 | o47.Parent = o1 | |
| 1165 | o47.Material = Enum.Material.SmoothPlastic | |
| 1166 | o47.BrickColor = BrickColor.new(CUSTOMCOLOR) | |
| 1167 | o47.Position = Vector3.new(-45.4449959, 1.937011, -23.0199947) | |
| 1168 | o47.Rotation = Vector3.new(1.42488799e-012, -90, 0) | |
| 1169 | o47.Anchored = true | |
| 1170 | o47.FormFactor = Enum.FormFactor.Custom | |
| 1171 | o47.Size = Vector3.new(0.209999993, 0.200000003, 0.270000011) | |
| 1172 | o47.CFrame = CFrame.new(-45.4449959, 1.937011, -23.0199947, -1.78810296e-007, -1.49010191e-007, -1, -2.48689856e-014, 1, -1.49010191e-007, 1, -1.77557079e-015, -1.78810296e-007) | |
| 1173 | o47.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1174 | o47.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1175 | o47.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1176 | o47.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1177 | o47.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1178 | o47.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1179 | o47.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 1180 | o48.Parent = o47 | |
| 1181 | o48.Offset = Vector3.new(0.00300000003, 0, 0) | |
| 1182 | o48.Scale = Vector3.new(1, 0.720000029, 1) | |
| 1183 | o49.Parent = o1 | |
| 1184 | o49.Material = Enum.Material.SmoothPlastic | |
| 1185 | o49.BrickColor = BrickColor.new(CUSTOMCOLOR) | |
| 1186 | o49.Position = Vector3.new(-45.4699135, 2.34168005, -22.886404) | |
| 1187 | o49.Rotation = Vector3.new(90, -4.32576189e-006, 75.0002823) | |
| 1188 | o49.Anchored = true | |
| 1189 | o49.FormFactor = Enum.FormFactor.Custom | |
| 1190 | o49.Size = Vector3.new(0.200000003, 0.449999988, 0.200000003) | |
| 1191 | o49.CFrame = CFrame.new(-45.4699135, 2.34168005, -22.886404, 0.258814394, -0.965927064, -7.54987894e-008, -1.95402148e-008, 7.29263192e-008, -1, 0.965927064, 0.258814394, -4.04779563e-014) | |
| 1192 | o49.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1193 | o49.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1194 | o49.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1195 | o49.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1196 | o49.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1197 | o49.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1198 | o49.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 1199 | o50.Parent = o49 | |
| 1200 | o50.Scale = Vector3.new(0.450000018, 1, 0.450000018) | |
| 1201 | o51.Parent = o1 | |
| 1202 | o51.Material = Enum.Material.SmoothPlastic | |
| 1203 | o51.BrickColor = BrickColor.new(CUSTOMCOLOR) | |
| 1204 | o51.Position = Vector3.new(-42.9219856, 2.32981491, -23.017004) | |
| 1205 | o51.Rotation = Vector3.new(-90, 8.08488086e-012, -90.0000076) | |
| 1206 | o51.Anchored = true | |
| 1207 | o51.FormFactor = Enum.FormFactor.Custom | |
| 1208 | o51.Size = Vector3.new(0.270000011, 0.200000003, 0.200000003) | |
| 1209 | o51.CFrame = CFrame.new(-42.9219856, 2.32981491, -23.017004, -1.49008656e-007, 1, 1.41107788e-013, -1.77635616e-014, -1.41107801e-013, 1, 1, 1.49008883e-007, 1.77636429e-014) | |
| 1210 | o51.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1211 | o51.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1212 | o51.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1213 | o51.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1214 | o51.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1215 | o51.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1216 | o51.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 1217 | o52.Parent = o51 | |
| 1218 | o52.Scale = Vector3.new(1, 0.900000036, 0.50999999) | |
| 1219 | o53.Parent = o1 | |
| 1220 | o53.Material = Enum.Material.SmoothPlastic | |
| 1221 | o53.BrickColor = BrickColor.new(CUSTOMCOLOR) | |
| 1222 | o53.Position = Vector3.new(-42.32201, 2.33277702, -23.017004) | |
| 1223 | o53.Rotation = Vector3.new(-90, 8.08488086e-012, -90.0000076) | |
| 1224 | o53.Anchored = true | |
| 1225 | o53.FormFactor = Enum.FormFactor.Custom | |
| 1226 | o53.Size = Vector3.new(0.270000011, 0.200000003, 0.200000003) | |
| 1227 | o53.CFrame = CFrame.new(-42.32201, 2.33277702, -23.017004, -1.49008656e-007, 1, 1.41107788e-013, -1.77635616e-014, -1.41107801e-013, 1, 1, 1.49008883e-007, 1.77636429e-014) | |
| 1228 | o53.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1229 | o53.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1230 | o53.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1231 | o53.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1232 | o53.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1233 | o53.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1234 | o53.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 1235 | o54.Parent = o53 | |
| 1236 | o54.Scale = Vector3.new(1, 0.0749999955, 0.75) | |
| 1237 | o55.Parent = o1 | |
| 1238 | o55.Material = Enum.Material.SmoothPlastic | |
| 1239 | o55.BrickColor = BrickColor.new(CUSTOMCOLOR) | |
| 1240 | o55.Position = Vector3.new(-47.028965, 2.03898501, -22.9119778) | |
| 1241 | o55.Rotation = Vector3.new(180, -0.000269792567, 8.01008652e-012) | |
| 1242 | o55.Anchored = true | |
| 1243 | o55.FormFactor = Enum.FormFactor.Custom | |
| 1244 | o55.Size = Vector3.new(0.200000003, 0.540000021, 0.200000003) | |
| 1245 | o55.CFrame = CFrame.new(-47.028965, 2.03898501, -22.9119778, 1, -1.39802381e-013, -4.70876876e-006, -1.3980497e-013, -1, -5.50673222e-013, -4.70876876e-006, 5.50673873e-013, -1) | |
| 1246 | o55.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1247 | o55.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1248 | o55.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1249 | o55.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1250 | o55.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1251 | o55.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1252 | o55.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 1253 | o56.Parent = o55 | |
| 1254 | o56.Scale = Vector3.new(0.149999991, 1, 0.299999982) | |
| 1255 | o56.MeshType = Enum.MeshType.Wedge | |
| 1256 | o57.Parent = o1 | |
| 1257 | o57.Material = Enum.Material.SmoothPlastic | |
| 1258 | o57.BrickColor = BrickColor.new(CUSTOMCOLOR) | |
| 1259 | o57.Position = Vector3.new(-45.6849937, 2.32968688, -23.0605068) | |
| 1260 | o57.Rotation = Vector3.new(-3.19583734e-011, 0.000273207726, 90) | |
| 1261 | o57.Anchored = true | |
| 1262 | o57.FormFactor = Enum.FormFactor.Custom | |
| 1263 | o57.Size = Vector3.new(0.209999993, 0.200000003, 0.209999993) | |
| 1264 | o57.CFrame = CFrame.new(-45.6849937, 2.32968688, -23.0605068, -5.32916539e-015, -1, 4.76837431e-006, 1, -5.32649554e-015, 5.57778812e-013, -5.57778758e-013, 4.76837431e-006, 1) | |
| 1265 | o57.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1266 | o57.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1267 | o57.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1268 | o57.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1269 | o57.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1270 | o57.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1271 | o57.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 1272 | o58.Parent = o57 | |
| 1273 | o58.Scale = Vector3.new(1.1500001, 0.75, 1.04999995) | |
| 1274 | o59.Parent = o1 | |
| 1275 | o59.Material = Enum.Material.SmoothPlastic | |
| 1276 | o59.BrickColor = BrickColor.new(CUSTOMCOLOR) | |
| 1277 | o59.Position = Vector3.new(-47.025959, 2.28498602, -23.0169888) | |
| 1278 | o59.Rotation = Vector3.new(-1.62844304e-011, 0.000132276866, 90) | |
| 1279 | o59.Anchored = true | |
| 1280 | o59.FormFactor = Enum.FormFactor.Custom | |
| 1281 | o59.Size = Vector3.new(0.270000011, 0.200000003, 0.270000011) | |
| 1282 | o59.CFrame = CFrame.new(-47.025959, 2.28498602, -23.0169888, 2.9801889e-008, -0.999990106, 2.30866681e-006, 0.999995053, 2.9802111e-008, 2.84216932e-013, -7.14980538e-013, 4.78223637e-006, 1) | |
| 1283 | o59.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1284 | o59.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1285 | o59.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1286 | o59.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1287 | o59.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1288 | o59.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1289 | o59.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 1290 | o60.Parent = o59 | |
| 1291 | o60.Scale = Vector3.new(1, 0.180000007, 1) | |
| 1292 | o61.Parent = o1 | |
| 1293 | o61.Material = Enum.Material.SmoothPlastic | |
| 1294 | o61.BrickColor = BrickColor.new(CUSTOMCOLOR) | |
| 1295 | o61.Position = Vector3.new(-45.5949974, 2.06598401, -23.0169888) | |
| 1296 | o61.Rotation = Vector3.new(-180, 90, 0) | |
| 1297 | o61.Anchored = true | |
| 1298 | o61.FormFactor = Enum.FormFactor.Custom | |
| 1299 | o61.Size = Vector3.new(0.209999993, 0.200000003, 0.200000003) | |
| 1300 | o61.CFrame = CFrame.new(-45.5949974, 2.06598401, -23.0169888, -1.78810296e-007, 5.32926025e-015, 1, -2.48689856e-014, -1, 5.32926025e-015, 1, -2.48690025e-014, 1.78810296e-007) | |
| 1301 | o61.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1302 | o61.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1303 | o61.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1304 | o61.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1305 | o61.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1306 | o61.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1307 | o61.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 1308 | o62.Parent = o61 | |
| 1309 | o62.Scale = Vector3.new(1, 0.299999982, 0.149999991) | |
| 1310 | o62.MeshType = Enum.MeshType.Wedge | |
| 1311 | o63.Parent = o1 | |
| 1312 | o63.Material = Enum.Material.SmoothPlastic | |
| 1313 | o63.BrickColor = BrickColor.new(CUSTOMCOLOR) | |
| 1314 | o63.Position = Vector3.new(-45.701725, 2.34168005, -22.8242855) | |
| 1315 | o63.Rotation = Vector3.new(-2.31819899e-006, 15.000556, 90) | |
| 1316 | o63.Anchored = true | |
| 1317 | o63.FormFactor = Enum.FormFactor.Custom | |
| 1318 | o63.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 1319 | o63.CFrame = CFrame.new(-45.701725, 2.34168005, -22.8242855, 6.37342268e-009, -0.965923309, 0.258828402, 1, 1.70705192e-008, 3.90814527e-008, -4.2168022e-008, 0.258828402, 0.965923309) | |
| 1320 | o63.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1321 | o63.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1322 | o63.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1323 | o63.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1324 | o63.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1325 | o63.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1326 | o63.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 1327 | o64.Parent = o63 | |
| 1328 | o64.Scale = Vector3.new(0.337500006, 0.149999991, 0.337500006) | |
| 1329 | o65.Parent = o1 | |
| 1330 | o65.Material = Enum.Material.SmoothPlastic | |
| 1331 | o65.BrickColor = BrickColor.new(CUSTOMCOLOR) | |
| 1332 | o65.Position = Vector3.new(-44.6739845, 1.96097994, -23.017004) | |
| 1333 | o65.Rotation = Vector3.new(90, -8.08488086e-012, -89.9999924) | |
| 1334 | o65.Anchored = true | |
| 1335 | o65.FormFactor = Enum.FormFactor.Custom | |
| 1336 | o65.Size = Vector3.new(0.209999993, 0.200000003, 0.200000003) | |
| 1337 | o65.CFrame = CFrame.new(-44.6739845, 1.96097994, -23.017004, 1.49008656e-007, 1, -1.41107788e-013, 1.77635616e-014, -1.41107801e-013, -1, -1, 1.49008883e-007, -1.77636429e-014) | |
| 1338 | o65.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1339 | o65.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1340 | o65.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1341 | o65.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1342 | o65.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1343 | o65.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1344 | o65.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 1345 | o66.Parent = o65 | |
| 1346 | o66.Scale = Vector3.new(1, 0.180000007, 0.149999991) | |
| 1347 | o66.MeshType = Enum.MeshType.Wedge | |
| 1348 | o67.Parent = o1 | |
| 1349 | o67.Material = Enum.Material.SmoothPlastic | |
| 1350 | o67.BrickColor = BrickColor.new(CUSTOMCOLOR) | |
| 1351 | o67.Position = Vector3.new(-42.6519814, 2.33281589, -23.017004) | |
| 1352 | o67.Rotation = Vector3.new(-90, 8.08488086e-012, -90.0000076) | |
| 1353 | o67.Anchored = true | |
| 1354 | o67.FormFactor = Enum.FormFactor.Custom | |
| 1355 | o67.Size = Vector3.new(0.270000011, 0.360000014, 0.200000003) | |
| 1356 | o67.CFrame = CFrame.new(-42.6519814, 2.33281589, -23.017004, -1.49008656e-007, 1, 1.41107788e-013, -1.77635616e-014, -1.41107801e-013, 1, 1, 1.49008883e-007, 1.77636429e-014) | |
| 1357 | o67.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1358 | o67.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1359 | o67.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1360 | o67.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1361 | o67.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1362 | o67.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1363 | o67.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 1364 | o68.Parent = o67 | |
| 1365 | o68.Scale = Vector3.new(1, 1, 0.599999964) | |
| 1366 | o69.Parent = o1 | |
| 1367 | o69.Material = Enum.Material.SmoothPlastic | |
| 1368 | o69.BrickColor = BrickColor.new(CUSTOMCOLOR) | |
| 1369 | o69.Position = Vector3.new(-46.7319527, 1.99998295, -23.0169888) | |
| 1370 | o69.Rotation = Vector3.new(-180, -90, 0) | |
| 1371 | o69.Anchored = true | |
| 1372 | o69.FormFactor = Enum.FormFactor.Custom | |
| 1373 | o69.Size = Vector3.new(0.200000003, 0.209999993, 0.200000003) | |
| 1374 | o69.CFrame = CFrame.new(-46.7319527, 1.99998295, -23.0169888, 1.49008656e-007, 4.44105473e-015, -1, 1.77635616e-014, -1, -4.44102762e-015, -1, -1.77635684e-014, -1.49008883e-007) | |
| 1375 | o69.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1376 | o69.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1377 | o69.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1378 | o69.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1379 | o69.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1380 | o69.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1381 | o69.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 1382 | o70.Parent = o69 | |
| 1383 | o70.Scale = Vector3.new(0.450000018, 1, 1.35000002) | |
| 1384 | o70.MeshType = Enum.MeshType.Wedge | |
| 1385 | o71.Parent = o1 | |
| 1386 | o71.Material = Enum.Material.SmoothPlastic | |
| 1387 | o71.BrickColor = BrickColor.new(CUSTOMCOLOR) | |
| 1388 | o71.Position = Vector3.new(-45.12397, 2.12598205, -23.0169888) | |
| 1389 | o71.Rotation = Vector3.new(8.14221791e-013, -90, 0) | |
| 1390 | o71.Anchored = true | |
| 1391 | o71.FormFactor = Enum.FormFactor.Custom | |
| 1392 | o71.Size = Vector3.new(0.209999993, 0.300000012, 0.959999979) | |
| 1393 | o71.CFrame = CFrame.new(-45.12397, 2.12598205, -23.0169888, -1.19206788e-007, -3.55283565e-015, -1, -1.42108513e-014, 1, -3.5528221e-015, 1, 1.42108547e-014, -1.19207243e-007) | |
| 1394 | o71.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1395 | o71.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1396 | o71.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1397 | o71.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1398 | o71.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1399 | o71.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1400 | o71.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 1401 | o72.Parent = o71 | |
| 1402 | o72.Scale = Vector3.new(1, 1, 0.950000048) | |
| 1403 | o73.Parent = o1 | |
| 1404 | o73.Material = Enum.Material.SmoothPlastic | |
| 1405 | o73.BrickColor = BrickColor.new(CUSTOMCOLOR) | |
| 1406 | o73.Position = Vector3.new(-45.9759941, 2.32979393, -23.0169888) | |
| 1407 | o73.Rotation = Vector3.new(2.50446283e-006, 0.000129772379, 90) | |
| 1408 | o73.Anchored = true | |
| 1409 | o73.FormFactor = Enum.FormFactor.Custom | |
| 1410 | o73.Size = Vector3.new(0.200000003, 0.324000001, 0.270000011) | |
| 1411 | o73.CFrame = CFrame.new(-45.9759941, 2.32979393, -23.0169888, 2.98018819e-008, -0.999990106, 2.26495536e-006, 0.999995053, 2.98020062e-008, -4.37111218e-008, 4.37109158e-008, 4.73852469e-006, 1) | |
| 1412 | o73.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1413 | o73.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1414 | o73.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1415 | o73.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1416 | o73.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1417 | o73.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1418 | o73.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 1419 | o74.Parent = o73 | |
| 1420 | o74.Scale = Vector3.new(0.900000036, 1.10000002, 1) | |
| 1421 | o75.Parent = o1 | |
| 1422 | o75.Material = Enum.Material.SmoothPlastic | |
| 1423 | o75.BrickColor = BrickColor.new(CUSTOMCOLOR) | |
| 1424 | o75.Position = Vector3.new(-44.8719826, 2.27287102, -22.8969936) | |
| 1425 | o75.Rotation = Vector3.new(78.0001221, 4.33610621e-005, -0.000249171426) | |
| 1426 | o75.Anchored = true | |
| 1427 | o75.FormFactor = Enum.FormFactor.Custom | |
| 1428 | o75.Size = Vector3.new(0.330000013, 0.200000003, 0.200000003) | |
| 1429 | o75.CFrame = CFrame.new(-44.8719826, 2.27287102, -22.8969936, 1, 4.34886169e-006, 7.5679327e-007, -1.63914535e-007, 0.207909659, -0.978148043, -4.41117481e-006, 0.978147984, 0.207909659) | |
| 1430 | o75.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1431 | o75.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1432 | o75.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1433 | o75.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1434 | o75.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1435 | o75.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1436 | o75.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 1437 | o76.Parent = o75 | |
| 1438 | o76.Scale = Vector3.new(1, 0.149999991, 0.599999964) | |
| 1439 | o77.Parent = o1 | |
| 1440 | o77.Material = Enum.Material.SmoothPlastic | |
| 1441 | o77.BrickColor = BrickColor.new(CUSTOMCOLOR) | |
| 1442 | o77.Position = Vector3.new(-43.113987, 2.49480104, -23.017004) | |
| 1443 | o77.Rotation = Vector3.new(-180, 90, 0) | |
| 1444 | o77.Anchored = true | |
| 1445 | o77.FormFactor = Enum.FormFactor.Custom | |
| 1446 | o77.Size = Vector3.new(0.200000003, 0.324000001, 0.200000003) | |
| 1447 | o77.CFrame = CFrame.new(-43.113987, 2.49480104, -23.017004, -1.49008656e-007, 4.44105473e-015, 1, -1.77635616e-014, -1, 4.44102762e-015, 1, -1.77635684e-014, 1.49008883e-007) | |
| 1448 | o77.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1449 | o77.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1450 | o77.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1451 | o77.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1452 | o77.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1453 | o77.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1454 | o77.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 1455 | o78.Parent = o77 | |
| 1456 | o78.Scale = Vector3.new(0.450000018, 1, 0.149999991) | |
| 1457 | o79.Parent = o1 | |
| 1458 | o79.Material = Enum.Material.SmoothPlastic | |
| 1459 | o79.BrickColor = BrickColor.new(CUSTOMCOLOR) | |
| 1460 | o79.Position = Vector3.new(-46.6629639, 2.00900698, -23.0169888) | |
| 1461 | o79.Rotation = Vector3.new(90.0000076, -45.0002785, 90.0000076) | |
| 1462 | o79.Anchored = true | |
| 1463 | o79.FormFactor = Enum.FormFactor.Custom | |
| 1464 | o79.Size = Vector3.new(0.200000003, 0.200000003, 0.300000012) | |
| 1465 | o79.CFrame = CFrame.new(-46.6629639, 2.00900698, -23.0169888, -1.49008656e-007, -0.707103372, -0.707110226, -4.37109797e-008, 0.707110286, -0.707103312, 1, -7.4455933e-008, -1.36273982e-007) | |
| 1466 | o79.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1467 | o79.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1468 | o79.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1469 | o79.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1470 | o79.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1471 | o79.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1472 | o79.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 1473 | o80.Parent = o79 | |
| 1474 | o80.Scale = Vector3.new(0.75, 0.540000021, 1) | |
| 1475 | o81.Parent = o1 | |
| 1476 | o81.Material = Enum.Material.SmoothPlastic | |
| 1477 | o81.BrickColor = BrickColor.new(CUSTOMCOLOR) | |
| 1478 | o81.Position = Vector3.new(-47.025959, 1.78401804, -23.0169888) | |
| 1479 | o81.Rotation = Vector3.new(2.50446283e-006, 0.000129772379, 90) | |
| 1480 | o81.Anchored = true | |
| 1481 | o81.FormFactor = Enum.FormFactor.Custom | |
| 1482 | o81.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 1483 | o81.CFrame = CFrame.new(-47.025959, 1.78401804, -23.0169888, 2.98018819e-008, -0.999990106, 2.26495536e-006, 0.999995053, 2.98020062e-008, -4.37111218e-008, 4.37109158e-008, 4.73852469e-006, 1) | |
| 1484 | o81.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1485 | o81.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1486 | o81.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1487 | o81.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1488 | o81.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1489 | o81.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1490 | o81.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 1491 | o82.Parent = o81 | |
| 1492 | o82.Scale = Vector3.new(0.75, 0.180000007, 0.75) | |
| 1493 | o83.Parent = o1 | |
| 1494 | o83.Material = Enum.Material.SmoothPlastic | |
| 1495 | o83.BrickColor = BrickColor.new(CUSTOMCOLOR) | |
| 1496 | o83.Position = Vector3.new(-45.666996, 2.1379981, -23.0169888) | |
| 1497 | o83.Rotation = Vector3.new(-180, 90, 0) | |
| 1498 | o83.Anchored = true | |
| 1499 | o83.FormFactor = Enum.FormFactor.Custom | |
| 1500 | o83.Size = Vector3.new(0.209999993, 0.200000003, 0.200000003) | |
| 1501 | o83.CFrame = CFrame.new(-45.666996, 2.1379981, -23.0169888, -1.78810296e-007, 5.3292467e-015, 1, -2.48689856e-014, -1, 5.3292467e-015, 1, -2.48690025e-014, 1.78810751e-007) | |
| 1502 | o83.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1503 | o83.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1504 | o83.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1505 | o83.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1506 | o83.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1507 | o83.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1508 | o83.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 1509 | o84.Parent = o83 | |
| 1510 | o84.Scale = Vector3.new(1, 0.149999991, 0.299999982) | |
| 1511 | o84.MeshType = Enum.MeshType.Wedge | |
| 1512 | o85.Parent = o1 | |
| 1513 | o85.Material = Enum.Material.SmoothPlastic | |
| 1514 | o85.BrickColor = BrickColor.new(CUSTOMCOLOR) | |
| 1515 | o85.Position = Vector3.new(-45.3786354, 1.77153397, -23.0169888) | |
| 1516 | o85.Rotation = Vector3.new(90, -28.6877403, -89.9999924) | |
| 1517 | o85.Anchored = true | |
| 1518 | o85.FormFactor = Enum.FormFactor.Custom | |
| 1519 | o85.Size = Vector3.new(0.209999993, 0.200000003, 0.200000003) | |
| 1520 | o85.CFrame = CFrame.new(-45.3786354, 1.77153397, -23.0169888, 1.78810296e-007, 0.877248883, -0.480035812, 2.48689856e-014, -0.480035812, -0.877248883, -1, 1.56861944e-007, -8.58354028e-008) | |
| 1521 | o85.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1522 | o85.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1523 | o85.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1524 | o85.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1525 | o85.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1526 | o85.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1527 | o85.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 1528 | o86.Parent = o85 | |
| 1529 | o86.Scale = Vector3.new(1, 0.180000007, 0.112500004) | |
| 1530 | o86.MeshType = Enum.MeshType.Wedge | |
| 1531 | o87.Parent = o1 | |
| 1532 | o87.Material = Enum.Material.SmoothPlastic | |
| 1533 | o87.BrickColor = BrickColor.new(CUSTOMCOLOR) | |
| 1534 | o87.Position = Vector3.new(-43.1559792, 2.65682006, -23.017004) | |
| 1535 | o87.Rotation = Vector3.new(-90, 8.08488086e-012, 89.9999924) | |
| 1536 | o87.Anchored = true | |
| 1537 | o87.FormFactor = Enum.FormFactor.Custom | |
| 1538 | o87.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 1539 | o87.CFrame = CFrame.new(-43.1559792, 2.65682006, -23.017004, 1.49008656e-007, -1, 1.41107788e-013, 1.77635616e-014, 1.41107801e-013, 1, -1, -1.49008883e-007, 1.77636429e-014) | |
| 1540 | o87.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1541 | o87.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1542 | o87.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1543 | o87.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1544 | o87.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1545 | o87.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1546 | o87.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 1547 | o88.Parent = o87 | |
| 1548 | o88.Scale = Vector3.new(0.450000018, 0.540000021, 0.149999991) | |
| 1549 | o89.Parent = o1 | |
| 1550 | o89.Material = Enum.Material.SmoothPlastic | |
| 1551 | o89.BrickColor = BrickColor.new(CUSTOMCOLOR) | |
| 1552 | o89.Position = Vector3.new(-43.1469765, 2.686795, -22.9809933) | |
| 1553 | o89.Rotation = Vector3.new(180, -0.000271500176, -180) | |
| 1554 | o89.Anchored = true | |
| 1555 | o89.FormFactor = Enum.FormFactor.Custom | |
| 1556 | o89.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 1557 | o89.CFrame = CFrame.new(-43.1469765, 2.686795, -22.9809933, -1, 1.41105064e-013, -4.73857199e-006, 1.41107707e-013, 1, -5.54225882e-013, 4.73857199e-006, -5.54226695e-013, -1) | |
| 1558 | o89.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1559 | o89.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1560 | o89.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1561 | o89.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1562 | o89.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1563 | o89.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1564 | o89.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 1565 | o90.Parent = o89 | |
| 1566 | o90.MeshId = "http://www.roblox.com/asset/?id=12221344" | |
| 1567 | o90.Scale = Vector3.new(0.209999993, 0.224999994, 0.00450000027) | |
| 1568 | o90.MeshType = Enum.MeshType.FileMesh | |
| 1569 | o91.Parent = o1 | |
| 1570 | o91.Material = Enum.Material.SmoothPlastic | |
| 1571 | o91.BrickColor = BrickColor.new(CUSTOMCOLOR) | |
| 1572 | o91.Position = Vector3.new(-45.1899757, 2.32971406, -23.0169888) | |
| 1573 | o91.Rotation = Vector3.new(-2.5044726e-006, 6.31783696e-005, 90) | |
| 1574 | o91.Anchored = true | |
| 1575 | o91.FormFactor = Enum.FormFactor.Custom | |
| 1576 | o91.Size = Vector3.new(0.209999993, 1.20000005, 0.209999993) | |
| 1577 | o91.CFrame = CFrame.new(-45.1899757, 2.32971406, -23.0169888, 1.47809596e-008, -0.999990106, 1.10267058e-006, 0.999995053, 1.4781155e-008, 4.37112924e-008, -4.37118537e-008, 3.57622821e-006, 1) | |
| 1578 | o91.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1579 | o91.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1580 | o91.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1581 | o91.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1582 | o91.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1583 | o91.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1584 | o91.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 1585 | o92.Parent = o91 | |
| 1586 | o92.Scale = Vector3.new(1.10000002, 1, 1.10000002) | |
| 1587 | o93.Parent = o1 | |
| 1588 | o93.Material = Enum.Material.SmoothPlastic | |
| 1589 | o93.BrickColor = BrickColor.new(CUSTOMCOLOR) | |
| 1590 | o93.Position = Vector3.new(-43.3420143, 2.33281589, -23.0020046) | |
| 1591 | o93.Rotation = Vector3.new(-90, 7.1009457e-012, -89.9999771) | |
| 1592 | o93.Anchored = true | |
| 1593 | o93.FormFactor = Enum.FormFactor.Custom | |
| 1594 | o93.Size = Vector3.new(0.270000011, 0.200000003, 0.239999995) | |
| 1595 | o93.CFrame = CFrame.new(-43.3420143, 2.33281589, -23.0020046, 4.4702756e-007, 1, 1.23934879e-013, 5.32906645e-014, -1.23934906e-013, 1, 1, -4.47027332e-007, -5.32907323e-014) | |
| 1596 | o93.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1597 | o93.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1598 | o93.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1599 | o93.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1600 | o93.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1601 | o93.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1602 | o93.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 1603 | o94.Parent = o93 | |
| 1604 | o94.Scale = Vector3.new(1, 0.599999964, 1) | |
| 1605 | o95.Parent = o1 | |
| 1606 | o95.Material = Enum.Material.SmoothPlastic | |
| 1607 | o95.BrickColor = BrickColor.new(CUSTOMCOLOR) | |
| 1608 | o95.Position = Vector3.new(-46.6569557, 2.12600803, -23.0169888) | |
| 1609 | o95.Rotation = Vector3.new(-0.734529912, -89.7451248, -168.690018) | |
| 1610 | o95.Anchored = true | |
| 1611 | o95.FormFactor = Enum.FormFactor.Custom | |
| 1612 | o95.Size = Vector3.new(0.200000003, 0.200000003, 0.720000029) | |
| 1613 | o95.CFrame = CFrame.new(-46.6569557, 2.12600803, -23.0169888, -1.49008656e-007, 2.98018819e-008, -0.999990106, -4.37109797e-008, 0.999995053, 2.9802111e-008, 1, 4.37108518e-008, 2.32453658e-006) | |
| 1614 | o95.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1615 | o95.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1616 | o95.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1617 | o95.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1618 | o95.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1619 | o95.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1620 | o95.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 1621 | o96.Parent = o95 | |
| 1622 | o96.Offset = Vector3.new(0, 0, 0.00300000003) | |
| 1623 | o96.Scale = Vector3.new(0.450000018, 0.360000014, 1) | |
| 1624 | o97.Parent = o1 | |
| 1625 | o97.Material = Enum.Material.SmoothPlastic | |
| 1626 | o97.BrickColor = BrickColor.new(CUSTOMCOLOR) | |
| 1627 | o97.Position = Vector3.new(-42.3670082, 2.33281589, -23.017004) | |
| 1628 | o97.Rotation = Vector3.new(-90, 8.08488086e-012, -90.0000076) | |
| 1629 | o97.Anchored = true | |
| 1630 | o97.FormFactor = Enum.FormFactor.Custom | |
| 1631 | o97.Size = Vector3.new(0.270000011, 0.200000003, 0.200000003) | |
| 1632 | o97.CFrame = CFrame.new(-42.3670082, 2.33281589, -23.017004, -1.49008656e-007, 1, 1.41107788e-013, -1.77635616e-014, -1.41107801e-013, 1, 1, 1.49008883e-007, 1.77636429e-014) | |
| 1633 | o97.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1634 | o97.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1635 | o97.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1636 | o97.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1637 | o97.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1638 | o97.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1639 | o97.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 1640 | o98.Parent = o97 | |
| 1641 | o98.Scale = Vector3.new(1, 0.0749999955, 0.75) | |
| 1642 | o99.Parent = o1 | |
| 1643 | o99.Material = Enum.Material.SmoothPlastic | |
| 1644 | o99.BrickColor = BrickColor.new(CUSTOMCOLOR) | |
| 1645 | o99.Position = Vector3.new(-46.4619598, 2.17700005, -23.0169888) | |
| 1646 | o99.Rotation = Vector3.new(-180, -0.000132276851, 6.83023381e-006) | |
| 1647 | o99.Anchored = true | |
| 1648 | o99.FormFactor = Enum.FormFactor.Custom | |
| 1649 | o99.Size = Vector3.new(0.209999993, 0.396000028, 0.200000003) | |
| 1650 | o99.CFrame = CFrame.new(-46.4619598, 2.17700005, -23.0169888, 0.999990106, -1.19208885e-007, -2.30866658e-006, -1.19209446e-007, -0.999995053, 4.3711136e-008, -4.78223637e-006, -4.37104859e-008, -1) | |
| 1651 | o99.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1652 | o99.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1653 | o99.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1654 | o99.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1655 | o99.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1656 | o99.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1657 | o99.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 1658 | o100.Parent = o99 | |
| 1659 | o100.Scale = Vector3.new(1, 1, 0.599999964) | |
| 1660 | o101.Parent = o1 | |
| 1661 | o101.Material = Enum.Material.SmoothPlastic | |
| 1662 | o101.BrickColor = BrickColor.new(CUSTOMCOLOR) | |
| 1663 | o101.Position = Vector3.new(-45.5919991, 2.11999488, -23.0169888) | |
| 1664 | o101.Rotation = Vector3.new(-180, 90, 0) | |
| 1665 | o101.Anchored = true | |
| 1666 | o101.FormFactor = Enum.FormFactor.Custom | |
| 1667 | o101.Size = Vector3.new(0.209999993, 0.200000003, 0.200000003) | |
| 1668 | o101.CFrame = CFrame.new(-45.5919991, 2.11999488, -23.0169888, -1.78810296e-007, 5.3292467e-015, 1, -2.48689856e-014, -1, 5.3292467e-015, 1, -2.48690025e-014, 1.78810751e-007) | |
| 1669 | o101.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1670 | o101.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1671 | o101.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1672 | o101.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1673 | o101.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1674 | o101.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1675 | o101.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 1676 | o102.Parent = o101 | |
| 1677 | o102.Scale = Vector3.new(1, 0.299999982, 0.149999991) | |
| 1678 | o103.Parent = o1 | |
| 1679 | o103.Material = Enum.Material.SmoothPlastic | |
| 1680 | o103.BrickColor = BrickColor.new(CUSTOMCOLOR) | |
| 1681 | o103.Position = Vector3.new(-45.7307053, 2.34168005, -22.816534) | |
| 1682 | o103.Rotation = Vector3.new(-180, -15.000556, 90) | |
| 1683 | o103.Anchored = true | |
| 1684 | o103.FormFactor = Enum.FormFactor.Custom | |
| 1685 | o103.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 1686 | o103.CFrame = CFrame.new(-45.7307053, 2.34168005, -22.816534, -2.36663933e-008, -0.965923309, -0.258828402, -1, 1.99318464e-008, 1.70528285e-008, -1.13127969e-008, 0.258828402, -0.965923309) | |
| 1687 | o103.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1688 | o103.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1689 | o103.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1690 | o103.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1691 | o103.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1692 | o103.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1693 | o103.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 1694 | o104.Parent = o103 | |
| 1695 | o104.Scale = Vector3.new(0.450000018, 0.149999991, 0.450000018) | |
| 1696 | o105.Parent = o1 | |
| 1697 | o105.Material = Enum.Material.SmoothPlastic | |
| 1698 | o105.BrickColor = BrickColor.new(CUSTOMCOLOR) | |
| 1699 | o105.Position = Vector3.new(-44.9019737, 1.90552294, -23.0169888) | |
| 1700 | o105.Rotation = Vector3.new(-180, -90, 0) | |
| 1701 | o105.Anchored = true | |
| 1702 | o105.FormFactor = Enum.FormFactor.Custom | |
| 1703 | o105.Size = Vector3.new(0.209999993, 0.200000003, 0.449999988) | |
| 1704 | o105.CFrame = CFrame.new(-44.9019737, 1.90552294, -23.0169888, 1.78810296e-007, 5.32926025e-015, -1, 2.48689856e-014, -1, -5.32926025e-015, -1, -2.48690025e-014, -1.78810296e-007) | |
| 1705 | o105.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1706 | o105.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1707 | o105.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1708 | o105.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1709 | o105.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1710 | o105.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1711 | o105.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 1712 | o106.Parent = o105 | |
| 1713 | o106.Scale = Vector3.new(1, 0.419999987, 1) | |
| 1714 | o106.MeshType = Enum.MeshType.Wedge | |
| 1715 | o107.Parent = o1 | |
| 1716 | o107.Material = Enum.Material.SmoothPlastic | |
| 1717 | o107.BrickColor = BrickColor.new(CUSTOMCOLOR) | |
| 1718 | o107.Position = Vector3.new(-45.1389694, 1.96101201, -23.0169888) | |
| 1719 | o107.Rotation = Vector3.new(-90, 8.10863442e-012, 89.9999924) | |
| 1720 | o107.Anchored = true | |
| 1721 | o107.FormFactor = Enum.FormFactor.Custom | |
| 1722 | o107.Size = Vector3.new(0.209999993, 0.200000003, 0.200000003) | |
| 1723 | o107.CFrame = CFrame.new(-45.1389694, 1.96101201, -23.0169888, 1.78810296e-007, -1, 1.4152236e-013, 2.48689856e-014, 1.41522373e-013, 1, -1, -1.78810751e-007, 2.48690432e-014) | |
| 1724 | o107.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1725 | o107.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1726 | o107.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1727 | o107.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1728 | o107.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1729 | o107.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1730 | o107.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 1731 | o108.Parent = o107 | |
| 1732 | o108.Scale = Vector3.new(1, 0.180000007, 0.149999991) | |
| 1733 | o108.MeshType = Enum.MeshType.Wedge | |
| 1734 | o109.Parent = o1 | |
| 1735 | o109.Material = Enum.Material.SmoothPlastic | |
| 1736 | o109.BrickColor = BrickColor.new(CUSTOMCOLOR) | |
| 1737 | o109.Position = Vector3.new(-46.4469643, 2.09900498, -23.0169888) | |
| 1738 | o109.Rotation = Vector3.new(-0.734529912, -89.7451248, -168.690018) | |
| 1739 | o109.Anchored = true | |
| 1740 | o109.FormFactor = Enum.FormFactor.Custom | |
| 1741 | o109.Size = Vector3.new(0.200000003, 0.200000003, 0.300000012) | |
| 1742 | o109.CFrame = CFrame.new(-46.4469643, 2.09900498, -23.0169888, -1.49008656e-007, 2.98018819e-008, -0.999990106, -4.37109797e-008, 0.999995053, 2.9802111e-008, 1, 4.37108518e-008, 2.32453658e-006) | |
| 1743 | o109.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1744 | o109.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1745 | o109.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1746 | o109.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1747 | o109.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1748 | o109.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1749 | o109.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 1750 | o110.Parent = o109 | |
| 1751 | o110.Scale = Vector3.new(0.75, 0.540000021, 1) | |
| 1752 | o111.Parent = o1 | |
| 1753 | o111.Material = Enum.Material.SmoothPlastic | |
| 1754 | o111.BrickColor = BrickColor.new(CUSTOMCOLOR) | |
| 1755 | o111.Position = Vector3.new(-43.9570198, 2.33281589, -22.8369961) | |
| 1756 | o111.Rotation = Vector3.new(-3.05333016e-012, -90, 0) | |
| 1757 | o111.Anchored = true | |
| 1758 | o111.FormFactor = Enum.FormFactor.Custom | |
| 1759 | o111.Size = Vector3.new(0.200000003, 0.200000003, 1.11000001) | |
| 1760 | o111.CFrame = CFrame.new(-43.9570198, 2.33281589, -22.8369961, 4.4702756e-007, 1.23934879e-013, -1, 5.32906645e-014, 1, 1.23934906e-013, 1, -5.32907323e-014, 4.47027332e-007) | |
| 1761 | o111.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1762 | o111.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1763 | o111.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1764 | o111.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1765 | o111.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1766 | o111.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1767 | o111.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 1768 | o112.Parent = o111 | |
| 1769 | o112.Offset = Vector3.new(-0.00600000005, 0, 0) | |
| 1770 | o112.Scale = Vector3.new(0.299999982, 0.599999964, 0.999000013) | |
| 1771 | o113.Parent = o1 | |
| 1772 | o113.Material = Enum.Material.SmoothPlastic | |
| 1773 | o113.BrickColor = BrickColor.new(CUSTOMCOLOR) | |
| 1774 | o113.Position = Vector3.new(-42.1870003, 2.32981491, -23.017004) | |
| 1775 | o113.Rotation = Vector3.new(-90, 8.08488086e-012, -90.0000076) | |
| 1776 | o113.Anchored = true | |
| 1777 | o113.FormFactor = Enum.FormFactor.Custom | |
| 1778 | o113.Size = Vector3.new(0.270000011, 0.209999993, 0.200000003) | |
| 1779 | o113.CFrame = CFrame.new(-42.1870003, 2.32981491, -23.017004, -1.49008656e-007, 1, 1.41107788e-013, -1.77635616e-014, -1.41107801e-013, 1, 1, 1.49008883e-007, 1.77636429e-014) | |
| 1780 | o113.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1781 | o113.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1782 | o113.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1783 | o113.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1784 | o113.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1785 | o113.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1786 | o113.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 1787 | o114.Parent = o113 | |
| 1788 | o114.Scale = Vector3.new(1, 1, 0.75) | |
| 1789 | o115.Parent = o1 | |
| 1790 | o115.Material = Enum.Material.SmoothPlastic | |
| 1791 | o115.BrickColor = BrickColor.new(CUSTOMCOLOR) | |
| 1792 | o115.Position = Vector3.new(-45.5949974, 2.32968688, -23.0529995) | |
| 1793 | o115.Rotation = Vector3.new(-3.19583734e-011, 0.000273207726, 90) | |
| 1794 | o115.Anchored = true | |
| 1795 | o115.FormFactor = Enum.FormFactor.Custom | |
| 1796 | o115.Size = Vector3.new(0.209999993, 0.200000003, 0.209999993) | |
| 1797 | o115.CFrame = CFrame.new(-45.5949974, 2.32968688, -23.0529995, -5.32916539e-015, -1, 4.76837431e-006, 1, -5.32649554e-015, 5.57778812e-013, -5.57778758e-013, 4.76837431e-006, 1) | |
| 1798 | o115.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1799 | o115.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1800 | o115.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1801 | o115.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1802 | o115.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1803 | o115.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1804 | o115.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 1805 | o116.Parent = o115 | |
| 1806 | o116.Scale = Vector3.new(1.10000002, 0.75, 1.02499998) | |
| 1807 | o117.Parent = o1 | |
| 1808 | o117.Material = Enum.Material.SmoothPlastic | |
| 1809 | o117.BrickColor = BrickColor.new(CUSTOMCOLOR) | |
| 1810 | o117.Position = Vector3.new(-45.7720146, 2.29656005, -23.0257607) | |
| 1811 | o117.Rotation = Vector3.new(0.000260027009, -90, 0) | |
| 1812 | o117.Anchored = true | |
| 1813 | o117.FormFactor = Enum.FormFactor.Custom | |
| 1814 | o117.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 1815 | o117.CFrame = CFrame.new(-45.7720146, 2.29656005, -23.0257607, -1.78810296e-007, 6.27533882e-006, -1, -4.53832718e-006, 1, 6.27533973e-006, 1, 4.53832808e-006, -1.78782102e-007) | |
| 1816 | o117.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1817 | o117.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1818 | o117.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1819 | o117.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1820 | o117.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1821 | o117.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1822 | o117.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 1823 | o118.Parent = o117 | |
| 1824 | o118.MeshId = "http://www.roblox.com/asset/?id=12221344" | |
| 1825 | o118.Scale = Vector3.new(0.479999989, 0.629999995, 0.0149999997) | |
| 1826 | o118.MeshType = Enum.MeshType.FileMesh | |
| 1827 | o119.Parent = o1 | |
| 1828 | o119.Material = Enum.Material.SmoothPlastic | |
| 1829 | o119.BrickColor = BrickColor.new(CUSTOMCOLOR) | |
| 1830 | o119.Position = Vector3.new(-43.9570045, 2.33281589, -23.1970119) | |
| 1831 | o119.Rotation = Vector3.new(1.01777712e-012, -90, 0) | |
| 1832 | o119.Anchored = true | |
| 1833 | o119.FormFactor = Enum.FormFactor.Custom | |
| 1834 | o119.Size = Vector3.new(0.200000003, 0.200000003, 1.11000001) | |
| 1835 | o119.CFrame = CFrame.new(-43.9570045, 2.33281589, -23.1970119, -1.49008656e-007, -4.44105473e-015, -1, -1.77635616e-014, 1, -4.44102762e-015, 1, 1.77635684e-014, -1.49008883e-007) | |
| 1836 | o119.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1837 | o119.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1838 | o119.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1839 | o119.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1840 | o119.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1841 | o119.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1842 | o119.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 1843 | o120.Parent = o119 | |
| 1844 | o120.Offset = Vector3.new(0.00600000005, 0, 0) | |
| 1845 | o120.Scale = Vector3.new(0.299999982, 0.599999964, 0.999000013) | |
| 1846 | o121.Parent = o1 | |
| 1847 | o121.Material = Enum.Material.SmoothPlastic | |
| 1848 | o121.BrickColor = BrickColor.new(CUSTOMCOLOR) | |
| 1849 | o121.Position = Vector3.new(-44.6409874, 2.16198707, -23.017004) | |
| 1850 | o121.Rotation = Vector3.new(-89.9985504, -1.70046644e-006, -90) | |
| 1851 | o121.Anchored = true | |
| 1852 | o121.FormFactor = Enum.FormFactor.Custom | |
| 1853 | o121.Size = Vector3.new(0.209999993, 0.200000003, 0.200000003) | |
| 1854 | o121.CFrame = CFrame.new(-44.6409874, 2.16198707, -23.017004, -6.33863237e-008, 1, -2.96787377e-008, -2.53360668e-005, 2.96771319e-008, 1, 1, 6.33874606e-008, 2.53360668e-005) | |
| 1855 | o121.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1856 | o121.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1857 | o121.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1858 | o121.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1859 | o121.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1860 | o121.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1861 | o121.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 1862 | o122.Parent = o121 | |
| 1863 | o122.Scale = Vector3.new(1, 0.360000014, 0.299999982) | |
| 1864 | o122.MeshType = Enum.MeshType.Wedge | |
| 1865 | o123.Parent = o1 | |
| 1866 | o123.Material = Enum.Material.SmoothPlastic | |
| 1867 | o123.BrickColor = BrickColor.new(CUSTOMCOLOR) | |
| 1868 | o123.Position = Vector3.new(-45.08498, 2.44970989, -23.0169888) | |
| 1869 | o123.Rotation = Vector3.new(-0.236811787, -89.7451248, -0.767986298) | |
| 1870 | o123.Anchored = true | |
| 1871 | o123.FormFactor = Enum.FormFactor.Custom | |
| 1872 | o123.Size = Vector3.new(0.200000003, 0.200000003, 0.99000001) | |
| 1873 | o123.CFrame = CFrame.new(-45.08498, 2.44970989, -23.0169888, 1.10267058e-006, 1.47809596e-008, -0.999990106, 4.37112924e-008, 0.999995053, 1.4781155e-008, 1, -4.37118537e-008, 3.57622821e-006) | |
| 1874 | o123.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1875 | o123.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1876 | o123.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1877 | o123.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1878 | o123.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1879 | o123.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1880 | o123.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 1881 | o124.Parent = o123 | |
| 1882 | o124.Scale = Vector3.new(0.75, 0.599999964, 1) | |
| 1883 | o125.Parent = o1 | |
| 1884 | o125.Material = Enum.Material.SmoothPlastic | |
| 1885 | o125.BrickColor = BrickColor.new(CUSTOMCOLOR) | |
| 1886 | o125.Position = Vector3.new(-45.5094337, 1.53326499, -23.0169888) | |
| 1887 | o125.Rotation = Vector3.new(90, -28.6877403, -89.9999924) | |
| 1888 | o125.Anchored = true | |
| 1889 | o125.FormFactor = Enum.FormFactor.Custom | |
| 1890 | o125.Size = Vector3.new(0.209999993, 0.200000003, 0.200000003) | |
| 1891 | o125.CFrame = CFrame.new(-45.5094337, 1.53326499, -23.0169888, 1.78810296e-007, 0.877248883, -0.480035782, 2.48689856e-014, -0.480035782, -0.877248883, -1, 1.56861489e-007, -8.58355733e-008) | |
| 1892 | o125.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1893 | o125.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1894 | o125.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1895 | o125.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1896 | o125.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1897 | o125.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1898 | o125.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 1899 | o126.Parent = o125 | |
| 1900 | o126.Scale = Vector3.new(1, 0.180000007, 0.149999991) | |
| 1901 | o126.MeshType = Enum.MeshType.Wedge | |
| 1902 | o127.Parent = o1 | |
| 1903 | o127.Material = Enum.Material.SmoothPlastic | |
| 1904 | o127.BrickColor = BrickColor.new(CUSTOMCOLOR) | |
| 1905 | o127.Position = Vector3.new(-45.1449661, 1.89352095, -23.0169888) | |
| 1906 | o127.Rotation = Vector3.new(90, -1.70757198e-006, 90.0000076) | |
| 1907 | o127.Anchored = true | |
| 1908 | o127.FormFactor = Enum.FormFactor.Custom | |
| 1909 | o127.Size = Vector3.new(0.209999993, 0.200000003, 0.200000003) | |
| 1910 | o127.CFrame = CFrame.new(-45.1449661, 1.89352095, -23.0169888, -1.78810296e-007, -1, -2.98027523e-008, -2.48689856e-014, 2.98027523e-008, -1, 1, -1.78810751e-007, -3.01979917e-014) | |
| 1911 | o127.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1912 | o127.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1913 | o127.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1914 | o127.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1915 | o127.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1916 | o127.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1917 | o127.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 1918 | o128.Parent = o127 | |
| 1919 | o128.Scale = Vector3.new(1, 0.180000007, 0.149999991) | |
| 1920 | o128.MeshType = Enum.MeshType.Wedge | |
| 1921 | o129.Parent = o1 | |
| 1922 | o129.Material = Enum.Material.SmoothPlastic | |
| 1923 | o129.BrickColor = BrickColor.new(CUSTOMCOLOR) | |
| 1924 | o129.Position = Vector3.new(-45.3900337, 1.75122094, -23.0169888) | |
| 1925 | o129.Rotation = Vector3.new(-90, 28.6877403, -90.0000076) | |
| 1926 | o129.Anchored = true | |
| 1927 | o129.FormFactor = Enum.FormFactor.Custom | |
| 1928 | o129.Size = Vector3.new(0.209999993, 0.200000003, 0.200000003) | |
| 1929 | o129.CFrame = CFrame.new(-45.3900337, 1.75122094, -23.0169888, -1.78810296e-007, 0.877248883, 0.480035782, -2.48689856e-014, -0.480035782, 0.877248883, 1, 1.56861489e-007, 8.58355733e-008) | |
| 1930 | o129.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1931 | o129.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1932 | o129.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1933 | o129.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1934 | o129.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1935 | o129.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1936 | o129.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 1937 | o130.Parent = o129 | |
| 1938 | o130.Scale = Vector3.new(1, 0.180000007, 0.112500004) | |
| 1939 | o130.MeshType = Enum.MeshType.Wedge | |
| 1940 | o131.Parent = o1 | |
| 1941 | o131.Material = Enum.Material.SmoothPlastic | |
| 1942 | o131.BrickColor = BrickColor.new("Dark stone grey")
| |
| 1943 | o131.Position = Vector3.new(-44.8719826, 2.33270693, -23.0019875) | |
| 1944 | o131.Rotation = Vector3.new(-1.52666525e-011, 0.00013147993, 90) | |
| 1945 | o131.Anchored = true | |
| 1946 | o131.FormFactor = Enum.FormFactor.Custom | |
| 1947 | o131.Size = Vector3.new(0.209999993, 0.330000013, 0.209999993) | |
| 1948 | o131.CFrame = CFrame.new(-44.8719826, 2.33270693, -23.0019875, 6.80958789e-014, -1, 2.29475768e-006, 1, 6.80964887e-014, 2.66453363e-013, -2.66453526e-013, 2.29475745e-006, 1) | |
| 1949 | o131.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1950 | o131.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1951 | o131.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1952 | o131.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1953 | o131.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1954 | o131.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1955 | o131.Color = Color3.new(0.388235, 0.372549, 0.384314) | |
| 1956 | o132.Parent = o131 | |
| 1957 | o132.Scale = Vector3.new(1.10000002, 1, 1) | |
| 1958 | o133.Parent = o1 | |
| 1959 | o133.Material = Enum.Material.SmoothPlastic | |
| 1960 | o133.BrickColor = BrickColor.new(CUSTOMCOLOR) | |
| 1961 | o133.Position = Vector3.new(-45.5253639, 1.79166996, -23.0169888) | |
| 1962 | o133.Rotation = Vector3.new(-90.0000153, -61.3127441, -90.0000229) | |
| 1963 | o133.Anchored = true | |
| 1964 | o133.FormFactor = Enum.FormFactor.Custom | |
| 1965 | o133.Size = Vector3.new(0.209999993, 0.468000025, 0.239999995) | |
| 1966 | o133.CFrame = CFrame.new(-45.5253639, 1.79166996, -23.0169888, -1.78810296e-007, 0.480028421, -0.877252936, -2.48689856e-014, 0.877252877, 0.480028421, 1, 8.58341522e-008, -1.56862399e-007) | |
| 1967 | o133.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1968 | o133.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1969 | o133.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1970 | o133.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1971 | o133.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1972 | o133.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1973 | o133.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 1974 | o134.Parent = o133 | |
| 1975 | o135.Parent = o1 | |
| 1976 | o135.Material = Enum.Material.SmoothPlastic | |
| 1977 | o135.BrickColor = BrickColor.new(CUSTOMCOLOR) | |
| 1978 | o135.Position = Vector3.new(-45.2349663, 1.87251794, -23.0169888) | |
| 1979 | o135.Rotation = Vector3.new(-90, -5.97646749e-006, -90.0000076) | |
| 1980 | o135.Anchored = true | |
| 1981 | o135.FormFactor = Enum.FormFactor.Custom | |
| 1982 | o135.Size = Vector3.new(0.209999993, 0.324000001, 0.200000003) | |
| 1983 | o135.CFrame = CFrame.new(-45.2349663, 1.87251794, -23.0169888, -1.78810296e-007, 1, -1.04309038e-007, -2.48689856e-014, 1.04309038e-007, 1, 1, 1.78810524e-007, 6.21742512e-015) | |
| 1984 | o135.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1985 | o135.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1986 | o135.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1987 | o135.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1988 | o135.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1989 | o135.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1990 | o135.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 1991 | o136.Parent = o135 | |
| 1992 | o136.Scale = Vector3.new(1, 1, 0.0749999955) | |
| 1993 | o137.Parent = o1 | |
| 1994 | o137.Material = Enum.Material.SmoothPlastic | |
| 1995 | o137.BrickColor = BrickColor.new(CUSTOMCOLOR) | |
| 1996 | o137.Position = Vector3.new(-44.9019814, 2.03599, -23.0169888) | |
| 1997 | o137.Rotation = Vector3.new(1.01777712e-012, -90, 0) | |
| 1998 | o137.Anchored = true | |
| 1999 | o137.FormFactor = Enum.FormFactor.Custom | |
| 2000 | o137.Size = Vector3.new(0.209999993, 0.200000003, 0.419999987) | |
| 2001 | o137.CFrame = CFrame.new(-44.9019814, 2.03599, -23.0169888, -1.49008656e-007, -4.44105473e-015, -1, -1.77635616e-014, 1, -4.44102762e-015, 1, 1.77635684e-014, -1.49008883e-007) | |
| 2002 | o137.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2003 | o137.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2004 | o137.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2005 | o137.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2006 | o137.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2007 | o137.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2008 | o137.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 2009 | o138.Parent = o137 | |
| 2010 | o138.Scale = Vector3.new(1, 0.900000036, 1.10000002) | |
| 2011 | o138.MeshType = Enum.MeshType.Brick | |
| 2012 | o139.Parent = o1 | |
| 2013 | o139.Material = Enum.Material.SmoothPlastic | |
| 2014 | o139.BrickColor = BrickColor.new(CUSTOMCOLOR) | |
| 2015 | o139.Position = Vector3.new(-45.2949638, 1.96252096, -23.0169888) | |
| 2016 | o139.Rotation = Vector3.new(-90, 8.10863442e-012, -90.0000076) | |
| 2017 | o139.Anchored = true | |
| 2018 | o139.FormFactor = Enum.FormFactor.Custom | |
| 2019 | o139.Size = Vector3.new(0.209999993, 0.200000003, 0.200000003) | |
| 2020 | o139.CFrame = CFrame.new(-45.2949638, 1.96252096, -23.0169888, -1.78810296e-007, 1, 1.4152236e-013, -2.48689856e-014, -1.41522373e-013, 1, 1, 1.78810751e-007, 2.48690432e-014) | |
| 2021 | o139.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2022 | o139.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2023 | o139.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2024 | o139.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2025 | o139.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2026 | o139.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2027 | o139.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 2028 | o140.Parent = o139 | |
| 2029 | o140.Scale = Vector3.new(1, 0.180000007, 0.149999991) | |
| 2030 | o140.MeshType = Enum.MeshType.Wedge | |
| 2031 | o141.Parent = o1 | |
| 2032 | o141.Material = Enum.Material.SmoothPlastic | |
| 2033 | o141.BrickColor = BrickColor.new(CUSTOMCOLOR) | |
| 2034 | o141.Position = Vector3.new(-44.4249878, 2.32082105, -23.017004) | |
| 2035 | o141.Rotation = Vector3.new(-3.16530691e-011, 0.000271500117, -90) | |
| 2036 | o141.Anchored = true | |
| 2037 | o141.FormFactor = Enum.FormFactor.Custom | |
| 2038 | o141.Size = Vector3.new(0.200000003, 0.300000012, 0.200000003) | |
| 2039 | o141.CFrame = CFrame.new(-44.4249878, 2.32082105, -23.017004, -2.98020346e-008, 1, 4.73857108e-006, -1, -2.98020364e-008, 5.52450284e-013, 6.93669406e-013, -4.73857108e-006, 1) | |
| 2040 | o141.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2041 | o141.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2042 | o141.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2043 | o141.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2044 | o141.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2045 | o141.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2046 | o141.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 2047 | o142.Parent = o141 | |
| 2048 | o142.MeshId = "http://www.roblox.com/asset/?id=1033714" | |
| 2049 | o142.Scale = Vector3.new(0.150000006, 0.440999985, 0.150000006) | |
| 2050 | o142.MeshType = Enum.MeshType.FileMesh | |
| 2051 | o143.Parent = o1 | |
| 2052 | o143.Material = Enum.Material.SmoothPlastic | |
| 2053 | o143.BrickColor = BrickColor.new(CUSTOMCOLOR) | |
| 2054 | o143.Position = Vector3.new(-42.3520088, 2.33281589, -23.017004) | |
| 2055 | o143.Rotation = Vector3.new(-90, 8.08488086e-012, -90.0000076) | |
| 2056 | o143.Anchored = true | |
| 2057 | o143.FormFactor = Enum.FormFactor.Custom | |
| 2058 | o143.Size = Vector3.new(0.270000011, 0.300000012, 0.200000003) | |
| 2059 | o143.CFrame = CFrame.new(-42.3520088, 2.33281589, -23.017004, -1.49008656e-007, 1, 1.41107788e-013, -1.77635616e-014, -1.41107801e-013, 1, 1, 1.49008883e-007, 1.77636429e-014) | |
| 2060 | o143.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2061 | o143.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2062 | o143.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2063 | o143.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2064 | o143.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2065 | o143.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2066 | o143.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 2067 | o144.Parent = o143 | |
| 2068 | o144.Scale = Vector3.new(1, 1, 0.50999999) | |
| 2069 | o145.Parent = o1 | |
| 2070 | o145.Material = Enum.Material.SmoothPlastic | |
| 2071 | o145.BrickColor = BrickColor.new(CUSTOMCOLOR) | |
| 2072 | o145.Position = Vector3.new(-42.096714, 2.33280206, -23.017004) | |
| 2073 | o145.Rotation = Vector3.new(-90, 8.08488086e-012, -90.0000076) | |
| 2074 | o145.Anchored = true | |
| 2075 | o145.FormFactor = Enum.FormFactor.Custom | |
| 2076 | o145.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 2077 | o145.CFrame = CFrame.new(-42.096714, 2.33280206, -23.017004, -1.49008656e-007, 1, 1.41107788e-013, -1.77635616e-014, -1.41107801e-013, 1, 1, 1.49008883e-007, 1.77636429e-014) | |
| 2078 | o145.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2079 | o145.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2080 | o145.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2081 | o145.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2082 | o145.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2083 | o145.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2084 | o145.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 2085 | o146.Parent = o145 | |
| 2086 | o146.Scale = Vector3.new(0.450000018, 0.149999991, 0.50999999) | |
| 2087 | o147.Parent = o1 | |
| 2088 | o147.Material = Enum.Material.SmoothPlastic | |
| 2089 | o147.BrickColor = BrickColor.new(CUSTOMCOLOR) | |
| 2090 | o147.Position = Vector3.new(-43.1469765, 2.686795, -23.0530148) | |
| 2091 | o147.Rotation = Vector3.new(180, -0.000271500117, -180) | |
| 2092 | o147.Anchored = true | |
| 2093 | o147.FormFactor = Enum.FormFactor.Custom | |
| 2094 | o147.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 2095 | o147.CFrame = CFrame.new(-43.1469765, 2.686795, -23.0530148, -1, 1.41105064e-013, -4.73857108e-006, 1.41107707e-013, 1, -5.5422599e-013, 4.73857108e-006, -5.54226695e-013, -1) | |
| 2096 | o147.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2097 | o147.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2098 | o147.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2099 | o147.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2100 | o147.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2101 | o147.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2102 | o147.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 2103 | o148.Parent = o147 | |
| 2104 | o148.MeshId = "http://www.roblox.com/asset/?id=12221344" | |
| 2105 | o148.Scale = Vector3.new(0.209999993, 0.224999994, 0.00450000027) | |
| 2106 | o148.MeshType = Enum.MeshType.FileMesh | |
| 2107 | o149.Parent = o1 | |
| 2108 | o149.Material = Enum.Material.SmoothPlastic | |
| 2109 | o149.BrickColor = BrickColor.new(CUSTOMCOLOR) | |
| 2110 | o149.Position = Vector3.new(-43.304081, 2.51094389, -23.017004) | |
| 2111 | o149.Rotation = Vector3.new(89.9999924, 54.8440132, 90.0000153) | |
| 2112 | o149.Anchored = true | |
| 2113 | o149.FormFactor = Enum.FormFactor.Custom | |
| 2114 | o149.Size = Vector3.new(0.200000003, 0.360000014, 0.200000003) | |
| 2115 | o149.CFrame = CFrame.new(-43.304081, 2.51094389, -23.017004, -1.49008656e-007, -0.575804472, 0.817587435, -1.77635616e-014, -0.817587495, -0.575804472, 1, -8.57999538e-008, 1.21827782e-007) | |
| 2116 | o149.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2117 | o149.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2118 | o149.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2119 | o149.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2120 | o149.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2121 | o149.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2122 | o149.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 2123 | o150.Parent = o149 | |
| 2124 | o150.Scale = Vector3.new(0.450000018, 1, 0.149999991) | |
| 2125 | o151.Parent = o1 | |
| 2126 | o151.Material = Enum.Material.SmoothPlastic | |
| 2127 | o151.BrickColor = BrickColor.new(CUSTOMCOLOR) | |
| 2128 | o151.Position = Vector3.new(-45.621994, 2.11099911, -23.0169888) | |
| 2129 | o151.Rotation = Vector3.new(-180, 90, 0) | |
| 2130 | o151.Anchored = true | |
| 2131 | o151.FormFactor = Enum.FormFactor.Custom | |
| 2132 | o151.Size = Vector3.new(0.209999993, 0.200000003, 0.200000003) | |
| 2133 | o151.CFrame = CFrame.new(-45.621994, 2.11099911, -23.0169888, -1.78810296e-007, 5.3292467e-015, 1, -2.48689856e-014, -1, 5.3292467e-015, 1, -2.48690025e-014, 1.78810751e-007) | |
| 2134 | o151.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2135 | o151.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2136 | o151.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2137 | o151.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2138 | o151.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2139 | o151.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2140 | o151.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 2141 | o152.Parent = o151 | |
| 2142 | o152.Scale = Vector3.new(1, 0.149999991, 0.149999991) | |
| 2143 | o152.MeshType = Enum.MeshType.Wedge | |
| 2144 | o153.Parent = o1 | |
| 2145 | o153.Material = Enum.Material.SmoothPlastic | |
| 2146 | o153.BrickColor = BrickColor.new(CUSTOMCOLOR) | |
| 2147 | o153.Position = Vector3.new(-43.1379738, 2.638798, -23.017004) | |
| 2148 | o153.Rotation = Vector3.new(-180, 90, 0) | |
| 2149 | o153.Anchored = true | |
| 2150 | o153.FormFactor = Enum.FormFactor.Custom | |
| 2151 | o153.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 2152 | o153.CFrame = CFrame.new(-43.1379738, 2.638798, -23.017004, -1.49008656e-007, 4.44105473e-015, 1, -1.77635616e-014, -1, 4.44102762e-015, 1, -1.77635684e-014, 1.49008883e-007) | |
| 2153 | o153.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2154 | o153.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2155 | o153.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2156 | o153.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2157 | o153.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2158 | o153.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2159 | o153.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 2160 | o154.Parent = o153 | |
| 2161 | o154.Scale = Vector3.new(0.299999982, 0.360000014, 0.299999982) | |
| 2162 | o155.Parent = o1 | |
| 2163 | o155.Material = Enum.Material.SmoothPlastic | |
| 2164 | o155.BrickColor = BrickColor.new(CUSTOMCOLOR) | |
| 2165 | o155.Position = Vector3.new(-43.1560097, 2.69881988, -23.017004) | |
| 2166 | o155.Rotation = Vector3.new(1.01777712e-012, -90, 0) | |
| 2167 | o155.Anchored = true | |
| 2168 | o155.FormFactor = Enum.FormFactor.Custom | |
| 2169 | o155.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 2170 | o155.CFrame = CFrame.new(-43.1560097, 2.69881988, -23.017004, -1.49008656e-007, -4.44105473e-015, -1, -1.77635616e-014, 1, -4.44102762e-015, 1, 1.77635684e-014, -1.49008883e-007) | |
| 2171 | o155.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2172 | o155.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2173 | o155.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2174 | o155.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2175 | o155.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2176 | o155.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2177 | o155.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 2178 | o156.Parent = o155 | |
| 2179 | o156.Scale = Vector3.new(0.0299999993, 0.240000024, 0.0299999993) | |
| 2180 | o157.Parent = o1 | |
| 2181 | o157.Material = Enum.Material.SmoothPlastic | |
| 2182 | o157.BrickColor = BrickColor.new(CUSTOMCOLOR) | |
| 2183 | o157.Position = Vector3.new(-43.2220192, 2.33281589, -23.017004) | |
| 2184 | o157.Rotation = Vector3.new(-90, 8.08488086e-012, -90.0000076) | |
| 2185 | o157.Anchored = true | |
| 2186 | o157.FormFactor = Enum.FormFactor.Custom | |
| 2187 | o157.Size = Vector3.new(0.270000011, 0.540000021, 0.200000003) | |
| 2188 | o157.CFrame = CFrame.new(-43.2220192, 2.33281589, -23.017004, -1.49008656e-007, 1, 1.41107788e-013, -1.77635616e-014, -1.41107801e-013, 1, 1, 1.49008883e-007, 1.77636429e-014) | |
| 2189 | o157.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2190 | o157.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2191 | o157.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2192 | o157.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2193 | o157.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2194 | o157.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2195 | o157.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 2196 | o158.Parent = o157 | |
| 2197 | o158.Scale = Vector3.new(1, 1, 0.599999964) | |
| 2198 | o159.Parent = o1 | |
| 2199 | o159.Material = Enum.Material.SmoothPlastic | |
| 2200 | o159.BrickColor = BrickColor.new(CUSTOMCOLOR) | |
| 2201 | o159.Position = Vector3.new(-44.6379814, 2.28186107, -23.017004) | |
| 2202 | o159.Rotation = Vector3.new(1.42488799e-012, -90, 0) | |
| 2203 | o159.Anchored = true | |
| 2204 | o159.FormFactor = Enum.FormFactor.Custom | |
| 2205 | o159.Size = Vector3.new(0.209999993, 0.200000003, 0.200000003) | |
| 2206 | o159.CFrame = CFrame.new(-44.6379814, 2.28186107, -23.017004, -1.78810296e-007, -5.3292467e-015, -1, -2.48689856e-014, 1, -5.3292467e-015, 1, 2.48690025e-014, -1.78810751e-007) | |
| 2207 | o159.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2208 | o159.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2209 | o159.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2210 | o159.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2211 | o159.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2212 | o159.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2213 | o159.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 2214 | o160.Parent = o159 | |
| 2215 | o160.Scale = Vector3.new(1.01999998, 0.900000036, 0.329999983) | |
| 2216 | o161.Parent = o1 | |
| 2217 | o161.Material = Enum.Material.SmoothPlastic | |
| 2218 | o161.BrickColor = BrickColor.new(CUSTOMCOLOR) | |
| 2219 | o161.Position = Vector3.new(-46.9419594, 1.99700594, -23.0169888) | |
| 2220 | o161.Rotation = Vector3.new(-0.734529912, -89.7451248, -168.690018) | |
| 2221 | o161.Anchored = true | |
| 2222 | o161.FormFactor = Enum.FormFactor.Custom | |
| 2223 | o161.Size = Vector3.new(0.200000003, 0.216000006, 0.200000003) | |
| 2224 | o161.CFrame = CFrame.new(-46.9419594, 1.99700594, -23.0169888, -1.49008656e-007, 2.98018819e-008, -0.999990106, -4.37109797e-008, 0.999995053, 2.9802111e-008, 1, 4.37108518e-008, 2.32453658e-006) | |
| 2225 | o161.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2226 | o161.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2227 | o161.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2228 | o161.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2229 | o161.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2230 | o161.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2231 | o161.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 2232 | o162.Parent = o161 | |
| 2233 | o162.Scale = Vector3.new(0.450000018, 1, 0.75) | |
| 2234 | o163.Parent = o1 | |
| 2235 | o163.Material = Enum.Material.SmoothPlastic | |
| 2236 | o163.BrickColor = BrickColor.new(CUSTOMCOLOR) | |
| 2237 | o163.Position = Vector3.new(-47.0289497, 2.04499006, -23.1219997) | |
| 2238 | o163.Rotation = Vector3.new(-3.15512512e-011, 0.000269792567, 180) | |
| 2239 | o163.Anchored = true | |
| 2240 | o163.FormFactor = Enum.FormFactor.Custom | |
| 2241 | o163.Size = Vector3.new(0.200000003, 0.540000021, 0.200000003) | |
| 2242 | o163.CFrame = CFrame.new(-47.0289497, 2.04499006, -23.1219997, -1, -1.39802381e-013, 4.70876876e-006, 1.3980497e-013, -1, 5.50673222e-013, 4.70876876e-006, 5.50673873e-013, 1) | |
| 2243 | o163.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2244 | o163.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2245 | o163.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2246 | o163.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2247 | o163.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2248 | o163.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2249 | o163.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 2250 | o164.Parent = o163 | |
| 2251 | o164.Scale = Vector3.new(0.149999991, 1, 0.299999982) | |
| 2252 | o164.MeshType = Enum.MeshType.Wedge | |
| 2253 | o165.Parent = o1 | |
| 2254 | o165.Material = Enum.Material.SmoothPlastic | |
| 2255 | o165.BrickColor = BrickColor.new(CUSTOMCOLOR) | |
| 2256 | o165.Position = Vector3.new(-45.2952766, 1.89501095, -23.0169888) | |
| 2257 | o165.Rotation = Vector3.new(90, -8.10863442e-012, -89.9999924) | |
| 2258 | o165.Anchored = true | |
| 2259 | o165.FormFactor = Enum.FormFactor.Custom | |
| 2260 | o165.Size = Vector3.new(0.209999993, 0.200000003, 0.200000003) | |
| 2261 | o165.CFrame = CFrame.new(-45.2952766, 1.89501095, -23.0169888, 1.78810296e-007, 1, -1.4152236e-013, 2.48689856e-014, -1.41522373e-013, -1, -1, 1.78810524e-007, -2.48690161e-014) | |
| 2262 | o165.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2263 | o165.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2264 | o165.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2265 | o165.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2266 | o165.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2267 | o165.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2268 | o165.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 2269 | o166.Parent = o165 | |
| 2270 | o166.Scale = Vector3.new(1, 0.180000007, 0.149999991) | |
| 2271 | o166.MeshType = Enum.MeshType.Wedge | |
| 2272 | o167.Parent = o1 | |
| 2273 | o167.Material = Enum.Material.SmoothPlastic | |
| 2274 | o167.BrickColor = BrickColor.new(CUSTOMCOLOR) | |
| 2275 | o167.Position = Vector3.new(-43.9570045, 2.49781394, -23.017004) | |
| 2276 | o167.Rotation = Vector3.new(1.01777712e-012, -90, 0) | |
| 2277 | o167.Anchored = true | |
| 2278 | o167.FormFactor = Enum.FormFactor.Custom | |
| 2279 | o167.Size = Vector3.new(0.200000003, 0.200000003, 1.11000001) | |
| 2280 | o167.CFrame = CFrame.new(-43.9570045, 2.49781394, -23.017004, -1.49008656e-007, -4.44105473e-015, -1, -1.77635616e-014, 1, -4.44102762e-015, 1, 1.77635684e-014, -1.49008883e-007) | |
| 2281 | o167.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2282 | o167.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2283 | o167.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2284 | o167.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2285 | o167.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2286 | o167.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2287 | o167.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 2288 | o168.Parent = o167 | |
| 2289 | o168.Scale = Vector3.new(0.75, 0.337500006, 0.999000013) | |
| 2290 | o169.Parent = o1 | |
| 2291 | o169.Material = Enum.Material.SmoothPlastic | |
| 2292 | o169.BrickColor = BrickColor.new(CUSTOMCOLOR) | |
| 2293 | o169.Position = Vector3.new(-43.9570045, 2.13797688, -23.017004) | |
| 2294 | o169.Rotation = Vector3.new(1.01777712e-012, -90, 0) | |
| 2295 | o169.Anchored = true | |
| 2296 | o169.FormFactor = Enum.FormFactor.Custom | |
| 2297 | o169.Size = Vector3.new(0.200000003, 0.200000003, 1.11000001) | |
| 2298 | o169.CFrame = CFrame.new(-43.9570045, 2.13797688, -23.017004, -1.49008656e-007, -4.44105473e-015, -1, -1.77635616e-014, 1, -4.44102762e-015, 1, 1.77635684e-014, -1.49008883e-007) | |
| 2299 | o169.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2300 | o169.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2301 | o169.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2302 | o169.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2303 | o169.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2304 | o169.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2305 | o169.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 2306 | o170.Parent = o169 | |
| 2307 | o170.Offset = Vector3.new(0, 0.00600000005, 0) | |
| 2308 | o170.Scale = Vector3.new(0.75, 0.299999982, 0.999000013) | |
| 2309 | o171.Parent = o1 | |
| 2310 | o171.Material = Enum.Material.SmoothPlastic | |
| 2311 | o171.BrickColor = BrickColor.new(CUSTOMCOLOR) | |
| 2312 | o171.Position = Vector3.new(-47.0109558, 2.17999005, -23.0169888) | |
| 2313 | o171.Rotation = Vector3.new(-0.734529912, -89.7451248, -168.690018) | |
| 2314 | o171.Anchored = true | |
| 2315 | o171.FormFactor = Enum.FormFactor.Custom | |
| 2316 | o171.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 2317 | o171.CFrame = CFrame.new(-47.0109558, 2.17999005, -23.0169888, -1.49008656e-007, 2.98018819e-008, -0.999990106, -4.37109797e-008, 0.999995053, 2.9802111e-008, 1, 4.37108518e-008, 2.32453658e-006) | |
| 2318 | o171.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2319 | o171.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2320 | o171.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2321 | o171.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2322 | o171.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2323 | o171.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2324 | o171.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 2325 | o172.Parent = o171 | |
| 2326 | o172.Scale = Vector3.new(0.450000018, 0.900000036, 0.299999982) | |
| 2327 | o173.Parent = o1 | |
| 2328 | o173.Material = Enum.Material.SmoothPlastic | |
| 2329 | o173.BrickColor = BrickColor.new(CUSTOMCOLOR) | |
| 2330 | o173.Position = Vector3.new(-43.9570045, 2.31786799, -23.017004) | |
| 2331 | o173.Rotation = Vector3.new(-90, 7.59291241e-012, -89.9999924) | |
| 2332 | o173.Anchored = true | |
| 2333 | o173.FormFactor = Enum.FormFactor.Custom | |
| 2334 | o173.Size = Vector3.new(0.330000013, 1.11000001, 0.330000013) | |
| 2335 | o173.CFrame = CFrame.new(-43.9570045, 2.31786799, -23.017004, 1.49009111e-007, 1, 1.32521313e-013, 1.7763565e-014, -1.32521313e-013, 1, 1, -1.49008883e-007, -1.77635853e-014) | |
| 2336 | o173.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2337 | o173.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2338 | o173.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2339 | o173.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2340 | o173.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2341 | o173.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2342 | o173.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 2343 | o174.Parent = o173 | |
| 2344 | o175.Parent = o1 | |
| 2345 | o175.Material = Enum.Material.SmoothPlastic | |
| 2346 | o175.BrickColor = BrickColor.new(CUSTOMCOLOR) | |
| 2347 | o175.Position = Vector3.new(-46.8672638, 1.86865795, -23.0169888) | |
| 2348 | o175.Rotation = Vector3.new(-91.3824005, -12.9276743, -96.1565094) | |
| 2349 | o175.Anchored = true | |
| 2350 | o175.FormFactor = Enum.FormFactor.Custom | |
| 2351 | o175.Size = Vector3.new(0.200000003, 0.252000004, 0.200000003) | |
| 2352 | o175.CFrame = CFrame.new(-46.8672638, 1.86865795, -23.0169888, -0.104526445, 0.969032109, -0.223720908, -3.66310928e-008, 0.22495316, 0.974369586, 0.994522095, 0.10184741, -0.0235135201) | |
| 2353 | o175.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2354 | o175.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2355 | o175.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2356 | o175.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2357 | o175.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2358 | o175.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2359 | o175.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 2360 | o176.Parent = o175 | |
| 2361 | o176.Scale = Vector3.new(0.599999964, 1.26000011, 0.75) | |
| 2362 | o176.MeshType = Enum.MeshType.Wedge | |
| 2363 | for i=1,#cors do | |
| 2364 | coroutine.resume(cors[i]) | |
| 2365 | end | |
| 2366 | if Silencer == true then | |
| 2367 | o1.Flash:Destroy() | |
| 2368 | o1.Handle.Fire.SoundId = "rbxassetid://162043120" | |
| 2369 | o1.Handle.Fire2.SoundId = "rbxassetid://162043120" | |
| 2370 | o1.Handle.Fire3.SoundId = "rbxassetid://162043120" | |
| 2371 | o2 = Instance.new("Part")
| |
| 2372 | o3 = Instance.new("CylinderMesh")
| |
| 2373 | o4 = Instance.new("Part")
| |
| 2374 | o5 = Instance.new("CylinderMesh")
| |
| 2375 | o6 = Instance.new("Part")
| |
| 2376 | o7 = Instance.new("CylinderMesh")
| |
| 2377 | o8 = Instance.new("Part")
| |
| 2378 | o9 = Instance.new("SpecialMesh")
| |
| 2379 | o2.Name = "part" | |
| 2380 | o2.Parent = o1 | |
| 2381 | o2.BrickColor = BrickColor.new("Really black")
| |
| 2382 | o2.Reflectance = 0.10000000149012 | |
| 2383 | o2.Position = Vector3.new(-42.1407204, 2.32828784, -23.0075817) | |
| 2384 | o2.Rotation = Vector3.new(-90, 0, -90) | |
| 2385 | o2.Anchored = true | |
| 2386 | o2.Size = Vector3.new(1, 1.20000005, 1) | |
| 2387 | o2.CFrame = CFrame.new(-42.1407204, 2.32828784, -23.0075817, 0, 1, 0, 0, 0, 1, 1, 0, 0) | |
| 2388 | o2.BottomSurface = Enum.SurfaceType.Smooth | |
| 2389 | o2.TopSurface = Enum.SurfaceType.Smooth | |
| 2390 | o2.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 2391 | o3.Parent = o2 | |
| 2392 | o3.Scale = Vector3.new(0.333333343, 0.25, 0.333333343) | |
| 2393 | o4.Name = "part" | |
| 2394 | o4.Parent = o1 | |
| 2395 | o4.BrickColor = BrickColor.new("Really black")
| |
| 2396 | o4.Reflectance = 0.10000000149012 | |
| 2397 | o4.Position = Vector3.new(-41.4907265, 2.32828689, -23.0075779) | |
| 2398 | o4.Rotation = Vector3.new(-90, 0, -90) | |
| 2399 | o4.Anchored = true | |
| 2400 | o4.Size = Vector3.new(1, 1.20000005, 1) | |
| 2401 | o4.CFrame = CFrame.new(-41.4907265, 2.32828689, -23.0075779, 0, 1, 0, 0, 0, 1, 1, 0, 0) | |
| 2402 | o4.BottomSurface = Enum.SurfaceType.Smooth | |
| 2403 | o4.TopSurface = Enum.SurfaceType.Smooth | |
| 2404 | o4.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 2405 | o5.Parent = o4 | |
| 2406 | o5.Scale = Vector3.new(0.333333343, 0.666666627, 0.333333343) | |
| 2407 | o6.Name = "part" | |
| 2408 | o6.Parent = o1 | |
| 2409 | o6.BrickColor = BrickColor.new("Bright red")
| |
| 2410 | o6.Reflectance = 0.10000000149012 | |
| 2411 | o6.Position = Vector3.new(-41.9407234, 2.32828784, -23.0075779) | |
| 2412 | o6.Rotation = Vector3.new(-180, 0, 90) | |
| 2413 | o6.Anchored = true | |
| 2414 | o6.Size = Vector3.new(1, 1.20000005, 1) | |
| 2415 | o6.CFrame = CFrame.new(-41.9407234, 2.32828784, -23.0075779, 0, -1, 0, -1, 0, 0, 0, 0, -1) | |
| 2416 | o6.BottomSurface = Enum.SurfaceType.Smooth | |
| 2417 | o6.TopSurface = Enum.SurfaceType.Smooth | |
| 2418 | o6.Color = Color3.new(0.768628, 0.156863, 0.109804) | |
| 2419 | o7.Parent = o6 | |
| 2420 | o7.Scale = Vector3.new(0.333333343, 0.0833333284, 0.333333343) | |
| 2421 | o8.Name = "Flash" | |
| 2422 | o8.Parent = o1 | |
| 2423 | o8.Material = Enum.Material.SmoothPlastic | |
| 2424 | o8.BrickColor = BrickColor.new("Bright orange")
| |
| 2425 | o8.Transparency = 1 | |
| 2426 | o8.Position = Vector3.new(-40.8776131, 2.32680488, -23.017004) | |
| 2427 | o8.Rotation = Vector3.new(-90, 8.08488086e-012, 89.9999924) | |
| 2428 | o8.Anchored = true | |
| 2429 | o8.FormFactor = Enum.FormFactor.Custom | |
| 2430 | o8.Size = Vector3.new(0.200000003, 0.449999988, 0.200000003) | |
| 2431 | o8.CFrame = CFrame.new(-40.8776131, 2.32680488, -23.017004, 1.49008656e-007, -1, 1.41107788e-013, 1.77635616e-014, 1.41107801e-013, 1, -1, -1.49008883e-007, 1.77636429e-014) | |
| 2432 | o8.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2433 | o8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2434 | o8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2435 | o8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2436 | o8.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2437 | o8.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2438 | o8.Color = Color3.new(0.854902, 0.521569, 0.254902) | |
| 2439 | o9.Parent = o8 | |
| 2440 | o9.Scale = Vector3.new(1.5, 2, 1.80000007) | |
| 2441 | o9.MeshType = Enum.MeshType.Sphere | |
| 2442 | end | |
| 2443 | if Bayonet == true then | |
| 2444 | o2 = Instance.new("Part")
| |
| 2445 | o3 = Instance.new("SpecialMesh")
| |
| 2446 | o4 = Instance.new("Part")
| |
| 2447 | o5 = Instance.new("Part")
| |
| 2448 | o6 = Instance.new("Part")
| |
| 2449 | o8 = Instance.new("SpecialMesh")
| |
| 2450 | o9 = Instance.new("Part")
| |
| 2451 | o2.Name = "KNF2" | |
| 2452 | o2.Parent = o1 | |
| 2453 | o2.Material = Enum.Material.SmoothPlastic | |
| 2454 | o2.BrickColor = BrickColor.new("Light stone grey")
| |
| 2455 | o2.Position = Vector3.new(-41.2967644, 2.00816202, -23.040699) | |
| 2456 | o2.Rotation = Vector3.new(-90, 0, -90) | |
| 2457 | o2.Anchored = true | |
| 2458 | o2.FormFactor = Enum.FormFactor.Custom | |
| 2459 | o2.Size = Vector3.new(0.156190887, 0.468572587, 0.0937145352) | |
| 2460 | o2.CFrame = CFrame.new(-41.2967644, 2.00816202, -23.040699, 0, 1, 0, 0, 0, 1, 1, 0, 0) | |
| 2461 | o2.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2462 | o2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2463 | o2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2464 | o2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2465 | o2.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2466 | o2.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2467 | o2.Color = Color3.new(0.898039, 0.894118, 0.87451) | |
| 2468 | o3.Parent = o2 | |
| 2469 | o3.MeshType = Enum.MeshType.Wedge | |
| 2470 | o4.Name = "KNF1" | |
| 2471 | o4.Parent = o1 | |
| 2472 | o4.Material = Enum.Material.SmoothPlastic | |
| 2473 | o4.BrickColor = BrickColor.new("Light stone grey")
| |
| 2474 | o4.Position = Vector3.new(-41.9995346, 2.05501676, -23.0407009) | |
| 2475 | o4.Rotation = Vector3.new(-180, 0, -90) | |
| 2476 | o4.Anchored = true | |
| 2477 | o4.FormFactor = Enum.FormFactor.Symmetric | |
| 2478 | o4.Size = Vector3.new(0.18742907, 0.937145114, 0.156190887) | |
| 2479 | o4.CFrame = CFrame.new(-41.9995346, 2.05501676, -23.0407009, 0, 1, 0, 1, 0, 0, 0, 0, -1) | |
| 2480 | o4.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2481 | o4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2482 | o4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2483 | o4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2484 | o4.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2485 | o4.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2486 | o4.Color = Color3.new(0.898039, 0.894118, 0.87451) | |
| 2487 | o5.Parent = o1 | |
| 2488 | o5.Material = Enum.Material.SmoothPlastic | |
| 2489 | o5.BrickColor = BrickColor.new("Black")
| |
| 2490 | o5.Position = Vector3.new(-42.5242958, 2.20311594, -23.0407009) | |
| 2491 | o5.Rotation = Vector3.new(-180, 0, -90) | |
| 2492 | o5.Anchored = true | |
| 2493 | o5.FormFactor = Enum.FormFactor.Symmetric | |
| 2494 | o5.Size = Vector3.new(0.546096325, 0.200000003, 0.218667254) | |
| 2495 | o5.CFrame = CFrame.new(-42.5242958, 2.20311594, -23.0407009, 0, 1, 0, 1, 0, 0, 0, 0, -1) | |
| 2496 | o5.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2497 | o5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2498 | o5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2499 | o5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2500 | o5.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2501 | o5.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2502 | o5.Color = Color3.new(0.105882, 0.164706, 0.207843) | |
| 2503 | o6.Parent = o1 | |
| 2504 | o6.Material = Enum.Material.SmoothPlastic | |
| 2505 | o6.BrickColor = BrickColor.new("Black")
| |
| 2506 | o6.Position = Vector3.new(-43.0098267, 2.18811393, -23.040699) | |
| 2507 | o6.Rotation = Vector3.new(-180, 0, -90) | |
| 2508 | o6.Anchored = true | |
| 2509 | o6.FormFactor = Enum.FormFactor.Symmetric | |
| 2510 | o6.Size = Vector3.new(0.516096354, 0.200000003, 0.218667254) | |
| 2511 | o6.CFrame = CFrame.new(-43.0098267, 2.18811393, -23.040699, 0, 1, 0, 1, 0, 0, 0, 0, -1) | |
| 2512 | o6.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2513 | o6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2514 | o6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2515 | o6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2516 | o6.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2517 | o6.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2518 | o6.Color = Color3.new(0.105882, 0.164706, 0.207843) | |
| 2519 | o8.Parent = o7 | |
| 2520 | o8.MeshType = Enum.MeshType.Wedge | |
| 2521 | o9.Parent = o1 | |
| 2522 | o9.Material = Enum.Material.SmoothPlastic | |
| 2523 | o9.BrickColor = BrickColor.new("Really black")
| |
| 2524 | o9.Position = Vector3.new(-42.7666817, 2.05501771, -23.0407009) | |
| 2525 | o9.Rotation = Vector3.new(-180, 0, -90) | |
| 2526 | o9.Anchored = true | |
| 2527 | o9.FormFactor = Enum.FormFactor.Symmetric | |
| 2528 | o9.Size = Vector3.new(0.249905437, 0.284763545, 0.218667254) | |
| 2529 | o9.CFrame = CFrame.new(-42.7666817, 2.05501771, -23.0407009, 0, 1, 0, 1, 0, 0, 0, 0, -1) | |
| 2530 | o9.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2531 | o9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2532 | o9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2533 | o9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2534 | o9.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2535 | o9.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2536 | o9.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 2537 | function onTouched(part) | |
| 2538 | local h = part.Parent:findFirstChild("Humanoid")
| |
| 2539 | if h~=nil then | |
| 2540 | h.Health = h.Health -100 | |
| 2541 | wait(.01) | |
| 2542 | h.Health = h.Health -100 | |
| 2543 | wait(.01) | |
| 2544 | ||
| 2545 | end | |
| 2546 | end | |
| 2547 | o1.KNF2.Touched:connect(onTouched) | |
| 2548 | o1.KNF1.Touched:connect(onTouched) | |
| 2549 | end | |
| 2550 | if Laser == true then | |
| 2551 | o2 = Instance.new("Part")
| |
| 2552 | o3h = Instance.new("Part")
| |
| 2553 | o4 = Instance.new("CylinderMesh")
| |
| 2554 | o5 = Instance.new("Part")
| |
| 2555 | o2.Parent = o1 | |
| 2556 | o2.Material = Enum.Material.SmoothPlastic | |
| 2557 | o2.BrickColor = BrickColor.new("Smoky grey")
| |
| 2558 | o2.Position = Vector3.new(-43.500782, 2.25119901, -23.2754421) | |
| 2559 | o2.Anchored = true | |
| 2560 | o2.Shape = Enum.PartType.Cylinder | |
| 2561 | o2.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 2562 | o2.CFrame = CFrame.new(-43.500782, 2.25119901, -23.2754421, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 2563 | o2.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2564 | o2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2565 | o2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2566 | o2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2567 | o2.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2568 | o2.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2569 | o2.Color = Color3.new(0.356863, 0.364706, 0.411765) | |
| 2570 | o3h.Name = "LASER" | |
| 2571 | o3h.Parent = o1 | |
| 2572 | o3h.Material = Enum.Material.SmoothPlastic | |
| 2573 | o3h.BrickColor = BrickColor.new("Maroon")
| |
| 2574 | o3h.Position = Vector3.new(-43.500782, 2.25119901, -23.2754421) | |
| 2575 | o3h.Rotation = Vector3.new(-0, 0, 90) | |
| 2576 | o3h.Anchored = true | |
| 2577 | o3h.Shape = Enum.PartType.Cylinder | |
| 2578 | o3h.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 2579 | o3h.CFrame = CFrame.new(-43.500782, 2.25119901, -23.2754421, 0, -1, 0, 1, 0, 0, 0, 0, 1) | |
| 2580 | o3h.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2581 | o3h.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2582 | o3h.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2583 | o3h.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2584 | o3h.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2585 | o3h.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2586 | o3h.Color = Color3.new(0.458824, 0, 0) | |
| 2587 | o4.Parent = o3h | |
| 2588 | o4.Offset = Vector3.new(0, -200, 0) | |
| 2589 | o4.Scale = Vector3.new(0.075000003, 2000, 0.444000006) | |
| 2590 | o5.Parent = o1 | |
| 2591 | o5.Material = Enum.Material.SmoothPlastic | |
| 2592 | o5.BrickColor = BrickColor.new("Really black")
| |
| 2593 | o5.Position = Vector3.new(-43.8711853, 2.26074958, -23.2754421) | |
| 2594 | o5.Anchored = true | |
| 2595 | o5.Size = Vector3.new(0.930000186, 0.200000003, 0.200000003) | |
| 2596 | o5.CFrame = CFrame.new(-43.8711853, 2.26074958, -23.2754421, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 2597 | o5.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2598 | o5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2599 | o5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2600 | o5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2601 | o5.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2602 | o5.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2603 | o5.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 2604 | end | |
| 2605 | if Drum == true then | |
| 2606 | o1.Mag:Destroy() | |
| 2607 | AMMA = Instance.new("Part")
| |
| 2608 | o2 = Instance.new("CylinderMesh")
| |
| 2609 | AMMA.Name = "Mag" | |
| 2610 | AMMA.Parent = o1 | |
| 2611 | AMMA.BrickColor = BrickColor.new("Dark stone grey")
| |
| 2612 | AMMA.Position = Vector3.new(-44.7867393, 1.52765965, -23.0326481) | |
| 2613 | AMMA.Rotation = Vector3.new(-179.327454, 0.000156550159, -105.36084) | |
| 2614 | AMMA.Anchored = true | |
| 2615 | AMMA.FormFactor = Enum.FormFactor.Custom | |
| 2616 | AMMA.Size = Vector3.new(0.578095257, 0.464761913, 0.714285731) | |
| 2617 | AMMA.CFrame = CFrame.new(-44.7867393, 1.52765965, -23.0326481, -0.264897078, 0.964276731, 2.73231581e-006, 0.964210331, 0.264878809, 0.0117380489, 0.0113180038, 0.00311200949, -0.999931097) | |
| 2618 | AMMA.Material = "SmoothPlastic" | |
| 2619 | AMMA.Color = Color3.new(0.388235, 0.372549, 0.384314) | |
| 2620 | AMMA.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2621 | AMMA.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2622 | AMMA.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2623 | AMMA.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2624 | AMMA.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2625 | AMMA.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2626 | o2.Parent = AMMA | |
| 2627 | o1.Ammo.Value = 50 | |
| 2628 | o1.MaxAmmo.Value = 50 | |
| 2629 | o1.StoredAmmo.Value = 500 | |
| 2630 | end | |
| 2631 | if Grip == "BIPOD" then | |
| 2632 | o2 = Instance.new("Part")
| |
| 2633 | o3 = Instance.new("CylinderMesh")
| |
| 2634 | o4 = Instance.new("Part")
| |
| 2635 | o5 = Instance.new("CylinderMesh")
| |
| 2636 | o6 = Instance.new("Part")
| |
| 2637 | o7 = Instance.new("CylinderMesh")
| |
| 2638 | o8 = Instance.new("Part")
| |
| 2639 | o9 = Instance.new("CylinderMesh")
| |
| 2640 | o10 = Instance.new("Part")
| |
| 2641 | o11 = Instance.new("CylinderMesh")
| |
| 2642 | o12 = Instance.new("Part")
| |
| 2643 | o13 = Instance.new("CylinderMesh")
| |
| 2644 | o2.BrickColor = BrickColor.new("Really black")
| |
| 2645 | o2.Position = Vector3.new(-43.6581421, 1.260432, -22.7018719) | |
| 2646 | o2.Rotation = Vector3.new(-90, 88.374054, 90) | |
| 2647 | o2.CanCollide = false | |
| 2648 | o2.FormFactor = Enum.FormFactor.Custom | |
| 2649 | o2.Size = Vector3.new(0.719999969, 0.719999969, 0.719999969) | |
| 2650 | o2.CFrame = CFrame.new(-43.6581421, 1.260432, -22.7018719, 0, -0.0283740088, 0.999597371, 0, 0.999597371, 0.028374007, -1, 0, 0) | |
| 2651 | o2.BottomSurface = Enum.SurfaceType.Smooth | |
| 2652 | o2.TopSurface = Enum.SurfaceType.Smooth | |
| 2653 | o2.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 2654 | o3.Parent = o2 | |
| 2655 | o3.Scale = Vector3.new(0.357142866, 0.0714285746, 0.178571433) | |
| 2656 | o4.Parent = o1 | |
| 2657 | o4.BrickColor = BrickColor.new("Really black")
| |
| 2658 | o4.Position = Vector3.new(-43.6703453, 1.69079101, -22.8541527) | |
| 2659 | o4.Rotation = Vector3.new(160.007111, 0.55604285, 178.472076) | |
| 2660 | o4.CanCollide = false | |
| 2661 | o4.FormFactor = Enum.FormFactor.Custom | |
| 2662 | o4.Size = Vector3.new(0.719999969, 0.719999969, 0.719999969) | |
| 2663 | o4.CFrame = CFrame.new(-43.6703453, 1.69079101, -22.8541527, -0.999597371, -0.0266627967, 0.00970462617, -0.0283740088, 0.939312518, -0.341887474, 0, -0.34202522, -0.939690828) | |
| 2664 | o4.BottomSurface = Enum.SurfaceType.Smooth | |
| 2665 | o4.TopSurface = Enum.SurfaceType.Smooth | |
| 2666 | o4.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 2667 | o5.Parent = o4 | |
| 2668 | o5.Scale = Vector3.new(0.0714285746, 1.2571429, 0.0714285746) | |
| 2669 | o6.Parent = o1 | |
| 2670 | o6.BrickColor = BrickColor.new("Really black")
| |
| 2671 | o6.Position = Vector3.new(-43.6662483, 1.54586697, -22.8013821) | |
| 2672 | o6.Rotation = Vector3.new(160.007111, 0.55604285, 178.472076) | |
| 2673 | o6.CanCollide = false | |
| 2674 | o6.FormFactor = Enum.FormFactor.Custom | |
| 2675 | o6.Size = Vector3.new(0.719999969, 0.719999969, 0.719999969) | |
| 2676 | o6.CFrame = CFrame.new(-43.6662483, 1.54586697, -22.8013821, -0.999597371, -0.0266627967, 0.00970462617, -0.0283740088, 0.939312518, -0.341887474, 0, -0.34202522, -0.939690828) | |
| 2677 | o6.BottomSurface = Enum.SurfaceType.Smooth | |
| 2678 | o6.TopSurface = Enum.SurfaceType.Smooth | |
| 2679 | o6.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 2680 | o7.Parent = o6 | |
| 2681 | o7.Scale = Vector3.new(0.0928571373, 0.428571433, 0.0928571373) | |
| 2682 | o8.Parent = o1 | |
| 2683 | o8.BrickColor = BrickColor.new("Really black")
| |
| 2684 | o8.Position = Vector3.new(-43.6706467, 1.70105505, -23.166748) | |
| 2685 | o8.Rotation = Vector3.new(19.9928169, 0.556040883, 1.52791929) | |
| 2686 | o8.CanCollide = false | |
| 2687 | o8.FormFactor = Enum.FormFactor.Custom | |
| 2688 | o8.Size = Vector3.new(0.719999969, 0.719999969, 0.719999969) | |
| 2689 | o8.CFrame = CFrame.new(-43.6706467, 1.70105505, -23.166748, 0.999597371, -0.026662806, 0.00970459171, 0.0283740088, 0.939312875, -0.341886282, 0, 0.342023969, 0.939691305) | |
| 2690 | o8.BottomSurface = Enum.SurfaceType.Smooth | |
| 2691 | o8.TopSurface = Enum.SurfaceType.Smooth | |
| 2692 | o8.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 2693 | o9.Parent = o8 | |
| 2694 | o9.Scale = Vector3.new(0.0714285746, 1.2571429, 0.0714285746) | |
| 2695 | o10.Parent = o1 | |
| 2696 | o10.BrickColor = BrickColor.new("Really black")
| |
| 2697 | o10.Position = Vector3.new(-43.6581421, 1.26043296, -23.319025) | |
| 2698 | o10.Rotation = Vector3.new(90, -88.374054, 90) | |
| 2699 | o10.CanCollide = false | |
| 2700 | o10.FormFactor = Enum.FormFactor.Custom | |
| 2701 | o10.Size = Vector3.new(0.719999969, 0.719999969, 0.719999969) | |
| 2702 | o10.CFrame = CFrame.new(-43.6581421, 1.26043296, -23.319025, 0, -0.0283740088, -0.999597371, 0, 0.999597371, -0.028374007, 1, 0, 0) | |
| 2703 | o10.BottomSurface = Enum.SurfaceType.Smooth | |
| 2704 | o10.TopSurface = Enum.SurfaceType.Smooth | |
| 2705 | o10.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 2706 | o11.Parent = o10 | |
| 2707 | o11.Scale = Vector3.new(0.357142866, 0.0714285746, 0.178571433) | |
| 2708 | o12.Parent = o1 | |
| 2709 | o12.BrickColor = BrickColor.new("Really black")
| |
| 2710 | o12.Position = Vector3.new(-43.6665268, 1.55614102, -23.2195148) | |
| 2711 | o12.Rotation = Vector3.new(19.9928169, 0.556040883, 1.52791929) | |
| 2712 | o12.CanCollide = false | |
| 2713 | o12.FormFactor = Enum.FormFactor.Custom | |
| 2714 | o12.Size = Vector3.new(0.719999969, 0.719999969, 0.719999969) | |
| 2715 | o12.CFrame = CFrame.new(-43.6665268, 1.55614102, -23.2195148, 0.999597371, -0.026662806, 0.00970459171, 0.0283740088, 0.939312875, -0.341886282, 0, 0.342023969, 0.939691305) | |
| 2716 | o12.BottomSurface = Enum.SurfaceType.Smooth | |
| 2717 | o12.TopSurface = Enum.SurfaceType.Smooth | |
| 2718 | o12.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 2719 | o13.Parent = o12 | |
| 2720 | o13.Scale = Vector3.new(0.0928571373, 0.428571433, 0.0928571373) | |
| 2721 | elseif Grip == "ANGLEGRIP" then | |
| 2722 | o2 = Instance.new("Part")
| |
| 2723 | o3 = Instance.new("Part")
| |
| 2724 | o4 = Instance.new("Part")
| |
| 2725 | o5 = Instance.new("Part")
| |
| 2726 | o6 = Instance.new("Part")
| |
| 2727 | o7 = Instance.new("Part")
| |
| 2728 | o8 = Instance.new("Part")
| |
| 2729 | o9 = Instance.new("Part")
| |
| 2730 | o10 = Instance.new("Part")
| |
| 2731 | o11 = Instance.new("Part")
| |
| 2732 | o12 = Instance.new("SpecialMesh")
| |
| 2733 | o13 = Instance.new("Part")
| |
| 2734 | o14 = Instance.new("Part")
| |
| 2735 | o15 = Instance.new("SpecialMesh")
| |
| 2736 | o16 = Instance.new("Part")
| |
| 2737 | o17 = Instance.new("SpecialMesh")
| |
| 2738 | o18 = Instance.new("Part")
| |
| 2739 | o19 = Instance.new("Part")
| |
| 2740 | o20 = Instance.new("Part")
| |
| 2741 | o21 = Instance.new("SpecialMesh")
| |
| 2742 | o22 = Instance.new("Part")
| |
| 2743 | o23 = Instance.new("SpecialMesh")
| |
| 2744 | o24 = Instance.new("Part")
| |
| 2745 | o25 = Instance.new("Part")
| |
| 2746 | o2.Parent = o1 | |
| 2747 | o2.Material = Enum.Material.SmoothPlastic | |
| 2748 | o2.BrickColor = BrickColor.new("Really black")
| |
| 2749 | o2.Position = Vector3.new(-43.7079277, 2.10686278, -23.0070534) | |
| 2750 | o2.Rotation = Vector3.new(0.870935917, -89.8813095, 0.87093389) | |
| 2751 | o2.Anchored = true | |
| 2752 | o2.CanCollide = false | |
| 2753 | o2.FormFactor = Enum.FormFactor.Custom | |
| 2754 | o2.Size = Vector3.new(0.156378269, 0.0721745938, 0.228552848) | |
| 2755 | o2.CFrame = CFrame.new(-43.7079277, 2.10686278, -23.0070534, 0.00210499973, -3.1999858e-005, -0.999997854, 0, 1, -3.19999308e-005, 0.999997854, 6.73598493e-008, 0.00210499973) | |
| 2756 | o2.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2757 | o2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2758 | o2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2759 | o2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2760 | o2.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2761 | o2.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2762 | o2.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 2763 | o3.Parent = o1 | |
| 2764 | o3.Material = Enum.Material.SmoothPlastic | |
| 2765 | o3.BrickColor = BrickColor.new("Really black")
| |
| 2766 | o3.Position = Vector3.new(-44.2702217, 1.98938179, -23.0059261) | |
| 2767 | o3.Rotation = Vector3.new(90.0916443, 37.2289009, 89.848526) | |
| 2768 | o3.Anchored = true | |
| 2769 | o3.CanCollide = false | |
| 2770 | o3.FormFactor = Enum.FormFactor.Custom | |
| 2771 | o3.Size = Vector3.new(0.204494655, 0.0601454861, 0.264640152) | |
| 2772 | o3.CFrame = CFrame.new(-44.2702217, 1.98938179, -23.0059261, 0.00210499973, -0.79622215, 0.605000794, 0, -0.605002105, -0.796223879, 0.999997854, 0.00167605095, -0.00127352902) | |
| 2773 | o3.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2774 | o3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2775 | o3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2776 | o3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2777 | o3.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2778 | o3.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2779 | o3.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 2780 | o4.Parent = o1 | |
| 2781 | o4.Material = Enum.Material.SmoothPlastic | |
| 2782 | o4.BrickColor = BrickColor.new("Really black")
| |
| 2783 | o4.Position = Vector3.new(-44.1654472, 1.86643887, -23.0061512) | |
| 2784 | o4.Rotation = Vector3.new(90.1556473, 52.2288246, 89.803093) | |
| 2785 | o4.Anchored = true | |
| 2786 | o4.CanCollide = false | |
| 2787 | o4.FormFactor = Enum.FormFactor.Custom | |
| 2788 | o4.Size = Vector3.new(0.204494655, 0.0601454861, 0.0775876865) | |
| 2789 | o4.CFrame = CFrame.new(-44.1654472, 1.86643887, -23.0061512, 0.00210499973, -0.612505972, 0.790463269, 0, -0.790464997, -0.612507343, 0.999997854, 0.00128932775, -0.00166392862) | |
| 2790 | o4.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2791 | o4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2792 | o4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2793 | o4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2794 | o4.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2795 | o4.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2796 | o4.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 2797 | o5.Parent = o1 | |
| 2798 | o5.Material = Enum.Material.SmoothPlastic | |
| 2799 | o5.BrickColor = BrickColor.new("Really black")
| |
| 2800 | o5.Position = Vector3.new(-44.0593262, 2.07438278, -23.0063744) | |
| 2801 | o5.Rotation = Vector3.new(90.1205978, 44.9970665, 89.8294449) | |
| 2802 | o5.Anchored = true | |
| 2803 | o5.CanCollide = false | |
| 2804 | o5.FormFactor = Enum.FormFactor.Custom | |
| 2805 | o5.Size = Vector3.new(0.204494655, 0.0481163897, 0.0601454861) | |
| 2806 | o5.CFrame = CFrame.new(-44.0593262, 2.07438278, -23.0063744, 0.00210499973, -0.707140028, 0.707070529, 0, -0.707072079, -0.707141578, 0.999997854, 0.00148853287, -0.00148838642) | |
| 2807 | o5.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2808 | o5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2809 | o5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2810 | o5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2811 | o5.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2812 | o5.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2813 | o5.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 2814 | o6.Parent = o1 | |
| 2815 | o6.Material = Enum.Material.SmoothPlastic | |
| 2816 | o6.BrickColor = BrickColor.new("Really black")
| |
| 2817 | o6.Position = Vector3.new(-44.0290871, 2.04886079, -23.006443) | |
| 2818 | o6.Rotation = Vector3.new(89.9303665, -30.0025082, 89.8607254) | |
| 2819 | o6.Anchored = true | |
| 2820 | o6.CanCollide = false | |
| 2821 | o6.FormFactor = Enum.FormFactor.Custom | |
| 2822 | o6.Size = Vector3.new(0.204494655, 0.0601454861, 0.108261876) | |
| 2823 | o6.CFrame = CFrame.new(-44.0290871, 2.04886079, -23.006443, 0.00210499973, -0.86600101, -0.500037909, 0, 0.500038981, -0.866002917, 0.999997854, 0.00182293588, 0.00105258182) | |
| 2824 | o6.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2825 | o6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2826 | o6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2827 | o6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2828 | o6.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2829 | o6.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2830 | o6.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 2831 | o7.Parent = o1 | |
| 2832 | o7.Material = Enum.Material.SmoothPlastic | |
| 2833 | o7.BrickColor = BrickColor.new("Really black")
| |
| 2834 | o7.Position = Vector3.new(-44.2125015, 2.08517194, -23.0060539) | |
| 2835 | o7.Rotation = Vector3.new(-0.843723118, -89.8813095, -0.843721151) | |
| 2836 | o7.Anchored = true | |
| 2837 | o7.CanCollide = false | |
| 2838 | o7.FormFactor = Enum.FormFactor.Custom | |
| 2839 | o7.Size = Vector3.new(0.204494655, 0.0481163934, 0.288698345) | |
| 2840 | o7.CFrame = CFrame.new(-44.2125015, 2.08517194, -23.0060539, 0.00210499973, 3.09998613e-005, -0.999997854, 0, 1, 3.09999341e-005, 0.999997854, -6.52548522e-008, 0.00210499973) | |
| 2841 | o7.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2842 | o7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2843 | o7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2844 | o7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2845 | o7.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2846 | o7.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2847 | o7.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 2848 | o8.Parent = o1 | |
| 2849 | o8.Material = Enum.Material.SmoothPlastic | |
| 2850 | o8.BrickColor = BrickColor.new("Really black")
| |
| 2851 | o8.Position = Vector3.new(-43.9994507, 2.02802086, -23.0065079) | |
| 2852 | o8.Rotation = Vector3.new(89.7910843, -60.0023575, 89.7587662) | |
| 2853 | o8.Anchored = true | |
| 2854 | o8.CanCollide = false | |
| 2855 | o8.FormFactor = Enum.FormFactor.Custom | |
| 2856 | o8.Size = Vector3.new(0.204494655, 0.0601454861, 0.493192971) | |
| 2857 | o8.CFrame = CFrame.new(-43.9994507, 2.02802086, -23.0065079, 0.00210499973, -0.499959946, -0.866045952, 0, 0.866047859, -0.499961078, 0.999997854, 0.00105241779, 0.00182303041) | |
| 2858 | o8.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2859 | o8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2860 | o8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2861 | o8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2862 | o8.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2863 | o8.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2864 | o8.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 2865 | o9.Parent = o1 | |
| 2866 | o9.Material = Enum.Material.SmoothPlastic | |
| 2867 | o9.BrickColor = BrickColor.new("Really black")
| |
| 2868 | o9.Position = Vector3.new(-43.9869766, 2.09096074, -23.0065212) | |
| 2869 | o9.Rotation = Vector3.new(90, -0.00269289524, 89.8793945) | |
| 2870 | o9.Anchored = true | |
| 2871 | o9.CanCollide = false | |
| 2872 | o9.FormFactor = Enum.FormFactor.Custom | |
| 2873 | o9.Size = Vector3.new(0.204494655, 0.144349173, 0.0481163859) | |
| 2874 | o9.CFrame = CFrame.new(-43.9869766, 2.09096074, -23.0065212, 0.00210499973, -0.999997854, -4.69998886e-005, 0, 4.69999941e-005, -1, 0.999997854, 0.00210499973, 9.89349758e-008) | |
| 2875 | o9.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2876 | o9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2877 | o9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2878 | o9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2879 | o9.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2880 | o9.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2881 | o9.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 2882 | o10.Parent = o1 | |
| 2883 | o10.Material = Enum.Material.SmoothPlastic | |
| 2884 | o10.BrickColor = BrickColor.new("Really black")
| |
| 2885 | o10.Position = Vector3.new(-44.1809196, 2.12215877, -23.0061283) | |
| 2886 | o10.Rotation = Vector3.new(-0.843723118, -89.8813095, -0.843721151) | |
| 2887 | o10.Anchored = true | |
| 2888 | o10.CanCollide = false | |
| 2889 | o10.FormFactor = Enum.FormFactor.Custom | |
| 2890 | o10.Size = Vector3.new(0.204494655, 0.0258625615, 0.550331175) | |
| 2891 | o10.CFrame = CFrame.new(-44.1809196, 2.12215877, -23.0061283, 0.00210499973, 3.09998613e-005, -0.999997854, 0, 1, 3.09999341e-005, 0.999997854, -6.52548522e-008, 0.00210499973) | |
| 2892 | o10.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2893 | o10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2894 | o10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2895 | o10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2896 | o10.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2897 | o10.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2898 | o10.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 2899 | o11.Parent = o1 | |
| 2900 | o11.Material = Enum.Material.SmoothPlastic | |
| 2901 | o11.BrickColor = BrickColor.new("Really black")
| |
| 2902 | o11.Position = Vector3.new(-43.9057503, 2.14530373, -23.0066986) | |
| 2903 | o11.Rotation = Vector3.new(179.156281, 89.8813095, -179.156281) | |
| 2904 | o11.Anchored = true | |
| 2905 | o11.CanCollide = false | |
| 2906 | o11.FormFactor = Enum.FormFactor.Custom | |
| 2907 | o11.Size = Vector3.new(0.204494655, 0.0721745864, 0.132320076) | |
| 2908 | o11.CFrame = CFrame.new(-43.9057503, 2.14530373, -23.0066986, -0.00210499973, 3.09998613e-005, 0.999997854, 0, 1, -3.09999341e-005, -0.999997854, -6.52548522e-008, -0.00210499973) | |
| 2909 | o11.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2910 | o11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2911 | o11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2912 | o11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2913 | o11.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2914 | o11.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2915 | o11.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 2916 | o12.Parent = o11 | |
| 2917 | o12.MeshType = Enum.MeshType.Wedge | |
| 2918 | o13.Parent = o1 | |
| 2919 | o13.Material = Enum.Material.SmoothPlastic | |
| 2920 | o13.BrickColor = BrickColor.new("Really black")
| |
| 2921 | o13.Position = Vector3.new(-43.6952477, 2.15130782, -23.0071468) | |
| 2922 | o13.Rotation = Vector3.new(-0.843723118, -89.8813095, -0.843721151) | |
| 2923 | o13.Anchored = true | |
| 2924 | o13.CanCollide = false | |
| 2925 | o13.FormFactor = Enum.FormFactor.Custom | |
| 2926 | o13.Size = Vector3.new(0.204494655, 0.0601454861, 0.288698316) | |
| 2927 | o13.CFrame = CFrame.new(-43.6952477, 2.15130782, -23.0071468, 0.00210499973, 3.09998613e-005, -0.999997854, 0, 1, 3.09999341e-005, 0.999997854, -6.52548522e-008, 0.00210499973) | |
| 2928 | o13.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2929 | o13.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2930 | o13.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2931 | o13.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2932 | o13.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2933 | o13.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2934 | o13.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 2935 | o14.Parent = o1 | |
| 2936 | o14.Material = Enum.Material.SmoothPlastic | |
| 2937 | o14.BrickColor = BrickColor.new("Really black")
| |
| 2938 | o14.Position = Vector3.new(-43.6110344, 2.10920095, -23.0073242) | |
| 2939 | o14.Rotation = Vector3.new(179.156281, 89.8813095, 0.843721151) | |
| 2940 | o14.Anchored = true | |
| 2941 | o14.CanCollide = false | |
| 2942 | o14.FormFactor = Enum.FormFactor.Custom | |
| 2943 | o14.Size = Vector3.new(0.204494655, 0.024058193, 0.024058193) | |
| 2944 | o14.CFrame = CFrame.new(-43.6110344, 2.10920095, -23.0073242, 0.00210499973, -3.09998613e-005, 0.999997854, 0, -1, -3.09999341e-005, 0.999997854, 6.52548522e-008, -0.00210499973) | |
| 2945 | o14.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2946 | o14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2947 | o14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2948 | o14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2949 | o14.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2950 | o14.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2951 | o14.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 2952 | o15.Parent = o14 | |
| 2953 | o15.MeshType = Enum.MeshType.Wedge | |
| 2954 | o16.Parent = o1 | |
| 2955 | o16.Material = Enum.Material.SmoothPlastic | |
| 2956 | o16.BrickColor = BrickColor.new("Really black")
| |
| 2957 | o16.Position = Vector3.new(-43.5930023, 2.05506992, -23.0073662) | |
| 2958 | o16.Rotation = Vector3.new(179.156281, 89.8813095, 0.843721151) | |
| 2959 | o16.Anchored = true | |
| 2960 | o16.CanCollide = false | |
| 2961 | o16.FormFactor = Enum.FormFactor.Custom | |
| 2962 | o16.Size = Vector3.new(0.204494655, 0.132320076, 0.0360872932) | |
| 2963 | o16.CFrame = CFrame.new(-43.5930023, 2.05506992, -23.0073662, 0.00210499973, -3.09998613e-005, 0.999997854, 0, -1, -3.09999341e-005, 0.999997854, 6.52548522e-008, -0.00210499973) | |
| 2964 | o16.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2965 | o16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2966 | o16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2967 | o16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2968 | o16.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2969 | o16.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2970 | o16.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 2971 | o17.Parent = o16 | |
| 2972 | o17.MeshType = Enum.MeshType.Wedge | |
| 2973 | o18.Parent = o1 | |
| 2974 | o18.Material = Enum.Material.SmoothPlastic | |
| 2975 | o18.BrickColor = BrickColor.new("Really black")
| |
| 2976 | o18.Position = Vector3.new(-43.5508919, 2.05506778, -23.0074501) | |
| 2977 | o18.Rotation = Vector3.new(-90, 0.00269289524, -89.8793945) | |
| 2978 | o18.Anchored = true | |
| 2979 | o18.CanCollide = false | |
| 2980 | o18.FormFactor = Enum.FormFactor.Custom | |
| 2981 | o18.Size = Vector3.new(0.204494655, 0.0481163934, 0.132320076) | |
| 2982 | o18.CFrame = CFrame.new(-43.5508919, 2.05506778, -23.0074501, 0.00210499973, 0.999997854, 4.69998886e-005, 0, -4.69999941e-005, 1, 0.999997854, -0.00210499973, -9.89349758e-008) | |
| 2983 | o18.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2984 | o18.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2985 | o18.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2986 | o18.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2987 | o18.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2988 | o18.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2989 | o18.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 2990 | o19.Parent = o1 | |
| 2991 | o19.Material = Enum.Material.SmoothPlastic | |
| 2992 | o19.BrickColor = BrickColor.new("Really black")
| |
| 2993 | o19.Position = Vector3.new(-43.5328445, 2.13926983, -23.0074863) | |
| 2994 | o19.Rotation = Vector3.new(-0.843723118, -89.8813095, -0.843721151) | |
| 2995 | o19.Anchored = true | |
| 2996 | o19.CanCollide = false | |
| 2997 | o19.FormFactor = Enum.FormFactor.Custom | |
| 2998 | o19.Size = Vector3.new(0.204494655, 0.0360872932, 0.0360872857) | |
| 2999 | o19.CFrame = CFrame.new(-43.5328445, 2.13926983, -23.0074863, 0.00210499973, 3.09998613e-005, -0.999997854, 0, 1, 3.09999341e-005, 0.999997854, -6.52548522e-008, 0.00210499973) | |
| 3000 | o19.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3001 | o19.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3002 | o19.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3003 | o19.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3004 | o19.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3005 | o19.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3006 | o19.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 3007 | o20.Parent = o1 | |
| 3008 | o20.Material = Enum.Material.SmoothPlastic | |
| 3009 | o20.BrickColor = BrickColor.new("Really black")
| |
| 3010 | o20.Position = Vector3.new(-43.5208168, 2.05506587, -23.0075073) | |
| 3011 | o20.Rotation = Vector3.new(-90, 0.00269289524, -89.8793945) | |
| 3012 | o20.Anchored = true | |
| 3013 | o20.CanCollide = false | |
| 3014 | o20.FormFactor = Enum.FormFactor.Custom | |
| 3015 | o20.Size = Vector3.new(0.204494655, 0.0120290974, 0.132320076) | |
| 3016 | o20.CFrame = CFrame.new(-43.5208168, 2.05506587, -23.0075073, 0.00210499973, 0.999997854, 4.69998886e-005, 0, -4.69999941e-005, 1, 0.999997854, -0.00210499973, -9.89349758e-008) | |
| 3017 | o20.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3018 | o20.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3019 | o20.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3020 | o20.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3021 | o20.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3022 | o20.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3023 | o20.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 3024 | o21.Parent = o20 | |
| 3025 | o21.MeshType = Enum.MeshType.Wedge | |
| 3026 | o22.Parent = o1 | |
| 3027 | o22.Material = Enum.Material.SmoothPlastic | |
| 3028 | o22.BrickColor = BrickColor.new("Really black")
| |
| 3029 | o22.Position = Vector3.new(-43.5328407, 2.16934395, -23.0074863) | |
| 3030 | o22.Rotation = Vector3.new(-0.843723118, -89.8813095, -0.843721151) | |
| 3031 | o22.Anchored = true | |
| 3032 | o22.CanCollide = false | |
| 3033 | o22.FormFactor = Enum.FormFactor.Custom | |
| 3034 | o22.Size = Vector3.new(0.204494655, 0.0240581967, 0.0360872857) | |
| 3035 | o22.CFrame = CFrame.new(-43.5328407, 2.16934395, -23.0074863, 0.00210499973, 3.09998613e-005, -0.999997854, 0, 1, 3.09999341e-005, 0.999997854, -6.52548522e-008, 0.00210499973) | |
| 3036 | o22.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3037 | o22.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3038 | o22.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3039 | o22.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3040 | o22.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3041 | o22.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3042 | o22.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 3043 | o23.Parent = o22 | |
| 3044 | o23.MeshType = Enum.MeshType.Wedge | |
| 3045 | o24.Parent = o1 | |
| 3046 | o24.Material = Enum.Material.SmoothPlastic | |
| 3047 | o24.BrickColor = BrickColor.new("Really black")
| |
| 3048 | o24.Position = Vector3.new(-43.9694099, 1.99636579, -23.0065041) | |
| 3049 | o24.Rotation = Vector3.new(89.7911301, -59.9968758, 89.758812) | |
| 3050 | o24.Anchored = true | |
| 3051 | o24.CanCollide = false | |
| 3052 | o24.FormFactor = Enum.FormFactor.Custom | |
| 3053 | o24.Size = Vector3.new(0.156378269, 0.0721745938, 0.470939159) | |
| 3054 | o24.CFrame = CFrame.new(-43.9694099, 1.99636579, -23.0065041, 0.00210499973, -0.500042975, -0.865998089, 0, 0.865999997, -0.500044107, 0.999997854, 0.00105259253, 0.00182292971) | |
| 3055 | o24.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3056 | o24.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3057 | o24.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3058 | o24.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3059 | o24.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3060 | o24.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3061 | o24.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 3062 | o25.Parent = o1 | |
| 3063 | o25.Material = Enum.Material.SmoothPlastic | |
| 3064 | o25.BrickColor = BrickColor.new("Really black")
| |
| 3065 | o25.Position = Vector3.new(-44.3612099, 2.10910392, -23.0057392) | |
| 3066 | o25.Rotation = Vector3.new(90.0916443, 37.2289009, 89.848526) | |
| 3067 | o25.Anchored = true | |
| 3068 | o25.CanCollide = false | |
| 3069 | o25.FormFactor = Enum.FormFactor.Custom | |
| 3070 | o25.Size = Vector3.new(0.204494596, 0.0601454675, 0.0601454675) | |
| 3071 | o25.CFrame = CFrame.new(-44.3612099, 2.10910392, -23.0057392, 0.00210499973, -0.79622215, 0.605000794, 0, -0.605002105, -0.796223879, 0.999997854, 0.00167605095, -0.00127352902) | |
| 3072 | o25.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3073 | o25.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3074 | o25.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3075 | o25.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3076 | o25.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3077 | o25.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3078 | o25.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 3079 | elseif Grip == "VERTGRIP" then | |
| 3080 | o2 = Instance.new("Part")
| |
| 3081 | o3 = Instance.new("CylinderMesh")
| |
| 3082 | o4 = Instance.new("Part")
| |
| 3083 | o5 = Instance.new("CylinderMesh")
| |
| 3084 | o2.Parent = o1 | |
| 3085 | o2.Material = Enum.Material.SmoothPlastic | |
| 3086 | o2.BrickColor = BrickColor.new(CUSTOMCOLOR) | |
| 3087 | o2.Position = Vector3.new(-43.8131485, 1.94014311, -23.021431) | |
| 3088 | o2.Anchored = true | |
| 3089 | o2.FormFactor = Enum.FormFactor.Symmetric | |
| 3090 | o2.Size = Vector3.new(1, 1, 1) | |
| 3091 | o2.CFrame = CFrame.new(-43.8131485, 1.94014311, -23.021431, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 3092 | o2.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3093 | o2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3094 | o2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3095 | o2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3096 | o2.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3097 | o2.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3098 | o2.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 3099 | o3.Parent = o2 | |
| 3100 | o3.Scale = Vector3.new(0.181818187, 0.636363626, 0.227272734) | |
| 3101 | o4.Parent = o1 | |
| 3102 | o4.Material = Enum.Material.SmoothPlastic | |
| 3103 | o4.BrickColor = BrickColor.new(CUSTOMCOLOR) | |
| 3104 | o4.Position = Vector3.new(-43.8131485, 1.61286783, -23.021431) | |
| 3105 | o4.Anchored = true | |
| 3106 | o4.FormFactor = Enum.FormFactor.Symmetric | |
| 3107 | o4.Size = Vector3.new(1, 1, 1) | |
| 3108 | o4.CFrame = CFrame.new(-43.8131485, 1.61286783, -23.021431, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 3109 | o4.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3110 | o4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3111 | o4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3112 | o4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3113 | o4.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3114 | o4.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3115 | o4.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 3116 | o5.Parent = o4 | |
| 3117 | o5.Scale = Vector3.new(0.272727281, 0.0909090936, 0.227272734) | |
| 3118 | else | |
| 3119 | end | |
| 3120 | if FlashLight == true then | |
| 3121 | o2 = Instance.new("Part")
| |
| 3122 | o3 = Instance.new("SpotLight")
| |
| 3123 | o4 = Instance.new("Part")
| |
| 3124 | o2.Name = "LIGHT" | |
| 3125 | o2.Parent = o1 | |
| 3126 | o2.Material = Enum.Material.SmoothPlastic | |
| 3127 | o2.BrickColor = BrickColor.new("Deep orange")
| |
| 3128 | o2.Position = Vector3.new(-43.500782, 2.23753619, -22.7379551) | |
| 3129 | o2.Shape = Enum.PartType.Cylinder | |
| 3130 | o2.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 3131 | o2.CFrame = CFrame.new(-43.500782, 2.23753619, -22.7379551, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 3132 | o2.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3133 | o2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3134 | o2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3135 | o2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3136 | o2.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3137 | o2.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3138 | o2.Color = Color3.new(1, 0.686275, 0) | |
| 3139 | o3.Name = "LIGHT" | |
| 3140 | o3.Brightness = 3 | |
| 3141 | o3.Parent = o2 | |
| 3142 | o3.Face = Enum.NormalId.Right | |
| 3143 | o4.Parent = o1 | |
| 3144 | o4.Material = Enum.Material.SmoothPlastic | |
| 3145 | o4.BrickColor = BrickColor.new("Really black")
| |
| 3146 | o4.Position = Vector3.new(-43.8711853, 2.24708676, -22.7379551) | |
| 3147 | o4.Size = Vector3.new(0.930000186, 0.200000003, 0.200000003) | |
| 3148 | o4.CFrame = CFrame.new(-43.8711853, 2.24708676, -22.7379551, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 3149 | o4.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3150 | o4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3151 | o4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3152 | o4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3153 | o4.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3154 | o4.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3155 | o4.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 3156 | ||
| 3157 | end | |
| 3158 | if Sight == "HOLOSIGHT" then | |
| 3159 | o2 = Instance.new("Part")
| |
| 3160 | o3 = Instance.new("BlockMesh")
| |
| 3161 | o4 = Instance.new("Part")
| |
| 3162 | o5 = Instance.new("SpecialMesh")
| |
| 3163 | o6 = Instance.new("Part")
| |
| 3164 | o7 = Instance.new("BlockMesh")
| |
| 3165 | o8 = Instance.new("Part")
| |
| 3166 | o9 = Instance.new("SpecialMesh")
| |
| 3167 | o10 = Instance.new("Part")
| |
| 3168 | o11 = Instance.new("BlockMesh")
| |
| 3169 | o12 = Instance.new("Part")
| |
| 3170 | o13 = Instance.new("Decal")
| |
| 3171 | o14 = Instance.new("BlockMesh")
| |
| 3172 | o15 = Instance.new("Part")
| |
| 3173 | o16 = Instance.new("BlockMesh")
| |
| 3174 | o17 = Instance.new("Part")
| |
| 3175 | o18 = Instance.new("SpecialMesh")
| |
| 3176 | o19 = Instance.new("Part")
| |
| 3177 | o20 = Instance.new("BlockMesh")
| |
| 3178 | o21 = Instance.new("Part")
| |
| 3179 | o22 = Instance.new("SpecialMesh")
| |
| 3180 | o23 = Instance.new("Part")
| |
| 3181 | o24 = Instance.new("SpecialMesh")
| |
| 3182 | o25 = Instance.new("Part")
| |
| 3183 | o26 = Instance.new("SpecialMesh")
| |
| 3184 | o27 = Instance.new("Part")
| |
| 3185 | o28 = Instance.new("SpecialMesh")
| |
| 3186 | o29 = Instance.new("Part")
| |
| 3187 | o30 = Instance.new("BlockMesh")
| |
| 3188 | o31 = Instance.new("Part")
| |
| 3189 | o32 = Instance.new("BlockMesh")
| |
| 3190 | o33 = Instance.new("Part")
| |
| 3191 | o34 = Instance.new("SpecialMesh")
| |
| 3192 | o35 = Instance.new("Part")
| |
| 3193 | o36 = Instance.new("CylinderMesh")
| |
| 3194 | o37 = Instance.new("Part")
| |
| 3195 | o38 = Instance.new("Decal")
| |
| 3196 | o39 = Instance.new("CylinderMesh")
| |
| 3197 | o40 = Instance.new("Part")
| |
| 3198 | o41 = Instance.new("BlockMesh")
| |
| 3199 | o42 = Instance.new("Part")
| |
| 3200 | o43 = Instance.new("SpecialMesh")
| |
| 3201 | o44 = Instance.new("Part")
| |
| 3202 | o45 = Instance.new("SpecialMesh")
| |
| 3203 | o46 = Instance.new("Part")
| |
| 3204 | o47 = Instance.new("Decal")
| |
| 3205 | o48 = Instance.new("BlockMesh")
| |
| 3206 | o49 = Instance.new("Part")
| |
| 3207 | o50 = Instance.new("SpecialMesh")
| |
| 3208 | o51 = Instance.new("Part")
| |
| 3209 | o52 = Instance.new("BlockMesh")
| |
| 3210 | o53 = Instance.new("Part")
| |
| 3211 | o54 = Instance.new("SpecialMesh")
| |
| 3212 | o55 = Instance.new("Part")
| |
| 3213 | o56 = Instance.new("BlockMesh")
| |
| 3214 | o57 = Instance.new("Part")
| |
| 3215 | o58 = Instance.new("SpecialMesh")
| |
| 3216 | o59 = Instance.new("Part")
| |
| 3217 | o60 = Instance.new("BlockMesh")
| |
| 3218 | o61 = Instance.new("Part")
| |
| 3219 | o62 = Instance.new("Decal")
| |
| 3220 | o63 = Instance.new("BlockMesh")
| |
| 3221 | o64 = Instance.new("Part")
| |
| 3222 | o65 = Instance.new("BlockMesh")
| |
| 3223 | o66 = Instance.new("Part")
| |
| 3224 | o67 = Instance.new("BlockMesh")
| |
| 3225 | o68 = Instance.new("Part")
| |
| 3226 | o69 = Instance.new("BlockMesh")
| |
| 3227 | o70 = Instance.new("Part")
| |
| 3228 | o71 = Instance.new("SpecialMesh")
| |
| 3229 | o72 = Instance.new("Part")
| |
| 3230 | o73 = Instance.new("SpecialMesh")
| |
| 3231 | o74 = Instance.new("Part")
| |
| 3232 | o75 = Instance.new("Decal")
| |
| 3233 | o76 = Instance.new("BlockMesh")
| |
| 3234 | o77 = Instance.new("Part")
| |
| 3235 | o78 = Instance.new("BlockMesh")
| |
| 3236 | o79 = Instance.new("Part")
| |
| 3237 | o80 = Instance.new("BlockMesh")
| |
| 3238 | o81 = Instance.new("Part")
| |
| 3239 | o82 = Instance.new("BlockMesh")
| |
| 3240 | o83 = Instance.new("Part")
| |
| 3241 | o84 = Instance.new("SpecialMesh")
| |
| 3242 | o85 = Instance.new("Part")
| |
| 3243 | o86 = Instance.new("SpecialMesh")
| |
| 3244 | o87 = Instance.new("Part")
| |
| 3245 | o88 = Instance.new("BlockMesh")
| |
| 3246 | o89 = Instance.new("Part")
| |
| 3247 | o90 = Instance.new("BlockMesh")
| |
| 3248 | o91 = Instance.new("Part")
| |
| 3249 | o92 = Instance.new("SpecialMesh")
| |
| 3250 | o93 = Instance.new("Part")
| |
| 3251 | o94 = Instance.new("BlockMesh")
| |
| 3252 | o95 = Instance.new("Part")
| |
| 3253 | o96 = Instance.new("SpecialMesh")
| |
| 3254 | o97 = Instance.new("Part")
| |
| 3255 | o98 = Instance.new("BlockMesh")
| |
| 3256 | o99 = Instance.new("Part")
| |
| 3257 | o100 = Instance.new("CylinderMesh")
| |
| 3258 | o101 = Instance.new("Part")
| |
| 3259 | o102 = Instance.new("CylinderMesh")
| |
| 3260 | o103 = Instance.new("Part")
| |
| 3261 | o104 = Instance.new("BlockMesh")
| |
| 3262 | o105 = Instance.new("Part")
| |
| 3263 | o106 = Instance.new("BlockMesh")
| |
| 3264 | o107 = Instance.new("Part")
| |
| 3265 | o108 = Instance.new("SpecialMesh")
| |
| 3266 | o109 = Instance.new("Part")
| |
| 3267 | o110 = Instance.new("BlockMesh")
| |
| 3268 | o111 = Instance.new("Part")
| |
| 3269 | o112 = Instance.new("SpecialMesh")
| |
| 3270 | o113 = Instance.new("Part")
| |
| 3271 | o114 = Instance.new("SpecialMesh")
| |
| 3272 | o115 = Instance.new("Part")
| |
| 3273 | o116 = Instance.new("SpecialMesh")
| |
| 3274 | o117 = Instance.new("Part")
| |
| 3275 | o118 = Instance.new("BlockMesh")
| |
| 3276 | o119 = Instance.new("Part")
| |
| 3277 | o120 = Instance.new("Decal")
| |
| 3278 | o121 = Instance.new("BlockMesh")
| |
| 3279 | o122 = Instance.new("Part")
| |
| 3280 | o123 = Instance.new("BlockMesh")
| |
| 3281 | o124 = Instance.new("Part")
| |
| 3282 | o125 = Instance.new("SpecialMesh")
| |
| 3283 | o126 = Instance.new("Part")
| |
| 3284 | o127 = Instance.new("SpecialMesh")
| |
| 3285 | o128 = Instance.new("Part")
| |
| 3286 | o129 = Instance.new("SpecialMesh")
| |
| 3287 | o130 = Instance.new("Part")
| |
| 3288 | o131 = Instance.new("SpecialMesh")
| |
| 3289 | o132 = Instance.new("Part")
| |
| 3290 | o133 = Instance.new("SpecialMesh")
| |
| 3291 | o134 = Instance.new("Part")
| |
| 3292 | o135 = Instance.new("SpecialMesh")
| |
| 3293 | o136 = Instance.new("Part")
| |
| 3294 | o137 = Instance.new("BlockMesh")
| |
| 3295 | o138 = Instance.new("Part")
| |
| 3296 | o139 = Instance.new("SpecialMesh")
| |
| 3297 | o140 = Instance.new("Part")
| |
| 3298 | o141 = Instance.new("SpecialMesh")
| |
| 3299 | o142 = Instance.new("Part")
| |
| 3300 | o143 = Instance.new("SpecialMesh")
| |
| 3301 | o144 = Instance.new("Part")
| |
| 3302 | o145 = Instance.new("SpecialMesh")
| |
| 3303 | o146 = Instance.new("Part")
| |
| 3304 | o147 = Instance.new("BlockMesh")
| |
| 3305 | o2.Parent = o1 | |
| 3306 | o2.BrickColor = BrickColor.new(CUSTOMCOLOR) | |
| 3307 | o2.Position = Vector3.new(-45.2369041, 2.81570745, -23.0101967) | |
| 3308 | o2.Rotation = Vector3.new(179.998566, -0.00189072778, 179.998688) | |
| 3309 | o2.Anchored = true | |
| 3310 | o2.FormFactor = Enum.FormFactor.Custom | |
| 3311 | o2.Size = Vector3.new(0.200000003, 0.200000003, 0.223999992) | |
| 3312 | o2.CFrame = CFrame.new(-45.2369041, 2.81570745, -23.0101967, -1, -2.30008263e-005, -3.29994255e-005, -2.30000005e-005, 1, -2.50007579e-005, 3.30000003e-005, -2.49999994e-005, -1) | |
| 3313 | o2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3314 | o2.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3315 | o2.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 3316 | o3.Parent = o2 | |
| 3317 | o3.Scale = Vector3.new(0.879999995, 0.0960000008, 1) | |
| 3318 | o4.Parent = o1 | |
| 3319 | o4.BrickColor = BrickColor.new(CUSTOMCOLOR) | |
| 3320 | o4.Position = Vector3.new(-45.3379478, 2.67370844, -23.1152229) | |
| 3321 | o4.Rotation = Vector3.new(-0.00200535241, 90, 0) | |
| 3322 | o4.Anchored = true | |
| 3323 | o4.FormFactor = Enum.FormFactor.Custom | |
| 3324 | o4.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 3325 | o4.CFrame = CFrame.new(-45.3379478, 2.67370844, -23.1152229, -3.19999999e-005, -3.50000009e-005, 1, -3.50000009e-005, 1, 3.49988804e-005, -1, -3.49988804e-005, -3.20012259e-005) | |
| 3326 | o4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3327 | o4.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3328 | o4.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 3329 | o5.Parent = o4 | |
| 3330 | o5.Scale = Vector3.new(0.0800000057, 0.400000095, 0.159999952) | |
| 3331 | o5.MeshType = Enum.MeshType.Wedge | |
| 3332 | o6.Parent = o1 | |
| 3333 | o6.BrickColor = BrickColor.new(CUSTOMCOLOR) | |
| 3334 | o6.Position = Vector3.new(-45.242939, 2.70176029, -22.9381714) | |
| 3335 | o6.Rotation = Vector3.new(179.998566, -0.00189072778, 179.998688) | |
| 3336 | o6.Anchored = true | |
| 3337 | o6.FormFactor = Enum.FormFactor.Custom | |
| 3338 | o6.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 3339 | o6.CFrame = CFrame.new(-45.242939, 2.70176029, -22.9381714, -1, -2.30008263e-005, -3.29994255e-005, -2.30000005e-005, 1, -2.50007579e-005, 3.30000003e-005, -2.49999994e-005, -1) | |
| 3340 | o6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3341 | o6.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3342 | o6.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 3343 | o7.Parent = o6 | |
| 3344 | o7.Scale = Vector3.new(0.640000045, 0.672000051, 0.0800000057) | |
| 3345 | o8.Parent = o1 | |
| 3346 | o8.BrickColor = BrickColor.new(CUSTOMCOLOR) | |
| 3347 | o8.Position = Vector3.new(-45.337944, 2.8157053, -23.0102005) | |
| 3348 | o8.Rotation = Vector3.new(-0.00200535241, 90, 0) | |
| 3349 | o8.Anchored = true | |
| 3350 | o8.FormFactor = Enum.FormFactor.Custom | |
| 3351 | o8.Size = Vector3.new(0.223999962, 0.200000003, 0.200000003) | |
| 3352 | o8.CFrame = CFrame.new(-45.337944, 2.8157053, -23.0102005, -3.19999999e-005, -3.50000009e-005, 1, -3.50000009e-005, 1, 3.49988804e-005, -1, -3.49988804e-005, -3.20012259e-005) | |
| 3353 | o8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3354 | o8.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3355 | o8.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 3356 | o9.Parent = o8 | |
| 3357 | o9.Scale = Vector3.new(1, 0.0960001424, 0.159999952) | |
| 3358 | o9.MeshType = Enum.MeshType.Wedge | |
| 3359 | o10.Parent = o1 | |
| 3360 | o10.BrickColor = BrickColor.new(CUSTOMCOLOR) | |
| 3361 | o10.Position = Vector3.new(-45.2519188, 2.77775049, -23.0121861) | |
| 3362 | o10.Rotation = Vector3.new(179.998566, -0.00189072778, 179.998688) | |
| 3363 | o10.Anchored = true | |
| 3364 | o10.FormFactor = Enum.FormFactor.Custom | |
| 3365 | o10.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 3366 | o10.CFrame = CFrame.new(-45.2519188, 2.77775049, -23.0121861, -1, -2.30008263e-005, -3.29994255e-005, -2.30000005e-005, 1, -2.50007579e-005, 3.30000003e-005, -2.49999994e-005, -1) | |
| 3367 | o10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3368 | o10.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3369 | o10.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 3370 | o11.Parent = o10 | |
| 3371 | o11.Scale = Vector3.new(0.719999969, 0.0960000008, 0.799999952) | |
| 3372 | o12.Parent = o1 | |
| 3373 | o12.BrickColor = BrickColor.new(CUSTOMCOLOR) | |
| 3374 | o12.Position = Vector3.new(-45.3429451, 2.57272339, -22.9691792) | |
| 3375 | o12.Rotation = Vector3.new(89.9979935, 0.00131786719, 89.9981689) | |
| 3376 | o12.Anchored = true | |
| 3377 | o12.FormFactor = Enum.FormFactor.Custom | |
| 3378 | o12.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 3379 | o12.CFrame = CFrame.new(-45.3429451, 2.57272339, -22.9691792, 3.19999999e-005, -1, 2.3001121e-005, 3.50000009e-005, -2.30000005e-005, -1, 1, 3.20008039e-005, 3.49992661e-005) | |
| 3380 | o12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3381 | o12.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3382 | o12.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 3383 | o13.Parent = o12 | |
| 3384 | o13.Texture = "http://www.roblox.com/asset/?id=46738391" | |
| 3385 | o13.Face = Enum.NormalId.Top | |
| 3386 | o14.Parent = o12 | |
| 3387 | o14.Scale = Vector3.new(0.239999995, 0.0400000028, 0.160000011) | |
| 3388 | o15.Parent = o1 | |
| 3389 | o15.BrickColor = BrickColor.new(CUSTOMCOLOR) | |
| 3390 | o15.Position = Vector3.new(-45.2499352, 2.79672241, -22.9061947) | |
| 3391 | o15.Rotation = Vector3.new(179.998566, -0.00189072778, 179.998688) | |
| 3392 | o15.Anchored = true | |
| 3393 | o15.FormFactor = Enum.FormFactor.Custom | |
| 3394 | o15.Size = Vector3.new(0.207999989, 0.200000003, 0.200000003) | |
| 3395 | o15.CFrame = CFrame.new(-45.2499352, 2.79672241, -22.9061947, -1, -2.30008263e-005, -3.29994255e-005, -2.30000005e-005, 1, -2.50007579e-005, 3.30000003e-005, -2.49999994e-005, -1) | |
| 3396 | o15.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3397 | o15.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3398 | o15.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 3399 | o16.Parent = o15 | |
| 3400 | o16.Scale = Vector3.new(1, 0.0960000008, 0.0800000057) | |
| 3401 | o17.Parent = o1 | |
| 3402 | o17.BrickColor = BrickColor.new(CUSTOMCOLOR) | |
| 3403 | o17.Position = Vector3.new(-45.3389473, 2.67370629, -22.9061985) | |
| 3404 | o17.Rotation = Vector3.new(-0.00200535241, 90, 0) | |
| 3405 | o17.Anchored = true | |
| 3406 | o17.FormFactor = Enum.FormFactor.Custom | |
| 3407 | o17.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 3408 | o17.CFrame = CFrame.new(-45.3389473, 2.67370629, -22.9061985, -3.19999999e-005, -3.50000009e-005, 1, -3.50000009e-005, 1, 3.49988804e-005, -1, -3.49988804e-005, -3.20012259e-005) | |
| 3409 | o17.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3410 | o17.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3411 | o17.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 3412 | o18.Parent = o17 | |
| 3413 | o18.Scale = Vector3.new(0.0800000057, 0.400000095, 0.159999952) | |
| 3414 | o18.MeshType = Enum.MeshType.Wedge | |
| 3415 | o19.Parent = o1 | |
| 3416 | o19.BrickColor = BrickColor.new(CUSTOMCOLOR) | |
| 3417 | o19.Position = Vector3.new(-45.2439537, 2.7007184, -23.0821514) | |
| 3418 | o19.Rotation = Vector3.new(179.998566, -0.00189072778, 179.998688) | |
| 3419 | o19.Anchored = true | |
| 3420 | o19.FormFactor = Enum.FormFactor.Custom | |
| 3421 | o19.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 3422 | o19.CFrame = CFrame.new(-45.2439537, 2.7007184, -23.0821514, -1, -2.30008263e-005, -3.29994255e-005, -2.30000005e-005, 1, -2.50007579e-005, 3.30000003e-005, -2.49999994e-005, -1) | |
| 3423 | o19.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3424 | o19.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3425 | o19.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 3426 | o20.Parent = o19 | |
| 3427 | o20.Scale = Vector3.new(0.640000045, 0.672000051, 0.0800000057) | |
| 3428 | o21.Parent = o1 | |
| 3429 | o21.BrickColor = BrickColor.new(CUSTOMCOLOR) | |
| 3430 | o21.Position = Vector3.new(-45.0039558, 2.60572433, -23.1142025) | |
| 3431 | o21.Rotation = Vector3.new(-0.00200535241, -90, 0) | |
| 3432 | o21.Anchored = true | |
| 3433 | o21.FormFactor = Enum.FormFactor.Custom | |
| 3434 | o21.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 3435 | o21.CFrame = CFrame.new(-45.0039558, 2.60572433, -23.1142025, 3.19999999e-005, -3.50000009e-005, -1, 3.50000009e-005, 1, -3.49988804e-005, 1, -3.49988804e-005, 3.20012259e-005) | |
| 3436 | o21.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3437 | o21.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3438 | o21.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 3439 | o22.Parent = o21 | |
| 3440 | o22.Scale = Vector3.new(0.0800000057, 0.671999872, 0.639999866) | |
| 3441 | o22.MeshType = Enum.MeshType.Wedge | |
| 3442 | o23.Parent = o1 | |
| 3443 | o23.BrickColor = BrickColor.new(CUSTOMCOLOR) | |
| 3444 | o23.Position = Vector3.new(-45.1629601, 2.71073437, -23.0841694) | |
| 3445 | o23.Rotation = Vector3.new(-0.00200535241, -90, 0) | |
| 3446 | o23.Anchored = true | |
| 3447 | o23.FormFactor = Enum.FormFactor.Custom | |
| 3448 | o23.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 3449 | o23.CFrame = CFrame.new(-45.1629601, 2.71073437, -23.0841694, 3.19999999e-005, -3.50000009e-005, -1, 3.50000009e-005, 1, -3.49988804e-005, 1, -3.49988804e-005, 3.20012259e-005) | |
| 3450 | o23.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3451 | o23.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3452 | o23.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 3453 | o24.Parent = o23 | |
| 3454 | o24.Scale = Vector3.new(0.0800000057, 0.768000007, 0.159999952) | |
| 3455 | o24.MeshType = Enum.MeshType.Wedge | |
| 3456 | o25.Parent = o1 | |
| 3457 | o25.BrickColor = BrickColor.new(CUSTOMCOLOR) | |
| 3458 | o25.Position = Vector3.new(-45.1219406, 2.80674434, -23.0111694) | |
| 3459 | o25.Rotation = Vector3.new(-0.00200535241, -90, 0) | |
| 3460 | o25.Anchored = true | |
| 3461 | o25.FormFactor = Enum.FormFactor.Custom | |
| 3462 | o25.Size = Vector3.new(0.223999962, 0.200000003, 0.200000003) | |
| 3463 | o25.CFrame = CFrame.new(-45.1219406, 2.80674434, -23.0111694, 3.19999999e-005, -3.50000009e-005, -1, 3.50000009e-005, 1, -3.49988804e-005, 1, -3.49988804e-005, 3.20012259e-005) | |
| 3464 | o25.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3465 | o25.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3466 | o25.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 3467 | o26.Parent = o25 | |
| 3468 | o26.Scale = Vector3.new(1, 0.192000151, 0.239999965) | |
| 3469 | o26.MeshType = Enum.MeshType.Wedge | |
| 3470 | o27.Parent = o1 | |
| 3471 | o27.BrickColor = BrickColor.new(CUSTOMCOLOR) | |
| 3472 | o27.Position = Vector3.new(-45.3229294, 2.67670345, -23.0821533) | |
| 3473 | o27.Rotation = Vector3.new(-0.00200535241, 90, 0) | |
| 3474 | o27.Anchored = true | |
| 3475 | o27.FormFactor = Enum.FormFactor.Custom | |
| 3476 | o27.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 3477 | o27.CFrame = CFrame.new(-45.3229294, 2.67670345, -23.0821533, -3.19999999e-005, -3.50000009e-005, 1, -3.50000009e-005, 1, 3.49988804e-005, -1, -3.49988804e-005, -3.20012259e-005) | |
| 3478 | o27.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3479 | o27.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3480 | o27.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 3481 | o28.Parent = o27 | |
| 3482 | o28.Scale = Vector3.new(0.0800000057, 0.256000072, 0.159999952) | |
| 3483 | o28.MeshType = Enum.MeshType.Wedge | |
| 3484 | o29.Parent = o1 | |
| 3485 | o29.BrickColor = BrickColor.new(CUSTOMCOLOR) | |
| 3486 | o29.Position = Vector3.new(-45.242939, 2.59570932, -22.9381714) | |
| 3487 | o29.Rotation = Vector3.new(179.998566, -0.00189072778, 179.998688) | |
| 3488 | o29.Anchored = true | |
| 3489 | o29.FormFactor = Enum.FormFactor.Custom | |
| 3490 | o29.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 3491 | o29.CFrame = CFrame.new(-45.242939, 2.59570932, -22.9381714, -1, -2.30008263e-005, -3.29994255e-005, -2.30000005e-005, 1, -2.50007579e-005, 3.30000003e-005, -2.49999994e-005, -1) | |
| 3492 | o29.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3493 | o29.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3494 | o29.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 3495 | o30.Parent = o29 | |
| 3496 | o30.Scale = Vector3.new(0.959999979, 0.384000003, 0.0800000057) | |
| 3497 | o31.Parent = o1 | |
| 3498 | o31.BrickColor = BrickColor.new(CUSTOMCOLOR) | |
| 3499 | o31.Position = Vector3.new(-45.2099571, 2.66275644, -22.9071884) | |
| 3500 | o31.Rotation = Vector3.new(179.998566, -0.00189072778, 179.998688) | |
| 3501 | o31.Anchored = true | |
| 3502 | o31.FormFactor = Enum.FormFactor.Custom | |
| 3503 | o31.Size = Vector3.new(0.223999992, 0.249600008, 0.200000003) | |
| 3504 | o31.CFrame = CFrame.new(-45.2099571, 2.66275644, -22.9071884, -1, -2.30008263e-005, -3.29994255e-005, -2.30000005e-005, 1, -2.50007579e-005, 3.30000003e-005, -2.49999994e-005, -1) | |
| 3505 | o31.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3506 | o31.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3507 | o31.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 3508 | o32.Parent = o31 | |
| 3509 | o32.Scale = Vector3.new(1, 1, 0.0800000057) | |
| 3510 | o33.Parent = o1 | |
| 3511 | o33.BrickColor = BrickColor.new(CUSTOMCOLOR) | |
| 3512 | o33.Position = Vector3.new(-45.3139572, 2.73575234, -22.9401321) | |
| 3513 | o33.Rotation = Vector3.new(179.998001, 90, 0) | |
| 3514 | o33.Anchored = true | |
| 3515 | o33.FormFactor = Enum.FormFactor.Custom | |
| 3516 | o33.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 3517 | o33.CFrame = CFrame.new(-45.3139572, 2.73575234, -22.9401321, 3.19999999e-005, 3.50000009e-005, 1, 3.50000009e-005, -1, 3.49988804e-005, 1, 3.49988804e-005, -3.20012259e-005) | |
| 3518 | o33.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3519 | o33.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3520 | o33.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 3521 | o34.Parent = o33 | |
| 3522 | o34.Scale = Vector3.new(0.0800000057, 0.320000082, 0.0799999312) | |
| 3523 | o34.MeshType = Enum.MeshType.Wedge | |
| 3524 | o35.Parent = o1 | |
| 3525 | o35.BrickColor = BrickColor.new(CUSTOMCOLOR) | |
| 3526 | o35.Position = Vector3.new(-45.2509651, 2.59371829, -22.8981628) | |
| 3527 | o35.Rotation = Vector3.new(-90.0020065, -0.00131786917, -179.998108) | |
| 3528 | o35.Anchored = true | |
| 3529 | o35.FormFactor = Enum.FormFactor.Custom | |
| 3530 | o35.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 3531 | o35.CFrame = CFrame.new(-45.2509651, 2.59371829, -22.8981628, -1, 3.29991963e-005, -2.30011556e-005, -2.30000005e-005, 3.50000009e-005, 1, 3.30000003e-005, 1, -3.49992406e-005) | |
| 3532 | o35.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3533 | o35.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3534 | o35.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 3535 | o36.Parent = o35 | |
| 3536 | o36.Scale = Vector3.new(0.239999995, 0.0400000028, 0.239999995) | |
| 3537 | o37.Parent = o1 | |
| 3538 | o37.BrickColor = BrickColor.new(CUSTOMCOLOR) | |
| 3539 | o37.Position = Vector3.new(-45.3419685, 2.61172843, -23.0101986) | |
| 3540 | o37.Rotation = Vector3.new(-90.0020065, -0.00131786719, 90.0018311) | |
| 3541 | o37.Anchored = true | |
| 3542 | o37.FormFactor = Enum.FormFactor.Custom | |
| 3543 | o37.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 3544 | o37.CFrame = CFrame.new(-45.3419685, 2.61172843, -23.0101986, -3.19999999e-005, -1, -2.3001121e-005, -3.50000009e-005, -2.30000005e-005, 1, -1, 3.20008039e-005, -3.49992661e-005) | |
| 3545 | o37.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3546 | o37.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3547 | o37.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 3548 | o38.Parent = o37 | |
| 3549 | o38.Texture = "http://www.roblox.com/asset/?id=46738405" | |
| 3550 | o38.Face = Enum.NormalId.Top | |
| 3551 | o39.Parent = o37 | |
| 3552 | o39.Scale = Vector3.new(0.192000002, 0.0400000028, 0.160000011) | |
| 3553 | o40.Parent = o1 | |
| 3554 | o40.BrickColor = BrickColor.new(CUSTOMCOLOR) | |
| 3555 | o40.Position = Vector3.new(-45.31493, 2.59570527, -23.0101986) | |
| 3556 | o40.Rotation = Vector3.new(-0.00200535241, -90, 0) | |
| 3557 | o40.Anchored = true | |
| 3558 | o40.FormFactor = Enum.FormFactor.Custom | |
| 3559 | o40.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 3560 | o40.CFrame = CFrame.new(-45.31493, 2.59570527, -23.0101986, 3.19999999e-005, -3.50000009e-005, -1, 3.50000009e-005, 1, -3.49988804e-005, 1, -3.49988804e-005, 3.20012259e-005) | |
| 3561 | o40.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3562 | o40.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3563 | o40.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 3564 | o41.Parent = o40 | |
| 3565 | o41.Scale = Vector3.new(0.640000045, 0.384000003, 0.239999995) | |
| 3566 | o42.Parent = o1 | |
| 3567 | o42.BrickColor = BrickColor.new(CUSTOMCOLOR) | |
| 3568 | o42.Position = Vector3.new(-45.313961, 2.7357533, -23.0831966) | |
| 3569 | o42.Rotation = Vector3.new(179.998001, 90, 0) | |
| 3570 | o42.Anchored = true | |
| 3571 | o42.FormFactor = Enum.FormFactor.Custom | |
| 3572 | o42.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 3573 | o42.CFrame = CFrame.new(-45.313961, 2.7357533, -23.0831966, 3.19999999e-005, 3.50000009e-005, 1, 3.50000009e-005, -1, 3.49988804e-005, 1, 3.49988804e-005, -3.20012259e-005) | |
| 3574 | o42.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3575 | o42.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3576 | o42.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 3577 | o43.Parent = o42 | |
| 3578 | o43.Scale = Vector3.new(0.0800000057, 0.320000082, 0.0799999312) | |
| 3579 | o43.MeshType = Enum.MeshType.Wedge | |
| 3580 | o44.Parent = o1 | |
| 3581 | o44.BrickColor = BrickColor.new(CUSTOMCOLOR) | |
| 3582 | o44.Position = Vector3.new(-45.0839424, 2.7297163, -23.1152077) | |
| 3583 | o44.Rotation = Vector3.new(-0.00200535241, -90, 0) | |
| 3584 | o44.Anchored = true | |
| 3585 | o44.FormFactor = Enum.FormFactor.Custom | |
| 3586 | o44.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 3587 | o44.CFrame = CFrame.new(-45.0839424, 2.7297163, -23.1152077, 3.19999999e-005, -3.50000009e-005, -1, 3.50000009e-005, 1, -3.49988804e-005, 1, -3.49988804e-005, 3.20012259e-005) | |
| 3588 | o44.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3589 | o44.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3590 | o44.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 3591 | o45.Parent = o44 | |
| 3592 | o45.Scale = Vector3.new(0.0800000057, 0.575999975, 0.159999952) | |
| 3593 | o45.MeshType = Enum.MeshType.Wedge | |
| 3594 | o46.Parent = o1 | |
| 3595 | o46.BrickColor = BrickColor.new(CUSTOMCOLOR) | |
| 3596 | o46.Position = Vector3.new(-45.3429413, 2.57272434, -23.0491276) | |
| 3597 | o46.Rotation = Vector3.new(-90.0020065, -0.00131786719, 90.0018311) | |
| 3598 | o46.Anchored = true | |
| 3599 | o46.FormFactor = Enum.FormFactor.Custom | |
| 3600 | o46.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 3601 | o46.CFrame = CFrame.new(-45.3429413, 2.57272434, -23.0491276, -3.19999999e-005, -1, -2.3001121e-005, -3.50000009e-005, -2.30000005e-005, 1, -1, 3.20008039e-005, -3.49992661e-005) | |
| 3602 | o46.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3603 | o46.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3604 | o46.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 3605 | o47.Parent = o46 | |
| 3606 | o47.Texture = "http://www.roblox.com/asset/?id=46738391" | |
| 3607 | o47.Face = Enum.NormalId.Top | |
| 3608 | o48.Parent = o46 | |
| 3609 | o48.Scale = Vector3.new(0.239999995, 0.0400000028, 0.160000011) | |
| 3610 | o49.Parent = o1 | |
| 3611 | o49.BrickColor = BrickColor.new(CUSTOMCOLOR) | |
| 3612 | o49.Position = Vector3.new(-45.3619232, 2.58566928, -23.1142006) | |
| 3613 | o49.Rotation = Vector3.new(-0.00200535241, 90, 0) | |
| 3614 | o49.Anchored = true | |
| 3615 | o49.FormFactor = Enum.FormFactor.Custom | |
| 3616 | o49.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 3617 | o49.CFrame = CFrame.new(-45.3619232, 2.58566928, -23.1142006, -3.19999999e-005, -3.50000009e-005, 1, -3.50000009e-005, 1, 3.49988804e-005, -1, -3.49988804e-005, -3.20012259e-005) | |
| 3618 | o49.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3619 | o49.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3620 | o49.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 3621 | o50.Parent = o49 | |
| 3622 | o50.Scale = Vector3.new(0.0800000057, 0.479999989, 0.0799999312) | |
| 3623 | o50.MeshType = Enum.MeshType.Wedge | |
| 3624 | o51.Parent = o1 | |
| 3625 | o51.BrickColor = BrickColor.new(CUSTOMCOLOR) | |
| 3626 | o51.Position = Vector3.new(-45.249939, 2.79672432, -23.1142063) | |
| 3627 | o51.Rotation = Vector3.new(179.998566, -0.00189072778, 179.998688) | |
| 3628 | o51.Anchored = true | |
| 3629 | o51.FormFactor = Enum.FormFactor.Custom | |
| 3630 | o51.Size = Vector3.new(0.207999989, 0.200000003, 0.200000003) | |
| 3631 | o51.CFrame = CFrame.new(-45.249939, 2.79672432, -23.1142063, -1, -2.30008263e-005, -3.29994255e-005, -2.30000005e-005, 1, -2.50007579e-005, 3.30000003e-005, -2.49999994e-005, -1) | |
| 3632 | o51.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3633 | o51.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3634 | o51.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 3635 | o52.Parent = o51 | |
| 3636 | o52.Scale = Vector3.new(1, 0.0960000008, 0.0800000057) | |
| 3637 | o53.Parent = o1 | |
| 3638 | o53.BrickColor = BrickColor.new(CUSTOMCOLOR) | |
| 3639 | o53.Position = Vector3.new(-45.3619232, 2.58566928, -22.9031391) | |
| 3640 | o53.Rotation = Vector3.new(-0.00200535241, 90, 0) | |
| 3641 | o53.Anchored = true | |
| 3642 | o53.FormFactor = Enum.FormFactor.Custom | |
| 3643 | o53.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 3644 | o53.CFrame = CFrame.new(-45.3619232, 2.58566928, -22.9031391, -3.19999999e-005, -3.50000009e-005, 1, -3.50000009e-005, 1, 3.49988804e-005, -1, -3.49988804e-005, -3.20012259e-005) | |
| 3645 | o53.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3646 | o53.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3647 | o53.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 3648 | o54.Parent = o53 | |
| 3649 | o54.Scale = Vector3.new(0.0800000057, 0.479999989, 0.0799999312) | |
| 3650 | o54.MeshType = Enum.MeshType.Wedge | |
| 3651 | o55.Parent = o1 | |
| 3652 | o55.BrickColor = BrickColor.new(CUSTOMCOLOR) | |
| 3653 | o55.Transparency = 0.80000001192093 | |
| 3654 | o55.Position = Vector3.new(-45.2039452, 2.7007184, -23.0101948) | |
| 3655 | o55.Rotation = Vector3.new(-0.00200535241, -90, 0) | |
| 3656 | o55.Anchored = true | |
| 3657 | o55.FormFactor = Enum.FormFactor.Custom | |
| 3658 | o55.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 3659 | o55.CFrame = CFrame.new(-45.2039452, 2.7007184, -23.0101948, 3.19999999e-005, -3.50000009e-005, -1, 3.50000009e-005, 1, -3.49988804e-005, 1, -3.49988804e-005, 3.20012259e-005) | |
| 3660 | o55.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3661 | o55.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3662 | o55.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 3663 | o56.Parent = o55 | |
| 3664 | o56.Scale = Vector3.new(0.640000045, 0.672000051, 0.0800000057) | |
| 3665 | o57.Parent = o1 | |
| 3666 | o57.BrickColor = BrickColor.new(CUSTOMCOLOR) | |
| 3667 | o57.Position = Vector3.new(-45.0019417, 2.6047473, -22.9072094) | |
| 3668 | o57.Rotation = Vector3.new(-0.00200535241, -90, 0) | |
| 3669 | o57.Anchored = true | |
| 3670 | o57.FormFactor = Enum.FormFactor.Custom | |
| 3671 | o57.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 3672 | o57.CFrame = CFrame.new(-45.0019417, 2.6047473, -22.9072094, 3.19999999e-005, -3.50000009e-005, -1, 3.50000009e-005, 1, -3.49988804e-005, 1, -3.49988804e-005, 3.20012259e-005) | |
| 3673 | o57.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3674 | o57.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3675 | o57.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 3676 | o58.Parent = o57 | |
| 3677 | o58.Scale = Vector3.new(0.0800000057, 0.671999872, 0.639999866) | |
| 3678 | o58.MeshType = Enum.MeshType.Wedge | |
| 3679 | o59.Parent = o1 | |
| 3680 | o59.BrickColor = BrickColor.new(CUSTOMCOLOR) | |
| 3681 | o59.Position = Vector3.new(-45.3379364, 2.58567333, -23.1152058) | |
| 3682 | o59.Rotation = Vector3.new(-0.00143243792, 0.00189072778, 0.00131785031) | |
| 3683 | o59.Anchored = true | |
| 3684 | o59.FormFactor = Enum.FormFactor.Custom | |
| 3685 | o59.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 3686 | o59.CFrame = CFrame.new(-45.3379364, 2.58567333, -23.1152058, 1, -2.30008263e-005, 3.29994255e-005, 2.30000005e-005, 1, 2.50007579e-005, -3.30000003e-005, -2.49999994e-005, 1) | |
| 3687 | o59.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3688 | o59.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3689 | o59.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 3690 | o60.Parent = o59 | |
| 3691 | o60.Scale = Vector3.new(0.160000011, 0.479999989, 0.0800000057) | |
| 3692 | o61.Parent = o1 | |
| 3693 | o61.BrickColor = BrickColor.new(CUSTOMCOLOR) | |
| 3694 | o61.Transparency = 1 | |
| 3695 | o61.Position = Vector3.new(-45.2019577, 2.60175633, -23.125206) | |
| 3696 | o61.Rotation = Vector3.new(-90.0020065, -0.00131786917, 0.00189071475) | |
| 3697 | o61.Anchored = true | |
| 3698 | o61.FormFactor = Enum.FormFactor.Custom | |
| 3699 | o61.Size = Vector3.new(0.30399999, 0.200000003, 0.200000003) | |
| 3700 | o61.CFrame = CFrame.new(-45.2019577, 2.60175633, -23.125206, 1, -3.29991963e-005, -2.30011556e-005, 2.30000005e-005, -3.50000009e-005, 1, -3.30000003e-005, -1, -3.49992406e-005) | |
| 3701 | o61.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3702 | o61.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3703 | o61.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 3704 | o62.Parent = o61 | |
| 3705 | o62.Texture = "http://www.roblox.com/asset/?id=46737426" | |
| 3706 | o62.Face = Enum.NormalId.Top | |
| 3707 | o63.Parent = o61 | |
| 3708 | o63.Scale = Vector3.new(1, 0.0400000028, 0.160000011) | |
| 3709 | o64.Parent = o1 | |
| 3710 | o64.BrickColor = BrickColor.new(CUSTOMCOLOR) | |
| 3711 | o64.Position = Vector3.new(-45.08395, 2.60474443, -22.9062023) | |
| 3712 | o64.Rotation = Vector3.new(179.998566, -0.00189072778, 179.998688) | |
| 3713 | o64.Anchored = true | |
| 3714 | o64.FormFactor = Enum.FormFactor.Custom | |
| 3715 | o64.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 3716 | o64.CFrame = CFrame.new(-45.08395, 2.60474443, -22.9062023, -1, -2.30008263e-005, -3.29994255e-005, -2.30000005e-005, 1, -2.50007579e-005, 3.30000003e-005, -2.49999994e-005, -1) | |
| 3717 | o64.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3718 | o64.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3719 | o64.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 3720 | o65.Parent = o64 | |
| 3721 | o65.Scale = Vector3.new(0.160000011, 0.672000051, 0.0800000057) | |
| 3722 | o66.Parent = o1 | |
| 3723 | o66.BrickColor = BrickColor.new(CUSTOMCOLOR) | |
| 3724 | o66.Position = Vector3.new(-45.0839386, 2.6047473, -23.1152096) | |
| 3725 | o66.Rotation = Vector3.new(179.998566, -0.00189072778, 179.998688) | |
| 3726 | o66.Anchored = true | |
| 3727 | o66.FormFactor = Enum.FormFactor.Custom | |
| 3728 | o66.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 3729 | o66.CFrame = CFrame.new(-45.0839386, 2.6047473, -23.1152096, -1, -2.30008263e-005, -3.29994255e-005, -2.30000005e-005, 1, -2.50007579e-005, 3.30000003e-005, -2.49999994e-005, -1) | |
| 3730 | o66.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3731 | o66.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3732 | o66.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 3733 | o67.Parent = o66 | |
| 3734 | o67.Scale = Vector3.new(0.160000011, 0.672000051, 0.0800000057) | |
| 3735 | o68.Parent = o1 | |
| 3736 | o68.BrickColor = BrickColor.new(CUSTOMCOLOR) | |
| 3737 | o68.Position = Vector3.new(-45.3389435, 2.58566928, -22.9061947) | |
| 3738 | o68.Rotation = Vector3.new(-0.00143243792, 0.00189072778, 0.00131785031) | |
| 3739 | o68.Anchored = true | |
| 3740 | o68.FormFactor = Enum.FormFactor.Custom | |
| 3741 | o68.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 3742 | o68.CFrame = CFrame.new(-45.3389435, 2.58566928, -22.9061947, 1, -2.30008263e-005, 3.29994255e-005, 2.30000005e-005, 1, 2.50007579e-005, -3.30000003e-005, -2.49999994e-005, 1) | |
| 3743 | o68.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3744 | o68.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3745 | o68.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 3746 | o69.Parent = o68 | |
| 3747 | o69.Scale = Vector3.new(0.160000011, 0.479999989, 0.0800000057) | |
| 3748 | o70.Parent = o1 | |
| 3749 | o70.BrickColor = BrickColor.new(CUSTOMCOLOR) | |
| 3750 | o70.Position = Vector3.new(-45.08395, 2.72971439, -22.9061928) | |
| 3751 | o70.Rotation = Vector3.new(-0.00200535241, -90, 0) | |
| 3752 | o70.Anchored = true | |
| 3753 | o70.FormFactor = Enum.FormFactor.Custom | |
| 3754 | o70.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 3755 | o70.CFrame = CFrame.new(-45.08395, 2.72971439, -22.9061928, 3.19999999e-005, -3.50000009e-005, -1, 3.50000009e-005, 1, -3.49988804e-005, 1, -3.49988804e-005, 3.20012259e-005) | |
| 3756 | o70.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3757 | o70.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3758 | o70.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 3759 | o71.Parent = o70 | |
| 3760 | o71.Scale = Vector3.new(0.0800000057, 0.575999975, 0.159999952) | |
| 3761 | o71.MeshType = Enum.MeshType.Wedge | |
| 3762 | o72.Parent = o1 | |
| 3763 | o72.BrickColor = BrickColor.new(CUSTOMCOLOR) | |
| 3764 | o72.Position = Vector3.new(-44.9459419, 2.62071228, -23.0111694) | |
| 3765 | o72.Rotation = Vector3.new(-0.00200535241, -90, 0) | |
| 3766 | o72.Anchored = true | |
| 3767 | o72.FormFactor = Enum.FormFactor.Custom | |
| 3768 | o72.Size = Vector3.new(0.200000003, 0.200000003, 0.447999984) | |
| 3769 | o72.CFrame = CFrame.new(-44.9459419, 2.62071228, -23.0111694, 3.19999999e-005, -3.50000009e-005, -1, 3.50000009e-005, 1, -3.49988804e-005, 1, -3.49988804e-005, 3.20012259e-005) | |
| 3770 | o72.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3771 | o72.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3772 | o72.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 3773 | o73.Parent = o72 | |
| 3774 | o73.Scale = Vector3.new(0.799999833, 0.0959998742, 1) | |
| 3775 | o73.MeshType = Enum.MeshType.Wedge | |
| 3776 | o74.Parent = o1 | |
| 3777 | o74.BrickColor = BrickColor.new(CUSTOMCOLOR) | |
| 3778 | o74.Transparency = 1 | |
| 3779 | o74.Position = Vector3.new(-45.1889229, 2.70771027, -23.0111656) | |
| 3780 | o74.Rotation = Vector3.new(-0.00200535241, -90, 0) | |
| 3781 | o74.Anchored = true | |
| 3782 | o74.FormFactor = Enum.FormFactor.Custom | |
| 3783 | o74.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 3784 | o74.CFrame = CFrame.new(-45.1889229, 2.70771027, -23.0111656, 3.19999999e-005, -3.50000009e-005, -1, 3.50000009e-005, 1, -3.49988804e-005, 1, -3.49988804e-005, 3.20012259e-005) | |
| 3785 | o74.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3786 | o74.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3787 | o74.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 3788 | o75.Parent = o74 | |
| 3789 | o75.Texture = "http://www.roblox.com/asset/?id=46737081" | |
| 3790 | o75.Face = Enum.NormalId.Back | |
| 3791 | o76.Parent = o74 | |
| 3792 | o76.Scale = Vector3.new(0.320000023, 0.320000023, 0.0400000028) | |
| 3793 | o77.Parent = o1 | |
| 3794 | o77.BrickColor = BrickColor.new(CUSTOMCOLOR) | |
| 3795 | o77.Position = Vector3.new(-45.2099571, 2.66275549, -23.1161442) | |
| 3796 | o77.Rotation = Vector3.new(179.998566, -0.00189072778, 179.998688) | |
| 3797 | o77.Anchored = true | |
| 3798 | o77.FormFactor = Enum.FormFactor.Custom | |
| 3799 | o77.Size = Vector3.new(0.223999992, 0.249600008, 0.200000003) | |
| 3800 | o77.CFrame = CFrame.new(-45.2099571, 2.66275549, -23.1161442, -1, -2.30008263e-005, -3.29994255e-005, -2.30000005e-005, 1, -2.50007579e-005, 3.30000003e-005, -2.49999994e-005, -1) | |
| 3801 | o77.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3802 | o77.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3803 | o77.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 3804 | o78.Parent = o77 | |
| 3805 | o78.Scale = Vector3.new(1, 1, 0.0800000057) | |
| 3806 | o79.Parent = o1 | |
| 3807 | o79.BrickColor = BrickColor.new(CUSTOMCOLOR) | |
| 3808 | o79.Position = Vector3.new(-45.3239632, 2.64374638, -23.0111847) | |
| 3809 | o79.Rotation = Vector3.new(-0.00200535241, -90, 0) | |
| 3810 | o79.Anchored = true | |
| 3811 | o79.FormFactor = Enum.FormFactor.Custom | |
| 3812 | o79.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 3813 | o79.CFrame = CFrame.new(-45.3239632, 2.64374638, -23.0111847, 3.19999999e-005, -3.50000009e-005, -1, 3.50000009e-005, 1, -3.49988804e-005, 1, -3.49988804e-005, 3.20012259e-005) | |
| 3814 | o79.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3815 | o79.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3816 | o79.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 3817 | o80.Parent = o79 | |
| 3818 | o80.Scale = Vector3.new(0.799999952, 0.0960000008, 0.160000011) | |
| 3819 | o81.Parent = o1 | |
| 3820 | o81.BrickColor = BrickColor.new(CUSTOMCOLOR) | |
| 3821 | o81.Position = Vector3.new(-45.2439537, 2.59570742, -23.0821571) | |
| 3822 | o81.Rotation = Vector3.new(179.998566, -0.00189072778, 179.998688) | |
| 3823 | o81.Anchored = true | |
| 3824 | o81.FormFactor = Enum.FormFactor.Custom | |
| 3825 | o81.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 3826 | o81.CFrame = CFrame.new(-45.2439537, 2.59570742, -23.0821571, -1, -2.30008263e-005, -3.29994255e-005, -2.30000005e-005, 1, -2.50007579e-005, 3.30000003e-005, -2.49999994e-005, -1) | |
| 3827 | o81.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3828 | o81.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3829 | o81.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 3830 | o82.Parent = o81 | |
| 3831 | o82.Scale = Vector3.new(0.959999979, 0.384000003, 0.0800000057) | |
| 3832 | o83.Parent = o1 | |
| 3833 | o83.BrickColor = BrickColor.new(CUSTOMCOLOR) | |
| 3834 | o83.Position = Vector3.new(-45.3389511, 2.77475429, -22.9061871) | |
| 3835 | o83.Rotation = Vector3.new(179.998001, 90, 0) | |
| 3836 | o83.Anchored = true | |
| 3837 | o83.FormFactor = Enum.FormFactor.Custom | |
| 3838 | o83.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 3839 | o83.CFrame = CFrame.new(-45.3389511, 2.77475429, -22.9061871, 3.19999999e-005, 3.50000009e-005, 1, 3.50000009e-005, -1, 3.49988804e-005, 1, 3.49988804e-005, -3.20012259e-005) | |
| 3840 | o83.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3841 | o83.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3842 | o83.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 3843 | o84.Parent = o83 | |
| 3844 | o84.Scale = Vector3.new(0.0799997672, 0.12800014, 0.159999952) | |
| 3845 | o84.MeshType = Enum.MeshType.Wedge | |
| 3846 | o85.Parent = o1 | |
| 3847 | o85.BrickColor = BrickColor.new(CUSTOMCOLOR) | |
| 3848 | o85.Position = Vector3.new(-45.3219528, 2.67871833, -22.939188) | |
| 3849 | o85.Rotation = Vector3.new(-0.00200535241, 90, 0) | |
| 3850 | o85.Anchored = true | |
| 3851 | o85.FormFactor = Enum.FormFactor.Custom | |
| 3852 | o85.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 3853 | o85.CFrame = CFrame.new(-45.3219528, 2.67871833, -22.939188, -3.19999999e-005, -3.50000009e-005, 1, -3.50000009e-005, 1, 3.49988804e-005, -1, -3.49988804e-005, -3.20012259e-005) | |
| 3854 | o85.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3855 | o85.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3856 | o85.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 3857 | o86.Parent = o85 | |
| 3858 | o86.Scale = Vector3.new(0.0800000057, 0.256000072, 0.159999952) | |
| 3859 | o86.MeshType = Enum.MeshType.Wedge | |
| 3860 | o87.Parent = o1 | |
| 3861 | o87.BrickColor = BrickColor.new(CUSTOMCOLOR) | |
| 3862 | o87.Position = Vector3.new(-45.2519035, 2.57575631, -23.0121822) | |
| 3863 | o87.Rotation = Vector3.new(-0.00200535241, -90, 0) | |
| 3864 | o87.Anchored = true | |
| 3865 | o87.FormFactor = Enum.FormFactor.Custom | |
| 3866 | o87.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 3867 | o87.CFrame = CFrame.new(-45.2519035, 2.57575631, -23.0121822, 3.19999999e-005, -3.50000009e-005, -1, 3.50000009e-005, 1, -3.49988804e-005, 1, -3.49988804e-005, 3.20012259e-005) | |
| 3868 | o87.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3869 | o87.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3870 | o87.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 3871 | o88.Parent = o87 | |
| 3872 | o88.Scale = Vector3.new(0.640000045, 0.192000002, 0.399999976) | |
| 3873 | o89.Parent = o1 | |
| 3874 | o89.BrickColor = BrickColor.new(CUSTOMCOLOR) | |
| 3875 | o89.Transparency = 0.80000001192093 | |
| 3876 | o89.Position = Vector3.new(-45.297966, 2.70175934, -23.0101871) | |
| 3877 | o89.Rotation = Vector3.new(-0.00200535241, -90, 0) | |
| 3878 | o89.Anchored = true | |
| 3879 | o89.FormFactor = Enum.FormFactor.Custom | |
| 3880 | o89.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 3881 | o89.CFrame = CFrame.new(-45.297966, 2.70175934, -23.0101871, 3.19999999e-005, -3.50000009e-005, -1, 3.50000009e-005, 1, -3.49988804e-005, 1, -3.49988804e-005, 3.20012259e-005) | |
| 3882 | o89.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3883 | o89.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3884 | o89.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 3885 | o90.Parent = o89 | |
| 3886 | o90.Scale = Vector3.new(0.640000045, 0.672000051, 0.0800000057) | |
| 3887 | o91.Parent = o1 | |
| 3888 | o91.BrickColor = BrickColor.new(CUSTOMCOLOR) | |
| 3889 | o91.Position = Vector3.new(-45.1649666, 2.71073341, -22.9381714) | |
| 3890 | o91.Rotation = Vector3.new(-0.00200535241, -90, 0) | |
| 3891 | o91.Anchored = true | |
| 3892 | o91.FormFactor = Enum.FormFactor.Custom | |
| 3893 | o91.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 3894 | o91.CFrame = CFrame.new(-45.1649666, 2.71073341, -22.9381714, 3.19999999e-005, -3.50000009e-005, -1, 3.50000009e-005, 1, -3.49988804e-005, 1, -3.49988804e-005, 3.20012259e-005) | |
| 3895 | o91.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3896 | o91.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3897 | o91.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 3898 | o92.Parent = o91 | |
| 3899 | o92.Scale = Vector3.new(0.0800000057, 0.768000007, 0.159999952) | |
| 3900 | o92.MeshType = Enum.MeshType.Wedge | |
| 3901 | o93.Parent = o1 | |
| 3902 | o93.BrickColor = BrickColor.new(CUSTOMCOLOR) | |
| 3903 | o93.Position = Vector3.new(-45.1859055, 2.64374733, -23.0102024) | |
| 3904 | o93.Rotation = Vector3.new(-0.00200535241, -90, 0) | |
| 3905 | o93.Anchored = true | |
| 3906 | o93.FormFactor = Enum.FormFactor.Custom | |
| 3907 | o93.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 3908 | o93.CFrame = CFrame.new(-45.1859055, 2.64374733, -23.0102024, 3.19999999e-005, -3.50000009e-005, -1, 3.50000009e-005, 1, -3.49988804e-005, 1, -3.49988804e-005, 3.20012259e-005) | |
| 3909 | o93.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3910 | o93.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3911 | o93.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 3912 | o94.Parent = o93 | |
| 3913 | o94.Scale = Vector3.new(0.640000045, 0.0960000008, 0.0800000057) | |
| 3914 | o95.Parent = o1 | |
| 3915 | o95.BrickColor = BrickColor.new(CUSTOMCOLOR) | |
| 3916 | o95.Position = Vector3.new(-45.3379478, 2.77475429, -23.1151962) | |
| 3917 | o95.Rotation = Vector3.new(179.998001, 90, 0) | |
| 3918 | o95.Anchored = true | |
| 3919 | o95.FormFactor = Enum.FormFactor.Custom | |
| 3920 | o95.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 3921 | o95.CFrame = CFrame.new(-45.3379478, 2.77475429, -23.1151962, 3.19999999e-005, 3.50000009e-005, 1, 3.50000009e-005, -1, 3.49988804e-005, 1, 3.49988804e-005, -3.20012259e-005) | |
| 3922 | o95.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3923 | o95.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3924 | o95.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 3925 | o96.Parent = o95 | |
| 3926 | o96.Scale = Vector3.new(0.0799997672, 0.12800014, 0.159999952) | |
| 3927 | o96.MeshType = Enum.MeshType.Wedge | |
| 3928 | o97.Parent = o1 | |
| 3929 | o97.BrickColor = BrickColor.new(CUSTOMCOLOR) | |
| 3930 | o97.Position = Vector3.new(-45.1779633, 2.59570837, -23.0111656) | |
| 3931 | o97.Rotation = Vector3.new(-0.00200535241, -90, 0) | |
| 3932 | o97.Anchored = true | |
| 3933 | o97.FormFactor = Enum.FormFactor.Custom | |
| 3934 | o97.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 3935 | o97.CFrame = CFrame.new(-45.1779633, 2.59570837, -23.0111656, 3.19999999e-005, -3.50000009e-005, -1, 3.50000009e-005, 1, -3.49988804e-005, 1, -3.49988804e-005, 3.20012259e-005) | |
| 3936 | o97.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3937 | o97.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3938 | o97.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 3939 | o98.Parent = o97 | |
| 3940 | o98.Scale = Vector3.new(0.640000045, 0.384000003, 0.320000023) | |
| 3941 | o99.Parent = o1 | |
| 3942 | o99.BrickColor = BrickColor.new(CUSTOMCOLOR) | |
| 3943 | o99.Position = Vector3.new(-45.1059189, 2.56171727, -22.8961964) | |
| 3944 | o99.Rotation = Vector3.new(-90.0020065, -0.00131786917, -179.998108) | |
| 3945 | o99.Anchored = true | |
| 3946 | o99.FormFactor = Enum.FormFactor.Custom | |
| 3947 | o99.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 3948 | o99.CFrame = CFrame.new(-45.1059189, 2.56171727, -22.8961964, -1, 3.29991963e-005, -2.30011556e-005, -2.30000005e-005, 3.50000009e-005, 1, 3.30000003e-005, 1, -3.49992406e-005) | |
| 3949 | o99.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3950 | o99.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3951 | o99.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 3952 | o100.Parent = o99 | |
| 3953 | o100.Scale = Vector3.new(0.239999995, 0.0400000028, 0.239999995) | |
| 3954 | o101.Parent = o1 | |
| 3955 | o101.BrickColor = BrickColor.new(CUSTOMCOLOR) | |
| 3956 | o101.Position = Vector3.new(-45.1629524, 2.55375028, -23.1252136) | |
| 3957 | o101.Rotation = Vector3.new(89.9979935, 0.00131786917, 179.998108) | |
| 3958 | o101.Anchored = true | |
| 3959 | o101.FormFactor = Enum.FormFactor.Custom | |
| 3960 | o101.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 3961 | o101.CFrame = CFrame.new(-45.1629524, 2.55375028, -23.1252136, -1, -3.29991963e-005, 2.30011556e-005, -2.30000005e-005, -3.50000009e-005, -1, 3.30000003e-005, -1, 3.49992406e-005) | |
| 3962 | o101.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3963 | o101.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3964 | o101.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 3965 | o102.Parent = o101 | |
| 3966 | o102.Scale = Vector3.new(0.320000023, 0.0400000028, 0.320000023) | |
| 3967 | o103.Parent = o1 | |
| 3968 | o103.BrickColor = BrickColor.new(CUSTOMCOLOR) | |
| 3969 | o103.Position = Vector3.new(-44.9219513, 2.58475542, -23.0111656) | |
| 3970 | o103.Rotation = Vector3.new(179.998566, -0.00189072778, 179.998688) | |
| 3971 | o103.Anchored = true | |
| 3972 | o103.FormFactor = Enum.FormFactor.Custom | |
| 3973 | o103.Size = Vector3.new(0.447999984, 0.200000003, 0.200000003) | |
| 3974 | o103.CFrame = CFrame.new(-44.9219513, 2.58475542, -23.0111656, -1, -2.30008263e-005, -3.29994255e-005, -2.30000005e-005, 1, -2.50007579e-005, 3.30000003e-005, -2.49999994e-005, -1) | |
| 3975 | o103.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3976 | o103.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3977 | o103.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 3978 | o104.Parent = o103 | |
| 3979 | o104.Scale = Vector3.new(1, 0.288000017, 0.799999952) | |
| 3980 | o105.Parent = o1 | |
| 3981 | o105.BrickColor = BrickColor.new(CUSTOMCOLOR) | |
| 3982 | o105.Position = Vector3.new(-45.0199165, 2.52772045, -23.0121689) | |
| 3983 | o105.Rotation = Vector3.new(179.998566, -0.00189072778, 179.998688) | |
| 3984 | o105.Anchored = true | |
| 3985 | o105.FormFactor = Enum.FormFactor.Custom | |
| 3986 | o105.Size = Vector3.new(0.639999986, 0.200000003, 0.200000003) | |
| 3987 | o105.CFrame = CFrame.new(-45.0199165, 2.52772045, -23.0121689, -1, -2.30008263e-005, -3.29994255e-005, -2.30000005e-005, 1, -2.50007579e-005, 3.30000003e-005, -2.49999994e-005, -1) | |
| 3988 | o105.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3989 | o105.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3990 | o105.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 3991 | o106.Parent = o105 | |
| 3992 | o106.Scale = Vector3.new(1, 0.288000017, 0.799999952) | |
| 3993 | o107.Parent = o1 | |
| 3994 | o107.BrickColor = BrickColor.new(CUSTOMCOLOR) | |
| 3995 | o107.Position = Vector3.new(-44.9509392, 2.51874828, -23.0071964) | |
| 3996 | o107.Rotation = Vector3.new(-0.00200535241, 90, 0) | |
| 3997 | o107.Anchored = true | |
| 3998 | o107.CanCollide = false | |
| 3999 | o107.FormFactor = Enum.FormFactor.Custom | |
| 4000 | o107.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 4001 | o107.CFrame = CFrame.new(-44.9509392, 2.51874828, -23.0071964, -3.19999999e-005, -3.50000009e-005, 1, -3.50000009e-005, 1, 3.49988804e-005, -1, -3.49988804e-005, -3.20012259e-005) | |
| 4002 | o107.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4003 | o107.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4004 | o107.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 4005 | o108.Parent = o107 | |
| 4006 | o108.Scale = Vector3.new(0.5, 0.099999994, 0.25) | |
| 4007 | o108.MeshType = Enum.MeshType.Torso | |
| 4008 | o109.Parent = o1 | |
| 4009 | o109.BrickColor = BrickColor.new(CUSTOMCOLOR) | |
| 4010 | o109.Position = Vector3.new(-45.0418892, 2.51572728, -23.0951881) | |
| 4011 | o109.Rotation = Vector3.new(-90.0020065, -0.00131786917, 0.00189071475) | |
| 4012 | o109.Anchored = true | |
| 4013 | o109.FormFactor = Enum.FormFactor.Custom | |
| 4014 | o109.Size = Vector3.new(0.624000013, 0.200000003, 0.200000003) | |
| 4015 | o109.CFrame = CFrame.new(-45.0418892, 2.51572728, -23.0951881, 1, -3.29991963e-005, -2.30011556e-005, 2.30000005e-005, -3.50000009e-005, 1, -3.30000003e-005, -1, -3.49992406e-005) | |
| 4016 | o109.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4017 | o109.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4018 | o109.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 4019 | o110.Parent = o109 | |
| 4020 | o110.Scale = Vector3.new(1, 0.0400000028, 0.160000011) | |
| 4021 | o111.Parent = o1 | |
| 4022 | o111.BrickColor = BrickColor.new(CUSTOMCOLOR) | |
| 4023 | o111.Position = Vector3.new(-45.2519112, 2.51874328, -23.0072002) | |
| 4024 | o111.Rotation = Vector3.new(-0.00200535241, 90, 0) | |
| 4025 | o111.Anchored = true | |
| 4026 | o111.CanCollide = false | |
| 4027 | o111.FormFactor = Enum.FormFactor.Custom | |
| 4028 | o111.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 4029 | o111.CFrame = CFrame.new(-45.2519112, 2.51874328, -23.0072002, -3.19999999e-005, -3.50000009e-005, 1, -3.50000009e-005, 1, 3.49988804e-005, -1, -3.49988804e-005, -3.20012259e-005) | |
| 4030 | o111.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4031 | o111.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4032 | o111.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 4033 | o112.Parent = o111 | |
| 4034 | o112.Scale = Vector3.new(0.5, 0.099999994, 0.25) | |
| 4035 | o112.MeshType = Enum.MeshType.Torso | |
| 4036 | o113.Parent = o1 | |
| 4037 | o113.BrickColor = BrickColor.new(CUSTOMCOLOR) | |
| 4038 | o113.Position = Vector3.new(-44.8509331, 2.51875043, -23.0072041) | |
| 4039 | o113.Rotation = Vector3.new(-0.00200535241, 90, 0) | |
| 4040 | o113.Anchored = true | |
| 4041 | o113.CanCollide = false | |
| 4042 | o113.FormFactor = Enum.FormFactor.Custom | |
| 4043 | o113.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 4044 | o113.CFrame = CFrame.new(-44.8509331, 2.51875043, -23.0072041, -3.19999999e-005, -3.50000009e-005, 1, -3.50000009e-005, 1, 3.49988804e-005, -1, -3.49988804e-005, -3.20012259e-005) | |
| 4045 | o113.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4046 | o113.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4047 | o113.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 4048 | o114.Parent = o113 | |
| 4049 | o114.Scale = Vector3.new(0.5, 0.099999994, 0.25) | |
| 4050 | o114.MeshType = Enum.MeshType.Torso | |
| 4051 | o115.Parent = o1 | |
| 4052 | o115.BrickColor = BrickColor.new(CUSTOMCOLOR) | |
| 4053 | o115.Position = Vector3.new(-45.0539436, 2.51874828, -23.008131) | |
| 4054 | o115.Rotation = Vector3.new(-0.00200535241, 90, 0) | |
| 4055 | o115.Anchored = true | |
| 4056 | o115.CanCollide = false | |
| 4057 | o115.FormFactor = Enum.FormFactor.Custom | |
| 4058 | o115.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 4059 | o115.CFrame = CFrame.new(-45.0539436, 2.51874828, -23.008131, -3.19999999e-005, -3.50000009e-005, 1, -3.50000009e-005, 1, 3.49988804e-005, -1, -3.49988804e-005, -3.20012259e-005) | |
| 4060 | o115.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4061 | o115.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4062 | o115.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 4063 | o116.Parent = o115 | |
| 4064 | o116.Scale = Vector3.new(0.5, 0.099999994, 0.25) | |
| 4065 | o116.MeshType = Enum.MeshType.Torso | |
| 4066 | o117.Parent = o1 | |
| 4067 | o117.BrickColor = BrickColor.new(CUSTOMCOLOR) | |
| 4068 | o117.Position = Vector3.new(-45.1538887, 2.51874328, -22.9062023) | |
| 4069 | o117.Rotation = Vector3.new(179.998566, -0.00189072778, 179.998688) | |
| 4070 | o117.Anchored = true | |
| 4071 | o117.FormFactor = Enum.FormFactor.Custom | |
| 4072 | o117.Size = Vector3.new(0.432000011, 0.200000003, 0.200000003) | |
| 4073 | o117.CFrame = CFrame.new(-45.1538887, 2.51874328, -22.9062023, -1, -2.30008263e-005, -3.29994255e-005, -2.30000005e-005, 1, -2.50007579e-005, 3.30000003e-005, -2.49999994e-005, -1) | |
| 4074 | o117.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4075 | o117.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4076 | o117.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 4077 | o118.Parent = o117 | |
| 4078 | o118.Scale = Vector3.new(1, 0.192000002, 0.0800000057) | |
| 4079 | o119.Parent = o1 | |
| 4080 | o119.BrickColor = BrickColor.new(CUSTOMCOLOR) | |
| 4081 | o119.Transparency = 1 | |
| 4082 | o119.Position = Vector3.new(-44.8339386, 2.5557704, -23.094183) | |
| 4083 | o119.Rotation = Vector3.new(-90.0020065, -0.00131786917, 0.00189071475) | |
| 4084 | o119.Anchored = true | |
| 4085 | o119.FormFactor = Enum.FormFactor.Custom | |
| 4086 | o119.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 4087 | o119.CFrame = CFrame.new(-44.8339386, 2.5557704, -23.094183, 1, -3.29991963e-005, -2.30011556e-005, 2.30000005e-005, -3.50000009e-005, 1, -3.30000003e-005, -1, -3.49992406e-005) | |
| 4088 | o119.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4089 | o119.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4090 | o119.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 4091 | o120.Parent = o119 | |
| 4092 | o120.Texture = "http://www.roblox.com/asset/?id=46738506" | |
| 4093 | o120.Face = Enum.NormalId.Top | |
| 4094 | o121.Parent = o119 | |
| 4095 | o121.Scale = Vector3.new(0.879999995, 0.0400000028, 0.239999995) | |
| 4096 | o122.Parent = o1 | |
| 4097 | o122.BrickColor = BrickColor.new(CUSTOMCOLOR) | |
| 4098 | o122.Position = Vector3.new(-45.0439224, 2.51572728, -22.9261646) | |
| 4099 | o122.Rotation = Vector3.new(-90.0020065, -0.00131786917, -179.998108) | |
| 4100 | o122.Anchored = true | |
| 4101 | o122.FormFactor = Enum.FormFactor.Custom | |
| 4102 | o122.Size = Vector3.new(0.624000013, 0.200000003, 0.200000003) | |
| 4103 | o122.CFrame = CFrame.new(-45.0439224, 2.51572728, -22.9261646, -1, 3.29991963e-005, -2.30011556e-005, -2.30000005e-005, 3.50000009e-005, 1, 3.30000003e-005, 1, -3.49992406e-005) | |
| 4104 | o122.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4105 | o122.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4106 | o122.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 4107 | o123.Parent = o122 | |
| 4108 | o123.Scale = Vector3.new(1, 0.0400000028, 0.160000011) | |
| 4109 | o124.Parent = o1 | |
| 4110 | o124.BrickColor = BrickColor.new(CUSTOMCOLOR) | |
| 4111 | o124.Position = Vector3.new(-44.7529488, 2.51875329, -23.0081348) | |
| 4112 | o124.Rotation = Vector3.new(-0.00200535241, 90, 0) | |
| 4113 | o124.Anchored = true | |
| 4114 | o124.CanCollide = false | |
| 4115 | o124.FormFactor = Enum.FormFactor.Custom | |
| 4116 | o124.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 4117 | o124.CFrame = CFrame.new(-44.7529488, 2.51875329, -23.0081348, -3.19999999e-005, -3.50000009e-005, 1, -3.50000009e-005, 1, 3.49988804e-005, -1, -3.49988804e-005, -3.20012259e-005) | |
| 4118 | o124.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4119 | o124.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4120 | o124.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 4121 | o125.Parent = o124 | |
| 4122 | o125.Scale = Vector3.new(0.5, 0.099999994, 0.25) | |
| 4123 | o125.MeshType = Enum.MeshType.Torso | |
| 4124 | o126.Parent = o1 | |
| 4125 | o126.BrickColor = BrickColor.new(CUSTOMCOLOR) | |
| 4126 | o126.Position = Vector3.new(-45.1509209, 2.51874232, -23.0071945) | |
| 4127 | o126.Rotation = Vector3.new(-0.00200535241, 90, 0) | |
| 4128 | o126.Anchored = true | |
| 4129 | o126.CanCollide = false | |
| 4130 | o126.FormFactor = Enum.FormFactor.Custom | |
| 4131 | o126.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 4132 | o126.CFrame = CFrame.new(-45.1509209, 2.51874232, -23.0071945, -3.19999999e-005, -3.50000009e-005, 1, -3.50000009e-005, 1, 3.49988804e-005, -1, -3.49988804e-005, -3.20012259e-005) | |
| 4133 | o126.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4134 | o126.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4135 | o126.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 4136 | o127.Parent = o126 | |
| 4137 | o127.Scale = Vector3.new(0.5, 0.099999994, 0.25) | |
| 4138 | o127.MeshType = Enum.MeshType.Torso | |
| 4139 | o128.Parent = o1 | |
| 4140 | o128.BrickColor = BrickColor.new(CUSTOMCOLOR) | |
| 4141 | o128.Position = Vector3.new(-45.1529388, 2.4967463, -23.0111752) | |
| 4142 | o128.Rotation = Vector3.new(-0.00217723963, 90, 0) | |
| 4143 | o128.Anchored = true | |
| 4144 | o128.FormFactor = Enum.FormFactor.Custom | |
| 4145 | o128.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 4146 | o128.CFrame = CFrame.new(-45.1529388, 2.4967463, -23.0111752, -3.19999999e-005, -3.89999987e-005, 1, -3.79999983e-005, 1, 3.89987836e-005, -1, -3.79987505e-005, -3.20014806e-005) | |
| 4147 | o128.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4148 | o128.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4149 | o128.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 4150 | o129.Parent = o128 | |
| 4151 | o129.Scale = Vector3.new(0.65934068, 0.131868139, 0.17582418) | |
| 4152 | o129.MeshType = Enum.MeshType.Torso | |
| 4153 | o130.Parent = o1 | |
| 4154 | o130.BrickColor = BrickColor.new(CUSTOMCOLOR) | |
| 4155 | o130.Position = Vector3.new(-45.2179108, 2.49674535, -23.0101929) | |
| 4156 | o130.Rotation = Vector3.new(-0.00189076073, 90, 0) | |
| 4157 | o130.Anchored = true | |
| 4158 | o130.FormFactor = Enum.FormFactor.Custom | |
| 4159 | o130.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 4160 | o130.CFrame = CFrame.new(-45.2179108, 2.49674535, -23.0101929, -3.19999999e-005, -3.30000003e-005, 1, -3.30000003e-005, 1, 3.29989452e-005, -1, -3.29989452e-005, -3.20010877e-005) | |
| 4161 | o130.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4162 | o130.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4163 | o130.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 4164 | o131.Parent = o130 | |
| 4165 | o131.Scale = Vector3.new(0.65934068, 0.131868139, 0.17582418) | |
| 4166 | o131.MeshType = Enum.MeshType.Torso | |
| 4167 | o132.Parent = o1 | |
| 4168 | o132.BrickColor = BrickColor.new(CUSTOMCOLOR) | |
| 4169 | o132.Position = Vector3.new(-45.2839508, 2.49674535, -23.0101948) | |
| 4170 | o132.Rotation = Vector3.new(-0.00154698605, 90, 0) | |
| 4171 | o132.Anchored = true | |
| 4172 | o132.FormFactor = Enum.FormFactor.Custom | |
| 4173 | o132.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 4174 | o132.CFrame = CFrame.new(-45.2839508, 2.49674535, -23.0101948, -3.30000003e-005, -2.80000004e-005, 1, -2.7e-005, 1, 2.79991091e-005, -1, -2.6999076e-005, -3.3000757e-005) | |
| 4175 | o132.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4176 | o132.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4177 | o132.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 4178 | o133.Parent = o132 | |
| 4179 | o133.Scale = Vector3.new(0.65934068, 0.131868139, 0.17582418) | |
| 4180 | o133.MeshType = Enum.MeshType.Torso | |
| 4181 | o134.Parent = o1 | |
| 4182 | o134.BrickColor = BrickColor.new(CUSTOMCOLOR) | |
| 4183 | o134.Position = Vector3.new(-45.0889397, 2.49674749, -23.0111771) | |
| 4184 | o134.Rotation = Vector3.new(-0.00177616917, 90, 0) | |
| 4185 | o134.Anchored = true | |
| 4186 | o134.FormFactor = Enum.FormFactor.Custom | |
| 4187 | o134.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 4188 | o134.CFrame = CFrame.new(-45.0889397, 2.49674749, -23.0111771, -3.30000003e-005, -2.99999992e-005, 1, -3.09999996e-005, 1, 2.9998977e-005, -1, -3.09990101e-005, -3.30009316e-005) | |
| 4189 | o134.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4190 | o134.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4191 | o134.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 4192 | o135.Parent = o134 | |
| 4193 | o135.Scale = Vector3.new(0.65934068, 0.131868139, 0.17582418) | |
| 4194 | o135.MeshType = Enum.MeshType.Torso | |
| 4195 | o136.Parent = o1 | |
| 4196 | o136.BrickColor = BrickColor.new(CUSTOMCOLOR) | |
| 4197 | o136.Position = Vector3.new(-45.1538887, 2.51874328, -23.1142063) | |
| 4198 | o136.Rotation = Vector3.new(179.998566, -0.00189072778, 179.998688) | |
| 4199 | o136.Anchored = true | |
| 4200 | o136.FormFactor = Enum.FormFactor.Custom | |
| 4201 | o136.Size = Vector3.new(0.432000011, 0.200000003, 0.200000003) | |
| 4202 | o136.CFrame = CFrame.new(-45.1538887, 2.51874328, -23.1142063, -1, -2.30008263e-005, -3.29994255e-005, -2.30000005e-005, 1, -2.50007579e-005, 3.30000003e-005, -2.49999994e-005, -1) | |
| 4203 | o136.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4204 | o136.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4205 | o136.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 4206 | o137.Parent = o136 | |
| 4207 | o137.Scale = Vector3.new(1, 0.192000002, 0.0800000057) | |
| 4208 | o138.Parent = o1 | |
| 4209 | o138.BrickColor = BrickColor.new(CUSTOMCOLOR) | |
| 4210 | o138.Position = Vector3.new(-45.0229073, 2.49675035, -23.0111771) | |
| 4211 | o138.Rotation = Vector3.new(-0.00194805651, 90, 0) | |
| 4212 | o138.Anchored = true | |
| 4213 | o138.FormFactor = Enum.FormFactor.Custom | |
| 4214 | o138.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 4215 | o138.CFrame = CFrame.new(-45.0229073, 2.49675035, -23.0111771, -3.30000003e-005, -3.30000003e-005, 1, -3.40000006e-005, 1, 3.29988798e-005, -1, -3.39989128e-005, -3.30011208e-005) | |
| 4216 | o138.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4217 | o138.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4218 | o138.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 4219 | o139.Parent = o138 | |
| 4220 | o139.Scale = Vector3.new(0.65934068, 0.131868139, 0.17582418) | |
| 4221 | o139.MeshType = Enum.MeshType.Torso | |
| 4222 | o140.Parent = o1 | |
| 4223 | o140.BrickColor = BrickColor.new(CUSTOMCOLOR) | |
| 4224 | o140.Position = Vector3.new(-44.9549446, 2.49675035, -23.0101929) | |
| 4225 | o140.Rotation = Vector3.new(-0.00194805651, 90, 0) | |
| 4226 | o140.Anchored = true | |
| 4227 | o140.FormFactor = Enum.FormFactor.Custom | |
| 4228 | o140.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 4229 | o140.CFrame = CFrame.new(-44.9549446, 2.49675035, -23.0101929, -3.30000003e-005, -3.30000003e-005, 1, -3.40000006e-005, 1, 3.29988798e-005, -1, -3.39989128e-005, -3.30011208e-005) | |
| 4230 | o140.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4231 | o140.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4232 | o140.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 4233 | o141.Parent = o140 | |
| 4234 | o141.Scale = Vector3.new(0.65934068, 0.131868139, 0.17582418) | |
| 4235 | o141.MeshType = Enum.MeshType.Torso | |
| 4236 | o142.Parent = o1 | |
| 4237 | o142.BrickColor = BrickColor.new(CUSTOMCOLOR) | |
| 4238 | o142.Position = Vector3.new(-44.8889275, 2.49675131, -23.0101967) | |
| 4239 | o142.Rotation = Vector3.new(-0.00189076073, 90, 0) | |
| 4240 | o142.Anchored = true | |
| 4241 | o142.FormFactor = Enum.FormFactor.Custom | |
| 4242 | o142.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 4243 | o142.CFrame = CFrame.new(-44.8889275, 2.49675131, -23.0101967, -3.30000003e-005, -3.30000003e-005, 1, -3.30000003e-005, 1, 3.29989125e-005, -1, -3.29989125e-005, -3.3001088e-005) | |
| 4244 | o142.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4245 | o142.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4246 | o142.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 4247 | o143.Parent = o142 | |
| 4248 | o143.Scale = Vector3.new(0.65934068, 0.131868139, 0.17582418) | |
| 4249 | o143.MeshType = Enum.MeshType.Torso | |
| 4250 | o144.Parent = o1 | |
| 4251 | o144.BrickColor = BrickColor.new(CUSTOMCOLOR) | |
| 4252 | o144.Position = Vector3.new(-44.8239632, 2.49675727, -23.0102005) | |
| 4253 | o144.Rotation = Vector3.new(18.3667545, 89.9515457, -18.3702984) | |
| 4254 | o144.Anchored = true | |
| 4255 | o144.FormFactor = Enum.FormFactor.Custom | |
| 4256 | o144.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 4257 | o144.CFrame = CFrame.new(-44.8239632, 2.49675727, -23.0102005, 0.000797999848, 0.000264999835, 0.999999642, -6.19999846e-005, 1, -0.000264950446, -0.999999762, -6.17885307e-005, 0.000798016146) | |
| 4258 | o144.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4259 | o144.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4260 | o144.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 4261 | o145.Parent = o144 | |
| 4262 | o145.Scale = Vector3.new(0.65934068, 0.131868139, 0.17582418) | |
| 4263 | o145.MeshType = Enum.MeshType.Torso | |
| 4264 | o146.Name = "Zoom" | |
| 4265 | o146.Parent = o1 | |
| 4266 | o146.Material = Enum.Material.SmoothPlastic | |
| 4267 | o146.Transparency = 1 | |
| 4268 | o146.Position = Vector3.new(-45.4513054, 2.7256608, -23.0179634) | |
| 4269 | o146.Rotation = Vector3.new(-90, -88.876564, -90) | |
| 4270 | o146.Anchored = true | |
| 4271 | o146.FormFactor = Enum.FormFactor.Custom | |
| 4272 | o146.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 4273 | o146.CFrame = CFrame.new(-45.4513054, 2.7256608, -23.0179634, 0, 0.0196069945, -0.999807775, 0, 0.999807775, 0.0196069926, 1, 0, 0) | |
| 4274 | o146.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4275 | o146.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4276 | o146.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4277 | o146.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4278 | o146.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4279 | o146.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4280 | o147.Parent = o146 | |
| 4281 | o147.Scale = Vector3.new(0.142307684, 0.170769244, 0.284615368) | |
| 4282 | ZoomFOV = 70 | |
| 4283 | elseif Sight == "REFLEX" then | |
| 4284 | o2 = Instance.new("Part")
| |
| 4285 | o3 = Instance.new("CylinderMesh")
| |
| 4286 | o4 = Instance.new("Part")
| |
| 4287 | o5 = Instance.new("SpecialMesh")
| |
| 4288 | o6 = Instance.new("Part")
| |
| 4289 | o7 = Instance.new("SpecialMesh")
| |
| 4290 | o8 = Instance.new("Part")
| |
| 4291 | o9 = Instance.new("SpecialMesh")
| |
| 4292 | o10 = Instance.new("Part")
| |
| 4293 | o11 = Instance.new("SpecialMesh")
| |
| 4294 | o12 = Instance.new("Part")
| |
| 4295 | o13 = Instance.new("BlockMesh")
| |
| 4296 | o14 = Instance.new("Part")
| |
| 4297 | o15 = Instance.new("BlockMesh")
| |
| 4298 | o16 = Instance.new("Part")
| |
| 4299 | o17 = Instance.new("SpecialMesh")
| |
| 4300 | o18 = Instance.new("Part")
| |
| 4301 | o19 = Instance.new("SpecialMesh")
| |
| 4302 | o20 = Instance.new("Part")
| |
| 4303 | o21 = Instance.new("SpecialMesh")
| |
| 4304 | o22 = Instance.new("Part")
| |
| 4305 | o23 = Instance.new("BlockMesh")
| |
| 4306 | o24 = Instance.new("Part")
| |
| 4307 | o25 = Instance.new("BlockMesh")
| |
| 4308 | o26 = Instance.new("Part")
| |
| 4309 | o27 = Instance.new("BlockMesh")
| |
| 4310 | o28 = Instance.new("Part")
| |
| 4311 | o29 = Instance.new("SpecialMesh")
| |
| 4312 | o30 = Instance.new("Part")
| |
| 4313 | o31 = Instance.new("SpecialMesh")
| |
| 4314 | o32 = Instance.new("Part")
| |
| 4315 | o33 = Instance.new("BlockMesh")
| |
| 4316 | o34 = Instance.new("Part")
| |
| 4317 | o35 = Instance.new("BlockMesh")
| |
| 4318 | o36 = Instance.new("Part")
| |
| 4319 | o37 = Instance.new("SpecialMesh")
| |
| 4320 | o38 = Instance.new("Part")
| |
| 4321 | o39 = Instance.new("SpecialMesh")
| |
| 4322 | o40 = Instance.new("Part")
| |
| 4323 | o41 = Instance.new("SpecialMesh")
| |
| 4324 | o42 = Instance.new("Part")
| |
| 4325 | o43 = Instance.new("BlockMesh")
| |
| 4326 | o44 = Instance.new("Part")
| |
| 4327 | o45 = Instance.new("SpecialMesh")
| |
| 4328 | o46 = Instance.new("Part")
| |
| 4329 | o47 = Instance.new("SpecialMesh")
| |
| 4330 | o48 = Instance.new("Part")
| |
| 4331 | o49 = Instance.new("SpecialMesh")
| |
| 4332 | o50 = Instance.new("Part")
| |
| 4333 | o51 = Instance.new("Decal")
| |
| 4334 | o52 = Instance.new("CylinderMesh")
| |
| 4335 | o53 = Instance.new("Part")
| |
| 4336 | o54 = Instance.new("BlockMesh")
| |
| 4337 | o55 = Instance.new("Part")
| |
| 4338 | o56 = Instance.new("BlockMesh")
| |
| 4339 | o57 = Instance.new("Part")
| |
| 4340 | o58 = Instance.new("BlockMesh")
| |
| 4341 | o59 = Instance.new("Part")
| |
| 4342 | o60 = Instance.new("SpecialMesh")
| |
| 4343 | o61 = Instance.new("Part")
| |
| 4344 | o62 = Instance.new("SpecialMesh")
| |
| 4345 | o63 = Instance.new("Part")
| |
| 4346 | o64 = Instance.new("SpecialMesh")
| |
| 4347 | o65 = Instance.new("Part")
| |
| 4348 | o66 = Instance.new("SpecialMesh")
| |
| 4349 | o67 = Instance.new("Part")
| |
| 4350 | o68 = Instance.new("CylinderMesh")
| |
| 4351 | o69 = Instance.new("Part")
| |
| 4352 | o70 = Instance.new("BlockMesh")
| |
| 4353 | o2.Parent = o1 | |
| 4354 | o2.BrickColor = BrickColor.new("Really black")
| |
| 4355 | o2.Position = Vector3.new(-45.2765083, 2.46846628, -23.0166702) | |
| 4356 | o2.Rotation = Vector3.new(-0.00189076073, 90, 0) | |
| 4357 | o2.Anchored = true | |
| 4358 | o2.FormFactor = Enum.FormFactor.Symmetric | |
| 4359 | o2.Size = Vector3.new(1, 1, 1) | |
| 4360 | o2.CFrame = CFrame.new(-45.2765083, 2.46846628, -23.0166702, -3.19999999e-005, 0, 1, -3.30000003e-005, 1, -1.05599995e-009, -1, -3.30000003e-005, -3.19999999e-005) | |
| 4361 | o2.BottomSurface = Enum.SurfaceType.Smooth | |
| 4362 | o2.TopSurface = Enum.SurfaceType.Smooth | |
| 4363 | o2.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 4364 | o3.Parent = o2 | |
| 4365 | o3.Offset = Vector3.new(0, 0, 0.0325925909) | |
| 4366 | o3.Scale = Vector3.new(0.162962973, 0.0570370369, 0.195555568) | |
| 4367 | o4.Parent = o1 | |
| 4368 | o4.BrickColor = BrickColor.new("Really black")
| |
| 4369 | o4.Position = Vector3.new(-45.3094978, 2.55647826, -23.0146866) | |
| 4370 | o4.Rotation = Vector3.new(-0.00189076073, 90, 0) | |
| 4371 | o4.Anchored = true | |
| 4372 | o4.FormFactor = Enum.FormFactor.Plate | |
| 4373 | o4.Size = Vector3.new(1, 0.400000006, 1) | |
| 4374 | o4.CFrame = CFrame.new(-45.3094978, 2.55647826, -23.0146866, -3.19999999e-005, 0, 1, -3.30000003e-005, 1, -1.05599995e-009, -1, -3.30000003e-005, -3.19999999e-005) | |
| 4375 | o4.BottomSurface = Enum.SurfaceType.Smooth | |
| 4376 | o4.TopSurface = Enum.SurfaceType.Smooth | |
| 4377 | o4.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 4378 | o5.Parent = o4 | |
| 4379 | o5.Scale = Vector3.new(0.187407404, 0.0325925909, 0.162962973) | |
| 4380 | o5.MeshType = Enum.MeshType.Brick | |
| 4381 | o6.Parent = o1 | |
| 4382 | o6.BrickColor = BrickColor.new("Really black")
| |
| 4383 | o6.Position = Vector3.new(-45.3095016, 2.57641029, -23.0146942) | |
| 4384 | o6.Rotation = Vector3.new(-0.00189076073, 90, 0) | |
| 4385 | o6.Anchored = true | |
| 4386 | o6.FormFactor = Enum.FormFactor.Plate | |
| 4387 | o6.Size = Vector3.new(1, 0.400000006, 1) | |
| 4388 | o6.CFrame = CFrame.new(-45.3095016, 2.57641029, -23.0146942, -3.19999999e-005, 0, 1, -3.30000003e-005, 1, -1.05599995e-009, -1, -3.30000003e-005, -3.19999999e-005) | |
| 4389 | o6.BottomSurface = Enum.SurfaceType.Smooth | |
| 4390 | o6.TopSurface = Enum.SurfaceType.Smooth | |
| 4391 | o6.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 4392 | o7.Parent = o6 | |
| 4393 | o7.Scale = Vector3.new(0.187407404, 0.0651851818, 0.162962973) | |
| 4394 | o7.MeshType = Enum.MeshType.Torso | |
| 4395 | o8.Parent = o1 | |
| 4396 | o8.BrickColor = BrickColor.new("Really black")
| |
| 4397 | o8.Position = Vector3.new(-45.3425179, 2.51747727, -23.0166683) | |
| 4398 | o8.Rotation = Vector3.new(179.998108, 90, 0) | |
| 4399 | o8.Anchored = true | |
| 4400 | o8.FormFactor = Enum.FormFactor.Symmetric | |
| 4401 | o8.Size = Vector3.new(1, 1, 1) | |
| 4402 | o8.CFrame = CFrame.new(-45.3425179, 2.51747727, -23.0166683, 3.19999999e-005, 0, 1, 3.30000003e-005, -1, -1.05599995e-009, 1, 3.30000003e-005, -3.19999999e-005) | |
| 4403 | o8.BottomSurface = Enum.SurfaceType.Smooth | |
| 4404 | o8.TopSurface = Enum.SurfaceType.Smooth | |
| 4405 | o8.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 4406 | o9.Parent = o8 | |
| 4407 | o9.Scale = Vector3.new(0.187407404, 0.0651851818, 0.0977777839) | |
| 4408 | o9.MeshType = Enum.MeshType.Wedge | |
| 4409 | o10.Parent = o1 | |
| 4410 | o10.BrickColor = BrickColor.new("Really black")
| |
| 4411 | o10.Position = Vector3.new(-44.920517, 2.59844327, -23.146698) | |
| 4412 | o10.Rotation = Vector3.new(89.9981079, 5.6722822e-008, -0.00171887339) | |
| 4413 | o10.Anchored = true | |
| 4414 | o10.FormFactor = Enum.FormFactor.Plate | |
| 4415 | o10.Size = Vector3.new(1, 0.400000006, 1) | |
| 4416 | o10.CFrame = CFrame.new(-44.920517, 2.59844327, -23.146698, 1, 2.99999992e-005, 9.89999971e-010, 0, 3.30000003e-005, -1, -2.99999992e-005, 1, 3.30000003e-005) | |
| 4417 | o10.BottomSurface = Enum.SurfaceType.Smooth | |
| 4418 | o10.TopSurface = Enum.SurfaceType.Smooth | |
| 4419 | o10.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 4420 | o11.Parent = o10 | |
| 4421 | o11.Scale = Vector3.new(0.0325925909, 0.0651851818, 0.0325925909) | |
| 4422 | o11.MeshType = Enum.MeshType.Wedge | |
| 4423 | o12.Parent = o1 | |
| 4424 | o12.BrickColor = BrickColor.new("Really black")
| |
| 4425 | o12.Position = Vector3.new(-45.0995064, 2.51747632, -23.015686) | |
| 4426 | o12.Rotation = Vector3.new(-0.00189076073, 90, 0) | |
| 4427 | o12.Anchored = true | |
| 4428 | o12.FormFactor = Enum.FormFactor.Symmetric | |
| 4429 | o12.Size = Vector3.new(1, 1, 1) | |
| 4430 | o12.CFrame = CFrame.new(-45.0995064, 2.51747632, -23.015686, -3.19999999e-005, 0, 1, -3.30000003e-005, 1, -1.05599995e-009, -1, -3.30000003e-005, -3.19999999e-005) | |
| 4431 | o12.BottomSurface = Enum.SurfaceType.Smooth | |
| 4432 | o12.TopSurface = Enum.SurfaceType.Smooth | |
| 4433 | o12.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 4434 | o13.Parent = o12 | |
| 4435 | o13.Scale = Vector3.new(0.187407404, 0.0651851818, 0.391111135) | |
| 4436 | o14.Parent = o1 | |
| 4437 | o14.BrickColor = BrickColor.new("Really black")
| |
| 4438 | o14.Position = Vector3.new(-44.920517, 2.79448128, -23.0146942) | |
| 4439 | o14.Rotation = Vector3.new(-0.00189076073, 90, 0) | |
| 4440 | o14.Anchored = true | |
| 4441 | o14.FormFactor = Enum.FormFactor.Symmetric | |
| 4442 | o14.Size = Vector3.new(1, 1, 1) | |
| 4443 | o14.CFrame = CFrame.new(-44.920517, 2.79448128, -23.0146942, -3.19999999e-005, 0, 1, -3.30000003e-005, 1, -1.05599995e-009, -1, -3.30000003e-005, -3.19999999e-005) | |
| 4444 | o14.BottomSurface = Enum.SurfaceType.Smooth | |
| 4445 | o14.TopSurface = Enum.SurfaceType.Smooth | |
| 4446 | o14.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 4447 | o15.Parent = o14 | |
| 4448 | o15.Scale = Vector3.new(0.260740727, 0.0325925909, 0.0325925909) | |
| 4449 | o16.Parent = o1 | |
| 4450 | o16.BrickColor = BrickColor.new("Really black")
| |
| 4451 | o16.Position = Vector3.new(-44.9205208, 2.79448128, -23.1576691) | |
| 4452 | o16.Rotation = Vector3.new(89.9981079, 5.6722822e-008, 179.998291) | |
| 4453 | o16.Anchored = true | |
| 4454 | o16.FormFactor = Enum.FormFactor.Plate | |
| 4455 | o16.Size = Vector3.new(1, 0.400000006, 1) | |
| 4456 | o16.CFrame = CFrame.new(-44.9205208, 2.79448128, -23.1576691, -1, -2.99999992e-005, 9.89999971e-010, 0, -3.30000003e-005, -1, 2.99999992e-005, -1, 3.30000003e-005) | |
| 4457 | o16.BottomSurface = Enum.SurfaceType.Smooth | |
| 4458 | o16.TopSurface = Enum.SurfaceType.Smooth | |
| 4459 | o16.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 4460 | o17.Parent = o16 | |
| 4461 | o17.Scale = Vector3.new(0.0325925909, 0.0651851818, 0.0325925909) | |
| 4462 | o17.MeshType = Enum.MeshType.Wedge | |
| 4463 | o18.Parent = o1 | |
| 4464 | o18.BrickColor = BrickColor.new("Really black")
| |
| 4465 | o18.Position = Vector3.new(-44.9185371, 2.74543738, -22.8476753) | |
| 4466 | o18.Rotation = Vector3.new(89.9981079, 5.6722822e-008, -0.00171887339) | |
| 4467 | o18.Anchored = true | |
| 4468 | o18.FormFactor = Enum.FormFactor.Plate | |
| 4469 | o18.Size = Vector3.new(1, 0.400000006, 1) | |
| 4470 | o18.CFrame = CFrame.new(-44.9185371, 2.74543738, -22.8476753, 1, 2.99999992e-005, 9.89999971e-010, 0, 3.30000003e-005, -1, -2.99999992e-005, 1, 3.30000003e-005) | |
| 4471 | o18.BottomSurface = Enum.SurfaceType.Smooth | |
| 4472 | o18.TopSurface = Enum.SurfaceType.Smooth | |
| 4473 | o18.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 4474 | o19.Parent = o18 | |
| 4475 | o19.Scale = Vector3.new(0.0325925909, 0.0651851818, 0.0651851818) | |
| 4476 | o19.MeshType = Enum.MeshType.Wedge | |
| 4477 | o20.Parent = o1 | |
| 4478 | o20.BrickColor = BrickColor.new("Really black")
| |
| 4479 | o20.Position = Vector3.new(-44.9195137, 2.72948027, -23.1646042) | |
| 4480 | o20.Rotation = Vector3.new(-90.0018921, -5.6722822e-008, -179.998291) | |
| 4481 | o20.Anchored = true | |
| 4482 | o20.FormFactor = Enum.FormFactor.Plate | |
| 4483 | o20.Size = Vector3.new(1, 0.400000006, 1) | |
| 4484 | o20.CFrame = CFrame.new(-44.9195137, 2.72948027, -23.1646042, -1, 2.99999992e-005, -9.89999971e-010, 0, 3.30000003e-005, 1, 2.99999992e-005, 1, -3.30000003e-005) | |
| 4485 | o20.BottomSurface = Enum.SurfaceType.Smooth | |
| 4486 | o20.TopSurface = Enum.SurfaceType.Smooth | |
| 4487 | o20.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 4488 | o21.Parent = o20 | |
| 4489 | o21.Scale = Vector3.new(0.0325925909, 0.0325925909, 0.0325925909) | |
| 4490 | o21.MeshType = Enum.MeshType.Wedge | |
| 4491 | o22.Parent = o1 | |
| 4492 | o22.BrickColor = BrickColor.new("Really black")
| |
| 4493 | o22.Position = Vector3.new(-44.9195137, 2.59844542, -22.8646832) | |
| 4494 | o22.Rotation = Vector3.new(-90.0018921, -5.6722822e-008, -179.998291) | |
| 4495 | o22.Anchored = true | |
| 4496 | o22.FormFactor = Enum.FormFactor.Plate | |
| 4497 | o22.Size = Vector3.new(1, 0.400000006, 1) | |
| 4498 | o22.CFrame = CFrame.new(-44.9195137, 2.59844542, -22.8646832, -1, 2.99999992e-005, -9.89999971e-010, 0, 3.30000003e-005, 1, 2.99999992e-005, 1, -3.30000003e-005) | |
| 4499 | o22.BottomSurface = Enum.SurfaceType.Smooth | |
| 4500 | o22.TopSurface = Enum.SurfaceType.Smooth | |
| 4501 | o22.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 4502 | o23.Parent = o22 | |
| 4503 | o23.Scale = Vector3.new(0.0325925909, 0.0325925909, 0.0325925909) | |
| 4504 | o24.Parent = o1 | |
| 4505 | o24.BrickColor = BrickColor.new("Really black")
| |
| 4506 | o24.Position = Vector3.new(-44.9185371, 2.68046641, -22.8476543) | |
| 4507 | o24.Rotation = Vector3.new(-90.0018921, -5.6722822e-008, -179.998291) | |
| 4508 | o24.Anchored = true | |
| 4509 | o24.FormFactor = Enum.FormFactor.Plate | |
| 4510 | o24.Size = Vector3.new(1, 0.400000006, 1) | |
| 4511 | o24.CFrame = CFrame.new(-44.9185371, 2.68046641, -22.8476543, -1, 2.99999992e-005, -9.89999971e-010, 0, 3.30000003e-005, 1, 2.99999992e-005, 1, -3.30000003e-005) | |
| 4512 | o24.BottomSurface = Enum.SurfaceType.Smooth | |
| 4513 | o24.TopSurface = Enum.SurfaceType.Smooth | |
| 4514 | o24.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 4515 | o25.Parent = o24 | |
| 4516 | o25.Scale = Vector3.new(0.0325925909, 0.0651851818, 0.0651851818) | |
| 4517 | o26.Parent = o1 | |
| 4518 | o26.BrickColor = BrickColor.new("Really black")
| |
| 4519 | o26.Position = Vector3.new(-44.920517, 2.56648326, -23.0146809) | |
| 4520 | o26.Rotation = Vector3.new(-0.00189076073, 90, 0) | |
| 4521 | o26.Anchored = true | |
| 4522 | o26.FormFactor = Enum.FormFactor.Symmetric | |
| 4523 | o26.Size = Vector3.new(1, 1, 1) | |
| 4524 | o26.CFrame = CFrame.new(-44.920517, 2.56648326, -23.0146809, -3.19999999e-005, 0, 1, -3.30000003e-005, 1, -1.05599995e-009, -1, -3.30000003e-005, -3.19999999e-005) | |
| 4525 | o26.BottomSurface = Enum.SurfaceType.Smooth | |
| 4526 | o26.TopSurface = Enum.SurfaceType.Smooth | |
| 4527 | o26.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 4528 | o27.Parent = o26 | |
| 4529 | o27.Scale = Vector3.new(0.260740727, 0.0325925909, 0.0325925909) | |
| 4530 | o28.Parent = o1 | |
| 4531 | o28.BrickColor = BrickColor.new("Really black")
| |
| 4532 | o28.Position = Vector3.new(-44.9195099, 2.63146138, -22.8646927) | |
| 4533 | o28.Rotation = Vector3.new(89.9981079, 5.6722822e-008, 179.998291) | |
| 4534 | o28.Anchored = true | |
| 4535 | o28.FormFactor = Enum.FormFactor.Plate | |
| 4536 | o28.Size = Vector3.new(1, 0.400000006, 1) | |
| 4537 | o28.CFrame = CFrame.new(-44.9195099, 2.63146138, -22.8646927, -1, -2.99999992e-005, 9.89999971e-010, 0, -3.30000003e-005, -1, 2.99999992e-005, -1, 3.30000003e-005) | |
| 4538 | o28.BottomSurface = Enum.SurfaceType.Smooth | |
| 4539 | o28.TopSurface = Enum.SurfaceType.Smooth | |
| 4540 | o28.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 4541 | o29.Parent = o28 | |
| 4542 | o29.Scale = Vector3.new(0.0325925909, 0.0325925909, 0.0325925909) | |
| 4543 | o29.MeshType = Enum.MeshType.Wedge | |
| 4544 | o30.Parent = o1 | |
| 4545 | o30.BrickColor = BrickColor.new("Really black")
| |
| 4546 | o30.Position = Vector3.new(-44.9205208, 2.56648326, -22.8716412) | |
| 4547 | o30.Rotation = Vector3.new(-90.0018921, -5.6722822e-008, -179.998291) | |
| 4548 | o30.Anchored = true | |
| 4549 | o30.FormFactor = Enum.FormFactor.Plate | |
| 4550 | o30.Size = Vector3.new(1, 0.400000006, 1) | |
| 4551 | o30.CFrame = CFrame.new(-44.9205208, 2.56648326, -22.8716412, -1, 2.99999992e-005, -9.89999971e-010, 0, 3.30000003e-005, 1, 2.99999992e-005, 1, -3.30000003e-005) | |
| 4552 | o30.BottomSurface = Enum.SurfaceType.Smooth | |
| 4553 | o30.TopSurface = Enum.SurfaceType.Smooth | |
| 4554 | o30.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 4555 | o31.Parent = o30 | |
| 4556 | o31.Scale = Vector3.new(0.0325925909, 0.0651851818, 0.0325925909) | |
| 4557 | o31.MeshType = Enum.MeshType.Wedge | |
| 4558 | o32.Parent = o1 | |
| 4559 | o32.BrickColor = BrickColor.new("Really black")
| |
| 4560 | o32.Position = Vector3.new(-44.920517, 2.68046427, -23.1846619) | |
| 4561 | o32.Rotation = Vector3.new(-90.0018921, -5.6722822e-008, -179.998291) | |
| 4562 | o32.Anchored = true | |
| 4563 | o32.FormFactor = Enum.FormFactor.Plate | |
| 4564 | o32.Size = Vector3.new(1, 0.400000006, 1) | |
| 4565 | o32.CFrame = CFrame.new(-44.920517, 2.68046427, -23.1846619, -1, 2.99999992e-005, -9.89999971e-010, 0, 3.30000003e-005, 1, 2.99999992e-005, 1, -3.30000003e-005) | |
| 4566 | o32.BottomSurface = Enum.SurfaceType.Smooth | |
| 4567 | o32.TopSurface = Enum.SurfaceType.Smooth | |
| 4568 | o32.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 4569 | o33.Parent = o32 | |
| 4570 | o33.Scale = Vector3.new(0.0325925909, 0.0651851818, 0.0651851818) | |
| 4571 | o34.Parent = o1 | |
| 4572 | o34.BrickColor = BrickColor.new("Really black")
| |
| 4573 | o34.Position = Vector3.new(-44.9195099, 2.59844327, -23.1646118) | |
| 4574 | o34.Rotation = Vector3.new(-90.0018921, -5.6722822e-008, -179.998291) | |
| 4575 | o34.Anchored = true | |
| 4576 | o34.FormFactor = Enum.FormFactor.Plate | |
| 4577 | o34.Size = Vector3.new(1, 0.400000006, 1) | |
| 4578 | o34.CFrame = CFrame.new(-44.9195099, 2.59844327, -23.1646118, -1, 2.99999992e-005, -9.89999971e-010, 0, 3.30000003e-005, 1, 2.99999992e-005, 1, -3.30000003e-005) | |
| 4579 | o34.BottomSurface = Enum.SurfaceType.Smooth | |
| 4580 | o34.TopSurface = Enum.SurfaceType.Smooth | |
| 4581 | o34.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 4582 | o35.Parent = o34 | |
| 4583 | o35.Scale = Vector3.new(0.0325925909, 0.0325925909, 0.0325925909) | |
| 4584 | o36.Parent = o1 | |
| 4585 | o36.BrickColor = BrickColor.new("Really black")
| |
| 4586 | o36.Position = Vector3.new(-44.920517, 2.7614634, -23.1467056) | |
| 4587 | o36.Rotation = Vector3.new(-90.0018921, -5.6722822e-008, -179.998291) | |
| 4588 | o36.Anchored = true | |
| 4589 | o36.FormFactor = Enum.FormFactor.Plate | |
| 4590 | o36.Size = Vector3.new(1, 0.400000006, 1) | |
| 4591 | o36.CFrame = CFrame.new(-44.920517, 2.7614634, -23.1467056, -1, 2.99999992e-005, -9.89999971e-010, 0, 3.30000003e-005, 1, 2.99999992e-005, 1, -3.30000003e-005) | |
| 4592 | o36.BottomSurface = Enum.SurfaceType.Smooth | |
| 4593 | o36.TopSurface = Enum.SurfaceType.Smooth | |
| 4594 | o36.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 4595 | o37.Parent = o36 | |
| 4596 | o37.Scale = Vector3.new(0.0325925909, 0.0651851818, 0.0325925909) | |
| 4597 | o37.MeshType = Enum.MeshType.Wedge | |
| 4598 | o38.Parent = o1 | |
| 4599 | o38.BrickColor = BrickColor.new("Really black")
| |
| 4600 | o38.Position = Vector3.new(-44.9185295, 2.59844041, -22.8846474) | |
| 4601 | o38.Rotation = Vector3.new(89.9981079, 5.6722822e-008, 179.998291) | |
| 4602 | o38.Anchored = true | |
| 4603 | o38.FormFactor = Enum.FormFactor.Plate | |
| 4604 | o38.Size = Vector3.new(1, 0.400000006, 1) | |
| 4605 | o38.CFrame = CFrame.new(-44.9185295, 2.59844041, -22.8846474, -1, -2.99999992e-005, 9.89999971e-010, 0, -3.30000003e-005, -1, 2.99999992e-005, -1, 3.30000003e-005) | |
| 4606 | o38.BottomSurface = Enum.SurfaceType.Smooth | |
| 4607 | o38.TopSurface = Enum.SurfaceType.Smooth | |
| 4608 | o38.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 4609 | o39.Parent = o38 | |
| 4610 | o39.Scale = Vector3.new(0.0325925909, 0.0651851818, 0.0325925909) | |
| 4611 | o39.MeshType = Enum.MeshType.Wedge | |
| 4612 | o40.Parent = o1 | |
| 4613 | o40.BrickColor = BrickColor.new("Really black")
| |
| 4614 | o40.Position = Vector3.new(-44.9195137, 2.72948027, -22.8646832) | |
| 4615 | o40.Rotation = Vector3.new(-90.0018921, -5.6722822e-008, 0.00171887339) | |
| 4616 | o40.Anchored = true | |
| 4617 | o40.FormFactor = Enum.FormFactor.Plate | |
| 4618 | o40.Size = Vector3.new(1, 0.400000006, 1) | |
| 4619 | o40.CFrame = CFrame.new(-44.9195137, 2.72948027, -22.8646832, 1, -2.99999992e-005, -9.89999971e-010, 0, -3.30000003e-005, 1, -2.99999992e-005, -1, -3.30000003e-005) | |
| 4620 | o40.BottomSurface = Enum.SurfaceType.Smooth | |
| 4621 | o40.TopSurface = Enum.SurfaceType.Smooth | |
| 4622 | o40.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 4623 | o41.Parent = o40 | |
| 4624 | o41.Scale = Vector3.new(0.0325925909, 0.0325925909, 0.0325925909) | |
| 4625 | o41.MeshType = Enum.MeshType.Wedge | |
| 4626 | o42.Parent = o1 | |
| 4627 | o42.BrickColor = BrickColor.new("Really black")
| |
| 4628 | o42.Position = Vector3.new(-45.0815277, 2.46846628, -23.014679) | |
| 4629 | o42.Rotation = Vector3.new(-0.00189076073, 90, 0) | |
| 4630 | o42.Anchored = true | |
| 4631 | o42.FormFactor = Enum.FormFactor.Symmetric | |
| 4632 | o42.Size = Vector3.new(1, 1, 1) | |
| 4633 | o42.CFrame = CFrame.new(-45.0815277, 2.46846628, -23.014679, -3.19999999e-005, 0, 1, -3.30000003e-005, 1, -1.05599995e-009, -1, -3.30000003e-005, -3.19999999e-005) | |
| 4634 | o42.BottomSurface = Enum.SurfaceType.Smooth | |
| 4635 | o42.TopSurface = Enum.SurfaceType.Smooth | |
| 4636 | o42.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 4637 | o43.Parent = o42 | |
| 4638 | o43.Scale = Vector3.new(0.162962973, 0.0325925909, 0.358518541) | |
| 4639 | o44.Parent = o1 | |
| 4640 | o44.BrickColor = BrickColor.new("Really black")
| |
| 4641 | o44.Position = Vector3.new(-44.920517, 2.56648326, -23.1576462) | |
| 4642 | o44.Rotation = Vector3.new(-90.0018921, -5.6722822e-008, 0.00171887339) | |
| 4643 | o44.Anchored = true | |
| 4644 | o44.FormFactor = Enum.FormFactor.Plate | |
| 4645 | o44.Size = Vector3.new(1, 0.400000006, 1) | |
| 4646 | o44.CFrame = CFrame.new(-44.920517, 2.56648326, -23.1576462, 1, -2.99999992e-005, -9.89999971e-010, 0, -3.30000003e-005, 1, -2.99999992e-005, -1, -3.30000003e-005) | |
| 4647 | o44.BottomSurface = Enum.SurfaceType.Smooth | |
| 4648 | o44.TopSurface = Enum.SurfaceType.Smooth | |
| 4649 | o44.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 4650 | o45.Parent = o44 | |
| 4651 | o45.Scale = Vector3.new(0.0325925909, 0.0651851818, 0.0325925909) | |
| 4652 | o45.MeshType = Enum.MeshType.Wedge | |
| 4653 | o46.Parent = o1 | |
| 4654 | o46.BrickColor = BrickColor.new("Really black")
| |
| 4655 | o46.Position = Vector3.new(-44.9185295, 2.61543727, -22.8476543) | |
| 4656 | o46.Rotation = Vector3.new(-90.0018921, -5.6722822e-008, -179.998291) | |
| 4657 | o46.Anchored = true | |
| 4658 | o46.FormFactor = Enum.FormFactor.Plate | |
| 4659 | o46.Size = Vector3.new(1, 0.400000006, 1) | |
| 4660 | o46.CFrame = CFrame.new(-44.9185295, 2.61543727, -22.8476543, -1, 2.99999992e-005, -9.89999971e-010, 0, 3.30000003e-005, 1, 2.99999992e-005, 1, -3.30000003e-005) | |
| 4661 | o46.BottomSurface = Enum.SurfaceType.Smooth | |
| 4662 | o46.TopSurface = Enum.SurfaceType.Smooth | |
| 4663 | o46.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 4664 | o47.Parent = o46 | |
| 4665 | o47.Scale = Vector3.new(0.0325925909, 0.0651851818, 0.0651851818) | |
| 4666 | o47.MeshType = Enum.MeshType.Wedge | |
| 4667 | o48.Parent = o1 | |
| 4668 | o48.BrickColor = BrickColor.new("Really black")
| |
| 4669 | o48.Position = Vector3.new(-44.920517, 2.74543428, -23.1846676) | |
| 4670 | o48.Rotation = Vector3.new(89.9981079, 5.6722822e-008, 179.998291) | |
| 4671 | o48.Anchored = true | |
| 4672 | o48.FormFactor = Enum.FormFactor.Plate | |
| 4673 | o48.Size = Vector3.new(1, 0.400000006, 1) | |
| 4674 | o48.CFrame = CFrame.new(-44.920517, 2.74543428, -23.1846676, -1, -2.99999992e-005, 9.89999971e-010, 0, -3.30000003e-005, -1, 2.99999992e-005, -1, 3.30000003e-005) | |
| 4675 | o48.BottomSurface = Enum.SurfaceType.Smooth | |
| 4676 | o48.TopSurface = Enum.SurfaceType.Smooth | |
| 4677 | o48.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 4678 | o49.Parent = o48 | |
| 4679 | o49.Scale = Vector3.new(0.0325925909, 0.0651851818, 0.0651851818) | |
| 4680 | o49.MeshType = Enum.MeshType.Wedge | |
| 4681 | o50.Parent = o1 | |
| 4682 | o50.BrickColor = BrickColor.new("Really black")
| |
| 4683 | o50.Position = Vector3.new(-45.0815277, 2.56648827, -23.014679) | |
| 4684 | o50.Rotation = Vector3.new(-0.00189076073, 90, 0) | |
| 4685 | o50.Anchored = true | |
| 4686 | o50.FormFactor = Enum.FormFactor.Symmetric | |
| 4687 | o50.Size = Vector3.new(1, 1, 1) | |
| 4688 | o50.CFrame = CFrame.new(-45.0815277, 2.56648827, -23.014679, -3.19999999e-005, 0, 1, -3.30000003e-005, 1, -1.05599995e-009, -1, -3.30000003e-005, -3.19999999e-005) | |
| 4689 | o50.BottomSurface = Enum.SurfaceType.Smooth | |
| 4690 | o50.TopSurface = Enum.SurfaceType.Smooth | |
| 4691 | o50.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 4692 | o51.Parent = o50 | |
| 4693 | o51.Texture = "http://www.roblox.com/asset/?id=48228292" | |
| 4694 | o51.Face = Enum.NormalId.Bottom | |
| 4695 | o52.Parent = o50 | |
| 4696 | o52.Scale = Vector3.new(0.162962973, 0.0651851818, 0.228148147) | |
| 4697 | o53.Parent = o1 | |
| 4698 | o53.BrickColor = BrickColor.new("Dark stone grey")
| |
| 4699 | o53.Transparency = 0.75 | |
| 4700 | o53.Position = Vector3.new(-44.9205246, 2.85942245, -23.0146713) | |
| 4701 | o53.Rotation = Vector3.new(-0.00189076073, 90, 0) | |
| 4702 | o53.Anchored = true | |
| 4703 | o53.FormFactor = Enum.FormFactor.Symmetric | |
| 4704 | o53.Size = Vector3.new(1, 1, 1) | |
| 4705 | o53.CFrame = CFrame.new(-44.9205246, 2.85942245, -23.0146713, -3.19999999e-005, 0, 1, -3.30000003e-005, 1, -1.05599995e-009, -1, -3.30000003e-005, -3.19999999e-005) | |
| 4706 | o53.BottomSurface = Enum.SurfaceType.Smooth | |
| 4707 | o53.TopSurface = Enum.SurfaceType.Smooth | |
| 4708 | o53.Color = Color3.new(0.388235, 0.372549, 0.384314) | |
| 4709 | o54.Parent = o53 | |
| 4710 | o54.Offset = Vector3.new(0, -0.17925927, 0) | |
| 4711 | o54.Scale = Vector3.new(0.312888891, 0.195555568, 0.0162962954) | |
| 4712 | o55.Parent = o1 | |
| 4713 | o55.BrickColor = BrickColor.new("Really black")
| |
| 4714 | o55.Position = Vector3.new(-44.9195099, 2.76146626, -22.8646927) | |
| 4715 | o55.Rotation = Vector3.new(-90.0018921, -5.6722822e-008, -179.998291) | |
| 4716 | o55.Anchored = true | |
| 4717 | o55.FormFactor = Enum.FormFactor.Plate | |
| 4718 | o55.Size = Vector3.new(1, 0.400000006, 1) | |
| 4719 | o55.CFrame = CFrame.new(-44.9195099, 2.76146626, -22.8646927, -1, 2.99999992e-005, -9.89999971e-010, 0, 3.30000003e-005, 1, 2.99999992e-005, 1, -3.30000003e-005) | |
| 4720 | o55.BottomSurface = Enum.SurfaceType.Smooth | |
| 4721 | o55.TopSurface = Enum.SurfaceType.Smooth | |
| 4722 | o55.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 4723 | o56.Parent = o55 | |
| 4724 | o56.Scale = Vector3.new(0.0325925909, 0.0325925909, 0.0325925909) | |
| 4725 | o57.Parent = o1 | |
| 4726 | o57.BrickColor = BrickColor.new("Really black")
| |
| 4727 | o57.Position = Vector3.new(-44.9195099, 2.76146626, -23.1646233) | |
| 4728 | o57.Rotation = Vector3.new(-90.0018921, -5.6722822e-008, -179.998291) | |
| 4729 | o57.Anchored = true | |
| 4730 | o57.FormFactor = Enum.FormFactor.Plate | |
| 4731 | o57.Size = Vector3.new(1, 0.400000006, 1) | |
| 4732 | o57.CFrame = CFrame.new(-44.9195099, 2.76146626, -23.1646233, -1, 2.99999992e-005, -9.89999971e-010, 0, 3.30000003e-005, 1, 2.99999992e-005, 1, -3.30000003e-005) | |
| 4733 | o57.BottomSurface = Enum.SurfaceType.Smooth | |
| 4734 | o57.TopSurface = Enum.SurfaceType.Smooth | |
| 4735 | o57.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 4736 | o58.Parent = o57 | |
| 4737 | o58.Scale = Vector3.new(0.0325925909, 0.0325925909, 0.0325925909) | |
| 4738 | o59.Parent = o1 | |
| 4739 | o59.BrickColor = BrickColor.new("Really black")
| |
| 4740 | o59.Position = Vector3.new(-44.9195099, 2.63145828, -23.1646233) | |
| 4741 | o59.Rotation = Vector3.new(89.9981079, 5.6722822e-008, -0.00171887339) | |
| 4742 | o59.Anchored = true | |
| 4743 | o59.FormFactor = Enum.FormFactor.Plate | |
| 4744 | o59.Size = Vector3.new(1, 0.400000006, 1) | |
| 4745 | o59.CFrame = CFrame.new(-44.9195099, 2.63145828, -23.1646233, 1, 2.99999992e-005, 9.89999971e-010, 0, 3.30000003e-005, -1, -2.99999992e-005, 1, 3.30000003e-005) | |
| 4746 | o59.BottomSurface = Enum.SurfaceType.Smooth | |
| 4747 | o59.TopSurface = Enum.SurfaceType.Smooth | |
| 4748 | o59.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 4749 | o60.Parent = o59 | |
| 4750 | o60.Scale = Vector3.new(0.0325925909, 0.0325925909, 0.0325925909) | |
| 4751 | o60.MeshType = Enum.MeshType.Wedge | |
| 4752 | o61.Parent = o1 | |
| 4753 | o61.BrickColor = BrickColor.new("Really black")
| |
| 4754 | o61.Position = Vector3.new(-44.920517, 2.79448128, -22.8716507) | |
| 4755 | o61.Rotation = Vector3.new(89.9981079, 5.6722822e-008, -0.00171887339) | |
| 4756 | o61.Anchored = true | |
| 4757 | o61.FormFactor = Enum.FormFactor.Plate | |
| 4758 | o61.Size = Vector3.new(1, 0.400000006, 1) | |
| 4759 | o61.CFrame = CFrame.new(-44.920517, 2.79448128, -22.8716507, 1, 2.99999992e-005, 9.89999971e-010, 0, 3.30000003e-005, -1, -2.99999992e-005, 1, 3.30000003e-005) | |
| 4760 | o61.BottomSurface = Enum.SurfaceType.Smooth | |
| 4761 | o61.TopSurface = Enum.SurfaceType.Smooth | |
| 4762 | o61.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 4763 | o62.Parent = o61 | |
| 4764 | o62.Scale = Vector3.new(0.0325925909, 0.0651851818, 0.0325925909) | |
| 4765 | o62.MeshType = Enum.MeshType.Wedge | |
| 4766 | o63.Parent = o1 | |
| 4767 | o63.BrickColor = BrickColor.new("Really black")
| |
| 4768 | o63.Position = Vector3.new(-44.9205246, 2.61543727, -23.1846619) | |
| 4769 | o63.Rotation = Vector3.new(-90.0018921, -5.6722822e-008, 0.00171887339) | |
| 4770 | o63.Anchored = true | |
| 4771 | o63.FormFactor = Enum.FormFactor.Plate | |
| 4772 | o63.Size = Vector3.new(1, 0.400000006, 1) | |
| 4773 | o63.CFrame = CFrame.new(-44.9205246, 2.61543727, -23.1846619, 1, -2.99999992e-005, -9.89999971e-010, 0, -3.30000003e-005, 1, -2.99999992e-005, -1, -3.30000003e-005) | |
| 4774 | o63.BottomSurface = Enum.SurfaceType.Smooth | |
| 4775 | o63.TopSurface = Enum.SurfaceType.Smooth | |
| 4776 | o63.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 4777 | o64.Parent = o63 | |
| 4778 | o64.Scale = Vector3.new(0.0325925909, 0.0651851818, 0.0651851818) | |
| 4779 | o64.MeshType = Enum.MeshType.Wedge | |
| 4780 | o65.Parent = o1 | |
| 4781 | o65.BrickColor = BrickColor.new("Really black")
| |
| 4782 | o65.Position = Vector3.new(-44.9185371, 2.7614634, -22.8846512) | |
| 4783 | o65.Rotation = Vector3.new(-90.0018921, -5.6722822e-008, 0.00171887339) | |
| 4784 | o65.Anchored = true | |
| 4785 | o65.FormFactor = Enum.FormFactor.Plate | |
| 4786 | o65.Size = Vector3.new(1, 0.400000006, 1) | |
| 4787 | o65.CFrame = CFrame.new(-44.9185371, 2.7614634, -22.8846512, 1, -2.99999992e-005, -9.89999971e-010, 0, -3.30000003e-005, 1, -2.99999992e-005, -1, -3.30000003e-005) | |
| 4788 | o65.BottomSurface = Enum.SurfaceType.Smooth | |
| 4789 | o65.TopSurface = Enum.SurfaceType.Smooth | |
| 4790 | o65.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 4791 | o66.Parent = o65 | |
| 4792 | o66.Scale = Vector3.new(0.0325925909, 0.0651851818, 0.0325925909) | |
| 4793 | o66.MeshType = Enum.MeshType.Wedge | |
| 4794 | o67.Parent = o1 | |
| 4795 | o67.BrickColor = BrickColor.new("Really red")
| |
| 4796 | o67.Position = Vector3.new(-44.920517, 2.82747245, -23.0146713) | |
| 4797 | o67.Rotation = Vector3.new(89.9981079, 6.05043411e-008, -90.0018311) | |
| 4798 | o67.Anchored = true | |
| 4799 | o67.FormFactor = Enum.FormFactor.Symmetric | |
| 4800 | o67.Size = Vector3.new(1, 1, 1) | |
| 4801 | o67.CFrame = CFrame.new(-44.920517, 2.82747245, -23.0146713, -3.19999999e-005, 1, 1.05599995e-009, -3.30000003e-005, 0, -1, -1, -3.19999999e-005, 3.30000003e-005) | |
| 4802 | o67.BottomSurface = Enum.SurfaceType.Smooth | |
| 4803 | o67.TopSurface = Enum.SurfaceType.Smooth | |
| 4804 | o67.Color = Color3.new(1, 0, 0) | |
| 4805 | o68.Parent = o67 | |
| 4806 | o68.Offset = Vector3.new(0, 0, 0.146666661) | |
| 4807 | o68.Scale = Vector3.new(0.0260740742, 0, 0.0130370371) | |
| 4808 | o69.Name = "Zoom" | |
| 4809 | o69.Parent = o1 | |
| 4810 | o69.Material = Enum.Material.SmoothPlastic | |
| 4811 | o69.Transparency = 1 | |
| 4812 | o69.Position = Vector3.new(-45.6629868, 2.71499324, -23.013567) | |
| 4813 | o69.Rotation = Vector3.new(-90, -88.3242722, -90) | |
| 4814 | o69.Anchored = true | |
| 4815 | o69.FormFactor = Enum.FormFactor.Custom | |
| 4816 | o69.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 4817 | o69.CFrame = CFrame.new(-45.6629868, 2.71499324, -23.013567, 0, 0.0292440113, -0.999572337, 0, 0.999572337, 0.0292440113, 1, 0, 0) | |
| 4818 | o69.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4819 | o69.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4820 | o69.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4821 | o69.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4822 | o69.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4823 | o69.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4824 | o70.Parent = o69 | |
| 4825 | o70.Scale = Vector3.new(0.142307684, 0.170769244, 0.284615368) | |
| 4826 | ZoomFOV = 70 | |
| 4827 | elseif Sight == "SUSAT" then | |
| 4828 | o2 = Instance.new("Part")
| |
| 4829 | o3 = Instance.new("SpecialMesh")
| |
| 4830 | o4 = Instance.new("Part")
| |
| 4831 | o5 = Instance.new("SpecialMesh")
| |
| 4832 | o6 = Instance.new("Part")
| |
| 4833 | o7 = Instance.new("SpecialMesh")
| |
| 4834 | o8 = Instance.new("Part")
| |
| 4835 | o9 = Instance.new("SpecialMesh")
| |
| 4836 | o10 = Instance.new("Part")
| |
| 4837 | o11 = Instance.new("SpecialMesh")
| |
| 4838 | o12 = Instance.new("Part")
| |
| 4839 | o13 = Instance.new("SpecialMesh")
| |
| 4840 | o14 = Instance.new("Part")
| |
| 4841 | o15 = Instance.new("SpecialMesh")
| |
| 4842 | o16 = Instance.new("Part")
| |
| 4843 | o17 = Instance.new("SpecialMesh")
| |
| 4844 | o18 = Instance.new("Part")
| |
| 4845 | o19 = Instance.new("SpecialMesh")
| |
| 4846 | o20 = Instance.new("Part")
| |
| 4847 | o21 = Instance.new("SpecialMesh")
| |
| 4848 | o22 = Instance.new("Part")
| |
| 4849 | o23 = Instance.new("BlockMesh")
| |
| 4850 | o2.Parent = o1 | |
| 4851 | o2.BrickColor = BrickColor.new("Really black")
| |
| 4852 | o2.Position = Vector3.new(-45.1861954, 2.5412097, -23.016592) | |
| 4853 | o2.Rotation = Vector3.new(0.00237952056, 0.109017432, -0.497739434) | |
| 4854 | o2.CanCollide = false | |
| 4855 | o2.FormFactor = Enum.FormFactor.Custom | |
| 4856 | o2.Size = Vector3.new(0.650000036, 0.200000003, 0.200000003) | |
| 4857 | o2.CFrame = CFrame.new(-45.1861954, 2.5412097, -23.016592, 0.999960482, 0.00868706685, 0.00190271193, -0.00868700352, 0.99996233, -4.15303948e-005, -0.00190300087, 2.49998866e-005, 0.999998212) | |
| 4858 | o2.BottomSurface = Enum.SurfaceType.Smooth | |
| 4859 | o2.TopSurface = Enum.SurfaceType.Smooth | |
| 4860 | o2.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 4861 | o3.Parent = o2 | |
| 4862 | o3.Scale = Vector3.new(1, 0.649999976, 1) | |
| 4863 | o3.MeshType = Enum.MeshType.Brick | |
| 4864 | o4.Parent = o1 | |
| 4865 | o4.BrickColor = BrickColor.new("Really black")
| |
| 4866 | o4.Position = Vector3.new(-45.1765442, 2.58076906, -23.0162792) | |
| 4867 | o4.Rotation = Vector3.new(0.00237461296, 0.109017119, -0.497632325) | |
| 4868 | o4.CanCollide = false | |
| 4869 | o4.FormFactor = Enum.FormFactor.Custom | |
| 4870 | o4.Size = Vector3.new(0.200000003, 0.24000001, 0.200000003) | |
| 4871 | o4.CFrame = CFrame.new(-45.1765442, 2.58076906, -23.0162792, 0.999960482, 0.00868519768, 0.00190270646, -0.00868513249, 0.999961793, -4.14447422e-005, -0.00190299295, 2.49179648e-005, 0.999998212) | |
| 4872 | o4.BottomSurface = Enum.SurfaceType.Smooth | |
| 4873 | o4.TopSurface = Enum.SurfaceType.Smooth | |
| 4874 | o4.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 4875 | o5.Parent = o4 | |
| 4876 | o5.Scale = Vector3.new(1, 0.75, 0.699999988) | |
| 4877 | o5.MeshType = Enum.MeshType.Brick | |
| 4878 | o6.Parent = o1 | |
| 4879 | o6.BrickColor = BrickColor.new("Really red")
| |
| 4880 | o6.Position = Vector3.new(-45.254982, 2.67309928, -23.0156555) | |
| 4881 | o6.Rotation = Vector3.new(77.6394653, -89.4906311, 77.6413651) | |
| 4882 | o6.CanCollide = false | |
| 4883 | o6.FormFactor = Enum.FormFactor.Custom | |
| 4884 | o6.Size = Vector3.new(0.200000048, 0.200000003, 0.200000003) | |
| 4885 | o6.CFrame = CFrame.new(-45.254982, 2.67309928, -23.0156555, 0.00190301181, -0.00868528709, -0.999960482, 4.1445368e-005, 0.999962091, -0.0086852219, 0.999998212, -2.4915631e-005, 0.00190329948) | |
| 4886 | o6.BottomSurface = Enum.SurfaceType.Smooth | |
| 4887 | o6.TopSurface = Enum.SurfaceType.Smooth | |
| 4888 | o6.Color = Color3.new(1, 0, 0) | |
| 4889 | o7.Parent = o6 | |
| 4890 | o7.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
| 4891 | o7.Scale = Vector3.new(0.0799999982, 0.800000012, 0.0799999982) | |
| 4892 | o7.MeshType = Enum.MeshType.Sphere | |
| 4893 | o8.Parent = o1 | |
| 4894 | o8.BrickColor = BrickColor.new("Really black")
| |
| 4895 | o8.Position = Vector3.new(-45.4392166, 2.7532146, -23.0155544) | |
| 4896 | o8.Rotation = Vector3.new(-90, 0, 90) | |
| 4897 | o8.CanCollide = false | |
| 4898 | o8.FormFactor = Enum.FormFactor.Custom | |
| 4899 | o8.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 4900 | o8.CFrame = CFrame.new(-45.4392166, 2.7532146, -23.0155544, 0, -1, 0, 0, 0, 1, -1, 0, 0) | |
| 4901 | o8.BottomSurface = Enum.SurfaceType.Smooth | |
| 4902 | o8.TopSurface = Enum.SurfaceType.Smooth | |
| 4903 | o8.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 4904 | o9.Parent = o8 | |
| 4905 | o9.MeshId = "http://www.roblox.com/asset/?id=16659502" | |
| 4906 | o9.Scale = Vector3.new(0.200000003, 0.400000006, 0.200000003) | |
| 4907 | o9.MeshType = Enum.MeshType.FileMesh | |
| 4908 | o10.Parent = o1 | |
| 4909 | o10.BrickColor = BrickColor.new("Really black")
| |
| 4910 | o10.Position = Vector3.new(-45.1811943, 2.75321054, -23.0156231) | |
| 4911 | o10.Rotation = Vector3.new(77.6419296, -89.4910126, 77.6437988) | |
| 4912 | o10.CanCollide = false | |
| 4913 | o10.FormFactor = Enum.FormFactor.Custom | |
| 4914 | o10.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 4915 | o10.CFrame = CFrame.new(-45.1811943, 2.75321054, -23.0156231, 0.0019030004, -0.00868700352, -0.999960542, 4.10000102e-005, 0.99996233, -0.00868694112, 0.999998212, -2.44671373e-005, 0.00190328481) | |
| 4916 | o10.BottomSurface = Enum.SurfaceType.Smooth | |
| 4917 | o10.TopSurface = Enum.SurfaceType.Smooth | |
| 4918 | o10.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 4919 | o11.Parent = o10 | |
| 4920 | o11.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
| 4921 | o11.Scale = Vector3.new(0.200000003, 0.200000003, 3) | |
| 4922 | o11.MeshType = Enum.MeshType.FileMesh | |
| 4923 | o12.Parent = o1 | |
| 4924 | o12.BrickColor = BrickColor.new("Really black")
| |
| 4925 | o12.Position = Vector3.new(-45.4522209, 2.7532146, -23.0155544) | |
| 4926 | o12.Rotation = Vector3.new(102.362206, 89.4906311, -102.360336) | |
| 4927 | o12.CanCollide = false | |
| 4928 | o12.FormFactor = Enum.FormFactor.Custom | |
| 4929 | o12.Size = Vector3.new(0.200000048, 0.200000003, 0.200000003) | |
| 4930 | o12.CFrame = CFrame.new(-45.4522209, 2.7532146, -23.0155544, -0.0019030004, 0.00868400373, 0.999960482, 4.10000102e-005, 0.99996233, -0.0086839404, -0.999998212, 2.44728471e-005, -0.00190328457) | |
| 4931 | o12.BottomSurface = Enum.SurfaceType.Smooth | |
| 4932 | o12.TopSurface = Enum.SurfaceType.Smooth | |
| 4933 | o12.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 4934 | o13.Parent = o12 | |
| 4935 | o13.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
| 4936 | o13.Scale = Vector3.new(0.25, 0.25, 2.5999999) | |
| 4937 | o13.MeshType = Enum.MeshType.FileMesh | |
| 4938 | o14.Parent = o1 | |
| 4939 | o14.BrickColor = BrickColor.new("Mid gray")
| |
| 4940 | o14.Reflectance = 0.10000000149012 | |
| 4941 | o14.Transparency = 0.89999997615814 | |
| 4942 | o14.Position = Vector3.new(-45.3052483, 2.75419259, -23.0156231) | |
| 4943 | o14.Rotation = Vector3.new(89.9985962, 0.497508794, 89.8909607) | |
| 4944 | o14.CanCollide = false | |
| 4945 | o14.FormFactor = Enum.FormFactor.Custom | |
| 4946 | o14.Size = Vector3.new(0.200000003, 0.730000019, 0.200000003) | |
| 4947 | o14.CFrame = CFrame.new(-45.3052483, 2.75419259, -23.0156231, 0.0019030004, -0.999960542, 0.0086830575, 4.10000102e-005, -0.00868299603, -0.99996233, 0.999998212, 0.00190328469, 2.44746461e-005) | |
| 4948 | o14.BottomSurface = Enum.SurfaceType.Smooth | |
| 4949 | o14.TopSurface = Enum.SurfaceType.Smooth | |
| 4950 | o14.Color = Color3.new(0.803922, 0.803922, 0.803922) | |
| 4951 | o15.Parent = o14 | |
| 4952 | o16.Parent = o1 | |
| 4953 | o16.BrickColor = BrickColor.new("Really black")
| |
| 4954 | o16.Position = Vector3.new(-45.2762527, 2.75321364, -23.015564) | |
| 4955 | o16.Rotation = Vector3.new(102.362206, 89.4910126, -102.360336) | |
| 4956 | o16.CanCollide = false | |
| 4957 | o16.FormFactor = Enum.FormFactor.Custom | |
| 4958 | o16.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 4959 | o16.CFrame = CFrame.new(-45.2762527, 2.75321364, -23.015564, -0.0019030004, 0.00868400373, 0.999960542, 4.10000102e-005, 0.99996233, -0.00868394226, -0.999998212, 2.44728471e-005, -0.00190328469) | |
| 4960 | o16.BottomSurface = Enum.SurfaceType.Smooth | |
| 4961 | o16.TopSurface = Enum.SurfaceType.Smooth | |
| 4962 | o16.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 4963 | o17.Parent = o16 | |
| 4964 | o17.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
| 4965 | o17.Scale = Vector3.new(0.189999998, 0.189999998, 3) | |
| 4966 | o17.MeshType = Enum.MeshType.FileMesh | |
| 4967 | o18.Parent = o1 | |
| 4968 | o18.BrickColor = BrickColor.new("Really black")
| |
| 4969 | o18.Position = Vector3.new(-44.9112358, 2.77421069, -23.015625) | |
| 4970 | o18.Rotation = Vector3.new(-90, -7.49987459, 90) | |
| 4971 | o18.CanCollide = false | |
| 4972 | o18.FormFactor = Enum.FormFactor.Custom | |
| 4973 | o18.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 4974 | o18.CFrame = CFrame.new(-44.9112358, 2.77421069, -23.015625, 0, -0.991445243, -0.130524024, 0, -0.130524024, 0.991445243, -1, 0, 0) | |
| 4975 | o18.BottomSurface = Enum.SurfaceType.Smooth | |
| 4976 | o18.TopSurface = Enum.SurfaceType.Smooth | |
| 4977 | o18.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 4978 | o19.Parent = o18 | |
| 4979 | o19.MeshId = "http://www.roblox.com/asset/?id=16659502" | |
| 4980 | o19.Scale = Vector3.new(0.25, 1, 0.25) | |
| 4981 | o19.MeshType = Enum.MeshType.FileMesh | |
| 4982 | o20.Parent = o1 | |
| 4983 | o20.BrickColor = BrickColor.new("Really black")
| |
| 4984 | o20.Position = Vector3.new(-45.6412468, 2.7532146, -23.0156231) | |
| 4985 | o20.Rotation = Vector3.new(-90, 2.50009346, -90) | |
| 4986 | o20.CanCollide = false | |
| 4987 | o20.FormFactor = Enum.FormFactor.Custom | |
| 4988 | o20.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 4989 | o20.CFrame = CFrame.new(-45.6412468, 2.7532146, -23.0156231, 0, 0.999048233, 0.0436210148, 0, -0.0436210111, 0.999048233, 1, 0, 0) | |
| 4990 | o20.BottomSurface = Enum.SurfaceType.Smooth | |
| 4991 | o20.TopSurface = Enum.SurfaceType.Smooth | |
| 4992 | o20.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 4993 | o21.Parent = o20 | |
| 4994 | o21.MeshId = "http://www.roblox.com/asset/?id=16659502" | |
| 4995 | o21.Scale = Vector3.new(0.200000003, 0.100000001, 0.200000003) | |
| 4996 | o21.MeshType = Enum.MeshType.FileMesh | |
| 4997 | o22.Name = "Zoom" | |
| 4998 | o22.Parent = o1 | |
| 4999 | o22.Material = Enum.Material.SmoothPlastic | |
| 5000 | o22.Transparency = 1 | |
| 5001 | o22.Position = Vector3.new(-45.6619682, 2.74977922, -23.013567) | |
| 5002 | o22.Rotation = Vector3.new(-90, -88.3242722, -90) | |
| 5003 | o22.Anchored = true | |
| 5004 | o22.FormFactor = Enum.FormFactor.Custom | |
| 5005 | o22.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 5006 | o22.CFrame = CFrame.new(-45.6619682, 2.74977922, -23.013567, 0, 0.0292440113, -0.999572337, 0, 0.999572337, 0.0292440113, 1, 0, 0) | |
| 5007 | o22.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5008 | o22.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5009 | o22.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5010 | o22.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5011 | o22.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5012 | o22.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5013 | o23.Parent = o22 | |
| 5014 | o23.Scale = Vector3.new(0.142307684, 0.170769244, 0.284615368) | |
| 5015 | ZoomFOV = 10 | |
| 5016 | elseif Sight == "C79" then | |
| 5017 | o2 = Instance.new("Part")
| |
| 5018 | o3 = Instance.new("SpecialMesh")
| |
| 5019 | o4 = Instance.new("Part")
| |
| 5020 | o5 = Instance.new("SpecialMesh")
| |
| 5021 | o6 = Instance.new("Part")
| |
| 5022 | o7 = Instance.new("CylinderMesh")
| |
| 5023 | o8 = Instance.new("Part")
| |
| 5024 | o9 = Instance.new("CylinderMesh")
| |
| 5025 | o10 = Instance.new("Part")
| |
| 5026 | o11 = Instance.new("SpecialMesh")
| |
| 5027 | o12 = Instance.new("Part")
| |
| 5028 | o13 = Instance.new("CylinderMesh")
| |
| 5029 | o14 = Instance.new("Part")
| |
| 5030 | o15 = Instance.new("BlockMesh")
| |
| 5031 | o16 = Instance.new("Part")
| |
| 5032 | o17 = Instance.new("BlockMesh")
| |
| 5033 | o18 = Instance.new("Part")
| |
| 5034 | o19 = Instance.new("BlockMesh")
| |
| 5035 | o20 = Instance.new("Part")
| |
| 5036 | o21 = Instance.new("CylinderMesh")
| |
| 5037 | o22 = Instance.new("Part")
| |
| 5038 | o23 = Instance.new("CylinderMesh")
| |
| 5039 | o24 = Instance.new("Part")
| |
| 5040 | o25 = Instance.new("BlockMesh")
| |
| 5041 | o26 = Instance.new("Part")
| |
| 5042 | o27 = Instance.new("CylinderMesh")
| |
| 5043 | o28 = Instance.new("Part")
| |
| 5044 | o29 = Instance.new("BlockMesh")
| |
| 5045 | o30 = Instance.new("Part")
| |
| 5046 | o31 = Instance.new("BlockMesh")
| |
| 5047 | o32 = Instance.new("Part")
| |
| 5048 | o33 = Instance.new("SpecialMesh")
| |
| 5049 | o34 = Instance.new("Part")
| |
| 5050 | o35 = Instance.new("CylinderMesh")
| |
| 5051 | o36 = Instance.new("Part")
| |
| 5052 | o37 = Instance.new("CylinderMesh")
| |
| 5053 | o38 = Instance.new("Part")
| |
| 5054 | o39 = Instance.new("SpecialMesh")
| |
| 5055 | o40 = Instance.new("Part")
| |
| 5056 | o41 = Instance.new("BlockMesh")
| |
| 5057 | o42 = Instance.new("Part")
| |
| 5058 | o43 = Instance.new("CylinderMesh")
| |
| 5059 | o44 = Instance.new("Part")
| |
| 5060 | o45 = Instance.new("SpecialMesh")
| |
| 5061 | o46 = Instance.new("Part")
| |
| 5062 | o47 = Instance.new("BlockMesh")
| |
| 5063 | o2.Parent = o1 | |
| 5064 | o2.BrickColor = BrickColor.new("Really black")
| |
| 5065 | o2.Position = Vector3.new(-45.5156708, 2.81176472, -23.0132618) | |
| 5066 | o2.Rotation = Vector3.new(179.997528, 90, 0) | |
| 5067 | o2.Anchored = true | |
| 5068 | o2.CanCollide = false | |
| 5069 | o2.FormFactor = Enum.FormFactor.Custom | |
| 5070 | o2.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 5071 | o2.CFrame = CFrame.new(-45.5156708, 2.81176472, -23.0132618, 3.30000003e-005, 0, 1, 4.3e-005, -1, -1.41900003e-009, 1, 4.3e-005, -3.30000003e-005) | |
| 5072 | o2.BottomSurface = Enum.SurfaceType.Smooth | |
| 5073 | o2.TopSurface = Enum.SurfaceType.Smooth | |
| 5074 | o2.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 5075 | o3.Parent = o2 | |
| 5076 | o3.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
| 5077 | o3.Scale = Vector3.new(0.246153846, 0.246153846, 1.07692313) | |
| 5078 | o3.MeshType = Enum.MeshType.FileMesh | |
| 5079 | o4.Parent = o1 | |
| 5080 | o4.BrickColor = BrickColor.new("Really black")
| |
| 5081 | o4.Position = Vector3.new(-45.2076645, 2.81176472, -23.0152378) | |
| 5082 | o4.Rotation = Vector3.new(179.997528, 90, 0) | |
| 5083 | o4.Anchored = true | |
| 5084 | o4.CanCollide = false | |
| 5085 | o4.FormFactor = Enum.FormFactor.Custom | |
| 5086 | o4.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 5087 | o4.CFrame = CFrame.new(-45.2076645, 2.81176472, -23.0152378, 3.30000003e-005, 0, 1, 4.3e-005, -1, -1.41900003e-009, 1, 4.3e-005, -3.30000003e-005) | |
| 5088 | o4.BottomSurface = Enum.SurfaceType.Smooth | |
| 5089 | o4.TopSurface = Enum.SurfaceType.Smooth | |
| 5090 | o4.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 5091 | o5.Parent = o4 | |
| 5092 | o5.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
| 5093 | o5.Scale = Vector3.new(0.246153846, 0.246153846, 3.53846145) | |
| 5094 | o5.MeshType = Enum.MeshType.FileMesh | |
| 5095 | o6.Parent = o1 | |
| 5096 | o6.BrickColor = BrickColor.new("Really black")
| |
| 5097 | o6.Position = Vector3.new(-45.3536568, 2.6807878, -23.0142326) | |
| 5098 | o6.Rotation = Vector3.new(-0.00252101431, 0.00189076073, -180) | |
| 5099 | o6.Anchored = true | |
| 5100 | o6.CanCollide = false | |
| 5101 | o6.FormFactor = Enum.FormFactor.Custom | |
| 5102 | o6.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 5103 | o6.CFrame = CFrame.new(-45.3536568, 2.6807878, -23.0142326, -1, 1.45200008e-009, 3.30000003e-005, 0, -1, 4.40000003e-005, 3.30000003e-005, 4.40000003e-005, 1) | |
| 5104 | o6.BottomSurface = Enum.SurfaceType.Smooth | |
| 5105 | o6.TopSurface = Enum.SurfaceType.Smooth | |
| 5106 | o6.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 5107 | o7.Parent = o6 | |
| 5108 | o7.Scale = Vector3.new(0.769230783, 0.153846145, 0.769230783) | |
| 5109 | o8.Parent = o1 | |
| 5110 | o8.BrickColor = BrickColor.new("Really black")
| |
| 5111 | o8.Position = Vector3.new(-45.3476791, 2.6157527, -23.0142155) | |
| 5112 | o8.Rotation = Vector3.new(-0.00246371864, 0.00189076073, -180) | |
| 5113 | o8.Anchored = true | |
| 5114 | o8.CanCollide = false | |
| 5115 | o8.FormFactor = Enum.FormFactor.Custom | |
| 5116 | o8.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 5117 | o8.CFrame = CFrame.new(-45.3476791, 2.6157527, -23.0142155, -1, 1.41900003e-009, 3.30000003e-005, 0, -1, 4.3e-005, 3.30000003e-005, 4.3e-005, 1) | |
| 5118 | o8.BottomSurface = Enum.SurfaceType.Smooth | |
| 5119 | o8.TopSurface = Enum.SurfaceType.Smooth | |
| 5120 | o8.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 5121 | o9.Parent = o8 | |
| 5122 | o9.Scale = Vector3.new(0.692307711, 0.692307711, 0.692307711) | |
| 5123 | o10.Parent = o1 | |
| 5124 | o10.BrickColor = BrickColor.new("Really black")
| |
| 5125 | o10.Reflectance = 0.30000001192093 | |
| 5126 | o10.Transparency = 0.39999997615814 | |
| 5127 | o10.Position = Vector3.new(-45.2016716, 2.81176472, -23.0132561) | |
| 5128 | o10.Rotation = Vector3.new(89.9975357, 8.13027157e-008, 89.9981079) | |
| 5129 | o10.Anchored = true | |
| 5130 | o10.CanCollide = false | |
| 5131 | o10.FormFactor = Enum.FormFactor.Custom | |
| 5132 | o10.Size = Vector3.new(0.215384617, 0.800000012, 0.215384617) | |
| 5133 | o10.CFrame = CFrame.new(-45.2016716, 2.81176472, -23.0132561, 3.30000003e-005, -1, 1.41900003e-009, 4.3e-005, 0, -1, 1, 3.30000003e-005, 4.3e-005) | |
| 5134 | o10.BottomSurface = Enum.SurfaceType.Smooth | |
| 5135 | o10.TopSurface = Enum.SurfaceType.Smooth | |
| 5136 | o10.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 5137 | o11.Parent = o10 | |
| 5138 | o11.Scale = Vector3.new(1.10000002, 1, 1.10000002) | |
| 5139 | o12.Parent = o1 | |
| 5140 | o12.Material = Enum.Material.SmoothPlastic | |
| 5141 | o12.BrickColor = BrickColor.new("Really black")
| |
| 5142 | o12.Position = Vector3.new(-45.3476791, 2.6157527, -23.0142155) | |
| 5143 | o12.Rotation = Vector3.new(-0.00252101431, 0.00189076073, -180) | |
| 5144 | o12.Anchored = true | |
| 5145 | o12.CanCollide = false | |
| 5146 | o12.FormFactor = Enum.FormFactor.Custom | |
| 5147 | o12.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 5148 | o12.CFrame = CFrame.new(-45.3476791, 2.6157527, -23.0142155, -1, 1.45200008e-009, 3.30000003e-005, 0, -1, 4.40000003e-005, 3.30000003e-005, 4.40000003e-005, 1) | |
| 5149 | o12.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5150 | o12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5151 | o12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5152 | o12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5153 | o12.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5154 | o12.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5155 | o12.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 5156 | o13.Parent = o12 | |
| 5157 | o13.Scale = Vector3.new(0.769230783, 0.153846145, 0.769230783) | |
| 5158 | o14.Parent = o1 | |
| 5159 | o14.BrickColor = BrickColor.new("Really black")
| |
| 5160 | o14.Position = Vector3.new(-45.0166855, 2.87274075, -23.0132542) | |
| 5161 | o14.Rotation = Vector3.new(-90.0024643, -8.13027157e-008, 90.0018921) | |
| 5162 | o14.Anchored = true | |
| 5163 | o14.CanCollide = false | |
| 5164 | o14.FormFactor = Enum.FormFactor.Custom | |
| 5165 | o14.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 5166 | o14.CFrame = CFrame.new(-45.0166855, 2.87274075, -23.0132542, -3.30000003e-005, -1, -1.41900003e-009, -4.3e-005, 0, 1, -1, 3.30000003e-005, -4.3e-005) | |
| 5167 | o14.BottomSurface = Enum.SurfaceType.Smooth | |
| 5168 | o14.TopSurface = Enum.SurfaceType.Smooth | |
| 5169 | o14.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 5170 | o15.Parent = o14 | |
| 5171 | o15.Scale = Vector3.new(0.0384615362, 0.153846145, 0.461538464) | |
| 5172 | o16.Parent = o1 | |
| 5173 | o16.BrickColor = BrickColor.new("Really black")
| |
| 5174 | o16.Position = Vector3.new(-45.0616646, 2.63177776, -23.0142288) | |
| 5175 | o16.Rotation = Vector3.new(179.997482, -0.00189076073, 90) | |
| 5176 | o16.Anchored = true | |
| 5177 | o16.CanCollide = false | |
| 5178 | o16.FormFactor = Enum.FormFactor.Custom | |
| 5179 | o16.Size = Vector3.new(0.200000003, 0.523076952, 0.200000003) | |
| 5180 | o16.CFrame = CFrame.new(-45.0616646, 2.63177776, -23.0142288, 0, -1, -3.30000003e-005, -1, 1.45200008e-009, -4.40000003e-005, 4.40000003e-005, 3.30000003e-005, -1) | |
| 5181 | o16.BottomSurface = Enum.SurfaceType.Smooth | |
| 5182 | o16.TopSurface = Enum.SurfaceType.Smooth | |
| 5183 | o16.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 5184 | o17.Parent = o16 | |
| 5185 | o17.Scale = Vector3.new(0.615384579, 1, 0.769230783) | |
| 5186 | o18.Parent = o1 | |
| 5187 | o18.BrickColor = BrickColor.new("Really black")
| |
| 5188 | o18.Position = Vector3.new(-45.0166855, 2.74978971, -23.0132542) | |
| 5189 | o18.Rotation = Vector3.new(-90.0024643, -8.13027157e-008, 90.0018921) | |
| 5190 | o18.Anchored = true | |
| 5191 | o18.CanCollide = false | |
| 5192 | o18.FormFactor = Enum.FormFactor.Custom | |
| 5193 | o18.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 5194 | o18.CFrame = CFrame.new(-45.0166855, 2.74978971, -23.0132542, -3.30000003e-005, -1, -1.41900003e-009, -4.3e-005, 0, 1, -1, 3.30000003e-005, -4.3e-005) | |
| 5195 | o18.BottomSurface = Enum.SurfaceType.Smooth | |
| 5196 | o18.TopSurface = Enum.SurfaceType.Smooth | |
| 5197 | o18.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 5198 | o19.Parent = o18 | |
| 5199 | o19.Scale = Vector3.new(0.0384615362, 0.153846145, 0.461538464) | |
| 5200 | o20.Parent = o1 | |
| 5201 | o20.Material = Enum.Material.SmoothPlastic | |
| 5202 | o20.BrickColor = BrickColor.new("Really black")
| |
| 5203 | o20.Position = Vector3.new(-45.1856918, 2.55477977, -22.8992996) | |
| 5204 | o20.Rotation = Vector3.new(-90.0024643, -90, 0) | |
| 5205 | o20.Anchored = true | |
| 5206 | o20.CanCollide = false | |
| 5207 | o20.FormFactor = Enum.FormFactor.Custom | |
| 5208 | o20.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 5209 | o20.CFrame = CFrame.new(-45.1856918, 2.55477977, -22.8992996, 0, -3.30000003e-005, -1, 1, -4.3e-005, 1.41900003e-009, -4.3e-005, -1, 3.30000003e-005) | |
| 5210 | o20.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5211 | o20.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5212 | o20.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5213 | o20.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5214 | o20.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5215 | o20.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5216 | o20.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 5217 | o21.Parent = o20 | |
| 5218 | o21.Scale = Vector3.new(0.461538464, 0.307692289, 0.461538464) | |
| 5219 | o22.Parent = o1 | |
| 5220 | o22.BrickColor = BrickColor.new("Bright red")
| |
| 5221 | o22.Position = Vector3.new(-45.0166817, 2.81176472, -23.0132523) | |
| 5222 | o22.Rotation = Vector3.new(89.9975357, 8.13027157e-008, 89.9981079) | |
| 5223 | o22.Anchored = true | |
| 5224 | o22.CanCollide = false | |
| 5225 | o22.FormFactor = Enum.FormFactor.Custom | |
| 5226 | o22.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 5227 | o22.CFrame = CFrame.new(-45.0166817, 2.81176472, -23.0132523, 3.30000003e-005, -1, 1.41900003e-009, 4.3e-005, 0, -1, 1, 3.30000003e-005, 4.3e-005) | |
| 5228 | o22.BottomSurface = Enum.SurfaceType.Smooth | |
| 5229 | o22.TopSurface = Enum.SurfaceType.Smooth | |
| 5230 | o22.Color = Color3.new(0.768628, 0.156863, 0.109804) | |
| 5231 | o23.Parent = o22 | |
| 5232 | o23.Scale = Vector3.new(0.0769230723, 0.153846145, 0.0769230723) | |
| 5233 | o24.Parent = o1 | |
| 5234 | o24.BrickColor = BrickColor.new("Really black")
| |
| 5235 | o24.Position = Vector3.new(-45.0166817, 2.81176472, -23.075264) | |
| 5236 | o24.Rotation = Vector3.new(179.997482, -0.00189076073, 90) | |
| 5237 | o24.Anchored = true | |
| 5238 | o24.CanCollide = false | |
| 5239 | o24.FormFactor = Enum.FormFactor.Custom | |
| 5240 | o24.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 5241 | o24.CFrame = CFrame.new(-45.0166817, 2.81176472, -23.075264, 0, -1, -3.30000003e-005, -1, 1.45200008e-009, -4.40000003e-005, 4.40000003e-005, 3.30000003e-005, -1) | |
| 5242 | o24.BottomSurface = Enum.SurfaceType.Smooth | |
| 5243 | o24.TopSurface = Enum.SurfaceType.Smooth | |
| 5244 | o24.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 5245 | o25.Parent = o24 | |
| 5246 | o25.Scale = Vector3.new(0.0384615362, 0.153846145, 0.461538464) | |
| 5247 | o26.Parent = o1 | |
| 5248 | o26.Material = Enum.Material.SmoothPlastic | |
| 5249 | o26.BrickColor = BrickColor.new("Really black")
| |
| 5250 | o26.Position = Vector3.new(-45.1846809, 2.55478072, -23.1292896) | |
| 5251 | o26.Rotation = Vector3.new(-90.0024643, -90, 0) | |
| 5252 | o26.Anchored = true | |
| 5253 | o26.CanCollide = false | |
| 5254 | o26.FormFactor = Enum.FormFactor.Custom | |
| 5255 | o26.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 5256 | o26.CFrame = CFrame.new(-45.1846809, 2.55478072, -23.1292896, 0, -3.30000003e-005, -1, 1, -4.3e-005, 1.41900003e-009, -4.3e-005, -1, 3.30000003e-005) | |
| 5257 | o26.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5258 | o26.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5259 | o26.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5260 | o26.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5261 | o26.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5262 | o26.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5263 | o26.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 5264 | o27.Parent = o26 | |
| 5265 | o27.Scale = Vector3.new(0.461538464, 0.307692289, 0.461538464) | |
| 5266 | o28.Parent = o1 | |
| 5267 | o28.BrickColor = BrickColor.new("Really black")
| |
| 5268 | o28.Position = Vector3.new(-45.0156746, 2.81176472, -22.9512405) | |
| 5269 | o28.Rotation = Vector3.new(179.997482, -0.00189076073, 90) | |
| 5270 | o28.Anchored = true | |
| 5271 | o28.CanCollide = false | |
| 5272 | o28.FormFactor = Enum.FormFactor.Custom | |
| 5273 | o28.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 5274 | o28.CFrame = CFrame.new(-45.0156746, 2.81176472, -22.9512405, 0, -1, -3.30000003e-005, -1, 1.45200008e-009, -4.40000003e-005, 4.40000003e-005, 3.30000003e-005, -1) | |
| 5275 | o28.BottomSurface = Enum.SurfaceType.Smooth | |
| 5276 | o28.TopSurface = Enum.SurfaceType.Smooth | |
| 5277 | o28.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 5278 | o29.Parent = o28 | |
| 5279 | o29.Scale = Vector3.new(0.0384615362, 0.153846145, 0.461538464) | |
| 5280 | o30.Parent = o1 | |
| 5281 | o30.BrickColor = BrickColor.new("Really black")
| |
| 5282 | o30.Position = Vector3.new(-45.1096992, 2.5397718, -23.0132465) | |
| 5283 | o30.Rotation = Vector3.new(179.997528, -0.00189076073, 90) | |
| 5284 | o30.Anchored = true | |
| 5285 | o30.CanCollide = false | |
| 5286 | o30.FormFactor = Enum.FormFactor.Custom | |
| 5287 | o30.Size = Vector3.new(0.200000003, 0.615384638, 0.200000003) | |
| 5288 | o30.CFrame = CFrame.new(-45.1096992, 2.5397718, -23.0132465, 0, -1, -3.30000003e-005, -1, 1.41900003e-009, -4.3e-005, 4.3e-005, 3.30000003e-005, -1) | |
| 5289 | o30.BottomSurface = Enum.SurfaceType.Smooth | |
| 5290 | o30.TopSurface = Enum.SurfaceType.Smooth | |
| 5291 | o30.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 5292 | o31.Parent = o30 | |
| 5293 | o31.Scale = Vector3.new(0.307692289, 1, 0.846153855) | |
| 5294 | o32.Parent = o1 | |
| 5295 | o32.BrickColor = BrickColor.new("Really black")
| |
| 5296 | o32.Position = Vector3.new(-44.8696785, 2.81176472, -23.0132446) | |
| 5297 | o32.Rotation = Vector3.new(179.997528, 90, 0) | |
| 5298 | o32.Anchored = true | |
| 5299 | o32.CanCollide = false | |
| 5300 | o32.FormFactor = Enum.FormFactor.Custom | |
| 5301 | o32.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 5302 | o32.CFrame = CFrame.new(-44.8696785, 2.81176472, -23.0132446, 3.30000003e-005, 0, 1, 4.3e-005, -1, -1.41900003e-009, 1, 4.3e-005, -3.30000003e-005) | |
| 5303 | o32.BottomSurface = Enum.SurfaceType.Smooth | |
| 5304 | o32.TopSurface = Enum.SurfaceType.Smooth | |
| 5305 | o32.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 5306 | o33.Parent = o32 | |
| 5307 | o33.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
| 5308 | o33.Scale = Vector3.new(0.246153846, 0.246153846, 1.07692313) | |
| 5309 | o33.MeshType = Enum.MeshType.FileMesh | |
| 5310 | o34.Parent = o1 | |
| 5311 | o34.Material = Enum.Material.SmoothPlastic | |
| 5312 | o34.BrickColor = BrickColor.new("Really black")
| |
| 5313 | o34.Position = Vector3.new(-44.9236374, 2.55478072, -22.8982334) | |
| 5314 | o34.Rotation = Vector3.new(-90.0024643, -90, 0) | |
| 5315 | o34.Anchored = true | |
| 5316 | o34.CanCollide = false | |
| 5317 | o34.FormFactor = Enum.FormFactor.Custom | |
| 5318 | o34.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 5319 | o34.CFrame = CFrame.new(-44.9236374, 2.55478072, -22.8982334, 0, -3.30000003e-005, -1, 1, -4.3e-005, 1.41900003e-009, -4.3e-005, -1, 3.30000003e-005) | |
| 5320 | o34.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5321 | o34.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5322 | o34.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5323 | o34.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5324 | o34.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5325 | o34.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5326 | o34.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 5327 | o35.Parent = o34 | |
| 5328 | o35.Scale = Vector3.new(0.461538464, 0.307692289, 0.461538464) | |
| 5329 | o36.Parent = o1 | |
| 5330 | o36.Material = Enum.Material.SmoothPlastic | |
| 5331 | o36.BrickColor = BrickColor.new("Black")
| |
| 5332 | o36.Position = Vector3.new(-44.9226875, 2.55477881, -23.129282) | |
| 5333 | o36.Rotation = Vector3.new(-90.0024643, -90, 0) | |
| 5334 | o36.Anchored = true | |
| 5335 | o36.CanCollide = false | |
| 5336 | o36.FormFactor = Enum.FormFactor.Custom | |
| 5337 | o36.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 5338 | o36.CFrame = CFrame.new(-44.9226875, 2.55477881, -23.129282, 0, -3.30000003e-005, -1, 1, -4.3e-005, 1.41900003e-009, -4.3e-005, -1, 3.30000003e-005) | |
| 5339 | o36.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5340 | o36.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5341 | o36.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5342 | o36.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5343 | o36.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5344 | o36.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5345 | o36.Color = Color3.new(0.105882, 0.164706, 0.207843) | |
| 5346 | o37.Parent = o36 | |
| 5347 | o37.Scale = Vector3.new(0.461538464, 0.307692289, 0.461538464) | |
| 5348 | o38.Parent = o1 | |
| 5349 | o38.BrickColor = BrickColor.new("Really black")
| |
| 5350 | o38.Position = Vector3.new(-44.8106842, 2.81176472, -23.0142307) | |
| 5351 | o38.Rotation = Vector3.new(90.0095291, 81.0001602, 89.987915) | |
| 5352 | o38.Anchored = true | |
| 5353 | o38.CanCollide = false | |
| 5354 | o38.FormFactor = Enum.FormFactor.Custom | |
| 5355 | o38.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 5356 | o38.CFrame = CFrame.new(-44.8106842, 2.81176472, -23.0142307, 3.30000003e-005, -0.156431958, 0.98768878, 4.19999997e-005, -0.98768878, -0.156431958, 1, 4.6645182e-005, -2.60235865e-005) | |
| 5357 | o38.BottomSurface = Enum.SurfaceType.Smooth | |
| 5358 | o38.TopSurface = Enum.SurfaceType.Smooth | |
| 5359 | o38.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 5360 | o39.Parent = o38 | |
| 5361 | o39.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
| 5362 | o39.Scale = Vector3.new(0.246153846, 0.230769232, 0.461538464) | |
| 5363 | o39.MeshType = Enum.MeshType.FileMesh | |
| 5364 | o40.Parent = o1 | |
| 5365 | o40.BrickColor = BrickColor.new("Really black")
| |
| 5366 | o40.Position = Vector3.new(-44.7456856, 2.6157527, -23.0132465) | |
| 5367 | o40.Rotation = Vector3.new(179.997528, -0.00189076073, 90) | |
| 5368 | o40.Anchored = true | |
| 5369 | o40.CanCollide = false | |
| 5370 | o40.FormFactor = Enum.FormFactor.Custom | |
| 5371 | o40.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 5372 | o40.CFrame = CFrame.new(-44.7456856, 2.6157527, -23.0132465, 0, -1, -3.30000003e-005, -1, 1.41900003e-009, -4.3e-005, 4.3e-005, 3.30000003e-005, -1) | |
| 5373 | o40.BottomSurface = Enum.SurfaceType.Smooth | |
| 5374 | o40.TopSurface = Enum.SurfaceType.Smooth | |
| 5375 | o40.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 5376 | o41.Parent = o40 | |
| 5377 | o41.Scale = Vector3.new(0.923076928, 0.538461506, 0.538461506) | |
| 5378 | o42.Parent = o1 | |
| 5379 | o42.Material = Enum.Material.SmoothPlastic | |
| 5380 | o42.BrickColor = BrickColor.new("Really black")
| |
| 5381 | o42.Position = Vector3.new(-44.731678, 2.65176678, -23.0132427) | |
| 5382 | o42.Rotation = Vector3.new(-90.0024643, -90, 0) | |
| 5383 | o42.Anchored = true | |
| 5384 | o42.CanCollide = false | |
| 5385 | o42.FormFactor = Enum.FormFactor.Custom | |
| 5386 | o42.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 5387 | o42.CFrame = CFrame.new(-44.731678, 2.65176678, -23.0132427, 0, -3.30000003e-005, -1, 1, -4.3e-005, 1.41900003e-009, -4.3e-005, -1, 3.30000003e-005) | |
| 5388 | o42.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5389 | o42.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5390 | o42.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5391 | o42.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5392 | o42.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5393 | o42.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5394 | o42.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 5395 | o43.Parent = o42 | |
| 5396 | o43.Scale = Vector3.new(0.461538464, 0.615384579, 0.461538464) | |
| 5397 | o44.Parent = o1 | |
| 5398 | o44.BrickColor = BrickColor.new("Really black")
| |
| 5399 | o44.Position = Vector3.new(-44.6716805, 2.61574984, -23.014225) | |
| 5400 | o44.Rotation = Vector3.new(179.997528, -90, 0) | |
| 5401 | o44.Anchored = true | |
| 5402 | o44.CanCollide = false | |
| 5403 | o44.FormFactor = Enum.FormFactor.Custom | |
| 5404 | o44.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 5405 | o44.CFrame = CFrame.new(-44.6716805, 2.61574984, -23.014225, -3.30000003e-005, 0, -1, -4.3e-005, -1, 1.41900003e-009, -1, 4.3e-005, 3.30000003e-005) | |
| 5406 | o44.BottomSurface = Enum.SurfaceType.Smooth | |
| 5407 | o44.TopSurface = Enum.SurfaceType.Smooth | |
| 5408 | o44.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 5409 | o45.Parent = o44 | |
| 5410 | o45.Scale = Vector3.new(0.538461506, 0.923076928, 0.230769232) | |
| 5411 | o45.MeshType = Enum.MeshType.Wedge | |
| 5412 | o46.Name = "Zoom" | |
| 5413 | o46.Parent = o1 | |
| 5414 | o46.Material = Enum.Material.SmoothPlastic | |
| 5415 | o46.Transparency = 1 | |
| 5416 | o46.Position = Vector3.new(-45.6602287, 2.80918193, -23.013567) | |
| 5417 | o46.Rotation = Vector3.new(-90, -88.3242722, -90) | |
| 5418 | o46.Anchored = true | |
| 5419 | o46.FormFactor = Enum.FormFactor.Custom | |
| 5420 | o46.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 5421 | o46.CFrame = CFrame.new(-45.6602287, 2.80918193, -23.013567, 0, 0.0292440113, -0.999572337, 0, 0.999572337, 0.0292440113, 1, 0, 0) | |
| 5422 | o46.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5423 | o46.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5424 | o46.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5425 | o46.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5426 | o46.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5427 | o46.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5428 | o47.Parent = o46 | |
| 5429 | o47.Scale = Vector3.new(0.142307684, 0.170769244, 0.284615368) | |
| 5430 | ZoomFOV = 20 | |
| 5431 | elseif Sight == "ACOG" then | |
| 5432 | o2 = Instance.new("Part")
| |
| 5433 | o3 = Instance.new("BlockMesh")
| |
| 5434 | o4 = Instance.new("Part")
| |
| 5435 | o5 = Instance.new("CylinderMesh")
| |
| 5436 | o6 = Instance.new("Part")
| |
| 5437 | o7 = Instance.new("CylinderMesh")
| |
| 5438 | o8 = Instance.new("Part")
| |
| 5439 | o9 = Instance.new("BlockMesh")
| |
| 5440 | o10 = Instance.new("Part")
| |
| 5441 | o11 = Instance.new("SpecialMesh")
| |
| 5442 | o12 = Instance.new("Part")
| |
| 5443 | o13 = Instance.new("SpecialMesh")
| |
| 5444 | o14 = Instance.new("Part")
| |
| 5445 | o15 = Instance.new("SpecialMesh")
| |
| 5446 | o16 = Instance.new("Part")
| |
| 5447 | o17 = Instance.new("Decal")
| |
| 5448 | o18 = Instance.new("Decal")
| |
| 5449 | o19 = Instance.new("BlockMesh")
| |
| 5450 | o20 = Instance.new("Part")
| |
| 5451 | o21 = Instance.new("BlockMesh")
| |
| 5452 | o22 = Instance.new("Part")
| |
| 5453 | o23 = Instance.new("SpecialMesh")
| |
| 5454 | o2.Name = "Zoom" | |
| 5455 | o2.Parent = o1 | |
| 5456 | o2.Material = Enum.Material.SmoothPlastic | |
| 5457 | o2.Transparency = 1 | |
| 5458 | o2.Position = Vector3.new(-45.7289391, 2.73110533, -23.0179634) | |
| 5459 | o2.Rotation = Vector3.new(-90, -88.876564, -90) | |
| 5460 | o2.Anchored = true | |
| 5461 | o2.FormFactor = Enum.FormFactor.Custom | |
| 5462 | o2.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 5463 | o2.CFrame = CFrame.new(-45.7289391, 2.73110533, -23.0179634, 0, 0.0196069945, -0.999807775, 0, 0.999807775, 0.0196069926, 1, 0, 0) | |
| 5464 | o2.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5465 | o2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5466 | o2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5467 | o2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5468 | o2.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5469 | o2.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5470 | o3.Parent = o2 | |
| 5471 | o3.Scale = Vector3.new(0.142307684, 0.170769244, 0.284615368) | |
| 5472 | o4.Name = "ACOG" | |
| 5473 | o4.Parent = o1 | |
| 5474 | o4.BrickColor = BrickColor.new("Bright red")
| |
| 5475 | o4.Position = Vector3.new(-45.1566238, 2.8208468, -23.020977) | |
| 5476 | o4.Rotation = Vector3.new(90.0104294, -89.9720306, -90) | |
| 5477 | o4.Anchored = true | |
| 5478 | o4.CanCollide = false | |
| 5479 | o4.FormFactor = Enum.FormFactor.Custom | |
| 5480 | o4.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 5481 | o4.CFrame = CFrame.new(-45.1566238, 2.8208468, -23.020977, 0, 0.000485999946, -0.999999881, 0.000182000003, -0.999999881, -0.000485999917, -1, -0.000181999989, -8.84519977e-008) | |
| 5482 | o4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5483 | o4.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5484 | o4.Color = Color3.new(0.768628, 0.156863, 0.109804) | |
| 5485 | o5.Parent = o4 | |
| 5486 | o5.Scale = Vector3.new(1.33333337, 0.0333333351, 0.699999988) | |
| 5487 | o6.Name = "ACOG" | |
| 5488 | o6.Parent = o1 | |
| 5489 | o6.BrickColor = BrickColor.new(CUSTOMCOLOR) | |
| 5490 | o6.Position = Vector3.new(-45.1566238, 2.8208468, -23.020977) | |
| 5491 | o6.Rotation = Vector3.new(90.0104294, -89.9720306, -90) | |
| 5492 | o6.Anchored = true | |
| 5493 | o6.CanCollide = false | |
| 5494 | o6.FormFactor = Enum.FormFactor.Custom | |
| 5495 | o6.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 5496 | o6.CFrame = CFrame.new(-45.1566238, 2.8208468, -23.020977, 0, 0.000485999946, -0.999999881, 0.000182000003, -0.999999881, -0.000485999917, -1, -0.000181999989, -8.84519977e-008) | |
| 5497 | o6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5498 | o6.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5499 | o6.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 5500 | o7.Parent = o6 | |
| 5501 | o7.Scale = Vector3.new(1.33333337, 0.333333343, 0.666666687) | |
| 5502 | o8.Name = "ACOG" | |
| 5503 | o8.Parent = o1 | |
| 5504 | o8.BrickColor = BrickColor.new(CUSTOMCOLOR) | |
| 5505 | o8.Position = Vector3.new(-45.1224823, 2.58768368, -23.0217686) | |
| 5506 | o8.Rotation = Vector3.new(-179.996613, -1.65642064e-006, 179.971924) | |
| 5507 | o8.Anchored = true | |
| 5508 | o8.CanCollide = false | |
| 5509 | o8.FormFactor = Enum.FormFactor.Custom | |
| 5510 | o8.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 5511 | o8.CFrame = CFrame.new(-45.1224823, 2.58768368, -23.0217686, -0.999999881, -0.000489999948, -2.89099926e-008, -0.000489999948, 0.999999881, 5.89999836e-005, 0, 5.89999909e-005, -1) | |
| 5512 | o8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5513 | o8.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5514 | o8.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 5515 | o9.Parent = o8 | |
| 5516 | o9.Scale = Vector3.new(1, 0.533333361, 0.533333302) | |
| 5517 | o10.Name = "ACOG" | |
| 5518 | o10.Parent = o1 | |
| 5519 | o10.BrickColor = BrickColor.new(CUSTOMCOLOR) | |
| 5520 | o10.Position = Vector3.new(-44.9295502, 2.72090769, -23.0211411) | |
| 5521 | o10.Rotation = Vector3.new(90.0256882, 75.0440826, 89.9820175) | |
| 5522 | o10.Anchored = true | |
| 5523 | o10.CanCollide = false | |
| 5524 | o10.FormFactor = Enum.FormFactor.Symmetric | |
| 5525 | o10.Size = Vector3.new(1, 1, 1) | |
| 5526 | o10.CFrame = CFrame.new(-44.9295502, 2.72090769, -23.0211411, 8.09999983e-005, -0.258075923, 0.966124654, -0.000144999998, -0.966124654, -0.258075893, 1, -0.000119183926, -0.000115677103) | |
| 5527 | o10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5528 | o10.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5529 | o10.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 5530 | o11.Parent = o10 | |
| 5531 | o11.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
| 5532 | o11.Scale = Vector3.new(0.200000003, 0.200000003, 0.666666687) | |
| 5533 | o11.MeshType = Enum.MeshType.FileMesh | |
| 5534 | o12.Name = "ACOG" | |
| 5535 | o12.Parent = o1 | |
| 5536 | o12.BrickColor = BrickColor.new(CUSTOMCOLOR) | |
| 5537 | o12.Position = Vector3.new(-45.3565521, 2.72070885, -23.0211391) | |
| 5538 | o12.Rotation = Vector3.new(-94.5800171, 89.9720306, -85.4120255) | |
| 5539 | o12.Anchored = true | |
| 5540 | o12.CanCollide = false | |
| 5541 | o12.FormFactor = Enum.FormFactor.Symmetric | |
| 5542 | o12.Size = Vector3.new(1, 1, 1) | |
| 5543 | o12.CFrame = CFrame.new(-45.3565521, 2.72070885, -23.0211391, 3.89999987e-005, 0.000485999946, 0.999999881, -0.000138999996, -0.999999881, 0.00048600536, 1, -0.000139018943, -3.89324414e-005) | |
| 5544 | o12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5545 | o12.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5546 | o12.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 5547 | o13.Parent = o12 | |
| 5548 | o13.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
| 5549 | o13.Scale = Vector3.new(0.173333332, 0.173333332, 0.666666687) | |
| 5550 | o13.MeshType = Enum.MeshType.FileMesh | |
| 5551 | o14.Name = "ACOG" | |
| 5552 | o14.Parent = o1 | |
| 5553 | o14.BrickColor = BrickColor.new(CUSTOMCOLOR) | |
| 5554 | o14.Position = Vector3.new(-44.956562, 2.72089267, -23.021225) | |
| 5555 | o14.Rotation = Vector3.new(-97.6506424, 89.9720306, -82.3413925) | |
| 5556 | o14.Anchored = true | |
| 5557 | o14.CanCollide = false | |
| 5558 | o14.FormFactor = Enum.FormFactor.Symmetric | |
| 5559 | o14.Size = Vector3.new(1, 1, 1) | |
| 5560 | o14.CFrame = CFrame.new(-44.956562, 2.72089267, -23.021225, 7.10000022e-005, 0.000527999946, 0.999999881, -0.000138999996, -0.999999881, 0.000528009783, 1, -0.000139037467, -7.09266023e-005) | |
| 5561 | o14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5562 | o14.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5563 | o14.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 5564 | o15.Parent = o14 | |
| 5565 | o15.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
| 5566 | o15.Scale = Vector3.new(0.200000003, 0.200000003, 0.666666687) | |
| 5567 | o15.MeshType = Enum.MeshType.FileMesh | |
| 5568 | o16.Name = "ACOG1" | |
| 5569 | o16.Parent = o1 | |
| 5570 | o16.BrickColor = BrickColor.new(CUSTOMCOLOR) | |
| 5571 | o16.Transparency = 1 | |
| 5572 | o16.Position = Vector3.new(-45.2625923, 2.72075582, -23.0216827) | |
| 5573 | o16.Rotation = Vector3.new(-179.996613, -1.65642064e-006, 179.971924) | |
| 5574 | o16.Anchored = true | |
| 5575 | o16.CanCollide = false | |
| 5576 | o16.FormFactor = Enum.FormFactor.Custom | |
| 5577 | o16.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 5578 | o16.CFrame = CFrame.new(-45.2625923, 2.72075582, -23.0216827, -0.999999881, -0.000489999948, -2.89099926e-008, -0.000489999948, 0.999999881, 5.89999836e-005, 0, 5.89999909e-005, -1) | |
| 5579 | o16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5580 | o16.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5581 | o16.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 5582 | o17.Parent = o16 | |
| 5583 | o17.Texture = "http://www.roblox.com/asset/?id=95639324" | |
| 5584 | o17.Face = Enum.NormalId.Right | |
| 5585 | o18.Parent = o16 | |
| 5586 | o18.Texture = "http://www.roblox.com/asset/?id=95639324" | |
| 5587 | o18.Face = Enum.NormalId.Left | |
| 5588 | o19.Parent = o16 | |
| 5589 | o19.Scale = Vector3.new(0.0666666701, 1, 1) | |
| 5590 | o20.Name = "ACOG" | |
| 5591 | o20.Parent = o1 | |
| 5592 | o20.BrickColor = BrickColor.new(CUSTOMCOLOR) | |
| 5593 | o20.Position = Vector3.new(-45.0894966, 2.53364778, -23.0207634) | |
| 5594 | o20.Rotation = Vector3.new(-179.996613, -1.65642064e-006, 179.971924) | |
| 5595 | o20.Anchored = true | |
| 5596 | o20.CanCollide = false | |
| 5597 | o20.FormFactor = Enum.FormFactor.Custom | |
| 5598 | o20.Size = Vector3.new(0.333333343, 0.200000003, 0.200000003) | |
| 5599 | o20.CFrame = CFrame.new(-45.0894966, 2.53364778, -23.0207634, -0.999999881, -0.000489999948, -2.89099926e-008, -0.000489999948, 0.999999881, 5.89999836e-005, 0, 5.89999909e-005, -1) | |
| 5600 | o20.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5601 | o20.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5602 | o20.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 5603 | o21.Parent = o20 | |
| 5604 | o21.Scale = Vector3.new(1, 0.533333361, 0.866666675) | |
| 5605 | o22.Name = "ACOG2" | |
| 5606 | o22.Parent = o1 | |
| 5607 | o22.BrickColor = BrickColor.new(CUSTOMCOLOR) | |
| 5608 | o22.Position = Vector3.new(-45.1225471, 2.72081685, -23.0214977) | |
| 5609 | o22.Rotation = Vector3.new(-97.6506424, 89.9720306, -82.3413925) | |
| 5610 | o22.Anchored = true | |
| 5611 | o22.CanCollide = false | |
| 5612 | o22.FormFactor = Enum.FormFactor.Symmetric | |
| 5613 | o22.Size = Vector3.new(1, 1, 1) | |
| 5614 | o22.CFrame = CFrame.new(-45.1225471, 2.72081685, -23.0214977, 7.10000022e-005, 0.000527999946, 0.999999881, -0.000138999996, -0.999999881, 0.000528009783, 1, -0.000139037467, -7.09266023e-005) | |
| 5615 | o22.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5616 | o22.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5617 | o22.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 5618 | o23.Parent = o22 | |
| 5619 | o23.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
| 5620 | o23.Scale = Vector3.new(0.166666672, 0.166666672, 2.66666675) | |
| 5621 | o23.MeshType = Enum.MeshType.FileMesh | |
| 5622 | ZoomFOV = 5 | |
| 5623 | elseif Sight == "M145" then | |
| 5624 | ||
| 5625 | o2 = Instance.new("Part")
| |
| 5626 | o3 = Instance.new("CylinderMesh")
| |
| 5627 | o4 = Instance.new("Part")
| |
| 5628 | o5 = Instance.new("CylinderMesh")
| |
| 5629 | o6 = Instance.new("Part")
| |
| 5630 | o7 = Instance.new("CylinderMesh")
| |
| 5631 | o8 = Instance.new("Part")
| |
| 5632 | o9 = Instance.new("BlockMesh")
| |
| 5633 | o10 = Instance.new("Part")
| |
| 5634 | o11 = Instance.new("SpecialMesh")
| |
| 5635 | o12 = Instance.new("Part")
| |
| 5636 | o13 = Instance.new("BlockMesh")
| |
| 5637 | o14 = Instance.new("Part")
| |
| 5638 | o15 = Instance.new("BlockMesh")
| |
| 5639 | o16 = Instance.new("Part")
| |
| 5640 | o17 = Instance.new("SpecialMesh")
| |
| 5641 | o18 = Instance.new("Part")
| |
| 5642 | o19 = Instance.new("BlockMesh")
| |
| 5643 | o20 = Instance.new("Part")
| |
| 5644 | o21 = Instance.new("BlockMesh")
| |
| 5645 | o22 = Instance.new("Part")
| |
| 5646 | o23 = Instance.new("SpecialMesh")
| |
| 5647 | o24 = Instance.new("Part")
| |
| 5648 | o25 = Instance.new("SpecialMesh")
| |
| 5649 | o26 = Instance.new("Part")
| |
| 5650 | o27 = Instance.new("BlockMesh")
| |
| 5651 | o28 = Instance.new("Part")
| |
| 5652 | o29 = Instance.new("BlockMesh")
| |
| 5653 | o30 = Instance.new("Part")
| |
| 5654 | o31 = Instance.new("BlockMesh")
| |
| 5655 | o32 = Instance.new("Part")
| |
| 5656 | o33 = Instance.new("BlockMesh")
| |
| 5657 | o34 = Instance.new("Part")
| |
| 5658 | o35 = Instance.new("SpecialMesh")
| |
| 5659 | o36 = Instance.new("Part")
| |
| 5660 | o37 = Instance.new("SpecialMesh")
| |
| 5661 | o38 = Instance.new("Part")
| |
| 5662 | o39 = Instance.new("BlockMesh")
| |
| 5663 | o2.Parent = o1 | |
| 5664 | o2.Reflectance = 0.050000000745058 | |
| 5665 | o2.Transparency = 0.89999997615814 | |
| 5666 | o2.Position = Vector3.new(-45.0308838, 2.90189338, -23.0160847) | |
| 5667 | o2.Rotation = Vector3.new(-0.00252101431, 0.00189076073, 90) | |
| 5668 | o2.Anchored = true | |
| 5669 | o2.FormFactor = Enum.FormFactor.Symmetric | |
| 5670 | o2.Size = Vector3.new(1, 1, 1) | |
| 5671 | o2.CFrame = CFrame.new(-45.0308838, 2.90189338, -23.0160847, 0, -1, 3.30000003e-005, 1, 1.45200008e-009, 4.40000003e-005, -4.40000003e-005, 3.30000003e-005, 1) | |
| 5672 | o2.BottomSurface = Enum.SurfaceType.Smooth | |
| 5673 | o2.TopSurface = Enum.SurfaceType.Smooth | |
| 5674 | o3.Parent = o2 | |
| 5675 | o3.Offset = Vector3.new(-0.180000007, -0.0299999993, 0) | |
| 5676 | o3.Scale = Vector3.new(0.209999993, 0.00479999976, 0.194999993) | |
| 5677 | o4.Parent = o1 | |
| 5678 | o4.Reflectance = 0.050000000745058 | |
| 5679 | o4.Transparency = 0.89999997615814 | |
| 5680 | o4.Position = Vector3.new(-45.5848656, 2.72892451, -23.0160999) | |
| 5681 | o4.Rotation = Vector3.new(89.9975357, 8.13027157e-008, 89.9981079) | |
| 5682 | o4.Anchored = true | |
| 5683 | o4.FormFactor = Enum.FormFactor.Symmetric | |
| 5684 | o4.Size = Vector3.new(1, 1, 1) | |
| 5685 | o4.CFrame = CFrame.new(-45.5848656, 2.72892451, -23.0160999, 3.30000003e-005, -1, 1.41900003e-009, 4.3e-005, 0, -1, 1, 3.30000003e-005, 4.3e-005) | |
| 5686 | o4.BottomSurface = Enum.SurfaceType.Smooth | |
| 5687 | o4.TopSurface = Enum.SurfaceType.Smooth | |
| 5688 | o5.Parent = o4 | |
| 5689 | o5.Offset = Vector3.new(0, -0.0480000004, 0) | |
| 5690 | o5.Scale = Vector3.new(0.180000007, 0.00479999976, 0.180000007) | |
| 5691 | o6.Parent = o1 | |
| 5692 | o6.BrickColor = BrickColor.new("Really black")
| |
| 5693 | o6.Position = Vector3.new(-45.4388695, 2.54694438, -23.0180969) | |
| 5694 | o6.Rotation = Vector3.new(179.997482, -0.00189076073, -8.3193477e-008) | |
| 5695 | o6.Anchored = true | |
| 5696 | o6.FormFactor = Enum.FormFactor.Symmetric | |
| 5697 | o6.Size = Vector3.new(1, 1, 1) | |
| 5698 | o6.CFrame = CFrame.new(-45.4388695, 2.54694438, -23.0180969, 1, 1.45200008e-009, -3.30000003e-005, 0, -1, -4.40000003e-005, -3.30000003e-005, 4.40000003e-005, -1) | |
| 5699 | o6.BottomSurface = Enum.SurfaceType.Smooth | |
| 5700 | o6.TopSurface = Enum.SurfaceType.Smooth | |
| 5701 | o6.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 5702 | o7.Parent = o6 | |
| 5703 | o7.Offset = Vector3.new(0.0480000004, 0, 0) | |
| 5704 | o7.Scale = Vector3.new(0.143999994, 0.150000006, 0.143999994) | |
| 5705 | o8.Parent = o1 | |
| 5706 | o8.BrickColor = BrickColor.new("Really black")
| |
| 5707 | o8.Position = Vector3.new(-45.2008667, 2.54694438, -23.0160828) | |
| 5708 | o8.Rotation = Vector3.new(179.997482, -0.00189076073, -8.3193477e-008) | |
| 5709 | o8.Anchored = true | |
| 5710 | o8.FormFactor = Enum.FormFactor.Symmetric | |
| 5711 | o8.Size = Vector3.new(1, 1, 1) | |
| 5712 | o8.CFrame = CFrame.new(-45.2008667, 2.54694438, -23.0160828, 1, 1.45200008e-009, -3.30000003e-005, 0, -1, -4.40000003e-005, -3.30000003e-005, 4.40000003e-005, -1) | |
| 5713 | o8.BottomSurface = Enum.SurfaceType.Smooth | |
| 5714 | o8.TopSurface = Enum.SurfaceType.Smooth | |
| 5715 | o8.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 5716 | o9.Parent = o8 | |
| 5717 | o9.Offset = Vector3.new(0.0240000002, 0, 0) | |
| 5718 | o9.Scale = Vector3.new(0.42009002, 0.150000006, 0.143999994) | |
| 5719 | o10.Parent = o1 | |
| 5720 | o10.BrickColor = BrickColor.new("Really black")
| |
| 5721 | o10.Position = Vector3.new(-45.0068626, 2.54694152, -23.0171223) | |
| 5722 | o10.Rotation = Vector3.new(-0.00246371864, 90, 0) | |
| 5723 | o10.Anchored = true | |
| 5724 | o10.FormFactor = Enum.FormFactor.Symmetric | |
| 5725 | o10.Size = Vector3.new(1, 1, 1) | |
| 5726 | o10.CFrame = CFrame.new(-45.0068626, 2.54694152, -23.0171223, -3.30000003e-005, 0, 1, -4.3e-005, 1, -1.41900003e-009, -1, -4.3e-005, -3.30000003e-005) | |
| 5727 | o10.BottomSurface = Enum.SurfaceType.Smooth | |
| 5728 | o10.TopSurface = Enum.SurfaceType.Smooth | |
| 5729 | o10.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 5730 | o11.Parent = o10 | |
| 5731 | o11.Scale = Vector3.new(0.239999995, 0.150000006, 0.0480000004) | |
| 5732 | o11.MeshType = Enum.MeshType.Wedge | |
| 5733 | o12.Parent = o1 | |
| 5734 | o12.BrickColor = BrickColor.new("Really black")
| |
| 5735 | o12.Position = Vector3.new(-44.9609032, 2.54694152, -23.0180988) | |
| 5736 | o12.Rotation = Vector3.new(179.997482, -0.00189076073, -8.3193477e-008) | |
| 5737 | o12.Anchored = true | |
| 5738 | o12.FormFactor = Enum.FormFactor.Symmetric | |
| 5739 | o12.Size = Vector3.new(1, 1, 1) | |
| 5740 | o12.CFrame = CFrame.new(-44.9609032, 2.54694152, -23.0180988, 1, 1.45200008e-009, -3.30000003e-005, 0, -1, -4.40000003e-005, -3.30000003e-005, 4.40000003e-005, -1) | |
| 5741 | o12.BottomSurface = Enum.SurfaceType.Smooth | |
| 5742 | o12.TopSurface = Enum.SurfaceType.Smooth | |
| 5743 | o12.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 5744 | o13.Parent = o12 | |
| 5745 | o13.Scale = Vector3.new(0.0480000004, 0.150000006, 0.239999995) | |
| 5746 | o14.Parent = o1 | |
| 5747 | o14.BrickColor = BrickColor.new("Really black")
| |
| 5748 | o14.Position = Vector3.new(-45.3188782, 2.72089553, -22.9411163) | |
| 5749 | o14.Rotation = Vector3.new(179.997482, -0.00189076073, -8.3193477e-008) | |
| 5750 | o14.Anchored = true | |
| 5751 | o14.FormFactor = Enum.FormFactor.Symmetric | |
| 5752 | o14.Size = Vector3.new(1, 1, 1) | |
| 5753 | o14.CFrame = CFrame.new(-45.3188782, 2.72089553, -22.9411163, 1, 1.45200008e-009, -3.30000003e-005, 0, -1, -4.40000003e-005, -3.30000003e-005, 4.40000003e-005, -1) | |
| 5754 | o14.BottomSurface = Enum.SurfaceType.Smooth | |
| 5755 | o14.TopSurface = Enum.SurfaceType.Smooth | |
| 5756 | o14.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 5757 | o15.Parent = o14 | |
| 5758 | o15.Scale = Vector3.new(0.00300000003, 0.00300000003, 0.057599999) | |
| 5759 | o16.Parent = o1 | |
| 5760 | o16.BrickColor = BrickColor.new("Really black")
| |
| 5761 | o16.Position = Vector3.new(-44.9648743, 2.72694039, -23.0171223) | |
| 5762 | o16.Rotation = Vector3.new(90.0085602, 80.2704544, -90.0111923) | |
| 5763 | o16.Anchored = true | |
| 5764 | o16.Size = Vector3.new(1, 1.20000005, 1) | |
| 5765 | o16.CFrame = CFrame.new(-44.9648743, 2.72694039, -23.0171223, -3.30000003e-005, 0.168998078, 0.985616446, -4.3e-005, 0.985616446, -0.168998078, -1, -4.79584414e-005, -2.52584268e-005) | |
| 5766 | o16.BottomSurface = Enum.SurfaceType.Smooth | |
| 5767 | o16.TopSurface = Enum.SurfaceType.Smooth | |
| 5768 | o16.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 5769 | o17.Parent = o16 | |
| 5770 | o17.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
| 5771 | o17.Scale = Vector3.new(0.230400011, 0.230400011, 0.479999989) | |
| 5772 | o17.MeshType = Enum.MeshType.FileMesh | |
| 5773 | o18.Parent = o1 | |
| 5774 | o18.BrickColor = BrickColor.new("Really black")
| |
| 5775 | o18.Position = Vector3.new(-45.3208618, 2.92493939, -23.016077) | |
| 5776 | o18.Rotation = Vector3.new(179.997482, -0.00189076073, -8.3193477e-008) | |
| 5777 | o18.Anchored = true | |
| 5778 | o18.FormFactor = Enum.FormFactor.Symmetric | |
| 5779 | o18.Size = Vector3.new(1, 1, 1) | |
| 5780 | o18.CFrame = CFrame.new(-45.3208618, 2.92493939, -23.016077, 1, 1.45200008e-009, -3.30000003e-005, 0, -1, -4.40000003e-005, -3.30000003e-005, 4.40000003e-005, -1) | |
| 5781 | o18.BottomSurface = Enum.SurfaceType.Smooth | |
| 5782 | o18.TopSurface = Enum.SurfaceType.Smooth | |
| 5783 | o18.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 5784 | o19.Parent = o18 | |
| 5785 | o19.Offset = Vector3.new(0, 0.1875, 0) | |
| 5786 | o19.Scale = Vector3.new(0, 0.00150000001, 0.0329999998) | |
| 5787 | o20.Parent = o1 | |
| 5788 | o20.BrickColor = BrickColor.new("Really black")
| |
| 5789 | o20.Position = Vector3.new(-45.3208618, 2.89493656, -23.0160847) | |
| 5790 | o20.Rotation = Vector3.new(179.997482, -0.00189076073, -8.3193477e-008) | |
| 5791 | o20.Anchored = true | |
| 5792 | o20.FormFactor = Enum.FormFactor.Symmetric | |
| 5793 | o20.Size = Vector3.new(1, 1, 1) | |
| 5794 | o20.CFrame = CFrame.new(-45.3208618, 2.89493656, -23.0160847, 1, 1.45200008e-009, -3.30000003e-005, 0, -1, -4.40000003e-005, -3.30000003e-005, 4.40000003e-005, -1) | |
| 5795 | o20.BottomSurface = Enum.SurfaceType.Smooth | |
| 5796 | o20.TopSurface = Enum.SurfaceType.Smooth | |
| 5797 | o20.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 5798 | o21.Parent = o20 | |
| 5799 | o21.Offset = Vector3.new(0, 0.17400001, 0) | |
| 5800 | o21.Scale = Vector3.new(0, 0.00150000001, 0.0990000069) | |
| 5801 | o22.Parent = o1 | |
| 5802 | o22.BrickColor = BrickColor.new("Really black")
| |
| 5803 | o22.Position = Vector3.new(-45.2548485, 2.7238884, -23.016077) | |
| 5804 | o22.Rotation = Vector3.new(-0.00246371864, 90, 0) | |
| 5805 | o22.Anchored = true | |
| 5806 | o22.Size = Vector3.new(1, 1.20000005, 1) | |
| 5807 | o22.CFrame = CFrame.new(-45.2548485, 2.7238884, -23.016077, -3.30000003e-005, 0, 1, -4.3e-005, 1, -1.41900003e-009, -1, -4.3e-005, -3.30000003e-005) | |
| 5808 | o22.BottomSurface = Enum.SurfaceType.Smooth | |
| 5809 | o22.TopSurface = Enum.SurfaceType.Smooth | |
| 5810 | o22.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 5811 | o23.Parent = o22 | |
| 5812 | o23.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
| 5813 | o23.Scale = Vector3.new(0.209999993, 0.209999993, 3.5999999) | |
| 5814 | o23.MeshType = Enum.MeshType.FileMesh | |
| 5815 | o24.Parent = o1 | |
| 5816 | o24.BrickColor = BrickColor.new("Really black")
| |
| 5817 | o24.Position = Vector3.new(-44.9108505, 2.54694438, -23.0160923) | |
| 5818 | o24.Rotation = Vector3.new(179.997528, -90, 0) | |
| 5819 | o24.Anchored = true | |
| 5820 | o24.FormFactor = Enum.FormFactor.Symmetric | |
| 5821 | o24.Size = Vector3.new(1, 1, 1) | |
| 5822 | o24.CFrame = CFrame.new(-44.9108505, 2.54694438, -23.0160923, -3.30000003e-005, 0, -1, -4.3e-005, -1, 1.41900003e-009, -1, 4.3e-005, 3.30000003e-005) | |
| 5823 | o24.BottomSurface = Enum.SurfaceType.Smooth | |
| 5824 | o24.TopSurface = Enum.SurfaceType.Smooth | |
| 5825 | o24.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 5826 | o25.Parent = o24 | |
| 5827 | o25.Scale = Vector3.new(0.239999995, 0.150000006, 0.0480000004) | |
| 5828 | o25.MeshType = Enum.MeshType.Wedge | |
| 5829 | o26.Parent = o1 | |
| 5830 | o26.BrickColor = BrickColor.new("Really black")
| |
| 5831 | o26.Position = Vector3.new(-45.3188705, 2.72089553, -23.0911293) | |
| 5832 | o26.Rotation = Vector3.new(179.997482, -0.00189076073, -8.3193477e-008) | |
| 5833 | o26.Anchored = true | |
| 5834 | o26.FormFactor = Enum.FormFactor.Symmetric | |
| 5835 | o26.Size = Vector3.new(1, 1, 1) | |
| 5836 | o26.CFrame = CFrame.new(-45.3188705, 2.72089553, -23.0911293, 1, 1.45200008e-009, -3.30000003e-005, 0, -1, -4.40000003e-005, -3.30000003e-005, 4.40000003e-005, -1) | |
| 5837 | o26.BottomSurface = Enum.SurfaceType.Smooth | |
| 5838 | o26.TopSurface = Enum.SurfaceType.Smooth | |
| 5839 | o26.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 5840 | o27.Parent = o26 | |
| 5841 | o27.Scale = Vector3.new(0.00300000003, 0.00300000003, 0.057599999) | |
| 5842 | o28.Parent = o1 | |
| 5843 | o28.BrickColor = BrickColor.new("Really black")
| |
| 5844 | o28.Position = Vector3.new(-45.3208618, 2.80793452, -23.016077) | |
| 5845 | o28.Rotation = Vector3.new(179.997482, -0.00189076073, -8.3193477e-008) | |
| 5846 | o28.Anchored = true | |
| 5847 | o28.FormFactor = Enum.FormFactor.Symmetric | |
| 5848 | o28.Size = Vector3.new(1, 1, 1) | |
| 5849 | o28.CFrame = CFrame.new(-45.3208618, 2.80793452, -23.016077, 1, 1.45200008e-009, -3.30000003e-005, 0, -1, -4.40000003e-005, -3.30000003e-005, 4.40000003e-005, -1) | |
| 5850 | o28.BottomSurface = Enum.SurfaceType.Smooth | |
| 5851 | o28.TopSurface = Enum.SurfaceType.Smooth | |
| 5852 | o28.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 5853 | o29.Parent = o28 | |
| 5854 | o29.Scale = Vector3.new(0.00300000003, 0.0599999987, 0.00300000003) | |
| 5855 | o30.Parent = o1 | |
| 5856 | o30.BrickColor = BrickColor.new("Really black")
| |
| 5857 | o30.Position = Vector3.new(-45.3208656, 2.86490941, -23.0160904) | |
| 5858 | o30.Rotation = Vector3.new(179.997482, -0.00189076073, -8.3193477e-008) | |
| 5859 | o30.Anchored = true | |
| 5860 | o30.FormFactor = Enum.FormFactor.Symmetric | |
| 5861 | o30.Size = Vector3.new(1, 1, 1) | |
| 5862 | o30.CFrame = CFrame.new(-45.3208656, 2.86490941, -23.0160904, 1, 1.45200008e-009, -3.30000003e-005, 0, -1, -4.40000003e-005, -3.30000003e-005, 4.40000003e-005, -1) | |
| 5863 | o30.BottomSurface = Enum.SurfaceType.Smooth | |
| 5864 | o30.TopSurface = Enum.SurfaceType.Smooth | |
| 5865 | o30.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 5866 | o31.Parent = o30 | |
| 5867 | o31.Offset = Vector3.new(0, 0.135000005, 0) | |
| 5868 | o31.Scale = Vector3.new(0, 0.0989999995, 0.00150000001) | |
| 5869 | o32.Parent = o1 | |
| 5870 | o32.BrickColor = BrickColor.new("Really black")
| |
| 5871 | o32.Position = Vector3.new(-45.320858, 2.65193152, -23.0160847) | |
| 5872 | o32.Rotation = Vector3.new(179.997482, -0.00189076073, -8.3193477e-008) | |
| 5873 | o32.Anchored = true | |
| 5874 | o32.FormFactor = Enum.FormFactor.Symmetric | |
| 5875 | o32.Size = Vector3.new(1, 1, 1) | |
| 5876 | o32.CFrame = CFrame.new(-45.320858, 2.65193152, -23.0160847, 1, 1.45200008e-009, -3.30000003e-005, 0, -1, -4.40000003e-005, -3.30000003e-005, 4.40000003e-005, -1) | |
| 5877 | o32.BottomSurface = Enum.SurfaceType.Smooth | |
| 5878 | o32.TopSurface = Enum.SurfaceType.Smooth | |
| 5879 | o32.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 5880 | o33.Parent = o32 | |
| 5881 | o33.Scale = Vector3.new(0.00300000003, 0.0599999987, 0.00300000003) | |
| 5882 | o34.Parent = o1 | |
| 5883 | o34.BrickColor = BrickColor.new("Really black")
| |
| 5884 | o34.Position = Vector3.new(-45.5238876, 2.72389054, -23.0180988) | |
| 5885 | o34.Rotation = Vector3.new(-0.00246371864, 90, 0) | |
| 5886 | o34.Anchored = true | |
| 5887 | o34.Size = Vector3.new(1, 1.20000005, 1) | |
| 5888 | o34.CFrame = CFrame.new(-45.5238876, 2.72389054, -23.0180988, -3.30000003e-005, 0, 1, -4.3e-005, 1, -1.41900003e-009, -1, -4.3e-005, -3.30000003e-005) | |
| 5889 | o34.BottomSurface = Enum.SurfaceType.Smooth | |
| 5890 | o34.TopSurface = Enum.SurfaceType.Smooth | |
| 5891 | o34.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 5892 | o35.Parent = o34 | |
| 5893 | o35.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
| 5894 | o35.Scale = Vector3.new(0.215999991, 0.215999991, 0.576000035) | |
| 5895 | o35.MeshType = Enum.MeshType.FileMesh | |
| 5896 | o36.Parent = o1 | |
| 5897 | o36.BrickColor = BrickColor.new("Really black")
| |
| 5898 | o36.Position = Vector3.new(-45.0038757, 2.71586657, -23.0160828) | |
| 5899 | o36.Rotation = Vector3.new(-0.00246371864, 90, 0) | |
| 5900 | o36.Anchored = true | |
| 5901 | o36.Size = Vector3.new(1, 1.20000005, 1) | |
| 5902 | o36.CFrame = CFrame.new(-45.0038757, 2.71586657, -23.0160828, -3.30000003e-005, 0, 1, -4.3e-005, 1, -1.41900003e-009, -1, -4.3e-005, -3.30000003e-005) | |
| 5903 | o36.BottomSurface = Enum.SurfaceType.Smooth | |
| 5904 | o36.TopSurface = Enum.SurfaceType.Smooth | |
| 5905 | o36.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 5906 | o37.Parent = o36 | |
| 5907 | o37.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
| 5908 | o37.Scale = Vector3.new(0.224999994, 0.224999994, 0.75) | |
| 5909 | o37.MeshType = Enum.MeshType.FileMesh | |
| 5910 | o38.Name = "Zoom" | |
| 5911 | o38.Parent = o1 | |
| 5912 | o38.Material = Enum.Material.SmoothPlastic | |
| 5913 | o38.Transparency = 1 | |
| 5914 | o38.Position = Vector3.new(-45.6625099, 2.73130202, -23.013567) | |
| 5915 | o38.Rotation = Vector3.new(-90, -88.3242722, -90) | |
| 5916 | o38.Anchored = true | |
| 5917 | o38.FormFactor = Enum.FormFactor.Custom | |
| 5918 | o38.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 5919 | o38.CFrame = CFrame.new(-45.6625099, 2.73130202, -23.013567, 0, 0.0292440113, -0.999572337, 0, 0.999572337, 0.0292440113, 1, 0, 0) | |
| 5920 | o38.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5921 | o38.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5922 | o38.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5923 | o38.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5924 | o38.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5925 | o38.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5926 | o39.Parent = o38 | |
| 5927 | o39.Scale = Vector3.new(0.142307684, 0.170769244, 0.284615368) | |
| 5928 | ZoomFOV = 15 | |
| 5929 | else | |
| 5930 | o2 = Instance.new("Part")
| |
| 5931 | o3 = Instance.new("SpecialMesh")
| |
| 5932 | o4 = Instance.new("Part")
| |
| 5933 | o5 = Instance.new("BlockMesh")
| |
| 5934 | o6 = Instance.new("Part")
| |
| 5935 | o7 = Instance.new("SpecialMesh")
| |
| 5936 | o8 = Instance.new("Part")
| |
| 5937 | o9 = Instance.new("SpecialMesh")
| |
| 5938 | o10 = Instance.new("Part")
| |
| 5939 | o11 = Instance.new("BlockMesh")
| |
| 5940 | o12 = Instance.new("Part")
| |
| 5941 | o13 = Instance.new("BlockMesh")
| |
| 5942 | o14 = Instance.new("Part")
| |
| 5943 | o15 = Instance.new("BlockMesh")
| |
| 5944 | o16 = Instance.new("Part")
| |
| 5945 | o17 = Instance.new("SpecialMesh")
| |
| 5946 | o18 = Instance.new("Part")
| |
| 5947 | o19 = Instance.new("SpecialMesh")
| |
| 5948 | o20 = Instance.new("Part")
| |
| 5949 | o21 = Instance.new("BlockMesh")
| |
| 5950 | o22 = Instance.new("Part")
| |
| 5951 | o23 = Instance.new("CylinderMesh")
| |
| 5952 | o24 = Instance.new("Part")
| |
| 5953 | o25 = Instance.new("SpecialMesh")
| |
| 5954 | o26 = Instance.new("Part")
| |
| 5955 | o27 = Instance.new("BlockMesh")
| |
| 5956 | o28 = Instance.new("Part")
| |
| 5957 | o29 = Instance.new("BlockMesh")
| |
| 5958 | o30 = Instance.new("Part")
| |
| 5959 | o31 = Instance.new("CylinderMesh")
| |
| 5960 | o32 = Instance.new("Part")
| |
| 5961 | o33 = Instance.new("BlockMesh")
| |
| 5962 | o34 = Instance.new("Part")
| |
| 5963 | o35 = Instance.new("BlockMesh")
| |
| 5964 | o36 = Instance.new("Part")
| |
| 5965 | o37 = Instance.new("BlockMesh")
| |
| 5966 | o38 = Instance.new("Part")
| |
| 5967 | o39 = Instance.new("SpecialMesh")
| |
| 5968 | o40 = Instance.new("Part")
| |
| 5969 | o41 = Instance.new("BlockMesh")
| |
| 5970 | o42 = Instance.new("Part")
| |
| 5971 | o43 = Instance.new("SpecialMesh")
| |
| 5972 | o2.Name = "IRONSIGHT" | |
| 5973 | o2.Parent = o1 | |
| 5974 | o2.Material = Enum.Material.SmoothPlastic | |
| 5975 | o2.BrickColor = BrickColor.new(CUSTOMCOLOR) | |
| 5976 | o2.Position = Vector3.new(-45.1299782, 2.73781204, -22.9749947) | |
| 5977 | o2.Rotation = Vector3.new(90, -8.08488086e-012, -89.9999924) | |
| 5978 | o2.Anchored = true | |
| 5979 | o2.FormFactor = Enum.FormFactor.Custom | |
| 5980 | o2.Size = Vector3.new(0.200000003, 0.864000022, 0.200000003) | |
| 5981 | o2.CFrame = CFrame.new(-45.1299782, 2.73781204, -22.9749947, 1.49008656e-007, 1, -1.41107788e-013, 1.77635616e-014, -1.41107801e-013, -1, -1, 1.49008883e-007, -1.77636429e-014) | |
| 5982 | o2.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5983 | o2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5984 | o2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5985 | o2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5986 | o2.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5987 | o2.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5988 | o2.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 5989 | o3.Parent = o2 | |
| 5990 | o3.Scale = Vector3.new(0.149999991, 1, 0.329999983) | |
| 5991 | o3.MeshType = Enum.MeshType.Wedge | |
| 5992 | o4.Name = "IRONSIGHT" | |
| 5993 | o4.Parent = o1 | |
| 5994 | o4.Material = Enum.Material.SmoothPlastic | |
| 5995 | o4.BrickColor = BrickColor.new(CUSTOMCOLOR) | |
| 5996 | o4.Position = Vector3.new(-45.6069984, 2.7168169, -22.9749947) | |
| 5997 | o4.Rotation = Vector3.new(1.01777712e-012, 90, 0) | |
| 5998 | o4.Anchored = true | |
| 5999 | o4.FormFactor = Enum.FormFactor.Custom | |
| 6000 | o4.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 6001 | o4.CFrame = CFrame.new(-45.6069984, 2.7168169, -22.9749947, 1.49008656e-007, -4.44105473e-015, 1, 1.77635616e-014, 1, 4.44102762e-015, -1, 1.77635684e-014, 1.49008883e-007) | |
| 6002 | o4.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6003 | o4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6004 | o4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6005 | o4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6006 | o4.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6007 | o4.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6008 | o4.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 6009 | o5.Parent = o4 | |
| 6010 | o5.Scale = Vector3.new(0.151499987, 0.180000007, 0.450000018) | |
| 6011 | o6.Name = "IRONSIGHT" | |
| 6012 | o6.Parent = o1 | |
| 6013 | o6.Material = Enum.Material.SmoothPlastic | |
| 6014 | o6.BrickColor = BrickColor.new(CUSTOMCOLOR) | |
| 6015 | o6.Position = Vector3.new(-45.6759911, 2.59981394, -23.0199947) | |
| 6016 | o6.Rotation = Vector3.new(90, -8.08488086e-012, 90.0000076) | |
| 6017 | o6.Anchored = true | |
| 6018 | o6.FormFactor = Enum.FormFactor.Custom | |
| 6019 | o6.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 6020 | o6.CFrame = CFrame.new(-45.6759911, 2.59981394, -23.0199947, -1.49008656e-007, -1, -1.41107788e-013, -1.77635616e-014, 1.41107801e-013, -1, 1, -1.49008883e-007, -1.77636429e-014) | |
| 6021 | o6.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6022 | o6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6023 | o6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6024 | o6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6025 | o6.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6026 | o6.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6027 | o6.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 6028 | o7.Parent = o6 | |
| 6029 | o7.Scale = Vector3.new(0.599999964, 0.239999995, 0.990000069) | |
| 6030 | o7.MeshType = Enum.MeshType.Wedge | |
| 6031 | o8.Name = "IRONSIGHT" | |
| 6032 | o8.Parent = o1 | |
| 6033 | o8.Material = Enum.Material.SmoothPlastic | |
| 6034 | o8.BrickColor = BrickColor.new(CUSTOMCOLOR) | |
| 6035 | o8.Position = Vector3.new(-45.6369934, 2.75281191, -22.9749794) | |
| 6036 | o8.Rotation = Vector3.new(1.01777712e-012, 90, 0) | |
| 6037 | o8.Anchored = true | |
| 6038 | o8.FormFactor = Enum.FormFactor.Custom | |
| 6039 | o8.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 6040 | o8.CFrame = CFrame.new(-45.6369934, 2.75281191, -22.9749794, 1.49008656e-007, -4.44105473e-015, 1, 1.77635616e-014, 1, 4.44102762e-015, -1, 1.77635684e-014, 1.49008883e-007) | |
| 6041 | o8.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6042 | o8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6043 | o8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6044 | o8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6045 | o8.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6046 | o8.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6047 | o8.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 6048 | o9.Parent = o8 | |
| 6049 | o9.Scale = Vector3.new(0.151499987, 0.180000007, 0.149999991) | |
| 6050 | o9.MeshType = Enum.MeshType.Wedge | |
| 6051 | o10.Name = "IRONSIGHT" | |
| 6052 | o10.Parent = o1 | |
| 6053 | o10.Material = Enum.Material.SmoothPlastic | |
| 6054 | o10.BrickColor = BrickColor.new(CUSTOMCOLOR) | |
| 6055 | o10.Position = Vector3.new(-45.6069984, 2.60881591, -23.0199947) | |
| 6056 | o10.Rotation = Vector3.new(1.01777712e-012, 90, 0) | |
| 6057 | o10.Anchored = true | |
| 6058 | o10.FormFactor = Enum.FormFactor.Custom | |
| 6059 | o10.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 6060 | o10.CFrame = CFrame.new(-45.6069984, 2.60881591, -23.0199947, 1.49008656e-007, -4.44105473e-015, 1, 1.77635616e-014, 1, 4.44102762e-015, -1, 1.77635684e-014, 1.49008883e-007) | |
| 6061 | o10.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6062 | o10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6063 | o10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6064 | o10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6065 | o10.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6066 | o10.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6067 | o10.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 6068 | o11.Parent = o10 | |
| 6069 | o11.Offset = Vector3.new(0, -0.00450000027, 0) | |
| 6070 | o11.Scale = Vector3.new(0.599999964, 0.944999993, 0.450000018) | |
| 6071 | o12.Name = "IRONSIGHT" | |
| 6072 | o12.Parent = o1 | |
| 6073 | o12.Material = Enum.Material.SmoothPlastic | |
| 6074 | o12.BrickColor = BrickColor.new(CUSTOMCOLOR) | |
| 6075 | o12.Position = Vector3.new(-45.6099968, 2.71678591, -23.0650082) | |
| 6076 | o12.Rotation = Vector3.new(179.902588, 89.7451248, -0.991545081) | |
| 6077 | o12.Anchored = true | |
| 6078 | o12.FormFactor = Enum.FormFactor.Custom | |
| 6079 | o12.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 6080 | o12.CFrame = CFrame.new(-45.6099968, 2.71678591, -23.0650082, 2.21249138e-007, 3.82925913e-009, 0.999990106, -4.37107595e-008, 0.999995053, -3.82934262e-009, -1, -4.3711271e-008, -2.25229542e-006) | |
| 6081 | o12.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6082 | o12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6083 | o12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6084 | o12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6085 | o12.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6086 | o12.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6087 | o12.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 6088 | o13.Parent = o12 | |
| 6089 | o13.Scale = Vector3.new(0.151499987, 0.180000007, 0.450000018) | |
| 6090 | o14.Name = "IRONSIGHT" | |
| 6091 | o14.Parent = o1 | |
| 6092 | o14.Material = Enum.Material.SmoothPlastic | |
| 6093 | o14.BrickColor = BrickColor.new(CUSTOMCOLOR) | |
| 6094 | o14.Position = Vector3.new(-44.6169853, 2.59981394, -23.02001) | |
| 6095 | o14.Rotation = Vector3.new(1.01777712e-012, 90, 0) | |
| 6096 | o14.Anchored = true | |
| 6097 | o14.FormFactor = Enum.FormFactor.Custom | |
| 6098 | o14.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 6099 | o14.CFrame = CFrame.new(-44.6169853, 2.59981394, -23.02001, 1.49008656e-007, -4.44105473e-015, 1, 1.77635616e-014, 1, 4.44102762e-015, -1, 1.77635684e-014, 1.49008883e-007) | |
| 6100 | o14.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6101 | o14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6102 | o14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6103 | o14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6104 | o14.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6105 | o14.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6106 | o14.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 6107 | o15.Parent = o14 | |
| 6108 | o15.Offset = Vector3.new(0, -0.0180000011, -0.00300000003) | |
| 6109 | o15.Scale = Vector3.new(0.599999964, 0.791999996, 0.299999982) | |
| 6110 | o16.Name = "IRONSIGHT" | |
| 6111 | o16.Parent = o1 | |
| 6112 | o16.Material = Enum.Material.SmoothPlastic | |
| 6113 | o16.BrickColor = BrickColor.new(CUSTOMCOLOR) | |
| 6114 | o16.Position = Vector3.new(-45.3610039, 2.65676594, -23.0199947) | |
| 6115 | o16.Rotation = Vector3.new(-90, -2.14500069e-005, -90.0000076) | |
| 6116 | o16.Anchored = true | |
| 6117 | o16.FormFactor = Enum.FormFactor.Custom | |
| 6118 | o16.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 6119 | o16.CFrame = CFrame.new(-45.3610039, 2.65676594, -23.0199947, -2.08318397e-007, 0.999990106, -3.74373229e-007, 2.98018463e-008, 3.74374991e-007, 0.999995053, 1, -2.26522616e-006, -2.98014395e-008) | |
| 6120 | o16.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6121 | o16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6122 | o16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6123 | o16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6124 | o16.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6125 | o16.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6126 | o16.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 6127 | o17.Parent = o16 | |
| 6128 | o17.Scale = Vector3.new(0.599999964, 0.540000021, 0.450000018) | |
| 6129 | o17.MeshType = Enum.MeshType.Wedge | |
| 6130 | o18.Name = "IRONSIGHT" | |
| 6131 | o18.Parent = o1 | |
| 6132 | o18.Material = Enum.Material.SmoothPlastic | |
| 6133 | o18.BrickColor = BrickColor.new(CUSTOMCOLOR) | |
| 6134 | o18.Position = Vector3.new(-45.6399918, 2.75281191, -23.0650082) | |
| 6135 | o18.Rotation = Vector3.new(179.902588, 89.7451248, -0.991545081) | |
| 6136 | o18.Anchored = true | |
| 6137 | o18.FormFactor = Enum.FormFactor.Custom | |
| 6138 | o18.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 6139 | o18.CFrame = CFrame.new(-45.6399918, 2.75281191, -23.0650082, 2.21249138e-007, 3.82925913e-009, 0.999990106, -4.37107595e-008, 0.999995053, -3.82934262e-009, -1, -4.3711271e-008, -2.25229542e-006) | |
| 6140 | o18.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6141 | o18.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6142 | o18.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6143 | o18.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6144 | o18.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6145 | o18.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6146 | o18.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 6147 | o19.Parent = o18 | |
| 6148 | o19.Scale = Vector3.new(0.151499987, 0.180000007, 0.149999991) | |
| 6149 | o19.MeshType = Enum.MeshType.Wedge | |
| 6150 | o20.Name = "IRONSIGHT" | |
| 6151 | o20.Parent = o1 | |
| 6152 | o20.Material = Enum.Material.SmoothPlastic | |
| 6153 | o20.BrickColor = BrickColor.new(CUSTOMCOLOR) | |
| 6154 | o20.Position = Vector3.new(-45.5949974, 2.75281191, -23.0650082) | |
| 6155 | o20.Rotation = Vector3.new(179.902588, 89.7451248, -0.991545081) | |
| 6156 | o20.Anchored = true | |
| 6157 | o20.FormFactor = Enum.FormFactor.Custom | |
| 6158 | o20.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 6159 | o20.CFrame = CFrame.new(-45.5949974, 2.75281191, -23.0650082, 2.21249138e-007, 3.82925913e-009, 0.999990106, -4.37107595e-008, 0.999995053, -3.82934262e-009, -1, -4.3711271e-008, -2.25229542e-006) | |
| 6160 | o20.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6161 | o20.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6162 | o20.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6163 | o20.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6164 | o20.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6165 | o20.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6166 | o20.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 6167 | o21.Parent = o20 | |
| 6168 | o21.Scale = Vector3.new(0.151499987, 0.180000007, 0.299999982) | |
| 6169 | o22.Name = "IRONSIGHT" | |
| 6170 | o22.Parent = o1 | |
| 6171 | o22.Material = Enum.Material.SmoothPlastic | |
| 6172 | o22.BrickColor = BrickColor.new(CUSTOMCOLOR) | |
| 6173 | o22.Position = Vector3.new(-45.5320015, 2.66876698, -23.0199947) | |
| 6174 | o22.Rotation = Vector3.new(180, -0.00013253183, 180) | |
| 6175 | o22.Anchored = true | |
| 6176 | o22.FormFactor = Enum.FormFactor.Custom | |
| 6177 | o22.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 6178 | o22.CFrame = CFrame.new(-45.5320015, 2.66876698, -23.0199947, -0.999990106, -3.16935846e-008, -2.31311674e-006, -3.16936557e-008, 0.999995053, -3.44613064e-013, 4.78668653e-006, -4.81492775e-013, -1) | |
| 6179 | o22.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6180 | o22.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6181 | o22.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6182 | o22.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6183 | o22.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6184 | o22.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6185 | o22.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 6186 | o23.Parent = o22 | |
| 6187 | o23.Scale = Vector3.new(0.75, 0.149999991, 0.9375) | |
| 6188 | o24.Name = "IRONSIGHT" | |
| 6189 | o24.Parent = o1 | |
| 6190 | o24.Material = Enum.Material.SmoothPlastic | |
| 6191 | o24.BrickColor = BrickColor.new(CUSTOMCOLOR) | |
| 6192 | o24.Position = Vector3.new(-45.5470009, 2.76181388, -23.0199947) | |
| 6193 | o24.Rotation = Vector3.new(1.01777712e-012, -90, 0) | |
| 6194 | o24.Anchored = true | |
| 6195 | o24.FormFactor = Enum.FormFactor.Custom | |
| 6196 | o24.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 6197 | o24.CFrame = CFrame.new(-45.5470009, 2.76181388, -23.0199947, -1.49008656e-007, -4.44105473e-015, -1, -1.77635616e-014, 1, -4.44102762e-015, 1, 1.77635684e-014, -1.49008883e-007) | |
| 6198 | o24.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6199 | o24.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6200 | o24.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6201 | o24.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6202 | o24.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6203 | o24.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6204 | o24.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 6205 | o25.Parent = o24 | |
| 6206 | o25.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
| 6207 | o25.Scale = Vector3.new(0.0599999987, 0.0599999987, 0.0149999997) | |
| 6208 | o25.MeshType = Enum.MeshType.FileMesh | |
| 6209 | o26.Name = "IRONSIGHT" | |
| 6210 | o26.Parent = o1 | |
| 6211 | o26.Material = Enum.Material.SmoothPlastic | |
| 6212 | o26.BrickColor = BrickColor.new(CUSTOMCOLOR) | |
| 6213 | o26.Position = Vector3.new(-45.4719963, 2.60581398, -23.0199947) | |
| 6214 | o26.Rotation = Vector3.new(1.01777712e-012, 90, 0) | |
| 6215 | o26.Anchored = true | |
| 6216 | o26.FormFactor = Enum.FormFactor.Custom | |
| 6217 | o26.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 6218 | o26.CFrame = CFrame.new(-45.4719963, 2.60581398, -23.0199947, 1.49008656e-007, -4.44105473e-015, 1, 1.77635616e-014, 1, 4.44102762e-015, -1, 1.77635684e-014, 1.49008883e-007) | |
| 6219 | o26.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6220 | o26.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6221 | o26.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6222 | o26.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6223 | o26.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6224 | o26.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6225 | o26.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 6226 | o27.Parent = o26 | |
| 6227 | o27.Scale = Vector3.new(0.599999964, 1.16999996, 0.599999964) | |
| 6228 | o28.Name = "IRONSIGHT" | |
| 6229 | o28.Parent = o1 | |
| 6230 | o28.Material = Enum.Material.SmoothPlastic | |
| 6231 | o28.BrickColor = BrickColor.new(CUSTOMCOLOR) | |
| 6232 | o28.Position = Vector3.new(-45.5470009, 2.61781597, -23.0199947) | |
| 6233 | o28.Rotation = Vector3.new(1.01777712e-012, 90, 0) | |
| 6234 | o28.Anchored = true | |
| 6235 | o28.FormFactor = Enum.FormFactor.Custom | |
| 6236 | o28.Size = Vector3.new(0.200000003, 0.216000006, 0.200000003) | |
| 6237 | o28.CFrame = CFrame.new(-45.5470009, 2.61781597, -23.0199947, 1.49008656e-007, -4.44105473e-015, 1, 1.77635616e-014, 1, 4.44102762e-015, -1, 1.77635684e-014, 1.49008883e-007) | |
| 6238 | o28.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6239 | o28.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6240 | o28.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6241 | o28.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6242 | o28.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6243 | o28.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6244 | o28.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 6245 | o29.Parent = o28 | |
| 6246 | o29.Scale = Vector3.new(0.599999964, 1.10000002, 0.149999991) | |
| 6247 | o30.Name = "IRONSIGHT" | |
| 6248 | o30.Parent = o1 | |
| 6249 | o30.Material = Enum.Material.SmoothPlastic | |
| 6250 | o30.BrickColor = BrickColor.new(CUSTOMCOLOR) | |
| 6251 | o30.Position = Vector3.new(-45.6069908, 2.73477697, -22.9629879) | |
| 6252 | o30.Rotation = Vector3.new(-90, -5.22833534e-006, -179.999878) | |
| 6253 | o30.Anchored = true | |
| 6254 | o30.FormFactor = Enum.FormFactor.Custom | |
| 6255 | o30.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 6256 | o30.CFrame = CFrame.new(-45.6069908, 2.73477697, -22.9629879, -0.999990106, 2.33719743e-006, -9.1251664e-008, -9.12519411e-008, 4.37109904e-008, 0.999995053, 4.81076722e-006, 1, -4.3711065e-008) | |
| 6257 | o30.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6258 | o30.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6259 | o30.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6260 | o30.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6261 | o30.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6262 | o30.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6263 | o30.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 6264 | o31.Parent = o30 | |
| 6265 | o31.Scale = Vector3.new(0.299999982, 0.149999991, 0.299999982) | |
| 6266 | o32.Name = "IRONSIGHT" | |
| 6267 | o32.Parent = o1 | |
| 6268 | o32.Material = Enum.Material.SmoothPlastic | |
| 6269 | o32.BrickColor = BrickColor.new(CUSTOMCOLOR) | |
| 6270 | o32.Position = Vector3.new(-45.5919991, 2.75281191, -22.9749947) | |
| 6271 | o32.Rotation = Vector3.new(1.01777712e-012, 90, 0) | |
| 6272 | o32.Anchored = true | |
| 6273 | o32.FormFactor = Enum.FormFactor.Custom | |
| 6274 | o32.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 6275 | o32.CFrame = CFrame.new(-45.5919991, 2.75281191, -22.9749947, 1.49008656e-007, -4.44105473e-015, 1, 1.77635616e-014, 1, 4.44102762e-015, -1, 1.77635684e-014, 1.49008883e-007) | |
| 6276 | o32.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6277 | o32.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6278 | o32.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6279 | o32.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6280 | o32.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6281 | o32.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6282 | o32.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 6283 | o33.Parent = o32 | |
| 6284 | o33.Scale = Vector3.new(0.151499987, 0.180000007, 0.299999982) | |
| 6285 | o34.Name = "IRONSIGHT" | |
| 6286 | o34.Parent = o1 | |
| 6287 | o34.Material = Enum.Material.SmoothPlastic | |
| 6288 | o34.BrickColor = BrickColor.new(CUSTOMCOLOR) | |
| 6289 | o34.Position = Vector3.new(-45.0519753, 2.68981695, -23.0199947) | |
| 6290 | o34.Rotation = Vector3.new(1.01777712e-012, 90, 0) | |
| 6291 | o34.Anchored = true | |
| 6292 | o34.FormFactor = Enum.FormFactor.Custom | |
| 6293 | o34.Size = Vector3.new(0.200000003, 0.200000003, 0.720000029) | |
| 6294 | o34.CFrame = CFrame.new(-45.0519753, 2.68981695, -23.0199947, 1.49008656e-007, -4.44105473e-015, 1, 1.77635616e-014, 1, 4.44102762e-015, -1, 1.77635684e-014, 1.49008883e-007) | |
| 6295 | o34.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6296 | o34.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6297 | o34.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6298 | o34.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6299 | o34.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6300 | o34.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6301 | o34.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 6302 | o35.Parent = o34 | |
| 6303 | o35.Scale = Vector3.new(0.599999964, 0.180000007, 1) | |
| 6304 | o36.Name = "IRONSIGHT" | |
| 6305 | o36.Parent = o1 | |
| 6306 | o36.Material = Enum.Material.SmoothPlastic | |
| 6307 | o36.BrickColor = BrickColor.new(CUSTOMCOLOR) | |
| 6308 | o36.Position = Vector3.new(-44.6529884, 2.67176604, -23.02001) | |
| 6309 | o36.Rotation = Vector3.new(89.999939, -26.9998341, 90.0000153) | |
| 6310 | o36.Anchored = true | |
| 6311 | o36.FormFactor = Enum.FormFactor.Custom | |
| 6312 | o36.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 6313 | o36.CFrame = CFrame.new(-44.6529884, 2.67176604, -23.02001, -2.21249138e-007, -0.890996754, -0.453987896, -1.45661247e-013, 0.453990191, -0.891001165, 1, 2.00680779e-006, 1.022525e-006) | |
| 6314 | o36.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6315 | o36.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6316 | o36.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6317 | o36.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6318 | o36.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6319 | o36.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6320 | o36.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 6321 | o37.Parent = o36 | |
| 6322 | o37.Offset = Vector3.new(0, -0.0057000001, 0.00329999998) | |
| 6323 | o37.Scale = Vector3.new(0.599999964, 0.566999972, 0.180000007) | |
| 6324 | o38.Name = "IRONSIGHT" | |
| 6325 | o38.Parent = o1 | |
| 6326 | o38.Material = Enum.Material.SmoothPlastic | |
| 6327 | o38.BrickColor = BrickColor.new(CUSTOMCOLOR) | |
| 6328 | o38.Position = Vector3.new(-44.6619835, 2.53976989, -23.02001) | |
| 6329 | o38.Rotation = Vector3.new(90, 2.72386387e-006, 90.0000076) | |
| 6330 | o38.Anchored = true | |
| 6331 | o38.FormFactor = Enum.FormFactor.Custom | |
| 6332 | o38.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 6333 | o38.CFrame = CFrame.new(-44.6619835, 2.53976989, -23.02001, -2.21249138e-007, -0.999990106, 4.7540393e-008, -1.45661247e-013, -4.75405564e-008, -0.999995053, 1, 2.25229542e-006, 3.65661176e-014) | |
| 6334 | o38.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6335 | o38.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6336 | o38.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6337 | o38.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6338 | o38.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6339 | o38.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6340 | o38.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 6341 | o39.Parent = o38 | |
| 6342 | o39.Scale = Vector3.new(0.599999964, 0.180000007, 0.299999982) | |
| 6343 | o39.MeshType = Enum.MeshType.Wedge | |
| 6344 | o40.Name = "Zoom" | |
| 6345 | o40.Parent = o1 | |
| 6346 | o40.Material = Enum.Material.SmoothPlastic | |
| 6347 | o40.Transparency = 1 | |
| 6348 | o40.Position = Vector3.new(-45.7273788, 2.75334311, -23.0179634) | |
| 6349 | o40.Rotation = Vector3.new(-90, -88.876564, -90) | |
| 6350 | o40.Anchored = true | |
| 6351 | o40.FormFactor = Enum.FormFactor.Custom | |
| 6352 | o40.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003) | |
| 6353 | o40.CFrame = CFrame.new(-45.7273788, 2.75334311, -23.0179634, 0, 0.0196069945, -0.999807775, 0, 0.999807775, 0.0196069926, 1, 0, 0) | |
| 6354 | o40.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6355 | o40.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6356 | o40.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6357 | o40.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6358 | o40.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6359 | o40.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6360 | o41.Parent = o40 | |
| 6361 | o41.Scale = Vector3.new(0.142307684, 0.170769244, 0.284615368) | |
| 6362 | o42.Name = "IRONSIGHT" | |
| 6363 | o42.Parent = o1 | |
| 6364 | o42.Material = Enum.Material.SmoothPlastic | |
| 6365 | o42.BrickColor = BrickColor.new(CUSTOMCOLOR) | |
| 6366 | o42.Position = Vector3.new(-45.1359749, 2.73778296, -23.0650082) | |
| 6367 | o42.Rotation = Vector3.new(90, 9.07952369e-007, -89.9999924) | |
| 6368 | o42.Anchored = true | |
| 6369 | o42.FormFactor = Enum.FormFactor.Custom | |
| 6370 | o42.Size = Vector3.new(0.200000003, 0.864000022, 0.200000003) | |
| 6371 | o42.CFrame = CFrame.new(-45.1359749, 2.73778296, -23.0650082, 1.73088893e-007, 0.999990106, 1.58467586e-008, 6.39488327e-014, 1.58467586e-008, -0.999995053, -1, -2.30045589e-006, 1.91007719e-013) | |
| 6372 | o42.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6373 | o42.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6374 | o42.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6375 | o42.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6376 | o42.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6377 | o42.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6378 | o42.Color = Color3.new(0.0666667, 0.0666667, 0.0666667) | |
| 6379 | o43.Parent = o42 | |
| 6380 | o43.Scale = Vector3.new(0.149999991, 1, 0.329999983) | |
| 6381 | o43.MeshType = Enum.MeshType.Wedge | |
| 6382 | ZoomFOV = 70 | |
| 6383 | end | |
| 6384 | function onKeyDown(key) | |
| 6385 | key:lower() | |
| 6386 | if key == "f" and FlashLight == true then | |
| 6387 | if o1.LIGHT.LIGHT.Enabled == false then | |
| 6388 | o1.LIGHT.LIGHT.Enabled = true | |
| 6389 | else | |
| 6390 | o1.LIGHT.LIGHT.Enabled = false | |
| 6391 | end | |
| 6392 | end | |
| 6393 | if key == "q" then | |
| 6394 | local check = o1:findFirstChild("ZoomedIn")
| |
| 6395 | if check.Value == true then | |
| 6396 | game.workspace.Camera.CameraSubject = game.Players.LocalPlayer.Character.Humanoid | |
| 6397 | game.workspace.Camera.FieldOfView = 70 | |
| 6398 | game.workspace.Camera.CameraType = g | |
| 6399 | check.Value = false | |
| 6400 | else | |
| 6401 | zoomb = o1.Zoom | |
| 6402 | game.workspace.Camera.CameraSubject = zoomb | |
| 6403 | game.workspace.Camera.FieldOfView = ZoomFOV | |
| 6404 | game.workspace.Camera.CameraType = 1 | |
| 6405 | check.Value = true | |
| 6406 | end | |
| 6407 | end | |
| 6408 | end | |
| 6409 | ||
| 6410 | ||
| 6411 | function onS(mouse) | |
| 6412 | mouse.KeyDown:connect(onKeyDown) | |
| 6413 | end | |
| 6414 | for i,v in pairs (o1:GetChildren()) do | |
| 6415 | if v:IsA("Part") or v:IsA("WedgePart") then
| |
| 6416 | v.Material = "SmoothPlastic" | |
| 6417 | v.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6418 | v.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6419 | v.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6420 | v.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6421 | v.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6422 | v.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6423 | if v.BrickColor == BrickColor.new("Really black") then
| |
| 6424 | v.BrickColor = BrickColor.New(CUSTOMCOLOR) | |
| 6425 | end | |
| 6426 | end | |
| 6427 | end | |
| 6428 | ||
| 6429 | o1.Equipped:connect(onS) | |
| 6430 | ||
| 6431 | o1.Parent = game.Players.LocalPlayer.Backpack |