SHOW:
|
|
- or go back to the newest paste.
| 1 | local p = game.Players.LocalPlayer | |
| 2 | local char = p.Character | |
| 3 | local hed = char.Head | |
| 4 | local LocalPlayer = p | |
| 5 | ||
| 6 | local naeeym = Instance.new("BillboardGui",char)
| |
| 7 | naeeym.Size = UDim2.new(0,100,0,40) | |
| 8 | naeeym.StudsOffset = Vector3.new(0,5,0) | |
| 9 | naeeym.Adornee = char.Head | |
| 10 | local tecks = Instance.new("TextLabel",naeeym)
| |
| 11 | tecks.BackgroundTransparency = 1 | |
| 12 | tecks.BorderSizePixel = 0 | |
| 13 | tecks.Text = "Engineer" | |
| 14 | tecks.Font = "ArialBold" | |
| 15 | tecks.FontSize = "Size36" | |
| 16 | tecks.TextStrokeTransparency = 0 | |
| 17 | tecks.TextStrokeColor3 = Color3.new(0,0,0) | |
| 18 | tecks.TextColor3 = Color3.new(0,191,255) | |
| 19 | tecks.Size = UDim2.new(1,0,0.5,0) | |
| 20 | ||
| 21 | p = game.Players.LocalPlayer | |
| 22 | char = p.Character | |
| 23 | torso = char.Torso | |
| 24 | hed = char.Head | |
| 25 | neck = char.Torso.Neck | |
| 26 | hum = char.Humanoid | |
| 27 | hum.MaxHealth = math.huge | |
| 28 | local msg = game:GetService("Chat")
| |
| 29 | torso.BrickColor = BrickColor.new("Pastel brown")
| |
| 30 | hed.BrickColor = BrickColor.new("Pastel brown")
| |
| 31 | char["Right Arm"].BrickColor = BrickColor.new("Pastel brown")
| |
| 32 | char["Left Arm"].BrickColor = BrickColor.new("Pastel brown")
| |
| 33 | char["Left Leg"].BrickColor = BrickColor.new("Pastel brown")
| |
| 34 | char["Right Leg"].BrickColor = BrickColor.new("Pastel brown")
| |
| 35 | ypcall(function() | |
| 36 | shirt = Instance.new("Shirt", char)
| |
| 37 | shirt.Name = "Shirt" | |
| 38 | pants = Instance.new("Pants", char)
| |
| 39 | pants.Name = "Pants" | |
| 40 | char.Shirt.ShirtTemplate = "rbxassetid://714339723" | |
| 41 | char.Pants.PantsTemplate = "rbxassetid://768354873" | |
| 42 | end) | |
| 43 | --Created with ttyyuu12345's compiler | |
| 44 | --Errors: | |
| 45 | Create = function(itemClass,tabl) | |
| 46 | local item = Instance.new(itemClass) | |
| 47 | for i,v in pairs(tabl) do | |
| 48 | local a,b = ypcall(function() return item[i] end) | |
| 49 | if a then | |
| 50 | item[i] = tabl[i] | |
| 51 | end | |
| 52 | end | |
| 53 | return item | |
| 54 | end | |
| 55 | function runDummyScript(f,scri) | |
| 56 | local oldenv = getfenv(f) | |
| 57 | local newenv = setmetatable({}, {
| |
| 58 | __index = function(_, k) | |
| 59 | if k:lower() == 'script' then | |
| 60 | return scri | |
| 61 | else | |
| 62 | return oldenv[k] | |
| 63 | end | |
| 64 | end | |
| 65 | }) | |
| 66 | setfenv(f, newenv) | |
| 67 | ypcall(function() f() end) | |
| 68 | end | |
| 69 | cors = {}
| |
| 70 | mas = Instance.new("Model",game:GetService("Lighting"))
| |
| 71 | mas.Name = "CompiledModel" | |
| 72 | o1 = Create("Model",{
| |
| 73 | ["Name"] = "Mecha", | |
| 74 | ["Parent"] = mas, | |
| 75 | }) | |
| 76 | o2 = Create("Model",{
| |
| 77 | ["Name"] = "TurretHead", | |
| 78 | ["Parent"] = o1, | |
| 79 | }) | |
| 80 | o3 = Create("WedgePart",{
| |
| 81 | ["Name"] = "Part", | |
| 82 | ["Parent"] = o2, | |
| 83 | ["Material"] = Enum.Material.Metal, | |
| 84 | ["BrickColor"] = BrickColor.new("Black"),
| |
| 85 | ["Position"] = Vector3.new(9.00000191, 24.7729664, 13.2999973), | |
| 86 | ["Rotation"] = Vector3.new(180, -1.90614423e-006, -180), | |
| 87 | ["Anchored"] = true, | |
| 88 | ["CFrame"] = CFrame.new(9.00000191, 24.7729664, 13.2999973, -1, 2.55917936e-008, -3.3268492e-008, -5.32907052e-015, 1, -2.55917989e-008, 3.32684884e-008, -7.70314923e-009, -1), | |
| 89 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 90 | ["Size"] = Vector3.new(1.20000005, 0.799999952, 1.80000043), | |
| 91 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 92 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 93 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 94 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 95 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 96 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 97 | ["Color"] = Color3.new(0.105882, 0.164706, 0.207843), | |
| 98 | }) | |
| 99 | o4 = Create("SpecialMesh",{
| |
| 100 | ["Parent"] = o3, | |
| 101 | ["Offset"] = Vector3.new(-1.10000002, 0, 0), | |
| 102 | ["Scale"] = Vector3.new(1, 1.07000005, 1), | |
| 103 | ["MeshType"] = Enum.MeshType.Wedge, | |
| 104 | }) | |
| 105 | o5 = Create("Part",{
| |
| 106 | ["Parent"] = o2, | |
| 107 | ["Material"] = Enum.Material.Metal, | |
| 108 | ["Position"] = Vector3.new(11.0000019, 24.8729668, 10.4999962), | |
| 109 | ["Anchored"] = true, | |
| 110 | ["CFrame"] = CFrame.new(11.0000019, 24.8729668, 10.4999962, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
| 111 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 112 | ["Size"] = Vector3.new(4.79999971, 0.999999821, 3.80000162), | |
| 113 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 114 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 115 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 116 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 117 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 118 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 119 | }) | |
| 120 | o6 = Create("Part",{
| |
| 121 | ["Parent"] = o2, | |
| 122 | ["Material"] = Enum.Material.Metal, | |
| 123 | ["Position"] = Vector3.new(15.7999992, 21.0729694, 10.5), | |
| 124 | ["Anchored"] = true, | |
| 125 | ["CFrame"] = CFrame.new(15.7999992, 21.0729694, 10.5, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
| 126 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 127 | ["Size"] = Vector3.new(1.19999981, 1.79999995, 7.80000019), | |
| 128 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 129 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 130 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 131 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 132 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 133 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 134 | }) | |
| 135 | o7 = Create("Part",{
| |
| 136 | ["Parent"] = o2, | |
| 137 | ["Material"] = Enum.Material.Metal, | |
| 138 | ["BrickColor"] = BrickColor.new("Black"),
| |
| 139 | ["Position"] = Vector3.new(4.70000076, 20.9729691, 16.2999954), | |
| 140 | ["Anchored"] = true, | |
| 141 | ["CFrame"] = CFrame.new(4.70000076, 20.9729691, 16.2999954, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
| 142 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 143 | ["Size"] = Vector3.new(1.39999962, 1.99999988, 1.00000167), | |
| 144 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 145 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 146 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 147 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 148 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 149 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 150 | ["Color"] = Color3.new(0.105882, 0.164706, 0.207843), | |
| 151 | }) | |
| 152 | o8 = Create("BlockMesh",{
| |
| 153 | ["Parent"] = o7, | |
| 154 | ["Offset"] = Vector3.new(1.20000005, 0, 0), | |
| 155 | ["Scale"] = Vector3.new(1, 0.899999976, 0.949999988), | |
| 156 | }) | |
| 157 | o9 = Create("Part",{
| |
| 158 | ["Parent"] = o2, | |
| 159 | ["Material"] = Enum.Material.Metal, | |
| 160 | ["BrickColor"] = BrickColor.new("Black"),
| |
| 161 | ["Position"] = Vector3.new(4.70000076, 20.9729691, 17.4999943), | |
| 162 | ["Anchored"] = true, | |
| 163 | ["CFrame"] = CFrame.new(4.70000076, 20.9729691, 17.4999943, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
| 164 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 165 | ["Size"] = Vector3.new(1.39999962, 1.99999988, 1.00000167), | |
| 166 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 167 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 168 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 169 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 170 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 171 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 172 | ["Color"] = Color3.new(0.105882, 0.164706, 0.207843), | |
| 173 | }) | |
| 174 | o10 = Create("BlockMesh",{
| |
| 175 | ["Parent"] = o9, | |
| 176 | ["Offset"] = Vector3.new(1.20000005, 0, 0), | |
| 177 | ["Scale"] = Vector3.new(1, 0.899999976, 0.949999988), | |
| 178 | }) | |
| 179 | o11 = Create("Part",{
| |
| 180 | ["Parent"] = o2, | |
| 181 | ["Material"] = Enum.Material.Metal, | |
| 182 | ["Position"] = Vector3.new(1.29999948, 19.4729691, 10.4999962), | |
| 183 | ["Anchored"] = true, | |
| 184 | ["CFrame"] = CFrame.new(1.29999948, 19.4729691, 10.4999962, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
| 185 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 186 | ["Size"] = Vector3.new(0.999999285, 1, 5.00000191), | |
| 187 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 188 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 189 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 190 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 191 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 192 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 193 | }) | |
| 194 | o12 = Create("Part",{
| |
| 195 | ["Parent"] = o2, | |
| 196 | ["Material"] = Enum.Material.Metal, | |
| 197 | ["Position"] = Vector3.new(4.70000029, 19.4729691, 10.5), | |
| 198 | ["Anchored"] = true, | |
| 199 | ["CFrame"] = CFrame.new(4.70000029, 19.4729691, 10.5, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
| 200 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 201 | ["Size"] = Vector3.new(1.39999938, 1, 5.00000191), | |
| 202 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 203 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 204 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 205 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 206 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 207 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 208 | }) | |
| 209 | o13 = Create("Part",{
| |
| 210 | ["Parent"] = o2, | |
| 211 | ["Material"] = Enum.Material.Metal, | |
| 212 | ["Position"] = Vector3.new(9.80000114, 22.7729702, 16.2999954), | |
| 213 | ["Anchored"] = true, | |
| 214 | ["CFrame"] = CFrame.new(9.80000114, 22.7729702, 16.2999954, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
| 215 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 216 | ["Size"] = Vector3.new(3.99999952, 1.5999999, 3.80000162), | |
| 217 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 218 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 219 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 220 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 221 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 222 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 223 | }) | |
| 224 | o14 = Create("Part",{
| |
| 225 | ["Parent"] = o2, | |
| 226 | ["Material"] = Enum.Material.Metal, | |
| 227 | ["Position"] = Vector3.new(9.80000019, 22.7729664, 4.69999456), | |
| 228 | ["Anchored"] = true, | |
| 229 | ["CFrame"] = CFrame.new(9.80000019, 22.7729664, 4.69999456, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
| 230 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 231 | ["Size"] = Vector3.new(3.99999952, 1.59999979, 3.80000162), | |
| 232 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 233 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 234 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 235 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 236 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 237 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 238 | }) | |
| 239 | o15 = Create("Part",{
| |
| 240 | ["Parent"] = o2, | |
| 241 | ["Material"] = Enum.Material.Metal, | |
| 242 | ["Position"] = Vector3.new(3.0999999, 19.4729691, 14.3999977), | |
| 243 | ["Anchored"] = true, | |
| 244 | ["CFrame"] = CFrame.new(3.0999999, 19.4729691, 14.3999977, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
| 245 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 246 | ["Size"] = Vector3.new(4.59999943, 1, 2.8000021), | |
| 247 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 248 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 249 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 250 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 251 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 252 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 253 | }) | |
| 254 | o16 = Create("Part",{
| |
| 255 | ["Parent"] = o2, | |
| 256 | ["Material"] = Enum.Material.Metal, | |
| 257 | ["Position"] = Vector3.new(11.9000015, 23.1729641, 10.4999962), | |
| 258 | ["Anchored"] = true, | |
| 259 | ["CFrame"] = CFrame.new(11.9000015, 23.1729641, 10.4999962, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
| 260 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 261 | ["Size"] = Vector3.new(10.999999, 2.39999986, 7.80000162), | |
| 262 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 263 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 264 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 265 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 266 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 267 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 268 | }) | |
| 269 | o17 = Create("Part",{
| |
| 270 | ["Parent"] = o2, | |
| 271 | ["Material"] = Enum.Material.Neon, | |
| 272 | ["BrickColor"] = BrickColor.new("Cyan"),
| |
| 273 | ["Position"] = Vector3.new(5.5, 20.4729691, 10.4999952), | |
| 274 | ["Anchored"] = true, | |
| 275 | ["CFrame"] = CFrame.new(5.5, 20.4729691, 10.4999952, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
| 276 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 277 | ["Size"] = Vector3.new(1.79999983, 1.00000012, 2.20000172), | |
| 278 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 279 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 280 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 281 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 282 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 283 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 284 | ["Color"] = Color3.new(0.0156863, 0.686275, 0.92549), | |
| 285 | }) | |
| 286 | o18 = Create("Part",{
| |
| 287 | ["Parent"] = o2, | |
| 288 | ["Material"] = Enum.Material.Metal, | |
| 289 | ["Position"] = Vector3.new(5.5, 22.6729641, 10.4999943), | |
| 290 | ["Rotation"] = Vector3.new(-1.02494414e-006, 2.03555502e-013, -1.46630191e-006), | |
| 291 | ["Anchored"] = true, | |
| 292 | ["CFrame"] = CFrame.new(5.5, 22.6729641, 10.4999943, 1, 2.55917953e-008, 3.55271368e-015, 2.55917953e-008, 1, 1.78886488e-008, 3.55271368e-015, 1.78886488e-008, 1), | |
| 293 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 294 | ["Size"] = Vector3.new(1.79999983, 3.4000001, 3.8000021), | |
| 295 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 296 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 297 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 298 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 299 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 300 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 301 | }) | |
| 302 | o19 = Create("Part",{
| |
| 303 | ["Parent"] = o2, | |
| 304 | ["Material"] = Enum.Material.Metal, | |
| 305 | ["BrickColor"] = BrickColor.new("Black"),
| |
| 306 | ["Position"] = Vector3.new(4.70000076, 20.9729691, 15.0999937), | |
| 307 | ["Anchored"] = true, | |
| 308 | ["CFrame"] = CFrame.new(4.70000076, 20.9729691, 15.0999937, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
| 309 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 310 | ["Size"] = Vector3.new(1.39999962, 1.99999988, 1.00000167), | |
| 311 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 312 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 313 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 314 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 315 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 316 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 317 | ["Color"] = Color3.new(0.105882, 0.164706, 0.207843), | |
| 318 | }) | |
| 319 | o20 = Create("BlockMesh",{
| |
| 320 | ["Parent"] = o19, | |
| 321 | ["Offset"] = Vector3.new(1.20000005, 0, 0), | |
| 322 | ["Scale"] = Vector3.new(1, 0.899999976, 0.949999988), | |
| 323 | }) | |
| 324 | o21 = Create("Part",{
| |
| 325 | ["Parent"] = o2, | |
| 326 | ["Material"] = Enum.Material.Metal, | |
| 327 | ["BrickColor"] = BrickColor.new("Black"),
| |
| 328 | ["Position"] = Vector3.new(4.70000076, 20.9729691, 5.89999485), | |
| 329 | ["Anchored"] = true, | |
| 330 | ["CFrame"] = CFrame.new(4.70000076, 20.9729691, 5.89999485, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
| 331 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 332 | ["Size"] = Vector3.new(1.39999962, 1.99999988, 1.00000167), | |
| 333 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 334 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 335 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 336 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 337 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 338 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 339 | ["Color"] = Color3.new(0.105882, 0.164706, 0.207843), | |
| 340 | }) | |
| 341 | o22 = Create("BlockMesh",{
| |
| 342 | ["Parent"] = o21, | |
| 343 | ["Offset"] = Vector3.new(1.20000005, 0, 0), | |
| 344 | ["Scale"] = Vector3.new(1, 0.899999976, 0.949999988), | |
| 345 | }) | |
| 346 | o23 = Create("Part",{
| |
| 347 | ["Parent"] = o2, | |
| 348 | ["Material"] = Enum.Material.Metal, | |
| 349 | ["BrickColor"] = BrickColor.new("Black"),
| |
| 350 | ["Position"] = Vector3.new(4.70000076, 20.9729691, 3.49999523), | |
| 351 | ["Anchored"] = true, | |
| 352 | ["CFrame"] = CFrame.new(4.70000076, 20.9729691, 3.49999523, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
| 353 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 354 | ["Size"] = Vector3.new(1.39999962, 1.99999988, 1.00000167), | |
| 355 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 356 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 357 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 358 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 359 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 360 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 361 | ["Color"] = Color3.new(0.105882, 0.164706, 0.207843), | |
| 362 | }) | |
| 363 | o24 = Create("BlockMesh",{
| |
| 364 | ["Parent"] = o23, | |
| 365 | ["Offset"] = Vector3.new(1.20000005, 0, 0), | |
| 366 | ["Scale"] = Vector3.new(1, 0.899999976, 0.949999988), | |
| 367 | }) | |
| 368 | o25 = Create("Part",{
| |
| 369 | ["Parent"] = o2, | |
| 370 | ["Material"] = Enum.Material.Metal, | |
| 371 | ["BrickColor"] = BrickColor.new("Black"),
| |
| 372 | ["Position"] = Vector3.new(4.70000076, 20.9729691, 4.69999504), | |
| 373 | ["Anchored"] = true, | |
| 374 | ["CFrame"] = CFrame.new(4.70000076, 20.9729691, 4.69999504, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
| 375 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 376 | ["Size"] = Vector3.new(1.39999962, 1.99999988, 1.00000167), | |
| 377 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 378 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 379 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 380 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 381 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 382 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 383 | ["Color"] = Color3.new(0.105882, 0.164706, 0.207843), | |
| 384 | }) | |
| 385 | o26 = Create("BlockMesh",{
| |
| 386 | ["Parent"] = o25, | |
| 387 | ["Offset"] = Vector3.new(1.20000005, 0, 0), | |
| 388 | ["Scale"] = Vector3.new(1, 0.899999976, 0.949999988), | |
| 389 | }) | |
| 390 | o27 = Create("Part",{
| |
| 391 | ["Parent"] = o2, | |
| 392 | ["Material"] = Enum.Material.Metal, | |
| 393 | ["Position"] = Vector3.new(13.5, 20.4729652, 1.90000057), | |
| 394 | ["Anchored"] = true, | |
| 395 | ["CFrame"] = CFrame.new(13.5, 20.4729652, 1.90000057, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
| 396 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 397 | ["Size"] = Vector3.new(3.39999962, 3, 1.80000114), | |
| 398 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 399 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 400 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 401 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 402 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 403 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 404 | }) | |
| 405 | o28 = Create("Part",{
| |
| 406 | ["Parent"] = o2, | |
| 407 | ["Material"] = Enum.Material.Metal, | |
| 408 | ["Position"] = Vector3.new(13.5, 20.4729652, 19.1000004), | |
| 409 | ["Anchored"] = true, | |
| 410 | ["CFrame"] = CFrame.new(13.5, 20.4729652, 19.1000004, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
| 411 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 412 | ["Size"] = Vector3.new(3.39999962, 3, 1.80000114), | |
| 413 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 414 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 415 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 416 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 417 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 418 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 419 | }) | |
| 420 | o29 = Create("Part",{
| |
| 421 | ["Parent"] = o2, | |
| 422 | ["Material"] = Enum.Material.Metal, | |
| 423 | ["Position"] = Vector3.new(3.10000086, 19.4729805, 6.59999847), | |
| 424 | ["Anchored"] = true, | |
| 425 | ["CFrame"] = CFrame.new(3.10000086, 19.4729805, 6.59999847, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
| 426 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 427 | ["Size"] = Vector3.new(4.59999943, 1, 2.8000021), | |
| 428 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 429 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 430 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 431 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 432 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 433 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 434 | }) | |
| 435 | o30 = Create("Part",{
| |
| 436 | ["Parent"] = o2, | |
| 437 | ["Material"] = Enum.Material.Metal, | |
| 438 | ["Position"] = Vector3.new(13.5, 20.4729691, 10.4999981), | |
| 439 | ["Anchored"] = true, | |
| 440 | ["CFrame"] = CFrame.new(13.5, 20.4729691, 10.4999981, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
| 441 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 442 | ["Size"] = Vector3.new(3.39999962, 3, 15.4000025), | |
| 443 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 444 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 445 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 446 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 447 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 448 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 449 | }) | |
| 450 | o31 = Create("Part",{
| |
| 451 | ["Parent"] = o2, | |
| 452 | ["Material"] = Enum.Material.Metal, | |
| 453 | ["Position"] = Vector3.new(9.10000038, 20.9729691, 10.4999971), | |
| 454 | ["Anchored"] = true, | |
| 455 | ["CFrame"] = CFrame.new(9.10000038, 20.9729691, 10.4999971, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
| 456 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 457 | ["Size"] = Vector3.new(5.39999962, 1.99999988, 5.80000162), | |
| 458 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 459 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 460 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 461 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 462 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 463 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 464 | }) | |
| 465 | o32 = Create("Part",{
| |
| 466 | ["Parent"] = o2, | |
| 467 | ["Material"] = Enum.Material.Metal, | |
| 468 | ["Position"] = Vector3.new(9.79999924, 20.4729614, 1.89999866), | |
| 469 | ["Anchored"] = true, | |
| 470 | ["CFrame"] = CFrame.new(9.79999924, 20.4729614, 1.89999866, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
| 471 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 472 | ["Size"] = Vector3.new(3.99999952, 0.99999994, 1.80000114), | |
| 473 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 474 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 475 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 476 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 477 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 478 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 479 | }) | |
| 480 | o33 = Create("Part",{
| |
| 481 | ["Parent"] = o2, | |
| 482 | ["Material"] = Enum.Material.Metal, | |
| 483 | ["Position"] = Vector3.new(9.79999924, 20.4729633, 19.1000004), | |
| 484 | ["Anchored"] = true, | |
| 485 | ["CFrame"] = CFrame.new(9.79999924, 20.4729633, 19.1000004, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
| 486 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 487 | ["Size"] = Vector3.new(3.99999952, 0.99999994, 1.80000114), | |
| 488 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 489 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 490 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 491 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 492 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 493 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 494 | }) | |
| 495 | o34 = Create("Part",{
| |
| 496 | ["Parent"] = o2, | |
| 497 | ["Material"] = Enum.Material.Metal, | |
| 498 | ["Position"] = Vector3.new(8.60000038, 20.9729691, 16.2999954), | |
| 499 | ["Anchored"] = true, | |
| 500 | ["CFrame"] = CFrame.new(8.60000038, 20.9729691, 16.2999954, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
| 501 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 502 | ["Size"] = Vector3.new(6.39999962, 1.99999988, 3.80000162), | |
| 503 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 504 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 505 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 506 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 507 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 508 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 509 | }) | |
| 510 | o35 = Create("Part",{
| |
| 511 | ["Parent"] = o2, | |
| 512 | ["Material"] = Enum.Material.Metal, | |
| 513 | ["Position"] = Vector3.new(8.60000038, 20.9729691, 4.69999695), | |
| 514 | ["Anchored"] = true, | |
| 515 | ["CFrame"] = CFrame.new(8.60000038, 20.9729691, 4.69999695, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
| 516 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 517 | ["Size"] = Vector3.new(6.39999962, 1.99999988, 3.80000162), | |
| 518 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 519 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 520 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 521 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 522 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 523 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 524 | }) | |
| 525 | o36 = Create("Part",{
| |
| 526 | ["Parent"] = o2, | |
| 527 | ["Material"] = Enum.Material.Metal, | |
| 528 | ["Position"] = Vector3.new(15.8000002, 19.5729675, 10.499999), | |
| 529 | ["Anchored"] = true, | |
| 530 | ["CFrame"] = CFrame.new(15.8000002, 19.5729675, 10.499999, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
| 531 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 532 | ["Size"] = Vector3.new(1.19999933, 1.19999993, 19.0000019), | |
| 533 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 534 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 535 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 536 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 537 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 538 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 539 | }) | |
| 540 | o37 = Create("Part",{
| |
| 541 | ["Name"] = "RotBase", | |
| 542 | ["Parent"] = o2, | |
| 543 | ["Material"] = Enum.Material.Metal, | |
| 544 | ["Position"] = Vector3.new(8.59999943, 19.4729652, 10.5), | |
| 545 | ["Anchored"] = true, | |
| 546 | ["CFrame"] = CFrame.new(8.59999943, 19.4729652, 10.5, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
| 547 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 548 | ["Size"] = Vector3.new(6.39999962, 1, 19.0000019), | |
| 549 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 550 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 551 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 552 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 553 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 554 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 555 | }) | |
| 556 | o38 = Create("Script",{
| |
| 557 | ["Parent"] = o37, | |
| 558 | }) | |
| 559 | table.insert(cors,coroutine.create(function() | |
| 560 | wait() | |
| 561 | runDummyScript(function() | |
| 562 | local weldTo = script.Parent | |
| 563 | local weldModel = Instance.new("Model",weldTo)
| |
| 564 | weldModel.Name = "Welds" | |
| 565 | ||
| 566 | makeWeld = function(part1,part0) | |
| 567 | local w = Instance.new("Weld",weldModel)
| |
| 568 | w.Part0 = part0 | |
| 569 | w.Part1 = part1 | |
| 570 | local CFrameOrigin = CFrame.new(part0.Position) | |
| 571 | local CFrame0 = part0.CFrame:inverse() * CFrameOrigin | |
| 572 | local CFrame1 = part1.CFrame:inverse() * CFrameOrigin | |
| 573 | w.C0 = CFrame0 | |
| 574 | w.C1 = CFrame1 | |
| 575 | end | |
| 576 | ||
| 577 | for i,v in pairs (weldTo.Parent:children()) do | |
| 578 | if v.ClassName == "Part" or v.Name == "Part" and v ~= weldTo then | |
| 579 | makeWeld(v,weldTo) | |
| 580 | v.Anchored = false | |
| 581 | end | |
| 582 | end | |
| 583 | ||
| 584 | weldTo.Anchored = false | |
| 585 | end,o38) | |
| 586 | end)) | |
| 587 | o39 = Create("CornerWedgePart",{
| |
| 588 | ["Name"] = "Part", | |
| 589 | ["Parent"] = o2, | |
| 590 | ["Material"] = Enum.Material.Metal, | |
| 591 | ["Position"] = Vector3.new(15.4000092, 24.8729706, 13.3999882), | |
| 592 | ["Rotation"] = Vector3.new(-2.16416493e-006, 90, 0), | |
| 593 | ["Anchored"] = true, | |
| 594 | ["CFrame"] = CFrame.new(15.4000092, 24.8729706, 13.3999882, 1.17377851e-006, -1.82769577e-009, 1.00000393, -3.77720433e-008, 1.00000644, 2.67309446e-008, -1.00000346, -1.40801831e-007, 1.20358038e-006), | |
| 595 | ["Size"] = Vector3.new(2, 0.99999994, 4), | |
| 596 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 597 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 598 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 599 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 600 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 601 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 602 | }) | |
| 603 | o40 = Create("CornerWedgePart",{
| |
| 604 | ["Name"] = "Part", | |
| 605 | ["Parent"] = o2, | |
| 606 | ["Material"] = Enum.Material.Metal, | |
| 607 | ["Position"] = Vector3.new(15.4000006, 24.8729706, 7.59999752), | |
| 608 | ["Rotation"] = Vector3.new(-180, 6.72525566e-005, -180), | |
| 609 | ["Anchored"] = true, | |
| 610 | ["CFrame"] = CFrame.new(15.4000006, 24.8729706, 7.59999752, -1.00000393, 2.49045229e-008, 1.17377851e-006, 1.39710465e-012, 1.00000644, 4.89933116e-009, -1.20358038e-006, -9.8130549e-008, -1.00000346), | |
| 611 | ["Size"] = Vector3.new(4, 0.99999994, 2), | |
| 612 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 613 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 614 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 615 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 616 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 617 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 618 | }) | |
| 619 | o41 = Create("WedgePart",{
| |
| 620 | ["Name"] = "Part", | |
| 621 | ["Parent"] = o2, | |
| 622 | ["Material"] = Enum.Material.Metal, | |
| 623 | ["Position"] = Vector3.new(15.7999973, 21.0729637, 3.79999447), | |
| 624 | ["Rotation"] = Vector3.new(61.7603416, -89.8356781, 52.5105972), | |
| 625 | ["Anchored"] = true, | |
| 626 | ["CFrame"] = CFrame.new(15.7999973, 21.0729637, 3.79999447, 9.66431823e-009, -1.25996094e-008, -0.999995887, -4.4366459e-008, 0.999993563, -8.94081609e-008, 0.999996543, 1.03970919e-007, 4.80199418e-008), | |
| 627 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 628 | ["Size"] = Vector3.new(5.60000038, 1.79999983, 1.19999981), | |
| 629 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 630 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 631 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 632 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 633 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 634 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 635 | }) | |
| 636 | o42 = Create("WedgePart",{
| |
| 637 | ["Name"] = "Part", | |
| 638 | ["Parent"] = o2, | |
| 639 | ["Material"] = Enum.Material.Metal, | |
| 640 | ["Position"] = Vector3.new(3.10000038, 19.4729805, 3.0999999), | |
| 641 | ["Rotation"] = Vector3.new(-90, 90, 0), | |
| 642 | ["Anchored"] = true, | |
| 643 | ["CFrame"] = CFrame.new(3.10000038, 19.4729805, 3.0999999, -8.44520827e-008, 2.13162821e-014, 1, -1, -7.13215294e-015, -5.88602802e-008, -1.78886452e-008, -1, 2.13162821e-014), | |
| 644 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 645 | ["Size"] = Vector3.new(0.999999762, 4.19999981, 4.5999999), | |
| 646 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 647 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 648 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 649 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 650 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 651 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 652 | }) | |
| 653 | o43 = Create("WedgePart",{
| |
| 654 | ["Name"] = "Part", | |
| 655 | ["Parent"] = o2, | |
| 656 | ["Material"] = Enum.Material.Metal, | |
| 657 | ["Position"] = Vector3.new(15.7999964, 21.0729446, 17.2000065), | |
| 658 | ["Rotation"] = Vector3.new(61.7603416, -89.8356781, 52.5105972), | |
| 659 | ["Anchored"] = true, | |
| 660 | ["CFrame"] = CFrame.new(15.7999964, 21.0729446, 17.2000065, 9.66431823e-009, -1.25996094e-008, -0.999995887, -4.4366459e-008, 0.999993563, -8.94081609e-008, 0.999996543, 1.03970919e-007, 4.80199418e-008), | |
| 661 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 662 | ["Size"] = Vector3.new(5.60000038, 1.79999983, 1.19999981), | |
| 663 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 664 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 665 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 666 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 667 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 668 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 669 | }) | |
| 670 | o44 = Create("WedgePart",{
| |
| 671 | ["Name"] = "Part", | |
| 672 | ["Parent"] = o2, | |
| 673 | ["Material"] = Enum.Material.Metal, | |
| 674 | ["Position"] = Vector3.new(8.60001373, 20.7729626, 7.10003757), | |
| 675 | ["Rotation"] = Vector3.new(118.239357, 89.8356781, -93.3275681), | |
| 676 | ["Anchored"] = true, | |
| 677 | ["CFrame"] = CFrame.new(8.60001373, 20.7729626, 7.10003757, -9.66432889e-009, 1.66218271e-007, 0.999995887, -4.43658905e-008, 0.999993563, -8.94092977e-008, -0.999996543, 1.52383137e-008, -4.8019956e-008), | |
| 678 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 679 | ["Size"] = Vector3.new(0.999999046, 1.5999999, 6.4000001), | |
| 680 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 681 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 682 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 683 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 684 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 685 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 686 | }) | |
| 687 | o45 = Create("WedgePart",{
| |
| 688 | ["Name"] = "Part", | |
| 689 | ["Parent"] = o2, | |
| 690 | ["Material"] = Enum.Material.Metal, | |
| 691 | ["Position"] = Vector3.new(6.60002232, 20.4729652, 1.90001464), | |
| 692 | ["Rotation"] = Vector3.new(118.239357, 89.8356781, -93.3275681), | |
| 693 | ["Anchored"] = true, | |
| 694 | ["CFrame"] = CFrame.new(6.60002232, 20.4729652, 1.90001464, -9.66432889e-009, 1.66218271e-007, 0.999995887, -4.43658905e-008, 0.999993563, -8.94092977e-008, -0.999996543, 1.52383137e-008, -4.8019956e-008), | |
| 695 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 696 | ["Size"] = Vector3.new(1.79999876, 0.999999881, 2.4000001), | |
| 697 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 698 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 699 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 700 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 701 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 702 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 703 | }) | |
| 704 | o46 = Create("WedgePart",{
| |
| 705 | ["Name"] = "Part", | |
| 706 | ["Parent"] = o2, | |
| 707 | ["Material"] = Enum.Material.Metal, | |
| 708 | ["Position"] = Vector3.new(6.60000038, 20.4729633, 19.0999966), | |
| 709 | ["Rotation"] = Vector3.new(118.239357, 89.8356781, -93.3275681), | |
| 710 | ["Anchored"] = true, | |
| 711 | ["CFrame"] = CFrame.new(6.60000038, 20.4729633, 19.0999966, -9.66432889e-009, 1.66218271e-007, 0.999995887, -4.43658905e-008, 0.999993563, -8.94092977e-008, -0.999996543, 1.52383137e-008, -4.8019956e-008), | |
| 712 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 713 | ["Size"] = Vector3.new(1.79999876, 0.999999881, 2.4000001), | |
| 714 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 715 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 716 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 717 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 718 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 719 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 720 | }) | |
| 721 | o47 = Create("WedgePart",{
| |
| 722 | ["Name"] = "Part", | |
| 723 | ["Parent"] = o2, | |
| 724 | ["Material"] = Enum.Material.Metal, | |
| 725 | ["Position"] = Vector3.new(8.60001373, 20.7729645, 13.8999968), | |
| 726 | ["Rotation"] = Vector3.new(118.239357, 89.8356781, -93.3275681), | |
| 727 | ["Anchored"] = true, | |
| 728 | ["CFrame"] = CFrame.new(8.60001373, 20.7729645, 13.8999968, -9.66432889e-009, 1.66218271e-007, 0.999995887, -4.43658905e-008, 0.999993563, -8.94092977e-008, -0.999996543, 1.52383137e-008, -4.8019956e-008), | |
| 729 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 730 | ["Size"] = Vector3.new(0.999999046, 1.5999999, 6.4000001), | |
| 731 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 732 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 733 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 734 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 735 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 736 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 737 | }) | |
| 738 | o48 = Create("WedgePart",{
| |
| 739 | ["Name"] = "Part", | |
| 740 | ["Parent"] = o2, | |
| 741 | ["Material"] = Enum.Material.Neon, | |
| 742 | ["BrickColor"] = BrickColor.new("Cyan"),
| |
| 743 | ["Position"] = Vector3.new(5.49999905, 20.4729691, 8.49999714), | |
| 744 | ["Rotation"] = Vector3.new(-90, 90, 0), | |
| 745 | ["Anchored"] = true, | |
| 746 | ["CFrame"] = CFrame.new(5.49999905, 20.4729691, 8.49999714, -8.44520827e-008, 7.28178724e-015, 1, -1, -7.10542736e-015, -5.88602873e-008, -1.78886381e-008, -1, 7.28178639e-015), | |
| 747 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 748 | ["Size"] = Vector3.new(0.999999881, 1.79999995, 1.79999995), | |
| 749 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 750 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 751 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 752 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 753 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 754 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 755 | ["Color"] = Color3.new(0.0156863, 0.686275, 0.92549), | |
| 756 | }) | |
| 757 | o49 = Create("WedgePart",{
| |
| 758 | ["Name"] = "Part", | |
| 759 | ["Parent"] = o2, | |
| 760 | ["Material"] = Enum.Material.Neon, | |
| 761 | ["BrickColor"] = BrickColor.new("Cyan"),
| |
| 762 | ["Position"] = Vector3.new(5.49999952, 20.4729691, 12.4999962), | |
| 763 | ["Rotation"] = Vector3.new(180, 1.32405615e-013, 90), | |
| 764 | ["Anchored"] = true, | |
| 765 | ["CFrame"] = CFrame.new(5.49999952, 20.4729691, 12.4999962, -2.55917882e-008, -1, 2.31091383e-015, -1, -7.10542736e-015, -5.88602873e-008, 4.09716421e-008, -8.33471696e-015, -1), | |
| 766 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 767 | ["Size"] = Vector3.new(0.999999881, 1.79999995, 1.79999995), | |
| 768 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 769 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 770 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 771 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 772 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 773 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 774 | ["Color"] = Color3.new(0.0156863, 0.686275, 0.92549), | |
| 775 | }) | |
| 776 | o50 = Create("WedgePart",{
| |
| 777 | ["Name"] = "Part", | |
| 778 | ["Parent"] = o2, | |
| 779 | ["Material"] = Enum.Material.Metal, | |
| 780 | ["Position"] = Vector3.new(5.49999905, 22.6729679, 7.59999657), | |
| 781 | ["Rotation"] = Vector3.new(-90, 90, 0), | |
| 782 | ["Anchored"] = true, | |
| 783 | ["CFrame"] = CFrame.new(5.49999905, 22.6729679, 7.59999657, -8.44520827e-008, 7.28178724e-015, 1, -1, -7.10542736e-015, -5.88602873e-008, -1.78886381e-008, -1, 7.28178639e-015), | |
| 784 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 785 | ["Size"] = Vector3.new(3.4000001, 2, 1.79999995), | |
| 786 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 787 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 788 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 789 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 790 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 791 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 792 | }) | |
| 793 | o51 = Create("WedgePart",{
| |
| 794 | ["Name"] = "Part", | |
| 795 | ["Parent"] = o2, | |
| 796 | ["Material"] = Enum.Material.Metal, | |
| 797 | ["Position"] = Vector3.new(5.49999809, 22.672966, 13.3999958), | |
| 798 | ["Rotation"] = Vector3.new(-115.12175, 89.960434, -145.134079), | |
| 799 | ["Anchored"] = true, | |
| 800 | ["CFrame"] = CFrame.new(5.49999809, 22.672966, 13.3999958, -1.71099259e-007, 1.1920929e-007, 0.999999762, 0.999999821, -7.06808123e-009, 1.90675053e-007, 3.01962295e-008, 0.999999762, -8.94069672e-008), | |
| 801 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 802 | ["Size"] = Vector3.new(3.4000001, 2, 1.79999995), | |
| 803 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 804 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 805 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 806 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 807 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 808 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 809 | }) | |
| 810 | o52 = Create("WedgePart",{
| |
| 811 | ["Name"] = "Part", | |
| 812 | ["Parent"] = o2, | |
| 813 | ["Material"] = Enum.Material.Metal, | |
| 814 | ["Position"] = Vector3.new(7.90001488, 21.4729671, 13.8999949), | |
| 815 | ["Rotation"] = Vector3.new(-179.999985, -90, 0), | |
| 816 | ["Anchored"] = true, | |
| 817 | ["CFrame"] = CFrame.new(7.90001488, 21.4729671, 13.8999949, -3.53157475e-006, 2.16926378e-006, -1, 3.73831881e-007, -1, -2.16926514e-006, -1, -3.73839555e-007, 3.53157384e-006), | |
| 818 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 819 | ["Size"] = Vector3.new(0.999999046, 0.99999994, 3), | |
| 820 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 821 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 822 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 823 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 824 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 825 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 826 | }) | |
| 827 | o53 = Create("WedgePart",{
| |
| 828 | ["Name"] = "Part", | |
| 829 | ["Parent"] = o2, | |
| 830 | ["Material"] = Enum.Material.Metal, | |
| 831 | ["Position"] = Vector3.new(7.90001488, 21.4729671, 7.09999514), | |
| 832 | ["Rotation"] = Vector3.new(-179.999985, -90, 0), | |
| 833 | ["Anchored"] = true, | |
| 834 | ["CFrame"] = CFrame.new(7.90001488, 21.4729671, 7.09999514, -3.53157475e-006, 2.16926378e-006, -1, 3.73831881e-007, -1, -2.16926514e-006, -1, -3.73839555e-007, 3.53157384e-006), | |
| 835 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 836 | ["Size"] = Vector3.new(0.999999046, 0.99999994, 3), | |
| 837 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 838 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 839 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 840 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 841 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 842 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 843 | }) | |
| 844 | o54 = Create("WedgePart",{
| |
| 845 | ["Name"] = "Part", | |
| 846 | ["Parent"] = o2, | |
| 847 | ["Material"] = Enum.Material.Metal, | |
| 848 | ["Position"] = Vector3.new(9.80000114, 21.4729652, 19.0999966), | |
| 849 | ["Rotation"] = Vector3.new(118.239357, 89.8356781, -93.3275681), | |
| 850 | ["Anchored"] = true, | |
| 851 | ["CFrame"] = CFrame.new(9.80000114, 21.4729652, 19.0999966, -9.66432889e-009, 1.66218271e-007, 0.999995887, -4.43658905e-008, 0.999993563, -8.94092977e-008, -0.999996543, 1.52383137e-008, -4.8019956e-008), | |
| 852 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 853 | ["Size"] = Vector3.new(1.80000007, 0.999999821, 4), | |
| 854 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 855 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 856 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 857 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 858 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 859 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 860 | }) | |
| 861 | o55 = Create("WedgePart",{
| |
| 862 | ["Name"] = "Part", | |
| 863 | ["Parent"] = o2, | |
| 864 | ["Material"] = Enum.Material.Metal, | |
| 865 | ["Position"] = Vector3.new(9.80000877, 21.472971, 1.89999914), | |
| 866 | ["Rotation"] = Vector3.new(118.239357, 89.8356781, -93.3275681), | |
| 867 | ["Anchored"] = true, | |
| 868 | ["CFrame"] = CFrame.new(9.80000877, 21.472971, 1.89999914, -9.66432889e-009, 1.66218271e-007, 0.999995887, -4.43658905e-008, 0.999993563, -8.94092977e-008, -0.999996543, 1.52383137e-008, -4.8019956e-008), | |
| 869 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 870 | ["Size"] = Vector3.new(1.80000007, 0.999999821, 4), | |
| 871 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 872 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 873 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 874 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 875 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 876 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 877 | }) | |
| 878 | o56 = Create("WedgePart",{
| |
| 879 | ["Name"] = "Part", | |
| 880 | ["Parent"] = o2, | |
| 881 | ["Material"] = Enum.Material.Metal, | |
| 882 | ["Position"] = Vector3.new(6.59999609, 22.7729702, 4.69999599), | |
| 883 | ["Rotation"] = Vector3.new(4.05415303e-005, 90, 0), | |
| 884 | ["Anchored"] = true, | |
| 885 | ["CFrame"] = CFrame.new(6.59999609, 22.7729702, 4.69999599, -4.04392964e-008, -4.38364486e-006, 1.00000226, 7.07586196e-007, 1.00000429, 4.31639e-006, -1.00000226, 7.67397069e-007, -7.02383645e-008), | |
| 886 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 887 | ["Size"] = Vector3.new(3.79999971, 1.60000002, 2.4000001), | |
| 888 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 889 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 890 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 891 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 892 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 893 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 894 | }) | |
| 895 | o57 = Create("WedgePart",{
| |
| 896 | ["Name"] = "Part", | |
| 897 | ["Parent"] = o2, | |
| 898 | ["Material"] = Enum.Material.Metal, | |
| 899 | ["Position"] = Vector3.new(6.59999418, 22.7729664, 16.3000011), | |
| 900 | ["Rotation"] = Vector3.new(4.05415303e-005, 90, 0), | |
| 901 | ["Anchored"] = true, | |
| 902 | ["CFrame"] = CFrame.new(6.59999418, 22.7729664, 16.3000011, -4.04392964e-008, -4.38364486e-006, 1.00000226, 7.07586196e-007, 1.00000429, 4.31639e-006, -1.00000226, 7.67397069e-007, -7.02383645e-008), | |
| 903 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 904 | ["Size"] = Vector3.new(3.79999971, 1.60000002, 2.4000001), | |
| 905 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 906 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 907 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 908 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 909 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 910 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 911 | }) | |
| 912 | o58 = Create("WedgePart",{
| |
| 913 | ["Name"] = "Part", | |
| 914 | ["Parent"] = o2, | |
| 915 | ["Material"] = Enum.Material.Metal, | |
| 916 | ["Position"] = Vector3.new(3.09999967, 19.4729691, 17.8999996), | |
| 917 | ["Rotation"] = Vector3.new(90, 90, 0), | |
| 918 | ["Anchored"] = true, | |
| 919 | ["CFrame"] = CFrame.new(3.09999967, 19.4729691, 17.8999996, 1.79151272e-008, 1.78225016e-014, 1, 1, 6.21724894e-015, 7.6766753e-009, 1.78886452e-008, 1, -1.39951358e-014), | |
| 920 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 921 | ["Size"] = Vector3.new(0.999999762, 4.19999981, 4.5999999), | |
| 922 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 923 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 924 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 925 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 926 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 927 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 928 | }) | |
| 929 | o59 = Create("WedgePart",{
| |
| 930 | ["Name"] = "Part", | |
| 931 | ["Parent"] = o2, | |
| 932 | ["Material"] = Enum.Material.Metal, | |
| 933 | ["Position"] = Vector3.new(2.50000262, 19.4729748, 12.0999956), | |
| 934 | ["Rotation"] = Vector3.new(-89.9999161, -90, 0), | |
| 935 | ["Anchored"] = true, | |
| 936 | ["CFrame"] = CFrame.new(2.50000262, 19.4729748, 12.0999956, -7.58492035e-007, 6.60409228e-007, -1, 1, 1.47521541e-006, -7.58491069e-007, 1.47521496e-006, -1, -6.60410365e-007), | |
| 937 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 938 | ["Size"] = Vector3.new(0.99999994, 1.79999995, 1.39999998), | |
| 939 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 940 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 941 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 942 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 943 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 944 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 945 | }) | |
| 946 | o60 = Create("WedgePart",{
| |
| 947 | ["Name"] = "Part", | |
| 948 | ["Parent"] = o2, | |
| 949 | ["Material"] = Enum.Material.Metal, | |
| 950 | ["Position"] = Vector3.new(-0.100000262, 19.9729671, 9.09999561), | |
| 951 | ["Rotation"] = Vector3.new(-90, 3.41509462e-006, 90), | |
| 952 | ["Anchored"] = true, | |
| 953 | ["CFrame"] = CFrame.new(-0.100000262, 19.9729671, 9.09999561, -7.31676124e-008, -1, 5.96046448e-008, -1.0413462e-014, 1.49011612e-007, 1, -1, 7.31676195e-008, -3.55271368e-014), | |
| 954 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 955 | ["Size"] = Vector3.new(1, 1.79999995, 2), | |
| 956 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 957 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 958 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 959 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 960 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 961 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 962 | }) | |
| 963 | o61 = Create("WedgePart",{
| |
| 964 | ["Name"] = "Part", | |
| 965 | ["Parent"] = o2, | |
| 966 | ["Material"] = Enum.Material.Metal, | |
| 967 | ["Position"] = Vector3.new(-0.100000262, 19.9729691, 11.8999958), | |
| 968 | ["Rotation"] = Vector3.new(-90, 3.41509462e-006, 90), | |
| 969 | ["Anchored"] = true, | |
| 970 | ["CFrame"] = CFrame.new(-0.100000262, 19.9729691, 11.8999958, -7.31676124e-008, -1, 5.96046448e-008, -1.0413462e-014, 1.49011612e-007, 1, -1, 7.31676195e-008, -3.55271368e-014), | |
| 971 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 972 | ["Size"] = Vector3.new(1, 1.79999995, 2), | |
| 973 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 974 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 975 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 976 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 977 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 978 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 979 | }) | |
| 980 | o62 = Create("WedgePart",{
| |
| 981 | ["Name"] = "Part", | |
| 982 | ["Parent"] = o2, | |
| 983 | ["Material"] = Enum.Material.Metal, | |
| 984 | ["Position"] = Vector3.new(1.29999554, 20.4729652, 11.9000072), | |
| 985 | ["Rotation"] = Vector3.new(90.0000076, -4.00884164e-005, -90.0000076), | |
| 986 | ["Anchored"] = true, | |
| 987 | ["CFrame"] = CFrame.new(1.29999554, 20.4729652, 11.9000072, -1.26986635e-007, 0.999991775, -6.99674843e-007, 7.68220048e-008, -8.26661335e-007, -0.999990225, -0.99999398, -1.26984801e-007, -1.10142366e-007), | |
| 988 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 989 | ["Size"] = Vector3.new(0.99999994, 0.999999881, 1), | |
| 990 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 991 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 992 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 993 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 994 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 995 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 996 | }) | |
| 997 | o63 = Create("WedgePart",{
| |
| 998 | ["Name"] = "Part", | |
| 999 | ["Parent"] = o2, | |
| 1000 | ["Material"] = Enum.Material.Metal, | |
| 1001 | ["Position"] = Vector3.new(1.29999554, 20.4729652, 9.10000992), | |
| 1002 | ["Rotation"] = Vector3.new(90.0000076, -4.00884164e-005, -90.0000076), | |
| 1003 | ["Anchored"] = true, | |
| 1004 | ["CFrame"] = CFrame.new(1.29999554, 20.4729652, 9.10000992, -1.26986635e-007, 0.999991775, -6.99674843e-007, 7.68220048e-008, -8.26661335e-007, -0.999990225, -0.99999398, -1.26984801e-007, -1.10142366e-007), | |
| 1005 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 1006 | ["Size"] = Vector3.new(0.99999994, 0.999999881, 1), | |
| 1007 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1008 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1009 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1010 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1011 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1012 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1013 | }) | |
| 1014 | o64 = Create("WedgePart",{
| |
| 1015 | ["Name"] = "Part", | |
| 1016 | ["Parent"] = o2, | |
| 1017 | ["Material"] = Enum.Material.Metal, | |
| 1018 | ["Position"] = Vector3.new(13.6999998, 22.7729626, 4.69999599), | |
| 1019 | ["Rotation"] = Vector3.new(-180, -89.980217, -80.7577362), | |
| 1020 | ["Anchored"] = true, | |
| 1021 | ["CFrame"] = CFrame.new(13.6999998, 22.7729626, 4.69999599, 4.84948259e-009, 2.98023224e-008, -0.99999994, -2.05794759e-008, -0.99999994, 0, -0.99999994, 7.97080446e-009, -4.84948259e-009), | |
| 1022 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 1023 | ["Size"] = Vector3.new(3.79999971, 1.60000002, 3.79999995), | |
| 1024 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1025 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1026 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1027 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1028 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1029 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1030 | }) | |
| 1031 | o65 = Create("WedgePart",{
| |
| 1032 | ["Name"] = "Part", | |
| 1033 | ["Parent"] = o2, | |
| 1034 | ["Material"] = Enum.Material.Metal, | |
| 1035 | ["Position"] = Vector3.new(13.5, 22.7729645, 16.2999954), | |
| 1036 | ["Rotation"] = Vector3.new(-180, -89.980217, -80.7577362), | |
| 1037 | ["Anchored"] = true, | |
| 1038 | ["CFrame"] = CFrame.new(13.5, 22.7729645, 16.2999954, 4.84948259e-009, 2.98023224e-008, -0.99999994, -2.05794759e-008, -0.99999994, 0, -0.99999994, 7.97080446e-009, -4.84948259e-009), | |
| 1039 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 1040 | ["Size"] = Vector3.new(3.79999971, 1.60000002, 3.4000001), | |
| 1041 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1042 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1043 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1044 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1045 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1046 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1047 | }) | |
| 1048 | o66 = Create("WedgePart",{
| |
| 1049 | ["Name"] = "Part", | |
| 1050 | ["Parent"] = o2, | |
| 1051 | ["Material"] = Enum.Material.Metal, | |
| 1052 | ["Position"] = Vector3.new(16.9000015, 21.0729694, 10.499999), | |
| 1053 | ["Rotation"] = Vector3.new(-180, -89.980217, -80.7577362), | |
| 1054 | ["Anchored"] = true, | |
| 1055 | ["CFrame"] = CFrame.new(16.9000015, 21.0729694, 10.499999, 4.84948259e-009, 2.98023224e-008, -0.99999994, -2.05794759e-008, -0.99999994, 0, -0.99999994, 7.97080446e-009, -4.84948259e-009), | |
| 1056 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 1057 | ["Size"] = Vector3.new(7.80000019, 1.79999995, 0.99999994), | |
| 1058 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1059 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1060 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1061 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1062 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1063 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1064 | }) | |
| 1065 | o67 = Create("WedgePart",{
| |
| 1066 | ["Name"] = "Part", | |
| 1067 | ["Parent"] = o2, | |
| 1068 | ["Material"] = Enum.Material.Metal, | |
| 1069 | ["Position"] = Vector3.new(6.60000134, 24.8729649, 10.4999962), | |
| 1070 | ["Rotation"] = Vector3.new(-3.0533326e-013, 90, 0), | |
| 1071 | ["Anchored"] = true, | |
| 1072 | ["CFrame"] = CFrame.new(6.60000134, 24.8729649, 10.4999962, -3.3268492e-008, 5.11835943e-008, 1, -5.32907052e-015, 1, -2.55917989e-008, -1, 1.78886435e-008, -3.32684884e-008), | |
| 1073 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 1074 | ["Size"] = Vector3.new(3.79999995, 0.99999994, 4.00000048), | |
| 1075 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1076 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1077 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1078 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1079 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1080 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1081 | }) | |
| 1082 | o68 = Create("WedgePart",{
| |
| 1083 | ["Name"] = "Part", | |
| 1084 | ["Parent"] = o2, | |
| 1085 | ["Material"] = Enum.Material.Metal, | |
| 1086 | ["Position"] = Vector3.new(15.4000015, 24.8729668, 10.4999962), | |
| 1087 | ["Rotation"] = Vector3.new(3.0533326e-013, -90, 0), | |
| 1088 | ["Anchored"] = true, | |
| 1089 | ["CFrame"] = CFrame.new(15.4000015, 24.8729668, 10.4999962, 3.3268492e-008, -2.70131301e-015, -1, -5.32907052e-015, 1, -2.55917989e-008, 1, 1.78886559e-008, 3.32684884e-008), | |
| 1090 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 1091 | ["Size"] = Vector3.new(3.79999995, 0.99999994, 4.00000048), | |
| 1092 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1093 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1094 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1095 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1096 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1097 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1098 | }) | |
| 1099 | o69 = Create("WedgePart",{
| |
| 1100 | ["Name"] = "Part", | |
| 1101 | ["Parent"] = o2, | |
| 1102 | ["Material"] = Enum.Material.Metal, | |
| 1103 | ["Position"] = Vector3.new(11.5000019, 24.8729668, 13.3999968), | |
| 1104 | ["Rotation"] = Vector3.new(180, -1.90614423e-006, -180), | |
| 1105 | ["Anchored"] = true, | |
| 1106 | ["CFrame"] = CFrame.new(11.5000019, 24.8729668, 13.3999968, -1, 2.55917936e-008, -3.3268492e-008, -5.32907052e-015, 1, -2.55917989e-008, 3.32684884e-008, -7.70314923e-009, -1), | |
| 1107 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 1108 | ["Size"] = Vector3.new(3.79999995, 0.99999994, 2.00000048), | |
| 1109 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1110 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1111 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1112 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1113 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1114 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1115 | }) | |
| 1116 | o70 = Create("WedgePart",{
| |
| 1117 | ["Name"] = "Part", | |
| 1118 | ["Parent"] = o2, | |
| 1119 | ["Material"] = Enum.Material.Metal, | |
| 1120 | ["Position"] = Vector3.new(11.5000019, 24.8729668, 7.59999609), | |
| 1121 | ["Rotation"] = Vector3.new(1.46630214e-006, 1.90614423e-006, -1.46630248e-006), | |
| 1122 | ["Anchored"] = true, | |
| 1123 | ["CFrame"] = CFrame.new(11.5000019, 24.8729668, 7.59999609, 1, 2.5591806e-008, 3.3268492e-008, -5.32907052e-015, 1, -2.55917989e-008, -3.32684884e-008, 4.34804477e-008, 1), | |
| 1124 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 1125 | ["Size"] = Vector3.new(3.79999995, 0.99999994, 2.00000048), | |
| 1126 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1127 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1128 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1129 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1130 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1131 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1132 | }) | |
| 1133 | o71 = Create("WedgePart",{
| |
| 1134 | ["Name"] = "Part", | |
| 1135 | ["Parent"] = o2, | |
| 1136 | ["Material"] = Enum.Material.Metal, | |
| 1137 | ["BrickColor"] = BrickColor.new("Black"),
| |
| 1138 | ["Position"] = Vector3.new(8.99999905, 24.7729702, 7.69999647), | |
| 1139 | ["Rotation"] = Vector3.new(1.46630214e-006, 1.90614423e-006, -1.46630248e-006), | |
| 1140 | ["Anchored"] = true, | |
| 1141 | ["CFrame"] = CFrame.new(8.99999905, 24.7729702, 7.69999647, 1, 2.5591806e-008, 3.3268492e-008, -5.32907052e-015, 1, -2.55917989e-008, -3.32684884e-008, 4.34804477e-008, 1), | |
| 1142 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 1143 | ["Size"] = Vector3.new(1.20000005, 0.799999952, 1.80000043), | |
| 1144 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1145 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1146 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1147 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1148 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1149 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1150 | ["Color"] = Color3.new(0.105882, 0.164706, 0.207843), | |
| 1151 | }) | |
| 1152 | o72 = Create("SpecialMesh",{
| |
| 1153 | ["Parent"] = o71, | |
| 1154 | ["Offset"] = Vector3.new(1.10000002, 0, 0), | |
| 1155 | ["Scale"] = Vector3.new(1, 1.07000005, 1), | |
| 1156 | ["MeshType"] = Enum.MeshType.Wedge, | |
| 1157 | }) | |
| 1158 | o73 = Create("Part",{
| |
| 1159 | ["Name"] = "LJoint", | |
| 1160 | ["Parent"] = o2, | |
| 1161 | ["Material"] = Enum.Material.Metal, | |
| 1162 | ["Transparency"] = 1, | |
| 1163 | ["Position"] = Vector3.new(9.49999809, 20.2729568, 21.5), | |
| 1164 | ["Rotation"] = Vector3.new(180, -9.2207365e-006, 7.48569892e-006), | |
| 1165 | ["Anchored"] = true, | |
| 1166 | ["CFrame"] = CFrame.new(9.49999809, 20.2729568, 21.5, 1, -1.30650093e-007, -1.60932217e-007, -1.30650108e-007, -1, -5.96046164e-008, -1.60932203e-007, 5.96046377e-008, -1), | |
| 1167 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 1168 | ["Size"] = Vector3.new(2.99999952, 2.5999999, 2.20000124), | |
| 1169 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1170 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1171 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1172 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1173 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1174 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1175 | }) | |
| 1176 | o74 = Create("Part",{
| |
| 1177 | ["Name"] = "RJoint", | |
| 1178 | ["Parent"] = o2, | |
| 1179 | ["Material"] = Enum.Material.Metal, | |
| 1180 | ["Transparency"] = 1, | |
| 1181 | ["Position"] = Vector3.new(9.49999809, 20.2729568, -0.50000149), | |
| 1182 | ["Rotation"] = Vector3.new(180, -9.2207365e-006, 7.48569892e-006), | |
| 1183 | ["Anchored"] = true, | |
| 1184 | ["CFrame"] = CFrame.new(9.49999809, 20.2729568, -0.50000149, 1, -1.47549628e-007, 2.72161913e-007, 1.47549613e-007, 1, 5.96046803e-008, -2.72161913e-007, -5.96046377e-008, 1), | |
| 1185 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 1186 | ["Size"] = Vector3.new(2.99999952, 2.5999999, 2.20000124), | |
| 1187 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1188 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1189 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1190 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1191 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1192 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1193 | }) | |
| 1194 | o75 = Create("Model",{
| |
| 1195 | ["Name"] = "LCannon", | |
| 1196 | ["Parent"] = o2, | |
| 1197 | }) | |
| 1198 | o76 = Create("Part",{
| |
| 1199 | ["Parent"] = o75, | |
| 1200 | ["Material"] = Enum.Material.Metal, | |
| 1201 | ["Position"] = Vector3.new(15.1999998, 20.2729511, 20.6999989), | |
| 1202 | ["Rotation"] = Vector3.new(180, -9.2207365e-006, 7.48569892e-006), | |
| 1203 | ["Anchored"] = true, | |
| 1204 | ["CFrame"] = CFrame.new(15.1999998, 20.2729511, 20.6999989, 1, -1.30650093e-007, -1.60932217e-007, -1.30650108e-007, -1, -5.96046164e-008, -1.60932203e-007, 5.96046377e-008, -1), | |
| 1205 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 1206 | ["Size"] = Vector3.new(8, 2.5999999, 1.00000119), | |
| 1207 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1208 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1209 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1210 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1211 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1212 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1213 | }) | |
| 1214 | o77 = Create("Part",{
| |
| 1215 | ["Name"] = "Barrel1", | |
| 1216 | ["Parent"] = o75, | |
| 1217 | ["Material"] = Enum.Material.Metal, | |
| 1218 | ["Position"] = Vector3.new(2.3999989, 19.6729603, 21.5), | |
| 1219 | ["Rotation"] = Vector3.new(180, -9.2207365e-006, 7.48569892e-006), | |
| 1220 | ["Anchored"] = true, | |
| 1221 | ["CFrame"] = CFrame.new(2.3999989, 19.6729603, 21.5, 1, -1.30650093e-007, -1.60932217e-007, -1.30650108e-007, -1, -5.96046164e-008, -1.60932203e-007, 5.96046377e-008, -1), | |
| 1222 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 1223 | ["Size"] = Vector3.new(10.7999992, 0.999999881, 2.6000011), | |
| 1224 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1225 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1226 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1227 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1228 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1229 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1230 | }) | |
| 1231 | o78 = Create("Part",{
| |
| 1232 | ["Name"] = "Barrel2", | |
| 1233 | ["Parent"] = o75, | |
| 1234 | ["Material"] = Enum.Material.Metal, | |
| 1235 | ["Position"] = Vector3.new(4.29999876, 20.8729591, 21.4999981), | |
| 1236 | ["Rotation"] = Vector3.new(180, -9.2207365e-006, 7.48569892e-006), | |
| 1237 | ["Anchored"] = true, | |
| 1238 | ["CFrame"] = CFrame.new(4.29999876, 20.8729591, 21.4999981, 1, -1.30650093e-007, -1.60932217e-007, -1.30650108e-007, -1, -5.96046164e-008, -1.60932203e-007, 5.96046377e-008, -1), | |
| 1239 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 1240 | ["Size"] = Vector3.new(7, 0.999999881, 2.60000134), | |
| 1241 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1242 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1243 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1244 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1245 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1246 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1247 | }) | |
| 1248 | o79 = Create("Part",{
| |
| 1249 | ["Name"] = "Base", | |
| 1250 | ["Parent"] = o75, | |
| 1251 | ["Material"] = Enum.Material.Metal, | |
| 1252 | ["Position"] = Vector3.new(9.49999809, 20.2729549, 21.6000004), | |
| 1253 | ["Rotation"] = Vector3.new(180, -9.2207365e-006, 7.48569892e-006), | |
| 1254 | ["Anchored"] = true, | |
| 1255 | ["CFrame"] = CFrame.new(9.49999809, 20.2729549, 21.6000004, 1, -1.30650093e-007, -1.60932217e-007, -1.30650108e-007, -1, -5.96046164e-008, -1.60932203e-007, 5.96046377e-008, -1), | |
| 1256 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 1257 | ["Size"] = Vector3.new(3.39999962, 2.5999999, 2.80000114), | |
| 1258 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1259 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1260 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1261 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1262 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1263 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1264 | }) | |
| 1265 | o80 = Create("Script",{
| |
| 1266 | ["Parent"] = o79, | |
| 1267 | }) | |
| 1268 | table.insert(cors,coroutine.create(function() | |
| 1269 | wait() | |
| 1270 | runDummyScript(function() | |
| 1271 | local weldTo = script.Parent | |
| 1272 | local weldModel = Instance.new("Model",weldTo)
| |
| 1273 | weldModel.Name = "Welds" | |
| 1274 | ||
| 1275 | makeWeld = function(part1,part0) | |
| 1276 | local w = Instance.new("Weld",weldModel)
| |
| 1277 | w.Part0 = part0 | |
| 1278 | w.Part1 = part1 | |
| 1279 | local CFrameOrigin = CFrame.new(part0.Position) | |
| 1280 | local CFrame0 = part0.CFrame:inverse() * CFrameOrigin | |
| 1281 | local CFrame1 = part1.CFrame:inverse() * CFrameOrigin | |
| 1282 | w.C0 = CFrame0 | |
| 1283 | w.C1 = CFrame1 | |
| 1284 | end | |
| 1285 | ||
| 1286 | for i,v in pairs (weldTo.Parent:children()) do | |
| 1287 | if v.ClassName == "Part" or v.Name == "Part" and v ~= weldTo then | |
| 1288 | makeWeld(v,weldTo) | |
| 1289 | v.Anchored = false | |
| 1290 | end | |
| 1291 | end | |
| 1292 | ||
| 1293 | weldTo.Anchored = false | |
| 1294 | end,o80) | |
| 1295 | end)) | |
| 1296 | o81 = Create("WedgePart",{
| |
| 1297 | ["Name"] = "Part", | |
| 1298 | ["Parent"] = o75, | |
| 1299 | ["Material"] = Enum.Material.Metal, | |
| 1300 | ["Position"] = Vector3.new(-0.800001144, 20.872961, 21.5), | |
| 1301 | ["Rotation"] = Vector3.new(180, -9.22071104e-006, 89.9999695), | |
| 1302 | ["Anchored"] = true, | |
| 1303 | ["CFrame"] = CFrame.new(-0.800001144, 20.872961, 21.5, 5.7332295e-007, -1, -1.60931762e-007, -1, -5.7332295e-007, -5.960473e-008, 5.96046377e-008, 1.60931791e-007, -1), | |
| 1304 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 1305 | ["Size"] = Vector3.new(1, 3.19999981, 2.60000014), | |
| 1306 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1307 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1308 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1309 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1310 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1311 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1312 | }) | |
| 1313 | o82 = Create("WedgePart",{
| |
| 1314 | ["Name"] = "Part", | |
| 1315 | ["Parent"] = o75, | |
| 1316 | ["Material"] = Enum.Material.Metal, | |
| 1317 | ["Position"] = Vector3.new(-4.80000019, 19.6729546, 21.5000057), | |
| 1318 | ["Rotation"] = Vector3.new(180, -6.10148072e-006, 90.0000153), | |
| 1319 | ["Anchored"] = true, | |
| 1320 | ["CFrame"] = CFrame.new(-4.80000019, 19.6729546, 21.5000057, -2.95794706e-007, -1, -1.06490923e-007, -1, 2.95794706e-007, -5.96046092e-008, 5.96046377e-008, 1.06490909e-007, -1), | |
| 1321 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 1322 | ["Size"] = Vector3.new(1, 3.5999999, 2.5999999), | |
| 1323 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1324 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1325 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1326 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1327 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1328 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1329 | }) | |
| 1330 | o83 = Create("WedgePart",{
| |
| 1331 | ["Name"] = "Part", | |
| 1332 | ["Parent"] = o75, | |
| 1333 | ["Material"] = Enum.Material.Metal, | |
| 1334 | ["Position"] = Vector3.new(15.1999979, 20.2729568, 22.0999966), | |
| 1335 | ["Rotation"] = Vector3.new(90, -90, 0), | |
| 1336 | ["Anchored"] = true, | |
| 1337 | ["CFrame"] = CFrame.new(15.1999979, 20.2729568, 22.0999966, -1.37835116e-007, 7.99750168e-008, -1, -1, 5.96046235e-008, 1.37835116e-007, 5.96046377e-008, 1, 7.99750097e-008), | |
| 1338 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 1339 | ["Size"] = Vector3.new(2.5999999, 1.79999971, 8), | |
| 1340 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1341 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1342 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1343 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1344 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1345 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1346 | }) | |
| 1347 | o84 = Create("Model",{
| |
| 1348 | ["Name"] = "RCannon", | |
| 1349 | ["Parent"] = o2, | |
| 1350 | }) | |
| 1351 | o85 = Create("Part",{
| |
| 1352 | ["Parent"] = o84, | |
| 1353 | ["Material"] = Enum.Material.Metal, | |
| 1354 | ["Transparency"] = 1, | |
| 1355 | ["Position"] = Vector3.new(9.49999905, 20.2729683, -0.300001562), | |
| 1356 | ["Anchored"] = true, | |
| 1357 | ["CFrame"] = CFrame.new(9.49999905, 20.2729683, -0.300001562, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
| 1358 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 1359 | ["Size"] = Vector3.new(2.99999952, 2.5999999, 2.20000124), | |
| 1360 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1361 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1362 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1363 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1364 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1365 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1366 | }) | |
| 1367 | o86 = Create("Part",{
| |
| 1368 | ["Parent"] = o84, | |
| 1369 | ["Material"] = Enum.Material.Metal, | |
| 1370 | ["Position"] = Vector3.new(15.2000008, 20.2729721, 0.299998999), | |
| 1371 | ["Anchored"] = true, | |
| 1372 | ["CFrame"] = CFrame.new(15.2000008, 20.2729721, 0.299998999, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
| 1373 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 1374 | ["Size"] = Vector3.new(8, 2.5999999, 1.00000119), | |
| 1375 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1376 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1377 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1378 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1379 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1380 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1381 | }) | |
| 1382 | o87 = Create("Part",{
| |
| 1383 | ["Name"] = "Barrel1", | |
| 1384 | ["Parent"] = o84, | |
| 1385 | ["Material"] = Enum.Material.Metal, | |
| 1386 | ["Position"] = Vector3.new(2.39999962, 19.6729622, -0.50000149), | |
| 1387 | ["Anchored"] = true, | |
| 1388 | ["CFrame"] = CFrame.new(2.39999962, 19.6729622, -0.50000149, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
| 1389 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 1390 | ["Size"] = Vector3.new(10.7999992, 0.999999881, 2.6000011), | |
| 1391 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1392 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1393 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1394 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1395 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1396 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1397 | }) | |
| 1398 | o88 = Create("Part",{
| |
| 1399 | ["Name"] = "Barrel2", | |
| 1400 | ["Parent"] = o84, | |
| 1401 | ["Material"] = Enum.Material.Metal, | |
| 1402 | ["Position"] = Vector3.new(4.29999924, 20.8729668, -0.500001609), | |
| 1403 | ["Anchored"] = true, | |
| 1404 | ["CFrame"] = CFrame.new(4.29999924, 20.8729668, -0.500001609, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
| 1405 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 1406 | ["Size"] = Vector3.new(7, 0.999999881, 2.60000134), | |
| 1407 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1408 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1409 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1410 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1411 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1412 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1413 | }) | |
| 1414 | o89 = Create("Part",{
| |
| 1415 | ["Name"] = "Base", | |
| 1416 | ["Parent"] = o84, | |
| 1417 | ["Material"] = Enum.Material.Metal, | |
| 1418 | ["Position"] = Vector3.new(9.49999905, 20.2729683, -0.600001514), | |
| 1419 | ["Anchored"] = true, | |
| 1420 | ["CFrame"] = CFrame.new(9.49999905, 20.2729683, -0.600001514, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
| 1421 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 1422 | ["Size"] = Vector3.new(3.39999962, 2.5999999, 2.80000114), | |
| 1423 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1424 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1425 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1426 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1427 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1428 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1429 | }) | |
| 1430 | o90 = Create("Script",{
| |
| 1431 | ["Parent"] = o89, | |
| 1432 | }) | |
| 1433 | table.insert(cors,coroutine.create(function() | |
| 1434 | wait() | |
| 1435 | runDummyScript(function() | |
| 1436 | local weldTo = script.Parent | |
| 1437 | local weldModel = Instance.new("Model",weldTo)
| |
| 1438 | weldModel.Name = "Welds" | |
| 1439 | ||
| 1440 | makeWeld = function(part1,part0) | |
| 1441 | local w = Instance.new("Weld",weldModel)
| |
| 1442 | w.Part0 = part0 | |
| 1443 | w.Part1 = part1 | |
| 1444 | local CFrameOrigin = CFrame.new(part0.Position) | |
| 1445 | local CFrame0 = part0.CFrame:inverse() * CFrameOrigin | |
| 1446 | local CFrame1 = part1.CFrame:inverse() * CFrameOrigin | |
| 1447 | w.C0 = CFrame0 | |
| 1448 | w.C1 = CFrame1 | |
| 1449 | end | |
| 1450 | ||
| 1451 | for i,v in pairs (weldTo.Parent:children()) do | |
| 1452 | if v.ClassName == "Part" or v.Name == "Part" and v ~= weldTo then | |
| 1453 | makeWeld(v,weldTo) | |
| 1454 | v.Anchored = false | |
| 1455 | end | |
| 1456 | end | |
| 1457 | ||
| 1458 | weldTo.Anchored = false | |
| 1459 | end,o90) | |
| 1460 | end)) | |
| 1461 | o91 = Create("WedgePart",{
| |
| 1462 | ["Name"] = "Part", | |
| 1463 | ["Parent"] = o84, | |
| 1464 | ["Material"] = Enum.Material.Metal, | |
| 1465 | ["Position"] = Vector3.new(-0.800001025, 20.8729687, -0.500002265), | |
| 1466 | ["Rotation"] = Vector3.new(-6.40330256e-007, 2.73961808e-011, 89.9999619), | |
| 1467 | ["Anchored"] = true, | |
| 1468 | ["CFrame"] = CFrame.new(-0.800001025, 20.8729687, -0.500002265, 7.03972944e-007, -1, 4.78153541e-013, 1, 6.91189484e-007, 1.11758709e-008, -1.98500061e-008, 4.65876903e-013, 1), | |
| 1469 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 1470 | ["Size"] = Vector3.new(1, 3.19999981, 2.60000014), | |
| 1471 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1472 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1473 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1474 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1475 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1476 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1477 | }) | |
| 1478 | o92 = Create("WedgePart",{
| |
| 1479 | ["Name"] = "Part", | |
| 1480 | ["Parent"] = o84, | |
| 1481 | ["Material"] = Enum.Material.Metal, | |
| 1482 | ["Position"] = Vector3.new(-4.80000019, 19.6729622, -0.500001967), | |
| 1483 | ["Rotation"] = Vector3.new(-5.93437971e-006, 4.63850392e-006, 90.0000076), | |
| 1484 | ["Anchored"] = true, | |
| 1485 | ["CFrame"] = CFrame.new(-4.80000019, 19.6729622, -0.500001967, -1.6514457e-007, -1, 8.09571645e-008, 1, -5.43850973e-008, 1.03574465e-007, -4.39698127e-008, 5.44412906e-008, 1), | |
| 1486 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 1487 | ["Size"] = Vector3.new(1, 3.5999999, 2.5999999), | |
| 1488 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1489 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1490 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1491 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1492 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1493 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1494 | }) | |
| 1495 | o93 = Create("WedgePart",{
| |
| 1496 | ["Name"] = "Part", | |
| 1497 | ["Parent"] = o84, | |
| 1498 | ["Material"] = Enum.Material.Metal, | |
| 1499 | ["Position"] = Vector3.new(15.1999989, 20.2729683, -1.1000011), | |
| 1500 | ["Rotation"] = Vector3.new(-90, -90, 0), | |
| 1501 | ["Anchored"] = true, | |
| 1502 | ["CFrame"] = CFrame.new(15.1999989, 20.2729683, -1.1000011, -7.18500681e-009, -8.09571929e-008, -1, 1, -5.43850973e-008, 1.03574465e-007, 5.21954746e-009, -1, 5.4441319e-008), | |
| 1503 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 1504 | ["Size"] = Vector3.new(2.5999999, 1.79999971, 8), | |
| 1505 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1506 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1507 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1508 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1509 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1510 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1511 | }) | |
| 1512 | o94 = Create("WedgePart",{
| |
| 1513 | ["Name"] = "Part", | |
| 1514 | ["Parent"] = o2, | |
| 1515 | ["Material"] = Enum.Material.Metal, | |
| 1516 | ["Position"] = Vector3.new(2.50000262, 19.4729748, 8.89999866), | |
| 1517 | ["Rotation"] = Vector3.new(143.417313, -89.7676163, 44.233551), | |
| 1518 | ["Anchored"] = true, | |
| 1519 | ["CFrame"] = CFrame.new(2.50000262, 19.4729748, 8.89999866, 4.57792879e-007, -4.45706036e-007, -0.999991775, -0.999990225, -5.07958191e-007, -3.3080434e-007, -5.41280144e-007, 0.99999398, -4.4570956e-007), | |
| 1520 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 1521 | ["Size"] = Vector3.new(0.99999994, 1.79999995, 1.39999998), | |
| 1522 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1523 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1524 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1525 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1526 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1527 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1528 | }) | |
| 1529 | o95 = Create("Part",{
| |
| 1530 | ["Parent"] = o2, | |
| 1531 | ["Material"] = Enum.Material.Metal, | |
| 1532 | ["Position"] = Vector3.new(1.79999876, 22.6729641, 10.4999933), | |
| 1533 | ["Rotation"] = Vector3.new(-1.02056141e-007, 90, 0), | |
| 1534 | ["Anchored"] = true, | |
| 1535 | ["CFrame"] = CFrame.new(1.79999876, 22.6729641, 10.4999933, -5.96046448e-008, 1.78925568e-008, 1, -1.78121562e-009, 1, -1.78925568e-008, -1, -1.78121673e-009, -5.96046448e-008), | |
| 1536 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 1537 | ["Size"] = Vector3.new(3.79999924, 3.4000001, 5.60000229), | |
| 1538 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1539 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1540 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1541 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1542 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1543 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1544 | }) | |
| 1545 | o96 = Create("SpecialMesh",{
| |
| 1546 | ["Parent"] = o95, | |
| 1547 | ["MeshType"] = Enum.MeshType.Wedge, | |
| 1548 | }) | |
| 1549 | o97 = Create("Model",{
| |
| 1550 | ["Name"] = "TurretBase", | |
| 1551 | ["Parent"] = o1, | |
| 1552 | }) | |
| 1553 | o98 = Create("Part",{
| |
| 1554 | ["Name"] = "RHip", | |
| 1555 | ["Parent"] = o97, | |
| 1556 | ["Material"] = Enum.Material.Metal, | |
| 1557 | ["Position"] = Vector3.new(8, 17.4729729, 4.5), | |
| 1558 | ["Anchored"] = true, | |
| 1559 | ["CFrame"] = CFrame.new(8, 17.4729729, 4.5, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
| 1560 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 1561 | ["Size"] = Vector3.new(2, 1, 3), | |
| 1562 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1563 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1564 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1565 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1566 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1567 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1568 | }) | |
| 1569 | o99 = Create("Part",{
| |
| 1570 | ["Parent"] = o97, | |
| 1571 | ["Material"] = Enum.Material.Metal, | |
| 1572 | ["Position"] = Vector3.new(8.5, 18.4729691, 10.5), | |
| 1573 | ["Anchored"] = true, | |
| 1574 | ["CFrame"] = CFrame.new(8.5, 18.4729691, 10.5, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
| 1575 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 1576 | ["Size"] = Vector3.new(9, 1, 15), | |
| 1577 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1578 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1579 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1580 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1581 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1582 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1583 | }) | |
| 1584 | o100 = Create("Part",{
| |
| 1585 | ["Parent"] = o97, | |
| 1586 | ["Material"] = Enum.Material.Metal, | |
| 1587 | ["Position"] = Vector3.new(10.1000004, 16.4729805, 10.5), | |
| 1588 | ["Anchored"] = true, | |
| 1589 | ["CFrame"] = CFrame.new(10.1000004, 16.4729805, 10.5, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
| 1590 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 1591 | ["Size"] = Vector3.new(12.1999998, 0.99999994, 3.80000019), | |
| 1592 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1593 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1594 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1595 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1596 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1597 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1598 | }) | |
| 1599 | o101 = Create("Part",{
| |
| 1600 | ["Name"] = "LHip", | |
| 1601 | ["Parent"] = o97, | |
| 1602 | ["Material"] = Enum.Material.Metal, | |
| 1603 | ["Position"] = Vector3.new(8, 17.4729729, 16.5), | |
| 1604 | ["Anchored"] = true, | |
| 1605 | ["CFrame"] = CFrame.new(8, 17.4729729, 16.5, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
| 1606 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 1607 | ["Size"] = Vector3.new(2, 1, 3), | |
| 1608 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1609 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1610 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1611 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1612 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1613 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1614 | }) | |
| 1615 | o102 = Create("WedgePart",{
| |
| 1616 | ["Name"] = "Part", | |
| 1617 | ["Parent"] = o97, | |
| 1618 | ["Material"] = Enum.Material.Metal, | |
| 1619 | ["Position"] = Vector3.new(10.1000004, 16.4729691, 13), | |
| 1620 | ["Rotation"] = Vector3.new(-90, -5.5740469e-007, 180), | |
| 1621 | ["Anchored"] = true, | |
| 1622 | ["CFrame"] = CFrame.new(10.1000004, 16.4729691, 13, -1, -2.36306015e-008, -9.72854686e-009, -4.29504183e-008, 0, 1, 4.48022242e-009, 1, 0), | |
| 1623 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 1624 | ["Size"] = Vector3.new(12.1999998, 1.20000005, 1), | |
| 1625 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1626 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1627 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1628 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1629 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1630 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1631 | }) | |
| 1632 | o103 = Create("WedgePart",{
| |
| 1633 | ["Name"] = "Part", | |
| 1634 | ["Parent"] = o97, | |
| 1635 | ["Material"] = Enum.Material.Metal, | |
| 1636 | ["Position"] = Vector3.new(10.1000004, 16.4729691, 8), | |
| 1637 | ["Rotation"] = Vector3.new(-90, -0, -0), | |
| 1638 | ["Anchored"] = true, | |
| 1639 | ["CFrame"] = CFrame.new(10.1000004, 16.4729691, 8, 1, 0, -0, 0, 0, 1, 0, -1, 0), | |
| 1640 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 1641 | ["Size"] = Vector3.new(12.1999998, 1.20000005, 1), | |
| 1642 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1643 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1644 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1645 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1646 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1647 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1648 | }) | |
| 1649 | o104 = Create("Part",{
| |
| 1650 | ["Parent"] = o97, | |
| 1651 | ["Material"] = Enum.Material.Metal, | |
| 1652 | ["Position"] = Vector3.new(8.5, 17.4729691, 7), | |
| 1653 | ["Anchored"] = true, | |
| 1654 | ["CFrame"] = CFrame.new(8.5, 17.4729691, 7, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
| 1655 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 1656 | ["Size"] = Vector3.new(9, 1, 2), | |
| 1657 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1658 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1659 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1660 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1661 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1662 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1663 | }) | |
| 1664 | o105 = Create("CornerWedgePart",{
| |
| 1665 | ["Name"] = "Part", | |
| 1666 | ["Parent"] = o97, | |
| 1667 | ["Material"] = Enum.Material.Metal, | |
| 1668 | ["Position"] = Vector3.new(3.00000572, 16.4729748, 8.00000763), | |
| 1669 | ["Rotation"] = Vector3.new(179.999985, -6.48816297e-007, -8.53766051e-006), | |
| 1670 | ["Anchored"] = true, | |
| 1671 | ["CFrame"] = CFrame.new(3.00000572, 16.4729748, 8.00000763, 0.999994814, 1.49009523e-007, -1.13239809e-008, 1.23080454e-007, -0.999990344, -3.51443191e-007, -1.13240217e-008, 3.10377544e-007, -0.999995112), | |
| 1672 | ["Size"] = Vector3.new(2, 0.999999881, 1.20000005), | |
| 1673 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1674 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1675 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1676 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1677 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1678 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1679 | }) | |
| 1680 | o106 = Create("CornerWedgePart",{
| |
| 1681 | ["Name"] = "Part", | |
| 1682 | ["Parent"] = o97, | |
| 1683 | ["Material"] = Enum.Material.Metal, | |
| 1684 | ["Position"] = Vector3.new(2.99999523, 16.4729748, 13), | |
| 1685 | ["Rotation"] = Vector3.new(88.1544724, -89.8154831, -91.7188034), | |
| 1686 | ["Anchored"] = true, | |
| 1687 | ["CFrame"] = CFrame.new(2.99999523, 16.4729748, 13, -1.13240519e-008, 3.77369929e-007, -0.999994814, 1.23081648e-007, -0.999990344, -3.51439837e-007, -0.999995112, -1.64149554e-007, 1.13239844e-008), | |
| 1688 | ["Size"] = Vector3.new(1.20000005, 0.999999881, 2), | |
| 1689 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1690 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1691 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1692 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1693 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1694 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1695 | }) | |
| 1696 | o107 = Create("Part",{
| |
| 1697 | ["Name"] = "RotBase", | |
| 1698 | ["Parent"] = o97, | |
| 1699 | ["Material"] = Enum.Material.Metal, | |
| 1700 | ["Position"] = Vector3.new(8.59999943, 19.4729652, 10.5), | |
| 1701 | ["Anchored"] = true, | |
| 1702 | ["CFrame"] = CFrame.new(8.59999943, 19.4729652, 10.5, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
| 1703 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 1704 | ["Size"] = Vector3.new(6.39999962, 1, 6.20000029), | |
| 1705 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1706 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1707 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1708 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1709 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1710 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1711 | }) | |
| 1712 | o108 = Create("Script",{
| |
| 1713 | ["Parent"] = o107, | |
| 1714 | }) | |
| 1715 | table.insert(cors,coroutine.create(function() | |
| 1716 | wait() | |
| 1717 | runDummyScript(function() | |
| 1718 | local weldTo = script.Parent | |
| 1719 | local weldModel = Instance.new("Model",weldTo)
| |
| 1720 | weldModel.Name = "Welds" | |
| 1721 | ||
| 1722 | makeWeld = function(part1,part0) | |
| 1723 | local w = Instance.new("Weld",weldModel)
| |
| 1724 | w.Part0 = part0 | |
| 1725 | w.Part1 = part1 | |
| 1726 | local CFrameOrigin = CFrame.new(part0.Position) | |
| 1727 | local CFrame0 = part0.CFrame:inverse() * CFrameOrigin | |
| 1728 | local CFrame1 = part1.CFrame:inverse() * CFrameOrigin | |
| 1729 | w.C0 = CFrame0 | |
| 1730 | w.C1 = CFrame1 | |
| 1731 | end | |
| 1732 | ||
| 1733 | for i,v in pairs (weldTo.Parent:children()) do | |
| 1734 | if v.ClassName == "Part" or v.Name == "Part" and v ~= weldTo then | |
| 1735 | makeWeld(v,weldTo) | |
| 1736 | v.Anchored = false | |
| 1737 | end | |
| 1738 | end | |
| 1739 | ||
| 1740 | weldTo.Anchored = false | |
| 1741 | end,o108) | |
| 1742 | end)) | |
| 1743 | o109 = Create("WedgePart",{
| |
| 1744 | ["Name"] = "Part", | |
| 1745 | ["Parent"] = o97, | |
| 1746 | ["Material"] = Enum.Material.Metal, | |
| 1747 | ["Position"] = Vector3.new(3.00000095, 16.4729824, 10.5), | |
| 1748 | ["Rotation"] = Vector3.new(-90, 5.12264196e-005, 90), | |
| 1749 | ["Anchored"] = true, | |
| 1750 | ["CFrame"] = CFrame.new(3.00000095, 16.4729824, 10.5, 2.56391743e-008, -0.999999106, 8.94069672e-007, 5.39099716e-008, 8.94069672e-007, 0.999998093, -0.999999046, -4.2288562e-008, 1.58340896e-009), | |
| 1751 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 1752 | ["Size"] = Vector3.new(3.79999971, 2, 0.99999994), | |
| 1753 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1754 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1755 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1756 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1757 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1758 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1759 | }) | |
| 1760 | o110 = Create("WedgePart",{
| |
| 1761 | ["Name"] = "Part", | |
| 1762 | ["Parent"] = o97, | |
| 1763 | ["Material"] = Enum.Material.Metal, | |
| 1764 | ["Position"] = Vector3.new(11.6999998, 17.4729691, 4.5), | |
| 1765 | ["Rotation"] = Vector3.new(-180, 90, 0), | |
| 1766 | ["Anchored"] = true, | |
| 1767 | ["CFrame"] = CFrame.new(11.6999998, 17.4729691, 4.5, 9.56532844e-008, 1.78813934e-007, 1, -3.67896291e-008, -1.00000024, 2.08616257e-007, 1.00000012, 7.99034794e-009, -1.09597288e-007), | |
| 1768 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 1769 | ["Size"] = Vector3.new(3, 0.99999994, 2.60000014), | |
| 1770 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1771 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1772 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1773 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1774 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1775 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1776 | }) | |
| 1777 | o111 = Create("WedgePart",{
| |
| 1778 | ["Name"] = "Part", | |
| 1779 | ["Parent"] = o97, | |
| 1780 | ["Material"] = Enum.Material.Metal, | |
| 1781 | ["Position"] = Vector3.new(11.699996, 17.4729614, 16.4999943), | |
| 1782 | ["Rotation"] = Vector3.new(-180, 90, 0), | |
| 1783 | ["Anchored"] = true, | |
| 1784 | ["CFrame"] = CFrame.new(11.699996, 17.4729614, 16.4999943, 9.59009157e-008, 2.65240669e-006, 1.0000037, -4.95392616e-009, -1.00000799, 2.68220901e-006, 1.00000393, 1.53721906e-008, -1.34950113e-007), | |
| 1785 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 1786 | ["Size"] = Vector3.new(3, 0.99999994, 2.60000014), | |
| 1787 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1788 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1789 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1790 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1791 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1792 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1793 | }) | |
| 1794 | o112 = Create("Part",{
| |
| 1795 | ["Parent"] = o97, | |
| 1796 | ["Material"] = Enum.Material.Metal, | |
| 1797 | ["Position"] = Vector3.new(8.5, 17.9729729, 2.5), | |
| 1798 | ["Anchored"] = true, | |
| 1799 | ["CFrame"] = CFrame.new(8.5, 17.9729729, 2.5, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
| 1800 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 1801 | ["Size"] = Vector3.new(9, 2, 1), | |
| 1802 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1803 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1804 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1805 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1806 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1807 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1808 | }) | |
| 1809 | o113 = Create("WedgePart",{
| |
| 1810 | ["Name"] = "Part", | |
| 1811 | ["Parent"] = o97, | |
| 1812 | ["Material"] = Enum.Material.Metal, | |
| 1813 | ["Position"] = Vector3.new(4.80000162, 17.4729671, 16.4999981), | |
| 1814 | ["Rotation"] = Vector3.new(-180, -90, 0), | |
| 1815 | ["Anchored"] = true, | |
| 1816 | ["CFrame"] = CFrame.new(4.80000162, 17.4729671, 16.4999981, -1.17238784e-007, -1.28149986e-006, -1.00000107, 1.87693825e-008, -1.00000262, 1.1920929e-006, -1.00000119, -7.91746402e-009, 1.41310124e-007), | |
| 1817 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 1818 | ["Size"] = Vector3.new(3, 0.99999994, 1.60000014), | |
| 1819 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1820 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1821 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1822 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1823 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1824 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1825 | }) | |
| 1826 | o114 = Create("WedgePart",{
| |
| 1827 | ["Name"] = "Part", | |
| 1828 | ["Parent"] = o97, | |
| 1829 | ["Material"] = Enum.Material.Metal, | |
| 1830 | ["Position"] = Vector3.new(4.80000162, 17.4729671, 4.50000191), | |
| 1831 | ["Rotation"] = Vector3.new(-180, -90, 0), | |
| 1832 | ["Anchored"] = true, | |
| 1833 | ["CFrame"] = CFrame.new(4.80000162, 17.4729671, 4.50000191, -1.17238784e-007, -1.28149986e-006, -1.00000107, 1.87693825e-008, -1.00000262, 1.1920929e-006, -1.00000119, -7.91746402e-009, 1.41310124e-007), | |
| 1834 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 1835 | ["Size"] = Vector3.new(3, 0.99999994, 1.60000014), | |
| 1836 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1837 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1838 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1839 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1840 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1841 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1842 | }) | |
| 1843 | o115 = Create("Part",{
| |
| 1844 | ["Parent"] = o97, | |
| 1845 | ["Material"] = Enum.Material.Metal, | |
| 1846 | ["Position"] = Vector3.new(8.5, 17.9729691, 18.5), | |
| 1847 | ["Anchored"] = true, | |
| 1848 | ["CFrame"] = CFrame.new(8.5, 17.9729691, 18.5, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
| 1849 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 1850 | ["Size"] = Vector3.new(9, 2, 1), | |
| 1851 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1852 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1853 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1854 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1855 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1856 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1857 | }) | |
| 1858 | o116 = Create("Part",{
| |
| 1859 | ["Parent"] = o97, | |
| 1860 | ["Material"] = Enum.Material.Metal, | |
| 1861 | ["Position"] = Vector3.new(8.5, 17.4729691, 14), | |
| 1862 | ["Anchored"] = true, | |
| 1863 | ["CFrame"] = CFrame.new(8.5, 17.4729691, 14, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
| 1864 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 1865 | ["Size"] = Vector3.new(9, 1, 2), | |
| 1866 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1867 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1868 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1869 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1870 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1871 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1872 | }) | |
| 1873 | o117 = Create("Part",{
| |
| 1874 | ["Parent"] = o97, | |
| 1875 | ["Material"] = Enum.Material.Metal, | |
| 1876 | ["Position"] = Vector3.new(14.6000004, 17.9729805, 10.5), | |
| 1877 | ["Anchored"] = true, | |
| 1878 | ["CFrame"] = CFrame.new(14.6000004, 17.9729805, 10.5, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
| 1879 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 1880 | ["Size"] = Vector3.new(3.20000005, 2, 6.19999981), | |
| 1881 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1882 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1883 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1884 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1885 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1886 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1887 | }) | |
| 1888 | o118 = Create("Part",{
| |
| 1889 | ["Parent"] = o97, | |
| 1890 | ["Material"] = Enum.Material.Metal, | |
| 1891 | ["Position"] = Vector3.new(2.70000052, 17.9729805, 10.5), | |
| 1892 | ["Anchored"] = true, | |
| 1893 | ["CFrame"] = CFrame.new(2.70000052, 17.9729805, 10.5, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
| 1894 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 1895 | ["Size"] = Vector3.new(2.60000014, 2, 5), | |
| 1896 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1897 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1898 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1899 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1900 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1901 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1902 | }) | |
| 1903 | o119 = Create("WedgePart",{
| |
| 1904 | ["Name"] = "Part", | |
| 1905 | ["Parent"] = o97, | |
| 1906 | ["Material"] = Enum.Material.Metal, | |
| 1907 | ["Position"] = Vector3.new(2.69999552, 17.9729633, 4.99998999), | |
| 1908 | ["Rotation"] = Vector3.new(-90.0000076, 90, 0), | |
| 1909 | ["Anchored"] = true, | |
| 1910 | ["CFrame"] = CFrame.new(2.69999552, 17.9729633, 4.99998999, -3.07949719e-008, -5.96048721e-008, 1.00000346, -1.00000644, -1.29921318e-007, 6.95391122e-009, 1.17245548e-007, -1.00000322, -8.94072585e-008), | |
| 1911 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 1912 | ["Size"] = Vector3.new(1.99999976, 6, 2.5999999), | |
| 1913 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1914 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1915 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1916 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1917 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1918 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1919 | }) | |
| 1920 | o120 = Create("WedgePart",{
| |
| 1921 | ["Name"] = "Part", | |
| 1922 | ["Parent"] = o97, | |
| 1923 | ["Material"] = Enum.Material.Metal, | |
| 1924 | ["Position"] = Vector3.new(2.69999981, 17.9729691, 15.999999), | |
| 1925 | ["Rotation"] = Vector3.new(90, 90, 0), | |
| 1926 | ["Anchored"] = true, | |
| 1927 | ["CFrame"] = CFrame.new(2.69999981, 17.9729691, 15.999999, -8.44520827e-008, 2.42193113e-014, 1, 1, 0, 1.10043885e-007, 1.78886523e-008, 1, -2.42193147e-014), | |
| 1928 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 1929 | ["Size"] = Vector3.new(1.99999976, 6, 2.5999999), | |
| 1930 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1931 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1932 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1933 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1934 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1935 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1936 | }) | |
| 1937 | o121 = Create("WedgePart",{
| |
| 1938 | ["Name"] = "Part", | |
| 1939 | ["Parent"] = o97, | |
| 1940 | ["Material"] = Enum.Material.Metal, | |
| 1941 | ["Position"] = Vector3.new(14.6999998, 17.9729691, 4.69999981), | |
| 1942 | ["Rotation"] = Vector3.new(-90, 0, -90), | |
| 1943 | ["Anchored"] = true, | |
| 1944 | ["CFrame"] = CFrame.new(14.6999998, 17.9729691, 4.69999981, 1.31480844e-008, 1, 0, 2.19134719e-008, 0, 1, 1, -2.59257238e-008, -4.49132251e-008), | |
| 1945 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 1946 | ["Size"] = Vector3.new(5.4000001, 3.4000001, 2.00000024), | |
| 1947 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1948 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1949 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1950 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1951 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1952 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1953 | }) | |
| 1954 | o122 = Create("Part",{
| |
| 1955 | ["Parent"] = o97, | |
| 1956 | ["Material"] = Enum.Material.Metal, | |
| 1957 | ["Position"] = Vector3.new(8.5, 17.4729805, 10.5), | |
| 1958 | ["Anchored"] = true, | |
| 1959 | ["CFrame"] = CFrame.new(8.5, 17.4729805, 10.5, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
| 1960 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 1961 | ["Size"] = Vector3.new(9, 1, 5), | |
| 1962 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1963 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1964 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1965 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1966 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1967 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1968 | }) | |
| 1969 | o123 = Create("WedgePart",{
| |
| 1970 | ["Name"] = "Part", | |
| 1971 | ["Parent"] = o97, | |
| 1972 | ["Material"] = Enum.Material.Metal, | |
| 1973 | ["Position"] = Vector3.new(14.6999998, 17.9729691, 16.2999992), | |
| 1974 | ["Rotation"] = Vector3.new(-90, 0, -90), | |
| 1975 | ["Anchored"] = true, | |
| 1976 | ["CFrame"] = CFrame.new(14.6999998, 17.9729691, 16.2999992, 1.31480844e-008, 1, 0, 2.19134719e-008, 0, 1, 1, -2.59257238e-008, -4.49132251e-008), | |
| 1977 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 1978 | ["Size"] = Vector3.new(5.4000001, 3.4000001, 2.00000024), | |
| 1979 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1980 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1981 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1982 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1983 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1984 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 1985 | }) | |
| 1986 | o124 = Create("Model",{
| |
| 1987 | ["Name"] = "LLeg", | |
| 1988 | ["Parent"] = o97, | |
| 1989 | }) | |
| 1990 | o125 = Create("Model",{
| |
| 1991 | ["Name"] = "Upper", | |
| 1992 | ["Parent"] = o124, | |
| 1993 | }) | |
| 1994 | o126 = Create("Part",{
| |
| 1995 | ["Name"] = "Knee", | |
| 1996 | ["Parent"] = o125, | |
| 1997 | ["Material"] = Enum.Material.Metal, | |
| 1998 | ["Position"] = Vector3.new(8, 9.5, 16.2999992), | |
| 1999 | ["Anchored"] = true, | |
| 2000 | ["CFrame"] = CFrame.new(8, 9.5, 16.2999992, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
| 2001 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 2002 | ["Shape"] = Enum.PartType.Ball, | |
| 2003 | ["Size"] = Vector3.new(4, 4, 4), | |
| 2004 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2005 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2006 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2007 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2008 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2009 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2010 | }) | |
| 2011 | o127 = Create("WedgePart",{
| |
| 2012 | ["Name"] = "Part", | |
| 2013 | ["Parent"] = o125, | |
| 2014 | ["Material"] = Enum.Material.Metal, | |
| 2015 | ["Position"] = Vector3.new(12.2999897, 10.6729889, 18.2999992), | |
| 2016 | ["Rotation"] = Vector3.new(-29.3821964, -89.7779465, 138.694763), | |
| 2017 | ["Anchored"] = true, | |
| 2018 | ["CFrame"] = CFrame.new(12.2999897, 10.6729889, 18.2999992, -2.98019103e-008, -2.61864432e-008, -0.99999249, -5.81066715e-008, -0.999995768, 5.23729646e-008, -0.999996066, 5.81066857e-008, 9.30146058e-008), | |
| 2019 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 2020 | ["Size"] = Vector3.new(1, 0.99999994, 2.5999999), | |
| 2021 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2022 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2023 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2024 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2025 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2026 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2027 | }) | |
| 2028 | o128 = Create("WedgePart",{
| |
| 2029 | ["Name"] = "Part", | |
| 2030 | ["Parent"] = o125, | |
| 2031 | ["Material"] = Enum.Material.Metal, | |
| 2032 | ["Position"] = Vector3.new(12.2999859, 14.0729828, 14.2999983), | |
| 2033 | ["Rotation"] = Vector3.new(91.4831009, -89.795372, 91.9953461), | |
| 2034 | ["Anchored"] = true, | |
| 2035 | ["CFrame"] = CFrame.new(12.2999859, 14.0729828, 14.2999983, -6.96264451e-008, -1.99849478e-006, -0.999993622, -4.76582045e-008, 0.99999249, -2.05637571e-006, 0.99999547, -1.19403012e-008, -5.32411804e-008), | |
| 2036 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 2037 | ["Size"] = Vector3.new(1, 5.80000019, 2.5999999), | |
| 2038 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2039 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2040 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2041 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2042 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2043 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2044 | }) | |
| 2045 | o129 = Create("WedgePart",{
| |
| 2046 | ["Name"] = "Part", | |
| 2047 | ["Parent"] = o125, | |
| 2048 | ["Material"] = Enum.Material.Metal, | |
| 2049 | ["Position"] = Vector3.new(12.2999907, 10.6730032, 14.3000021), | |
| 2050 | ["Rotation"] = Vector3.new(-29.3821964, -89.7779465, 138.694763), | |
| 2051 | ["Anchored"] = true, | |
| 2052 | ["CFrame"] = CFrame.new(12.2999907, 10.6730032, 14.3000021, -2.98019103e-008, -2.61864432e-008, -0.99999249, -5.81066715e-008, -0.999995768, 5.23729646e-008, -0.999996066, 5.81066857e-008, 9.30146058e-008), | |
| 2053 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 2054 | ["Size"] = Vector3.new(1, 0.99999994, 2.60000014), | |
| 2055 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2056 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2057 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2058 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2059 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2060 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2061 | }) | |
| 2062 | o130 = Create("WedgePart",{
| |
| 2063 | ["Name"] = "Part", | |
| 2064 | ["Parent"] = o125, | |
| 2065 | ["Material"] = Enum.Material.Metal, | |
| 2066 | ["Position"] = Vector3.new(8.5, 10.0729837, 14.3000002), | |
| 2067 | ["Rotation"] = Vector3.new(-180, -90, 0), | |
| 2068 | ["Anchored"] = true, | |
| 2069 | ["CFrame"] = CFrame.new(8.5, 10.0729837, 14.3000002, 0, 0, -1, 0, -1, -0, -1, 0, -0), | |
| 2070 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 2071 | ["Size"] = Vector3.new(1, 0.200000003, 5), | |
| 2072 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2073 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2074 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2075 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2076 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2077 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2078 | }) | |
| 2079 | o131 = Create("WedgePart",{
| |
| 2080 | ["Name"] = "Part", | |
| 2081 | ["Parent"] = o125, | |
| 2082 | ["Material"] = Enum.Material.Metal, | |
| 2083 | ["Position"] = Vector3.new(8.49998379, 10.0729828, 18.2999992), | |
| 2084 | ["Rotation"] = Vector3.new(-29.3821964, -89.7779465, 138.694763), | |
| 2085 | ["Anchored"] = true, | |
| 2086 | ["CFrame"] = CFrame.new(8.49998379, 10.0729828, 18.2999992, -2.98019103e-008, -2.61864432e-008, -0.99999249, -5.81066715e-008, -0.999995768, 5.23729646e-008, -0.999996066, 5.81066857e-008, 9.30146058e-008), | |
| 2087 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 2088 | ["Size"] = Vector3.new(1, 0.200000003, 5), | |
| 2089 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2090 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2091 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2092 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2093 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2094 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2095 | }) | |
| 2096 | o132 = Create("Part",{
| |
| 2097 | ["Parent"] = o125, | |
| 2098 | ["Material"] = Enum.Material.Metal, | |
| 2099 | ["Position"] = Vector3.new(8, 10.9729919, 16.2999992), | |
| 2100 | ["Anchored"] = true, | |
| 2101 | ["CFrame"] = CFrame.new(8, 10.9729919, 16.2999992, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
| 2102 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 2103 | ["Size"] = Vector3.new(4, 2, 3), | |
| 2104 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2105 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2106 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2107 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2108 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2109 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2110 | }) | |
| 2111 | o133 = Create("Part",{
| |
| 2112 | ["Name"] = "Hip", | |
| 2113 | ["Parent"] = o125, | |
| 2114 | ["Material"] = Enum.Material.Metal, | |
| 2115 | ["Position"] = Vector3.new(8, 17.4729805, 16.2999992), | |
| 2116 | ["Anchored"] = true, | |
| 2117 | ["CFrame"] = CFrame.new(8, 17.4729805, 16.2999992, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
| 2118 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 2119 | ["Size"] = Vector3.new(4, 1, 3), | |
| 2120 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2121 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2122 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2123 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2124 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2125 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2126 | }) | |
| 2127 | o134 = Create("Script",{
| |
| 2128 | ["Parent"] = o133, | |
| 2129 | }) | |
| 2130 | table.insert(cors,coroutine.create(function() | |
| 2131 | wait() | |
| 2132 | runDummyScript(function() | |
| 2133 | local weldTo = script.Parent | |
| 2134 | local weldModel = Instance.new("Model",weldTo)
| |
| 2135 | weldModel.Name = "Welds" | |
| 2136 | ||
| 2137 | makeWeld = function(part1,part0) | |
| 2138 | local w = Instance.new("Weld",weldModel)
| |
| 2139 | w.Part0 = part0 | |
| 2140 | w.Part1 = part1 | |
| 2141 | local CFrameOrigin = CFrame.new(part0.Position) | |
| 2142 | local CFrame0 = part0.CFrame:inverse() * CFrameOrigin | |
| 2143 | local CFrame1 = part1.CFrame:inverse() * CFrameOrigin | |
| 2144 | w.C0 = CFrame0 | |
| 2145 | w.C1 = CFrame1 | |
| 2146 | end | |
| 2147 | ||
| 2148 | for i,v in pairs (weldTo.Parent:children()) do | |
| 2149 | if v.ClassName == "Part" or v.Name == "Part" and v ~= weldTo then | |
| 2150 | makeWeld(v,weldTo) | |
| 2151 | v.Anchored = false | |
| 2152 | end | |
| 2153 | end | |
| 2154 | ||
| 2155 | weldTo.Anchored = false | |
| 2156 | end,o134) | |
| 2157 | end)) | |
| 2158 | o135 = Create("Part",{
| |
| 2159 | ["Parent"] = o125, | |
| 2160 | ["Material"] = Enum.Material.Metal, | |
| 2161 | ["Position"] = Vector3.new(8, 14.4729881, 16.2999992), | |
| 2162 | ["Anchored"] = true, | |
| 2163 | ["CFrame"] = CFrame.new(8, 14.4729881, 16.2999992, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
| 2164 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 2165 | ["Size"] = Vector3.new(4, 5, 3), | |
| 2166 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2167 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2168 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2169 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2170 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2171 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2172 | }) | |
| 2173 | o136 = Create("WedgePart",{
| |
| 2174 | ["Name"] = "Part", | |
| 2175 | ["Parent"] = o125, | |
| 2176 | ["Material"] = Enum.Material.Metal, | |
| 2177 | ["Position"] = Vector3.new(5.5, 13.4729805, 18.2999992), | |
| 2178 | ["Rotation"] = Vector3.new(180, -0, 90), | |
| 2179 | ["Anchored"] = true, | |
| 2180 | ["CFrame"] = CFrame.new(5.5, 13.4729805, 18.2999992, 0, -1, -0, -1, 0, -0, 0, 0, -1), | |
| 2181 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 2182 | ["Size"] = Vector3.new(7, 1, 1), | |
| 2183 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2184 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2185 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2186 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2187 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2188 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2189 | }) | |
| 2190 | o137 = Create("WedgePart",{
| |
| 2191 | ["Name"] = "Part", | |
| 2192 | ["Parent"] = o125, | |
| 2193 | ["Material"] = Enum.Material.Metal, | |
| 2194 | ["Position"] = Vector3.new(5.5, 13.4729881, 14.3000002), | |
| 2195 | ["Rotation"] = Vector3.new(-5.12264569e-006, 1.15153643e-005, 90.0000153), | |
| 2196 | ["Anchored"] = true, | |
| 2197 | ["CFrame"] = CFrame.new(5.5, 13.4729881, 14.3000002, -3.07173877e-007, -1, 2.0098102e-007, 1, -3.07173849e-007, 8.94070311e-008, -8.94069672e-008, 2.00981049e-007, 1), | |
| 2198 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 2199 | ["Size"] = Vector3.new(7, 1, 1), | |
| 2200 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2201 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2202 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2203 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2204 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2205 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2206 | }) | |
| 2207 | o138 = Create("WedgePart",{
| |
| 2208 | ["Name"] = "Part", | |
| 2209 | ["Parent"] = o125, | |
| 2210 | ["Material"] = Enum.Material.Metal, | |
| 2211 | ["Position"] = Vector3.new(12.2999878, 14.0729742, 18.2999973), | |
| 2212 | ["Rotation"] = Vector3.new(91.4831009, -89.795372, 91.9953461), | |
| 2213 | ["Anchored"] = true, | |
| 2214 | ["CFrame"] = CFrame.new(12.2999878, 14.0729742, 18.2999973, -6.96264451e-008, -1.99849478e-006, -0.999993622, -4.76582045e-008, 0.99999249, -2.05637571e-006, 0.99999547, -1.19403012e-008, -5.32411804e-008), | |
| 2215 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 2216 | ["Size"] = Vector3.new(1, 5.80000019, 2.5999999), | |
| 2217 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2218 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2219 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2220 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2221 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2222 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2223 | }) | |
| 2224 | o139 = Create("Part",{
| |
| 2225 | ["Parent"] = o125, | |
| 2226 | ["Material"] = Enum.Material.Metal, | |
| 2227 | ["Position"] = Vector3.new(5.5, 13.4729881, 16.2999992), | |
| 2228 | ["Anchored"] = true, | |
| 2229 | ["CFrame"] = CFrame.new(5.5, 13.4729881, 16.2999992, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
| 2230 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 2231 | ["Size"] = Vector3.new(1, 7, 3), | |
| 2232 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2233 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2234 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2235 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2236 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2237 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2238 | }) | |
| 2239 | o140 = Create("Part",{
| |
| 2240 | ["Parent"] = o125, | |
| 2241 | ["Material"] = Enum.Material.Metal, | |
| 2242 | ["Position"] = Vector3.new(8.5, 13.5730009, 14.3000002), | |
| 2243 | ["Anchored"] = true, | |
| 2244 | ["CFrame"] = CFrame.new(8.5, 13.5730009, 14.3000002, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
| 2245 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 2246 | ["Size"] = Vector3.new(5, 6.79999971, 1), | |
| 2247 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2248 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2249 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2250 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2251 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2252 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2253 | }) | |
| 2254 | o141 = Create("Part",{
| |
| 2255 | ["Parent"] = o125, | |
| 2256 | ["Material"] = Enum.Material.Metal, | |
| 2257 | ["Position"] = Vector3.new(8.5, 13.5729885, 18.2999992), | |
| 2258 | ["Anchored"] = true, | |
| 2259 | ["CFrame"] = CFrame.new(8.5, 13.5729885, 18.2999992, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
| 2260 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 2261 | ["Size"] = Vector3.new(5, 6.80000019, 1), | |
| 2262 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2263 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2264 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2265 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2266 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2267 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2268 | }) | |
| 2269 | o142 = Create("Model",{
| |
| 2270 | ["Name"] = "Lower", | |
| 2271 | ["Parent"] = o124, | |
| 2272 | }) | |
| 2273 | o143 = Create("Part",{
| |
| 2274 | ["Parent"] = o142, | |
| 2275 | ["Material"] = Enum.Material.Metal, | |
| 2276 | ["Position"] = Vector3.new(5.5, 6, 16.2999992), | |
| 2277 | ["Anchored"] = true, | |
| 2278 | ["CFrame"] = CFrame.new(5.5, 6, 16.2999992, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
| 2279 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 2280 | ["Size"] = Vector3.new(1, 6, 3), | |
| 2281 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2282 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2283 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2284 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2285 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2286 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2287 | }) | |
| 2288 | o144 = Create("WedgePart",{
| |
| 2289 | ["Name"] = "Part", | |
| 2290 | ["Parent"] = o142, | |
| 2291 | ["Material"] = Enum.Material.Metal, | |
| 2292 | ["Position"] = Vector3.new(8.5, 3.5, 14.3000011), | |
| 2293 | ["Rotation"] = Vector3.new(-180, -90, 0), | |
| 2294 | ["Anchored"] = true, | |
| 2295 | ["CFrame"] = CFrame.new(8.5, 3.5, 14.3000011, 0, 0, -1, 0, -1, -0, -1, 0, -0), | |
| 2296 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 2297 | ["Size"] = Vector3.new(1, 1, 5), | |
| 2298 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2299 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2300 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2301 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2302 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2303 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2304 | }) | |
| 2305 | o145 = Create("WedgePart",{
| |
| 2306 | ["Name"] = "Part", | |
| 2307 | ["Parent"] = o142, | |
| 2308 | ["Material"] = Enum.Material.Metal, | |
| 2309 | ["Position"] = Vector3.new(5.5, 6, 14.3000011), | |
| 2310 | ["Rotation"] = Vector3.new(-5.12264569e-006, 1.15153643e-005, 90.0000153), | |
| 2311 | ["Anchored"] = true, | |
| 2312 | ["CFrame"] = CFrame.new(5.5, 6, 14.3000011, -3.07173877e-007, -1, 2.0098102e-007, 1, -3.07173849e-007, 8.94070311e-008, -8.94069672e-008, 2.00981049e-007, 1), | |
| 2313 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 2314 | ["Size"] = Vector3.new(6, 1, 1), | |
| 2315 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2316 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2317 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2318 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2319 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2320 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2321 | }) | |
| 2322 | o146 = Create("Part",{
| |
| 2323 | ["Parent"] = o142, | |
| 2324 | ["Material"] = Enum.Material.Metal, | |
| 2325 | ["Position"] = Vector3.new(8.5, 6.50000811, 14.3000011), | |
| 2326 | ["Anchored"] = true, | |
| 2327 | ["CFrame"] = CFrame.new(8.5, 6.50000811, 14.3000011, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
| 2328 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 2329 | ["Size"] = Vector3.new(5, 5, 1), | |
| 2330 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2331 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2332 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2333 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2334 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2335 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2336 | }) | |
| 2337 | o147 = Create("Part",{
| |
| 2338 | ["Name"] = "Ankle", | |
| 2339 | ["Parent"] = o142, | |
| 2340 | ["Material"] = Enum.Material.Metal, | |
| 2341 | ["Position"] = Vector3.new(8, 3.00000572, 16.2999992), | |
| 2342 | ["Anchored"] = true, | |
| 2343 | ["CFrame"] = CFrame.new(8, 3.00000572, 16.2999992, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
| 2344 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 2345 | ["Shape"] = Enum.PartType.Ball, | |
| 2346 | ["Size"] = Vector3.new(4, 4, 4), | |
| 2347 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2348 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2349 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2350 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2351 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2352 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2353 | }) | |
| 2354 | o148 = Create("WedgePart",{
| |
| 2355 | ["Name"] = "Part", | |
| 2356 | ["Parent"] = o142, | |
| 2357 | ["Material"] = Enum.Material.Metal, | |
| 2358 | ["Position"] = Vector3.new(12, 5.80000782, 14.3000011), | |
| 2359 | ["Rotation"] = Vector3.new(-180, -90, 0), | |
| 2360 | ["Anchored"] = true, | |
| 2361 | ["CFrame"] = CFrame.new(12, 5.80000782, 14.3000011, 0, 0, -1, 0, -1, -0, -1, 0, -0), | |
| 2362 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 2363 | ["Size"] = Vector3.new(1, 3.59999967, 2), | |
| 2364 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2365 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2366 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2367 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2368 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2369 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2370 | }) | |
| 2371 | o149 = Create("Part",{
| |
| 2372 | ["Parent"] = o142, | |
| 2373 | ["Material"] = Enum.Material.Metal, | |
| 2374 | ["Position"] = Vector3.new(8, 6.49999475, 16.2999992), | |
| 2375 | ["Anchored"] = true, | |
| 2376 | ["CFrame"] = CFrame.new(8, 6.49999475, 16.2999992, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
| 2377 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 2378 | ["Size"] = Vector3.new(4, 5, 3), | |
| 2379 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2380 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2381 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2382 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2383 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2384 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2385 | }) | |
| 2386 | o150 = Create("WedgePart",{
| |
| 2387 | ["Name"] = "Part", | |
| 2388 | ["Parent"] = o142, | |
| 2389 | ["Material"] = Enum.Material.Metal, | |
| 2390 | ["Position"] = Vector3.new(12, 8.30000782, 14.3000011), | |
| 2391 | ["Rotation"] = Vector3.new(-0, -90, 0), | |
| 2392 | ["Anchored"] = true, | |
| 2393 | ["CFrame"] = CFrame.new(12, 8.30000782, 14.3000011, 0, 0, -1, 0, 1, 0, 1, 0, 0), | |
| 2394 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 2395 | ["Size"] = Vector3.new(0.999999881, 1.39999986, 2), | |
| 2396 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2397 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2398 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2399 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2400 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2401 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2402 | }) | |
| 2403 | o151 = Create("WedgePart",{
| |
| 2404 | ["Name"] = "Part", | |
| 2405 | ["Parent"] = o142, | |
| 2406 | ["Material"] = Enum.Material.Metal, | |
| 2407 | ["Position"] = Vector3.new(8.49998379, 3.49999547, 18.2999973), | |
| 2408 | ["Rotation"] = Vector3.new(-29.3821964, -89.7779465, 138.694763), | |
| 2409 | ["Anchored"] = true, | |
| 2410 | ["CFrame"] = CFrame.new(8.49998379, 3.49999547, 18.2999973, -2.98019103e-008, -2.61864432e-008, -0.99999249, -5.81066715e-008, -0.999995768, 5.23729646e-008, -0.999996066, 5.81066857e-008, 9.30146058e-008), | |
| 2411 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 2412 | ["Size"] = Vector3.new(1, 1, 5), | |
| 2413 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2414 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2415 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2416 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2417 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2418 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2419 | }) | |
| 2420 | o152 = Create("WedgePart",{
| |
| 2421 | ["Name"] = "Part", | |
| 2422 | ["Parent"] = o142, | |
| 2423 | ["Material"] = Enum.Material.Metal, | |
| 2424 | ["Position"] = Vector3.new(5.5, 5.99999475, 18.2999992), | |
| 2425 | ["Rotation"] = Vector3.new(180, -0, 90), | |
| 2426 | ["Anchored"] = true, | |
| 2427 | ["CFrame"] = CFrame.new(5.5, 5.99999475, 18.2999992, 0, -1, -0, -1, 0, -0, 0, 0, -1), | |
| 2428 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 2429 | ["Size"] = Vector3.new(6, 1, 1), | |
| 2430 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2431 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2432 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2433 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2434 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2435 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2436 | }) | |
| 2437 | o153 = Create("Part",{
| |
| 2438 | ["Parent"] = o142, | |
| 2439 | ["Material"] = Enum.Material.Metal, | |
| 2440 | ["Position"] = Vector3.new(8.5, 6.49999475, 18.2999992), | |
| 2441 | ["Anchored"] = true, | |
| 2442 | ["CFrame"] = CFrame.new(8.5, 6.49999475, 18.2999992, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
| 2443 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 2444 | ["Size"] = Vector3.new(5, 5, 1), | |
| 2445 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2446 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2447 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2448 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2449 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2450 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2451 | }) | |
| 2452 | o154 = Create("Part",{
| |
| 2453 | ["Name"] = "Knee", | |
| 2454 | ["Parent"] = o142, | |
| 2455 | ["Material"] = Enum.Material.Metal, | |
| 2456 | ["Position"] = Vector3.new(8, 9.4999876, 16.2999992), | |
| 2457 | ["Anchored"] = true, | |
| 2458 | ["CFrame"] = CFrame.new(8, 9.4999876, 16.2999992, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
| 2459 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 2460 | ["Size"] = Vector3.new(4, 1, 3), | |
| 2461 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2462 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2463 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2464 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2465 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2466 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2467 | }) | |
| 2468 | o155 = Create("Script",{
| |
| 2469 | ["Parent"] = o154, | |
| 2470 | }) | |
| 2471 | table.insert(cors,coroutine.create(function() | |
| 2472 | wait() | |
| 2473 | runDummyScript(function() | |
| 2474 | local weldTo = script.Parent | |
| 2475 | local weldModel = Instance.new("Model",weldTo)
| |
| 2476 | weldModel.Name = "Welds" | |
| 2477 | ||
| 2478 | makeWeld = function(part1,part0) | |
| 2479 | local w = Instance.new("Weld",weldModel)
| |
| 2480 | w.Part0 = part0 | |
| 2481 | w.Part1 = part1 | |
| 2482 | local CFrameOrigin = CFrame.new(part0.Position) | |
| 2483 | local CFrame0 = part0.CFrame:inverse() * CFrameOrigin | |
| 2484 | local CFrame1 = part1.CFrame:inverse() * CFrameOrigin | |
| 2485 | w.C0 = CFrame0 | |
| 2486 | w.C1 = CFrame1 | |
| 2487 | end | |
| 2488 | ||
| 2489 | for i,v in pairs (weldTo.Parent:children()) do | |
| 2490 | if v.ClassName == "Part" or v.Name == "Part" and v ~= weldTo then | |
| 2491 | makeWeld(v,weldTo) | |
| 2492 | v.Anchored = false | |
| 2493 | end | |
| 2494 | end | |
| 2495 | ||
| 2496 | weldTo.Anchored = false | |
| 2497 | end,o155) | |
| 2498 | end)) | |
| 2499 | o156 = Create("WedgePart",{
| |
| 2500 | ["Name"] = "Part", | |
| 2501 | ["Parent"] = o142, | |
| 2502 | ["Material"] = Enum.Material.Metal, | |
| 2503 | ["Position"] = Vector3.new(12, 8.29999447, 18.2999992), | |
| 2504 | ["Rotation"] = Vector3.new(-0, -90, 0), | |
| 2505 | ["Anchored"] = true, | |
| 2506 | ["CFrame"] = CFrame.new(12, 8.29999447, 18.2999992, 0, 0, -1, 0, 1, 0, 1, 0, 0), | |
| 2507 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 2508 | ["Size"] = Vector3.new(0.999999881, 1.39999986, 2), | |
| 2509 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2510 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2511 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2512 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2513 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2514 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2515 | }) | |
| 2516 | o157 = Create("WedgePart",{
| |
| 2517 | ["Name"] = "Part", | |
| 2518 | ["Parent"] = o142, | |
| 2519 | ["Material"] = Enum.Material.Metal, | |
| 2520 | ["Position"] = Vector3.new(12, 5.79999495, 18.2999992), | |
| 2521 | ["Rotation"] = Vector3.new(-180, -90, 0), | |
| 2522 | ["Anchored"] = true, | |
| 2523 | ["CFrame"] = CFrame.new(12, 5.79999495, 18.2999992, 0, 0, -1, 0, -1, -0, -1, 0, -0), | |
| 2524 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 2525 | ["Size"] = Vector3.new(1, 3.59999967, 2), | |
| 2526 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2527 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2528 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2529 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2530 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2531 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2532 | }) | |
| 2533 | o158 = Create("Model",{
| |
| 2534 | ["Name"] = "Foot", | |
| 2535 | ["Parent"] = o124, | |
| 2536 | }) | |
| 2537 | o159 = Create("WedgePart",{
| |
| 2538 | ["Name"] = "Part", | |
| 2539 | ["Parent"] = o158, | |
| 2540 | ["Material"] = Enum.Material.Metal, | |
| 2541 | ["Position"] = Vector3.new(6.99997425, 1.49997163, 12.9999981), | |
| 2542 | ["Rotation"] = Vector3.new(-4.09813292e-005, 1.41741848e-005, 4.72486136e-006), | |
| 2543 | ["Anchored"] = true, | |
| 2544 | ["CFrame"] = CFrame.new(6.99997425, 1.49997163, 12.9999981, 0.999993563, -8.24638562e-008, 2.47386197e-007, 8.48195612e-008, 0.999996662, 7.1525676e-007, -2.54453937e-007, -6.85454324e-007, 0.999996781), | |
| 2545 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 2546 | ["Size"] = Vector3.new(2, 1, 1.5999999), | |
| 2547 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2548 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2549 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2550 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2551 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2552 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2553 | }) | |
| 2554 | o160 = Create("WedgePart",{
| |
| 2555 | ["Name"] = "Part", | |
| 2556 | ["Parent"] = o158, | |
| 2557 | ["Material"] = Enum.Material.Metal, | |
| 2558 | ["Position"] = Vector3.new(3.5, 0.5, 14.3000002), | |
| 2559 | ["Rotation"] = Vector3.new(-90, 90, 0), | |
| 2560 | ["Anchored"] = true, | |
| 2561 | ["CFrame"] = CFrame.new(3.5, 0.5, 14.3000002, 0, 0, 1, -1, 0, 0, 0, -1, 0), | |
| 2562 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 2563 | ["Size"] = Vector3.new(1, 1, 3), | |
| 2564 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2565 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2566 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2567 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2568 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2569 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2570 | }) | |
| 2571 | o161 = Create("Part",{
| |
| 2572 | ["Parent"] = o158, | |
| 2573 | ["Material"] = Enum.Material.Metal, | |
| 2574 | ["Position"] = Vector3.new(3.5, 0.500008047, 16.2999992), | |
| 2575 | ["Rotation"] = Vector3.new(-9.78702587e-007, -1.70754777e-006, -2.65248491e-006), | |
| 2576 | ["Anchored"] = true, | |
| 2577 | ["CFrame"] = CFrame.new(3.5, 0.500008047, 16.2999992, 1, 4.62945948e-008, -2.98023295e-008, -4.62945948e-008, 1, 1.70815824e-008, 2.98023295e-008, -1.70815806e-008, 1), | |
| 2578 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 2579 | ["Size"] = Vector3.new(3, 1, 3), | |
| 2580 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2581 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2582 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2583 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2584 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2585 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2586 | }) | |
| 2587 | o162 = Create("WedgePart",{
| |
| 2588 | ["Name"] = "Part", | |
| 2589 | ["Parent"] = o158, | |
| 2590 | ["Material"] = Enum.Material.Metal, | |
| 2591 | ["Position"] = Vector3.new(9, 0.5, 19.5999985), | |
| 2592 | ["Rotation"] = Vector3.new(-180, -1.70754731e-006, -90), | |
| 2593 | ["Anchored"] = true, | |
| 2594 | ["CFrame"] = CFrame.new(9, 0.5, 19.5999985, 0, 1, -2.98023224e-008, 1, 0, 0, 0, -2.98023224e-008, -1), | |
| 2595 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 2596 | ["Size"] = Vector3.new(1, 2, 1.5999999), | |
| 2597 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2598 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2599 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2600 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2601 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2602 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2603 | }) | |
| 2604 | o163 = Create("WedgePart",{
| |
| 2605 | ["Name"] = "Part", | |
| 2606 | ["Parent"] = o158, | |
| 2607 | ["Material"] = Enum.Material.Metal, | |
| 2608 | ["Position"] = Vector3.new(3.50000811, 1.49998784, 16.2999916), | |
| 2609 | ["Rotation"] = Vector3.new(9.78696562e-007, 90, 0), | |
| 2610 | ["Anchored"] = true, | |
| 2611 | ["CFrame"] = CFrame.new(3.50000811, 1.49998784, 16.2999916, -6.76336711e-008, -7.9280035e-008, 1, 1.70814776e-008, 1, 7.92800421e-008, -1, 1.70814847e-008, -6.76336711e-008), | |
| 2612 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 2613 | ["Size"] = Vector3.new(3, 1, 3), | |
| 2614 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2615 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2616 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2617 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2618 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2619 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2620 | }) | |
| 2621 | o164 = Create("Part",{
| |
| 2622 | ["Parent"] = o158, | |
| 2623 | ["Material"] = Enum.Material.Metal, | |
| 2624 | ["Position"] = Vector3.new(12.5, 0.500005007, 16.2999992), | |
| 2625 | ["Rotation"] = Vector3.new(180, 1.43299491e-032, 180), | |
| 2626 | ["Anchored"] = true, | |
| 2627 | ["CFrame"] = CFrame.new(12.5, 0.500005007, 16.2999992, -1, -1.18121391e-020, 2.5010479e-034, 9.70282859e-021, 1, -3.83026943e-014, 2.5010479e-034, 4.6629367e-014, -1), | |
| 2628 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 2629 | ["Size"] = Vector3.new(3, 1, 3), | |
| 2630 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2631 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2632 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2633 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2634 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2635 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2636 | }) | |
| 2637 | o165 = Create("CornerWedgePart",{
| |
| 2638 | ["Name"] = "Part", | |
| 2639 | ["Parent"] = o158, | |
| 2640 | ["Material"] = Enum.Material.Metal, | |
| 2641 | ["Position"] = Vector3.new(3.5, 1.5, 18.2999992), | |
| 2642 | ["Rotation"] = Vector3.new(-90, -1.70754731e-006, 90), | |
| 2643 | ["Anchored"] = true, | |
| 2644 | ["CFrame"] = CFrame.new(3.5, 1.5, 18.2999992, -8.8817842e-016, -1, -2.98023224e-008, 0, -2.98023224e-008, 1, -1, 8.8817842e-016, 0), | |
| 2645 | ["Size"] = Vector3.new(1, 3, 1), | |
| 2646 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2647 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2648 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2649 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2650 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2651 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2652 | }) | |
| 2653 | o166 = Create("WedgePart",{
| |
| 2654 | ["Name"] = "Part", | |
| 2655 | ["Parent"] = o158, | |
| 2656 | ["Material"] = Enum.Material.Metal, | |
| 2657 | ["Position"] = Vector3.new(7, 1.5, 19.5999985), | |
| 2658 | ["Rotation"] = Vector3.new(-180, 0, -180), | |
| 2659 | ["Anchored"] = true, | |
| 2660 | ["CFrame"] = CFrame.new(7, 1.5, 19.5999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), | |
| 2661 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 2662 | ["Size"] = Vector3.new(2, 1, 1.5999999), | |
| 2663 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2664 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2665 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2666 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2667 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2668 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2669 | }) | |
| 2670 | o167 = Create("CornerWedgePart",{
| |
| 2671 | ["Name"] = "Part", | |
| 2672 | ["Parent"] = o158, | |
| 2673 | ["Material"] = Enum.Material.Metal, | |
| 2674 | ["Position"] = Vector3.new(3.49999857, 1.50000024, 14.3000002), | |
| 2675 | ["Rotation"] = Vector3.new(-180, -0.000145142534, 90), | |
| 2676 | ["Anchored"] = true, | |
| 2677 | ["CFrame"] = CFrame.new(3.49999857, 1.50000024, 14.3000002, 1.05365871e-007, -1, -2.53321514e-006, -1, -1.05366524e-007, 2.5350414e-007, -2.53504425e-007, 2.53321514e-006, -1), | |
| 2678 | ["Size"] = Vector3.new(1, 3, 1), | |
| 2679 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2680 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2681 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2682 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2683 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2684 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2685 | }) | |
| 2686 | o168 = Create("WedgePart",{
| |
| 2687 | ["Name"] = "Part", | |
| 2688 | ["Parent"] = o158, | |
| 2689 | ["Material"] = Enum.Material.Metal, | |
| 2690 | ["Position"] = Vector3.new(3.5, 0.5, 18.2999992), | |
| 2691 | ["Rotation"] = Vector3.new(90, 90, 0), | |
| 2692 | ["Anchored"] = true, | |
| 2693 | ["CFrame"] = CFrame.new(3.5, 0.5, 18.2999992, 0, -2.98023224e-008, 1, 1, -9.43689571e-016, 0, 8.32667268e-016, 1, 2.98023224e-008), | |
| 2694 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 2695 | ["Size"] = Vector3.new(1, 1, 3), | |
| 2696 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2697 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2698 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2699 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2700 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2701 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2702 | }) | |
| 2703 | o169 = Create("Part",{
| |
| 2704 | ["Parent"] = o158, | |
| 2705 | ["Material"] = Enum.Material.Metal, | |
| 2706 | ["Position"] = Vector3.new(6.99998045, 0.500014901, 13.0000067), | |
| 2707 | ["Rotation"] = Vector3.new(-5.12266233e-005, 1.17442678e-005, 3.91489357e-006), | |
| 2708 | ["Anchored"] = true, | |
| 2709 | ["CFrame"] = CFrame.new(6.99998045, 0.500014901, 13.0000067, 0.999993563, -6.83273385e-008, 2.04976146e-007, 7.06829937e-008, 0.999996662, 8.94070354e-007, -2.12043744e-007, -8.64267975e-007, 0.999996781), | |
| 2710 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 2711 | ["Size"] = Vector3.new(2, 1, 1.60000014), | |
| 2712 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2713 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2714 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2715 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2716 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2717 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2718 | }) | |
| 2719 | o170 = Create("Part",{
| |
| 2720 | ["Parent"] = o158, | |
| 2721 | ["Material"] = Enum.Material.Metal, | |
| 2722 | ["Position"] = Vector3.new(10.5, 1, 16.2999992), | |
| 2723 | ["Rotation"] = Vector3.new(-180, 0, -180), | |
| 2724 | ["Anchored"] = true, | |
| 2725 | ["CFrame"] = CFrame.new(10.5, 1, 16.2999992, -1, 0, 0, 0, 1, 0, 0, 0, -1), | |
| 2726 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 2727 | ["Size"] = Vector3.new(1, 2, 3), | |
| 2728 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2729 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2730 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2731 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2732 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2733 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2734 | }) | |
| 2735 | o171 = Create("WedgePart",{
| |
| 2736 | ["Name"] = "Part", | |
| 2737 | ["Parent"] = o158, | |
| 2738 | ["Material"] = Enum.Material.Metal, | |
| 2739 | ["Position"] = Vector3.new(12.5, 1.50000501, 16.2999992), | |
| 2740 | ["Rotation"] = Vector3.new(-3.721249e-012, -90, 0), | |
| 2741 | ["Anchored"] = true, | |
| 2742 | ["CFrame"] = CFrame.new(12.5, 1.50000501, 16.2999992, -6.39312807e-034, -1.64526224e-020, -1, 6.49480469e-014, 1, 1.64526224e-020, 1, 6.49480469e-014, 6.39312807e-034), | |
| 2743 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 2744 | ["Size"] = Vector3.new(3, 1, 3), | |
| 2745 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2746 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2747 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2748 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2749 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2750 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2751 | }) | |
| 2752 | o172 = Create("Part",{
| |
| 2753 | ["Parent"] = o158, | |
| 2754 | ["Material"] = Enum.Material.Metal, | |
| 2755 | ["Position"] = Vector3.new(7, 0.5, 19.5999985), | |
| 2756 | ["Rotation"] = Vector3.new(-180, 0, -180), | |
| 2757 | ["Anchored"] = true, | |
| 2758 | ["CFrame"] = CFrame.new(7, 0.5, 19.5999985, -1, 0, 0, 0, 1, 0, 0, 0, -1), | |
| 2759 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 2760 | ["Size"] = Vector3.new(2, 1, 1.60000014), | |
| 2761 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2762 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2763 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2764 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2765 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2766 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2767 | }) | |
| 2768 | o173 = Create("WedgePart",{
| |
| 2769 | ["Name"] = "Part", | |
| 2770 | ["Parent"] = o158, | |
| 2771 | ["Material"] = Enum.Material.Metal, | |
| 2772 | ["Position"] = Vector3.new(10.5, 1, 14.3000002), | |
| 2773 | ["Rotation"] = Vector3.new(-90, -90, 0), | |
| 2774 | ["Anchored"] = true, | |
| 2775 | ["CFrame"] = CFrame.new(10.5, 1, 14.3000002, 0, 0, -1, 1, 0, 0, 0, -1, 0), | |
| 2776 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 2777 | ["Size"] = Vector3.new(2, 1, 1), | |
| 2778 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2779 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2780 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2781 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2782 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2783 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2784 | }) | |
| 2785 | o174 = Create("CornerWedgePart",{
| |
| 2786 | ["Name"] = "Part", | |
| 2787 | ["Parent"] = o158, | |
| 2788 | ["Material"] = Enum.Material.Metal, | |
| 2789 | ["Position"] = Vector3.new(9, 1.49999785, 19.600008), | |
| 2790 | ["Rotation"] = Vector3.new(-90.0000076, 2.91890871e-007, 180), | |
| 2791 | ["Anchored"] = true, | |
| 2792 | ["CFrame"] = CFrame.new(9, 1.49999785, 19.600008, -0.999993563, -1.52536597e-008, 5.09445686e-009, 7.45053486e-009, 1.49011612e-007, 0.999996662, -8.1855136e-009, 0.999996781, -1.78813934e-007), | |
| 2793 | ["Size"] = Vector3.new(2, 1.5999999, 1), | |
| 2794 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2795 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2796 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2797 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2798 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2799 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2800 | }) | |
| 2801 | o175 = Create("WedgePart",{
| |
| 2802 | ["Name"] = "Part", | |
| 2803 | ["Parent"] = o158, | |
| 2804 | ["Material"] = Enum.Material.Metal, | |
| 2805 | ["Position"] = Vector3.new(10.5, 1.00000107, 18.2999992), | |
| 2806 | ["Rotation"] = Vector3.new(-180, 1.61238745e-006, -90), | |
| 2807 | ["Anchored"] = true, | |
| 2808 | ["CFrame"] = CFrame.new(10.5, 1.00000107, 18.2999992, -2.98022815e-008, 0.999999464, 2.81414696e-008, 0.999998927, -2.68378069e-015, 1.42108403e-014, 7.10542736e-015, 2.81414856e-008, -0.999999464), | |
| 2809 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 2810 | ["Size"] = Vector3.new(2, 1, 1), | |
| 2811 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2812 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2813 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2814 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2815 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2816 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2817 | }) | |
| 2818 | o176 = Create("CornerWedgePart",{
| |
| 2819 | ["Name"] = "Part", | |
| 2820 | ["Parent"] = o158, | |
| 2821 | ["Material"] = Enum.Material.Metal, | |
| 2822 | ["Position"] = Vector3.new(8.99996662, 1.50001371, 13.0000057), | |
| 2823 | ["Rotation"] = Vector3.new(-158.801041, 89.7944183, 68.6915283), | |
| 2824 | ["Anchored"] = true, | |
| 2825 | ["CFrame"] = CFrame.new(8.99996662, 1.50001371, 13.0000057, 6.83273385e-008, -1.75174023e-007, 0.999993563, -0.999996662, -8.94070354e-007, 7.06830221e-008, 8.64267975e-007, -0.999996781, -1.82241521e-007), | |
| 2826 | ["Size"] = Vector3.new(1, 1.5999999, 2), | |
| 2827 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2828 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2829 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2830 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2831 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2832 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2833 | }) | |
| 2834 | o177 = Create("Part",{
| |
| 2835 | ["Name"] = "Ankle", | |
| 2836 | ["Parent"] = o158, | |
| 2837 | ["Material"] = Enum.Material.Metal, | |
| 2838 | ["Position"] = Vector3.new(8, 2.99999905, 16.2999992), | |
| 2839 | ["Anchored"] = true, | |
| 2840 | ["CFrame"] = CFrame.new(8, 2.99999905, 16.2999992, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
| 2841 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 2842 | ["Size"] = Vector3.new(4, 2, 3), | |
| 2843 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2844 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2845 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2846 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2847 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2848 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2849 | }) | |
| 2850 | o178 = Create("Script",{
| |
| 2851 | ["Parent"] = o177, | |
| 2852 | }) | |
| 2853 | table.insert(cors,coroutine.create(function() | |
| 2854 | wait() | |
| 2855 | runDummyScript(function() | |
| 2856 | local weldTo = script.Parent | |
| 2857 | local weldModel = Instance.new("Model",weldTo)
| |
| 2858 | weldModel.Name = "Welds" | |
| 2859 | ||
| 2860 | makeWeld = function(part1,part0) | |
| 2861 | local w = Instance.new("Weld",weldModel)
| |
| 2862 | w.Part0 = part0 | |
| 2863 | w.Part1 = part1 | |
| 2864 | local CFrameOrigin = CFrame.new(part0.Position) | |
| 2865 | local CFrame0 = part0.CFrame:inverse() * CFrameOrigin | |
| 2866 | local CFrame1 = part1.CFrame:inverse() * CFrameOrigin | |
| 2867 | w.C0 = CFrame0 | |
| 2868 | w.C1 = CFrame1 | |
| 2869 | end | |
| 2870 | ||
| 2871 | for i,v in pairs (weldTo.Parent:children()) do | |
| 2872 | if v.ClassName == "Part" or v.Name == "Part" and v ~= weldTo then | |
| 2873 | makeWeld(v,weldTo) | |
| 2874 | v.Anchored = false | |
| 2875 | end | |
| 2876 | end | |
| 2877 | ||
| 2878 | weldTo.Anchored = false | |
| 2879 | end,o178) | |
| 2880 | end)) | |
| 2881 | o179 = Create("WedgePart",{
| |
| 2882 | ["Name"] = "Part", | |
| 2883 | ["Parent"] = o158, | |
| 2884 | ["Material"] = Enum.Material.Metal, | |
| 2885 | ["Position"] = Vector3.new(8.99996662, 0.500016987, 13.0000067), | |
| 2886 | ["Rotation"] = Vector3.new(-5.12266233e-005, 1.17442678e-005, -90), | |
| 2887 | ["Anchored"] = true, | |
| 2888 | ["CFrame"] = CFrame.new(8.99996662, 0.500016987, 13.0000067, 6.83273385e-008, 0.999993563, 2.04976146e-007, -0.999996662, 7.06829937e-008, 8.94070354e-007, 8.64267975e-007, -2.12043744e-007, 0.999996781), | |
| 2889 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 2890 | ["Size"] = Vector3.new(1, 2, 1.5999999), | |
| 2891 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2892 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2893 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2894 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2895 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2896 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2897 | }) | |
| 2898 | o180 = Create("Part",{
| |
| 2899 | ["Parent"] = o158, | |
| 2900 | ["Material"] = Enum.Material.Metal, | |
| 2901 | ["Position"] = Vector3.new(7.5, 1, 16.2999992), | |
| 2902 | ["Anchored"] = true, | |
| 2903 | ["CFrame"] = CFrame.new(7.5, 1, 16.2999992, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
| 2904 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 2905 | ["Size"] = Vector3.new(5, 2, 5), | |
| 2906 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2907 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2908 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2909 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2910 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2911 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 2912 | }) | |
| 2913 | o181 = Create("Script",{
| |
| 2914 | ["Parent"] = o97, | |
| 2915 | }) | |
| 2916 | table.insert(cors,coroutine.create(function() | |
| 2917 | wait() | |
| 2918 | runDummyScript(function() | |
| 2919 | ------------------------------------------------------------------------ > Script Start | |
| 2920 | ||
| 2921 | wait() | |
| 2922 | ||
| 2923 | pls = game:GetService'Players' | |
| 2924 | lp = pls.LocalPlayer | |
| 2925 | c = lp.Character | |
| 2926 | mouse = lp:GetMouse() | |
| 2927 | TurretBase = script.Parent | |
| 2928 | Mech = TurretBase.Parent | |
| 2929 | Mech.Parent = c | |
| 2930 | TurretHead = Mech.TurretHead | |
| 2931 | rs = game:GetService'RunService' | |
| 2932 | LCannon = TurretHead.LCannon | |
| 2933 | RCannon = TurretHead.RCannon | |
| 2934 | B1 = TurretHead.LCannon.Barrel1 | |
| 2935 | B2 = TurretHead.RCannon.Barrel2 | |
| 2936 | B3 = TurretHead.LCannon.Barrel2 | |
| 2937 | B4 = TurretHead.RCannon.Barrel1 | |
| 2938 | LLeg = TurretBase.LLeg | |
| 2939 | RLeg = TurretBase.RLeg | |
| 2940 | isAttacking = false | |
| 2941 | canFire = true | |
| 2942 | MissileModel = Instance.new("Model",Mech)
| |
| 2943 | OldMissiles = Instance.new("Model",Mech)
| |
| 2944 | BulletModel = Instance.new("Model",Mech)
| |
| 2945 | FPS = 0 | |
| 2946 | Cannon = 0 | |
| 2947 | missileSpeed = 15 | |
| 2948 | missileDrop = .2 | |
| 2949 | bulletSpeed = 22 | |
| 2950 | ||
| 2951 | Main = Instance.new("VehicleSeat",TurretBase)
| |
| 2952 | Main.MaxSpeed = 50 | |
| 2953 | Main.Transparency = 1 | |
| 2954 | ||
| 2955 | local w = Instance.new("Weld",Main)
| |
| 2956 | w.Part0 = Main | |
| 2957 | w.Part1 = TurretBase.RotBase | |
| 2958 | w.C0 = CFrame.new(0,0,0) * CFrame.Angles(0,math.rad(-90),0) | |
| 2959 | ||
| 2960 | ------------------------------------- | |
| 2961 | ||
| 2962 | RLegParts = {
| |
| 2963 | Foot = RLeg.Foot; | |
| 2964 | Lower = RLeg.Lower; | |
| 2965 | Upper = RLeg.Upper; | |
| 2966 | } | |
| 2967 | ||
| 2968 | LLegParts = {
| |
| 2969 | Foot = LLeg.Foot; | |
| 2970 | Lower = LLeg.Lower; | |
| 2971 | Upper = LLeg.Upper; | |
| 2972 | } | |
| 2973 | ||
| 2974 | Joints = {
| |
| 2975 | ||
| 2976 | } | |
| 2977 | ||
| 2978 | Lights = {
| |
| 2979 | ||
| 2980 | } | |
| 2981 | ||
| 2982 | Missiles = {
| |
| 2983 | ||
| 2984 | } | |
| 2985 | ||
| 2986 | Cannons = {
| |
| 2987 | B1; | |
| 2988 | B2; | |
| 2989 | B3; | |
| 2990 | B4; | |
| 2991 | } | |
| 2992 | ||
| 2993 | ------------------------------------- | |
| 2994 | ||
| 2995 | for i,v in pairs (TurretHead:children()) do | |
| 2996 | if v.ClassName ~= "Model" and v.Material == Enum.Material.Neon then | |
| 2997 | Lights[#Lights + 1] = v | |
| 2998 | end | |
| 2999 | end | |
| 3000 | ||
| 3001 | for i,v in pairs (TurretHead:children()) do | |
| 3002 | if v.ClassName == "Part" and v.BrickColor == BrickColor.new("Black") then
| |
| 3003 | Missiles[#Missiles + 1] = v | |
| 3004 | end | |
| 3005 | end | |
| 3006 | ||
| 3007 | e = Instance.new("Motor",TurretBase.RotBase)
| |
| 3008 | e.Part0 = TurretBase.RotBase | |
| 3009 | e.Part1 = TurretHead.RotBase | |
| 3010 | e.C0 = CFrame.new(0,0,0) | |
| 3011 | Joints.Neck = e | |
| 3012 | ||
| 3013 | e = Instance.new("Motor",LCannon.Base)
| |
| 3014 | e.Part0 = LCannon.Base | |
| 3015 | e.Part1 = TurretHead.LJoint | |
| 3016 | e.C0 = CFrame.new(0,0,0) | |
| 3017 | Joints.LeftArm = e | |
| 3018 | ||
| 3019 | e = Instance.new("Motor",RCannon.Base)
| |
| 3020 | e.Part0 = RCannon.Base | |
| 3021 | e.Part1 = TurretHead.RJoint | |
| 3022 | e.C0 = CFrame.new(0,0,0) | |
| 3023 | Joints.RightArm = e | |
| 3024 | ||
| 3025 | e = Instance.new("Motor",TurretBase.LHip)
| |
| 3026 | e.Part0 = TurretBase.LHip | |
| 3027 | e.Part1 = LLegParts.Upper.Hip | |
| 3028 | e.C0 = CFrame.new(0,0,0) | |
| 3029 | Joints.LHip = e | |
| 3030 | ||
| 3031 | e = Instance.new("Motor",TurretBase.RHip)
| |
| 3032 | e.Part0 = TurretBase.RHip | |
| 3033 | e.Part1 = RLegParts.Upper.Hip | |
| 3034 | e.C0 = CFrame.new(0,0,0) | |
| 3035 | Joints.RHip = e | |
| 3036 | ||
| 3037 | e = Instance.new("Motor",LLegParts.Upper.Knee)
| |
| 3038 | e.Part0 = LLegParts.Upper.Knee | |
| 3039 | e.Part1 = LLegParts.Lower.Knee | |
| 3040 | e.C0 = CFrame.new(0,0,0) | |
| 3041 | Joints.LKnee = e | |
| 3042 | ||
| 3043 | e = Instance.new("Motor",RLegParts.Upper.Knee)
| |
| 3044 | e.Part0 = RLegParts.Upper.Knee | |
| 3045 | e.Part1 = RLegParts.Lower.Knee | |
| 3046 | e.C0 = CFrame.new(0,0,0) | |
| 3047 | Joints.RKnee = e | |
| 3048 | ||
| 3049 | e = Instance.new("Motor",LLegParts.Lower.Ankle)
| |
| 3050 | e.Part0 = LLegParts.Lower.Ankle | |
| 3051 | e.Part1 = LLegParts.Foot.Ankle | |
| 3052 | e.C0 = CFrame.new(0,0,0) | |
| 3053 | Joints.LAnkle = e | |
| 3054 | ||
| 3055 | e = Instance.new("Motor",RLegParts.Lower.Ankle)
| |
| 3056 | e.Part0 = RLegParts.Lower.Ankle | |
| 3057 | e.Part1 = RLegParts.Foot.Ankle | |
| 3058 | e.C0 = CFrame.new(0,0,0) | |
| 3059 | Joints.RAnkle = e | |
| 3060 | ||
| 3061 | wait() | |
| 3062 | ||
| 3063 | Mech.PrimaryPart = Main | |
| 3064 | Mech:MoveTo(lp.Character.Head.CFrame.p + Vector3.new(0,25,0)) | |
| 3065 | ||
| 3066 | Gyro = Instance.new("BodyGyro",TurretBase.RotBase)
| |
| 3067 | Gyro.MaxTorque = Vector3.new(1e5,1e5,1e5) | |
| 3068 | ||
| 3069 | Vel = Instance.new("BodyVelocity",TurretBase.RotBase)
| |
| 3070 | Vel.MaxForce = Vector3.new(1e9,0,1e9) | |
| 3071 | Vel.P = 1e6 | |
| 3072 | ||
| 3073 | Joints.LHip.C0 = CFrame.new(0,0,0) * CFrame.Angles(0,0,math.rad(30)) | |
| 3074 | Joints.RHip.C0 = CFrame.new(0,0,0) * CFrame.Angles(0,0,math.rad(30)) | |
| 3075 | Joints.LKnee.C0 = CFrame.new(0,0,0) * CFrame.Angles(0,0,math.rad(-60)) | |
| 3076 | Joints.RKnee.C0 = CFrame.new(0,0,0) * CFrame.Angles(0,0,math.rad(-60)) | |
| 3077 | Joints.LAnkle.C0 = CFrame.new(0,0,0) * CFrame.Angles(0,0,math.rad(30)) | |
| 3078 | Joints.RAnkle.C0 = CFrame.new(0,0,0) * CFrame.Angles(0,0,math.rad(30)) | |
| 3079 | ||
| 3080 | createBullet = function(part) | |
| 3081 | local FireSizes = {
| |
| 3082 | NumberSequenceKeypoint.new(0,3.12/1.2,0); | |
| 3083 | NumberSequenceKeypoint.new(.2,3.32/1.2,0); | |
| 3084 | NumberSequenceKeypoint.new(1,2.62/1.2,0); | |
| 3085 | } | |
| 3086 | local FireTransparencies = {
| |
| 3087 | NumberSequenceKeypoint.new(0,.869,0); | |
| 3088 | NumberSequenceKeypoint.new(1,1,0); | |
| 3089 | } | |
| 3090 | local FireSize = NumberSequence.new(FireSizes) | |
| 3091 | local FireTransparency = NumberSequence.new(FireTransparencies) | |
| 3092 | local p = Instance.new("Part",BulletModel)
| |
| 3093 | p.Transparency = 1 | |
| 3094 | p.CanCollide = false | |
| 3095 | p.Anchored = true | |
| 3096 | p.FormFactor = "Custom" | |
| 3097 | p.Name = "ActiveFlak" | |
| 3098 | p.Size = Vector3.new(.2,.2,.2) | |
| 3099 | p.CFrame = part.CFrame * CFrame.Angles(0,math.rad(-90),0) | |
| 3100 | local Fire = Instance.new("ParticleEmitter",p)
| |
| 3101 | Fire.Color = ColorSequence.new(Color3.new(140/255,231/255,239/255),Color3.new(1,1,1)) | |
| 3102 | Fire.LightEmission = .86 | |
| 3103 | Fire.Size = FireSize | |
| 3104 | Fire.EmissionDirection = "Front" | |
| 3105 | Fire.Texture = "rbxassetid://344034524" | |
| 3106 | Fire.Transparency = FireTransparency | |
| 3107 | Fire.Acceleration = Vector3.new(0,0,100) | |
| 3108 | Fire.LockedToPart = true | |
| 3109 | Fire.Lifetime = NumberRange.new(.35,.35) | |
| 3110 | Fire.Rate = 1000 | |
| 3111 | Fire.RotSpeed = NumberRange.new(100,100) | |
| 3112 | Fire.Speed = NumberRange.new(125,125) | |
| 3113 | local time = Instance.new("NumberValue",p)
| |
| 3114 | time.Value = 0 | |
| 3115 | time.Name = "Time" | |
| 3116 | local Photon = Instance.new("PointLight",p)
| |
| 3117 | Photon.Color = Color3.new(.5,.5,1) | |
| 3118 | Photon.Range = 11 | |
| 3119 | Photon.Brightness = .7 | |
| 3120 | local Value = Instance.new("NumberValue",p)
| |
| 3121 | Value.Name = "time" | |
| 3122 | end | |
| 3123 | ||
| 3124 | getClosePlayers = function(pos,range) | |
| 3125 | local returnMe = {}
| |
| 3126 | for i,v in pairs (pls:children()) do | |
| 3127 | if v.ClassName == "Player" and workspace:FindFirstChild(v.Name) and v.Character ~= nil and (v.Character.Torso.Position - pos).magnitude < range then | |
| 3128 | returnMe[#returnMe + 1] = v.Character | |
| 3129 | end | |
| 3130 | end | |
| 3131 | return returnMe | |
| 3132 | end | |
| 3133 | ||
| 3134 | mouse.Button1Down:connect(function() | |
| 3135 | if canFire == true then | |
| 3136 | canFire = false | |
| 3137 | local isFiring = true | |
| 3138 | local sounds = {278596476,278596452}
| |
| 3139 | mouse.Button1Up:connect(function() | |
| 3140 | isFiring = false | |
| 3141 | end) | |
| 3142 | while isFiring == true do | |
| 3143 | Cannon = Cannon + 1 | |
| 3144 | if Cannon%2 == 1 then | |
| 3145 | local s = Instance.new("Sound",Main)
| |
| 3146 | s.Pitch = math.random(95,130)/100 | |
| 3147 | s.Volume = 1.5 | |
| 3148 | s.SoundId = "rbxassetid://"..sounds[math.random(1,2)] | |
| 3149 | s:Play() | |
| 3150 | createBullet(B1) | |
| 3151 | wait(.1) | |
| 3152 | createBullet(B2) | |
| 3153 | spawn(function() | |
| 3154 | wait(5) | |
| 3155 | s:Destroy() | |
| 3156 | end) | |
| 3157 | else | |
| 3158 | local s = Instance.new("Sound",Main)
| |
| 3159 | s.Pitch = math.random(95,130)/100 | |
| 3160 | s.Volume = 1.5 | |
| 3161 | s.SoundId = "rbxassetid://"..sounds[math.random(1,2)] | |
| 3162 | s:Play() | |
| 3163 | createBullet(B3) | |
| 3164 | wait(.1) | |
| 3165 | createBullet(B4) | |
| 3166 | spawn(function() | |
| 3167 | wait(5) | |
| 3168 | s:Destroy() | |
| 3169 | end) | |
| 3170 | end | |
| 3171 | wait(.095) | |
| 3172 | end | |
| 3173 | canFire = true | |
| 3174 | end | |
| 3175 | end) | |
| 3176 | ||
| 3177 | mouse.KeyDown:connect(function(key) | |
| 3178 | if key == "e" and isAttacking == false then | |
| 3179 | isAttacking = true | |
| 3180 | local Parts = {}
| |
| 3181 | for i = 1,3 do | |
| 3182 | for x = 1,#Lights do | |
| 3183 | Lights[x].BrickColor = BrickColor.new("Toothpaste")
| |
| 3184 | end | |
| 3185 | local Ray = Ray.new(Main.CFrame.p,(mouse.Hit.p - Main.CFrame.p).unit * 785) | |
| 3186 | local Hit,pos = workspace:FindPartOnRay(Ray,c) | |
| 3187 | Parts[i] = Hit | |
| 3188 | wait(.07) | |
| 3189 | local e = Instance.new("Sound",Main)
| |
| 3190 | e.Volume = .4 | |
| 3191 | e.SoundId = "rbxassetid://131238032" | |
| 3192 | e:Play() | |
| 3193 | spawn(function() | |
| 3194 | wait(1) | |
| 3195 | e:Destroy() | |
| 3196 | end) | |
| 3197 | for i = 1,#Lights do | |
| 3198 | Lights[i].BrickColor = BrickColor.new("Cyan")
| |
| 3199 | end | |
| 3200 | wait() | |
| 3201 | end | |
| 3202 | local CharacterTorso = nil | |
| 3203 | for i = 1,3 do | |
| 3204 | hitPart = Parts[i] | |
| 3205 | if CharacterTorso == nil and hitPart and hitPart.Parent and hitPart.Parent:FindFirstChild("Humanoid") and hitPart.Parent.Humanoid.Health ~= 0 and hitPart.Parent:FindFirstChild("Torso") then
| |
| 3206 | CharacterTorso = hitPart.Parent.Torso | |
| 3207 | print(hitPart.Parent.Name) | |
| 3208 | break | |
| 3209 | end | |
| 3210 | end | |
| 3211 | wait(.2) | |
| 3212 | if CharacterTorso then | |
| 3213 | for i = 1,2 do | |
| 3214 | local e = Instance.new("Sound",Main)
| |
| 3215 | e.Volume = .7 | |
| 3216 | e.Pitch = 1.01 | |
| 3217 | e.SoundId = "rbxassetid://161164363" | |
| 3218 | e:Play() | |
| 3219 | spawn(function() | |
| 3220 | wait(1) | |
| 3221 | e:Destroy() | |
| 3222 | end) | |
| 3223 | wait() | |
| 3224 | for i = 1,#Lights do | |
| 3225 | Lights[i].BrickColor = BrickColor.new("Really red")
| |
| 3226 | end | |
| 3227 | wait(.15) | |
| 3228 | for i = 1,#Lights do | |
| 3229 | Lights[i].BrickColor = BrickColor.new("Cyan")
| |
| 3230 | end | |
| 3231 | end | |
| 3232 | for i = 1,#Lights do | |
| 3233 | Lights[i].BrickColor = BrickColor.new("Cyan")
| |
| 3234 | end | |
| 3235 | wait(.5) | |
| 3236 | for i = 1,#Missiles do | |
| 3237 | wait(.2) | |
| 3238 | local x = Instance.new("Part",MissileModel)
| |
| 3239 | x.CanCollide = false | |
| 3240 | x.Anchored = true | |
| 3241 | x.FormFactor = "Custom" | |
| 3242 | x.Material = "Neon" | |
| 3243 | x.BrickColor = BrickColor.new("Hurricane grey")
| |
| 3244 | x.Size = Vector3.new(.9,.9,2) | |
| 3245 | x.CFrame = Missiles[i].CFrame * CFrame.Angles(0,math.rad(-90),0) | |
| 3246 | local z = Instance.new("PointLight",x)
| |
| 3247 | z.Color = Color3.new(1,1,0) | |
| 3248 | z.Range = 20 | |
| 3249 | local e = Instance.new("Smoke",x)
| |
| 3250 | e.Color = Color3.new(.4,.4,.4) | |
| 3251 | local s = Instance.new("Sound",x)
| |
| 3252 | s.Volume = math.random(90,100)/100 | |
| 3253 | s.Pitch = math.random(90,150)/100 | |
| 3254 | s.SoundId = "rbxassetid://160248505" | |
| 3255 | s:Play() | |
| 3256 | local t = Instance.new("ObjectValue",x)
| |
| 3257 | t.Value = CharacterTorso | |
| 3258 | local e = Instance.new("NumberValue",x)
| |
| 3259 | e.Value = 0 | |
| 3260 | e.Name = "time" | |
| 3261 | spawn(function() | |
| 3262 | wait(10) | |
| 3263 | s:Destroy() | |
| 3264 | end) | |
| 3265 | end | |
| 3266 | wait(5) | |
| 3267 | isAttacking = false | |
| 3268 | local e = Instance.new("Sound",Main)
| |
| 3269 | e.Volume = .4 | |
| 3270 | e.Pitch = 1.2 | |
| 3271 | e.SoundId = "rbxassetid://138081500" | |
| 3272 | e:Play() | |
| 3273 | wait(3.9) | |
| 3274 | e:Destroy() | |
| 3275 | else | |
| 3276 | isAttacking = false | |
| 3277 | end | |
| 3278 | end | |
| 3279 | end) | |
| 3280 | ||
| 3281 | mouse.KeyDown:connect(function(key) | |
| 3282 | if key == "r" and isAttacking == false then | |
| 3283 | isAttacking = true | |
| 3284 | wait(.5) | |
| 3285 | for i = 1,#Missiles do | |
| 3286 | wait(.2) | |
| 3287 | local x = Instance.new("Part",MissileModel)
| |
| 3288 | x.CanCollide = false | |
| 3289 | x.Anchored = true | |
| 3290 | x.FormFactor = "Custom" | |
| 3291 | x.Material = "Neon" | |
| 3292 | x.BrickColor = BrickColor.new("Hurricane grey")
| |
| 3293 | x.Size = Vector3.new(.9,.9,2) | |
| 3294 | x.CFrame = CFrame.new(Missiles[i].CFrame.p,(Main.CFrame.p-mouse.Hit.p).unit * 9999) | |
| 3295 | local z = Instance.new("PointLight",x)
| |
| 3296 | z.Color = Color3.new(1,1,0) | |
| 3297 | z.Range = 13 | |
| 3298 | local e = Instance.new("Smoke",x)
| |
| 3299 | e.Color = Color3.new(.4,.4,.4) | |
| 3300 | local s = Instance.new("Sound",x)
| |
| 3301 | s.Volume = math.random(90,100)/100 | |
| 3302 | s.Pitch = math.random(90,150)/100 | |
| 3303 | s.SoundId = "rbxassetid://160248505" | |
| 3304 | s:Play() | |
| 3305 | local e = Instance.new("NumberValue",x)
| |
| 3306 | e.Value = 0 | |
| 3307 | e.Name = "time" | |
| 3308 | spawn(function() | |
| 3309 | wait(10) | |
| 3310 | s:Destroy() | |
| 3311 | end) | |
| 3312 | end | |
| 3313 | wait(3.7) | |
| 3314 | isAttacking = false | |
| 3315 | local e = Instance.new("Sound",Main)
| |
| 3316 | e.Volume = .4 | |
| 3317 | e.Pitch = 1.2 | |
| 3318 | e.SoundId = "rbxassetid://138081500" | |
| 3319 | e:Play() | |
| 3320 | wait(1) | |
| 3321 | e:Destroy() | |
| 3322 | end | |
| 3323 | end) | |
| 3324 | ||
| 3325 | mouse.KeyDown:connect(function(key) | |
| 3326 | if key == "p" then | |
| 3327 | Main.Anchored = true | |
| 3328 | c.HumanoidRootPart.Anchored = true | |
| 3329 | wait() | |
| 3330 | c.HumanoidRootPart.CFrame = Main.CFrame | |
| 3331 | wait() | |
| 3332 | c.HumanoidRootPart.Anchored = false | |
| 3333 | Main.Anchored = false | |
| 3334 | end | |
| 3335 | end) | |
| 3336 | ||
| 3337 | walkVal = 0 | |
| 3338 | footSet = 18 | |
| 3339 | devValue = 0 | |
| 3340 | lerp = 0 | |
| 3341 | Steer = 0 | |
| 3342 | ||
| 3343 | explodeMissile = function(missile,pos) | |
| 3344 | local r = Instance.new("Explosion",workspace)
| |
| 3345 | - | r.BlastPressure = 75 |
| 3345 | + | r.BlastPressure = 9e9 |
| 3346 | r.BlastRadius = math.random(13,15) | |
| 3347 | r.DestroyJointRadiusPercent = 0 | |
| 3348 | r.Position = pos | |
| 3349 | r.Hit:connect(function(p) | |
| 3350 | if p and p.Parent then | |
| 3351 | local human = p.Parent:FindFirstChild("Humanoid")
| |
| 3352 | if human and human.Sit == false then | |
| 3353 | human:TakeDamage(math.random(3,5)) | |
| 3354 | end | |
| 3355 | end | |
| 3356 | end) | |
| 3357 | missile.Transparency = 1 | |
| 3358 | missile.PointLight:Destroy() | |
| 3359 | missile.Smoke.Enabled = false | |
| 3360 | missile.Parent = OldMissiles | |
| 3361 | local x = Instance.new("Sound",missile)
| |
| 3362 | x.SoundId = "rbxassetid://172384107" | |
| 3363 | x.Volume = .7 | |
| 3364 | x.Pitch = math.random(105,125)/100 | |
| 3365 | x:Play() | |
| 3366 | spawn(function() | |
| 3367 | wait(15) | |
| 3368 | missile:Destroy() | |
| 3369 | end) | |
| 3370 | end | |
| 3371 | ||
| 3372 | spawn(function() | |
| 3373 | while wait() do | |
| 3374 | Steer = Steer + (Main.Steer * Main.Velocity.magnitude/-45)/2 | |
| 3375 | Gyro.CFrame = CFrame.new(0,0,0) * CFrame.Angles(0,math.rad(Steer),0) | |
| 3376 | local leg2 = walkVal + math.pi | |
| 3377 | if Main.Throttle ~= 0 then | |
| 3378 | walkVal = walkVal + math.rad(10) | |
| 3379 | Vel.Velocity = Vel.Velocity:lerp(Main.CFrame.lookVector * (33 + math.sin(math.sin(walkVal + leg2 + math.rad(20))) * 33) * Main.Throttle,.05/2) | |
| 3380 | if math.abs(math.sin(walkVal + math.rad(12)) - 1) < .02 then | |
| 3381 | local e = Instance.new("Sound",LLegParts.Foot.Ankle)
| |
| 3382 | e.Volume = .9 | |
| 3383 | e.Pitch = math.random(140,170)/100 | |
| 3384 | e.SoundId = "rbxassetid://180199793" | |
| 3385 | e:Play() | |
| 3386 | spawn(function() | |
| 3387 | wait(2) | |
| 3388 | e:Destroy() | |
| 3389 | end) | |
| 3390 | end | |
| 3391 | if math.abs(math.sin(leg2 + math.rad(12)) - 1) < .05 then | |
| 3392 | local e = Instance.new("Sound",RLegParts.Foot.Ankle)
| |
| 3393 | e.Volume = .9 | |
| 3394 | e.Pitch = math.random(140,170)/100 | |
| 3395 | e.SoundId = "rbxassetid://180199793" | |
| 3396 | e:Play() | |
| 3397 | spawn(function() | |
| 3398 | wait(2) | |
| 3399 | e:Destroy() | |
| 3400 | end) | |
| 3401 | end | |
| 3402 | end | |
| 3403 | if #BulletModel:children() ~= 0 then | |
| 3404 | for i,v in pairs (BulletModel:children()) do | |
| 3405 | local addVal = v.CFrame.lookVector.unit * bulletSpeed | |
| 3406 | local ray = Ray.new(v.CFrame.p,addVal.unit * -bulletSpeed) | |
| 3407 | local hit, pos = workspace:FindPartOnRay(ray,c) | |
| 3408 | v.time.Value = v.time.Value + 1/30 | |
| 3409 | if ((pos - v.Position).magnitude < bulletSpeed and hit ~= nil) or v.time.Value > 3 then | |
| 3410 | v:Destroy() | |
| 3411 | local efx = Instance.new("Part",OldMissiles)
| |
| 3412 | efx.Anchored = true | |
| 3413 | efx.Material = "Neon" | |
| 3414 | efx.Transparency = .1 | |
| 3415 | efx.Size = Vector3.new(4,4,4) | |
| 3416 | efx.BrickColor = BrickColor.new(1,1,1) | |
| 3417 | efx.Anchored = true | |
| 3418 | efx.CanCollide = false | |
| 3419 | efx.Shape = "Ball" | |
| 3420 | efx.Locked = true | |
| 3421 | efx.CFrame = v.CFrame | |
| 3422 | spawn(function() | |
| 3423 | spawn(function() | |
| 3424 | while rs.RenderStepped:wait() do | |
| 3425 | efx.Size = efx.Size:lerp(Vector3.new(19,19,19),.07/(FPS/60)) | |
| 3426 | efx.CFrame = v.CFrame | |
| 3427 | efx.Transparency = (efx.Size.x)/12 | |
| 3428 | if efx.Transparency >= .97 then | |
| 3429 | break | |
| 3430 | end | |
| 3431 | end | |
| 3432 | efx:Destroy() | |
| 3433 | end) | |
| 3434 | wait(.07/(FPS/60)) | |
| 3435 | local Explosion = Instance.new("Explosion",workspace)
| |
| 3436 | Explosion.BlastRadius = 17 | |
| 3437 | Explosion.BlastPressure = 0 | |
| 3438 | Explosion.Position = v.Position | |
| 3439 | Explosion.Hit:connect(function(part) | |
| 3440 | if part.Parent:FindFirstChild'Humanoid' and part.Parent.ClassName ~= "Hat" and part.Parent ~= c and part.Parent.Humanoid.Sit == false then | |
| 3441 | part.Parent.Humanoid:TakeDamage(1,2) | |
| 3442 | elseif part.Name ~= "Main" and part.ClassName ~= "BasePart" and part.Anchored == false and part.Locked == false and part.Parent ~= FlakModel and part.Parent ~= RTurret and part.Parent ~= RCannon and part.Parent ~= RBody and part.Parent ~= Tank then | |
| 3443 | if not part:FindFirstChild("HP") then
| |
| 3444 | local e = Instance.new("NumberValue",part)
| |
| 3445 | e.Name = "HP" | |
| 3446 | e.Value = part:GetMass() | |
| 3447 | e.Value = e.Value - math.random(math.ceil(part:GetMass()/25),math.abs(math.ceil(part:GetMass()/20 * 1.5))) | |
| 3448 | else | |
| 3449 | part.HP.Value = part.HP.Value - math.random(1,2) | |
| 3450 | if part.HP.Value < 0 and part:GetMass() > 8 then | |
| 3451 | part:BreakJoints() | |
| 3452 | local conn = part:GetConnectedParts() | |
| 3453 | for i = 1,#conn do | |
| 3454 | if not conn[i]:FindFirstChild("HP") then
| |
| 3455 | local e = Instance.new("NumberValue",part)
| |
| 3456 | e.Name = "HP" | |
| 3457 | e.Value = part:GetMass() | |
| 3458 | e.Value = e.Value - 1 | |
| 3459 | else | |
| 3460 | conn[i].HP.Value = conn[i].HP.Value - 1 | |
| 3461 | end | |
| 3462 | end | |
| 3463 | end | |
| 3464 | end | |
| 3465 | end | |
| 3466 | end) | |
| 3467 | wait() | |
| 3468 | Explosion:Destroy() | |
| 3469 | wait(5) | |
| 3470 | end) | |
| 3471 | else | |
| 3472 | v.CFrame = CFrame.new(v.CFrame.p - addVal,v.CFrame.p + addVal) | |
| 3473 | end | |
| 3474 | end | |
| 3475 | end | |
| 3476 | if #MissileModel:children() ~= 0 then | |
| 3477 | for i,v in pairs (MissileModel:children()) do | |
| 3478 | if v:FindFirstChild("Value") then
| |
| 3479 | v.time.Value = v.time.Value + 1/30 | |
| 3480 | local addVal = (v.CFrame.lookVector.unit * 13 + (v.CFrame.p - v.Value.Value.CFrame.p).unit * 2)/15 * missileSpeed | |
| 3481 | addVal = addVal + Vector3.new(0,missileDrop,0) | |
| 3482 | local ray = Ray.new(v.CFrame.p,addVal.unit * missileSpeed) | |
| 3483 | local hit, pos = workspace:FindPartOnRay(ray,c) | |
| 3484 | if v.time.Value > 5 then | |
| 3485 | v.Value:Destroy() | |
| 3486 | v.time.Value = 0 | |
| 3487 | end | |
| 3488 | if (pos - v.Position).magnitude < missileSpeed and hit ~= nil then | |
| 3489 | explodeMissile(v,pos) | |
| 3490 | else | |
| 3491 | v.CFrame = CFrame.new(v.CFrame.p - addVal,v.CFrame.p + addVal) | |
| 3492 | end | |
| 3493 | else | |
| 3494 | v.time.Value = v.time.Value + 1/30 | |
| 3495 | local addVal = v.CFrame.lookVector.unit * missileSpeed | |
| 3496 | addVal = addVal + Vector3.new(0,missileDrop,0) | |
| 3497 | local ray = Ray.new(v.CFrame.p,addVal.unit * missileSpeed) | |
| 3498 | local hit, pos = workspace:FindPartOnRay(ray,c) | |
| 3499 | if ((pos - v.Position).magnitude < missileSpeed and hit ~= nil) or v.time.Value > 4 then | |
| 3500 | explodeMissile(v,pos) | |
| 3501 | else | |
| 3502 | v.CFrame = CFrame.new(v.CFrame.p - addVal,v.CFrame.p + addVal) | |
| 3503 | end | |
| 3504 | end | |
| 3505 | end | |
| 3506 | end | |
| 3507 | end | |
| 3508 | end) | |
| 3509 | ||
| 3510 | rs.RenderStepped:connect(function() | |
| 3511 | FPS = 1/rs.RenderStepped:wait() | |
| 3512 | devValue = FPS/60 | |
| 3513 | Steer = Steer + (Main.Steer * Main.Velocity.magnitude/-45)/devValue | |
| 3514 | Gyro.CFrame = CFrame.new(0,0,0) * CFrame.Angles(0,math.rad(Steer),0) | |
| 3515 | if Main.Throttle ~= 0 then | |
| 3516 | lerp = .85/devValue | |
| 3517 | local leg2 = walkVal + math.pi | |
| 3518 | Vel.Velocity = Vel.Velocity:lerp(Main.CFrame.lookVector * (29 + math.sin(math.sin(walkVal + leg2 + math.rad(20))) * 28) * Main.Throttle,.05/devValue) | |
| 3519 | Joints.LHip.C0 = Joints.LHip.C0:lerp(CFrame.new(0,0,0) * CFrame.Angles(0,0,math.sin(walkVal)/1.3/1.2 + math.rad(20) + Main.Steer * -.25/3),lerp) | |
| 3520 | Joints.RHip.C0 = Joints.RHip.C0:lerp(CFrame.new(0,0,0) * CFrame.Angles(0,0,math.sin(leg2)/1.3/1.2 + math.rad(20) + Main.Steer * .25/3),lerp) | |
| 3521 | Joints.LKnee.C0 = Joints.LKnee.C0:lerp(CFrame.new(0,0,0) * CFrame.Angles(0,0,math.sin(-walkVal + math.rad(50)) * .5/1.2 - math.rad(50) + Main.Steer * .5/3),lerp) | |
| 3522 | Joints.RKnee.C0 = Joints.RKnee.C0:lerp(CFrame.new(0,0,0) * CFrame.Angles(0,0,math.sin(-leg2 + math.rad(50)) * .5/1.2 - math.rad(50) + Main.Steer * -.5/3),lerp) | |
| 3523 | Joints.LAnkle.C0 = Joints.LAnkle.C0:lerp(CFrame.new(0,0,0) * CFrame.Angles(0,0,math.sin(-walkVal - math.rad(27)) * .8/2 + math.rad(28) + Main.Steer * -.25/3),lerp) | |
| 3524 | Joints.RAnkle.C0 = Joints.RAnkle.C0:lerp(CFrame.new(0,0,0) * CFrame.Angles(0,0,math.sin(-leg2 - math.rad(27)) * .8/2 + math.rad(28) + Main.Steer * .25/3),lerp) | |
| 3525 | else | |
| 3526 | Vel.Velocity = Vel.Velocity:lerp(Vector3.new(),.5/devValue) | |
| 3527 | lerp = .15/devValue | |
| 3528 | Joints.LHip.C0 = Joints.LHip.C0:lerp(CFrame.new(0,0,0) * CFrame.Angles(0,0,math.rad(30)),lerp) | |
| 3529 | Joints.RHip.C0 = Joints.RHip.C0:lerp(CFrame.new(0,0,0) * CFrame.Angles(0,0,math.rad(30)),lerp) | |
| 3530 | Joints.LKnee.C0 = Joints.LKnee.C0:lerp(CFrame.new(0,0,0) * CFrame.Angles(0,0,math.rad(-60)),lerp) | |
| 3531 | Joints.RKnee.C0 = Joints.RKnee.C0:lerp(CFrame.new(0,0,0) * CFrame.Angles(0,0,math.rad(-60)),lerp) | |
| 3532 | Joints.LAnkle.C0 = Joints.LAnkle.C0:lerp(CFrame.new(0,0,0) * CFrame.Angles(0,0,math.rad(30)),lerp) | |
| 3533 | Joints.RAnkle.C0 = Joints.RAnkle.C0:lerp(CFrame.new(0,0,0) * CFrame.Angles(0,0,math.rad(30)),lerp) | |
| 3534 | end | |
| 3535 | Joints.Neck.C0 = CFrame.new(Vector3.new(),TurretBase.RotBase.CFrame:toObjectSpace(CFrame.new(mouse.Hit.p.x,TurretBase.RotBase.Position.y,mouse.Hit.p.z)).p) * CFrame.Angles(0,math.rad(-90),0) | |
| 3536 | Joints.RightArm.C0 = CFrame.new(Vector3.new()) * CFrame.Angles(0,0,(mouse.Hit.p.y - Joints.RightArm.Parent.CFrame.p.y)/(mouse.Hit.p - Joints.RightArm.Parent.Position).magnitude) | |
| 3537 | Joints.LeftArm.C0 = CFrame.new(Vector3.new()) * CFrame.Angles(0,0,(mouse.Hit.p.y - Joints.RightArm.Parent.CFrame.p.y)/(mouse.Hit.p - Joints.LeftArm.Parent.Position).magnitude * -1) | |
| 3538 | end) | |
| 3539 | ||
| 3540 | ------------------------------------------------------------------------ > Script End | |
| 3541 | end,o181) | |
| 3542 | end)) | |
| 3543 | o182 = Create("Model",{
| |
| 3544 | ["Name"] = "RLeg", | |
| 3545 | ["Parent"] = o97, | |
| 3546 | }) | |
| 3547 | o183 = Create("Model",{
| |
| 3548 | ["Name"] = "Upper", | |
| 3549 | ["Parent"] = o182, | |
| 3550 | }) | |
| 3551 | o184 = Create("Part",{
| |
| 3552 | ["Name"] = "Knee", | |
| 3553 | ["Parent"] = o183, | |
| 3554 | ["Material"] = Enum.Material.Metal, | |
| 3555 | ["Position"] = Vector3.new(8, 9.5, 4.89999962), | |
| 3556 | ["Anchored"] = true, | |
| 3557 | ["CFrame"] = CFrame.new(8, 9.5, 4.89999962, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
| 3558 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 3559 | ["Shape"] = Enum.PartType.Ball, | |
| 3560 | ["Size"] = Vector3.new(4, 4, 4), | |
| 3561 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 3562 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 3563 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 3564 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 3565 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 3566 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 3567 | }) | |
| 3568 | o185 = Create("WedgePart",{
| |
| 3569 | ["Name"] = "Part", | |
| 3570 | ["Parent"] = o183, | |
| 3571 | ["Material"] = Enum.Material.Metal, | |
| 3572 | ["Position"] = Vector3.new(12.2999897, 10.6729889, 6.90000057), | |
| 3573 | ["Rotation"] = Vector3.new(-29.3821964, -89.7779465, 138.694763), | |
| 3574 | ["Anchored"] = true, | |
| 3575 | ["CFrame"] = CFrame.new(12.2999897, 10.6729889, 6.90000057, -2.98019103e-008, -2.61864432e-008, -0.99999249, -5.81066715e-008, -0.999995768, 5.23729646e-008, -0.999996066, 5.81066857e-008, 9.30146058e-008), | |
| 3576 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 3577 | ["Size"] = Vector3.new(1, 0.99999994, 2.5999999), | |
| 3578 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 3579 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 3580 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 3581 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 3582 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 3583 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 3584 | }) | |
| 3585 | o186 = Create("WedgePart",{
| |
| 3586 | ["Name"] = "Part", | |
| 3587 | ["Parent"] = o183, | |
| 3588 | ["Material"] = Enum.Material.Metal, | |
| 3589 | ["Position"] = Vector3.new(12.2999859, 14.0729828, 2.89999795), | |
| 3590 | ["Rotation"] = Vector3.new(91.4831009, -89.795372, 91.9953461), | |
| 3591 | ["Anchored"] = true, | |
| 3592 | ["CFrame"] = CFrame.new(12.2999859, 14.0729828, 2.89999795, -6.96264451e-008, -1.99849478e-006, -0.999993622, -4.76582045e-008, 0.99999249, -2.05637571e-006, 0.99999547, -1.19403012e-008, -5.32411804e-008), | |
| 3593 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 3594 | ["Size"] = Vector3.new(1, 5.80000019, 2.5999999), | |
| 3595 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 3596 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 3597 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 3598 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 3599 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 3600 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 3601 | }) | |
| 3602 | o187 = Create("WedgePart",{
| |
| 3603 | ["Name"] = "Part", | |
| 3604 | ["Parent"] = o183, | |
| 3605 | ["Material"] = Enum.Material.Metal, | |
| 3606 | ["Position"] = Vector3.new(12.2999907, 10.6730032, 2.900002), | |
| 3607 | ["Rotation"] = Vector3.new(-29.3821964, -89.7779465, 138.694763), | |
| 3608 | ["Anchored"] = true, | |
| 3609 | ["CFrame"] = CFrame.new(12.2999907, 10.6730032, 2.900002, -2.98019103e-008, -2.61864432e-008, -0.99999249, -5.81066715e-008, -0.999995768, 5.23729646e-008, -0.999996066, 5.81066857e-008, 9.30146058e-008), | |
| 3610 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 3611 | ["Size"] = Vector3.new(1, 0.99999994, 2.60000014), | |
| 3612 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 3613 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 3614 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 3615 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 3616 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 3617 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 3618 | }) | |
| 3619 | o188 = Create("WedgePart",{
| |
| 3620 | ["Name"] = "Part", | |
| 3621 | ["Parent"] = o183, | |
| 3622 | ["Material"] = Enum.Material.Metal, | |
| 3623 | ["Position"] = Vector3.new(8.5, 10.0729837, 2.9000001), | |
| 3624 | ["Rotation"] = Vector3.new(-180, -90, 0), | |
| 3625 | ["Anchored"] = true, | |
| 3626 | ["CFrame"] = CFrame.new(8.5, 10.0729837, 2.9000001, 0, 0, -1, 0, -1, -0, -1, 0, -0), | |
| 3627 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 3628 | ["Size"] = Vector3.new(1, 0.200000003, 5), | |
| 3629 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 3630 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 3631 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 3632 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 3633 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 3634 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 3635 | }) | |
| 3636 | o189 = Create("WedgePart",{
| |
| 3637 | ["Name"] = "Part", | |
| 3638 | ["Parent"] = o183, | |
| 3639 | ["Material"] = Enum.Material.Metal, | |
| 3640 | ["Position"] = Vector3.new(8.49998379, 10.0729828, 6.89999866), | |
| 3641 | ["Rotation"] = Vector3.new(-29.3821964, -89.7779465, 138.694763), | |
| 3642 | ["Anchored"] = true, | |
| 3643 | ["CFrame"] = CFrame.new(8.49998379, 10.0729828, 6.89999866, -2.98019103e-008, -2.61864432e-008, -0.99999249, -5.81066715e-008, -0.999995768, 5.23729646e-008, -0.999996066, 5.81066857e-008, 9.30146058e-008), | |
| 3644 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 3645 | ["Size"] = Vector3.new(1, 0.200000003, 5), | |
| 3646 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 3647 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 3648 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 3649 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 3650 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 3651 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 3652 | }) | |
| 3653 | o190 = Create("Part",{
| |
| 3654 | ["Parent"] = o183, | |
| 3655 | ["Material"] = Enum.Material.Metal, | |
| 3656 | ["Position"] = Vector3.new(8, 10.9729919, 4.89999962), | |
| 3657 | ["Anchored"] = true, | |
| 3658 | ["CFrame"] = CFrame.new(8, 10.9729919, 4.89999962, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
| 3659 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 3660 | ["Size"] = Vector3.new(4, 2, 3), | |
| 3661 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 3662 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 3663 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 3664 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 3665 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 3666 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 3667 | }) | |
| 3668 | o191 = Create("Part",{
| |
| 3669 | ["Name"] = "Hip", | |
| 3670 | ["Parent"] = o183, | |
| 3671 | ["Material"] = Enum.Material.Metal, | |
| 3672 | ["Position"] = Vector3.new(8, 17.4729805, 4.89999962), | |
| 3673 | ["Anchored"] = true, | |
| 3674 | ["CFrame"] = CFrame.new(8, 17.4729805, 4.89999962, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
| 3675 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 3676 | ["Size"] = Vector3.new(4, 1, 3), | |
| 3677 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 3678 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 3679 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 3680 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 3681 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 3682 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 3683 | }) | |
| 3684 | o192 = Create("Script",{
| |
| 3685 | ["Parent"] = o191, | |
| 3686 | }) | |
| 3687 | table.insert(cors,coroutine.create(function() | |
| 3688 | wait() | |
| 3689 | runDummyScript(function() | |
| 3690 | local weldTo = script.Parent | |
| 3691 | local weldModel = Instance.new("Model",weldTo)
| |
| 3692 | weldModel.Name = "Welds" | |
| 3693 | ||
| 3694 | makeWeld = function(part1,part0) | |
| 3695 | local w = Instance.new("Weld",weldModel)
| |
| 3696 | w.Part0 = part0 | |
| 3697 | w.Part1 = part1 | |
| 3698 | local CFrameOrigin = CFrame.new(part0.Position) | |
| 3699 | local CFrame0 = part0.CFrame:inverse() * CFrameOrigin | |
| 3700 | local CFrame1 = part1.CFrame:inverse() * CFrameOrigin | |
| 3701 | w.C0 = CFrame0 | |
| 3702 | w.C1 = CFrame1 | |
| 3703 | end | |
| 3704 | ||
| 3705 | for i,v in pairs (weldTo.Parent:children()) do | |
| 3706 | if v.ClassName == "Part" or v.Name == "Part" and v ~= weldTo then | |
| 3707 | makeWeld(v,weldTo) | |
| 3708 | v.Anchored = false | |
| 3709 | end | |
| 3710 | end | |
| 3711 | ||
| 3712 | weldTo.Anchored = false | |
| 3713 | end,o192) | |
| 3714 | end)) | |
| 3715 | o193 = Create("Part",{
| |
| 3716 | ["Parent"] = o183, | |
| 3717 | ["Material"] = Enum.Material.Metal, | |
| 3718 | ["Position"] = Vector3.new(8, 14.4729881, 4.89999962), | |
| 3719 | ["Anchored"] = true, | |
| 3720 | ["CFrame"] = CFrame.new(8, 14.4729881, 4.89999962, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
| 3721 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 3722 | ["Size"] = Vector3.new(4, 5, 3), | |
| 3723 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 3724 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 3725 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 3726 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 3727 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 3728 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 3729 | }) | |
| 3730 | o194 = Create("WedgePart",{
| |
| 3731 | ["Name"] = "Part", | |
| 3732 | ["Parent"] = o183, | |
| 3733 | ["Material"] = Enum.Material.Metal, | |
| 3734 | ["Position"] = Vector3.new(5.5, 13.4729805, 6.89999962), | |
| 3735 | ["Rotation"] = Vector3.new(180, -0, 90), | |
| 3736 | ["Anchored"] = true, | |
| 3737 | ["CFrame"] = CFrame.new(5.5, 13.4729805, 6.89999962, 0, -1, -0, -1, 0, -0, 0, 0, -1), | |
| 3738 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 3739 | ["Size"] = Vector3.new(7, 1, 1), | |
| 3740 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 3741 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 3742 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 3743 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 3744 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 3745 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 3746 | }) | |
| 3747 | o195 = Create("WedgePart",{
| |
| 3748 | ["Name"] = "Part", | |
| 3749 | ["Parent"] = o183, | |
| 3750 | ["Material"] = Enum.Material.Metal, | |
| 3751 | ["Position"] = Vector3.new(5.5, 13.4729881, 2.9000001), | |
| 3752 | ["Rotation"] = Vector3.new(-5.12264569e-006, 1.15153643e-005, 90.0000153), | |
| 3753 | ["Anchored"] = true, | |
| 3754 | ["CFrame"] = CFrame.new(5.5, 13.4729881, 2.9000001, -3.07173877e-007, -1, 2.0098102e-007, 1, -3.07173849e-007, 8.94070311e-008, -8.94069672e-008, 2.00981049e-007, 1), | |
| 3755 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 3756 | ["Size"] = Vector3.new(7, 1, 1), | |
| 3757 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 3758 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 3759 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 3760 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 3761 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 3762 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 3763 | }) | |
| 3764 | o196 = Create("WedgePart",{
| |
| 3765 | ["Name"] = "Part", | |
| 3766 | ["Parent"] = o183, | |
| 3767 | ["Material"] = Enum.Material.Metal, | |
| 3768 | ["Position"] = Vector3.new(12.2999878, 14.0729742, 6.89999723), | |
| 3769 | ["Rotation"] = Vector3.new(91.4831009, -89.795372, 91.9953461), | |
| 3770 | ["Anchored"] = true, | |
| 3771 | ["CFrame"] = CFrame.new(12.2999878, 14.0729742, 6.89999723, -6.96264451e-008, -1.99849478e-006, -0.999993622, -4.76582045e-008, 0.99999249, -2.05637571e-006, 0.99999547, -1.19403012e-008, -5.32411804e-008), | |
| 3772 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 3773 | ["Size"] = Vector3.new(1, 5.80000019, 2.5999999), | |
| 3774 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 3775 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 3776 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 3777 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 3778 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 3779 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 3780 | }) | |
| 3781 | o197 = Create("Part",{
| |
| 3782 | ["Parent"] = o183, | |
| 3783 | ["Material"] = Enum.Material.Metal, | |
| 3784 | ["Position"] = Vector3.new(5.5, 13.4729881, 4.89999962), | |
| 3785 | ["Anchored"] = true, | |
| 3786 | ["CFrame"] = CFrame.new(5.5, 13.4729881, 4.89999962, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
| 3787 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 3788 | ["Size"] = Vector3.new(1, 7, 3), | |
| 3789 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 3790 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 3791 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 3792 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 3793 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 3794 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 3795 | }) | |
| 3796 | o198 = Create("Part",{
| |
| 3797 | ["Parent"] = o183, | |
| 3798 | ["Material"] = Enum.Material.Metal, | |
| 3799 | ["Position"] = Vector3.new(8.5, 13.5730009, 2.9000001), | |
| 3800 | ["Anchored"] = true, | |
| 3801 | ["CFrame"] = CFrame.new(8.5, 13.5730009, 2.9000001, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
| 3802 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 3803 | ["Size"] = Vector3.new(5, 6.79999971, 1), | |
| 3804 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 3805 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 3806 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 3807 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 3808 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 3809 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 3810 | }) | |
| 3811 | o199 = Create("Part",{
| |
| 3812 | ["Parent"] = o183, | |
| 3813 | ["Material"] = Enum.Material.Metal, | |
| 3814 | ["Position"] = Vector3.new(8.5, 13.5729885, 6.89999962), | |
| 3815 | ["Anchored"] = true, | |
| 3816 | ["CFrame"] = CFrame.new(8.5, 13.5729885, 6.89999962, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
| 3817 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 3818 | ["Size"] = Vector3.new(5, 6.80000019, 1), | |
| 3819 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 3820 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 3821 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 3822 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 3823 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 3824 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 3825 | }) | |
| 3826 | o200 = Create("Model",{
| |
| 3827 | ["Name"] = "Foot", | |
| 3828 | ["Parent"] = o182, | |
| 3829 | }) | |
| 3830 | o201 = Create("Part",{
| |
| 3831 | ["Parent"] = o200, | |
| 3832 | ["Material"] = Enum.Material.Metal, | |
| 3833 | ["Position"] = Vector3.new(6.99998045, 0.500014901, 1.60000706), | |
| 3834 | ["Rotation"] = Vector3.new(-5.12266233e-005, 1.17442678e-005, 3.91489357e-006), | |
| 3835 | ["Anchored"] = true, | |
| 3836 | ["CFrame"] = CFrame.new(6.99998045, 0.500014901, 1.60000706, 0.999993563, -6.83273385e-008, 2.04976146e-007, 7.06829937e-008, 0.999996662, 8.94070354e-007, -2.12043744e-007, -8.64267975e-007, 0.999996781), | |
| 3837 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 3838 | ["Size"] = Vector3.new(2, 1, 1.60000014), | |
| 3839 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 3840 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 3841 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 3842 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 3843 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 3844 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 3845 | }) | |
| 3846 | o202 = Create("WedgePart",{
| |
| 3847 | ["Name"] = "Part", | |
| 3848 | ["Parent"] = o200, | |
| 3849 | ["Material"] = Enum.Material.Metal, | |
| 3850 | ["Position"] = Vector3.new(3.5, 0.5, 2.9000001), | |
| 3851 | ["Rotation"] = Vector3.new(-90, 90, 0), | |
| 3852 | ["Anchored"] = true, | |
| 3853 | ["CFrame"] = CFrame.new(3.5, 0.5, 2.9000001, 0, 0, 1, -1, 0, 0, 0, -1, 0), | |
| 3854 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 3855 | ["Size"] = Vector3.new(1, 1, 3), | |
| 3856 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 3857 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 3858 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 3859 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 3860 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 3861 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 3862 | }) | |
| 3863 | o203 = Create("Part",{
| |
| 3864 | ["Parent"] = o200, | |
| 3865 | ["Material"] = Enum.Material.Metal, | |
| 3866 | ["Position"] = Vector3.new(3.5, 0.500008047, 4.89999962), | |
| 3867 | ["Rotation"] = Vector3.new(-9.78702587e-007, -1.70754777e-006, -2.65248491e-006), | |
| 3868 | ["Anchored"] = true, | |
| 3869 | ["CFrame"] = CFrame.new(3.5, 0.500008047, 4.89999962, 1, 4.62945948e-008, -2.98023295e-008, -4.62945948e-008, 1, 1.70815824e-008, 2.98023295e-008, -1.70815806e-008, 1), | |
| 3870 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 3871 | ["Size"] = Vector3.new(3, 1, 3), | |
| 3872 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 3873 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 3874 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 3875 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 3876 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 3877 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 3878 | }) | |
| 3879 | o204 = Create("WedgePart",{
| |
| 3880 | ["Name"] = "Part", | |
| 3881 | ["Parent"] = o200, | |
| 3882 | ["Material"] = Enum.Material.Metal, | |
| 3883 | ["Position"] = Vector3.new(9, 0.5, 8.19999981), | |
| 3884 | ["Rotation"] = Vector3.new(-180, -1.70754731e-006, -90), | |
| 3885 | ["Anchored"] = true, | |
| 3886 | ["CFrame"] = CFrame.new(9, 0.5, 8.19999981, 0, 1, -2.98023224e-008, 1, 0, 0, 0, -2.98023224e-008, -1), | |
| 3887 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 3888 | ["Size"] = Vector3.new(1, 2, 1.5999999), | |
| 3889 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 3890 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 3891 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 3892 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 3893 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 3894 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 3895 | }) | |
| 3896 | o205 = Create("WedgePart",{
| |
| 3897 | ["Name"] = "Part", | |
| 3898 | ["Parent"] = o200, | |
| 3899 | ["Material"] = Enum.Material.Metal, | |
| 3900 | ["Position"] = Vector3.new(3.50000811, 1.49999595, 4.89999247), | |
| 3901 | ["Rotation"] = Vector3.new(121.100662, 89.8123322, 138.915115), | |
| 3902 | ["Anchored"] = true, | |
| 3903 | ["CFrame"] = CFrame.new(3.50000811, 1.49999595, 4.89999247, -3.7831267e-008, -3.29847474e-008, 0.999994636, 9.76996262e-015, 0.999991953, -1.33096894e-008, -0.99999541, -1.70814367e-008, -8.02912581e-009), | |
| 3904 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 3905 | ["Size"] = Vector3.new(3, 1, 3), | |
| 3906 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 3907 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 3908 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 3909 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 3910 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 3911 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 3912 | }) | |
| 3913 | o206 = Create("Part",{
| |
| 3914 | ["Parent"] = o200, | |
| 3915 | ["Material"] = Enum.Material.Metal, | |
| 3916 | ["Position"] = Vector3.new(12.5, 0.500005007, 4.89999962), | |
| 3917 | ["Rotation"] = Vector3.new(180, 1.77514252e-032, 180), | |
| 3918 | ["Anchored"] = true, | |
| 3919 | ["CFrame"] = CFrame.new(12.5, 0.500005007, 4.89999962, -1, -1.30777255e-020, 3.09820822e-034, 1.09684149e-020, 1, -4.3298698e-014, 3.09820822e-034, 5.16253706e-014, -1), | |
| 3920 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 3921 | ["Size"] = Vector3.new(3, 1, 3), | |
| 3922 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 3923 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 3924 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 3925 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 3926 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 3927 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 3928 | }) | |
| 3929 | o207 = Create("CornerWedgePart",{
| |
| 3930 | ["Name"] = "Part", | |
| 3931 | ["Parent"] = o200, | |
| 3932 | ["Material"] = Enum.Material.Metal, | |
| 3933 | ["Position"] = Vector3.new(3.5, 1.5, 6.89999962), | |
| 3934 | ["Rotation"] = Vector3.new(-90, -1.70754731e-006, 90), | |
| 3935 | ["Anchored"] = true, | |
| 3936 | ["CFrame"] = CFrame.new(3.5, 1.5, 6.89999962, -8.8817842e-016, -1, -2.98023224e-008, 0, -2.98023224e-008, 1, -1, 8.8817842e-016, 0), | |
| 3937 | ["Size"] = Vector3.new(1, 3, 1), | |
| 3938 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 3939 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 3940 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 3941 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 3942 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 3943 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 3944 | }) | |
| 3945 | o208 = Create("WedgePart",{
| |
| 3946 | ["Name"] = "Part", | |
| 3947 | ["Parent"] = o200, | |
| 3948 | ["Material"] = Enum.Material.Metal, | |
| 3949 | ["Position"] = Vector3.new(7, 1.5, 8.19999981), | |
| 3950 | ["Rotation"] = Vector3.new(-180, 0, -180), | |
| 3951 | ["Anchored"] = true, | |
| 3952 | ["CFrame"] = CFrame.new(7, 1.5, 8.19999981, -1, 0, 0, 0, 1, 0, 0, 0, -1), | |
| 3953 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 3954 | ["Size"] = Vector3.new(2, 1, 1.5999999), | |
| 3955 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 3956 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 3957 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 3958 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 3959 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 3960 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 3961 | }) | |
| 3962 | o209 = Create("CornerWedgePart",{
| |
| 3963 | ["Name"] = "Part", | |
| 3964 | ["Parent"] = o200, | |
| 3965 | ["Material"] = Enum.Material.Metal, | |
| 3966 | ["Position"] = Vector3.new(3.49999857, 1.50000024, 2.89999938), | |
| 3967 | ["Rotation"] = Vector3.new(-180, -0.000145142534, 90), | |
| 3968 | ["Anchored"] = true, | |
| 3969 | ["CFrame"] = CFrame.new(3.49999857, 1.50000024, 2.89999938, 1.05365871e-007, -1, -2.53321514e-006, -1, -1.05366524e-007, 2.5350414e-007, -2.53504425e-007, 2.53321514e-006, -1), | |
| 3970 | ["Size"] = Vector3.new(1, 3, 1), | |
| 3971 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 3972 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 3973 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 3974 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 3975 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 3976 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 3977 | }) | |
| 3978 | o210 = Create("WedgePart",{
| |
| 3979 | ["Name"] = "Part", | |
| 3980 | ["Parent"] = o200, | |
| 3981 | ["Material"] = Enum.Material.Metal, | |
| 3982 | ["Position"] = Vector3.new(3.5, 0.5, 6.89999962), | |
| 3983 | ["Rotation"] = Vector3.new(90, 90, 0), | |
| 3984 | ["Anchored"] = true, | |
| 3985 | ["CFrame"] = CFrame.new(3.5, 0.5, 6.89999962, 0, -2.98023224e-008, 1, 1, -9.43689571e-016, 0, 8.32667268e-016, 1, 2.98023224e-008), | |
| 3986 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 3987 | ["Size"] = Vector3.new(1, 1, 3), | |
| 3988 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 3989 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 3990 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 3991 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 3992 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 3993 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 3994 | }) | |
| 3995 | o211 = Create("WedgePart",{
| |
| 3996 | ["Name"] = "Part", | |
| 3997 | ["Parent"] = o200, | |
| 3998 | ["Material"] = Enum.Material.Metal, | |
| 3999 | ["Position"] = Vector3.new(6.9999752, 1.49996471, 1.60001564), | |
| 4000 | ["Rotation"] = Vector3.new(-3.92737747e-005, 1.4579181e-005, 4.85985856e-006), | |
| 4001 | ["Anchored"] = true, | |
| 4002 | ["CFrame"] = CFrame.new(6.9999752, 1.49996471, 1.60001564, 0.999993563, -8.48199875e-008, 2.54454704e-007, 8.71757067e-008, 0.999996662, 6.85454438e-007, -2.61522445e-007, -6.55652002e-007, 0.999996781), | |
| 4003 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 4004 | ["Size"] = Vector3.new(2, 1, 1.5999999), | |
| 4005 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 4006 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 4007 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 4008 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 4009 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 4010 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 4011 | }) | |
| 4012 | o212 = Create("Part",{
| |
| 4013 | ["Parent"] = o200, | |
| 4014 | ["Material"] = Enum.Material.Metal, | |
| 4015 | ["Position"] = Vector3.new(10.5, 1, 4.89999962), | |
| 4016 | ["Rotation"] = Vector3.new(-180, 0, -180), | |
| 4017 | ["Anchored"] = true, | |
| 4018 | ["CFrame"] = CFrame.new(10.5, 1, 4.89999962, -1, 0, 0, 0, 1, 0, 0, 0, -1), | |
| 4019 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 4020 | ["Size"] = Vector3.new(1, 2, 3), | |
| 4021 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 4022 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 4023 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 4024 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 4025 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 4026 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 4027 | }) | |
| 4028 | o213 = Create("WedgePart",{
| |
| 4029 | ["Name"] = "Part", | |
| 4030 | ["Parent"] = o200, | |
| 4031 | ["Material"] = Enum.Material.Metal, | |
| 4032 | ["Position"] = Vector3.new(12.5, 1.50000501, 4.89999962), | |
| 4033 | ["Rotation"] = Vector3.new(-1.43124965e-012, -90, 0), | |
| 4034 | ["Anchored"] = true, | |
| 4035 | ["CFrame"] = CFrame.new(12.5, 1.50000501, 4.89999962, -1.19432063e-034, -6.32793169e-021, -1, 2.49800181e-014, 1, 6.32793169e-021, 1, 2.49800181e-014, 1.19432063e-034), | |
| 4036 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 4037 | ["Size"] = Vector3.new(3, 1, 3), | |
| 4038 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 4039 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 4040 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 4041 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 4042 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 4043 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 4044 | }) | |
| 4045 | o214 = Create("Part",{
| |
| 4046 | ["Parent"] = o200, | |
| 4047 | ["Material"] = Enum.Material.Metal, | |
| 4048 | ["Position"] = Vector3.new(7, 0.5, 8.19999981), | |
| 4049 | ["Rotation"] = Vector3.new(-180, 0, -180), | |
| 4050 | ["Anchored"] = true, | |
| 4051 | ["CFrame"] = CFrame.new(7, 0.5, 8.19999981, -1, 0, 0, 0, 1, 0, 0, 0, -1), | |
| 4052 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 4053 | ["Size"] = Vector3.new(2, 1, 1.60000014), | |
| 4054 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 4055 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 4056 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 4057 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 4058 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 4059 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 4060 | }) | |
| 4061 | o215 = Create("WedgePart",{
| |
| 4062 | ["Name"] = "Part", | |
| 4063 | ["Parent"] = o200, | |
| 4064 | ["Material"] = Enum.Material.Metal, | |
| 4065 | ["Position"] = Vector3.new(10.5, 1, 2.9000001), | |
| 4066 | ["Rotation"] = Vector3.new(-90, -90, 0), | |
| 4067 | ["Anchored"] = true, | |
| 4068 | ["CFrame"] = CFrame.new(10.5, 1, 2.9000001, 0, 0, -1, 1, 0, 0, 0, -1, 0), | |
| 4069 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 4070 | ["Size"] = Vector3.new(2, 1, 1), | |
| 4071 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 4072 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 4073 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 4074 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 4075 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 4076 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 4077 | }) | |
| 4078 | o216 = Create("CornerWedgePart",{
| |
| 4079 | ["Name"] = "Part", | |
| 4080 | ["Parent"] = o200, | |
| 4081 | ["Material"] = Enum.Material.Metal, | |
| 4082 | ["Position"] = Vector3.new(9, 1.49999785, 8.20000648), | |
| 4083 | ["Rotation"] = Vector3.new(-90.0000076, 2.91890871e-007, 180), | |
| 4084 | ["Anchored"] = true, | |
| 4085 | ["CFrame"] = CFrame.new(9, 1.49999785, 8.20000648, -0.999993563, -1.52536597e-008, 5.09445686e-009, 7.45053486e-009, 1.49011612e-007, 0.999996662, -8.1855136e-009, 0.999996781, -1.78813934e-007), | |
| 4086 | ["Size"] = Vector3.new(2, 1.5999999, 1), | |
| 4087 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 4088 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 4089 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 4090 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 4091 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 4092 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 4093 | }) | |
| 4094 | o217 = Create("WedgePart",{
| |
| 4095 | ["Name"] = "Part", | |
| 4096 | ["Parent"] = o200, | |
| 4097 | ["Material"] = Enum.Material.Metal, | |
| 4098 | ["Position"] = Vector3.new(10.5, 1.00000107, 6.89999914), | |
| 4099 | ["Rotation"] = Vector3.new(-180, 1.61238745e-006, -90), | |
| 4100 | ["Anchored"] = true, | |
| 4101 | ["CFrame"] = CFrame.new(10.5, 1.00000107, 6.89999914, -2.98022815e-008, 0.999999464, 2.81414696e-008, 0.999998927, -2.68378069e-015, 1.42108403e-014, 7.10542736e-015, 2.81414856e-008, -0.999999464), | |
| 4102 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 4103 | ["Size"] = Vector3.new(2, 1, 1), | |
| 4104 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 4105 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 4106 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 4107 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 4108 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 4109 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 4110 | }) | |
| 4111 | o218 = Create("CornerWedgePart",{
| |
| 4112 | ["Name"] = "Part", | |
| 4113 | ["Parent"] = o200, | |
| 4114 | ["Material"] = Enum.Material.Metal, | |
| 4115 | ["Position"] = Vector3.new(8.99996662, 1.50001371, 1.60000563), | |
| 4116 | ["Rotation"] = Vector3.new(-158.801041, 89.7944183, 68.6915283), | |
| 4117 | ["Anchored"] = true, | |
| 4118 | ["CFrame"] = CFrame.new(8.99996662, 1.50001371, 1.60000563, 6.83273385e-008, -1.75174023e-007, 0.999993563, -0.999996662, -8.94070354e-007, 7.06830221e-008, 8.64267975e-007, -0.999996781, -1.82241521e-007), | |
| 4119 | ["Size"] = Vector3.new(1, 1.5999999, 2), | |
| 4120 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 4121 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 4122 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 4123 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 4124 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 4125 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 4126 | }) | |
| 4127 | o219 = Create("Part",{
| |
| 4128 | ["Parent"] = o200, | |
| 4129 | ["Material"] = Enum.Material.Metal, | |
| 4130 | ["Position"] = Vector3.new(7.5, 1, 4.89999962), | |
| 4131 | ["Anchored"] = true, | |
| 4132 | ["CFrame"] = CFrame.new(7.5, 1, 4.89999962, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
| 4133 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 4134 | ["Size"] = Vector3.new(5, 2, 5), | |
| 4135 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 4136 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 4137 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 4138 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 4139 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 4140 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 4141 | }) | |
| 4142 | o220 = Create("WedgePart",{
| |
| 4143 | ["Name"] = "Part", | |
| 4144 | ["Parent"] = o200, | |
| 4145 | ["Material"] = Enum.Material.Metal, | |
| 4146 | ["Position"] = Vector3.new(8.99996662, 0.500016987, 1.60000753), | |
| 4147 | ["Rotation"] = Vector3.new(-5.12266233e-005, 1.17442678e-005, -90), | |
| 4148 | ["Anchored"] = true, | |
| 4149 | ["CFrame"] = CFrame.new(8.99996662, 0.500016987, 1.60000753, 6.83273385e-008, 0.999993563, 2.04976146e-007, -0.999996662, 7.06829937e-008, 8.94070354e-007, 8.64267975e-007, -2.12043744e-007, 0.999996781), | |
| 4150 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 4151 | ["Size"] = Vector3.new(1, 2, 1.5999999), | |
| 4152 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 4153 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 4154 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 4155 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 4156 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 4157 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 4158 | }) | |
| 4159 | o221 = Create("Part",{
| |
| 4160 | ["Name"] = "Ankle", | |
| 4161 | ["Parent"] = o200, | |
| 4162 | ["Material"] = Enum.Material.Metal, | |
| 4163 | ["Position"] = Vector3.new(8, 2.99999905, 4.89999962), | |
| 4164 | ["Anchored"] = true, | |
| 4165 | ["CFrame"] = CFrame.new(8, 2.99999905, 4.89999962, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
| 4166 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 4167 | ["Size"] = Vector3.new(4, 2, 3), | |
| 4168 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 4169 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 4170 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 4171 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 4172 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 4173 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 4174 | }) | |
| 4175 | o222 = Create("Script",{
| |
| 4176 | ["Parent"] = o221, | |
| 4177 | }) | |
| 4178 | table.insert(cors,coroutine.create(function() | |
| 4179 | wait() | |
| 4180 | runDummyScript(function() | |
| 4181 | local weldTo = script.Parent | |
| 4182 | local weldModel = Instance.new("Model",weldTo)
| |
| 4183 | weldModel.Name = "Welds" | |
| 4184 | ||
| 4185 | makeWeld = function(part1,part0) | |
| 4186 | local w = Instance.new("Weld",weldModel)
| |
| 4187 | w.Part0 = part0 | |
| 4188 | w.Part1 = part1 | |
| 4189 | local CFrameOrigin = CFrame.new(part0.Position) | |
| 4190 | local CFrame0 = part0.CFrame:inverse() * CFrameOrigin | |
| 4191 | local CFrame1 = part1.CFrame:inverse() * CFrameOrigin | |
| 4192 | w.C0 = CFrame0 | |
| 4193 | w.C1 = CFrame1 | |
| 4194 | end | |
| 4195 | ||
| 4196 | for i,v in pairs (weldTo.Parent:children()) do | |
| 4197 | if v.ClassName == "Part" or v.Name == "Part" and v ~= weldTo then | |
| 4198 | makeWeld(v,weldTo) | |
| 4199 | v.Anchored = false | |
| 4200 | end | |
| 4201 | end | |
| 4202 | ||
| 4203 | weldTo.Anchored = false | |
| 4204 | end,o222) | |
| 4205 | end)) | |
| 4206 | o223 = Create("Model",{
| |
| 4207 | ["Name"] = "Lower", | |
| 4208 | ["Parent"] = o182, | |
| 4209 | }) | |
| 4210 | o224 = Create("Part",{
| |
| 4211 | ["Parent"] = o223, | |
| 4212 | ["Material"] = Enum.Material.Metal, | |
| 4213 | ["Position"] = Vector3.new(5.5, 6, 4.89999962), | |
| 4214 | ["Anchored"] = true, | |
| 4215 | ["CFrame"] = CFrame.new(5.5, 6, 4.89999962, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
| 4216 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 4217 | ["Size"] = Vector3.new(1, 6, 3), | |
| 4218 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 4219 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 4220 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 4221 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 4222 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 4223 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 4224 | }) | |
| 4225 | o225 = Create("WedgePart",{
| |
| 4226 | ["Name"] = "Part", | |
| 4227 | ["Parent"] = o223, | |
| 4228 | ["Material"] = Enum.Material.Metal, | |
| 4229 | ["Position"] = Vector3.new(8.5, 3.5, 2.90000057), | |
| 4230 | ["Rotation"] = Vector3.new(-180, -90, 0), | |
| 4231 | ["Anchored"] = true, | |
| 4232 | ["CFrame"] = CFrame.new(8.5, 3.5, 2.90000057, 0, 0, -1, 0, -1, -0, -1, 0, -0), | |
| 4233 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 4234 | ["Size"] = Vector3.new(1, 1, 5), | |
| 4235 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 4236 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 4237 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 4238 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 4239 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 4240 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 4241 | }) | |
| 4242 | o226 = Create("WedgePart",{
| |
| 4243 | ["Name"] = "Part", | |
| 4244 | ["Parent"] = o223, | |
| 4245 | ["Material"] = Enum.Material.Metal, | |
| 4246 | ["Position"] = Vector3.new(5.5, 6, 2.90000057), | |
| 4247 | ["Rotation"] = Vector3.new(-5.12264569e-006, 1.15153643e-005, 90.0000153), | |
| 4248 | ["Anchored"] = true, | |
| 4249 | ["CFrame"] = CFrame.new(5.5, 6, 2.90000057, -3.07173877e-007, -1, 2.0098102e-007, 1, -3.07173849e-007, 8.94070311e-008, -8.94069672e-008, 2.00981049e-007, 1), | |
| 4250 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 4251 | ["Size"] = Vector3.new(6, 1, 1), | |
| 4252 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 4253 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 4254 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 4255 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 4256 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 4257 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 4258 | }) | |
| 4259 | o227 = Create("Part",{
| |
| 4260 | ["Parent"] = o223, | |
| 4261 | ["Material"] = Enum.Material.Metal, | |
| 4262 | ["Position"] = Vector3.new(8.5, 6.50000811, 2.90000057), | |
| 4263 | ["Anchored"] = true, | |
| 4264 | ["CFrame"] = CFrame.new(8.5, 6.50000811, 2.90000057, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
| 4265 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 4266 | ["Size"] = Vector3.new(5, 5, 1), | |
| 4267 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 4268 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 4269 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 4270 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 4271 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 4272 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 4273 | }) | |
| 4274 | o228 = Create("Part",{
| |
| 4275 | ["Name"] = "Ankle", | |
| 4276 | ["Parent"] = o223, | |
| 4277 | ["Material"] = Enum.Material.Metal, | |
| 4278 | ["Position"] = Vector3.new(8, 3.00000572, 4.89999914), | |
| 4279 | ["Anchored"] = true, | |
| 4280 | ["CFrame"] = CFrame.new(8, 3.00000572, 4.89999914, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
| 4281 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 4282 | ["Shape"] = Enum.PartType.Ball, | |
| 4283 | ["Size"] = Vector3.new(4, 4, 4), | |
| 4284 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 4285 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 4286 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 4287 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 4288 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 4289 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 4290 | }) | |
| 4291 | o229 = Create("WedgePart",{
| |
| 4292 | ["Name"] = "Part", | |
| 4293 | ["Parent"] = o223, | |
| 4294 | ["Material"] = Enum.Material.Metal, | |
| 4295 | ["Position"] = Vector3.new(12, 5.80000782, 2.90000057), | |
| 4296 | ["Rotation"] = Vector3.new(-180, -90, 0), | |
| 4297 | ["Anchored"] = true, | |
| 4298 | ["CFrame"] = CFrame.new(12, 5.80000782, 2.90000057, 0, 0, -1, 0, -1, -0, -1, 0, -0), | |
| 4299 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 4300 | ["Size"] = Vector3.new(1, 3.59999967, 2), | |
| 4301 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 4302 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 4303 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 4304 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 4305 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 4306 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 4307 | }) | |
| 4308 | o230 = Create("Part",{
| |
| 4309 | ["Parent"] = o223, | |
| 4310 | ["Material"] = Enum.Material.Metal, | |
| 4311 | ["Position"] = Vector3.new(8, 6.49999475, 4.89999914), | |
| 4312 | ["Anchored"] = true, | |
| 4313 | ["CFrame"] = CFrame.new(8, 6.49999475, 4.89999914, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
| 4314 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 4315 | ["Size"] = Vector3.new(4, 5, 3), | |
| 4316 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 4317 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 4318 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 4319 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 4320 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 4321 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 4322 | }) | |
| 4323 | o231 = Create("WedgePart",{
| |
| 4324 | ["Name"] = "Part", | |
| 4325 | ["Parent"] = o223, | |
| 4326 | ["Material"] = Enum.Material.Metal, | |
| 4327 | ["Position"] = Vector3.new(12, 8.30000782, 2.90000057), | |
| 4328 | ["Rotation"] = Vector3.new(-0, -90, 0), | |
| 4329 | ["Anchored"] = true, | |
| 4330 | ["CFrame"] = CFrame.new(12, 8.30000782, 2.90000057, 0, 0, -1, 0, 1, 0, 1, 0, 0), | |
| 4331 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 4332 | ["Size"] = Vector3.new(0.999999881, 1.39999986, 2), | |
| 4333 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 4334 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 4335 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 4336 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 4337 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 4338 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 4339 | }) | |
| 4340 | o232 = Create("WedgePart",{
| |
| 4341 | ["Name"] = "Part", | |
| 4342 | ["Parent"] = o223, | |
| 4343 | ["Material"] = Enum.Material.Metal, | |
| 4344 | ["Position"] = Vector3.new(8.49998379, 3.49999547, 6.89999723), | |
| 4345 | ["Rotation"] = Vector3.new(-29.3821964, -89.7779465, 138.694763), | |
| 4346 | ["Anchored"] = true, | |
| 4347 | ["CFrame"] = CFrame.new(8.49998379, 3.49999547, 6.89999723, -2.98019103e-008, -2.61864432e-008, -0.99999249, -5.81066715e-008, -0.999995768, 5.23729646e-008, -0.999996066, 5.81066857e-008, 9.30146058e-008), | |
| 4348 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 4349 | ["Size"] = Vector3.new(1, 1, 5), | |
| 4350 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 4351 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 4352 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 4353 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 4354 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 4355 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 4356 | }) | |
| 4357 | o233 = Create("WedgePart",{
| |
| 4358 | ["Name"] = "Part", | |
| 4359 | ["Parent"] = o223, | |
| 4360 | ["Material"] = Enum.Material.Metal, | |
| 4361 | ["Position"] = Vector3.new(5.5, 5.99999475, 6.89999914), | |
| 4362 | ["Rotation"] = Vector3.new(180, -0, 90), | |
| 4363 | ["Anchored"] = true, | |
| 4364 | ["CFrame"] = CFrame.new(5.5, 5.99999475, 6.89999914, 0, -1, -0, -1, 0, -0, 0, 0, -1), | |
| 4365 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 4366 | ["Size"] = Vector3.new(6, 1, 1), | |
| 4367 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 4368 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 4369 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 4370 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 4371 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 4372 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 4373 | }) | |
| 4374 | o234 = Create("Part",{
| |
| 4375 | ["Parent"] = o223, | |
| 4376 | ["Material"] = Enum.Material.Metal, | |
| 4377 | ["Position"] = Vector3.new(8.5, 6.49999475, 6.89999914), | |
| 4378 | ["Anchored"] = true, | |
| 4379 | ["CFrame"] = CFrame.new(8.5, 6.49999475, 6.89999914, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
| 4380 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 4381 | ["Size"] = Vector3.new(5, 5, 1), | |
| 4382 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 4383 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 4384 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 4385 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 4386 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 4387 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 4388 | }) | |
| 4389 | o235 = Create("Part",{
| |
| 4390 | ["Name"] = "Knee", | |
| 4391 | ["Parent"] = o223, | |
| 4392 | ["Material"] = Enum.Material.Metal, | |
| 4393 | ["Position"] = Vector3.new(8, 9.4999876, 4.89999914), | |
| 4394 | ["Anchored"] = true, | |
| 4395 | ["CFrame"] = CFrame.new(8, 9.4999876, 4.89999914, 1, 0, 0, 0, 1, 0, 0, 0, 1), | |
| 4396 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 4397 | ["Size"] = Vector3.new(4, 1, 3), | |
| 4398 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 4399 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 4400 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 4401 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 4402 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 4403 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 4404 | }) | |
| 4405 | o236 = Create("Script",{
| |
| 4406 | ["Parent"] = o235, | |
| 4407 | }) | |
| 4408 | table.insert(cors,coroutine.create(function() | |
| 4409 | wait() | |
| 4410 | runDummyScript(function() | |
| 4411 | local weldTo = script.Parent | |
| 4412 | local weldModel = Instance.new("Model",weldTo)
| |
| 4413 | weldModel.Name = "Welds" | |
| 4414 | ||
| 4415 | makeWeld = function(part1,part0) | |
| 4416 | local w = Instance.new("Weld",weldModel)
| |
| 4417 | w.Part0 = part0 | |
| 4418 | w.Part1 = part1 | |
| 4419 | local CFrameOrigin = CFrame.new(part0.Position) | |
| 4420 | local CFrame0 = part0.CFrame:inverse() * CFrameOrigin | |
| 4421 | local CFrame1 = part1.CFrame:inverse() * CFrameOrigin | |
| 4422 | w.C0 = CFrame0 | |
| 4423 | w.C1 = CFrame1 | |
| 4424 | end | |
| 4425 | ||
| 4426 | for i,v in pairs (weldTo.Parent:children()) do | |
| 4427 | if v.ClassName == "Part" or v.Name == "Part" and v ~= weldTo then | |
| 4428 | makeWeld(v,weldTo) | |
| 4429 | v.Anchored = false | |
| 4430 | end | |
| 4431 | end | |
| 4432 | ||
| 4433 | weldTo.Anchored = false | |
| 4434 | end,o236) | |
| 4435 | end)) | |
| 4436 | o237 = Create("WedgePart",{
| |
| 4437 | ["Name"] = "Part", | |
| 4438 | ["Parent"] = o223, | |
| 4439 | ["Material"] = Enum.Material.Metal, | |
| 4440 | ["Position"] = Vector3.new(12, 8.29999447, 6.89999914), | |
| 4441 | ["Rotation"] = Vector3.new(-0, -90, 0), | |
| 4442 | ["Anchored"] = true, | |
| 4443 | ["CFrame"] = CFrame.new(12, 8.29999447, 6.89999914, 0, 0, -1, 0, 1, 0, 1, 0, 0), | |
| 4444 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 4445 | ["Size"] = Vector3.new(0.999999881, 1.39999986, 2), | |
| 4446 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 4447 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 4448 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 4449 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 4450 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 4451 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 4452 | }) | |
| 4453 | o238 = Create("WedgePart",{
| |
| 4454 | ["Name"] = "Part", | |
| 4455 | ["Parent"] = o223, | |
| 4456 | ["Material"] = Enum.Material.Metal, | |
| 4457 | ["Position"] = Vector3.new(12, 5.79999495, 6.89999914), | |
| 4458 | ["Rotation"] = Vector3.new(-180, -90, 0), | |
| 4459 | ["Anchored"] = true, | |
| 4460 | ["CFrame"] = CFrame.new(12, 5.79999495, 6.89999914, 0, 0, -1, 0, -1, -0, -1, 0, -0), | |
| 4461 | ["FormFactor"] = Enum.FormFactor.Symmetric, | |
| 4462 | ["Size"] = Vector3.new(1, 3.59999967, 2), | |
| 4463 | ["BackSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 4464 | ["BottomSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 4465 | ["FrontSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 4466 | ["LeftSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 4467 | ["RightSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 4468 | ["TopSurface"] = Enum.SurfaceType.SmoothNoOutlines, | |
| 4469 | }) | |
| 4470 | mas.Parent = workspace | |
| 4471 | mas:MakeJoints() | |
| 4472 | local mas1 = mas:GetChildren() | |
| 4473 | for i=1,#mas1 do | |
| 4474 | mas1[i].Parent = workspace | |
| 4475 | ypcall(function() mas1[i]:MakeJoints() end) | |
| 4476 | end | |
| 4477 | mas:Destroy() | |
| 4478 | for i=1,#cors do | |
| 4479 | coroutine.resume(cors[i]) | |
| 4480 | end |