SHOW:
|
|
- or go back to the newest paste.
| 1 | - | -- This script has been converted to FE by iPxter |
| 1 | + | local player = game.Players.LocalPlayer |
| 2 | local char = player.Character | |
| 3 | local mouse = player:GetMouse() | |
| 4 | - | if game:GetService("RunService"):IsClient() then error("Script must be server-side in order to work; use h/ and not hl/") end
|
| 4 | + | local engineon = false |
| 5 | - | local Player,Mouse,mouse,UserInputService,ContextActionService = owner |
| 5 | + | local wpressed = false |
| 6 | - | do |
| 6 | + | local apressed = false |
| 7 | - | print("FE Compatibility code by Mokiros | Translated to FE by iPxter")
|
| 7 | + | local apressed2 = false |
| 8 | - | script.Parent = Player.Character |
| 8 | + | local spressed = false |
| 9 | local dpressed = false | |
| 10 | - | --RemoteEvent for communicating |
| 10 | + | local dpressed2 = false |
| 11 | - | local Event = Instance.new("RemoteEvent")
|
| 11 | + | local bpressed = false |
| 12 | - | Event.Name = "UserInput_Event" |
| 12 | + | local gpressed = 0 |
| 13 | local lpressed = 0 | |
| 14 | - | --Fake event to make stuff like Mouse.KeyDown work |
| 14 | + | local forcelevel = 4e+6 |
| 15 | - | local function fakeEvent() |
| 15 | + | local accel = 0 |
| 16 | - | local t = {_fakeEvent=true,Connect=function(self,f)self.Function=f end}
|
| 16 | + | local accellimit = 100 |
| 17 | - | t.connect = t.Connect |
| 17 | + | local angletorque = 5850000 |
| 18 | - | return t |
| 18 | + | local gearspeed = 100 |
| 19 | local wheelaccel = 0 | |
| 20 | local rotateangle = 0 | |
| 21 | - | --Creating fake input objects with fake variables |
| 21 | + | local doorangle = 0 |
| 22 | - | local m = {Target=nil,Hit=CFrame.new(),KeyUp=fakeEvent(),KeyDown=fakeEvent(),Button1Up=fakeEvent(),Button1Down=fakeEvent()}
|
| 22 | + | local ppressed = 0 |
| 23 | - | local UIS = {InputBegan=fakeEvent(),InputEnded=fakeEvent()}
|
| 23 | + | local kpressed = 0 |
| 24 | - | local CAS = {Actions={},BindAction=function(self,name,fun,touch,...)
|
| 24 | + | local vpressed = 0 |
| 25 | - | CAS.Actions[name] = fun and {Name=name,Function=fun,Keys={...}} or nil
|
| 25 | + | local colors = {BrickColor.new"Storm blue";BrickColor.new'Bright yellow';BrickColor.new'Sea green';BrickColor.new'Really black';BrickColor.new'Medium stone grey';BrickColor.new'Cocoa';};
|
| 26 | - | end} |
| 26 | + | local bodycolor = colors[math.random(1,#colors)] |
| 27 | - | --Merged 2 functions into one by checking amount of arguments |
| 27 | + | |
| 28 | - | CAS.UnbindAction = CAS.BindAction |
| 28 | + | |
| 29 | local w=Instance.new("Weld",p0)
| |
| 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 | ||
| 36 | local mcar = Instance.new("Model", workspace)
| |
| 37 | - | m.TrigEvent = te |
| 37 | + | |
| 38 | - | UIS.TrigEvent = te |
| 38 | + | |
| 39 | doorpos = Instance.new("Part", mcar)
| |
| 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 | - | else |
| 45 | + | |
| 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 | doorpos.CFrame = CFrame.new(48.845, 3.606, -154.156)* CFrame.Angles(3.141592502594, -1.2660163406508e-007, -3.141592502594) | |
| 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 | - | end |
| 55 | + | |
| 56 | door = Instance.new("Model", mcar)
| |
| 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 | part.FormFactor = Enum.FormFactor.Plate | |
| 61 | - | Event.Parent = NLS([==[ |
| 61 | + | |
| 62 | - | local Player = game:GetService("Players").LocalPlayer
|
| 62 | + | |
| 63 | - | local Event = script:WaitForChild("UserInput_Event")
|
| 63 | + | |
| 64 | part.Size = Vector3.new(1, 3.6, 5) | |
| 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 | part.Friction = 0.3 | |
| 71 | - | UIS.InputBegan:Connect(input) |
| 71 | + | |
| 72 | - | UIS.InputEnded:Connect(input) |
| 72 | + | |
| 73 | ||
| 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 | part_2.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 83 | - | end]==],Player.Character) |
| 83 | + | |
| 84 | - | Mouse,mouse,UserInputService,ContextActionService = m,m,UIS,CAS |
| 84 | + | |
| 85 | part_2.Friction = 0.3 | |
| 86 | part_2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 87 | ||
| 88 | part_3 = Instance.new("Part", door)
| |
| 89 | part_3.FormFactor = Enum.FormFactor.Plate | |
| 90 | part_3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 91 | part_3.TopSurface = Enum.SurfaceType.Smooth | |
| 92 | part_3.Material = Enum.Material.SmoothPlastic | |
| 93 | part_3.Size = Vector3.new(1, 2, 1) | |
| 94 | part_3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 95 | part_3.CFrame = CFrame.new(48.848, 6.405, -156.052)* CFrame.Angles(3.141592502594, -2.250999386888e-007, 3.1415927410126) | |
| 96 | part_3.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 97 | part_3.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 98 | part_3.BrickColor = bodycolor | |
| 99 | part_3.Friction = 0.3 | |
| 100 | part_3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 101 | ||
| 102 | window6 = Instance.new("Part", door)
| |
| 103 | window6.FormFactor = Enum.FormFactor.Plate | |
| 104 | window6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 105 | window6.Transparency = 0.5 | |
| 106 | window6.TopSurface = Enum.SurfaceType.Smooth | |
| 107 | window6.Reflectance = 0.5 | |
| 108 | window6.Material = Enum.Material.SmoothPlastic | |
| 109 | window6.Size = Vector3.new(4, 2, 1) | |
| 110 | window6.Name = "window6" | |
| 111 | window6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 112 | window6.CFrame = CFrame.new(48.848, 6.405, -153.552)* CFrame.Angles(-0.15858368575573, 1.5663747787476, 0.15816649794579) | |
| 113 | window6.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 114 | window6.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 115 | window6.BrickColor = BrickColor.new("Institutional white")
| |
| 116 | window6.Friction = 0.3 | |
| 117 | window6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 118 | ||
| 119 | door2pos = Instance.new("Part", mcar)
| |
| 120 | door2pos.FormFactor = Enum.FormFactor.Plate | |
| 121 | door2pos.CanCollide = false | |
| 122 | door2pos.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 123 | door2pos.Transparency = 1 | |
| 124 | door2pos.TopSurface = Enum.SurfaceType.Smooth | |
| 125 | door2pos.Material = Enum.Material.SmoothPlastic | |
| 126 | door2pos.Size = Vector3.new(1, 3.6, 5) | |
| 127 | door2pos.Name = "door2pos" | |
| 128 | door2pos.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 129 | door2pos.CFrame = CFrame.new(58.844, 3.605, -154.153)* CFrame.Angles(3.141592502594, -2.2057338355808e-007, -3.1415927410126) | |
| 130 | door2pos.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 131 | door2pos.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 132 | door2pos.BrickColor = bodycolor | |
| 133 | door2pos.Friction = 0.3 | |
| 134 | door2pos.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 135 | ||
| 136 | backwheels = Instance.new("Model", mcar)
| |
| 137 | backwheels.Name = "backwheels" | |
| 138 | ||
| 139 | bcollide1 = Instance.new("Part", mcar)
| |
| 140 | bcollide1.FormFactor = Enum.FormFactor.Custom | |
| 141 | bcollide1.Elasticity = 0 | |
| 142 | bcollide1.TopSurface = Enum.SurfaceType.Smooth | |
| 143 | bcollide1.Size = Vector3.new(3.4, 1.4, 4.4) | |
| 144 | bcollide1.CFrame = CFrame.new(58.6, 1.7, -141.21)* CFrame.Angles(-0, 0, 1.5707963705063) | |
| 145 | bcollide1.BrickColor = BrickColor.new("Really black")
| |
| 146 | bcollide1.Friction = 0.3 | |
| 147 | bcollide1.BottomSurface = Enum.SurfaceType.Smooth | |
| 148 | bcollide1.CanCollide = true | |
| 149 | bcollide1.Transparency = 1 | |
| 150 | ||
| 151 | bcollide2 = Instance.new("Part", mcar)
| |
| 152 | bcollide2.FormFactor = Enum.FormFactor.Custom | |
| 153 | bcollide2.Elasticity = 0 | |
| 154 | bcollide2.TopSurface = Enum.SurfaceType.Smooth | |
| 155 | bcollide2.Size = Vector3.new(1.8, 11, 0.2) | |
| 156 | bcollide2.Name = "bcollide2" | |
| 157 | bcollide2.CFrame = CFrame.new(53.8, 1.7, -141.2)* CFrame.Angles(-0, 0, 1.5707963705063) | |
| 158 | bcollide2.Friction = 0.3 | |
| 159 | bcollide2.BottomSurface = Enum.SurfaceType.Smooth | |
| 160 | bcollide2.CanCollide = true | |
| 161 | bcollide2.Transparency = 1 | |
| 162 | ||
| 163 | bcollide3 = Instance.new("Part", mcar)
| |
| 164 | bcollide3.FormFactor = Enum.FormFactor.Custom | |
| 165 | bcollide3.Elasticity = 0 | |
| 166 | bcollide3.TopSurface = Enum.SurfaceType.Smooth | |
| 167 | bcollide3.Size = Vector3.new(1.8, 1.8, 2) | |
| 168 | bcollide3.CFrame = CFrame.new(58.6, 1.7, -141.21)* CFrame.Angles(-0, 0, 1.5707963705063) | |
| 169 | bcollide3.Friction = 0.3 | |
| 170 | bcollide3.BottomSurface = Enum.SurfaceType.Smooth | |
| 171 | bcollide3.CanCollide = true | |
| 172 | bcollide3.Transparency = 1 | |
| 173 | ||
| 174 | bcollide4 = Instance.new("Part", mcar)
| |
| 175 | bcollide4.FormFactor = Enum.FormFactor.Custom | |
| 176 | bcollide4.Elasticity = 0 | |
| 177 | bcollide4.TopSurface = Enum.SurfaceType.Smooth | |
| 178 | bcollide4.Size = Vector3.new(1.8, 1.8, 2) | |
| 179 | bcollide4.CFrame = CFrame.new(49.1, 1.7, -141.2)* CFrame.Angles(-0, 0, 1.5707963705063) | |
| 180 | bcollide4.Friction = 0.3 | |
| 181 | bcollide4.BottomSurface = Enum.SurfaceType.Smooth | |
| 182 | bcollide4.CanCollide = true | |
| 183 | bcollide4.Transparency = 1 | |
| 184 | ||
| 185 | bcollide5 = Instance.new("Part", mcar)
| |
| 186 | bcollide5.FormFactor = Enum.FormFactor.Custom | |
| 187 | bcollide5.Elasticity = 0 | |
| 188 | bcollide5.TopSurface = Enum.SurfaceType.Smooth | |
| 189 | bcollide5.Size = Vector3.new(3.4, 1.4, 4.4) | |
| 190 | bcollide5.CFrame = CFrame.new(58.6, 1.7, -141.21)* CFrame.Angles(-0, 0, 1.5707963705063) | |
| 191 | bcollide5.BrickColor = BrickColor.new("Really black")
| |
| 192 | bcollide5.Friction = 0.3 | |
| 193 | bcollide5.BottomSurface = Enum.SurfaceType.Smooth | |
| 194 | bcollide5.CanCollide = true | |
| 195 | bcollide5.Transparency = 1 | |
| 196 | ||
| 197 | part_4 = Instance.new("Part", backwheels)
| |
| 198 | part_4.FormFactor = Enum.FormFactor.Custom | |
| 199 | part_4.Elasticity = 0 | |
| 200 | part_4.TopSurface = Enum.SurfaceType.Smooth | |
| 201 | part_4.Size = Vector3.new(3.4, 1.4, 4.4) | |
| 202 | part_4.CFrame = CFrame.new(58.6, 1.7, -141.21)* CFrame.Angles(-0, 0, 1.5707963705063) | |
| 203 | part_4.BrickColor = BrickColor.new("Really black")
| |
| 204 | part_4.Friction = 0.3 | |
| 205 | part_4.BottomSurface = Enum.SurfaceType.Smooth | |
| 206 | part_4.CanCollide = false | |
| 207 | ||
| 208 | mesh = Instance.new("CylinderMesh", part_4)
| |
| 209 | ||
| 210 | axle = Instance.new("Part", backwheels)
| |
| 211 | axle.FormFactor = Enum.FormFactor.Custom | |
| 212 | axle.Elasticity = 0 | |
| 213 | axle.TopSurface = Enum.SurfaceType.Smooth | |
| 214 | axle.Size = Vector3.new(1.8, 11, 0.2) | |
| 215 | axle.Name = "Axle" | |
| 216 | axle.CFrame = CFrame.new(53.8, 1.7, -141.2)* CFrame.Angles(-0, 0, 1.5707963705063) | |
| 217 | axle.Friction = 0.3 | |
| 218 | axle.BottomSurface = Enum.SurfaceType.Smooth | |
| 219 | axle.CanCollide = false | |
| 220 | ||
| 221 | mesh_2 = Instance.new("CylinderMesh", axle)
| |
| 222 | ||
| 223 | part_5 = Instance.new("Part", backwheels)
| |
| 224 | part_5.FormFactor = Enum.FormFactor.Custom | |
| 225 | part_5.Elasticity = 0 | |
| 226 | part_5.TopSurface = Enum.SurfaceType.Smooth | |
| 227 | part_5.Size = Vector3.new(1.8, 1.8, 2) | |
| 228 | part_5.CFrame = CFrame.new(58.6, 1.7, -141.21)* CFrame.Angles(-0, 0, 1.5707963705063) | |
| 229 | part_5.Friction = 0.3 | |
| 230 | part_5.BottomSurface = Enum.SurfaceType.Smooth | |
| 231 | part_5.CanCollide = false | |
| 232 | ||
| 233 | mesh_3 = Instance.new("CylinderMesh", part_5)
| |
| 234 | ||
| 235 | part_6 = Instance.new("Part", backwheels)
| |
| 236 | part_6.FormFactor = Enum.FormFactor.Custom | |
| 237 | part_6.Elasticity = 0 | |
| 238 | part_6.TopSurface = Enum.SurfaceType.Smooth | |
| 239 | part_6.Size = Vector3.new(1.8, 1.8, 2) | |
| 240 | part_6.CFrame = CFrame.new(49.1, 1.7, -141.2)* CFrame.Angles(-0, 0, 1.5707963705063) | |
| 241 | part_6.Friction = 0.3 | |
| 242 | part_6.BottomSurface = Enum.SurfaceType.Smooth | |
| 243 | part_6.CanCollide = false | |
| 244 | ||
| 245 | mesh_4 = Instance.new("CylinderMesh", part_6)
| |
| 246 | ||
| 247 | part_7 = Instance.new("Part", backwheels)
| |
| 248 | part_7.FormFactor = Enum.FormFactor.Custom | |
| 249 | part_7.Elasticity = 0 | |
| 250 | part_7.TopSurface = Enum.SurfaceType.Smooth | |
| 251 | part_7.Size = Vector3.new(3.4, 1.4, 4.4) | |
| 252 | part_7.CFrame = CFrame.new(49.1, 1.7, -141.2)* CFrame.Angles(-0, 0, 1.5707963705063) | |
| 253 | part_7.BrickColor = BrickColor.new("Really black")
| |
| 254 | part_7.Friction = 0.3 | |
| 255 | part_7.BottomSurface = Enum.SurfaceType.Smooth | |
| 256 | part_7.CanCollide = false | |
| 257 | ||
| 258 | mesh_5 = Instance.new("CylinderMesh", part_7)
| |
| 259 | ||
| 260 | part_8 = Instance.new("Part", mcar)
| |
| 261 | part_8.FormFactor = Enum.FormFactor.Symmetric | |
| 262 | part_8.CanCollide = false | |
| 263 | part_8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 264 | part_8.TopSurface = Enum.SurfaceType.Smooth | |
| 265 | part_8.Reflectance = 0.3 | |
| 266 | part_8.Material = Enum.Material.SmoothPlastic | |
| 267 | part_8.Size = Vector3.new(1, 1, 1) | |
| 268 | part_8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 269 | part_8.CFrame = CFrame.new(50.548, 3.204, -164.351)* CFrame.Angles(-1.9569604603475e-007, 8.7457920017187e-008, 2.5507410100545e-005) | |
| 270 | part_8.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 271 | part_8.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 272 | part_8.Friction = 0.3 | |
| 273 | part_8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 274 | ||
| 275 | mesh_6 = Instance.new("SpecialMesh", part_8)
| |
| 276 | mesh_6.Scale = Vector3.new(3, 3, 2) | |
| 277 | mesh_6.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
| 278 | mesh_6.MeshType = Enum.MeshType.FileMesh | |
| 279 | ||
| 280 | vivrus = Instance.new("VelocityMotor", part_8)
| |
| 281 | vivrus.Name = "ViVRuS" | |
| 282 | ||
| 283 | part_9 = Instance.new("Part", mcar)
| |
| 284 | part_9.FormFactor = Enum.FormFactor.Plate | |
| 285 | part_9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 286 | part_9.TopSurface = Enum.SurfaceType.Smooth | |
| 287 | part_9.Reflectance = 0.3 | |
| 288 | part_9.Material = Enum.Material.SmoothPlastic | |
| 289 | part_9.Size = Vector3.new(1, 0.8, 2) | |
| 290 | part_9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 291 | part_9.CFrame = CFrame.new(50.149, 3.605, -164.551)* CFrame.Angles(-1.5707964897156, -2.2760454854165e-008, -1.570796251297) | |
| 292 | part_9.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 293 | part_9.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 294 | part_9.Friction = 0.3 | |
| 295 | part_9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 296 | ||
| 297 | mesh_7 = Instance.new("SpecialMesh", part_9)
| |
| 298 | mesh_7.Scale = Vector3.new(0.118, 0.235, 1.059) | |
| 299 | mesh_7.MeshType = Enum.MeshType.Brick | |
| 300 | ||
| 301 | part_10 = Instance.new("Part", mcar)
| |
| 302 | part_10.FormFactor = Enum.FormFactor.Plate | |
| 303 | part_10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 304 | part_10.TopSurface = Enum.SurfaceType.Smooth | |
| 305 | part_10.Reflectance = 0.3 | |
| 306 | part_10.Material = Enum.Material.SmoothPlastic | |
| 307 | part_10.Size = Vector3.new(1, 0.4, 2) | |
| 308 | part_10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 309 | part_10.CFrame = CFrame.new(48.349, 3.405, -163.656)* CFrame.Angles(3.141592502594, 6.5192580223083e-009, 0.00021353382908273) | |
| 310 | part_10.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 311 | part_10.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 312 | part_10.Friction = 0.3 | |
| 313 | part_10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 314 | ||
| 315 | mesh_8 = Instance.new("SpecialMesh", part_10)
| |
| 316 | mesh_8.Scale = Vector3.new(0.4, 0.4, 0.4) | |
| 317 | mesh_8.MeshId = "http://www.roblox.com/asset/?id=12221344" | |
| 318 | mesh_8.MeshType = Enum.MeshType.FileMesh | |
| 319 | ||
| 320 | part_11 = Instance.new("Part", mcar)
| |
| 321 | part_11.FormFactor = Enum.FormFactor.Plate | |
| 322 | part_11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 323 | part_11.TopSurface = Enum.SurfaceType.Smooth | |
| 324 | part_11.Reflectance = 0.3 | |
| 325 | part_11.Material = Enum.Material.SmoothPlastic | |
| 326 | part_11.Size = Vector3.new(1, 0.8, 2) | |
| 327 | part_11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 328 | part_11.CFrame = CFrame.new(49.749, 3.605, -164.551)* CFrame.Angles(-1.5707963705063, -4.5537831283582e-008, -1.5707963705063) | |
| 329 | part_11.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 330 | part_11.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 331 | part_11.Friction = 0.3 | |
| 332 | part_11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 333 | ||
| 334 | mesh_9 = Instance.new("SpecialMesh", part_11)
| |
| 335 | mesh_9.Scale = Vector3.new(0.118, 0.235, 1.059) | |
| 336 | mesh_9.MeshType = Enum.MeshType.Brick | |
| 337 | ||
| 338 | frontlight2 = Instance.new("Part", mcar)
| |
| 339 | frontlight2.FormFactor = Enum.FormFactor.Plate | |
| 340 | frontlight2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 341 | frontlight2.Transparency = 0.2 | |
| 342 | frontlight2.TopSurface = Enum.SurfaceType.Smooth | |
| 343 | frontlight2.Material = Enum.Material.SmoothPlastic | |
| 344 | frontlight2.Size = Vector3.new(1, 0.4, 1) | |
| 345 | frontlight2.Name = "frontlight2" | |
| 346 | frontlight2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 347 | frontlight2.CFrame = CFrame.new(48.848, 5.105, -165.251)* CFrame.Angles(-1.5708879232407, 6.3079831306823e-005, 3.141140460968) | |
| 348 | frontlight2.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 349 | frontlight2.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 350 | frontlight2.BrickColor = BrickColor.new("Mid gray")
| |
| 351 | frontlight2.Friction = 0.3 | |
| 352 | frontlight2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 353 | ||
| 354 | mesh_10 = Instance.new("CylinderMesh", frontlight2)
| |
| 355 | ||
| 356 | headlight = Instance.new("SpotLight", frontlight2)
| |
| 357 | headlight.Enabled = false | |
| 358 | headlight.Face = Enum.NormalId.Right | |
| 359 | headlight.Range = 15 | |
| 360 | headlight.Name = "headlight" | |
| 361 | headlight.Angle = 180 | |
| 362 | headlight.Brightness = 20 | |
| 363 | ||
| 364 | part_12 = Instance.new("Part", mcar)
| |
| 365 | part_12.FormFactor = Enum.FormFactor.Plate | |
| 366 | part_12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 367 | part_12.TopSurface = Enum.SurfaceType.Smooth | |
| 368 | part_12.Reflectance = 0.3 | |
| 369 | part_12.Material = Enum.Material.SmoothPlastic | |
| 370 | part_12.Size = Vector3.new(1, 0.4, 3) | |
| 371 | part_12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 372 | part_12.CFrame = CFrame.new(48.847, 3.204, -161.156)* CFrame.Angles(5.947543286311e-006, -0.00045032112393528, -0.0001974168990273) | |
| 373 | part_12.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 374 | part_12.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 375 | part_12.BrickColor = BrickColor.new("Grey")
| |
| 376 | part_12.Friction = 0.3 | |
| 377 | part_12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 378 | ||
| 379 | part_13 = Instance.new("Part", mcar)
| |
| 380 | part_13.FormFactor = Enum.FormFactor.Plate | |
| 381 | part_13.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 382 | part_13.TopSurface = Enum.SurfaceType.Smooth | |
| 383 | part_13.Reflectance = 0.3 | |
| 384 | part_13.Material = Enum.Material.SmoothPlastic | |
| 385 | part_13.Size = Vector3.new(1, 0.8, 2) | |
| 386 | part_13.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 387 | part_13.CFrame = CFrame.new(51.349, 3.605, -164.551)* CFrame.Angles(-1.5707963705063, -4.5537831283582e-008, -1.5707963705063) | |
| 388 | part_13.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 389 | part_13.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 390 | part_13.Friction = 0.3 | |
| 391 | part_13.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 392 | ||
| 393 | mesh_11 = Instance.new("SpecialMesh", part_13)
| |
| 394 | mesh_11.Scale = Vector3.new(0.118, 0.235, 1.059) | |
| 395 | mesh_11.MeshType = Enum.MeshType.Brick | |
| 396 | ||
| 397 | part_14 = Instance.new("Part", mcar)
| |
| 398 | part_14.FormFactor = Enum.FormFactor.Plate | |
| 399 | part_14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 400 | part_14.TopSurface = Enum.SurfaceType.Smooth | |
| 401 | part_14.Reflectance = 0.3 | |
| 402 | part_14.Material = Enum.Material.SmoothPlastic | |
| 403 | part_14.Size = Vector3.new(2, 0.4, 1) | |
| 404 | part_14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 405 | part_14.CFrame = CFrame.new(48.848, 4.005, -163.656)* CFrame.Angles(3.1281139850616, -1.5676319599152, 3.1279702186584) | |
| 406 | part_14.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 407 | part_14.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 408 | part_14.BrickColor = BrickColor.new("Grey")
| |
| 409 | part_14.Friction = 0.3 | |
| 410 | part_14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 411 | ||
| 412 | part_15 = Instance.new("Part", mcar)
| |
| 413 | part_15.FormFactor = Enum.FormFactor.Plate | |
| 414 | part_15.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 415 | part_15.TopSurface = Enum.SurfaceType.Smooth | |
| 416 | part_15.Reflectance = 0.3 | |
| 417 | part_15.Material = Enum.Material.SmoothPlastic | |
| 418 | part_15.Size = Vector3.new(1, 0.4, 2) | |
| 419 | part_15.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 420 | part_15.CFrame = CFrame.new(48.349, 3.005, -163.656)* CFrame.Angles(3.141592502594, 6.4901541918516e-009, 0.00021353385818657) | |
| 421 | part_15.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 422 | part_15.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 423 | part_15.Friction = 0.3 | |
| 424 | part_15.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 425 | ||
| 426 | mesh_12 = Instance.new("SpecialMesh", part_15)
| |
| 427 | mesh_12.Scale = Vector3.new(0.4, 0.4, 0.4) | |
| 428 | mesh_12.MeshId = "http://www.roblox.com/asset/?id=12221344" | |
| 429 | mesh_12.MeshType = Enum.MeshType.FileMesh | |
| 430 | ||
| 431 | part_16 = Instance.new("Part", mcar)
| |
| 432 | part_16.FormFactor = Enum.FormFactor.Plate | |
| 433 | part_16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 434 | part_16.TopSurface = Enum.SurfaceType.Smooth | |
| 435 | part_16.Reflectance = 0.3 | |
| 436 | part_16.Material = Enum.Material.SmoothPlastic | |
| 437 | part_16.Size = Vector3.new(2, 1.2, 1) | |
| 438 | part_16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 439 | part_16.CFrame = CFrame.new(48.848, 3.205, -163.656)* CFrame.Angles(3.1281673908234, -1.5676319599152, 3.1280233860016) | |
| 440 | part_16.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 441 | part_16.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 442 | part_16.BrickColor = BrickColor.new("Grey")
| |
| 443 | part_16.Friction = 0.3 | |
| 444 | part_16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 445 | ||
| 446 | part_17 = Instance.new("Part", mcar)
| |
| 447 | part_17.FormFactor = Enum.FormFactor.Plate | |
| 448 | part_17.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 449 | part_17.TopSurface = Enum.SurfaceType.Smooth | |
| 450 | part_17.Reflectance = 0.3 | |
| 451 | part_17.Material = Enum.Material.SmoothPlastic | |
| 452 | part_17.Size = Vector3.new(1, 1.6, 1) | |
| 453 | part_17.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 454 | part_17.CFrame = CFrame.new(48.847, 2.604, -159.156)* CFrame.Angles(5.872533620277e-006, -0.00045022714766674, -0.00019739411072806) | |
| 455 | part_17.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 456 | part_17.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 457 | part_17.BrickColor = BrickColor.new("Grey")
| |
| 458 | part_17.Friction = 0.3 | |
| 459 | part_17.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 460 | ||
| 461 | frontlight4 = Instance.new("Part", mcar)
| |
| 462 | frontlight4.FormFactor = Enum.FormFactor.Plate | |
| 463 | frontlight4.CanCollide = false | |
| 464 | frontlight4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 465 | frontlight4.Transparency = 0.2 | |
| 466 | frontlight4.TopSurface = Enum.SurfaceType.Smooth | |
| 467 | frontlight4.Material = Enum.Material.SmoothPlastic | |
| 468 | frontlight4.Size = Vector3.new(1, 0.4, 1) | |
| 469 | frontlight4.Name = "frontlight4" | |
| 470 | frontlight4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 471 | frontlight4.CFrame = CFrame.new(48.849, 3.105, -164.856)* CFrame.Angles(-3.0908482074738, -1.5676507949829, -1.5200179815292) | |
| 472 | frontlight4.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 473 | frontlight4.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 474 | frontlight4.BrickColor = BrickColor.new("Bright orange")
| |
| 475 | frontlight4.Friction = 0.3 | |
| 476 | frontlight4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 477 | ||
| 478 | mesh_13 = Instance.new("CylinderMesh", frontlight4)
| |
| 479 | mesh_13.Offset = Vector3.new(0, -0.3, 0) | |
| 480 | mesh_13.Scale = Vector3.new(0.6, 1, 0.6) | |
| 481 | ||
| 482 | regularlight = Instance.new("SpotLight", frontlight4)
| |
| 483 | regularlight.Enabled = false | |
| 484 | regularlight.Color = Color3.new(0,0,255) | |
| 485 | regularlight.Face = Enum.NormalId.Right | |
| 486 | regularlight.Range = 10 | |
| 487 | regularlight.Name = "regularlight" | |
| 488 | regularlight.Angle = 180 | |
| 489 | regularlight.Brightness = 20 | |
| 490 | ||
| 491 | part_18 = Instance.new("Part", mcar)
| |
| 492 | part_18.FormFactor = Enum.FormFactor.Plate | |
| 493 | part_18.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 494 | part_18.TopSurface = Enum.SurfaceType.Smooth | |
| 495 | part_18.Material = Enum.Material.SmoothPlastic | |
| 496 | part_18.Size = Vector3.new(6, 0.8, 1) | |
| 497 | part_18.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 498 | part_18.CFrame = CFrame.new(48.847, 4.604, -161.651)* CFrame.Angles(0.24924144148827, 1.5676697492599, -0.24892921745777) | |
| 499 | part_18.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 500 | part_18.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 501 | part_18.BrickColor = bodycolor | |
| 502 | part_18.Friction = 0.3 | |
| 503 | part_18.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 504 | ||
| 505 | part_19 = Instance.new("Part", mcar)
| |
| 506 | part_19.FormFactor = Enum.FormFactor.Plate | |
| 507 | part_19.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 508 | part_19.TopSurface = Enum.SurfaceType.Smooth | |
| 509 | part_19.Material = Enum.Material.SmoothPlastic | |
| 510 | part_19.Size = Vector3.new(2, 0.4, 1) | |
| 511 | part_19.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 512 | part_19.CFrame = CFrame.new(48.844, 5.203, -157.652)* CFrame.Angles(0.26357743144035, 1.5676697492599, -0.26282879710197) | |
| 513 | part_19.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 514 | part_19.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 515 | part_19.BrickColor = bodycolor | |
| 516 | part_19.Friction = 0.3 | |
| 517 | part_19.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 518 | ||
| 519 | part_20 = Instance.new("Part", mcar)
| |
| 520 | part_20.FormFactor = Enum.FormFactor.Plate | |
| 521 | part_20.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 522 | part_20.TopSurface = Enum.SurfaceType.Smooth | |
| 523 | part_20.Reflectance = 0.3 | |
| 524 | part_20.Material = Enum.Material.SmoothPlastic | |
| 525 | part_20.Size = Vector3.new(1, 0.8, 2) | |
| 526 | part_20.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 527 | part_20.CFrame = CFrame.new(53.749, 3.605, -164.551)* CFrame.Angles(-1.5707964897156, -5.2237146519474e-007, -1.5707963705063) | |
| 528 | part_20.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 529 | part_20.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 530 | part_20.Friction = 0.3 | |
| 531 | part_20.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 532 | ||
| 533 | mesh_14 = Instance.new("SpecialMesh", part_20)
| |
| 534 | mesh_14.Scale = Vector3.new(0.118, 0.235, 1.059) | |
| 535 | mesh_14.MeshType = Enum.MeshType.Brick | |
| 536 | ||
| 537 | part_21 = Instance.new("Part", mcar)
| |
| 538 | part_21.FormFactor = Enum.FormFactor.Plate | |
| 539 | part_21.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 540 | part_21.TopSurface = Enum.SurfaceType.Smooth | |
| 541 | part_21.Reflectance = 0.3 | |
| 542 | part_21.Material = Enum.Material.SmoothPlastic | |
| 543 | part_21.Size = Vector3.new(1, 0.8, 2) | |
| 544 | - | regularlight.Color = Color3.new(1, 0.333333, 0) |
| 544 | + | |
| 545 | part_21.CFrame = CFrame.new(52.949, 3.605, -164.551)* CFrame.Angles(-1.5707963705063, -4.5537831283582e-008, -1.5707963705063) | |
| 546 | part_21.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 547 | part_21.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 548 | part_21.Friction = 0.3 | |
| 549 | part_21.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 550 | ||
| 551 | mesh_15 = Instance.new("SpecialMesh", part_21)
| |
| 552 | mesh_15.Scale = Vector3.new(0.118, 0.235, 1.059) | |
| 553 | mesh_15.MeshType = Enum.MeshType.Brick | |
| 554 | ||
| 555 | part_22 = Instance.new("Part", mcar)
| |
| 556 | part_22.FormFactor = Enum.FormFactor.Plate | |
| 557 | part_22.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 558 | part_22.TopSurface = Enum.SurfaceType.Smooth | |
| 559 | part_22.Reflectance = 0.3 | |
| 560 | part_22.Material = Enum.Material.SmoothPlastic | |
| 561 | part_22.Size = Vector3.new(2, 0.8, 11) | |
| 562 | part_22.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 563 | part_22.CFrame = CFrame.new(53.848, 2.205, -163.653)* CFrame.Angles(3.1281673908234, -1.5676131248474, 3.1280233860016) | |
| 564 | part_22.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 565 | part_22.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 566 | part_22.BrickColor = BrickColor.new("Grey")
| |
| 567 | part_22.Friction = 0.3 | |
| 568 | part_22.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 569 | ||
| 570 | part_23 = Instance.new("Part", mcar)
| |
| 571 | part_23.FormFactor = Enum.FormFactor.Plate | |
| 572 | part_23.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 573 | part_23.TopSurface = Enum.SurfaceType.Smooth | |
| 574 | part_23.Reflectance = 0.3 | |
| 575 | part_23.Material = Enum.Material.SmoothPlastic | |
| 576 | part_23.Size = Vector3.new(1, 0.8, 9) | |
| 577 | part_23.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 578 | part_23.CFrame = CFrame.new(53.849, 2.805, -164.551)* CFrame.Angles(3.0269060134888, 1.5676319599152, 0.46275079250336) | |
| 579 | part_23.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 580 | part_23.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 581 | part_23.Friction = 0.3 | |
| 582 | part_23.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 583 | ||
| 584 | mesh_16 = Instance.new("SpecialMesh", part_23)
| |
| 585 | mesh_16.Scale = Vector3.new(0.118, 0.235, 1.059) | |
| 586 | mesh_16.MeshType = Enum.MeshType.Brick | |
| 587 | ||
| 588 | frontbumper = Instance.new("Part", mcar)
| |
| 589 | frontbumper.FormFactor = Enum.FormFactor.Plate | |
| 590 | frontbumper.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 591 | frontbumper.TopSurface = Enum.SurfaceType.Smooth | |
| 592 | frontbumper.Reflectance = 0.3 | |
| 593 | frontbumper.Material = Enum.Material.SmoothPlastic | |
| 594 | frontbumper.Size = Vector3.new(1, 0.4, 11) | |
| 595 | frontbumper.Name = "frontbumper" | |
| 596 | frontbumper.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 597 | frontbumper.CFrame = CFrame.new(53.849, 2.105, -164.853)* CFrame.Angles(3.1280734539032, -1.5676319599152, -1.5844591856003) | |
| 598 | frontbumper.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 599 | frontbumper.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 600 | frontbumper.BrickColor = BrickColor.new("Grey")
| |
| 601 | frontbumper.Friction = 0.3 | |
| 602 | frontbumper.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 603 | ||
| 604 | part_24 = Instance.new("Part", mcar)
| |
| 605 | part_24.FormFactor = Enum.FormFactor.Plate | |
| 606 | part_24.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 607 | part_24.TopSurface = Enum.SurfaceType.Smooth | |
| 608 | part_24.Reflectance = 0.3 | |
| 609 | part_24.Material = Enum.Material.SmoothPlastic | |
| 610 | part_24.Size = Vector3.new(1, 0.8, 2) | |
| 611 | part_24.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 612 | part_24.CFrame = CFrame.new(51.749, 3.605, -164.551)* CFrame.Angles(-1.5707963705063, -4.5537831283582e-008, -1.5707963705063) | |
| 613 | part_24.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 614 | part_24.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 615 | part_24.Friction = 0.3 | |
| 616 | part_24.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 617 | ||
| 618 | mesh_17 = Instance.new("SpecialMesh", part_24)
| |
| 619 | mesh_17.Scale = Vector3.new(0.118, 0.235, 1.059) | |
| 620 | mesh_17.MeshType = Enum.MeshType.Brick | |
| 621 | ||
| 622 | part_25 = Instance.new("Part", mcar)
| |
| 623 | part_25.FormFactor = Enum.FormFactor.Plate | |
| 624 | part_25.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 625 | part_25.TopSurface = Enum.SurfaceType.Smooth | |
| 626 | part_25.Material = Enum.Material.SmoothPlastic | |
| 627 | part_25.Size = Vector3.new(2, 0.8, 2) | |
| 628 | part_25.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 629 | part_25.CFrame = CFrame.new(50.348, 3.703, -164.151)* CFrame.Angles(1.570796251297, 0.0001225274609169, -2.0668458944328e-007) | |
| 630 | part_25.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 631 | part_25.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 632 | part_25.BrickColor = BrickColor.new("Black")
| |
| 633 | part_25.Friction = 0.3 | |
| 634 | part_25.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 635 | ||
| 636 | mesh_18 = Instance.new("CylinderMesh", part_25)
| |
| 637 | ||
| 638 | part_26 = Instance.new("Part", mcar)
| |
| 639 | part_26.FormFactor = Enum.FormFactor.Plate | |
| 640 | part_26.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 641 | part_26.TopSurface = Enum.SurfaceType.Smooth | |
| 642 | part_26.Reflectance = 0.3 | |
| 643 | part_26.Material = Enum.Material.SmoothPlastic | |
| 644 | part_26.Size = Vector3.new(1, 0.8, 2) | |
| 645 | part_26.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 646 | part_26.CFrame = CFrame.new(50.549, 3.605, -164.551)* CFrame.Angles(-1.5707963705063, -4.5537831283582e-008, -1.5707963705063) | |
| 647 | part_26.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 648 | part_26.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 649 | part_26.Friction = 0.3 | |
| 650 | part_26.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 651 | ||
| 652 | mesh_19 = Instance.new("SpecialMesh", part_26)
| |
| 653 | mesh_19.Scale = Vector3.new(0.118, 0.235, 1.059) | |
| 654 | mesh_19.MeshType = Enum.MeshType.Brick | |
| 655 | ||
| 656 | part_27 = Instance.new("Part", mcar)
| |
| 657 | part_27.FormFactor = Enum.FormFactor.Plate | |
| 658 | part_27.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 659 | part_27.TopSurface = Enum.SurfaceType.Smooth | |
| 660 | part_27.Reflectance = 0.3 | |
| 661 | part_27.Material = Enum.Material.SmoothPlastic | |
| 662 | part_27.Size = Vector3.new(1, 0.8, 2) | |
| 663 | part_27.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 664 | part_27.CFrame = CFrame.new(50.849, 4.605, -164.551)* CFrame.Angles(-3.1349754333496, 1.5676697492599, 0.11481241136789) | |
| 665 | part_27.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 666 | part_27.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 667 | part_27.Friction = 0.3 | |
| 668 | part_27.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 669 | ||
| 670 | mesh_20 = Instance.new("SpecialMesh", part_27)
| |
| 671 | mesh_20.Scale = Vector3.new(0.118, 0.235, 1.059) | |
| 672 | mesh_20.MeshType = Enum.MeshType.Brick | |
| 673 | ||
| 674 | part_28 = Instance.new("Part", mcar)
| |
| 675 | part_28.FormFactor = Enum.FormFactor.Plate | |
| 676 | part_28.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 677 | part_28.TopSurface = Enum.SurfaceType.Smooth | |
| 678 | part_28.Material = Enum.Material.SmoothPlastic | |
| 679 | part_28.Size = Vector3.new(1, 6.8, 1) | |
| 680 | part_28.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 681 | part_28.CFrame = CFrame.new(48.847, 5.104, -161.651)* CFrame.Angles(1.5710419416428, 0.00015805164002813, 0.00022255443036556) | |
| 682 | part_28.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 683 | part_28.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 684 | part_28.BrickColor = bodycolor | |
| 685 | part_28.Friction = 0.3 | |
| 686 | part_28.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 687 | ||
| 688 | mesh_21 = Instance.new("CylinderMesh", part_28)
| |
| 689 | ||
| 690 | part_29 = Instance.new("Part", mcar)
| |
| 691 | part_29.FormFactor = Enum.FormFactor.Plate | |
| 692 | part_29.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 693 | part_29.TopSurface = Enum.SurfaceType.Smooth | |
| 694 | part_29.Reflectance = 0.3 | |
| 695 | part_29.Material = Enum.Material.SmoothPlastic | |
| 696 | part_29.Size = Vector3.new(1, 0.4, 2) | |
| 697 | part_29.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 698 | part_29.CFrame = CFrame.new(53.049, 3.705, -164.351)* CFrame.Angles(-1.5707956552505, -1.2217919826508, 1.5707969665527) | |
| 699 | part_29.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 700 | part_29.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 701 | part_29.Friction = 0.3 | |
| 702 | part_29.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 703 | ||
| 704 | part_30 = Instance.new("Part", mcar)
| |
| 705 | part_30.FormFactor = Enum.FormFactor.Plate | |
| 706 | part_30.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 707 | part_30.TopSurface = Enum.SurfaceType.Smooth | |
| 708 | part_30.Reflectance = 0.3 | |
| 709 | part_30.Material = Enum.Material.SmoothPlastic | |
| 710 | part_30.Size = Vector3.new(1, 0.4, 1) | |
| 711 | part_30.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 712 | part_30.CFrame = CFrame.new(52.348, 4.804, -164.352)* CFrame.Angles(0.19220323860645, 1.5676319599152, -1.7630617618561) | |
| 713 | part_30.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 714 | part_30.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 715 | part_30.Friction = 0.3 | |
| 716 | part_30.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 717 | ||
| 718 | mesh_22 = Instance.new("SpecialMesh", part_30)
| |
| 719 | mesh_22.Scale = Vector3.new(0.6, 0.6, 1) | |
| 720 | mesh_22.MeshId = "http://www.roblox.com/asset/?id=12221344" | |
| 721 | mesh_22.MeshType = Enum.MeshType.FileMesh | |
| 722 | ||
| 723 | part_31 = Instance.new("Part", mcar)
| |
| 724 | part_31.FormFactor = Enum.FormFactor.Plate | |
| 725 | part_31.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 726 | part_31.TopSurface = Enum.SurfaceType.Smooth | |
| 727 | part_31.Material = Enum.Material.SmoothPlastic | |
| 728 | part_31.Size = Vector3.new(17, 0.4, 11) | |
| 729 | part_31.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 730 | part_31.CFrame = CFrame.new(53.843, 1.602, -151.154)* CFrame.Angles(-0.01320565212518, 1.5676319599152, 0.013349411077797) | |
| 731 | part_31.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 732 | part_31.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 733 | part_31.BrickColor = BrickColor.new("Black")
| |
| 734 | part_31.Friction = 0.3 | |
| 735 | part_31.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 736 | ||
| 737 | part_32 = Instance.new("Part", mcar)
| |
| 738 | part_32.FormFactor = Enum.FormFactor.Plate | |
| 739 | part_32.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 740 | part_32.TopSurface = Enum.SurfaceType.Smooth | |
| 741 | part_32.Reflectance = 0.3 | |
| 742 | part_32.Material = Enum.Material.SmoothPlastic | |
| 743 | part_32.Size = Vector3.new(1, 0.8, 2) | |
| 744 | part_32.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 745 | part_32.CFrame = CFrame.new(52.149, 3.605, -164.551)* CFrame.Angles(-1.5707964897156, -2.2760454854165e-008, -1.570796251297) | |
| 746 | part_32.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 747 | part_32.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 748 | part_32.Friction = 0.3 | |
| 749 | part_32.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 750 | ||
| 751 | mesh_23 = Instance.new("SpecialMesh", part_32)
| |
| 752 | mesh_23.Scale = Vector3.new(0.118, 0.235, 1.059) | |
| 753 | mesh_23.MeshType = Enum.MeshType.Brick | |
| 754 | ||
| 755 | part_33 = Instance.new("Part", mcar)
| |
| 756 | part_33.FormFactor = Enum.FormFactor.Plate | |
| 757 | part_33.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 758 | part_33.TopSurface = Enum.SurfaceType.Smooth | |
| 759 | part_33.Reflectance = 0.3 | |
| 760 | part_33.Material = Enum.Material.SmoothPlastic | |
| 761 | part_33.Size = Vector3.new(1, 0.4, 2) | |
| 762 | part_33.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 763 | part_33.CFrame = CFrame.new(48.349, 2.605, -163.656)* CFrame.Angles(3.141592502594, 6.5192580223083e-009, 0.00021353382908273) | |
| 764 | part_33.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 765 | part_33.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 766 | part_33.Friction = 0.3 | |
| 767 | part_33.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 768 | ||
| 769 | mesh_24 = Instance.new("SpecialMesh", part_33)
| |
| 770 | mesh_24.Scale = Vector3.new(0.4, 0.4, 0.4) | |
| 771 | mesh_24.MeshId = "http://www.roblox.com/asset/?id=12221344" | |
| 772 | mesh_24.MeshType = Enum.MeshType.FileMesh | |
| 773 | ||
| 774 | part_34 = Instance.new("Part", mcar)
| |
| 775 | part_34.FormFactor = Enum.FormFactor.Plate | |
| 776 | part_34.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 777 | part_34.TopSurface = Enum.SurfaceType.Smooth | |
| 778 | part_34.Reflectance = 0.3 | |
| 779 | part_34.Material = Enum.Material.SmoothPlastic | |
| 780 | part_34.Size = Vector3.new(1, 0.4, 7.213) | |
| 781 | part_34.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 782 | part_34.CFrame = CFrame.new(48.743, 4.501, -160.25)* CFrame.Angles(0.00034509919350967, 2.6231919036945e-006, -9.5047390402669e-008) | |
| 783 | part_34.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 784 | part_34.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 785 | part_34.BrickColor = BrickColor.new("Grey")
| |
| 786 | part_34.Friction = 0.3 | |
| 787 | part_34.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 788 | ||
| 789 | part_35 = Instance.new("Part", mcar)
| |
| 790 | part_35.FormFactor = Enum.FormFactor.Plate | |
| 791 | part_35.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 792 | part_35.TopSurface = Enum.SurfaceType.Smooth | |
| 793 | part_35.Reflectance = 0.3 | |
| 794 | part_35.Material = Enum.Material.SmoothPlastic | |
| 795 | part_35.Size = Vector3.new(1, 0.4, 1) | |
| 796 | part_35.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 797 | part_35.CFrame = CFrame.new(51.749, 4.005, -164.351)* CFrame.Angles(0.10810941457748, -1.5676697492599, 0.098645381629467) | |
| 798 | part_35.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 799 | part_35.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 800 | part_35.BrickColor = BrickColor.new("Grey")
| |
| 801 | part_35.Friction = 0.3 | |
| 802 | part_35.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 803 | ||
| 804 | part_36 = Instance.new("Part", mcar)
| |
| 805 | part_36.FormFactor = Enum.FormFactor.Plate | |
| 806 | part_36.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 807 | part_36.TopSurface = Enum.SurfaceType.Smooth | |
| 808 | part_36.Reflectance = 0.3 | |
| 809 | part_36.Material = Enum.Material.SmoothPlastic | |
| 810 | part_36.Size = Vector3.new(1, 0.8, 2) | |
| 811 | part_36.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 812 | part_36.CFrame = CFrame.new(50.949, 3.605, -164.551)* CFrame.Angles(-1.5707963705063, -4.5537831283582e-008, -1.5707963705063) | |
| 813 | part_36.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 814 | part_36.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 815 | part_36.Friction = 0.3 | |
| 816 | part_36.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 817 | ||
| 818 | mesh_25 = Instance.new("SpecialMesh", part_36)
| |
| 819 | mesh_25.Scale = Vector3.new(0.118, 0.235, 1.059) | |
| 820 | mesh_25.MeshType = Enum.MeshType.Brick | |
| 821 | ||
| 822 | part_37 = Instance.new("Part", mcar)
| |
| 823 | part_37.FormFactor = Enum.FormFactor.Plate | |
| 824 | part_37.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 825 | part_37.TopSurface = Enum.SurfaceType.Smooth | |
| 826 | part_37.Material = Enum.Material.SmoothPlastic | |
| 827 | part_37.Size = Vector3.new(4, 0.8, 1) | |
| 828 | part_37.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 829 | part_37.CFrame = CFrame.new(48.848, 3.804, -160.655)* CFrame.Angles(0.24889132380486, 1.5676889419556, -0.24860671162605) | |
| 830 | part_37.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 831 | part_37.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 832 | part_37.BrickColor = bodycolor | |
| 833 | part_37.Friction = 0.3 | |
| 834 | part_37.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 835 | ||
| 836 | part_38 = Instance.new("Part", mcar)
| |
| 837 | part_38.FormFactor = Enum.FormFactor.Plate | |
| 838 | part_38.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 839 | part_38.TopSurface = Enum.SurfaceType.Smooth | |
| 840 | part_38.Reflectance = 0.3 | |
| 841 | part_38.Material = Enum.Material.SmoothPlastic | |
| 842 | part_38.Size = Vector3.new(1, 0.8, 2) | |
| 843 | part_38.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 844 | part_38.CFrame = CFrame.new(53.349, 3.605, -164.551)* CFrame.Angles(-1.5707964897156, 2.3386369321088e-006, -1.5707963705063) | |
| 845 | part_38.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 846 | part_38.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 847 | part_38.Friction = 0.3 | |
| 848 | part_38.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 849 | ||
| 850 | mesh_26 = Instance.new("SpecialMesh", part_38)
| |
| 851 | mesh_26.Scale = Vector3.new(0.118, 0.235, 1.059) | |
| 852 | mesh_26.MeshType = Enum.MeshType.Brick | |
| 853 | ||
| 854 | part_39 = Instance.new("Part", mcar)
| |
| 855 | part_39.FormFactor = Enum.FormFactor.Plate | |
| 856 | part_39.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 857 | part_39.TopSurface = Enum.SurfaceType.Smooth | |
| 858 | part_39.Material = Enum.Material.SmoothPlastic | |
| 859 | part_39.Size = Vector3.new(3, 0.4, 9) | |
| 860 | part_39.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 861 | part_39.CFrame = CFrame.new(53.847, 1.604, -161.154)* CFrame.Angles(-0.01320565212518, 1.5676319599152, 0.013349411077797) | |
| 862 | part_39.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 863 | part_39.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 864 | part_39.BrickColor = BrickColor.new("Black")
| |
| 865 | part_39.Friction = 0.3 | |
| 866 | part_39.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 867 | ||
| 868 | part_40 = Instance.new("Part", mcar)
| |
| 869 | part_40.FormFactor = Enum.FormFactor.Plate | |
| 870 | part_40.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 871 | part_40.TopSurface = Enum.SurfaceType.Smooth | |
| 872 | part_40.Reflectance = 0.3 | |
| 873 | part_40.Material = Enum.Material.SmoothPlastic | |
| 874 | part_40.Size = Vector3.new(1, 0.8, 2) | |
| 875 | part_40.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 876 | part_40.CFrame = CFrame.new(52.549, 3.605, -164.551)* CFrame.Angles(-1.5707963705063, -4.5537831283582e-008, -1.5707963705063) | |
| 877 | part_40.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 878 | part_40.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 879 | part_40.Friction = 0.3 | |
| 880 | part_40.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 881 | ||
| 882 | mesh_27 = Instance.new("SpecialMesh", part_40)
| |
| 883 | mesh_27.Scale = Vector3.new(0.118, 0.235, 1.059) | |
| 884 | mesh_27.MeshType = Enum.MeshType.Brick | |
| 885 | ||
| 886 | engine = Instance.new("Part", mcar)
| |
| 887 | engine.FormFactor = Enum.FormFactor.Plate | |
| 888 | engine.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 889 | engine.TopSurface = Enum.SurfaceType.Smooth | |
| 890 | engine.Material = Enum.Material.SmoothPlastic | |
| 891 | engine.Size = Vector3.new(8, 0.8, 9) | |
| 892 | engine.Name = "engine" | |
| 893 | engine.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 894 | engine.CFrame = CFrame.new(53.848, 5.005, -160.551)* CFrame.Angles(-1.1832162272185e-007, 1.5707963705063, 0) | |
| 895 | engine.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 896 | engine.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 897 | engine.BrickColor = BrickColor.new("Institutional white")
| |
| 898 | engine.Friction = 0.3 | |
| 899 | engine.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 900 | ||
| 901 | window1 = Instance.new("Part", mcar)
| |
| 902 | window1.FormFactor = Enum.FormFactor.Plate | |
| 903 | window1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 904 | window1.Transparency = 0.5 | |
| 905 | window1.TopSurface = Enum.SurfaceType.Smooth | |
| 906 | window1.Reflectance = 0.5 | |
| 907 | window1.Material = Enum.Material.SmoothPlastic | |
| 908 | window1.Size = Vector3.new(3, 2, 1) | |
| 909 | window1.Name = "window1" | |
| 910 | window1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 911 | window1.CFrame = CFrame.new(58.847, 6.405, -145.052)* CFrame.Angles(-3.996683517471e-008, 1.5707963705063, 0) | |
| 912 | window1.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 913 | window1.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 914 | window1.BrickColor = BrickColor.new("Really black")
| |
| 915 | window1.Friction = 0.3 | |
| 916 | window1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 917 | ||
| 918 | part_41 = Instance.new("Part", mcar)
| |
| 919 | part_41.FormFactor = Enum.FormFactor.Plate | |
| 920 | part_41.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 921 | part_41.TopSurface = Enum.SurfaceType.Smooth | |
| 922 | part_41.Material = Enum.Material.SmoothPlastic | |
| 923 | part_41.Size = Vector3.new(2, 0.4, 11) | |
| 924 | part_41.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 925 | part_41.CFrame = CFrame.new(53.848, 1.605, -163.654)* CFrame.Angles(-0.01320565212518, 1.5676319599152, 0.013349411077797) | |
| 926 | part_41.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 927 | part_41.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 928 | part_41.BrickColor = BrickColor.new("Black")
| |
| 929 | part_41.Friction = 0.3 | |
| 930 | part_41.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 931 | ||
| 932 | part_42 = Instance.new("Part", mcar)
| |
| 933 | part_42.FormFactor = Enum.FormFactor.Plate | |
| 934 | part_42.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 935 | part_42.TopSurface = Enum.SurfaceType.Smooth | |
| 936 | part_42.Reflectance = 0.3 | |
| 937 | part_42.Material = Enum.Material.SmoothPlastic | |
| 938 | part_42.Size = Vector3.new(1, 0.8, 9) | |
| 939 | part_42.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 940 | part_42.CFrame = CFrame.new(53.849, 3.705, -164.551)* CFrame.Angles(3.0269060134888, 1.5676319599152, 0.46275079250336) | |
| 941 | part_42.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 942 | part_42.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 943 | part_42.Friction = 0.3 | |
| 944 | part_42.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 945 | ||
| 946 | mesh_28 = Instance.new("SpecialMesh", part_42)
| |
| 947 | mesh_28.Scale = Vector3.new(0.118, 0.235, 1.059) | |
| 948 | mesh_28.MeshType = Enum.MeshType.Brick | |
| 949 | ||
| 950 | part_43 = Instance.new("Part", mcar)
| |
| 951 | part_43.FormFactor = Enum.FormFactor.Plate | |
| 952 | part_43.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 953 | part_43.Transparency = 0.5 | |
| 954 | part_43.TopSurface = Enum.SurfaceType.Smooth | |
| 955 | part_43.Reflectance = 0.5 | |
| 956 | part_43.Material = Enum.Material.SmoothPlastic | |
| 957 | part_43.Size = Vector3.new(11, 2.4, 1) | |
| 958 | part_43.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 959 | part_43.CFrame = CFrame.new(53.848, 6.605, -157.052)* CFrame.Angles(-3.7612418964272e-005, -1.0413320524094e-005, -6.5191630937989e-007) | |
| 960 | part_43.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 961 | part_43.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 962 | part_43.BrickColor = BrickColor.new("White")
| |
| 963 | part_43.Friction = 0.3 | |
| 964 | part_43.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 965 | ||
| 966 | mesh_29 = Instance.new("SpecialMesh", part_43)
| |
| 967 | mesh_29.MeshType = Enum.MeshType.Wedge | |
| 968 | ||
| 969 | part_44 = Instance.new("Part", mcar)
| |
| 970 | part_44.FormFactor = Enum.FormFactor.Plate | |
| 971 | part_44.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 972 | part_44.TopSurface = Enum.SurfaceType.Smooth | |
| 973 | part_44.Material = Enum.Material.SmoothPlastic | |
| 974 | part_44.Size = Vector3.new(1, 3.6, 2) | |
| 975 | part_44.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 976 | part_44.CFrame = CFrame.new(58.842, 3.602, -150.653)* CFrame.Angles(3.141592502594, -2.2057429305278e-007, 3.1415927410126) | |
| 977 | part_44.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 978 | part_44.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 979 | part_44.BrickColor = bodycolor | |
| 980 | part_44.Friction = 0.3 | |
| 981 | part_44.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 982 | ||
| 983 | part_45 = Instance.new("Part", mcar)
| |
| 984 | part_45.FormFactor = Enum.FormFactor.Plate | |
| 985 | part_45.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 986 | part_45.TopSurface = Enum.SurfaceType.Smooth | |
| 987 | part_45.Reflectance = 0.3 | |
| 988 | part_45.Material = Enum.Material.SmoothPlastic | |
| 989 | part_45.Size = Vector3.new(1, 0.4, 1) | |
| 990 | part_45.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 991 | part_45.CFrame = CFrame.new(56.049, 4.005, -164.351)* CFrame.Angles(1.5648994445801, -1.5676697492599, 1.5668820142746) | |
| 992 | part_45.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 993 | part_45.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 994 | part_45.BrickColor = BrickColor.new("Grey")
| |
| 995 | part_45.Friction = 0.3 | |
| 996 | part_45.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 997 | ||
| 998 | part_46 = Instance.new("Part", mcar)
| |
| 999 | part_46.FormFactor = Enum.FormFactor.Plate | |
| 1000 | part_46.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1001 | part_46.TopSurface = Enum.SurfaceType.Smooth | |
| 1002 | part_46.Reflectance = 0.3 | |
| 1003 | part_46.Material = Enum.Material.SmoothPlastic | |
| 1004 | part_46.Size = Vector3.new(1, 0.8, 7) | |
| 1005 | part_46.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1006 | part_46.CFrame = CFrame.new(53.849, 4.605, -164.551)* CFrame.Angles(3.0268504619598, 1.5676507949829, 0.46282681822777) | |
| 1007 | part_46.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1008 | part_46.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1009 | part_46.Friction = 0.3 | |
| 1010 | part_46.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1011 | ||
| 1012 | mesh_30 = Instance.new("SpecialMesh", part_46)
| |
| 1013 | mesh_30.Scale = Vector3.new(0.118, 0.235, 1.059) | |
| 1014 | mesh_30.MeshType = Enum.MeshType.Brick | |
| 1015 | ||
| 1016 | part_47 = Instance.new("Part", mcar)
| |
| 1017 | part_47.FormFactor = Enum.FormFactor.Plate | |
| 1018 | part_47.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1019 | part_47.TopSurface = Enum.SurfaceType.Smooth | |
| 1020 | part_47.Reflectance = 0.3 | |
| 1021 | part_47.Material = Enum.Material.SmoothPlastic | |
| 1022 | part_47.Size = Vector3.new(1, 0.8, 9) | |
| 1023 | part_47.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1024 | part_47.CFrame = CFrame.new(53.849, 4.305, -164.551)* CFrame.Angles(3.0269086360931, 1.5676131248474, 0.46262288093567) | |
| 1025 | part_47.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1026 | part_47.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1027 | part_47.Friction = 0.3 | |
| 1028 | part_47.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1029 | ||
| 1030 | mesh_31 = Instance.new("SpecialMesh", part_47)
| |
| 1031 | mesh_31.Scale = Vector3.new(0.118, 0.235, 1.059) | |
| 1032 | mesh_31.MeshType = Enum.MeshType.Brick | |
| 1033 | ||
| 1034 | part_48 = Instance.new("Part", mcar)
| |
| 1035 | part_48.FormFactor = Enum.FormFactor.Plate | |
| 1036 | part_48.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1037 | part_48.TopSurface = Enum.SurfaceType.Smooth | |
| 1038 | part_48.Material = Enum.Material.SmoothPlastic | |
| 1039 | part_48.Size = Vector3.new(1, 3.6, 2) | |
| 1040 | part_48.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1041 | part_48.CFrame = CFrame.new(48.843, 3.602, -150.656)* CFrame.Angles(3.141592502594, -2.2057429305278e-007, 3.1415927410126) | |
| 1042 | part_48.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1043 | part_48.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1044 | part_48.BrickColor = bodycolor | |
| 1045 | part_48.Friction = 0.3 | |
| 1046 | part_48.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1047 | ||
| 1048 | part_49 = Instance.new("Part", mcar)
| |
| 1049 | part_49.FormFactor = Enum.FormFactor.Plate | |
| 1050 | part_49.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1051 | part_49.TopSurface = Enum.SurfaceType.Smooth | |
| 1052 | part_49.Reflectance = 0.3 | |
| 1053 | part_49.Material = Enum.Material.SmoothPlastic | |
| 1054 | part_49.Size = Vector3.new(1, 0.8, 9) | |
| 1055 | part_49.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1056 | part_49.CFrame = CFrame.new(53.849, 3.105, -164.551)* CFrame.Angles(3.0269060134888, 1.5676319599152, 0.46275079250336) | |
| 1057 | part_49.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1058 | part_49.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1059 | part_49.Friction = 0.3 | |
| 1060 | part_49.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1061 | ||
| 1062 | mesh_32 = Instance.new("SpecialMesh", part_49)
| |
| 1063 | mesh_32.Scale = Vector3.new(0.118, 0.235, 1.059) | |
| 1064 | mesh_32.MeshType = Enum.MeshType.Brick | |
| 1065 | ||
| 1066 | part_50 = Instance.new("Part", mcar)
| |
| 1067 | part_50.FormFactor = Enum.FormFactor.Plate | |
| 1068 | part_50.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1069 | part_50.TopSurface = Enum.SurfaceType.Smooth | |
| 1070 | part_50.Material = Enum.Material.SmoothPlastic | |
| 1071 | part_50.Size = Vector3.new(9, 1.6, 1) | |
| 1072 | part_50.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1073 | part_50.CFrame = CFrame.new(53.848, 3.304, -164.051)* CFrame.Angles(-1.9568877007714e-007, 8.7458829511888e-008, 0.00012352189514786) | |
| 1074 | part_50.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1075 | part_50.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1076 | part_50.BrickColor = BrickColor.new("Black")
| |
| 1077 | part_50.Friction = 0.3 | |
| 1078 | part_50.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1079 | ||
| 1080 | part_51 = Instance.new("Part", mcar)
| |
| 1081 | part_51.FormFactor = Enum.FormFactor.Plate | |
| 1082 | part_51.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1083 | part_51.TopSurface = Enum.SurfaceType.Smooth | |
| 1084 | part_51.Material = Enum.Material.SmoothPlastic | |
| 1085 | part_51.Size = Vector3.new(2, 3.2, 11) | |
| 1086 | part_51.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1087 | part_51.CFrame = CFrame.new(53.844, 3.403, -157.652)* CFrame.Angles(0.24924144148827, 1.5676697492599, -0.24892921745777) | |
| 1088 | part_51.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1089 | part_51.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1090 | part_51.BrickColor = bodycolor | |
| 1091 | part_51.Friction = 0.3 | |
| 1092 | part_51.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1093 | ||
| 1094 | part_52 = Instance.new("Part", mcar)
| |
| 1095 | part_52.FormFactor = Enum.FormFactor.Plate | |
| 1096 | part_52.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1097 | part_52.TopSurface = Enum.SurfaceType.Smooth | |
| 1098 | part_52.Material = Enum.Material.SmoothPlastic | |
| 1099 | part_52.Size = Vector3.new(7, 1.6, 1) | |
| 1100 | part_52.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1101 | part_52.CFrame = CFrame.new(53.848, 3.904, -164.051)* CFrame.Angles(-1.9568877007714e-007, 8.7458829511888e-008, 0.00012352189514786) | |
| 1102 | part_52.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1103 | part_52.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1104 | part_52.BrickColor = BrickColor.new("Black")
| |
| 1105 | part_52.Friction = 0.3 | |
| 1106 | part_52.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1107 | ||
| 1108 | part_53 = Instance.new("Part", mcar)
| |
| 1109 | part_53.FormFactor = Enum.FormFactor.Plate | |
| 1110 | part_53.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1111 | part_53.TopSurface = Enum.SurfaceType.Smooth | |
| 1112 | part_53.Reflectance = 0.3 | |
| 1113 | part_53.Material = Enum.Material.SmoothPlastic | |
| 1114 | part_53.Size = Vector3.new(1, 0.8, 2) | |
| 1115 | part_53.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1116 | part_53.CFrame = CFrame.new(54.549, 3.605, -164.551)* CFrame.Angles(1.5707961320877, 7.7331606007647e-008, -1.5707963705063) | |
| 1117 | part_53.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1118 | part_53.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1119 | part_53.Friction = 0.3 | |
| 1120 | part_53.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1121 | ||
| 1122 | mesh_33 = Instance.new("SpecialMesh", part_53)
| |
| 1123 | mesh_33.Scale = Vector3.new(0.118, 0.235, 1.059) | |
| 1124 | mesh_33.MeshType = Enum.MeshType.Brick | |
| 1125 | ||
| 1126 | part_54 = Instance.new("Part", mcar)
| |
| 1127 | part_54.FormFactor = Enum.FormFactor.Plate | |
| 1128 | part_54.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1129 | part_54.TopSurface = Enum.SurfaceType.Smooth | |
| 1130 | part_54.Reflectance = 0.3 | |
| 1131 | part_54.Material = Enum.Material.SmoothPlastic | |
| 1132 | part_54.Size = Vector3.new(1, 0.8, 9) | |
| 1133 | part_54.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1134 | part_54.CFrame = CFrame.new(53.849, 4.005, -164.551)* CFrame.Angles(3.0269083976746, 1.5676131248474, 0.46262234449387) | |
| 1135 | part_54.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1136 | part_54.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1137 | part_54.Friction = 0.3 | |
| 1138 | part_54.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1139 | ||
| 1140 | mesh_34 = Instance.new("SpecialMesh", part_54)
| |
| 1141 | mesh_34.Scale = Vector3.new(0.118, 0.235, 1.059) | |
| 1142 | mesh_34.MeshType = Enum.MeshType.Brick | |
| 1143 | ||
| 1144 | part_55 = Instance.new("Part", mcar)
| |
| 1145 | part_55.FormFactor = Enum.FormFactor.Plate | |
| 1146 | part_55.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1147 | part_55.TopSurface = Enum.SurfaceType.Smooth | |
| 1148 | part_55.Reflectance = 0.3 | |
| 1149 | part_55.Material = Enum.Material.SmoothPlastic | |
| 1150 | part_55.Size = Vector3.new(1, 0.8, 2) | |
| 1151 | part_55.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1152 | part_55.CFrame = CFrame.new(54.149, 3.605, -164.551)* CFrame.Angles(1.5707961320877, 7.7331606007647e-008, -1.5707963705063) | |
| 1153 | part_55.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1154 | part_55.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1155 | part_55.Friction = 0.3 | |
| 1156 | part_55.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1157 | ||
| 1158 | mesh_35 = Instance.new("SpecialMesh", part_55)
| |
| 1159 | mesh_35.Scale = Vector3.new(0.118, 0.235, 1.059) | |
| 1160 | mesh_35.MeshType = Enum.MeshType.Brick | |
| 1161 | ||
| 1162 | part_56 = Instance.new("Part", mcar)
| |
| 1163 | part_56.FormFactor = Enum.FormFactor.Plate | |
| 1164 | part_56.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1165 | part_56.TopSurface = Enum.SurfaceType.Smooth | |
| 1166 | part_56.Material = Enum.Material.SmoothPlastic | |
| 1167 | part_56.Size = Vector3.new(1, 3.6, 1) | |
| 1168 | part_56.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1169 | part_56.CFrame = CFrame.new(48.839, 3.601, -144.157)* CFrame.Angles(-0.0056147389113903, -1.5676697492599, -0.623783826828) | |
| 1170 | part_56.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1171 | part_56.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1172 | part_56.BrickColor = bodycolor | |
| 1173 | part_56.Friction = 0.3 | |
| 1174 | part_56.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1175 | ||
| 1176 | part_57 = Instance.new("Part", mcar)
| |
| 1177 | part_57.FormFactor = Enum.FormFactor.Plate | |
| 1178 | part_57.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1179 | part_57.TopSurface = Enum.SurfaceType.Smooth | |
| 1180 | part_57.Material = Enum.Material.SmoothPlastic | |
| 1181 | part_57.Size = Vector3.new(2, 0.4, 1) | |
| 1182 | part_57.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1183 | part_57.CFrame = CFrame.new(58.844, 5.203, -157.653)* CFrame.Angles(0.26357743144035, 1.5676697492599, -0.26282879710197) | |
| 1184 | part_57.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1185 | part_57.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1186 | part_57.BrickColor = bodycolor | |
| 1187 | part_57.Friction = 0.3 | |
| 1188 | part_57.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1189 | ||
| 1190 | part_58 = Instance.new("Part", mcar)
| |
| 1191 | part_58.FormFactor = Enum.FormFactor.Plate | |
| 1192 | part_58.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1193 | part_58.TopSurface = Enum.SurfaceType.Smooth | |
| 1194 | part_58.Reflectance = 0.3 | |
| 1195 | part_58.Material = Enum.Material.SmoothPlastic | |
| 1196 | part_58.Size = Vector3.new(1, 0.8, 9) | |
| 1197 | part_58.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1198 | part_58.CFrame = CFrame.new(53.849, 3.405, -164.551)* CFrame.Angles(3.0269060134888, 1.5676319599152, 0.46275079250336) | |
| 1199 | part_58.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1200 | part_58.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1201 | part_58.Friction = 0.3 | |
| 1202 | part_58.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1203 | ||
| 1204 | mesh_36 = Instance.new("SpecialMesh", part_58)
| |
| 1205 | mesh_36.Scale = Vector3.new(0.118, 0.235, 1.059) | |
| 1206 | mesh_36.MeshType = Enum.MeshType.Brick | |
| 1207 | ||
| 1208 | part_59 = Instance.new("Part", mcar)
| |
| 1209 | part_59.FormFactor = Enum.FormFactor.Plate | |
| 1210 | part_59.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1211 | part_59.TopSurface = Enum.SurfaceType.Smooth | |
| 1212 | part_59.Reflectance = 0.3 | |
| 1213 | part_59.Material = Enum.Material.SmoothPlastic | |
| 1214 | part_59.Size = Vector3.new(1, 0.8, 2) | |
| 1215 | part_59.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1216 | part_59.CFrame = CFrame.new(55.349, 3.605, -164.551)* CFrame.Angles(1.570796251297, -4.1874045564327e-008, -1.570796251297) | |
| 1217 | part_59.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1218 | part_59.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1219 | part_59.Friction = 0.3 | |
| 1220 | part_59.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1221 | ||
| 1222 | mesh_37 = Instance.new("SpecialMesh", part_59)
| |
| 1223 | mesh_37.Scale = Vector3.new(0.118, 0.235, 1.059) | |
| 1224 | mesh_37.MeshType = Enum.MeshType.Brick | |
| 1225 | ||
| 1226 | thing1 = Instance.new("Part", mcar)
| |
| 1227 | thing1.FormFactor = Enum.FormFactor.Plate | |
| 1228 | thing1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1229 | thing1.TopSurface = Enum.SurfaceType.Smooth | |
| 1230 | thing1.Material = Enum.Material.SmoothPlastic | |
| 1231 | thing1.Size = Vector3.new(3.926, 3.599, 1) | |
| 1232 | thing1.Name = "thing1" | |
| 1233 | thing1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1234 | thing1.CFrame = CFrame.new(48.839, 3.604, -145.62)* CFrame.Angles(-0.0056147389113903, -1.5676697492599, 0) | |
| 1235 | thing1.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1236 | thing1.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1237 | thing1.BrickColor = bodycolor | |
| 1238 | thing1.Friction = 0.3 | |
| 1239 | thing1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1240 | ||
| 1241 | thing2 = Instance.new("Part", mcar)
| |
| 1242 | thing2.FormFactor = Enum.FormFactor.Plate | |
| 1243 | thing2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1244 | thing2.TopSurface = Enum.SurfaceType.Smooth | |
| 1245 | thing2.Material = Enum.Material.SmoothPlastic | |
| 1246 | thing2.Size = Vector3.new(3.926, 3.599, 1) | |
| 1247 | thing2.Name = "thing2" | |
| 1248 | thing2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1249 | thing2.CFrame = CFrame.new(58.839, 3.604, -145.62)* CFrame.Angles(-0.0056147389113903, -1.5676697492599, 0) | |
| 1250 | thing2.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1251 | thing2.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1252 | thing2.BrickColor = bodycolor | |
| 1253 | thing2.Friction = 0.3 | |
| 1254 | thing2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1255 | ||
| 1256 | part_60 = Instance.new("Part", mcar)
| |
| 1257 | part_60.FormFactor = Enum.FormFactor.Plate | |
| 1258 | part_60.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1259 | part_60.TopSurface = Enum.SurfaceType.Smooth | |
| 1260 | part_60.Reflectance = 0.3 | |
| 1261 | part_60.Material = Enum.Material.SmoothPlastic | |
| 1262 | part_60.Size = Vector3.new(1, 0.8, 2) | |
| 1263 | part_60.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1264 | part_60.CFrame = CFrame.new(55.749, 3.605, -164.551)* CFrame.Angles(1.570796251297, -4.1874045564327e-008, -1.570796251297) | |
| 1265 | part_60.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1266 | part_60.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1267 | part_60.Friction = 0.3 | |
| 1268 | part_60.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1269 | ||
| 1270 | mesh_38 = Instance.new("SpecialMesh", part_60)
| |
| 1271 | mesh_38.Scale = Vector3.new(0.118, 0.235, 1.059) | |
| 1272 | mesh_38.MeshType = Enum.MeshType.Brick | |
| 1273 | ||
| 1274 | window2 = Instance.new("Part", mcar)
| |
| 1275 | window2.FormFactor = Enum.FormFactor.Plate | |
| 1276 | window2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1277 | window2.Transparency = 0.5 | |
| 1278 | window2.TopSurface = Enum.SurfaceType.Smooth | |
| 1279 | window2.Reflectance = 0.5 | |
| 1280 | window2.Material = Enum.Material.SmoothPlastic | |
| 1281 | window2.Size = Vector3.new(3, 2, 1) | |
| 1282 | window2.Name = "window2" | |
| 1283 | window2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1284 | window2.CFrame = CFrame.new(48.847, 6.405, -145.052)* CFrame.Angles(-3.996683517471e-008, 1.5707963705063, 0) | |
| 1285 | window2.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1286 | window2.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1287 | window2.BrickColor = BrickColor.new("Institutional white")
| |
| 1288 | window2.Friction = 0.3 | |
| 1289 | window2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1290 | ||
| 1291 | part_61 = Instance.new("Part", mcar)
| |
| 1292 | part_61.FormFactor = Enum.FormFactor.Plate | |
| 1293 | part_61.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1294 | part_61.TopSurface = Enum.SurfaceType.Smooth | |
| 1295 | part_61.Reflectance = 0.3 | |
| 1296 | part_61.Material = Enum.Material.SmoothPlastic | |
| 1297 | part_61.Size = Vector3.new(1, 0.4, 2) | |
| 1298 | part_61.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1299 | part_61.CFrame = CFrame.new(54.749, 3.705, -164.351)* CFrame.Angles(1.571993470192, -1.2216417789459, 1.5719218254089) | |
| 1300 | part_61.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1301 | part_61.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1302 | part_61.Friction = 0.3 | |
| 1303 | part_61.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1304 | ||
| 1305 | part_62 = Instance.new("Part", mcar)
| |
| 1306 | part_62.FormFactor = Enum.FormFactor.Plate | |
| 1307 | part_62.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1308 | part_62.TopSurface = Enum.SurfaceType.Smooth | |
| 1309 | part_62.Reflectance = 0.3 | |
| 1310 | part_62.Material = Enum.Material.SmoothPlastic | |
| 1311 | part_62.Size = Vector3.new(1, 0.8, 2) | |
| 1312 | part_62.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1313 | part_62.CFrame = CFrame.new(56.149, 3.605, -164.551)* CFrame.Angles(1.5707961320877, -1.6015852452256e-005, -1.5707964897156) | |
| 1314 | part_62.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1315 | part_62.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1316 | part_62.Friction = 0.3 | |
| 1317 | part_62.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1318 | ||
| 1319 | mesh_39 = Instance.new("SpecialMesh", part_62)
| |
| 1320 | mesh_39.Scale = Vector3.new(0.118, 0.235, 1.059) | |
| 1321 | mesh_39.MeshType = Enum.MeshType.Brick | |
| 1322 | ||
| 1323 | window4 = Instance.new("Part", mcar)
| |
| 1324 | window4.FormFactor = Enum.FormFactor.Plate | |
| 1325 | window4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1326 | window4.Transparency = 0.5 | |
| 1327 | window4.TopSurface = Enum.SurfaceType.Smooth | |
| 1328 | window4.Reflectance = 0.5 | |
| 1329 | window4.Material = Enum.Material.SmoothPlastic | |
| 1330 | window4.Size = Vector3.new(3, 2, 1) | |
| 1331 | window4.Name = "window4" | |
| 1332 | window4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1333 | window4.CFrame = CFrame.new(48.847, 6.405, -149.052)* CFrame.Angles(-3.996683517471e-008, 1.5707963705063, 0) | |
| 1334 | window4.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1335 | window4.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1336 | window4.BrickColor = BrickColor.new("Institutional white")
| |
| 1337 | window4.Friction = 0.3 | |
| 1338 | window4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1339 | ||
| 1340 | part_63 = Instance.new("Part", mcar)
| |
| 1341 | part_63.FormFactor = Enum.FormFactor.Plate | |
| 1342 | part_63.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1343 | part_63.TopSurface = Enum.SurfaceType.Smooth | |
| 1344 | part_63.Reflectance = 0.3 | |
| 1345 | part_63.Material = Enum.Material.SmoothPlastic | |
| 1346 | part_63.Size = Vector3.new(1, 0.8, 2) | |
| 1347 | part_63.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1348 | part_63.CFrame = CFrame.new(58.149, 3.605, -164.551)* CFrame.Angles(1.5707964897156, 7.7331151260296e-008, -1.5707963705063) | |
| 1349 | part_63.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1350 | part_63.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1351 | part_63.Friction = 0.3 | |
| 1352 | part_63.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1353 | ||
| 1354 | mesh_40 = Instance.new("SpecialMesh", part_63)
| |
| 1355 | mesh_40.Scale = Vector3.new(0.118, 0.235, 1.059) | |
| 1356 | mesh_40.MeshType = Enum.MeshType.Brick | |
| 1357 | ||
| 1358 | part_64 = Instance.new("Part", mcar)
| |
| 1359 | part_64.FormFactor = Enum.FormFactor.Plate | |
| 1360 | part_64.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1361 | part_64.TopSurface = Enum.SurfaceType.Smooth | |
| 1362 | part_64.Reflectance = 0.3 | |
| 1363 | part_64.Material = Enum.Material.SmoothPlastic | |
| 1364 | part_64.Size = Vector3.new(1, 0.4, 1) | |
| 1365 | part_64.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1366 | part_64.CFrame = CFrame.new(55.248, 4.804, -164.352)* CFrame.Angles(0.19220323860645, 1.5676319599152, -1.7630617618561) | |
| 1367 | part_64.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1368 | part_64.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1369 | part_64.Friction = 0.3 | |
| 1370 | part_64.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1371 | ||
| 1372 | mesh_41 = Instance.new("SpecialMesh", part_64)
| |
| 1373 | mesh_41.Scale = Vector3.new(0.6, 0.6, 1) | |
| 1374 | mesh_41.MeshId = "http://www.roblox.com/asset/?id=12221344" | |
| 1375 | mesh_41.MeshType = Enum.MeshType.FileMesh | |
| 1376 | ||
| 1377 | part_65 = Instance.new("Part", mcar)
| |
| 1378 | part_65.FormFactor = Enum.FormFactor.Plate | |
| 1379 | part_65.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1380 | part_65.TopSurface = Enum.SurfaceType.Smooth | |
| 1381 | part_65.Reflectance = 0.3 | |
| 1382 | part_65.Material = Enum.Material.SmoothPlastic | |
| 1383 | part_65.Size = Vector3.new(1, 0.8, 2) | |
| 1384 | part_65.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1385 | part_65.CFrame = CFrame.new(54.949, 3.605, -164.551)* CFrame.Angles(1.5707961320877, 7.7331606007647e-008, -1.5707963705063) | |
| 1386 | part_65.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1387 | part_65.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1388 | part_65.Friction = 0.3 | |
| 1389 | part_65.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1390 | ||
| 1391 | mesh_42 = Instance.new("SpecialMesh", part_65)
| |
| 1392 | mesh_42.Scale = Vector3.new(0.118, 0.235, 1.059) | |
| 1393 | mesh_42.MeshType = Enum.MeshType.Brick | |
| 1394 | ||
| 1395 | part_66 = Instance.new("Part", mcar)
| |
| 1396 | part_66.FormFactor = Enum.FormFactor.Plate | |
| 1397 | part_66.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1398 | part_66.TopSurface = Enum.SurfaceType.Smooth | |
| 1399 | part_66.Material = Enum.Material.SmoothPlastic | |
| 1400 | part_66.Size = Vector3.new(2, 0.8, 2) | |
| 1401 | part_66.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1402 | part_66.CFrame = CFrame.new(57.448, 3.704, -164.151)* CFrame.Angles(1.570796251297, 0.0001225274609169, -2.0668458944328e-007) | |
| 1403 | part_66.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1404 | part_66.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1405 | part_66.BrickColor = BrickColor.new("Black")
| |
| 1406 | part_66.Friction = 0.3 | |
| 1407 | part_66.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1408 | ||
| 1409 | mesh_43 = Instance.new("CylinderMesh", part_66)
| |
| 1410 | ||
| 1411 | part_67 = Instance.new("Part", mcar)
| |
| 1412 | part_67.FormFactor = Enum.FormFactor.Plate | |
| 1413 | part_67.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1414 | part_67.TopSurface = Enum.SurfaceType.Smooth | |
| 1415 | part_67.Reflectance = 0.3 | |
| 1416 | part_67.Material = Enum.Material.SmoothPlastic | |
| 1417 | part_67.Size = Vector3.new(1, 0.8, 2) | |
| 1418 | part_67.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1419 | part_67.CFrame = CFrame.new(57.349, 3.605, -164.551)* CFrame.Angles(1.5707961320877, -1.6015852452256e-005, -1.5707964897156) | |
| 1420 | part_67.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1421 | part_67.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1422 | part_67.Friction = 0.3 | |
| 1423 | part_67.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1424 | ||
| 1425 | mesh_44 = Instance.new("SpecialMesh", part_67)
| |
| 1426 | mesh_44.Scale = Vector3.new(0.118, 0.235, 1.059) | |
| 1427 | mesh_44.MeshType = Enum.MeshType.Brick | |
| 1428 | ||
| 1429 | part_68 = Instance.new("Part", mcar)
| |
| 1430 | part_68.FormFactor = Enum.FormFactor.Symmetric | |
| 1431 | part_68.CanCollide = false | |
| 1432 | part_68.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1433 | part_68.TopSurface = Enum.SurfaceType.Smooth | |
| 1434 | part_68.Reflectance = 0.3 | |
| 1435 | part_68.Material = Enum.Material.SmoothPlastic | |
| 1436 | part_68.Size = Vector3.new(1, 1, 1) | |
| 1437 | part_68.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1438 | part_68.CFrame = CFrame.new(57.248, 3.204, -164.351)* CFrame.Angles(-1.9569604603475e-007, 8.7457920017187e-008, 2.5507410100545e-005) | |
| 1439 | part_68.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1440 | part_68.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1441 | part_68.Friction = 0.3 | |
| 1442 | part_68.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1443 | ||
| 1444 | mesh_45 = Instance.new("SpecialMesh", part_68)
| |
| 1445 | mesh_45.Scale = Vector3.new(3, 3, 2) | |
| 1446 | mesh_45.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
| 1447 | mesh_45.MeshType = Enum.MeshType.FileMesh | |
| 1448 | ||
| 1449 | vivrus_2 = Instance.new("VelocityMotor", part_68)
| |
| 1450 | vivrus_2.Name = "ViVRuS" | |
| 1451 | ||
| 1452 | part_69 = Instance.new("Part", mcar)
| |
| 1453 | part_69.FormFactor = Enum.FormFactor.Plate | |
| 1454 | part_69.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1455 | part_69.TopSurface = Enum.SurfaceType.Smooth | |
| 1456 | part_69.Material = Enum.Material.SmoothPlastic | |
| 1457 | part_69.Size = Vector3.new(4, 0.8, 1) | |
| 1458 | part_69.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1459 | part_69.CFrame = CFrame.new(58.846, 3.804, -160.651)* CFrame.Angles(0.24888914823532, 1.5676507949829, -0.24861106276512) | |
| 1460 | part_69.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1461 | part_69.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1462 | part_69.BrickColor = bodycolor | |
| 1463 | part_69.Friction = 0.3 | |
| 1464 | part_69.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1465 | ||
| 1466 | part_70 = Instance.new("Part", mcar)
| |
| 1467 | part_70.FormFactor = Enum.FormFactor.Plate | |
| 1468 | part_70.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1469 | part_70.TopSurface = Enum.SurfaceType.Smooth | |
| 1470 | part_70.Reflectance = 0.3 | |
| 1471 | part_70.Material = Enum.Material.SmoothPlastic | |
| 1472 | part_70.Size = Vector3.new(1, 2, 3) | |
| 1473 | part_70.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1474 | part_70.CFrame = CFrame.new(48.743, 3.2, -145.756)* CFrame.Angles(-1.5708900690079, 2.4369448510697e-005, 6.0501456573547e-006) | |
| 1475 | part_70.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1476 | part_70.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1477 | part_70.Friction = 0.3 | |
| 1478 | part_70.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1479 | ||
| 1480 | mesh_46 = Instance.new("SpecialMesh", part_70)
| |
| 1481 | mesh_46.MeshType = Enum.MeshType.Wedge | |
| 1482 | ||
| 1483 | part_71 = Instance.new("Part", mcar)
| |
| 1484 | part_71.FormFactor = Enum.FormFactor.Plate | |
| 1485 | part_71.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1486 | part_71.TopSurface = Enum.SurfaceType.Smooth | |
| 1487 | part_71.Reflectance = 0.3 | |
| 1488 | part_71.Material = Enum.Material.SmoothPlastic | |
| 1489 | part_71.Size = Vector3.new(1, 0.4, 7) | |
| 1490 | part_71.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1491 | part_71.CFrame = CFrame.new(48.838, 3.199, -140.156)* CFrame.Angles(5.872533620277e-006, -0.00045022714766674, -0.00019739411072806) | |
| 1492 | part_71.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1493 | part_71.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1494 | part_71.BrickColor = BrickColor.new("Grey")
| |
| 1495 | part_71.Friction = 0.3 | |
| 1496 | part_71.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1497 | ||
| 1498 | part_72 = Instance.new("Part", mcar)
| |
| 1499 | part_72.FormFactor = Enum.FormFactor.Plate | |
| 1500 | part_72.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1501 | part_72.TopSurface = Enum.SurfaceType.Smooth | |
| 1502 | part_72.Reflectance = 0.3 | |
| 1503 | part_72.Material = Enum.Material.SmoothPlastic | |
| 1504 | part_72.Size = Vector3.new(1, 1.2, 1) | |
| 1505 | part_72.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1506 | part_72.CFrame = CFrame.new(48.839, 2.401, -143.156)* CFrame.Angles(5.872533620277e-006, -0.00045022714766674, -0.00019739411072806) | |
| 1507 | part_72.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1508 | part_72.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1509 | part_72.BrickColor = BrickColor.new("Grey")
| |
| 1510 | part_72.Friction = 0.3 | |
| 1511 | part_72.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1512 | ||
| 1513 | part_73 = Instance.new("Part", mcar)
| |
| 1514 | part_73.FormFactor = Enum.FormFactor.Plate | |
| 1515 | part_73.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1516 | part_73.TopSurface = Enum.SurfaceType.Smooth | |
| 1517 | part_73.Reflectance = 0.3 | |
| 1518 | part_73.Material = Enum.Material.SmoothPlastic | |
| 1519 | part_73.Size = Vector3.new(1, 0.8, 2) | |
| 1520 | part_73.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1521 | part_73.CFrame = CFrame.new(56.549, 3.605, -164.551)* CFrame.Angles(1.5707961320877, -1.6015852452256e-005, -1.5707964897156) | |
| 1522 | part_73.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1523 | part_73.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1524 | part_73.Friction = 0.3 | |
| 1525 | part_73.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1526 | ||
| 1527 | mesh_47 = Instance.new("SpecialMesh", part_73)
| |
| 1528 | mesh_47.Scale = Vector3.new(0.118, 0.235, 1.059) | |
| 1529 | mesh_47.MeshType = Enum.MeshType.Brick | |
| 1530 | ||
| 1531 | part_74 = Instance.new("Part", mcar)
| |
| 1532 | part_74.FormFactor = Enum.FormFactor.Plate | |
| 1533 | part_74.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1534 | part_74.TopSurface = Enum.SurfaceType.Smooth | |
| 1535 | part_74.Reflectance = 0.3 | |
| 1536 | part_74.Material = Enum.Material.SmoothPlastic | |
| 1537 | part_74.Size = Vector3.new(1, 0.8, 2) | |
| 1538 | part_74.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1539 | part_74.CFrame = CFrame.new(56.949, 3.605, -164.551)* CFrame.Angles(1.5707961320877, -1.6015852452256e-005, -1.5707964897156) | |
| 1540 | part_74.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1541 | part_74.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1542 | part_74.Friction = 0.3 | |
| 1543 | part_74.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1544 | ||
| 1545 | mesh_48 = Instance.new("SpecialMesh", part_74)
| |
| 1546 | mesh_48.Scale = Vector3.new(0.118, 0.235, 1.059) | |
| 1547 | mesh_48.MeshType = Enum.MeshType.Brick | |
| 1548 | ||
| 1549 | part_75 = Instance.new("Part", mcar)
| |
| 1550 | part_75.FormFactor = Enum.FormFactor.Plate | |
| 1551 | part_75.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1552 | part_75.TopSurface = Enum.SurfaceType.Smooth | |
| 1553 | part_75.Reflectance = 0.3 | |
| 1554 | part_75.Material = Enum.Material.SmoothPlastic | |
| 1555 | part_75.Size = Vector3.new(1, 0.8, 2) | |
| 1556 | part_75.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1557 | part_75.CFrame = CFrame.new(56.949, 3.605, -164.551)* CFrame.Angles(1.5707961320877, 4.9787366151577e-005, -1.5707964897156) | |
| 1558 | part_75.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1559 | part_75.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1560 | part_75.Friction = 0.3 | |
| 1561 | part_75.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1562 | ||
| 1563 | mesh_49 = Instance.new("SpecialMesh", part_75)
| |
| 1564 | mesh_49.Scale = Vector3.new(0.118, 0.235, 1.059) | |
| 1565 | mesh_49.MeshType = Enum.MeshType.Brick | |
| 1566 | ||
| 1567 | part_76 = Instance.new("Part", mcar)
| |
| 1568 | part_76.FormFactor = Enum.FormFactor.Plate | |
| 1569 | part_76.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1570 | part_76.TopSurface = Enum.SurfaceType.Smooth | |
| 1571 | part_76.Material = Enum.Material.SmoothPlastic | |
| 1572 | part_76.Size = Vector3.new(7, 2.8, 9) | |
| 1573 | part_76.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1574 | part_76.CFrame = CFrame.new(53.838, 3.2, -140.154)* CFrame.Angles(-0.013111274689436, 1.5676319599152, 0.013255027122796) | |
| 1575 | part_76.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1576 | part_76.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1577 | part_76.BrickColor = BrickColor.new("Institutional white")
| |
| 1578 | part_76.Friction = 0.3 | |
| 1579 | part_76.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1580 | ||
| 1581 | part_77 = Instance.new("Part", mcar)
| |
| 1582 | part_77.FormFactor = Enum.FormFactor.Plate | |
| 1583 | part_77.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1584 | part_77.TopSurface = Enum.SurfaceType.Smooth | |
| 1585 | part_77.Reflectance = 0.3 | |
| 1586 | part_77.Material = Enum.Material.SmoothPlastic | |
| 1587 | part_77.Size = Vector3.new(1, 2, 3) | |
| 1588 | part_77.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1589 | part_77.CFrame = CFrame.new(58.943, 3.2, -145.756)* CFrame.Angles(-1.5708900690079, 2.4369448510697e-005, 6.0501456573547e-006) | |
| 1590 | part_77.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1591 | part_77.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1592 | part_77.Friction = 0.3 | |
| 1593 | part_77.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1594 | ||
| 1595 | mesh_50 = Instance.new("SpecialMesh", part_77)
| |
| 1596 | mesh_50.MeshType = Enum.MeshType.Wedge | |
| 1597 | ||
| 1598 | part_78 = Instance.new("Part", mcar)
| |
| 1599 | part_78.FormFactor = Enum.FormFactor.Plate | |
| 1600 | part_78.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1601 | part_78.TopSurface = Enum.SurfaceType.Smooth | |
| 1602 | part_78.Material = Enum.Material.SmoothPlastic | |
| 1603 | part_78.Size = Vector3.new(1, 3.6, 5) | |
| 1604 | part_78.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1605 | part_78.CFrame = CFrame.new(58.842, 3.602, -147.152)* CFrame.Angles(3.141592502594, -2.2057520254748e-007, 3.1415927410126) | |
| 1606 | part_78.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1607 | part_78.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1608 | part_78.BrickColor = bodycolor | |
| 1609 | part_78.Friction = 0.3 | |
| 1610 | part_78.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1611 | ||
| 1612 | part_79 = Instance.new("Part", mcar)
| |
| 1613 | part_79.FormFactor = Enum.FormFactor.Plate | |
| 1614 | part_79.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1615 | part_79.TopSurface = Enum.SurfaceType.Smooth | |
| 1616 | part_79.Reflectance = 0.3 | |
| 1617 | part_79.Material = Enum.Material.SmoothPlastic | |
| 1618 | part_79.Size = Vector3.new(1, 0.4, 7.101) | |
| 1619 | part_79.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1620 | part_79.CFrame = CFrame.new(58.943, 4.499, -160.306)* CFrame.Angles(-1.9569604603475e-007, 8.7458829511888e-008, -2.6312985937693e-005) | |
| 1621 | part_79.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1622 | part_79.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1623 | part_79.BrickColor = BrickColor.new("Grey")
| |
| 1624 | part_79.Friction = 0.3 | |
| 1625 | part_79.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1626 | ||
| 1627 | part_80 = Instance.new("Part", mcar)
| |
| 1628 | part_80.FormFactor = Enum.FormFactor.Plate | |
| 1629 | part_80.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1630 | part_80.TopSurface = Enum.SurfaceType.Smooth | |
| 1631 | part_80.Reflectance = 0.3 | |
| 1632 | part_80.Material = Enum.Material.SmoothPlastic | |
| 1633 | part_80.Size = Vector3.new(1, 0.8, 2) | |
| 1634 | part_80.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1635 | part_80.CFrame = CFrame.new(57.749, 3.605, -164.551)* CFrame.Angles(1.5707961320877, -1.6015854271245e-005, -1.5707964897156) | |
| 1636 | part_80.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1637 | part_80.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1638 | part_80.Friction = 0.3 | |
| 1639 | part_80.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1640 | ||
| 1641 | mesh_51 = Instance.new("SpecialMesh", part_80)
| |
| 1642 | mesh_51.Scale = Vector3.new(0.118, 0.235, 1.059) | |
| 1643 | mesh_51.MeshType = Enum.MeshType.Brick | |
| 1644 | ||
| 1645 | part_81 = Instance.new("Part", mcar)
| |
| 1646 | part_81.FormFactor = Enum.FormFactor.Plate | |
| 1647 | part_81.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1648 | part_81.TopSurface = Enum.SurfaceType.Smooth | |
| 1649 | part_81.Material = Enum.Material.SmoothPlastic | |
| 1650 | part_81.Size = Vector3.new(1, 2, 1) | |
| 1651 | part_81.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1652 | part_81.CFrame = CFrame.new(48.847, 6.405, -147.052)* CFrame.Angles(3.141592502594, -1.1626889317995e-007, -3.1415927410126) | |
| 1653 | part_81.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1654 | part_81.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1655 | part_81.BrickColor = bodycolor | |
| 1656 | part_81.Friction = 0.3 | |
| 1657 | part_81.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1658 | ||
| 1659 | part_82 = Instance.new("Part", mcar)
| |
| 1660 | part_82.FormFactor = Enum.FormFactor.Plate | |
| 1661 | part_82.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1662 | part_82.TopSurface = Enum.SurfaceType.Smooth | |
| 1663 | part_82.Material = Enum.Material.SmoothPlastic | |
| 1664 | part_82.Size = Vector3.new(1, 3.6, 5) | |
| 1665 | part_82.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1666 | part_82.CFrame = CFrame.new(48.842, 3.602, -147.156)* CFrame.Angles(3.141592502594, -2.2057520254748e-007, 3.1415927410126) | |
| 1667 | part_82.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1668 | part_82.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1669 | part_82.BrickColor = bodycolor | |
| 1670 | part_82.Friction = 0.3 | |
| 1671 | part_82.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1672 | ||
| 1673 | window3 = Instance.new("Part", mcar)
| |
| 1674 | window3.FormFactor = Enum.FormFactor.Plate | |
| 1675 | window3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1676 | window3.Transparency = 0.5 | |
| 1677 | window3.TopSurface = Enum.SurfaceType.Smooth | |
| 1678 | window3.Reflectance = 0.5 | |
| 1679 | window3.Material = Enum.Material.SmoothPlastic | |
| 1680 | window3.Size = Vector3.new(3, 2, 1) | |
| 1681 | window3.Name = "window3" | |
| 1682 | window3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1683 | window3.CFrame = CFrame.new(58.847, 6.405, -149.052)* CFrame.Angles(-3.996683517471e-008, 1.5707963705063, 0) | |
| 1684 | window3.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1685 | window3.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1686 | window3.BrickColor = BrickColor.new("Really black")
| |
| 1687 | window3.Friction = 0.3 | |
| 1688 | window3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1689 | ||
| 1690 | part_83 = Instance.new("Part", mcar)
| |
| 1691 | part_83.FormFactor = Enum.FormFactor.Plate | |
| 1692 | part_83.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1693 | part_83.TopSurface = Enum.SurfaceType.Smooth | |
| 1694 | part_83.Material = Enum.Material.SmoothPlastic | |
| 1695 | part_83.Size = Vector3.new(3, 0.8, 9) | |
| 1696 | part_83.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1697 | part_83.CFrame = CFrame.new(53.839, 5, -142.154)* CFrame.Angles(-0.013111274689436, 1.5676319599152, 0.013255027122796) | |
| 1698 | part_83.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1699 | part_83.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1700 | part_83.BrickColor = BrickColor.new("Institutional white")
| |
| 1701 | part_83.Friction = 0.3 | |
| 1702 | part_83.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1703 | ||
| 1704 | part_84 = Instance.new("Part", mcar)
| |
| 1705 | part_84.FormFactor = Enum.FormFactor.Plate | |
| 1706 | part_84.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1707 | part_84.TopSurface = Enum.SurfaceType.Smooth | |
| 1708 | part_84.Reflectance = 0.3 | |
| 1709 | part_84.Material = Enum.Material.SmoothPlastic | |
| 1710 | part_84.Size = Vector3.new(1, 0.4, 3) | |
| 1711 | part_84.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1712 | part_84.CFrame = CFrame.new(58.847, 3.204, -161.151)* CFrame.Angles(5.9475742091308e-006, -0.00045032109483145, -0.00019741691357922) | |
| 1713 | part_84.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1714 | part_84.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1715 | part_84.BrickColor = BrickColor.new("Grey")
| |
| 1716 | part_84.Friction = 0.3 | |
| 1717 | part_84.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1718 | ||
| 1719 | part_85 = Instance.new("Part", mcar)
| |
| 1720 | part_85.FormFactor = Enum.FormFactor.Plate | |
| 1721 | part_85.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1722 | part_85.TopSurface = Enum.SurfaceType.Smooth | |
| 1723 | part_85.Material = Enum.Material.SmoothPlastic | |
| 1724 | part_85.Size = Vector3.new(1, 2, 1) | |
| 1725 | part_85.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1726 | part_85.CFrame = CFrame.new(58.847, 6.405, -147.052)* CFrame.Angles(3.141592502594, -1.1626889317995e-007, -3.1415927410126) | |
| 1727 | part_85.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1728 | part_85.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1729 | part_85.BrickColor = bodycolor | |
| 1730 | part_85.Friction = 0.3 | |
| 1731 | part_85.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1732 | ||
| 1733 | part_86 = Instance.new("Part", mcar)
| |
| 1734 | part_86.FormFactor = Enum.FormFactor.Plate | |
| 1735 | part_86.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1736 | part_86.TopSurface = Enum.SurfaceType.Smooth | |
| 1737 | part_86.Reflectance = 0.3 | |
| 1738 | part_86.Material = Enum.Material.SmoothPlastic | |
| 1739 | part_86.Size = Vector3.new(1, 1.6, 1) | |
| 1740 | part_86.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1741 | part_86.CFrame = CFrame.new(58.846, 2.604, -159.151)* CFrame.Angles(5.872533620277e-006, -0.00045022714766674, -0.00019739411072806) | |
| 1742 | part_86.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1743 | part_86.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1744 | part_86.BrickColor = BrickColor.new("Grey")
| |
| 1745 | part_86.Friction = 0.3 | |
| 1746 | part_86.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1747 | ||
| 1748 | part_87 = Instance.new("Part", mcar)
| |
| 1749 | part_87.FormFactor = Enum.FormFactor.Plate | |
| 1750 | part_87.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1751 | part_87.TopSurface = Enum.SurfaceType.Smooth | |
| 1752 | part_87.Material = Enum.Material.SmoothPlastic | |
| 1753 | part_87.Size = Vector3.new(3, 0.4, 11) | |
| 1754 | part_87.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1755 | part_87.CFrame = CFrame.new(53.837, 1.6, -138.154)* CFrame.Angles(-0.013204352930188, 1.5676319599152, 0.013348122127354) | |
| 1756 | part_87.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1757 | part_87.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1758 | part_87.BrickColor = BrickColor.new("Black")
| |
| 1759 | part_87.Friction = 0.3 | |
| 1760 | part_87.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1761 | ||
| 1762 | part_88 = Instance.new("Part", mcar)
| |
| 1763 | part_88.FormFactor = Enum.FormFactor.Plate | |
| 1764 | part_88.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1765 | part_88.TopSurface = Enum.SurfaceType.Smooth | |
| 1766 | part_88.Material = Enum.Material.SmoothPlastic | |
| 1767 | part_88.Size = Vector3.new(3, 0.4, 9) | |
| 1768 | part_88.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1769 | part_88.CFrame = CFrame.new(53.838, 1.6, -141.154)* CFrame.Angles(-0.01320565212518, 1.5676319599152, 0.013349411077797) | |
| 1770 | part_88.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1771 | part_88.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1772 | part_88.BrickColor = BrickColor.new("Black")
| |
| 1773 | part_88.Friction = 0.3 | |
| 1774 | part_88.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1775 | ||
| 1776 | part_89 = Instance.new("Part", mcar)
| |
| 1777 | part_89.FormFactor = Enum.FormFactor.Plate | |
| 1778 | part_89.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1779 | part_89.TopSurface = Enum.SurfaceType.Smooth | |
| 1780 | part_89.Reflectance = 0.3 | |
| 1781 | part_89.Material = Enum.Material.SmoothPlastic | |
| 1782 | part_89.Size = Vector3.new(1, 0.8, 2) | |
| 1783 | part_89.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1784 | part_89.CFrame = CFrame.new(56.949, 4.605, -164.551)* CFrame.Angles(-3.1349754333496, 1.5676697492599, 0.11481241136789) | |
| 1785 | part_89.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1786 | part_89.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1787 | part_89.Friction = 0.3 | |
| 1788 | part_89.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1789 | ||
| 1790 | mesh_52 = Instance.new("SpecialMesh", part_89)
| |
| 1791 | mesh_52.Scale = Vector3.new(0.118, 0.235, 1.059) | |
| 1792 | mesh_52.MeshType = Enum.MeshType.Brick | |
| 1793 | ||
| 1794 | part_90 = Instance.new("Part", mcar)
| |
| 1795 | part_90.FormFactor = Enum.FormFactor.Plate | |
| 1796 | part_90.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1797 | part_90.TopSurface = Enum.SurfaceType.Smooth | |
| 1798 | part_90.Reflectance = 0.3 | |
| 1799 | part_90.Material = Enum.Material.SmoothPlastic | |
| 1800 | part_90.Size = Vector3.new(1, 0.4, 5) | |
| 1801 | part_90.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1802 | part_90.CFrame = CFrame.new(53.836, 4.099, -137.054)* CFrame.Angles(0.013459369540215, 1.5676319599152, -0.013704515993595) | |
| 1803 | part_90.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1804 | part_90.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1805 | part_90.BrickColor = BrickColor.new("Grey")
| |
| 1806 | part_90.Friction = 0.3 | |
| 1807 | part_90.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1808 | ||
| 1809 | part_91 = Instance.new("Part", mcar)
| |
| 1810 | part_91.FormFactor = Enum.FormFactor.Plate | |
| 1811 | part_91.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1812 | part_91.TopSurface = Enum.SurfaceType.Smooth | |
| 1813 | part_91.Reflectance = 0.3 | |
| 1814 | part_91.Material = Enum.Material.SmoothPlastic | |
| 1815 | part_91.Size = Vector3.new(1, 1.2, 1) | |
| 1816 | part_91.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1817 | part_91.CFrame = CFrame.new(58.839, 2.401, -143.152)* CFrame.Angles(5.872533620277e-006, -0.00045022714766674, -0.00019739411072806) | |
| 1818 | part_91.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1819 | part_91.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1820 | part_91.BrickColor = BrickColor.new("Grey")
| |
| 1821 | part_91.Friction = 0.3 | |
| 1822 | part_91.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1823 | ||
| 1824 | part_92 = Instance.new("Part", mcar)
| |
| 1825 | part_92.FormFactor = Enum.FormFactor.Plate | |
| 1826 | part_92.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1827 | part_92.TopSurface = Enum.SurfaceType.Smooth | |
| 1828 | part_92.Reflectance = 0.3 | |
| 1829 | part_92.Material = Enum.Material.SmoothPlastic | |
| 1830 | part_92.Size = Vector3.new(1, 0.4, 7) | |
| 1831 | part_92.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1832 | part_92.CFrame = CFrame.new(58.838, 3.201, -140.152)* CFrame.Angles(5.872533620277e-006, -0.00045022714766674, -0.00019739411072806) | |
| 1833 | part_92.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1834 | part_92.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1835 | part_92.BrickColor = BrickColor.new("Grey")
| |
| 1836 | part_92.Friction = 0.3 | |
| 1837 | part_92.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1838 | ||
| 1839 | part_93 = Instance.new("Part", mcar)
| |
| 1840 | part_93.FormFactor = Enum.FormFactor.Plate | |
| 1841 | part_93.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1842 | part_93.TopSurface = Enum.SurfaceType.Smooth | |
| 1843 | part_93.Material = Enum.Material.SmoothPlastic | |
| 1844 | part_93.Size = Vector3.new(3, 1.2, 1) | |
| 1845 | part_93.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1846 | part_93.CFrame = CFrame.new(48.837, 2.4, -138.156)* CFrame.Angles(-0.013111274689436, 1.5676319599152, 0.013255027122796) | |
| 1847 | part_93.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1848 | part_93.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1849 | part_93.BrickColor = bodycolor | |
| 1850 | part_93.Friction = 0.3 | |
| 1851 | part_93.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1852 | ||
| 1853 | part_94 = Instance.new("Part", mcar)
| |
| 1854 | part_94.FormFactor = Enum.FormFactor.Plate | |
| 1855 | part_94.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1856 | part_94.TopSurface = Enum.SurfaceType.Smooth | |
| 1857 | part_94.Material = Enum.Material.SmoothPlastic | |
| 1858 | part_94.Size = Vector3.new(1, 3.6, 1) | |
| 1859 | part_94.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1860 | part_94.CFrame = CFrame.new(58.84, 3.601, -144.153)* CFrame.Angles(-0.0056147389113903, -1.5676697492599, -0.623783826828) | |
| 1861 | part_94.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1862 | part_94.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1863 | part_94.BrickColor = bodycolor | |
| 1864 | part_94.Friction = 0.3 | |
| 1865 | part_94.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1866 | ||
| 1867 | hood = Instance.new("Part", mcar)
| |
| 1868 | hood.FormFactor = Enum.FormFactor.Plate | |
| 1869 | hood.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1870 | hood.TopSurface = Enum.SurfaceType.Smooth | |
| 1871 | hood.Material = Enum.Material.SmoothPlastic | |
| 1872 | hood.Size = Vector3.new(11, 0.4, 13) | |
| 1873 | hood.Name = "hood" | |
| 1874 | hood.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1875 | hood.CFrame = CFrame.new(53.845, 7.605, -150.05)* CFrame.Angles(-3.1415011882782, 8.0992285802495e-006, -3.1415579319) | |
| 1876 | hood.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1877 | hood.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1878 | hood.BrickColor = BrickColor.new("Institutional white")
| |
| 1879 | hood.Friction = 0.3 | |
| 1880 | hood.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1881 | ||
| 1882 | mesh_53 = Instance.new("SpecialMesh", hood)
| |
| 1883 | mesh_53.MeshType = Enum.MeshType.Wedge | |
| 1884 | ||
| 1885 | part_95 = Instance.new("Part", mcar)
| |
| 1886 | part_95.FormFactor = Enum.FormFactor.Plate | |
| 1887 | part_95.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1888 | part_95.TopSurface = Enum.SurfaceType.Smooth | |
| 1889 | part_95.Material = Enum.Material.SmoothPlastic | |
| 1890 | part_95.Size = Vector3.new(6, 0.8, 1) | |
| 1891 | part_95.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1892 | part_95.CFrame = CFrame.new(58.846, 4.604, -161.651)* CFrame.Angles(0.24889597296715, 1.5676131248474, -0.24860224127769) | |
| 1893 | part_95.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1894 | part_95.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1895 | part_95.BrickColor = bodycolor | |
| 1896 | part_95.Friction = 0.3 | |
| 1897 | part_95.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1898 | ||
| 1899 | part_96 = Instance.new("Part", mcar)
| |
| 1900 | part_96.FormFactor = Enum.FormFactor.Plate | |
| 1901 | part_96.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1902 | part_96.TopSurface = Enum.SurfaceType.Smooth | |
| 1903 | part_96.Reflectance = 0.3 | |
| 1904 | part_96.Material = Enum.Material.SmoothPlastic | |
| 1905 | part_96.Size = Vector3.new(1, 0.4, 2) | |
| 1906 | part_96.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1907 | part_96.CFrame = CFrame.new(59.349, 2.605, -163.656)* CFrame.Angles(3.141592502594, 6.5192580223083e-009, 0.00021353384363465) | |
| 1908 | part_96.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1909 | part_96.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1910 | part_96.Friction = 0.3 | |
| 1911 | part_96.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1912 | ||
| 1913 | mesh_54 = Instance.new("SpecialMesh", part_96)
| |
| 1914 | mesh_54.Scale = Vector3.new(0.4, 0.4, 0.4) | |
| 1915 | mesh_54.MeshId = "http://www.roblox.com/asset/?id=12221344" | |
| 1916 | mesh_54.MeshType = Enum.MeshType.FileMesh | |
| 1917 | ||
| 1918 | part_97 = Instance.new("Part", mcar)
| |
| 1919 | part_97.FormFactor = Enum.FormFactor.Plate | |
| 1920 | part_97.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1921 | part_97.TopSurface = Enum.SurfaceType.Smooth | |
| 1922 | part_97.Material = Enum.Material.SmoothPlastic | |
| 1923 | part_97.Size = Vector3.new(1, 6.8, 1) | |
| 1924 | part_97.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1925 | part_97.CFrame = CFrame.new(58.848, 5.105, -161.651)* CFrame.Angles(1.570796251297, -4.1880948487005e-008, 6.500397553566e-009) | |
| 1926 | part_97.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1927 | part_97.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1928 | part_97.BrickColor = bodycolor | |
| 1929 | part_97.Friction = 0.3 | |
| 1930 | part_97.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1931 | ||
| 1932 | mesh_55 = Instance.new("CylinderMesh", part_97)
| |
| 1933 | ||
| 1934 | rearbumper = Instance.new("Part", mcar)
| |
| 1935 | rearbumper.FormFactor = Enum.FormFactor.Plate | |
| 1936 | rearbumper.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1937 | rearbumper.TopSurface = Enum.SurfaceType.Smooth | |
| 1938 | rearbumper.Reflectance = 0.3 | |
| 1939 | rearbumper.Material = Enum.Material.SmoothPlastic | |
| 1940 | rearbumper.Size = Vector3.new(1, 0.4, 11) | |
| 1941 | rearbumper.Name = "rearbumper" | |
| 1942 | rearbumper.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1943 | rearbumper.CFrame = CFrame.new(53.836, 1.899, -136.452)* CFrame.Angles(3.0826721191406, 1.5676697492599, 1.64488697052) | |
| 1944 | rearbumper.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1945 | rearbumper.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1946 | rearbumper.Friction = 0.3 | |
| 1947 | rearbumper.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1948 | ||
| 1949 | trunk = Instance.new("Part", mcar)
| |
| 1950 | trunk.FormFactor = Enum.FormFactor.Plate | |
| 1951 | trunk.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1952 | trunk.TopSurface = Enum.SurfaceType.Smooth | |
| 1953 | trunk.Material = Enum.Material.SmoothPlastic | |
| 1954 | trunk.Size = Vector3.new(9, 0.8, 4) | |
| 1955 | trunk.Name = "trunk" | |
| 1956 | trunk.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1957 | trunk.CFrame = CFrame.new(53.838, 5, -138.653)* CFrame.Angles(-3.1415860652924, 6.1592681959155e-006, 3.1415603160858) | |
| 1958 | trunk.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1959 | trunk.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1960 | trunk.BrickColor = BrickColor.new("Institutional white")
| |
| 1961 | trunk.Friction = 0.3 | |
| 1962 | trunk.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1963 | ||
| 1964 | mesh_56 = Instance.new("SpecialMesh", trunk)
| |
| 1965 | mesh_56.MeshType = Enum.MeshType.Wedge | |
| 1966 | ||
| 1967 | frontlight1 = Instance.new("Part", mcar)
| |
| 1968 | frontlight1.FormFactor = Enum.FormFactor.Plate | |
| 1969 | frontlight1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1970 | frontlight1.Transparency = 0.2 | |
| 1971 | frontlight1.TopSurface = Enum.SurfaceType.Smooth | |
| 1972 | frontlight1.Material = Enum.Material.SmoothPlastic | |
| 1973 | frontlight1.Size = Vector3.new(1, 0.4, 1) | |
| 1974 | frontlight1.Name = "frontlight1" | |
| 1975 | frontlight1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1976 | frontlight1.CFrame = CFrame.new(58.848, 5.105, -165.252)* CFrame.Angles(-1.5708878040314, 6.310259050224e-005, 3.141140460968) | |
| 1977 | frontlight1.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1978 | frontlight1.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1979 | frontlight1.BrickColor = BrickColor.new("Mid gray")
| |
| 1980 | frontlight1.Friction = 0.3 | |
| 1981 | frontlight1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1982 | ||
| 1983 | mesh_57 = Instance.new("CylinderMesh", frontlight1)
| |
| 1984 | ||
| 1985 | headlight_2 = Instance.new("SpotLight", frontlight1)
| |
| 1986 | headlight_2.Enabled = false | |
| 1987 | headlight_2.Face = Enum.NormalId.Left | |
| 1988 | headlight_2.Range = 15 | |
| 1989 | headlight_2.Name = "headlight" | |
| 1990 | headlight_2.Angle = 180 | |
| 1991 | headlight_2.Brightness = 20 | |
| 1992 | ||
| 1993 | part_98 = Instance.new("Part", mcar)
| |
| 1994 | part_98.FormFactor = Enum.FormFactor.Plate | |
| 1995 | part_98.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1996 | part_98.TopSurface = Enum.SurfaceType.Smooth | |
| 1997 | part_98.Reflectance = 0.3 | |
| 1998 | part_98.Material = Enum.Material.SmoothPlastic | |
| 1999 | part_98.Size = Vector3.new(1, 1.2, 1) | |
| 2000 | part_98.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2001 | part_98.CFrame = CFrame.new(48.836, 1.799, -136.352)* CFrame.Angles(-1.9569604603475e-007, 1.7488127923571e-007, 3.141526222229) | |
| 2002 | part_98.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2003 | part_98.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2004 | part_98.Friction = 0.3 | |
| 2005 | part_98.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2006 | ||
| 2007 | mesh_58 = Instance.new("CylinderMesh", part_98)
| |
| 2008 | ||
| 2009 | part_99 = Instance.new("Part", mcar)
| |
| 2010 | part_99.FormFactor = Enum.FormFactor.Plate | |
| 2011 | part_99.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2012 | part_99.TopSurface = Enum.SurfaceType.Smooth | |
| 2013 | part_99.Reflectance = 0.3 | |
| 2014 | part_99.Material = Enum.Material.SmoothPlastic | |
| 2015 | part_99.Size = Vector3.new(2, 1.2, 1) | |
| 2016 | part_99.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2017 | part_99.CFrame = CFrame.new(58.848, 3.205, -163.651)* CFrame.Angles(3.1281673908234, -1.567594408989, 3.1280233860016) | |
| 2018 | part_99.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2019 | part_99.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2020 | part_99.BrickColor = BrickColor.new("Grey")
| |
| 2021 | part_99.Friction = 0.3 | |
| 2022 | part_99.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2023 | ||
| 2024 | frontlight3 = Instance.new("Part", mcar)
| |
| 2025 | frontlight3.FormFactor = Enum.FormFactor.Plate | |
| 2026 | frontlight3.CanCollide = false | |
| 2027 | frontlight3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2028 | frontlight3.Transparency = 0.2 | |
| 2029 | frontlight3.TopSurface = Enum.SurfaceType.Smooth | |
| 2030 | frontlight3.Material = Enum.Material.SmoothPlastic | |
| 2031 | frontlight3.Size = Vector3.new(1, 0.4, 1) | |
| 2032 | frontlight3.Name = "frontlight3" | |
| 2033 | frontlight3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2034 | frontlight3.CFrame = CFrame.new(58.849, 3.105, -164.851)* CFrame.Angles(-3.0908482074738, -1.5676131248474, -1.5200179815292) | |
| 2035 | frontlight3.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2036 | frontlight3.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2037 | frontlight3.BrickColor = BrickColor.new("Bright orange")
| |
| 2038 | frontlight3.Friction = 0.3 | |
| 2039 | frontlight3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2040 | ||
| 2041 | mesh_59 = Instance.new("CylinderMesh", frontlight3)
| |
| 2042 | mesh_59.Offset = Vector3.new(0, -0.3, 0) | |
| 2043 | mesh_59.Scale = Vector3.new(0.6, 1, 0.6) | |
| 2044 | ||
| 2045 | regularlight_2 = Instance.new("SpotLight", frontlight3)
| |
| 2046 | regularlight_2.Enabled = false | |
| 2047 | regularlight_2.Color = Color3.new(1, 0.333333, 0) | |
| 2048 | regularlight_2.Face = Enum.NormalId.Right | |
| 2049 | regularlight_2.Range = 10 | |
| 2050 | regularlight_2.Name = "regularlight" | |
| 2051 | regularlight_2.Angle = 180 | |
| 2052 | regularlight_2.Brightness = 20 | |
| 2053 | ||
| 2054 | part_100 = Instance.new("Part", mcar)
| |
| 2055 | part_100.FormFactor = Enum.FormFactor.Plate | |
| 2056 | part_100.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2057 | part_100.TopSurface = Enum.SurfaceType.Smooth | |
| 2058 | part_100.Reflectance = 0.3 | |
| 2059 | part_100.Material = Enum.Material.SmoothPlastic | |
| 2060 | part_100.Size = Vector3.new(1, 0.4, 2) | |
| 2061 | part_100.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2062 | part_100.CFrame = CFrame.new(59.349, 3.405, -163.656)* CFrame.Angles(3.141592502594, 6.5192580223083e-009, 0.00021353384363465) | |
| 2063 | part_100.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2064 | part_100.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2065 | part_100.Friction = 0.3 | |
| 2066 | part_100.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2067 | ||
| 2068 | mesh_60 = Instance.new("SpecialMesh", part_100)
| |
| 2069 | mesh_60.Scale = Vector3.new(0.4, 0.4, 0.4) | |
| 2070 | mesh_60.MeshId = "http://www.roblox.com/asset/?id=12221344" | |
| 2071 | mesh_60.MeshType = Enum.MeshType.FileMesh | |
| 2072 | ||
| 2073 | part_101 = Instance.new("Part", mcar)
| |
| 2074 | part_101.FormFactor = Enum.FormFactor.Plate | |
| 2075 | part_101.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2076 | part_101.TopSurface = Enum.SurfaceType.Smooth | |
| 2077 | part_101.Material = Enum.Material.SmoothPlastic | |
| 2078 | part_101.Size = Vector3.new(7, 2, 1) | |
| 2079 | part_101.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2080 | part_101.CFrame = CFrame.new(48.84, 4.4, -140.156)* CFrame.Angles(0.24961392581463, 1.5653810501099, -0.24859754741192) | |
| 2081 | part_101.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2082 | part_101.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2083 | part_101.BrickColor = bodycolor | |
| 2084 | part_101.Friction = 0.3 | |
| 2085 | part_101.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2086 | ||
| 2087 | part_102 = Instance.new("Part", mcar)
| |
| 2088 | part_102.FormFactor = Enum.FormFactor.Plate | |
| 2089 | part_102.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2090 | part_102.TopSurface = Enum.SurfaceType.Smooth | |
| 2091 | part_102.Material = Enum.Material.SmoothPlastic | |
| 2092 | part_102.Size = Vector3.new(1, 0.4, 6) | |
| 2093 | part_102.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2094 | part_102.CFrame = CFrame.new(48.84, 5.6, -138.856)* CFrame.Angles(-1.9568149411953e-007, 8.7458829511888e-008, 1.1233827535762e-005) | |
| 2095 | part_102.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2096 | part_102.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2097 | part_102.BrickColor = bodycolor | |
| 2098 | part_102.Friction = 0.3 | |
| 2099 | part_102.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2100 | ||
| 2101 | mesh_61 = Instance.new("SpecialMesh", part_102)
| |
| 2102 | mesh_61.MeshType = Enum.MeshType.Wedge | |
| 2103 | ||
| 2104 | part_103 = Instance.new("Part", mcar)
| |
| 2105 | part_103.FormFactor = Enum.FormFactor.Plate | |
| 2106 | part_103.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2107 | part_103.TopSurface = Enum.SurfaceType.Smooth | |
| 2108 | part_103.Reflectance = 0.3 | |
| 2109 | part_103.Material = Enum.Material.SmoothPlastic | |
| 2110 | part_103.Size = Vector3.new(2, 0.4, 1) | |
| 2111 | part_103.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2112 | part_103.CFrame = CFrame.new(58.848, 4.005, -163.651)* CFrame.Angles(3.1281673908234, -1.567594408989, 3.1280233860016) | |
| 2113 | part_103.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2114 | part_103.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2115 | part_103.BrickColor = BrickColor.new("Grey")
| |
| 2116 | part_103.Friction = 0.3 | |
| 2117 | part_103.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2118 | ||
| 2119 | part_104 = Instance.new("Part", mcar)
| |
| 2120 | part_104.FormFactor = Enum.FormFactor.Plate | |
| 2121 | part_104.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2122 | part_104.TopSurface = Enum.SurfaceType.Smooth | |
| 2123 | part_104.Reflectance = 0.3 | |
| 2124 | part_104.Material = Enum.Material.SmoothPlastic | |
| 2125 | part_104.Size = Vector3.new(1, 0.4, 8) | |
| 2126 | part_104.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2127 | part_104.CFrame = CFrame.new(48.741, 4.7, -140.756)* CFrame.Angles(4.4527910176839e-006, -0.00034513813443482, -0.00020811511785723) | |
| 2128 | part_104.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2129 | part_104.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2130 | part_104.BrickColor = BrickColor.new("Grey")
| |
| 2131 | part_104.Friction = 0.3 | |
| 2132 | part_104.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2133 | ||
| 2134 | part_105 = Instance.new("Part", mcar)
| |
| 2135 | part_105.FormFactor = Enum.FormFactor.Plate | |
| 2136 | part_105.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2137 | part_105.TopSurface = Enum.SurfaceType.Smooth | |
| 2138 | part_105.Reflectance = 0.3 | |
| 2139 | part_105.Material = Enum.Material.SmoothPlastic | |
| 2140 | part_105.Size = Vector3.new(1, 0.4, 2) | |
| 2141 | part_105.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2142 | part_105.CFrame = CFrame.new(59.349, 3.005, -163.656)* CFrame.Angles(3.141592502594, 6.4901541918516e-009, 0.00021353385818657) | |
| 2143 | part_105.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2144 | part_105.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2145 | part_105.Friction = 0.3 | |
| 2146 | part_105.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2147 | ||
| 2148 | mesh_62 = Instance.new("SpecialMesh", part_105)
| |
| 2149 | mesh_62.Scale = Vector3.new(0.4, 0.4, 0.4) | |
| 2150 | mesh_62.MeshId = "http://www.roblox.com/asset/?id=12221344" | |
| 2151 | mesh_62.MeshType = Enum.MeshType.FileMesh | |
| 2152 | ||
| 2153 | part_106 = Instance.new("Part", mcar)
| |
| 2154 | part_106.FormFactor = Enum.FormFactor.Plate | |
| 2155 | part_106.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2156 | part_106.TopSurface = Enum.SurfaceType.Smooth | |
| 2157 | part_106.Reflectance = 0.3 | |
| 2158 | part_106.Material = Enum.Material.SmoothPlastic | |
| 2159 | part_106.Size = Vector3.new(1, 1.2, 1) | |
| 2160 | part_106.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2161 | part_106.CFrame = CFrame.new(58.836, 1.799, -136.352)* CFrame.Angles(-1.9569604603475e-007, 1.74880369741e-007, 3.1415884494781) | |
| 2162 | part_106.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2163 | part_106.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2164 | part_106.Friction = 0.3 | |
| 2165 | part_106.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2166 | ||
| 2167 | mesh_63 = Instance.new("CylinderMesh", part_106)
| |
| 2168 | ||
| 2169 | backlight1 = Instance.new("Part", mcar)
| |
| 2170 | backlight1.FormFactor = Enum.FormFactor.Plate | |
| 2171 | backlight1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2172 | backlight1.Transparency = 0.2 | |
| 2173 | backlight1.TopSurface = Enum.SurfaceType.Smooth | |
| 2174 | backlight1.Material = Enum.Material.SmoothPlastic | |
| 2175 | backlight1.Size = Vector3.new(1, 0.8, 2) | |
| 2176 | backlight1.Name = "backlight1" | |
| 2177 | backlight1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2178 | backlight1.CFrame = CFrame.new(58.838, 4.4, -136.252)* CFrame.Angles(-1.5707968473434, -1.1254653145443e-005, -3.141592502594) | |
| 2179 | backlight1.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2180 | backlight1.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2181 | backlight1.BrickColor = BrickColor.new("Bright red")
| |
| 2182 | backlight1.Friction = 0.3 | |
| 2183 | backlight1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2184 | ||
| 2185 | mesh_64 = Instance.new("SpecialMesh", backlight1)
| |
| 2186 | mesh_64.MeshType = Enum.MeshType.Wedge | |
| 2187 | ||
| 2188 | rearlight = Instance.new("SpotLight", backlight1)
| |
| 2189 | rearlight.Enabled = false | |
| 2190 | rearlight.Color = Color3.new(1, 0, 0) | |
| 2191 | rearlight.Face = Enum.NormalId.Back | |
| 2192 | rearlight.Range = 10 | |
| 2193 | rearlight.Name = "rearlight" | |
| 2194 | rearlight.Angle = 180 | |
| 2195 | rearlight.Brightness = 20 | |
| 2196 | ||
| 2197 | part_107 = Instance.new("Part", mcar)
| |
| 2198 | part_107.FormFactor = Enum.FormFactor.Plate | |
| 2199 | part_107.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2200 | part_107.Transparency = 0.5 | |
| 2201 | part_107.TopSurface = Enum.SurfaceType.Smooth | |
| 2202 | part_107.Reflectance = 0.5 | |
| 2203 | part_107.Material = Enum.Material.SmoothPlastic | |
| 2204 | part_107.Size = Vector3.new(11, 2, 1) | |
| 2205 | part_107.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2206 | part_107.CFrame = CFrame.new(53.847, 6.406, -143.051)* CFrame.Angles(3.1415436267853, -0.00021385250147432, -3.1415457725525) | |
| 2207 | part_107.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2208 | part_107.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2209 | part_107.BrickColor = BrickColor.new("White")
| |
| 2210 | part_107.Friction = 0.3 | |
| 2211 | part_107.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2212 | ||
| 2213 | mesh_65 = Instance.new("SpecialMesh", part_107)
| |
| 2214 | mesh_65.MeshType = Enum.MeshType.Wedge | |
| 2215 | ||
| 2216 | part_108 = Instance.new("Part", mcar)
| |
| 2217 | part_108.FormFactor = Enum.FormFactor.Plate | |
| 2218 | part_108.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2219 | part_108.TopSurface = Enum.SurfaceType.Smooth | |
| 2220 | part_108.Material = Enum.Material.SmoothPlastic | |
| 2221 | part_108.Size = Vector3.new(7, 2, 1) | |
| 2222 | part_108.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2223 | part_108.CFrame = CFrame.new(58.837, 4.4, -140.152)* CFrame.Angles(0.24961392581463, 1.5653810501099, -0.24859754741192) | |
| 2224 | part_108.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2225 | part_108.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2226 | part_108.BrickColor = bodycolor | |
| 2227 | part_108.Friction = 0.3 | |
| 2228 | part_108.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2229 | ||
| 2230 | part_109 = Instance.new("Part", mcar)
| |
| 2231 | part_109.FormFactor = Enum.FormFactor.Plate | |
| 2232 | part_109.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2233 | part_109.TopSurface = Enum.SurfaceType.Smooth | |
| 2234 | part_109.Material = Enum.Material.SmoothPlastic | |
| 2235 | part_109.Size = Vector3.new(1, 0.4, 6) | |
| 2236 | part_109.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2237 | part_109.CFrame = CFrame.new(58.84, 5.6, -138.852)* CFrame.Angles(-0.0031524042133242, -0.0030616919975728, 0.01267381105572) | |
| 2238 | part_109.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2239 | part_109.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2240 | part_109.BrickColor = bodycolor | |
| 2241 | part_109.Friction = 0.3 | |
| 2242 | part_109.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2243 | ||
| 2244 | mesh_66 = Instance.new("SpecialMesh", part_109)
| |
| 2245 | mesh_66.MeshType = Enum.MeshType.Wedge | |
| 2246 | ||
| 2247 | part_110 = Instance.new("Part", mcar)
| |
| 2248 | part_110.FormFactor = Enum.FormFactor.Plate | |
| 2249 | part_110.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2250 | part_110.TopSurface = Enum.SurfaceType.Smooth | |
| 2251 | part_110.Reflectance = 0.3 | |
| 2252 | part_110.Material = Enum.Material.SmoothPlastic | |
| 2253 | part_110.Size = Vector3.new(1, 0.4, 1) | |
| 2254 | part_110.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2255 | part_110.CFrame = CFrame.new(48.836, 2.899, -136.452)* CFrame.Angles(1.5707026720047, -2.4369450329687e-005, -6.0501420193759e-006) | |
| 2256 | part_110.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2257 | part_110.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2258 | part_110.Friction = 0.3 | |
| 2259 | part_110.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2260 | ||
| 2261 | mesh_67 = Instance.new("SpecialMesh", part_110)
| |
| 2262 | mesh_67.MeshType = Enum.MeshType.Wedge | |
| 2263 | ||
| 2264 | backlight2 = Instance.new("Part", mcar)
| |
| 2265 | backlight2.FormFactor = Enum.FormFactor.Plate | |
| 2266 | backlight2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2267 | backlight2.Transparency = 0.2 | |
| 2268 | backlight2.TopSurface = Enum.SurfaceType.Smooth | |
| 2269 | backlight2.Material = Enum.Material.SmoothPlastic | |
| 2270 | backlight2.Size = Vector3.new(1, 0.8, 2) | |
| 2271 | backlight2.Name = "backlight2" | |
| 2272 | backlight2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2273 | backlight2.CFrame = CFrame.new(48.84, 4.4, -136.256)* CFrame.Angles(-1.5707968473434, -1.1254653145443e-005, -3.141592502594) | |
| 2274 | backlight2.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2275 | backlight2.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2276 | backlight2.BrickColor = BrickColor.new("Bright red")
| |
| 2277 | backlight2.Friction = 0.3 | |
| 2278 | backlight2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2279 | ||
| 2280 | mesh_68 = Instance.new("SpecialMesh", backlight2)
| |
| 2281 | mesh_68.MeshType = Enum.MeshType.Wedge | |
| 2282 | ||
| 2283 | rearlight_2 = Instance.new("SpotLight", backlight2)
| |
| 2284 | rearlight_2.Enabled = false | |
| 2285 | rearlight_2.Color = Color3.new(1, 0, 0) | |
| 2286 | rearlight_2.Face = Enum.NormalId.Back | |
| 2287 | rearlight_2.Range = 10 | |
| 2288 | rearlight_2.Name = "rearlight" | |
| 2289 | rearlight_2.Angle = 180 | |
| 2290 | rearlight_2.Brightness = 20 | |
| 2291 | ||
| 2292 | part_111 = Instance.new("Part", mcar)
| |
| 2293 | part_111.FormFactor = Enum.FormFactor.Plate | |
| 2294 | part_111.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2295 | part_111.TopSurface = Enum.SurfaceType.Smooth | |
| 2296 | part_111.Reflectance = 0.3 | |
| 2297 | part_111.Material = Enum.Material.SmoothPlastic | |
| 2298 | part_111.Size = Vector3.new(1, 0.4, 8) | |
| 2299 | part_111.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2300 | part_111.CFrame = CFrame.new(58.941, 4.6, -140.757)* CFrame.Angles(4.4527910176839e-006, -0.00034513813443482, -0.00020811511785723) | |
| 2301 | part_111.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2302 | part_111.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2303 | part_111.BrickColor = BrickColor.new("Grey")
| |
| 2304 | part_111.Friction = 0.3 | |
| 2305 | part_111.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2306 | ||
| 2307 | part_112 = Instance.new("Part", mcar)
| |
| 2308 | part_112.FormFactor = Enum.FormFactor.Plate | |
| 2309 | part_112.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2310 | part_112.TopSurface = Enum.SurfaceType.Smooth | |
| 2311 | part_112.Reflectance = 0.3 | |
| 2312 | part_112.Material = Enum.Material.SmoothPlastic | |
| 2313 | part_112.Size = Vector3.new(1, 0.4, 1) | |
| 2314 | part_112.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2315 | part_112.CFrame = CFrame.new(58.836, 2.899, -136.452)* CFrame.Angles(1.5707026720047, -2.4369450329687e-005, -6.0501420193759e-006) | |
| 2316 | part_112.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2317 | part_112.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2318 | part_112.Friction = 0.3 | |
| 2319 | part_112.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2320 | ||
| 2321 | mesh_69 = Instance.new("SpecialMesh", part_112)
| |
| 2322 | mesh_69.MeshType = Enum.MeshType.Wedge | |
| 2323 | ||
| 2324 | part_113 = Instance.new("Part", mcar)
| |
| 2325 | part_113.FormFactor = Enum.FormFactor.Plate | |
| 2326 | part_113.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2327 | part_113.TopSurface = Enum.SurfaceType.Smooth | |
| 2328 | part_113.Material = Enum.Material.SmoothPlastic | |
| 2329 | part_113.Size = Vector3.new(3, 1.2, 1) | |
| 2330 | part_113.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2331 | part_113.CFrame = CFrame.new(58.838, 2.4, -138.152)* CFrame.Angles(0.24924147129059, 1.5676697492599, -0.24892929196358) | |
| 2332 | part_113.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2333 | part_113.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2334 | part_113.BrickColor = bodycolor | |
| 2335 | part_113.Friction = 0.3 | |
| 2336 | part_113.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2337 | ||
| 2338 | frontaxlepos = Instance.new("Part", mcar)
| |
| 2339 | frontaxlepos.FormFactor = Enum.FormFactor.Custom | |
| 2340 | frontaxlepos.CanCollide = false | |
| 2341 | frontaxlepos.Elasticity = 0 | |
| 2342 | frontaxlepos.Transparency = 1 | |
| 2343 | frontaxlepos.TopSurface = Enum.SurfaceType.Smooth | |
| 2344 | frontaxlepos.Size = Vector3.new(1.8, 11, 0.2) | |
| 2345 | frontaxlepos.Name = "frontaxlepos" | |
| 2346 | frontaxlepos.CFrame = CFrame.new(53.8, 1.705, -161.2)* CFrame.Angles(0, 0, 1.5707963705063) | |
| 2347 | frontaxlepos.Friction = 0.3 | |
| 2348 | frontaxlepos.BottomSurface = Enum.SurfaceType.Smooth | |
| 2349 | ||
| 2350 | mesh_70 = Instance.new("CylinderMesh", frontaxlepos)
| |
| 2351 | ||
| 2352 | part_114 = Instance.new("Part", mcar)
| |
| 2353 | part_114.FormFactor = Enum.FormFactor.Plate | |
| 2354 | part_114.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2355 | part_114.TopSurface = Enum.SurfaceType.Smooth | |
| 2356 | part_114.Reflectance = 0.3 | |
| 2357 | part_114.Material = Enum.Material.SmoothPlastic | |
| 2358 | part_114.Size = Vector3.new(1, 0.4, 7.213) | |
| 2359 | part_114.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2360 | part_114.CFrame = CFrame.new(48.743, 4.506, -148.05)* CFrame.Angles(0.00034509919350967, 2.6231919036945e-006, -9.5047390402669e-008) | |
| 2361 | part_114.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2362 | part_114.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2363 | part_114.BrickColor = BrickColor.new("Grey")
| |
| 2364 | part_114.Friction = 0.3 | |
| 2365 | part_114.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2366 | ||
| 2367 | door2 = Instance.new("Model", mcar)
| |
| 2368 | door2.Name = "Door2" | |
| 2369 | ||
| 2370 | part_115 = Instance.new("Part", door2)
| |
| 2371 | part_115.FormFactor = Enum.FormFactor.Plate | |
| 2372 | part_115.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2373 | part_115.TopSurface = Enum.SurfaceType.Smooth | |
| 2374 | part_115.Material = Enum.Material.SmoothPlastic | |
| 2375 | part_115.Size = Vector3.new(1, 2, 1) | |
| 2376 | part_115.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2377 | part_115.CFrame = CFrame.new(58.847, 6.405, -151.052)* CFrame.Angles(3.141592502594, -1.1626889317995e-007, -3.1415927410126) | |
| 2378 | part_115.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2379 | part_115.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2380 | part_115.BrickColor = bodycolor | |
| 2381 | part_115.Friction = 0.3 | |
| 2382 | part_115.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2383 | ||
| 2384 | part_116 = Instance.new("Part", door2)
| |
| 2385 | part_116.FormFactor = Enum.FormFactor.Plate | |
| 2386 | part_116.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2387 | part_116.TopSurface = Enum.SurfaceType.Smooth | |
| 2388 | part_116.Material = Enum.Material.SmoothPlastic | |
| 2389 | part_116.Size = Vector3.new(1, 3.6, 5) | |
| 2390 | part_116.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2391 | part_116.CFrame = CFrame.new(58.844, 3.603, -154.153)* CFrame.Angles(3.141592502594, -2.2057338355808e-007, -3.1415927410126) | |
| 2392 | part_116.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2393 | part_116.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2394 | part_116.BrickColor = bodycolor | |
| 2395 | part_116.Friction = 0.3 | |
| 2396 | part_116.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2397 | part_116.Name = "doormain" | |
| 2398 | ||
| 2399 | window5 = Instance.new("Part", door2)
| |
| 2400 | window5.FormFactor = Enum.FormFactor.Plate | |
| 2401 | window5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2402 | window5.Transparency = 0.5 | |
| 2403 | window5.TopSurface = Enum.SurfaceType.Smooth | |
| 2404 | window5.Reflectance = 0.5 | |
| 2405 | window5.Material = Enum.Material.SmoothPlastic | |
| 2406 | window5.Size = Vector3.new(4, 2, 1) | |
| 2407 | window5.Name = "window5" | |
| 2408 | window5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2409 | window5.CFrame = CFrame.new(58.847, 6.405, -153.552)* CFrame.Angles(-9.2511669208761e-005, 1.5707963705063, 0) | |
| 2410 | window5.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2411 | window5.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2412 | window5.BrickColor = BrickColor.new("Really black")
| |
| 2413 | window5.Friction = 0.3 | |
| 2414 | window5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2415 | ||
| 2416 | part_117 = Instance.new("Part", door2)
| |
| 2417 | part_117.FormFactor = Enum.FormFactor.Plate | |
| 2418 | part_117.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2419 | part_117.TopSurface = Enum.SurfaceType.Smooth | |
| 2420 | part_117.Material = Enum.Material.SmoothPlastic | |
| 2421 | part_117.Size = Vector3.new(1, 2, 1) | |
| 2422 | part_117.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2423 | part_117.CFrame = CFrame.new(58.848, 6.405, -156.052)* CFrame.Angles(3.141592502594, -2.250999386888e-007, 3.1415927410126) | |
| 2424 | part_117.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2425 | part_117.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2426 | part_117.BrickColor = bodycolor | |
| 2427 | part_117.Friction = 0.3 | |
| 2428 | part_117.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2429 | ||
| 2430 | part_118 = Instance.new("Part", mcar)
| |
| 2431 | part_118.FormFactor = Enum.FormFactor.Plate | |
| 2432 | part_118.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2433 | part_118.TopSurface = Enum.SurfaceType.Smooth | |
| 2434 | part_118.Reflectance = 0.3 | |
| 2435 | part_118.Material = Enum.Material.SmoothPlastic | |
| 2436 | part_118.Size = Vector3.new(1, 0.4, 7.163) | |
| 2437 | part_118.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2438 | part_118.CFrame = CFrame.new(58.943, 4.505, -148.075)* CFrame.Angles(-1.9569604603475e-007, 8.7458829511888e-008, -2.6312985937693e-005) | |
| 2439 | part_118.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2440 | part_118.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2441 | part_118.BrickColor = BrickColor.new("Grey")
| |
| 2442 | part_118.Friction = 0.3 | |
| 2443 | part_118.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2444 | ||
| 2445 | part_119 = Instance.new("Part", mcar)
| |
| 2446 | part_119.FormFactor = Enum.FormFactor.Plate | |
| 2447 | part_119.TopSurface = Enum.SurfaceType.Smooth | |
| 2448 | part_119.Material = Enum.Material.Concrete | |
| 2449 | part_119.Size = Vector3.new(1.827, 1.462, 0.914) | |
| 2450 | part_119.CFrame = CFrame.new(52.57, 2.912, -153.683)* CFrame.Angles(0, 1.5707963705063, 0) | |
| 2451 | part_119.BrickColor = BrickColor.new("Dirt brown")
| |
| 2452 | part_119.Friction = 0.3 | |
| 2453 | part_119.BottomSurface = Enum.SurfaceType.Smooth | |
| 2454 | ||
| 2455 | part_120 = Instance.new("Part", mcar)
| |
| 2456 | part_120.FormFactor = Enum.FormFactor.Plate | |
| 2457 | part_120.TopSurface = Enum.SurfaceType.Smooth | |
| 2458 | part_120.Material = Enum.Material.Concrete | |
| 2459 | part_120.Size = Vector3.new(0.914, 1.462, 0.914) | |
| 2460 | part_120.CFrame = CFrame.new(52.57, 2.912, -155.053) | |
| 2461 | part_120.BrickColor = BrickColor.new("Dirt brown")
| |
| 2462 | part_120.Friction = 0.3 | |
| 2463 | part_120.BottomSurface = Enum.SurfaceType.Smooth | |
| 2464 | ||
| 2465 | mesh_71 = Instance.new("SpecialMesh", part_120)
| |
| 2466 | mesh_71.MeshType = Enum.MeshType.Wedge | |
| 2467 | ||
| 2468 | part_121 = Instance.new("Part", mcar)
| |
| 2469 | part_121.FormFactor = Enum.FormFactor.Plate | |
| 2470 | part_121.TopSurface = Enum.SurfaceType.Smooth | |
| 2471 | part_121.Material = Enum.Material.Concrete | |
| 2472 | part_121.Size = Vector3.new(1.827, 0.365, 0.914) | |
| 2473 | part_121.CFrame = CFrame.new(51.2, 2.364, -155.053)* CFrame.Angles(-3.1415927410126, 0, -3.1415927410126) | |
| 2474 | part_121.BrickColor = BrickColor.new("Dirt brown")
| |
| 2475 | part_121.Friction = 0.3 | |
| 2476 | part_121.BottomSurface = Enum.SurfaceType.Smooth | |
| 2477 | ||
| 2478 | part_122 = Instance.new("Part", mcar)
| |
| 2479 | part_122.FormFactor = Enum.FormFactor.Plate | |
| 2480 | part_122.TopSurface = Enum.SurfaceType.Smooth | |
| 2481 | part_122.Size = Vector3.new(2.741, 0.365, 3.654) | |
| 2482 | part_122.CFrame = CFrame.new(51.2, 1.999, -154.139)* CFrame.Angles(-0, 1.5707963705063, 0) | |
| 2483 | part_122.BrickColor = BrickColor.new("Dirt brown")
| |
| 2484 | part_122.Friction = 0.3 | |
| 2485 | part_122.BottomSurface = Enum.SurfaceType.Smooth | |
| 2486 | ||
| 2487 | part_123 = Instance.new("Part", mcar)
| |
| 2488 | part_123.FormFactor = Enum.FormFactor.Plate | |
| 2489 | part_123.TopSurface = Enum.SurfaceType.Smooth | |
| 2490 | part_123.Material = Enum.Material.Concrete | |
| 2491 | part_123.Size = Vector3.new(1.827, 1.462, 0.914) | |
| 2492 | part_123.CFrame = CFrame.new(49.83, 2.912, -153.683)* CFrame.Angles(0, 1.5707963705063, 0) | |
| 2493 | part_123.BrickColor = BrickColor.new("Dirt brown")
| |
| 2494 | part_123.Friction = 0.3 | |
| 2495 | part_123.BottomSurface = Enum.SurfaceType.Smooth | |
| 2496 | ||
| 2497 | part_124 = Instance.new("Part", mcar)
| |
| 2498 | part_124.FormFactor = Enum.FormFactor.Plate | |
| 2499 | part_124.TopSurface = Enum.SurfaceType.Smooth | |
| 2500 | part_124.Material = Enum.Material.Concrete | |
| 2501 | part_124.Size = Vector3.new(0.914, 1.096, 1.827) | |
| 2502 | part_124.CFrame = CFrame.new(57.27, 2.719, -147.121)* CFrame.Angles(-1.5707963705063, 0, -3.1415927410126) | |
| 2503 | part_124.BrickColor = BrickColor.new("Dirt brown")
| |
| 2504 | part_124.Friction = 0.3 | |
| 2505 | part_124.BottomSurface = Enum.SurfaceType.Smooth | |
| 2506 | ||
| 2507 | mesh_72 = Instance.new("SpecialMesh", part_124)
| |
| 2508 | mesh_72.MeshType = Enum.MeshType.Wedge | |
| 2509 | ||
| 2510 | part_125 = Instance.new("Part", mcar)
| |
| 2511 | part_125.FormFactor = Enum.FormFactor.Plate | |
| 2512 | part_125.TopSurface = Enum.SurfaceType.Smooth | |
| 2513 | part_125.Material = Enum.Material.Concrete | |
| 2514 | part_125.Size = Vector3.new(0.914, 2.558, 0.914) | |
| 2515 | part_125.CFrame = CFrame.new(57.27, 4.911, -147.212) | |
| 2516 | part_125.BrickColor = BrickColor.new("Dirt brown")
| |
| 2517 | part_125.Friction = 0.3 | |
| 2518 | part_125.BottomSurface = Enum.SurfaceType.Smooth | |
| 2519 | ||
| 2520 | mesh_73 = Instance.new("SpecialMesh", part_125)
| |
| 2521 | mesh_73.MeshType = Enum.MeshType.Wedge | |
| 2522 | ||
| 2523 | part_126 = Instance.new("Part", mcar)
| |
| 2524 | part_126.FormFactor = Enum.FormFactor.Plate | |
| 2525 | part_126.TopSurface = Enum.SurfaceType.Smooth | |
| 2526 | part_126.Material = Enum.Material.Concrete | |
| 2527 | part_126.Size = Vector3.new(1.827, 1.096, 1.827) | |
| 2528 | part_126.CFrame = CFrame.new(55.9, 2.719, -147.121)* CFrame.Angles(-1.5707963705063, 0, -3.1415927410126) | |
| 2529 | part_126.BrickColor = BrickColor.new("Dirt brown")
| |
| 2530 | part_126.Friction = 0.3 | |
| 2531 | part_126.BottomSurface = Enum.SurfaceType.Smooth | |
| 2532 | ||
| 2533 | mesh_74 = Instance.new("SpecialMesh", part_126)
| |
| 2534 | mesh_74.MeshType = Enum.MeshType.Wedge | |
| 2535 | ||
| 2536 | ||
| 2537 | part_127 = Instance.new("Part", mcar)
| |
| 2538 | part_127.FormFactor = Enum.FormFactor.Plate | |
| 2539 | part_127.TopSurface = Enum.SurfaceType.Smooth | |
| 2540 | part_127.Material = Enum.Material.Concrete | |
| 2541 | part_127.Size = Vector3.new(1.827, 0.365, 0.914) | |
| 2542 | part_127.CFrame = CFrame.new(55.9, 2.353, -149.953)* CFrame.Angles(-3.1415927410126, 0, -3.1415927410126) | |
| 2543 | part_127.BrickColor = BrickColor.new("Dirt brown")
| |
| 2544 | part_127.Friction = 0.3 | |
| 2545 | part_127.BottomSurface = Enum.SurfaceType.Smooth | |
| 2546 | ||
| 2547 | part_128 = Instance.new("Part", mcar)
| |
| 2548 | part_128.FormFactor = Enum.FormFactor.Plate | |
| 2549 | part_128.TopSurface = Enum.SurfaceType.Smooth | |
| 2550 | part_128.Material = Enum.Material.Concrete | |
| 2551 | part_128.Size = Vector3.new(0.914, 1.096, 1.827) | |
| 2552 | part_128.CFrame = CFrame.new(54.53, 2.719, -147.121)* CFrame.Angles(-1.5707963705063, 0, -3.1415927410126) | |
| 2553 | part_128.BrickColor = BrickColor.new("Dirt brown")
| |
| 2554 | part_128.Friction = 0.3 | |
| 2555 | part_128.BottomSurface = Enum.SurfaceType.Smooth | |
| 2556 | ||
| 2557 | mesh_75 = Instance.new("SpecialMesh", part_128)
| |
| 2558 | mesh_75.MeshType = Enum.MeshType.Wedge | |
| 2559 | ||
| 2560 | part_129 = Instance.new("Part", mcar)
| |
| 2561 | part_129.FormFactor = Enum.FormFactor.Plate | |
| 2562 | part_129.TopSurface = Enum.SurfaceType.Smooth | |
| 2563 | part_129.Material = Enum.Material.Concrete | |
| 2564 | part_129.Size = Vector3.new(3.654, 0.365, 2.741) | |
| 2565 | part_129.CFrame = CFrame.new(55.9, 5.003, -146.573)* CFrame.Angles(-1.5707963705063, 0, -3.1415927410126) | |
| 2566 | part_129.BrickColor = BrickColor.new("Dirt brown")
| |
| 2567 | part_129.Friction = 0.3 | |
| 2568 | part_129.BottomSurface = Enum.SurfaceType.Smooth | |
| 2569 | ||
| 2570 | part_130 = Instance.new("Part", mcar)
| |
| 2571 | part_130.FormFactor = Enum.FormFactor.Plate | |
| 2572 | part_130.TopSurface = Enum.SurfaceType.Smooth | |
| 2573 | part_130.Material = Enum.Material.Concrete | |
| 2574 | part_130.Size = Vector3.new(1.827, 1.462, 0.914) | |
| 2575 | part_130.CFrame = CFrame.new(57.27, 2.901, -148.583)* CFrame.Angles(0, 1.5707963705063, 0) | |
| 2576 | part_130.BrickColor = BrickColor.new("Dirt brown")
| |
| 2577 | part_130.Friction = 0.3 | |
| 2578 | part_130.BottomSurface = Enum.SurfaceType.Smooth | |
| 2579 | ||
| 2580 | part_131 = Instance.new("Part", mcar)
| |
| 2581 | part_131.FormFactor = Enum.FormFactor.Plate | |
| 2582 | part_131.TopSurface = Enum.SurfaceType.Smooth | |
| 2583 | part_131.Material = Enum.Material.Concrete | |
| 2584 | part_131.Size = Vector3.new(1.827, 2.558, 0.914) | |
| 2585 | part_131.CFrame = CFrame.new(55.9, 4.911, -147.212) | |
| 2586 | part_131.BrickColor = BrickColor.new("Dirt brown")
| |
| 2587 | part_131.Friction = 0.3 | |
| 2588 | part_131.BottomSurface = Enum.SurfaceType.Smooth | |
| 2589 | ||
| 2590 | mesh_76 = Instance.new("SpecialMesh", part_131)
| |
| 2591 | mesh_76.MeshType = Enum.MeshType.Wedge | |
| 2592 | ||
| 2593 | part_132 = Instance.new("Part", mcar)
| |
| 2594 | part_132.FormFactor = Enum.FormFactor.Plate | |
| 2595 | part_132.TopSurface = Enum.SurfaceType.Smooth | |
| 2596 | part_132.Material = Enum.Material.Concrete | |
| 2597 | part_132.Size = Vector3.new(0.914, 1.462, 0.914) | |
| 2598 | part_132.CFrame = CFrame.new(57.27, 2.901, -149.953) | |
| 2599 | part_132.BrickColor = BrickColor.new("Dirt brown")
| |
| 2600 | part_132.Friction = 0.3 | |
| 2601 | part_132.BottomSurface = Enum.SurfaceType.Smooth | |
| 2602 | ||
| 2603 | mesh_77 = Instance.new("SpecialMesh", part_132)
| |
| 2604 | mesh_77.MeshType = Enum.MeshType.Wedge | |
| 2605 | ||
| 2606 | part_133 = Instance.new("Part", mcar)
| |
| 2607 | part_133.FormFactor = Enum.FormFactor.Plate | |
| 2608 | part_133.TopSurface = Enum.SurfaceType.Smooth | |
| 2609 | part_133.Material = Enum.Material.Concrete | |
| 2610 | part_133.Size = Vector3.new(0.914, 2.558, 0.914) | |
| 2611 | part_133.CFrame = CFrame.new(54.53, 4.911, -147.212) | |
| 2612 | part_133.BrickColor = BrickColor.new("Dirt brown")
| |
| 2613 | part_133.Friction = 0.3 | |
| 2614 | part_133.BottomSurface = Enum.SurfaceType.Smooth | |
| 2615 | ||
| 2616 | mesh_78 = Instance.new("SpecialMesh", part_133)
| |
| 2617 | mesh_78.MeshType = Enum.MeshType.Wedge | |
| 2618 | ||
| 2619 | part_134 = Instance.new("Part", mcar)
| |
| 2620 | part_134.FormFactor = Enum.FormFactor.Plate | |
| 2621 | part_134.TopSurface = Enum.SurfaceType.Smooth | |
| 2622 | part_134.Size = Vector3.new(2.741, 0.365, 3.654) | |
| 2623 | part_134.CFrame = CFrame.new(55.9, 1.988, -149.039)* CFrame.Angles(0, 1.5707963705063, 0) | |
| 2624 | part_134.BrickColor = BrickColor.new("Dirt brown")
| |
| 2625 | part_134.Friction = 0.3 | |
| 2626 | part_134.BottomSurface = Enum.SurfaceType.Smooth | |
| 2627 | ||
| 2628 | part_135 = Instance.new("Part", mcar)
| |
| 2629 | part_135.FormFactor = Enum.FormFactor.Plate | |
| 2630 | part_135.TopSurface = Enum.SurfaceType.Smooth | |
| 2631 | part_135.Material = Enum.Material.Concrete | |
| 2632 | part_135.Size = Vector3.new(1.827, 1.462, 0.914) | |
| 2633 | part_135.CFrame = CFrame.new(54.53, 2.901, -148.583)* CFrame.Angles(0, 1.5707963705063, 0) | |
| 2634 | part_135.BrickColor = BrickColor.new("Dirt brown")
| |
| 2635 | part_135.Friction = 0.3 | |
| 2636 | part_135.BottomSurface = Enum.SurfaceType.Smooth | |
| 2637 | ||
| 2638 | part_136 = Instance.new("Part", mcar)
| |
| 2639 | part_136.FormFactor = Enum.FormFactor.Plate | |
| 2640 | part_136.TopSurface = Enum.SurfaceType.Smooth | |
| 2641 | part_136.Material = Enum.Material.Concrete | |
| 2642 | part_136.Size = Vector3.new(0.914, 1.462, 0.914) | |
| 2643 | part_136.CFrame = CFrame.new(54.53, 2.901, -149.953) | |
| 2644 | part_136.BrickColor = BrickColor.new("Dirt brown")
| |
| 2645 | part_136.Friction = 0.3 | |
| 2646 | part_136.BottomSurface = Enum.SurfaceType.Smooth | |
| 2647 | ||
| 2648 | mesh_79 = Instance.new("SpecialMesh", part_136)
| |
| 2649 | mesh_79.MeshType = Enum.MeshType.Wedge | |
| 2650 | ||
| 2651 | seat = Instance.new("Seat", mcar)
| |
| 2652 | seat.Friction = 0.3 | |
| 2653 | seat.LeftSurface = Enum.SurfaceType.Weld | |
| 2654 | seat.TopSurface = Enum.SurfaceType.Smooth | |
| 2655 | seat.FormFactor = Enum.FormFactor.Plate | |
| 2656 | seat.BackSurface = Enum.SurfaceType.Weld | |
| 2657 | seat.BrickColor = BrickColor.new("Dirt brown")
| |
| 2658 | seat.Material = Enum.Material.Concrete | |
| 2659 | seat.Size = Vector3.new(1.827, 0.365, 1.827) | |
| 2660 | seat.RightSurface = Enum.SurfaceType.Weld | |
| 2661 | seat.CFrame = CFrame.new(55.9, 2.353, -148.583) | |
| 2662 | seat.FrontSurface = Enum.SurfaceType.Weld | |
| 2663 | ||
| 2664 | part_137 = Instance.new("Part", mcar)
| |
| 2665 | part_137.FormFactor = Enum.FormFactor.Plate | |
| 2666 | part_137.TopSurface = Enum.SurfaceType.Smooth | |
| 2667 | part_137.Material = Enum.Material.Concrete | |
| 2668 | part_137.Size = Vector3.new(0.914, 1.462, 0.914) | |
| 2669 | part_137.CFrame = CFrame.new(49.83, 2.912, -155.053) | |
| 2670 | part_137.BrickColor = BrickColor.new("Dirt brown")
| |
| 2671 | part_137.Friction = 0.3 | |
| 2672 | part_137.BottomSurface = Enum.SurfaceType.Smooth | |
| 2673 | ||
| 2674 | mesh_80 = Instance.new("SpecialMesh", part_137)
| |
| 2675 | mesh_80.MeshType = Enum.MeshType.Wedge | |
| 2676 | ||
| 2677 | part_138 = Instance.new("Part", mcar)
| |
| 2678 | part_138.FormFactor = Enum.FormFactor.Plate | |
| 2679 | part_138.TopSurface = Enum.SurfaceType.Smooth | |
| 2680 | part_138.Material = Enum.Material.Concrete | |
| 2681 | part_138.Size = Vector3.new(1.827, 2.558, 0.914) | |
| 2682 | part_138.CFrame = CFrame.new(51.2, 4.922, -152.312) | |
| 2683 | part_138.BrickColor = BrickColor.new("Dirt brown")
| |
| 2684 | part_138.Friction = 0.3 | |
| 2685 | part_138.BottomSurface = Enum.SurfaceType.Smooth | |
| 2686 | ||
| 2687 | mesh_81 = Instance.new("SpecialMesh", part_138)
| |
| 2688 | mesh_81.MeshType = Enum.MeshType.Wedge | |
| 2689 | ||
| 2690 | part_139 = Instance.new("Part", mcar)
| |
| 2691 | part_139.FormFactor = Enum.FormFactor.Plate | |
| 2692 | part_139.TopSurface = Enum.SurfaceType.Smooth | |
| 2693 | part_139.Material = Enum.Material.Concrete | |
| 2694 | part_139.Size = Vector3.new(0.914, 1.096, 1.827) | |
| 2695 | part_139.CFrame = CFrame.new(52.57, 2.73, -152.221)* CFrame.Angles(-1.5707963705063, 0, -3.1415927410126) | |
| 2696 | part_139.BrickColor = BrickColor.new("Dirt brown")
| |
| 2697 | part_139.Friction = 0.3 | |
| 2698 | part_139.BottomSurface = Enum.SurfaceType.Smooth | |
| 2699 | ||
| 2700 | mesh_82 = Instance.new("SpecialMesh", part_139)
| |
| 2701 | mesh_82.MeshType = Enum.MeshType.Wedge | |
| 2702 | ||
| 2703 | part_140 = Instance.new("Part", mcar)
| |
| 2704 | part_140.FormFactor = Enum.FormFactor.Plate | |
| 2705 | part_140.TopSurface = Enum.SurfaceType.Smooth | |
| 2706 | part_140.Material = Enum.Material.Concrete | |
| 2707 | part_140.Size = Vector3.new(0.914, 2.558, 0.914) | |
| 2708 | part_140.CFrame = CFrame.new(52.57, 4.922, -152.312) | |
| 2709 | part_140.BrickColor = BrickColor.new("Dirt brown")
| |
| 2710 | part_140.Friction = 0.3 | |
| 2711 | part_140.BottomSurface = Enum.SurfaceType.Smooth | |
| 2712 | ||
| 2713 | mesh_83 = Instance.new("SpecialMesh", part_140)
| |
| 2714 | mesh_83.MeshType = Enum.MeshType.Wedge | |
| 2715 | ||
| 2716 | mainseat = Instance.new("Seat", mcar)
| |
| 2717 | mainseat.Friction = 0.3 | |
| 2718 | mainseat.LeftSurface = Enum.SurfaceType.Weld | |
| 2719 | mainseat.TopSurface = Enum.SurfaceType.Smooth | |
| 2720 | mainseat.FormFactor = Enum.FormFactor.Plate | |
| 2721 | mainseat.BackSurface = Enum.SurfaceType.Weld | |
| 2722 | mainseat.BrickColor = BrickColor.new("Dirt brown")
| |
| 2723 | mainseat.Material = Enum.Material.Concrete | |
| 2724 | mainseat.Size = Vector3.new(1.827, 0.365, 1.827) | |
| 2725 | mainseat.RightSurface = Enum.SurfaceType.Weld | |
| 2726 | mainseat.CFrame = CFrame.new(51.2, 2.364, -153.683) | |
| 2727 | mainseat.FrontSurface = Enum.SurfaceType.Weld | |
| 2728 | mainseat.Name = "mainseat" | |
| 2729 | ||
| 2730 | part_141 = Instance.new("Part", mcar)
| |
| 2731 | part_141.FormFactor = Enum.FormFactor.Plate | |
| 2732 | part_141.TopSurface = Enum.SurfaceType.Smooth | |
| 2733 | part_141.Material = Enum.Material.Concrete | |
| 2734 | part_141.Size = Vector3.new(0.914, 1.096, 1.827) | |
| 2735 | part_141.CFrame = CFrame.new(49.83, 2.73, -152.221)* CFrame.Angles(-1.5707963705063, 0, -3.1415927410126) | |
| 2736 | part_141.BrickColor = BrickColor.new("Dirt brown")
| |
| 2737 | part_141.Friction = 0.3 | |
| 2738 | part_141.BottomSurface = Enum.SurfaceType.Smooth | |
| 2739 | ||
| 2740 | mesh_84 = Instance.new("SpecialMesh", part_141)
| |
| 2741 | mesh_84.MeshType = Enum.MeshType.Wedge | |
| 2742 | ||
| 2743 | part_142 = Instance.new("Part", mcar)
| |
| 2744 | part_142.FormFactor = Enum.FormFactor.Plate | |
| 2745 | part_142.TopSurface = Enum.SurfaceType.Smooth | |
| 2746 | part_142.Material = Enum.Material.Concrete | |
| 2747 | part_142.Size = Vector3.new(1.827, 1.096, 1.827) | |
| 2748 | part_142.CFrame = CFrame.new(51.2, 2.73, -152.221)* CFrame.Angles(-1.5707963705063, 0, -3.1415927410126) | |
| 2749 | part_142.BrickColor = BrickColor.new("Dirt brown")
| |
| 2750 | part_142.Friction = 0.3 | |
| 2751 | part_142.BottomSurface = Enum.SurfaceType.Smooth | |
| 2752 | ||
| 2753 | mesh_85 = Instance.new("SpecialMesh", part_142)
| |
| 2754 | mesh_85.MeshType = Enum.MeshType.Wedge | |
| 2755 | ||
| 2756 | part_143 = Instance.new("Part", mcar)
| |
| 2757 | part_143.FormFactor = Enum.FormFactor.Plate | |
| 2758 | part_143.TopSurface = Enum.SurfaceType.Smooth | |
| 2759 | part_143.Material = Enum.Material.Concrete | |
| 2760 | part_143.Size = Vector3.new(3.654, 0.365, 2.741) | |
| 2761 | part_143.CFrame = CFrame.new(51.2, 5.014, -151.673)* CFrame.Angles(-1.5707963705063, 0, -3.1415927410126) | |
| 2762 | part_143.BrickColor = BrickColor.new("Dirt brown")
| |
| 2763 | part_143.Friction = 0.3 | |
| 2764 | part_143.BottomSurface = Enum.SurfaceType.Smooth | |
| 2765 | ||
| 2766 | part_144 = Instance.new("Part", mcar)
| |
| 2767 | part_144.FormFactor = Enum.FormFactor.Plate | |
| 2768 | part_144.TopSurface = Enum.SurfaceType.Smooth | |
| 2769 | part_144.Material = Enum.Material.Concrete | |
| 2770 | part_144.Size = Vector3.new(0.914, 2.558, 0.914) | |
| 2771 | part_144.CFrame = CFrame.new(49.83, 4.922, -152.312) | |
| 2772 | part_144.BrickColor = BrickColor.new("Dirt brown")
| |
| 2773 | part_144.Friction = 0.3 | |
| 2774 | part_144.BottomSurface = Enum.SurfaceType.Smooth | |
| 2775 | ||
| 2776 | mesh_86 = Instance.new("SpecialMesh", part_144)
| |
| 2777 | mesh_86.MeshType = Enum.MeshType.Wedge | |
| 2778 | ||
| 2779 | frontwheels = Instance.new("Model", mcar)
| |
| 2780 | frontwheels.Name = "frontwheels" | |
| 2781 | ||
| 2782 | fcollide1 = Instance.new("Part", mcar)
| |
| 2783 | fcollide1.FormFactor = Enum.FormFactor.Custom | |
| 2784 | fcollide1.Elasticity = 0 | |
| 2785 | fcollide1.TopSurface = Enum.SurfaceType.Smooth | |
| 2786 | fcollide1.Size = Vector3.new(3.4, 1.4, 4.4) | |
| 2787 | fcollide1.CFrame = CFrame.new(58.6, 1.706, -161.21)* CFrame.Angles(0, 0, 1.5707963705063) | |
| 2788 | fcollide1.BrickColor = BrickColor.new("Really black")
| |
| 2789 | fcollide1.Friction = 0.3 | |
| 2790 | fcollide1.BottomSurface = Enum.SurfaceType.Smooth | |
| 2791 | fcollide1.CanCollide = true | |
| 2792 | fcollide1.Transparency = 1 | |
| 2793 | ||
| 2794 | fcollide2 = Instance.new("Part", mcar)
| |
| 2795 | fcollide2.FormFactor = Enum.FormFactor.Custom | |
| 2796 | fcollide2.Elasticity = 0 | |
| 2797 | fcollide2.TopSurface = Enum.SurfaceType.Smooth | |
| 2798 | fcollide2.Size = Vector3.new(1.8, 11, 0.2) | |
| 2799 | fcollide2.Name = "Axle" | |
| 2800 | fcollide2.CFrame = CFrame.new(53.8, 1.706, -161.2)* CFrame.Angles(0, 0, 1.5707963705063) | |
| 2801 | fcollide2.Friction = 0.3 | |
| 2802 | fcollide2.BottomSurface = Enum.SurfaceType.Smooth | |
| 2803 | fcollide2.CanCollide = true | |
| 2804 | fcollide2.Transparency = 1 | |
| 2805 | ||
| 2806 | fcollide3 = Instance.new("Part", mcar)
| |
| 2807 | fcollide3.FormFactor = Enum.FormFactor.Custom | |
| 2808 | fcollide3.Elasticity = 0 | |
| 2809 | fcollide3.TopSurface = Enum.SurfaceType.Smooth | |
| 2810 | fcollide3.Size = Vector3.new(1.8, 1.8, 2) | |
| 2811 | fcollide3.CFrame = CFrame.new(58.6, 1.706, -161.21)* CFrame.Angles(0, 0, 1.5707963705063) | |
| 2812 | fcollide3.Friction = 0.3 | |
| 2813 | fcollide3.BottomSurface = Enum.SurfaceType.Smooth | |
| 2814 | fcollide3.CanCollide = true | |
| 2815 | fcollide3.Transparency = 1 | |
| 2816 | ||
| 2817 | fcollide4 = Instance.new("Part", mcar)
| |
| 2818 | fcollide4.FormFactor = Enum.FormFactor.Custom | |
| 2819 | fcollide4.Elasticity = 0 | |
| 2820 | fcollide4.TopSurface = Enum.SurfaceType.Smooth | |
| 2821 | fcollide4.Size = Vector3.new(1.8, 1.8, 2) | |
| 2822 | fcollide4.CFrame = CFrame.new(49.1, 1.706, -161.2)* CFrame.Angles(0, 0, 1.5707963705063) | |
| 2823 | fcollide4.Friction = 0.3 | |
| 2824 | fcollide4.BottomSurface = Enum.SurfaceType.Smooth | |
| 2825 | fcollide4.CanCollide = true | |
| 2826 | fcollide4.Transparency = 1 | |
| 2827 | ||
| 2828 | fcollide5 = Instance.new("Part", mcar)
| |
| 2829 | fcollide5.FormFactor = Enum.FormFactor.Custom | |
| 2830 | fcollide5.Elasticity = 0 | |
| 2831 | fcollide5.TopSurface = Enum.SurfaceType.Smooth | |
| 2832 | fcollide5.Size = Vector3.new(3.4, 1.4, 4.4) | |
| 2833 | fcollide5.CFrame = CFrame.new(49.1, 1.706, -161.2)* CFrame.Angles(0, 0, 1.5707963705063) | |
| 2834 | fcollide5.BrickColor = BrickColor.new("Really black")
| |
| 2835 | fcollide5.Friction = 0.3 | |
| 2836 | fcollide5.BottomSurface = Enum.SurfaceType.Smooth | |
| 2837 | fcollide5.CanCollide = true | |
| 2838 | fcollide5.Transparency = 1 | |
| 2839 | ||
| 2840 | part_145 = Instance.new("Part", frontwheels)
| |
| 2841 | part_145.FormFactor = Enum.FormFactor.Custom | |
| 2842 | part_145.Elasticity = 0 | |
| 2843 | part_145.TopSurface = Enum.SurfaceType.Smooth | |
| 2844 | part_145.Size = Vector3.new(3.4, 1.4, 4.4) | |
| 2845 | part_145.CFrame = CFrame.new(58.6, 1.706, -161.21)* CFrame.Angles(0, 0, 1.5707963705063) | |
| 2846 | part_145.BrickColor = BrickColor.new("Really black")
| |
| 2847 | part_145.Friction = 0.3 | |
| 2848 | part_145.BottomSurface = Enum.SurfaceType.Smooth | |
| 2849 | part_145.CanCollide = false | |
| 2850 | ||
| 2851 | mesh_87 = Instance.new("CylinderMesh", part_145)
| |
| 2852 | ||
| 2853 | axle_2 = Instance.new("Part", frontwheels)
| |
| 2854 | axle_2.FormFactor = Enum.FormFactor.Custom | |
| 2855 | axle_2.Elasticity = 0 | |
| 2856 | axle_2.TopSurface = Enum.SurfaceType.Smooth | |
| 2857 | axle_2.Size = Vector3.new(1.8, 11, 0.2) | |
| 2858 | axle_2.Name = "Axle" | |
| 2859 | axle_2.CFrame = CFrame.new(53.8, 1.706, -161.2)* CFrame.Angles(0, 0, 1.5707963705063) | |
| 2860 | axle_2.Friction = 0.3 | |
| 2861 | axle_2.BottomSurface = Enum.SurfaceType.Smooth | |
| 2862 | axle_2.CanCollide = false | |
| 2863 | ||
| 2864 | mesh_88 = Instance.new("CylinderMesh", axle_2)
| |
| 2865 | ||
| 2866 | part_146 = Instance.new("Part", frontwheels)
| |
| 2867 | part_146.FormFactor = Enum.FormFactor.Custom | |
| 2868 | part_146.Elasticity = 0 | |
| 2869 | part_146.TopSurface = Enum.SurfaceType.Smooth | |
| 2870 | part_146.Size = Vector3.new(1.8, 1.8, 2) | |
| 2871 | part_146.CFrame = CFrame.new(58.6, 1.706, -161.21)* CFrame.Angles(0, 0, 1.5707963705063) | |
| 2872 | part_146.Friction = 0.3 | |
| 2873 | part_146.BottomSurface = Enum.SurfaceType.Smooth | |
| 2874 | part_146.CanCollide = false | |
| 2875 | ||
| 2876 | mesh_89 = Instance.new("CylinderMesh", part_146)
| |
| 2877 | ||
| 2878 | part_147 = Instance.new("Part", frontwheels)
| |
| 2879 | part_147.FormFactor = Enum.FormFactor.Custom | |
| 2880 | part_147.Elasticity = 0 | |
| 2881 | part_147.TopSurface = Enum.SurfaceType.Smooth | |
| 2882 | part_147.Size = Vector3.new(1.8, 1.8, 2) | |
| 2883 | part_147.CFrame = CFrame.new(49.1, 1.706, -161.2)* CFrame.Angles(0, 0, 1.5707963705063) | |
| 2884 | part_147.Friction = 0.3 | |
| 2885 | part_147.BottomSurface = Enum.SurfaceType.Smooth | |
| 2886 | part_147.CanCollide = false | |
| 2887 | ||
| 2888 | mesh_90 = Instance.new("CylinderMesh", part_147)
| |
| 2889 | ||
| 2890 | part_148 = Instance.new("Part", frontwheels)
| |
| 2891 | part_148.FormFactor = Enum.FormFactor.Custom | |
| 2892 | part_148.Elasticity = 0 | |
| 2893 | part_148.TopSurface = Enum.SurfaceType.Smooth | |
| 2894 | part_148.Size = Vector3.new(3.4, 1.4, 4.4) | |
| 2895 | part_148.CFrame = CFrame.new(49.1, 1.706, -161.2)* CFrame.Angles(0, 0, 1.5707963705063) | |
| 2896 | part_148.BrickColor = BrickColor.new("Really black")
| |
| 2897 | part_148.Friction = 0.3 | |
| 2898 | part_148.BottomSurface = Enum.SurfaceType.Smooth | |
| 2899 | part_148.CanCollide = false | |
| 2900 | ||
| 2901 | mesh_91 = Instance.new("CylinderMesh", part_148)
| |
| 2902 | ||
| 2903 | part_149 = Instance.new("Part", mcar)
| |
| 2904 | part_149.FormFactor = Enum.FormFactor.Plate | |
| 2905 | part_149.TopSurface = Enum.SurfaceType.Smooth | |
| 2906 | part_149.Material = Enum.Material.Concrete | |
| 2907 | part_149.Size = Vector3.new(0.914, 1.096, 1.827) | |
| 2908 | part_149.CFrame = CFrame.new(49.83, 2.719, -147.121)* CFrame.Angles(-1.5707963705063, 0, -3.1415927410126) | |
| 2909 | part_149.BrickColor = BrickColor.new("Dirt brown")
| |
| 2910 | part_149.Friction = 0.3 | |
| 2911 | part_149.BottomSurface = Enum.SurfaceType.Smooth | |
| 2912 | ||
| 2913 | mesh_92 = Instance.new("SpecialMesh", part_149)
| |
| 2914 | mesh_92.MeshType = Enum.MeshType.Wedge | |
| 2915 | ||
| 2916 | part_150 = Instance.new("Part", mcar)
| |
| 2917 | part_150.FormFactor = Enum.FormFactor.Plate | |
| 2918 | part_150.TopSurface = Enum.SurfaceType.Smooth | |
| 2919 | part_150.Material = Enum.Material.Concrete | |
| 2920 | part_150.Size = Vector3.new(1.827, 2.558, 0.914) | |
| 2921 | part_150.CFrame = CFrame.new(51.2, 4.911, -147.212) | |
| 2922 | part_150.BrickColor = BrickColor.new("Dirt brown")
| |
| 2923 | part_150.Friction = 0.3 | |
| 2924 | part_150.BottomSurface = Enum.SurfaceType.Smooth | |
| 2925 | ||
| 2926 | mesh_93 = Instance.new("SpecialMesh", part_150)
| |
| 2927 | mesh_93.MeshType = Enum.MeshType.Wedge | |
| 2928 | ||
| 2929 | part_151 = Instance.new("Part", mcar)
| |
| 2930 | part_151.FormFactor = Enum.FormFactor.Plate | |
| 2931 | part_151.TopSurface = Enum.SurfaceType.Smooth | |
| 2932 | part_151.Material = Enum.Material.Concrete | |
| 2933 | part_151.Size = Vector3.new(1.827, 1.462, 0.914) | |
| 2934 | part_151.CFrame = CFrame.new(52.57, 2.902, -148.583)* CFrame.Angles(0, 1.5707963705063, 0) | |
| 2935 | part_151.BrickColor = BrickColor.new("Dirt brown")
| |
| 2936 | part_151.Friction = 0.3 | |
| 2937 | part_151.BottomSurface = Enum.SurfaceType.Smooth | |
| 2938 | ||
| 2939 | part_152 = Instance.new("Part", mcar)
| |
| 2940 | part_152.FormFactor = Enum.FormFactor.Plate | |
| 2941 | part_152.TopSurface = Enum.SurfaceType.Smooth | |
| 2942 | part_152.Material = Enum.Material.Concrete | |
| 2943 | part_152.Size = Vector3.new(0.914, 1.096, 1.827) | |
| 2944 | part_152.CFrame = CFrame.new(52.57, 2.719, -147.121)* CFrame.Angles(-1.5707963705063, 0, -3.1415927410126) | |
| 2945 | part_152.BrickColor = BrickColor.new("Dirt brown")
| |
| 2946 | part_152.Friction = 0.3 | |
| 2947 | part_152.BottomSurface = Enum.SurfaceType.Smooth | |
| 2948 | ||
| 2949 | mesh_94 = Instance.new("SpecialMesh", part_152)
| |
| 2950 | mesh_94.MeshType = Enum.MeshType.Wedge | |
| 2951 | ||
| 2952 | part_153 = Instance.new("Part", mcar)
| |
| 2953 | part_153.FormFactor = Enum.FormFactor.Plate | |
| 2954 | part_153.TopSurface = Enum.SurfaceType.Smooth | |
| 2955 | part_153.Material = Enum.Material.Concrete | |
| 2956 | part_153.Size = Vector3.new(1.827, 1.096, 1.827) | |
| 2957 | part_153.CFrame = CFrame.new(51.2, 2.719, -147.121)* CFrame.Angles(-1.5707963705063, 0, -3.1415927410126) | |
| 2958 | part_153.BrickColor = BrickColor.new("Dirt brown")
| |
| 2959 | part_153.Friction = 0.3 | |
| 2960 | part_153.BottomSurface = Enum.SurfaceType.Smooth | |
| 2961 | ||
| 2962 | mesh_95 = Instance.new("SpecialMesh", part_153)
| |
| 2963 | mesh_95.MeshType = Enum.MeshType.Wedge | |
| 2964 | ||
| 2965 | part_154 = Instance.new("Part", mcar)
| |
| 2966 | part_154.FormFactor = Enum.FormFactor.Plate | |
| 2967 | part_154.TopSurface = Enum.SurfaceType.Smooth | |
| 2968 | part_154.Material = Enum.Material.Concrete | |
| 2969 | part_154.Size = Vector3.new(0.914, 2.558, 0.914) | |
| 2970 | part_154.CFrame = CFrame.new(52.57, 4.911, -147.212) | |
| 2971 | part_154.BrickColor = BrickColor.new("Dirt brown")
| |
| 2972 | part_154.Friction = 0.3 | |
| 2973 | part_154.BottomSurface = Enum.SurfaceType.Smooth | |
| 2974 | ||
| 2975 | mesh_96 = Instance.new("SpecialMesh", part_154)
| |
| 2976 | mesh_96.MeshType = Enum.MeshType.Wedge | |
| 2977 | ||
| 2978 | part_155 = Instance.new("Part", mcar)
| |
| 2979 | part_155.FormFactor = Enum.FormFactor.Plate | |
| 2980 | part_155.TopSurface = Enum.SurfaceType.Smooth | |
| 2981 | part_155.Material = Enum.Material.Concrete | |
| 2982 | part_155.Size = Vector3.new(3.654, 0.365, 2.741) | |
| 2983 | part_155.CFrame = CFrame.new(51.2, 5.003, -146.573)* CFrame.Angles(-1.5707963705063, 0, -3.1415927410126) | |
| 2984 | part_155.BrickColor = BrickColor.new("Dirt brown")
| |
| 2985 | part_155.Friction = 0.3 | |
| 2986 | part_155.BottomSurface = Enum.SurfaceType.Smooth | |
| 2987 | ||
| 2988 | part_156 = Instance.new("Part", mcar)
| |
| 2989 | part_156.FormFactor = Enum.FormFactor.Plate | |
| 2990 | part_156.TopSurface = Enum.SurfaceType.Smooth | |
| 2991 | part_156.Material = Enum.Material.Concrete | |
| 2992 | part_156.Size = Vector3.new(0.914, 2.558, 0.914) | |
| 2993 | part_156.CFrame = CFrame.new(49.83, 4.911, -147.212) | |
| 2994 | part_156.BrickColor = BrickColor.new("Dirt brown")
| |
| 2995 | part_156.Friction = 0.3 | |
| 2996 | part_156.BottomSurface = Enum.SurfaceType.Smooth | |
| 2997 | ||
| 2998 | mesh_97 = Instance.new("SpecialMesh", part_156)
| |
| 2999 | mesh_97.MeshType = Enum.MeshType.Wedge | |
| 3000 | ||
| 3001 | part_157 = Instance.new("Part", mcar)
| |
| 3002 | part_157.FormFactor = Enum.FormFactor.Plate | |
| 3003 | part_157.TopSurface = Enum.SurfaceType.Smooth | |
| 3004 | part_157.Material = Enum.Material.Concrete | |
| 3005 | part_157.Size = Vector3.new(0.914, 1.462, 0.914) | |
| 3006 | part_157.CFrame = CFrame.new(52.57, 2.902, -149.953) | |
| 3007 | part_157.BrickColor = BrickColor.new("Dirt brown")
| |
| 3008 | part_157.Friction = 0.3 | |
| 3009 | part_157.BottomSurface = Enum.SurfaceType.Smooth | |
| 3010 | ||
| 3011 | mesh_98 = Instance.new("SpecialMesh", part_157)
| |
| 3012 | mesh_98.MeshType = Enum.MeshType.Wedge | |
| 3013 | ||
| 3014 | part_158 = Instance.new("Part", mcar)
| |
| 3015 | part_158.FormFactor = Enum.FormFactor.Plate | |
| 3016 | part_158.TopSurface = Enum.SurfaceType.Smooth | |
| 3017 | part_158.Size = Vector3.new(2.741, 0.365, 3.654) | |
| 3018 | part_158.CFrame = CFrame.new(51.2, 1.988, -149.039)* CFrame.Angles(0, 1.5707963705063, 0) | |
| 3019 | part_158.BrickColor = BrickColor.new("Dirt brown")
| |
| 3020 | part_158.Friction = 0.3 | |
| 3021 | part_158.BottomSurface = Enum.SurfaceType.Smooth | |
| 3022 | ||
| 3023 | part_159 = Instance.new("Part", mcar)
| |
| 3024 | part_159.FormFactor = Enum.FormFactor.Plate | |
| 3025 | part_159.TopSurface = Enum.SurfaceType.Smooth | |
| 3026 | part_159.Material = Enum.Material.Concrete | |
| 3027 | part_159.Size = Vector3.new(1.827, 0.365, 0.914) | |
| 3028 | part_159.CFrame = CFrame.new(51.2, 2.353, -149.953)* CFrame.Angles(-3.1415927410126, 0, -3.1415927410126) | |
| 3029 | part_159.BrickColor = BrickColor.new("Dirt brown")
| |
| 3030 | part_159.Friction = 0.3 | |
| 3031 | part_159.BottomSurface = Enum.SurfaceType.Smooth | |
| 3032 | ||
| 3033 | part_160 = Instance.new("Part", mcar)
| |
| 3034 | part_160.FormFactor = Enum.FormFactor.Plate | |
| 3035 | part_160.TopSurface = Enum.SurfaceType.Smooth | |
| 3036 | part_160.Material = Enum.Material.Concrete | |
| 3037 | part_160.Size = Vector3.new(1.827, 1.462, 0.914) | |
| 3038 | part_160.CFrame = CFrame.new(49.83, 2.902, -148.583)* CFrame.Angles(0, 1.5707963705063, 0) | |
| 3039 | part_160.BrickColor = BrickColor.new("Dirt brown")
| |
| 3040 | part_160.Friction = 0.3 | |
| 3041 | part_160.BottomSurface = Enum.SurfaceType.Smooth | |
| 3042 | ||
| 3043 | part_161 = Instance.new("Part", mcar)
| |
| 3044 | part_161.FormFactor = Enum.FormFactor.Plate | |
| 3045 | part_161.TopSurface = Enum.SurfaceType.Smooth | |
| 3046 | part_161.Material = Enum.Material.Concrete | |
| 3047 | part_161.Size = Vector3.new(0.914, 1.462, 0.914) | |
| 3048 | part_161.CFrame = CFrame.new(49.83, 2.902, -149.953) | |
| 3049 | part_161.BrickColor = BrickColor.new("Dirt brown")
| |
| 3050 | part_161.Friction = 0.3 | |
| 3051 | part_161.BottomSurface = Enum.SurfaceType.Smooth | |
| 3052 | ||
| 3053 | mesh_99 = Instance.new("SpecialMesh", part_161)
| |
| 3054 | mesh_99.MeshType = Enum.MeshType.Wedge | |
| 3055 | ||
| 3056 | seat_2 = Instance.new("Seat", mcar)
| |
| 3057 | seat_2.Friction = 0.3 | |
| 3058 | seat_2.LeftSurface = Enum.SurfaceType.Weld | |
| 3059 | seat_2.TopSurface = Enum.SurfaceType.Smooth | |
| 3060 | seat_2.FormFactor = Enum.FormFactor.Plate | |
| 3061 | seat_2.BackSurface = Enum.SurfaceType.Weld | |
| 3062 | seat_2.BrickColor = BrickColor.new("Dirt brown")
| |
| 3063 | seat_2.Material = Enum.Material.Concrete | |
| 3064 | seat_2.Size = Vector3.new(1.827, 0.365, 1.827) | |
| 3065 | seat_2.RightSurface = Enum.SurfaceType.Weld | |
| 3066 | seat_2.CFrame = CFrame.new(51.2, 2.353, -148.583) | |
| 3067 | seat_2.FrontSurface = Enum.SurfaceType.Weld | |
| 3068 | ||
| 3069 | part_162 = Instance.new("Part", mcar)
| |
| 3070 | part_162.FormFactor = Enum.FormFactor.Plate | |
| 3071 | part_162.TopSurface = Enum.SurfaceType.Smooth | |
| 3072 | part_162.Material = Enum.Material.Concrete | |
| 3073 | part_162.Size = Vector3.new(1.827, 2.558, 0.914) | |
| 3074 | part_162.CFrame = CFrame.new(55.9, 4.911, -152.512) | |
| 3075 | part_162.BrickColor = BrickColor.new("Dirt brown")
| |
| 3076 | part_162.Friction = 0.3 | |
| 3077 | part_162.BottomSurface = Enum.SurfaceType.Smooth | |
| 3078 | ||
| 3079 | mesh_100 = Instance.new("SpecialMesh", part_162)
| |
| 3080 | mesh_100.MeshType = Enum.MeshType.Wedge | |
| 3081 | ||
| 3082 | part_163 = Instance.new("Part", mcar)
| |
| 3083 | part_163.FormFactor = Enum.FormFactor.Plate | |
| 3084 | part_163.TopSurface = Enum.SurfaceType.Smooth | |
| 3085 | part_163.Material = Enum.Material.Concrete | |
| 3086 | part_163.Size = Vector3.new(3.654, 0.365, 2.741) | |
| 3087 | part_163.CFrame = CFrame.new(55.9, 5.003, -151.873)* CFrame.Angles(-1.5707963705063, 0, -3.1415927410126) | |
| 3088 | part_163.BrickColor = BrickColor.new("Dirt brown")
| |
| 3089 | part_163.Friction = 0.3 | |
| 3090 | part_163.BottomSurface = Enum.SurfaceType.Smooth | |
| 3091 | ||
| 3092 | seat_3 = Instance.new("Seat", mcar)
| |
| 3093 | seat_3.Friction = 0.3 | |
| 3094 | seat_3.LeftSurface = Enum.SurfaceType.Weld | |
| 3095 | seat_3.TopSurface = Enum.SurfaceType.Smooth | |
| 3096 | seat_3.FormFactor = Enum.FormFactor.Plate | |
| 3097 | seat_3.BackSurface = Enum.SurfaceType.Weld | |
| 3098 | seat_3.BrickColor = BrickColor.new("Dirt brown")
| |
| 3099 | seat_3.Material = Enum.Material.Concrete | |
| 3100 | seat_3.Size = Vector3.new(1.827, 0.365, 1.827) | |
| 3101 | seat_3.RightSurface = Enum.SurfaceType.Weld | |
| 3102 | seat_3.CFrame = CFrame.new(55.9, 2.354, -153.883) | |
| 3103 | seat_3.FrontSurface = Enum.SurfaceType.Weld | |
| 3104 | ||
| 3105 | part_164 = Instance.new("Part", mcar)
| |
| 3106 | part_164.FormFactor = Enum.FormFactor.Plate | |
| 3107 | part_164.TopSurface = Enum.SurfaceType.Smooth | |
| 3108 | part_164.Material = Enum.Material.Concrete | |
| 3109 | part_164.Size = Vector3.new(0.914, 1.096, 1.827) | |
| 3110 | part_164.CFrame = CFrame.new(54.53, 2.719, -152.421)* CFrame.Angles(-1.5707963705063, 0, -3.1415927410126) | |
| 3111 | part_164.BrickColor = BrickColor.new("Dirt brown")
| |
| 3112 | part_164.Friction = 0.3 | |
| 3113 | part_164.BottomSurface = Enum.SurfaceType.Smooth | |
| 3114 | ||
| 3115 | mesh_101 = Instance.new("SpecialMesh", part_164)
| |
| 3116 | mesh_101.MeshType = Enum.MeshType.Wedge | |
| 3117 | ||
| 3118 | part_165 = Instance.new("Part", mcar)
| |
| 3119 | part_165.FormFactor = Enum.FormFactor.Plate | |
| 3120 | part_165.TopSurface = Enum.SurfaceType.Smooth | |
| 3121 | part_165.Material = Enum.Material.Concrete | |
| 3122 | part_165.Size = Vector3.new(1.827, 1.096, 1.827) | |
| 3123 | part_165.CFrame = CFrame.new(55.9, 2.719, -152.421)* CFrame.Angles(-1.5707963705063, 0, -3.1415927410126) | |
| 3124 | part_165.BrickColor = BrickColor.new("Dirt brown")
| |
| 3125 | part_165.Friction = 0.3 | |
| 3126 | part_165.BottomSurface = Enum.SurfaceType.Smooth | |
| 3127 | ||
| 3128 | mesh_102 = Instance.new("SpecialMesh", part_165)
| |
| 3129 | mesh_102.MeshType = Enum.MeshType.Wedge | |
| 3130 | ||
| 3131 | part_166 = Instance.new("Part", mcar)
| |
| 3132 | part_166.FormFactor = Enum.FormFactor.Plate | |
| 3133 | part_166.TopSurface = Enum.SurfaceType.Smooth | |
| 3134 | part_166.Material = Enum.Material.Concrete | |
| 3135 | part_166.Size = Vector3.new(1.827, 1.462, 0.914) | |
| 3136 | part_166.CFrame = CFrame.new(54.53, 2.902, -153.883)* CFrame.Angles(0, 1.5707963705063, 0) | |
| 3137 | part_166.BrickColor = BrickColor.new("Dirt brown")
| |
| 3138 | part_166.Friction = 0.3 | |
| 3139 | part_166.BottomSurface = Enum.SurfaceType.Smooth | |
| 3140 | ||
| 3141 | part_167 = Instance.new("Part", mcar)
| |
| 3142 | part_167.FormFactor = Enum.FormFactor.Plate | |
| 3143 | part_167.TopSurface = Enum.SurfaceType.Smooth | |
| 3144 | part_167.Material = Enum.Material.Concrete | |
| 3145 | part_167.Size = Vector3.new(0.914, 1.096, 1.827) | |
| 3146 | part_167.CFrame = CFrame.new(57.27, 2.719, -152.421)* CFrame.Angles(-1.5707963705063, 0, -3.1415927410126) | |
| 3147 | part_167.BrickColor = BrickColor.new("Dirt brown")
| |
| 3148 | part_167.Friction = 0.3 | |
| 3149 | part_167.BottomSurface = Enum.SurfaceType.Smooth | |
| 3150 | ||
| 3151 | mesh_103 = Instance.new("SpecialMesh", part_167)
| |
| 3152 | mesh_103.MeshType = Enum.MeshType.Wedge | |
| 3153 | ||
| 3154 | part_168 = Instance.new("Part", mcar)
| |
| 3155 | part_168.FormFactor = Enum.FormFactor.Plate | |
| 3156 | part_168.TopSurface = Enum.SurfaceType.Smooth | |
| 3157 | part_168.Material = Enum.Material.Concrete | |
| 3158 | part_168.Size = Vector3.new(0.914, 1.462, 0.914) | |
| 3159 | part_168.CFrame = CFrame.new(57.27, 2.902, -155.253) | |
| 3160 | part_168.BrickColor = BrickColor.new("Dirt brown")
| |
| 3161 | part_168.Friction = 0.3 | |
| 3162 | part_168.BottomSurface = Enum.SurfaceType.Smooth | |
| 3163 | ||
| 3164 | mesh_104 = Instance.new("SpecialMesh", part_168)
| |
| 3165 | mesh_104.MeshType = Enum.MeshType.Wedge | |
| 3166 | ||
| 3167 | part_169 = Instance.new("Part", mcar)
| |
| 3168 | part_169.FormFactor = Enum.FormFactor.Plate | |
| 3169 | part_169.TopSurface = Enum.SurfaceType.Smooth | |
| 3170 | part_169.Size = Vector3.new(2.741, 0.365, 3.654) | |
| 3171 | part_169.CFrame = CFrame.new(55.9, 1.988, -154.339)* CFrame.Angles(0, 1.5707963705063, 0) | |
| 3172 | part_169.BrickColor = BrickColor.new("Dirt brown")
| |
| 3173 | part_169.Friction = 0.3 | |
| 3174 | part_169.BottomSurface = Enum.SurfaceType.Smooth | |
| 3175 | ||
| 3176 | part_170 = Instance.new("Part", mcar)
| |
| 3177 | part_170.FormFactor = Enum.FormFactor.Plate | |
| 3178 | part_170.TopSurface = Enum.SurfaceType.Smooth | |
| 3179 | part_170.Material = Enum.Material.Concrete | |
| 3180 | part_170.Size = Vector3.new(0.914, 1.462, 0.914) | |
| 3181 | part_170.CFrame = CFrame.new(54.53, 2.902, -155.253) | |
| 3182 | part_170.BrickColor = BrickColor.new("Dirt brown")
| |
| 3183 | part_170.Friction = 0.3 | |
| 3184 | part_170.BottomSurface = Enum.SurfaceType.Smooth | |
| 3185 | ||
| 3186 | mesh_105 = Instance.new("SpecialMesh", part_170)
| |
| 3187 | mesh_105.MeshType = Enum.MeshType.Wedge | |
| 3188 | ||
| 3189 | part_171 = Instance.new("Part", mcar)
| |
| 3190 | part_171.FormFactor = Enum.FormFactor.Plate | |
| 3191 | part_171.TopSurface = Enum.SurfaceType.Smooth | |
| 3192 | part_171.Material = Enum.Material.Concrete | |
| 3193 | part_171.Size = Vector3.new(1.827, 1.462, 0.914) | |
| 3194 | part_171.CFrame = CFrame.new(57.27, 2.902, -153.883)* CFrame.Angles(0, 1.5707963705063, 0) | |
| 3195 | part_171.BrickColor = BrickColor.new("Dirt brown")
| |
| 3196 | part_171.Friction = 0.3 | |
| 3197 | part_171.BottomSurface = Enum.SurfaceType.Smooth | |
| 3198 | ||
| 3199 | part_172 = Instance.new("Part", mcar)
| |
| 3200 | part_172.FormFactor = Enum.FormFactor.Plate | |
| 3201 | part_172.TopSurface = Enum.SurfaceType.Smooth | |
| 3202 | part_172.Material = Enum.Material.Concrete | |
| 3203 | part_172.Size = Vector3.new(0.914, 2.558, 0.914) | |
| 3204 | part_172.CFrame = CFrame.new(57.27, 4.911, -152.512) | |
| 3205 | part_172.BrickColor = BrickColor.new("Dirt brown")
| |
| 3206 | part_172.Friction = 0.3 | |
| 3207 | part_172.BottomSurface = Enum.SurfaceType.Smooth | |
| 3208 | ||
| 3209 | mesh_106 = Instance.new("SpecialMesh", part_172)
| |
| 3210 | mesh_106.MeshType = Enum.MeshType.Wedge | |
| 3211 | ||
| 3212 | weight = Instance.new("Part", mcar)
| |
| 3213 | weight.FormFactor = Enum.FormFactor.Plate | |
| 3214 | weight.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3215 | weight.Transparency = 1 | |
| 3216 | weight.TopSurface = Enum.SurfaceType.Smooth | |
| 3217 | weight.Material = Enum.Material.Metal | |
| 3218 | weight.Size = Vector3.new(11.076, 0.615, 30) | |
| 3219 | weight.Name = "weight" | |
| 3220 | weight.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3221 | weight.CFrame = CFrame.new(53.805, 0.295, -150.45)* CFrame.Angles(-3.1415011882782, 8.0992285802495e-006, -3.1415579319) | |
| 3222 | weight.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3223 | weight.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3224 | weight.BrickColor = BrickColor.new("Institutional white")
| |
| 3225 | weight.Friction = 0.3 | |
| 3226 | weight.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3227 | ||
| 3228 | ||
| 3229 | ||
| 3230 | part_173 = Instance.new("Part", mcar)
| |
| 3231 | part_173.FormFactor = Enum.FormFactor.Plate | |
| 3232 | part_173.TopSurface = Enum.SurfaceType.Smooth | |
| 3233 | part_173.Material = Enum.Material.Concrete | |
| 3234 | part_173.Size = Vector3.new(0.914, 2.558, 0.914) | |
| 3235 | part_173.CFrame = CFrame.new(54.53, 4.911, -152.512) | |
| 3236 | part_173.BrickColor = BrickColor.new("Dirt brown")
| |
| 3237 | part_173.Friction = 0.3 | |
| 3238 | part_173.BottomSurface = Enum.SurfaceType.Smooth | |
| 3239 | ||
| 3240 | mesh_107 = Instance.new("SpecialMesh", part_173)
| |
| 3241 | mesh_107.MeshType = Enum.MeshType.Wedge | |
| 3242 | ||
| 3243 | part_174 = Instance.new("Part", mcar)
| |
| 3244 | part_174.FormFactor = Enum.FormFactor.Plate | |
| 3245 | part_174.TopSurface = Enum.SurfaceType.Smooth | |
| 3246 | part_174.Material = Enum.Material.Concrete | |
| 3247 | part_174.Size = Vector3.new(1.827, 0.365, 0.914) | |
| 3248 | part_174.CFrame = CFrame.new(55.9, 2.354, -155.253)* CFrame.Angles(-3.1415927410126, 0, -3.1415927410126) | |
| 3249 | part_174.BrickColor = BrickColor.new("Dirt brown")
| |
| 3250 | part_174.Friction = 0.3 | |
| 3251 | part_174.BottomSurface = Enum.SurfaceType.Smooth | |
| 3252 | ||
| 3253 | backaxlepos = Instance.new("Part", mcar)
| |
| 3254 | backaxlepos.FormFactor = Enum.FormFactor.Custom | |
| 3255 | backaxlepos.CanCollide = false | |
| 3256 | backaxlepos.Elasticity = 0 | |
| 3257 | backaxlepos.Transparency = 1 | |
| 3258 | backaxlepos.TopSurface = Enum.SurfaceType.Smooth | |
| 3259 | backaxlepos.Size = Vector3.new(1.8, 11, 0.2) | |
| 3260 | backaxlepos.Name = "backaxlepos" | |
| 3261 | backaxlepos.CFrame = CFrame.new(53.8, 1.7, -141.2)* CFrame.Angles(0, 0, 1.5707963705063) | |
| 3262 | backaxlepos.Friction = 0.3 | |
| 3263 | backaxlepos.BottomSurface = Enum.SurfaceType.Smooth | |
| 3264 | ||
| 3265 | mesh_108 = Instance.new("CylinderMesh", backaxlepos)
| |
| 3266 | ||
| 3267 | local engine = mcar.engine | |
| 3268 | local frontwheels = mcar.frontwheels | |
| 3269 | local backwheels = mcar.backwheels | |
| 3270 | local Door1 = mcar.Door | |
| 3271 | local Door2 = mcar.Door2 | |
| 3272 | ||
| 3273 | Door1:BreakJoints() | |
| 3274 | Door2:BreakJoints() | |
| 3275 | backwheels:BreakJoints() | |
| 3276 | frontwheels:BreakJoints() | |
| 3277 | mcar:BreakJoints() | |
| 3278 | ||
| 3279 | local prev | |
| 3280 | local parts = mcar:GetChildren() | |
| 3281 | ||
| 3282 | for i = 1,#parts do | |
| 3283 | if (parts[i].className == "Part") or (parts[i].className == "WedgePart") or (parts[i].className == "Seat") or (parts[i].className == "VehicleSeat") or (parts[i].className == "CornerWedgePart") then | |
| 3284 | if (prev ~= nil)then | |
| 3285 | if parts[i]:FindFirstChild("Weld") then parts[i]:FindFirstChild("Weld"):Destroy() end
| |
| 3286 | local weld = Instance.new("Weld")
| |
| 3287 | weld.Part0 = prev | |
| 3288 | weld.Part1 = parts[i] | |
| 3289 | weld.C0 = prev.CFrame:inverse() | |
| 3290 | weld.C1 = parts[i].CFrame:inverse() | |
| 3291 | weld.Parent = prev | |
| 3292 | end | |
| 3293 | prev = parts[i] | |
| 3294 | end | |
| 3295 | end | |
| 3296 | mcar:MakeJoints() | |
| 3297 | mcar.Parent = char | |
| 3298 | mcar.weight.CFrame = char.Torso.CFrame*CFrame.new(10,24,5) | |
| 3299 | ||
| 3300 | local prev | |
| 3301 | local parts = backwheels:GetChildren() | |
| 3302 | ||
| 3303 | for i = 1,#parts do | |
| 3304 | if (parts[i].className == "Part") or (parts[i].className == "WedgePart") or (parts[i].className == "Seat") or (parts[i].className == "VehicleSeat") or (parts[i].className == "CornerWedgePart") then | |
| 3305 | if (prev ~= nil)then | |
| 3306 | if parts[i]:FindFirstChild("Weld") then parts[i]:FindFirstChild("Weld"):Destroy() end
| |
| 3307 | local weld = Instance.new("Weld")
| |
| 3308 | weld.Part0 = prev | |
| 3309 | weld.Part1 = parts[i] | |
| 3310 | weld.C0 = prev.CFrame:inverse() | |
| 3311 | weld.C1 = parts[i].CFrame:inverse() | |
| 3312 | weld.Parent = prev | |
| 3313 | parts[i].CustomPhysicalProperties = PhysicalProperties.new(400,4,0.1) | |
| 3314 | end | |
| 3315 | prev = parts[i] | |
| 3316 | end | |
| 3317 | end | |
| 3318 | backwheels:MakeJoints() | |
| 3319 | ||
| 3320 | local prev | |
| 3321 | local parts = frontwheels:GetChildren() | |
| 3322 | ||
| 3323 | for i = 1,#parts do | |
| 3324 | if (parts[i].className == "Part") or (parts[i].className == "WedgePart") or (parts[i].className == "Seat") or (parts[i].className == "VehicleSeat") or (parts[i].className == "CornerWedgePart") then | |
| 3325 | if (prev ~= nil)then | |
| 3326 | if parts[i]:FindFirstChild("Weld") then parts[i]:FindFirstChild("Weld"):Destroy() end
| |
| 3327 | local weld = Instance.new("Weld")
| |
| 3328 | weld.Part0 = prev | |
| 3329 | weld.Part1 = parts[i] | |
| 3330 | weld.C0 = prev.CFrame:inverse() | |
| 3331 | weld.C1 = parts[i].CFrame:inverse() | |
| 3332 | weld.Parent = prev | |
| 3333 | parts[i].CustomPhysicalProperties = PhysicalProperties.new(400,4,0.1) | |
| 3334 | end | |
| 3335 | prev = parts[i] | |
| 3336 | end | |
| 3337 | end | |
| 3338 | frontwheels:MakeJoints() | |
| 3339 | ||
| 3340 | local prev | |
| 3341 | local parts = Door1:GetChildren() | |
| 3342 | ||
| 3343 | for i = 1,#parts do | |
| 3344 | if (parts[i].className == "Part") or (parts[i].className == "WedgePart") or (parts[i].className == "Seat") or (parts[i].className == "VehicleSeat") or (parts[i].className == "CornerWedgePart") then | |
| 3345 | if (prev ~= nil)then | |
| 3346 | if parts[i]:FindFirstChild("Weld") then parts[i]:FindFirstChild("Weld"):Destroy() end
| |
| 3347 | local weld = Instance.new("Weld")
| |
| 3348 | weld.Part0 = prev | |
| 3349 | weld.Part1 = parts[i] | |
| 3350 | weld.C0 = prev.CFrame:inverse() | |
| 3351 | weld.C1 = parts[i].CFrame:inverse() | |
| 3352 | weld.Parent = prev | |
| 3353 | end | |
| 3354 | prev = parts[i] | |
| 3355 | end | |
| 3356 | end | |
| 3357 | Door1:MakeJoints() | |
| 3358 | ||
| 3359 | local prev | |
| 3360 | local parts = Door2:GetChildren() | |
| 3361 | ||
| 3362 | for i = 1,#parts do | |
| 3363 | if (parts[i].className == "Part") or (parts[i].className == "WedgePart") or (parts[i].className == "Seat") or (parts[i].className == "VehicleSeat") or (parts[i].className == "CornerWedgePart") then | |
| 3364 | if (prev ~= nil)then | |
| 3365 | if parts[i]:FindFirstChild("Weld") then parts[i]:FindFirstChild("Weld"):Destroy() end
| |
| 3366 | local weld = Instance.new("Weld")
| |
| 3367 | weld.Part0 = prev | |
| 3368 | weld.Part1 = parts[i] | |
| 3369 | weld.C0 = prev.CFrame:inverse() | |
| 3370 | weld.C1 = parts[i].CFrame:inverse() | |
| 3371 | weld.Parent = prev | |
| 3372 | end | |
| 3373 | prev = parts[i] | |
| 3374 | end | |
| 3375 | end | |
| 3376 | Door2:MakeJoints() | |
| 3377 | ||
| 3378 | weld(frontwheels.Axle, mcar.frontaxlepos, CFrame.new(0,0,0)*CFrame.Angles(math.rad(0),0,0)) | |
| 3379 | frontwheels.Axle.Weld.Name = "Weld2" | |
| 3380 | ||
| 3381 | weld(backwheels.Axle, mcar.backaxlepos, CFrame.new(0,0,0)*CFrame.Angles(math.rad(0),0,0)) | |
| 3382 | backwheels.Axle.Weld.Name = "Weld2" | |
| 3383 | ||
| 3384 | weld(Door1.doormain, mcar.doorpos, CFrame.new(0,0,0)*CFrame.Angles(math.rad(0),0,0)) | |
| 3385 | Door1.doormain.Weld.Name = "Weld2" | |
| 3386 | weld(Door2.doormain, mcar.door2pos, CFrame.new(0,0,0)*CFrame.Angles(math.rad(0),0,0)) | |
| 3387 | Door2.doormain.Weld.Name = "Weld2" | |
| 3388 | ||
| 3389 | local enginestart=Instance.new("Sound")
| |
| 3390 | enginestart.SoundId="http://www.roblox.com/asset/?id=161082603" | |
| 3391 | enginestart.PlayOnRemove=false | |
| 3392 | enginestart.Volume=0.75 | |
| 3393 | enginestart.Looped=false | |
| 3394 | enginestart.Pitch = 1 | |
| 3395 | enginestart.Parent=engine | |
| 3396 | ||
| 3397 | local engineidle=Instance.new("Sound")
| |
| 3398 | engineidle.SoundId="http://www.roblox.com/asset/?id=152247447" | |
| 3399 | engineidle.PlayOnRemove=false | |
| 3400 | engineidle.Volume=0.75 | |
| 3401 | engineidle.Looped=false | |
| 3402 | engineidle.Pitch = 1 | |
| 3403 | engineidle.Parent=engine | |
| 3404 | ||
| 3405 | local enginestop=Instance.new("Sound")
| |
| 3406 | enginestop.SoundId="http://www.roblox.com/asset/?id=144126324" | |
| 3407 | enginestop.PlayOnRemove=false | |
| 3408 | enginestop.Volume=0.75 | |
| 3409 | enginestop.Looped=false | |
| 3410 | enginestop.Pitch = 1 | |
| 3411 | enginestop.Parent=engine | |
| 3412 | ||
| 3413 | local enginemove=Instance.new("Sound")
| |
| 3414 | enginemove.SoundId="http://www.roblox.com/asset/?id=140685075" | |
| 3415 | enginemove.PlayOnRemove=false | |
| 3416 | enginemove.Volume=0.75 | |
| 3417 | enginemove.Looped=true | |
| 3418 | enginemove.Pitch = 1 | |
| 3419 | enginemove.Parent=engine | |
| 3420 | ||
| 3421 | local brake=Instance.new("Sound")
| |
| 3422 | brake.SoundId="http://www.roblox.com/asset/?id=211288608" | |
| 3423 | brake.PlayOnRemove=false | |
| 3424 | brake.Volume=0.75 | |
| 3425 | brake.Looped=true | |
| 3426 | brake.Pitch = 1 | |
| 3427 | brake.Parent=engine | |
| 3428 | ||
| 3429 | local horn=Instance.new("Sound")
| |
| 3430 | horn.SoundId="http://www.roblox.com/asset/?id=143133249" | |
| 3431 | horn.PlayOnRemove=false | |
| 3432 | horn.Volume=1.000 | |
| 3433 | horn.Looped=true | |
| 3434 | horn.Pitch = 1 | |
| 3435 | horn.Parent=engine | |
| 3436 | ||
| 3437 | mouse.KeyDown:connect(function(key) | |
| 3438 | if key == "y" and engineon == false then | |
| 3439 | enginestart:Play() | |
| 3440 | wait(.5) | |
| 3441 | engineon = true | |
| 3442 | engineidle:Play() | |
| 3443 | end | |
| 3444 | end) | |
| 3445 | mouse.KeyDown:connect(function(key) | |
| 3446 | if key == "u" and engineon == true then | |
| 3447 | enginestop:Play() | |
| 3448 | wait(.5) | |
| 3449 | engineon = false | |
| 3450 | - | enginestart.SoundId="http://www.roblox.com/asset/?id=131311709" |
| 3450 | + | |
| 3451 | engineidle:Stop() | |
| 3452 | end | |
| 3453 | end) | |
| 3454 | ||
| 3455 | local bav = Instance.new("BodyAngularVelocity",engine)
| |
| 3456 | bav.MaxTorque = Vector3.new(0,0,0) | |
| 3457 | bav.P = 100 | |
| 3458 | bav.AngularVelocity = Vector3.new(0,0,0) | |
| 3459 | local bv = Instance.new("BodyVelocity",engine)
| |
| 3460 | bv.MaxForce = Vector3.new(0,0,0) | |
| 3461 | bv.P = 1250 | |
| 3462 | bv.Velocity = Vector3.new(0.16,0,0.16) | |
| 3463 | ||
| 3464 | mouse.KeyDown:connect(function(key) | |
| 3465 | if key == "w" and engineon == true and spressed == false then | |
| 3466 | wpressed = true | |
| 3467 | enginemove:Play() | |
| 3468 | bv.MaxForce = Vector3.new(forcelevel,0,forcelevel) | |
| 3469 | while wpressed == true do wait(.08) | |
| 3470 | accel = accel + 2 | |
| 3471 | wheelaccel = wheelaccel + .7 | |
| 3472 | if accel >=accellimit then accel = accellimit end | |
| 3473 | bv.Velocity = (mcar.mainseat.CFrame.lookVector * accel) | |
| 3474 | frontwheels.Axle.Weld.C0 = CFrame.new(0,0,0)*CFrame.Angles(math.rad(0),-wheelaccel,0) | |
| 3475 | backwheels.Axle.Weld.C0 = CFrame.new(0,0,0)*CFrame.Angles(math.rad(0),-wheelaccel,0) | |
| 3476 | end | |
| 3477 | end | |
| 3478 | end) | |
| 3479 | ||
| 3480 | mouse.KeyUp:connect(function(key) | |
| 3481 | if key == "w" and engineon == true then | |
| 3482 | wpressed = false | |
| 3483 | enginemove:Stop() | |
| 3484 | while wpressed == false and accel >0 and bpressed == false do wait() | |
| 3485 | accel = accel - 2.4 | |
| 3486 | if accel <0 then accel = 0 end | |
| 3487 | wheelaccel = wheelaccel + .7 | |
| 3488 | bv.Velocity = (mcar.mainseat.CFrame.lookVector * accel) | |
| 3489 | frontwheels.Axle.Weld.C0 = CFrame.new(0,0,0)*CFrame.Angles(math.rad(0),-wheelaccel,0) | |
| 3490 | backwheels.Axle.Weld.C0 = CFrame.new(0,0,0)*CFrame.Angles(math.rad(0),-wheelaccel,0) | |
| 3491 | end | |
| 3492 | end | |
| 3493 | end) | |
| 3494 | ||
| 3495 | ||
| 3496 | ||
| 3497 | ||
| 3498 | ||
| 3499 | mouse.KeyDown:connect(function(key) | |
| 3500 | if key == "s" and engineon == true and wpressed == false then | |
| 3501 | spressed = true | |
| 3502 | mcar.backlight1.rearlight.Enabled = true | |
| 3503 | mcar.backlight2.rearlight.Enabled = true | |
| 3504 | bv.MaxForce = Vector3.new(forcelevel,0,forcelevel) | |
| 3505 | while spressed == true do wait(.06) | |
| 3506 | accel = accel - 2 | |
| 3507 | wheelaccel = wheelaccel - .7 | |
| 3508 | if accel <=-accellimit then accel = -accellimit end | |
| 3509 | bv.Velocity = (mcar.mainseat.CFrame.lookVector * accel) | |
| 3510 | frontwheels.Axle.Weld.C0 = CFrame.new(0,0,0)*CFrame.Angles(math.rad(0),wheelaccel,0) | |
| 3511 | backwheels.Axle.Weld.C0 = CFrame.new(0,0,0)*CFrame.Angles(math.rad(0),wheelaccel,0) | |
| 3512 | end | |
| 3513 | end | |
| 3514 | end) | |
| 3515 | ||
| 3516 | mouse.KeyUp:connect(function(key) | |
| 3517 | if key == "s" and engineon == true then | |
| 3518 | spressed = false | |
| 3519 | mcar.backlight1.rearlight.Enabled = false | |
| 3520 | mcar.backlight2.rearlight.Enabled = false | |
| 3521 | while spressed == false and accel <0 do wait() | |
| 3522 | accel = accel + 2.4 | |
| 3523 | if accel >0 then accel = 0 end | |
| 3524 | wheelaccel = wheelaccel - .7 | |
| 3525 | bv.Velocity = (mcar.mainseat.CFrame.lookVector * accel) | |
| 3526 | frontwheels.Axle.Weld.C0 = CFrame.new(0,0,0)*CFrame.Angles(math.rad(0),wheelaccel,0) | |
| 3527 | backwheels.Axle.Weld.C0 = CFrame.new(0,0,0)*CFrame.Angles(math.rad(0),wheelaccel,0) | |
| 3528 | end | |
| 3529 | end | |
| 3530 | end) | |
| 3531 | ||
| 3532 | ||
| 3533 | ||
| 3534 | mouse.KeyDown:connect(function(key) | |
| 3535 | if key == "a" and engineon == true then | |
| 3536 | apressed = true | |
| 3537 | angle = .8 | |
| 3538 | bav.AngularVelocity = Vector3.new(0,angle,0) | |
| 3539 | bav.MaxTorque = Vector3.new(0,angletorque,0) | |
| 3540 | end | |
| 3541 | end) | |
| 3542 | ||
| 3543 | mouse.KeyUp:connect(function(key) | |
| 3544 | if key == "a" and engineon == true then | |
| 3545 | angle = 0 | |
| 3546 | apressed = false | |
| 3547 | apressed2 = false | |
| 3548 | bav.MaxTorque = Vector3.new(0,0,0) | |
| 3549 | end | |
| 3550 | end) | |
| 3551 | ||
| 3552 | mouse.KeyDown:connect(function(key) | |
| 3553 | if key == "d" and engineon == true then | |
| 3554 | dpressed = true | |
| 3555 | angle = -.8 | |
| 3556 | bav.AngularVelocity = Vector3.new(0,angle,0) | |
| 3557 | bav.MaxTorque = Vector3.new(0,-angletorque,0) | |
| 3558 | end | |
| 3559 | end) | |
| 3560 | ||
| 3561 | mouse.KeyUp:connect(function(key) | |
| 3562 | if key == "d" and engineon == true then | |
| 3563 | angle = 0 | |
| 3564 | dpressed = false | |
| 3565 | dpressed2 = false | |
| 3566 | bav.MaxTorque = Vector3.new(0,0,0) | |
| 3567 | end | |
| 3568 | end) | |
| 3569 | ||
| 3570 | mouse.KeyDown:connect(function(key) | |
| 3571 | if key == "p" then | |
| 3572 | ppressed = ppressed + 1 | |
| 3573 | if ppressed == 1 then | |
| 3574 | Door1.doormain.Weld.C0 = CFrame.new(-1.5,0,.6)*CFrame.Angles(math.rad(0),.8,0) | |
| 3575 | Door2.doormain.Weld.C0 = CFrame.new(1.5,0,.6)*CFrame.Angles(math.rad(0),-.8,0) | |
| 3576 | end | |
| 3577 | if ppressed == 2 then | |
| 3578 | ppressed = 0 | |
| 3579 | Door1.doormain.Weld.C0 = CFrame.new(0,0,0)*CFrame.Angles(math.rad(0),0,0) | |
| 3580 | Door2.doormain.Weld.C0 = CFrame.new(0,0,0)*CFrame.Angles(math.rad(0),0,0) | |
| 3581 | end | |
| 3582 | end | |
| 3583 | end) | |
| 3584 | ||
| 3585 | mouse.KeyDown:connect(function(key) | |
| 3586 | if key == "z" then | |
| 3587 | print("debug key z pressed, angletorque increased")
| |
| 3588 | angletorque = 7850000 | |
| 3589 | end | |
| 3590 | end) | |
| 3591 | ||
| 3592 | mouse.KeyDown:connect(function(key) | |
| 3593 | if key == "h" and engineon == true then | |
| 3594 | horn:Play() | |
| 3595 | end | |
| 3596 | end) | |
| 3597 | ||
| 3598 | mouse.KeyUp:connect(function(key) | |
| 3599 | if key == "h" and engineon == true then | |
| 3600 | horn:Stop() | |
| 3601 | end | |
| 3602 | end) | |
| 3603 | ||
| 3604 | ||
| 3605 | ||
| 3606 | local skidmark = Instance.new("Part")
| |
| 3607 | skidmark.FormFactor = Enum.FormFactor.Custom | |
| 3608 | skidmark.CanCollide = false | |
| 3609 | skidmark.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3610 | skidmark.Transparency = 1 | |
| 3611 | skidmark.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3612 | skidmark.Anchored = true | |
| 3613 | skidmark.Size = Vector3.new(3, 0.2, 4) | |
| 3614 | skidmark.Name = "skidmark" | |
| 3615 | skidmark.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3616 | skidmark.CFrame = CFrame.new(6, 0.1, 1.5)* CFrame.Angles(-0, -1.5707963705063, 0) | |
| 3617 | skidmark.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3618 | skidmark.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3619 | skidmark.Friction = 0.3 | |
| 3620 | skidmark.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3621 | ||
| 3622 | local sg = Instance.new("SurfaceGui", skidmark)
| |
| 3623 | sg.Face = Enum.NormalId.Top | |
| 3624 | sg.CanvasSize = Vector2.new(400, 100) | |
| 3625 | ||
| 3626 | local skidimage = Instance.new("ImageLabel", sg)
| |
| 3627 | skidimage.Image = "http://www.roblox.com/asset/?id=129609485" | |
| 3628 | skidimage.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843) | |
| 3629 | skidimage.Rotation = 0 | |
| 3630 | skidimage.BackgroundTransparency = 1 | |
| 3631 | skidimage.Size = UDim2.new(0, 100, 0, 100) | |
| 3632 | skidimage.BackgroundColor3 = Color3.new(1, 1, 1) | |
| 3633 | ||
| 3634 | ||
| 3635 | mouse.KeyDown:connect(function(key) | |
| 3636 | if key == "b" and engineon == true then | |
| 3637 | bpressed = true | |
| 3638 | brake:Play() | |
| 3639 | while bpressed == true and accel >=1 do wait(.04) | |
| 3640 | accellimit = accellimit - 5 | |
| 3641 | ||
| 3642 | if accellimit <=1 then brake:Stop() end | |
| 3643 | end | |
| 3644 | end | |
| 3645 | end) | |
| 3646 | mouse.KeyUp:connect(function(key) | |
| 3647 | if key == "b" and engineon == true then | |
| 3648 | bpressed = false | |
| 3649 | brake:Stop() | |
| 3650 | accellimit = gearspeed | |
| 3651 | end | |
| 3652 | end) | |
| 3653 | ||
| 3654 | mouse.KeyDown:connect(function(key) | |
| 3655 | if key == "l" then | |
| 3656 | lpressed = lpressed + 1 | |
| 3657 | if lpressed == 1 then | |
| 3658 | mcar.frontlight3.regularlight.Enabled = true | |
| 3659 | mcar.frontlight4.regularlight.Enabled = true | |
| 3660 | end | |
| 3661 | if lpressed == 2 then | |
| 3662 | lpressed = 0 | |
| 3663 | mcar.frontlight3.regularlight.Enabled = false | |
| 3664 | mcar.frontlight4.regularlight.Enabled = false | |
| 3665 | end | |
| 3666 | end | |
| 3667 | end) | |
| 3668 | mouse.KeyDown:connect(function(key) | |
| 3669 | if key == "k" then | |
| 3670 | kpressed = kpressed + 1 | |
| 3671 | if kpressed == 1 then | |
| 3672 | mcar.frontlight1.headlight.Enabled = true | |
| 3673 | mcar.frontlight2.headlight.Enabled = true | |
| 3674 | end | |
| 3675 | if kpressed == 2 then | |
| 3676 | kpressed = 0 | |
| 3677 | mcar.frontlight1.headlight.Enabled = false | |
| 3678 | mcar.frontlight2.headlight.Enabled = false | |
| 3679 | end | |
| 3680 | end | |
| 3681 | end) | |
| 3682 | ||
| 3683 | mcar.frontbumper.Touched:connect(function(h) | |
| 3684 | if Vector3.new(mcar.mainseat.Velocity.x,0,mcar.mainseat.Velocity.z).magnitude > 6 then | |
| 3685 | if h.Parent:FindFirstChild("Humanoid") then
| |
| 3686 | accellimit = 0 | |
| 3687 | if h.Parent.Humanoid.Parent:FindFirstChild("ForceField") then h.Parent.ForceField:Destroy() end
| |
| 3688 | if h.Parent.Humanoid.Health >1000 then h.Parent.Humanoid.MaxHealth = 1000 h.Parent.Humanoid.Health = 1000 end | |
| 3689 | local dmg = (math.random(15,30)) | |
| 3690 | h.Parent.Humanoid:TakeDamage(dmg) | |
| 3691 | if h:FindFirstChild("Torso") then h:FindFirstChild("Torso").Velocity = mcar.mainsear.CFrame.lookVector*15 end
| |
| 3692 | h.Parent.Humanoid.Sit = true | |
| 3693 | accellimit = 100 | |
| 3694 | end | |
| 3695 | end | |
| 3696 | end) | |
| 3697 | mcar.rearbumper.Touched:connect(function(h) | |
| 3698 | if Vector3.new(mcar.mainseat.Velocity.x,0,mcar.mainseat.Velocity.z).magnitude > 6 then | |
| 3699 | if h.Parent:FindFirstChild("Humanoid") then
| |
| 3700 | accellimit = 0 | |
| 3701 | if h.Parent.Humanoid.Parent:FindFirstChild("ForceField") then h.Parent.ForceField:Destroy() end
| |
| 3702 | if h.Parent.Humanoid.Health >1000 then h.Parent.Humanoid.MaxHealth = 1000 h.Parent.Humanoid.Health = 1000 end | |
| 3703 | local dmg = (math.random(15,30)) | |
| 3704 | h.Parent.Humanoid:TakeDamage(dmg) | |
| 3705 | if h:FindFirstChild("Torso") then h:FindFirstChild("Torso").Velocity = mcar.mainsear.CFrame.lookVector*-15 end
| |
| 3706 | h.Parent.Humanoid.Sit = true | |
| 3707 | accellimit = 100 | |
| 3708 | end | |
| 3709 | end | |
| 3710 | end) | |
| 3711 | ||
| 3712 | --Radio-- | |
| 3713 | local radiogui = Instance.new("ScreenGui", player.PlayerGui)
| |
| 3714 | radiogui.Name = "RadioGui" | |
| 3715 | ||
| 3716 | local frame = Instance.new("Frame", radiogui)
| |
| 3717 | frame.Size = UDim2.new(0.3, 0, 0.05, 0) | |
| 3718 | frame.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843) | |
| 3719 | frame.Style = Enum.FrameStyle.RobloxRound | |
| 3720 | frame.Position = UDim2.new(0.2, 0, 0.3, 0) | |
| 3721 | frame.BorderSizePixel = 0 | |
| 3722 | frame.BackgroundColor3 = Color3.new(1, 1, 1) | |
| 3723 | frame.Visible = true | |
| 3724 | local frame2 = Instance.new("Frame", radiogui)
| |
| 3725 | frame2.Size = UDim2.new(0.3, 0, 0.05, 0) | |
| 3726 | frame2.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843) | |
| 3727 | frame2.Style = Enum.FrameStyle.RobloxRound | |
| 3728 | frame2.Position = UDim2.new(0.2, 0, 0.4, 0) | |
| 3729 | frame2.BorderSizePixel = 0 | |
| 3730 | frame2.BackgroundColor3 = Color3.new(1, 1, 1) | |
| 3731 | frame2.Visible = true | |
| 3732 | ||
| 3733 | local geartext = Instance.new("TextLabel", frame2)
| |
| 3734 | geartext.TextWrapped = true | |
| 3735 | geartext.BorderSizePixel = 0 | |
| 3736 | geartext.BackgroundColor3 = Color3.new(1, 1, 1) | |
| 3737 | geartext.BackgroundTransparency = 1 | |
| 3738 | geartext.Size = UDim2.new(0, 190, 0, 15) | |
| 3739 | geartext.TextScaled = true | |
| 3740 | geartext.TextColor3 = Color3.new(0.796079, 0, 0) | |
| 3741 | geartext.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843) | |
| 3742 | geartext.Text = "Gear:" | |
| 3743 | geartext.Position = UDim2.new(-0.01, 0, -0.15, 0) | |
| 3744 | geartext.Font = Enum.Font.Legacy | |
| 3745 | geartext.Name = "geartext" | |
| 3746 | geartext.FontSize = Enum.FontSize.Size14 | |
| 3747 | ||
| 3748 | local songname = Instance.new("TextLabel", frame)
| |
| 3749 | songname.TextWrapped = true | |
| 3750 | songname.BorderSizePixel = 0 | |
| 3751 | songname.BackgroundColor3 = Color3.new(1, 1, 1) | |
| 3752 | songname.BackgroundTransparency = 1 | |
| 3753 | songname.Size = UDim2.new(0, 190, 0, 15) | |
| 3754 | songname.TextScaled = true | |
| 3755 | songname.TextColor3 = Color3.new(0.796079, 0, 0) | |
| 3756 | songname.BorderColor3 = Color3.new(0.105882, 0.164706, 0.207843) | |
| 3757 | songname.Text = "Music-" | |
| 3758 | songname.Position = UDim2.new(-0.01, 0, -0.15, 0) | |
| 3759 | songname.Font = Enum.Font.Legacy | |
| 3760 | songname.Name = "SongName" | |
| 3761 | songname.FontSize = Enum.FontSize.Size14 | |
| 3762 | ||
| 3763 | local r1=Instance.new("Sound")
| |
| 3764 | r1.SoundId="http://www.roblox.com/asset/?id=156721873" --Kurtis Blow The Breaks | |
| 3765 | r1.PlayOnRemove=false | |
| 3766 | r1.Volume=0.85 | |
| 3767 | r1.Looped=true | |
| 3768 | r1.Pitch = 1 | |
| 3769 | r1.Parent=mcar.engine | |
| 3770 | local r2=Instance.new("Sound")
| |
| 3771 | r2.SoundId="http://www.roblox.com/asset/?id=291690874" --Time of the Season | |
| 3772 | r2.PlayOnRemove=false | |
| 3773 | r2.Volume=0.85 | |
| 3774 | r2.Looped=true | |
| 3775 | r2.Pitch = 1 | |
| 3776 | r2.Parent=mcar.engine | |
| 3777 | local r3=Instance.new("Sound")
| |
| 3778 | r3.SoundId="http://www.roblox.com/asset/?id=207729030" --California Dreamin | |
| 3779 | r3.PlayOnRemove=false | |
| 3780 | r3.Volume=0.85 | |
| 3781 | r3.Looped=true | |
| 3782 | r3.Pitch = 1 | |
| 3783 | r3.Parent=mcar.engine | |
| 3784 | local r4=Instance.new("Sound")
| |
| 3785 | r4.SoundId="http://www.roblox.com/asset/?id=0" --Fugees killing me softly | |
| 3786 | r4.PlayOnRemove=false | |
| 3787 | r4.Volume=0.75 | |
| 3788 | r4.Looped=true | |
| 3789 | r4.Pitch = 1 | |
| 3790 | r4.Parent=mcar.engine | |
| 3791 | local r5=Instance.new("Sound")
| |
| 3792 | r5.SoundId="http://www.roblox.com/asset/?id=0" --Light My Fire | |
| 3793 | r5.PlayOnRemove=false | |
| 3794 | r5.Volume=0.85 | |
| 3795 | r5.Looped=true | |
| 3796 | r5.Pitch = 1 | |
| 3797 | r5.Parent=mcar.engine | |
| 3798 | local r6=Instance.new("Sound")
| |
| 3799 | r6.SoundId="http://www.roblox.com/asset/?id=0" --Night Fever (YEE!) | |
| 3800 | r6.PlayOnRemove=false | |
| 3801 | r6.Volume=0.85 | |
| 3802 | r6.Looped=true | |
| 3803 | r6.Pitch = 1 | |
| 3804 | r6.Parent=mcar.engine | |
| 3805 | local static=Instance.new("Sound")
| |
| 3806 | static.SoundId="http://www.roblox.com/asset/?id=0" --static | |
| 3807 | static.PlayOnRemove=false | |
| 3808 | static.Volume=0.61 | |
| 3809 | static.Looped=true | |
| 3810 | static.Pitch = 1 | |
| 3811 | static.Parent=mcar.engine | |
| 3812 | --Radio End-- | |
| 3813 | ||
| 3814 | mouse.KeyDown:connect(function(key) | |
| 3815 | if key == "g" then | |
| 3816 | gpressed = gpressed + 1 | |
| 3817 | if gpressed == 1 then | |
| 3818 | geartext.Text = "Gear: 1" | |
| 3819 | accellimit = 20 | |
| 3820 | gearspeed = 20 | |
| 3821 | end | |
| 3822 | if gpressed == 2 then | |
| 3823 | geartext.Text = "Gear: 2" | |
| 3824 | - | r1.SoundId="http://www.roblox.com/asset/?id=254695481" --Kurtis Blow The Breaks |
| 3824 | + | |
| 3825 | gearspeed = 40 | |
| 3826 | end | |
| 3827 | if gpressed == 3 then | |
| 3828 | geartext.Text = "Gear: 3" | |
| 3829 | accellimit = 60 | |
| 3830 | gearspeed = 60 | |
| 3831 | - | r2.SoundId="http://www.roblox.com/asset/?id=205978697" --Time of the Season |
| 3831 | + | |
| 3832 | if gpressed == 4 then | |
| 3833 | geartext.Text = "Gear: 4" | |
| 3834 | accellimit = 200 | |
| 3835 | gearspeed = 200 | |
| 3836 | end | |
| 3837 | if gpressed == 5 then | |
| 3838 | - | r3.SoundId="http://www.roblox.com/asset/?id=1060176091" --California Dreamin |
| 3838 | + | |
| 3839 | geartext.Text = "Gear: 5" | |
| 3840 | accellimit = 300 | |
| 3841 | gearspeed = 300 | |
| 3842 | end | |
| 3843 | end | |
| 3844 | end) | |
| 3845 | - | r4.SoundId="http://www.roblox.com/asset/?id=169405371" --Fugees killing me softly |
| 3845 | + | |
| 3846 | mouse.KeyDown:connect(function(key) | |
| 3847 | if key == "v" then | |
| 3848 | vpressed = vpressed + 1 | |
| 3849 | if vpressed == 1 then | |
| 3850 | r6:Stop() | |
| 3851 | static:Stop() | |
| 3852 | - | r5.SoundId="http://www.roblox.com/asset/?id=245917262" --Light My Fire |
| 3852 | + | |
| 3853 | r1:Play() | |
| 3854 | songname.Text = "siren" | |
| 3855 | end | |
| 3856 | if vpressed == 2 then | |
| 3857 | r1:Stop() | |
| 3858 | static:Stop() | |
| 3859 | - | r6.SoundId="http://www.roblox.com/asset/?id=866335686" --Night Fever (YEE!) |
| 3859 | + | |
| 3860 | r2:Play() | |
| 3861 | songname.Text = "Stop" | |
| 3862 | end | |
| 3863 | if vpressed == 3 then | |
| 3864 | r2:Stop() | |
| 3865 | static:Stop() | |
| 3866 | static:Play() | |
| 3867 | r3:Play() | |
| 3868 | songname.Text = "Song 1" | |
| 3869 | end | |
| 3870 | if vpressed == 4 then | |
| 3871 | r3:Stop() | |
| 3872 | static:Stop() | |
| 3873 | static:Play() | |
| 3874 | r4:Play() | |
| 3875 | songname.Text = "Skip" | |
| 3876 | end | |
| 3877 | if vpressed == 5 then | |
| 3878 | r4:Stop() | |
| 3879 | static:Stop() | |
| 3880 | static:Play() | |
| 3881 | r5:Play() | |
| 3882 | songname.Text = "Skip" | |
| 3883 | end | |
| 3884 | if vpressed == 6 then | |
| 3885 | r5:Stop() | |
| 3886 | static:Stop() | |
| 3887 | static:Play() | |
| 3888 | r6:Play() | |
| 3889 | songname.Text = "Skip" | |
| 3890 | end | |
| 3891 | if vpressed == 7 then | |
| 3892 | vpressed = 0 | |
| 3893 | r6:Stop() | |
| 3894 | static:Stop() | |
| 3895 | songname.Text = "Sound-" | |
| 3896 | end | |
| 3897 | end | |
| 3898 | end) |