SHOW:
|
|
- or go back to the newest paste.
| 1 | --Edited by 1x0x1x0-- | |
| 2 | ||
| 3 | local character = game.Players.LocalPlayer.Character | |
| 4 | for _,v in pairs(character:GetChildren()) do | |
| 5 | if v:IsA("Hat") or v:IsA("Accessory") then
| |
| 6 | v:Destroy() | |
| 7 | end | |
| 8 | end | |
| 9 | ||
| 10 | Lighting = game.Lighting | |
| 11 | skybox = Instance.new("Sky", Lighting)
| |
| 12 | ||
| 13 | local HBill = Instance.new("BillboardGui",game.Players.LocalPlayer.Character.Head)
| |
| 14 | local HMain, HBarBack, HBar = Instance.new("Frame", HBill), Instance.new("Frame"), Instance.new("Frame")
| |
| 15 | local HHealth, HName = Instance.new("TextLabel", HBarBack), Instance.new("TextLabel")
| |
| 16 | HBill.Size = UDim2.new(15,0,2.2,0) | |
| 17 | HBill.Name = "Health Display" | |
| 18 | HBill.StudsOffset = Vector3.new(0,4,0) | |
| 19 | HBill.AlwaysOnTop = true | |
| 20 | HBill.Enabled = true | |
| 21 | HMain.BackgroundColor3 = Color3.new(0, 0, 0) | |
| 22 | HMain.BackgroundTransparency = 1 | |
| 23 | HMain.Size = UDim2.new(1,0,1,0) | |
| 24 | HBarBack.Parent = HMain | |
| 25 | HBarBack.BackgroundColor3 = Color3.new(0,0,0) | |
| 26 | HBarBack.BorderColor3 = Color3.new(0,0,0) | |
| 27 | HBarBack.BorderSizePixel = 2 | |
| 28 | HBarBack.Position = UDim2.new(.025, 0, .55, 0) | |
| 29 | HBarBack.Size = UDim2.new(.95, 0, .3, 0) | |
| 30 | HBar.Parent = HBarBack | |
| 31 | HBar.BackgroundColor3 = Color3.new(204, 0, 0) | |
| 32 | HBar.BorderColor3 = Color3.new(0,0,0) | |
| 33 | HBar.Size = UDim2.new(.5,0,1,0) | |
| 34 | HHealth.BackgroundTransparency = 1 | |
| 35 | HHealth.Size = UDim2.new(1,0,1,0) | |
| 36 | HHealth.Font = "SourceSans" | |
| 37 | HHealth.Text = " " | |
| 38 | HHealth.TextScaled = true | |
| 39 | HHealth.TextColor3 = Color3.new(1,1,1) | |
| 40 | - | HHealth.TextStrokeColor3 = BrickColor.new("Crimson").Color
|
| 40 | + | HHealth.TextStrokeColor3 = BrickColor.new("Institutional white").Color
|
| 41 | HHealth.TextStrokeTransparency = 0 | |
| 42 | HName.Parent = HMain | |
| 43 | HName.BackgroundTransparency = 1 | |
| 44 | HName.Size = UDim2.new(1,0,.5,0) | |
| 45 | HName.Font = "SourceSansItalic" | |
| 46 | - | HName.Text = "The Lost God" |
| 46 | + | HName.Text = "The Saved God" |
| 47 | HName.TextScaled = true | |
| 48 | - | HName.TextColor3 = BrickColor.new("Crimson").Color
|
| 48 | + | HName.TextColor3 = BrickColor.new("Institutional white").Color
|
| 49 | HName.TextStrokeColor3 = Color3.new(0,0,0) | |
| 50 | HName.TextStrokeTransparency = 0 | |
| 51 | HName.TextYAlignment = "Top" | |
| 52 | wait(.5) | |
| 53 | ||
| 54 | local runServ = game:GetService("RunService").RenderStepped
| |
| 55 | ||
| 56 | runServ:connect(function() | |
| 57 | HHealth.Text = "["..math.floor(game.Players.LocalPlayer.Character.Humanoid.Health).."]" | |
| 58 | HBar:TweenSize(UDim2.new((game.Players.LocalPlayer.Character.Humanoid.Health/game.Players.LocalPlayer.Character.Humanoid.MaxHealth),0,1,0), _, "Linear", .4) | |
| 59 | end) | |
| 60 | local Player=game.Players.LocalPlayer | |
| 61 | repeat wait() until Player | |
| 62 | local Character=Player.Character | |
| 63 | repeat wait() until Character | |
| 64 | PlayerGui=Player.PlayerGui | |
| 65 | Backpack=Player.Backpack | |
| 66 | Torso=Character.Torso | |
| 67 | Head=Character.Head | |
| 68 | Humanoid=Character.Humanoid | |
| 69 | if Humanoid.Health ~= Humanoid.MaxHealth then | |
| 70 | Humanoid.MaxHealth = 21e+08 | |
| 71 | end | |
| 72 | spawn(function() | |
| 73 | while wait() do | |
| 74 | if Humanoid.MaxHealth ~= 20000 then | |
| 75 | Humanoid.MaxHealth = 20000 | |
| 76 | Humanoid.Health = Humanoid.MaxHealth | |
| 77 | end | |
| 78 | end | |
| 79 | end) | |
| 80 | Humanoid.JumpPower = 90 | |
| 81 | LeftArm=Character:WaitForChild("Left Arm")
| |
| 82 | LeftLeg=Character:WaitForChild("Left Leg")
| |
| 83 | RightArm=Character:WaitForChild("Right Arm")
| |
| 84 | RightLeg=Character:WaitForChild("Left Arm")
| |
| 85 | LS=Torso:WaitForChild("Left Shoulder")
| |
| 86 | LH=Torso:WaitForChild("Left Hip")
| |
| 87 | RS=Torso:WaitForChild("Right Shoulder")
| |
| 88 | RH=Torso:WaitForChild("Right Hip")
| |
| 89 | Neck=Torso.Neck | |
| 90 | it=Instance.new | |
| 91 | vt=Vector3.new | |
| 92 | cf=CFrame.new | |
| 93 | local runServ = game:GetService("RunService").RenderStepped
| |
| 94 | local TextTable = {}
| |
| 95 | euler=CFrame.fromEulerAnglesXYZ | |
| 96 | angles=CFrame.Angles | |
| 97 | necko=cf(0, 1, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0) | |
| 98 | necko2=cf(0, -0.5, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0) | |
| 99 | LHC0=cf(-1,-1,0,-0,-0,-1,0,1,0,1,0,0) | |
| 100 | LHC1=cf(-0.5,1,0,-0,-0,-1,0,1,0,1,0,0) | |
| 101 | RHC0=cf(1,-1,0,0,0,1,0,1,0,-1,-0,-0) | |
| 102 | RHC1=cf(0.5,1,0,0,0,1,0,1,0,-1,-0,-0) | |
| 103 | RootPart=Character.HumanoidRootPart | |
| 104 | RootJoint=RootPart.RootJoint | |
| 105 | RootCF=euler(-1.57,0,3.14) | |
| 106 | attack=false | |
| 107 | attackdebounce=false | |
| 108 | MMouse=Player:GetMouse() | |
| 109 | combo=0 | |
| 110 | local Anim="Idle" | |
| 111 | local Effects={}
| |
| 112 | equipped=false | |
| 113 | local idle=0 | |
| 114 | local hold=false | |
| 115 | local con1=nil | |
| 116 | local con2=nil | |
| 117 | local Mode="Binary" | |
| 118 | local idleanim=0 | |
| 119 | local idleanim2=false | |
| 120 | local impulse=1 | |
| 121 | local hitfloor,posfloor=nil,nil | |
| 122 | local damcount=0 | |
| 123 | local guard=false | |
| 124 | local damagebonus = 1 | |
| 125 | --player | |
| 126 | player=nil | |
| 127 | --save shoulders | |
| 128 | RSH, LSH=nil, nil | |
| 129 | --welds | |
| 130 | RW, LW=Instance.new("Weld"), Instance.new("Weld")
| |
| 131 | RW.Name="Right Shoulder" LW.Name="Left Shoulder" | |
| 132 | LH=Torso["Left Hip"] | |
| 133 | RH=Torso["Right Hip"] | |
| 134 | Asset="http://www.roblox.com/asset/?id=" | |
| 135 | Health=20000 | |
| 136 | Humanoid.MaxHealth=math.huge | |
| 137 | Humanoid.Health=math.huge | |
| 138 | coroutine.resume(coroutine.create(function() | |
| 139 | for i=1,20 do | |
| 140 | Humanoid.MaxHealth=math.huge | |
| 141 | Humanoid.Health=math.huge | |
| 142 | end | |
| 143 | Humanoid.MaxHealth=20000 | |
| 144 | Humanoid.Health = Humanoid.MaxHealth | |
| 145 | end)) | |
| 146 | ||
| 147 | function swait(num) | |
| 148 | if num==0 or num==nil then | |
| 149 | game:service'RunService'.RenderStepped:wait() | |
| 150 | else | |
| 151 | for i=0,num do | |
| 152 | game:service'RunService'.RenderStepped:wait() | |
| 153 | end | |
| 154 | end | |
| 155 | end | |
| 156 | ---HEALTHBAR | |
| 157 | ||
| 158 | ---REST OF THE SCRIPT IS LIRON | |
| 159 | ||
| 160 | local p = game.Players.LocalPlayer--48103735 | |
| 161 | local char = p.Character | |
| 162 | local mouse = p:GetMouse() | |
| 163 | local larm = char["Left Arm"] | |
| 164 | local rarm = char["Right Arm"] | |
| 165 | local lleg = char["Left Leg"] | |
| 166 | local rleg = char["Right Leg"] | |
| 167 | local hed = char.Head | |
| 168 | local torso = char.Torso | |
| 169 | local hum = char.Humanoid | |
| 170 | local cam = game.Workspace.CurrentCamera | |
| 171 | local root = char.HumanoidRootPart | |
| 172 | local rj = root.RootJoint | |
| 173 | local deb = false | |
| 174 | local shot = 0 | |
| 175 | local stanceToggle = "Idle1" | |
| 176 | local l = game:GetService("Lighting")
| |
| 177 | local rs = game:GetService("RunService").RenderStepped
| |
| 178 | local hb = game:GetService("RunService").Heartbeat
| |
| 179 | local Stepped = game:GetService("RunService").Stepped
| |
| 180 | math.randomseed(os.time()) | |
| 181 | hum.JumpPower = 100 | |
| 182 | - | hed.face.Texture = "rbxassetid://362505168" ---EYES |
| 182 | + | hed.face.Texture = "rbxassetid://192316062" ---EYES |
| 183 | - | hed.BrickColor = BrickColor.new "Really black" |
| 183 | + | hed.BrickColor = BrickColor.new "Smoky grey" |
| 184 | ---------------------------------------------------- | |
| 185 | fat = Instance.new("BindableEvent",script)
| |
| 186 | fat.Name = "Heartbeat" | |
| 187 | ||
| 188 | script:WaitForChild("Heartbeat")
| |
| 189 | ||
| 190 | frame = 1/30 | |
| 191 | tf = 0 | |
| 192 | allowframeloss = false --if set to true will fire every frame it possibly can. This will result in multiple events happening at the same time whenever delta returns frame*2 or greater. | |
| 193 | tossremainder = false --if set to true t will be set to 0 after Fire()-ing. | |
| 194 | lastframe = tick() | |
| 195 | script.Heartbeat:Fire() --ayy lmao | |
| 196 | ||
| 197 | game:GetService("RunService").Heartbeat:connect(function(s,p) --herp derp
| |
| 198 | tf = tf + s | |
| 199 | if tf >= frame then | |
| 200 | if allowframeloss then | |
| 201 | script.Heartbeat:Fire() | |
| 202 | lastframe=tick() | |
| 203 | else | |
| 204 | --print("FIRED "..math.floor(t/frame).." FRAME(S)","REMAINDER "..(t - frame*(math.floor(t/frame))))
| |
| 205 | for i=1, math.floor(tf/frame) do | |
| 206 | script.Heartbeat:Fire() | |
| 207 | end | |
| 208 | lastframe=tick() | |
| 209 | end | |
| 210 | if tossremainder then | |
| 211 | tf = 0 | |
| 212 | else | |
| 213 | tf = tf - frame * math.floor(tf/frame) | |
| 214 | end | |
| 215 | end | |
| 216 | end) | |
| 217 | ---------------------------------------------------- | |
| 218 | for i,v in pairs(char:children()) do | |
| 219 | if v:IsA("Hat") then
| |
| 220 | v:Destroy() | |
| 221 | end | |
| 222 | end | |
| 223 | for i,v in pairs (hed:GetChildren()) do | |
| 224 | if v:IsA("Sound") then
| |
| 225 | v:Destroy() | |
| 226 | end | |
| 227 | end | |
| 228 | ---------------------------------------------------- | |
| 229 | Debounces = {
| |
| 230 | CanAttack = true; | |
| 231 | CanJoke = true; | |
| 232 | NoIdl = false; | |
| 233 | Slashing = false; | |
| 234 | Slashed = false; | |
| 235 | ks = false; | |
| 236 | } | |
| 237 | ---------------------------------------------------- | |
| 238 | function weld5(part0, part1, c0, c1) | |
| 239 | weeld=Instance.new("Weld", part0)
| |
| 240 | weeld.Part0=part0 | |
| 241 | weeld.Part1=part1 | |
| 242 | weeld.C0=c0 | |
| 243 | weeld.C1=c1 | |
| 244 | return weeld | |
| 245 | end | |
| 246 | ---------------------------------------------------- | |
| 247 | function NewPart(prnt,siz,cf,trans,anc,mat,col) | |
| 248 | local prt=Instance.new("Part")
| |
| 249 | prt.Parent=prnt | |
| 250 | prt.Name="Part" | |
| 251 | prt.Size=siz | |
| 252 | prt.CanCollide=false | |
| 253 | prt.Anchored=anc | |
| 254 | prt.Locked=true | |
| 255 | prt.Transparency = trans | |
| 256 | prt.TopSurface=10 | |
| 257 | prt.BottomSurface=10 | |
| 258 | prt.FrontSurface=10 | |
| 259 | prt.BackSurface=10 | |
| 260 | prt.LeftSurface=10 | |
| 261 | prt.RightSurface=10 | |
| 262 | prt:BreakJoints() | |
| 263 | prt.CFrame=cf or CFrame.new(30,10,30) | |
| 264 | prt.Material=mat | |
| 265 | prt.BrickColor=BrickColor.new(col) | |
| 266 | m=Instance.new("SpecialMesh",prt)
| |
| 267 | m.MeshType=6 | |
| 268 | return prt | |
| 269 | end | |
| 270 | ---------------------------------------------------- | |
| 271 | function lerp(a, b, t) -- Linear interpolation | |
| 272 | return a + (b - a)*t | |
| 273 | end | |
| 274 | ||
| 275 | function slerp(a, b, t) --Spherical interpolation | |
| 276 | dot = a:Dot(b) | |
| 277 | if dot > 0.99999 or dot < -0.99999 then | |
| 278 | return t <= 0.5 and a or b | |
| 279 | else | |
| 280 | r = math.acos(dot) | |
| 281 | return (a*math.sin((1 - t)*r) + b*math.sin(t*r)) / math.sin(r) | |
| 282 | end | |
| 283 | end | |
| 284 | ||
| 285 | function matrixInterpolate(a, b, t) | |
| 286 | local ax, ay, az, a00, a01, a02, a10, a11, a12, a20, a21, a22 = a:components() | |
| 287 | local bx, by, bz, b00, b01, b02, b10, b11, b12, b20, b21, b22 = b:components() | |
| 288 | local v0 = lerp(Vector3.new(ax, ay, az), Vector3.new(bx , by , bz), t) -- Position | |
| 289 | local v1 = slerp(Vector3.new(a00, a01, a02), Vector3.new(b00, b01, b02), t) -- Vector right | |
| 290 | local v2 = slerp(Vector3.new(a10, a11, a12), Vector3.new(b10, b11, b12), t) -- Vector up | |
| 291 | local v3 = slerp(Vector3.new(a20, a21, a22), Vector3.new(b20, b21, b22), t) -- Vector back | |
| 292 | local t = v1:Dot(v2) | |
| 293 | if not (t < 0 or t == 0 or t > 0) then -- Failsafe | |
| 294 | return CFrame.new() | |
| 295 | end | |
| 296 | return CFrame.new( | |
| 297 | v0.x, v0.y, v0.z, | |
| 298 | v1.x, v1.y, v1.z, | |
| 299 | v2.x, v2.y, v2.z, | |
| 300 | v3.x, v3.y, v3.z) | |
| 301 | end | |
| 302 | ---------------------------------------------------- | |
| 303 | function genWeld(a,b) | |
| 304 | local w = Instance.new("Weld",a)
| |
| 305 | w.Part0 = a | |
| 306 | w.Part1 = b | |
| 307 | return w | |
| 308 | end | |
| 309 | function weld(a, b) | |
| 310 | local weld = Instance.new("Weld")
| |
| 311 | weld.Name = "W" | |
| 312 | weld.Part0 = a | |
| 313 | weld.Part1 = b | |
| 314 | weld.C0 = a.CFrame:inverse() * b.CFrame | |
| 315 | weld.Parent = a | |
| 316 | return weld; | |
| 317 | end | |
| 318 | ---------------------------------------------------- | |
| 319 | function Lerp(c1,c2,al) | |
| 320 | local com1 = {c1.X,c1.Y,c1.Z,c1:toEulerAnglesXYZ()}
| |
| 321 | local com2 = {c2.X,c2.Y,c2.Z,c2:toEulerAnglesXYZ()}
| |
| 322 | for i,v in pairs(com1) do | |
| 323 | com1[i] = v+(com2[i]-v)*al | |
| 324 | end | |
| 325 | return CFrame.new(com1[1],com1[2],com1[3]) * CFrame.Angles(select(4,unpack(com1))) | |
| 326 | end | |
| 327 | ---------------------------------------------------- | |
| 328 | newWeld = function(wp0, wp1, wc0x, wc0y, wc0z) | |
| 329 | local wld = Instance.new("Weld", wp1)
| |
| 330 | wld.Part0 = wp0 | |
| 331 | wld.Part1 = wp1 | |
| 332 | wld.C0 = CFrame.new(wc0x, wc0y, wc0z) | |
| 333 | end | |
| 334 | ---------------------------------------------------- | |
| 335 | newWeld(torso, larm, -1.5, 0.5, 0) | |
| 336 | larm.Weld.C1 = CFrame.new(0, 0.5, 0) | |
| 337 | newWeld(torso, rarm, 1.5, 0.5, 0) | |
| 338 | rarm.Weld.C1 = CFrame.new(0, 0.5, 0) | |
| 339 | newWeld(torso, hed, 0, 1.5, 0) | |
| 340 | newWeld(torso, lleg, -0.5, -1, 0) | |
| 341 | lleg.Weld.C1 = CFrame.new(0, 1, 0) | |
| 342 | newWeld(torso, rleg, 0.5, -1, 0) | |
| 343 | rleg.Weld.C1 = CFrame.new(0, 1, 0) | |
| 344 | newWeld(root, torso, 0, -1, 0) | |
| 345 | torso.Weld.C1 = CFrame.new(0, -1, 0) | |
| 346 | ---------------------------------------------------- | |
| 347 | z = Instance.new("Sound",char)
| |
| 348 | z.SoundId = "rbxassetid://1269942516"--THIS IS THE AUDIO FOR THE SCRIPT | |
| 349 | z.Looped = true | |
| 350 | z.Pitch = 0.9 | |
| 351 | z.Volume = 4 | |
| 352 | wait(0.1) | |
| 353 | z:Play() | |
| 354 | ||
| 355 | z2 = Instance.new("Sound", larm)
| |
| 356 | z2.SoundId = 'rbxassetid://415880478' | |
| 357 | z2.Pitch = 1 | |
| 358 | z2.Volume = 1 | |
| 359 | z2.Looped = false | |
| 360 | z2:Play() | |
| 361 | ---------------------------------------------------- | |
| 362 | New = function(Object, Parent, Name, Data) | |
| 363 | local Object = Instance.new(Object) | |
| 364 | for Index, Value in pairs(Data or {}) do
| |
| 365 | Object[Index] = Value | |
| 366 | end | |
| 367 | Object.Parent = Parent | |
| 368 | Object.Name = Name | |
| 369 | return Object | |
| 370 | end | |
| 371 | ---------------------------------------------------- | |
| 372 | pr = Instance.new("Part",hed)
| |
| 373 | - | pr.BrickColor = BrickColor.new("Black")
|
| 373 | + | pr.BrickColor = BrickColor.new("White")
|
| 374 | pr.Material = "Metal" | |
| 375 | pr.Reflectance = 0.04 | |
| 376 | pr.Anchored = false | |
| 377 | pr.CanCollide = false | |
| 378 | pr.Archivable = false | |
| 379 | pr.Locked = true | |
| 380 | pr.Size = Vector3.new(2,0.8,1) | |
| 381 | prm = Instance.new("SpecialMesh",pr)
| |
| 382 | prm.MeshType = "FileMesh" | |
| 383 | prm.MeshId = "rbxassetid://16952952" | |
| 384 | prm.Scale = Vector3.new(1,1,1) | |
| 385 | newWeld(hed, pr, 0, 0.35, 0) | |
| 386 | pr.Weld.C1 = CFrame.new(0,0,0) | |
| 387 | --Left Arm | |
| 388 | m = Instance.new("Model")
| |
| 389 | m.Name = "LeftArm" | |
| 390 | p1 = Instance.new("Part", m)
| |
| 391 | - | p1.BrickColor = BrickColor.new("Crimson")
|
| 391 | + | p1.BrickColor = BrickColor.new("Institutional white")
|
| 392 | p1.Material = Enum.Material.Neon | |
| 393 | p1.CFrame = CFrame.new(-1.5, 5.73969078, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 394 | p1.Size = Vector3.new(1, 0.200000048, 1) | |
| 395 | p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 396 | p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 397 | p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 398 | p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 399 | p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 400 | p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 401 | b1 = Instance.new("SpecialMesh", p1)
| |
| 402 | b1.MeshType = Enum.MeshType.Brick | |
| 403 | b1.Name = "Mesh" | |
| 404 | b1.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996) | |
| 405 | p2 = Instance.new("Part", m)
| |
| 406 | - | p2.BrickColor = BrickColor.new("Crimson")
|
| 406 | + | p2.BrickColor = BrickColor.new("Institutional white")
|
| 407 | p2.Material = Enum.Material.Neon | |
| 408 | p2.CFrame = CFrame.new(-1.5, 6.03969383, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 409 | p2.Size = Vector3.new(1, 0.200000048, 1) | |
| 410 | p2.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 411 | p2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 412 | p2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 413 | p2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 414 | p2.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 415 | p2.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 416 | b2 = Instance.new("SpecialMesh", p2)
| |
| 417 | b2.MeshType = Enum.MeshType.Brick | |
| 418 | b2.Name = "Mesh" | |
| 419 | b2.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996) | |
| 420 | p3 = Instance.new("Part", m)
| |
| 421 | - | p3.BrickColor = BrickColor.new("Crimson")
|
| 421 | + | p3.BrickColor = BrickColor.new("Institutional white")
|
| 422 | p3.Material = Enum.Material.Neon | |
| 423 | p3.CFrame = CFrame.new(-1.5, 6.63968849, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 424 | p3.Size = Vector3.new(1, 0.200000048, 1) | |
| 425 | p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 426 | p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 427 | p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 428 | p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 429 | p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 430 | p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 431 | b3 = Instance.new("SpecialMesh", p3)
| |
| 432 | b3.MeshType = Enum.MeshType.Brick | |
| 433 | b3.Name = "Mesh" | |
| 434 | b3.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996) | |
| 435 | p4 = Instance.new("Part", m)
| |
| 436 | - | p4.BrickColor = BrickColor.new("Black")
|
| 436 | + | p4.BrickColor = BrickColor.new("White")
|
| 437 | - | p4.Material = Enum.Material.SmoothPlastic |
| 437 | + | p4.Material = Enum.Material.Granite |
| 438 | p4.Name = "LeftArmPlate" | |
| 439 | p4.Size = Vector3.new(1, 2, 1) | |
| 440 | p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 441 | p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 442 | p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 443 | p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 444 | p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 445 | p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 446 | b4 = Instance.new("SpecialMesh", p4)
| |
| 447 | b4.MeshType = Enum.MeshType.Brick | |
| 448 | b4.Name = "Mesh" | |
| 449 | b4.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998) | |
| 450 | p5 = Instance.new("Part", m)
| |
| 451 | - | p5.BrickColor = BrickColor.new("Crimson")
|
| 451 | + | p5.BrickColor = BrickColor.new("Institutional white")
|
| 452 | p5.Material = Enum.Material.Neon | |
| 453 | p5.CFrame = CFrame.new(-1.5, 6.33969307, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 454 | p5.Size = Vector3.new(1, 0.200000048, 1) | |
| 455 | p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 456 | p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 457 | p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 458 | p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 459 | p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 460 | p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 461 | b5 = Instance.new("SpecialMesh", p5)
| |
| 462 | b5.MeshType = Enum.MeshType.Brick | |
| 463 | b5.Name = "Mesh" | |
| 464 | b5.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996) | |
| 465 | p6 = Instance.new("Part", m)
| |
| 466 | - | p6.BrickColor = BrickColor.new("Crimson")
|
| 466 | + | p6.BrickColor = BrickColor.new("Institutional white")
|
| 467 | p6.Material = Enum.Material.Neon | |
| 468 | p6.CFrame = CFrame.new(-1.5, 5.73969078, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 469 | p6.Size = Vector3.new(1, 0.200000048, 1) | |
| 470 | p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 471 | p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 472 | p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 473 | p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 474 | p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 475 | p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 476 | b6 = Instance.new("SpecialMesh", p6)
| |
| 477 | b6.MeshType = Enum.MeshType.Brick | |
| 478 | b6.Name = "Mesh" | |
| 479 | b6.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994) | |
| 480 | p7 = Instance.new("Part", m)
| |
| 481 | - | p7.BrickColor = BrickColor.new("Crimson")
|
| 481 | + | p7.BrickColor = BrickColor.new("Institutional white")
|
| 482 | p7.Material = Enum.Material.Neon | |
| 483 | p7.CFrame = CFrame.new(-1.5, 6.03969383, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 484 | p7.FormFactor = Enum.FormFactor.Custom | |
| 485 | p7.Size = Vector3.new(1, 0.200000048, 1) | |
| 486 | p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 487 | p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 488 | p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 489 | p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 490 | p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 491 | p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 492 | b7 = Instance.new("SpecialMesh", p7)
| |
| 493 | b7.MeshType = Enum.MeshType.Brick | |
| 494 | b7.Name = "Mesh" | |
| 495 | b7.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994) | |
| 496 | p8 = Instance.new("Part", m)
| |
| 497 | - | p8.BrickColor = BrickColor.new("Crimson")
|
| 497 | + | p8.BrickColor = BrickColor.new("Institutional white")
|
| 498 | p8.Material = Enum.Material.Neon | |
| 499 | p8.CFrame = CFrame.new(-1.5, 6.33969307, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 500 | p8.FormFactor = Enum.FormFactor.Custom | |
| 501 | p8.Size = Vector3.new(1, 0.200000048, 1) | |
| 502 | p8.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 503 | p8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 504 | p8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 505 | p8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 506 | p8.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 507 | p8.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 508 | b8 = Instance.new("SpecialMesh", p8)
| |
| 509 | b8.MeshType = Enum.MeshType.Brick | |
| 510 | b8.Name = "Mesh" | |
| 511 | b8.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994) | |
| 512 | p9 = Instance.new("Part", m)
| |
| 513 | - | p9.BrickColor = BrickColor.new("Crimson")
|
| 513 | + | p9.BrickColor = BrickColor.new("Institutional white")
|
| 514 | p9.Material = Enum.Material.Neon | |
| 515 | p9.CFrame = CFrame.new(-1.5, 6.63968849, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 516 | p9.FormFactor = Enum.FormFactor.Custom | |
| 517 | p9.Size = Vector3.new(1, 0.200000048, 1) | |
| 518 | p9.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 519 | p9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 520 | p9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 521 | p9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 522 | p9.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 523 | p9.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 524 | b9 = Instance.new("SpecialMesh", p9)
| |
| 525 | b9.MeshType = Enum.MeshType.Brick | |
| 526 | b9.Name = "Mesh" | |
| 527 | b9.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994) | |
| 528 | p10 = Instance.new("Part", m)
| |
| 529 | - | p10.BrickColor = BrickColor.new("Black")
|
| 529 | + | p10.BrickColor = BrickColor.new("White")
|
| 530 | - | p10.Material = Enum.Material.SmoothPlastic |
| 530 | + | p10.Material = Enum.Material.Granite |
| 531 | p10.CFrame = CFrame.new(-1.5, 6.78969193, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 532 | p10.FormFactor = Enum.FormFactor.Custom | |
| 533 | p10.Size = Vector3.new(1, 0.349999994, 1) | |
| 534 | p10.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 535 | p10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 536 | p10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 537 | p10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 538 | p10.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 539 | p10.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 540 | b10 = Instance.new("SpecialMesh", p10)
| |
| 541 | b10.MeshType = Enum.MeshType.Brick | |
| 542 | b10.Name = "Mesh" | |
| 543 | b10.Scale = Vector3.new(1.12, 1.01999998, 1.12) | |
| 544 | p11 = Instance.new("Part", m)
| |
| 545 | - | p11.BrickColor = BrickColor.new("Black")
|
| 545 | + | p11.BrickColor = BrickColor.new("White")
|
| 546 | p11.Material = Enum.Material.Metal | |
| 547 | p11.CFrame = CFrame.new(-1.5, 6.48969078, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 548 | p11.FormFactor = Enum.FormFactor.Custom | |
| 549 | p11.Size = Vector3.new(1, 0.25, 1) | |
| 550 | p11.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 551 | p11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 552 | p11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 553 | p11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 554 | p11.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 555 | p11.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 556 | b11 = Instance.new("SpecialMesh", p11)
| |
| 557 | b11.MeshType = Enum.MeshType.Brick | |
| 558 | b11.Name = "Mesh" | |
| 559 | b11.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996) | |
| 560 | p12 = Instance.new("Part", m)
| |
| 561 | - | p12.BrickColor = BrickColor.new("Black")
|
| 561 | + | p12.BrickColor = BrickColor.new("White")
|
| 562 | p12.Material = Enum.Material.Metal | |
| 563 | p12.CFrame = CFrame.new(-1.5, 6.18969154, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 564 | p12.FormFactor = Enum.FormFactor.Custom | |
| 565 | p12.Size = Vector3.new(1, 0.25, 1) | |
| 566 | p12.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 567 | p12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 568 | p12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 569 | p12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 570 | p12.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 571 | p12.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 572 | b12 = Instance.new("SpecialMesh", p12)
| |
| 573 | b12.MeshType = Enum.MeshType.Brick | |
| 574 | b12.Name = "Mesh" | |
| 575 | b12.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996) | |
| 576 | p13 = Instance.new("Part", m)
| |
| 577 | - | p13.BrickColor = BrickColor.new("Black")
|
| 577 | + | p13.BrickColor = BrickColor.new("White")
|
| 578 | p13.Material = Enum.Material.Metal | |
| 579 | p13.CFrame = CFrame.new(-1.5, 5.88968849, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 580 | p13.FormFactor = Enum.FormFactor.Custom | |
| 581 | p13.Size = Vector3.new(1, 0.25, 1) | |
| 582 | p13.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 583 | p13.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 584 | p13.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 585 | p13.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 586 | p13.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 587 | p13.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 588 | b13 = Instance.new("SpecialMesh", p13)
| |
| 589 | b13.MeshType = Enum.MeshType.Brick | |
| 590 | b13.Name = "Mesh" | |
| 591 | b13.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996) | |
| 592 | p14 = Instance.new("Part", m)
| |
| 593 | - | p14.BrickColor = BrickColor.new("Black")
|
| 593 | + | p14.BrickColor = BrickColor.new("White")
|
| 594 | p14.Material = Enum.Material.Metal | |
| 595 | p14.CFrame = CFrame.new(-1.5, 5.58969307, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 596 | p14.FormFactor = Enum.FormFactor.Custom | |
| 597 | p14.Size = Vector3.new(1, 0.25, 1) | |
| 598 | p14.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 599 | p14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 600 | p14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 601 | p14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 602 | p14.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 603 | p14.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 604 | b14 = Instance.new("SpecialMesh", p14)
| |
| 605 | b14.MeshType = Enum.MeshType.Brick | |
| 606 | b14.Name = "Mesh" | |
| 607 | b14.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996) | |
| 608 | p15 = Instance.new("Part", m)
| |
| 609 | - | p15.BrickColor = BrickColor.new("Crimson")
|
| 609 | + | p15.BrickColor = BrickColor.new("Institutional white")
|
| 610 | p15.Material = Enum.Material.Neon | |
| 611 | p15.CFrame = CFrame.new(-1.5, 6.63968849, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 612 | p15.FormFactor = Enum.FormFactor.Custom | |
| 613 | p15.Size = Vector3.new(1, 1, 1) | |
| 614 | p15.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 615 | p15.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 616 | p15.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 617 | p15.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 618 | p15.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 619 | p15.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 620 | b15 = Instance.new("SpecialMesh", p15)
| |
| 621 | b15.MeshType = Enum.MeshType.Sphere | |
| 622 | b15.Name = "Mesh" | |
| 623 | p16 = Instance.new("Part", m)
| |
| 624 | - | p16.BrickColor = BrickColor.new("Black")
|
| 624 | + | p16.BrickColor = BrickColor.new("White")
|
| 625 | p16.Material = Enum.Material.Metal | |
| 626 | p16.CFrame = CFrame.new(-1.49142194, 4.80968094, 21.7695732, 1, 1.67448022e-007, -1.06342185e-007, -2.04123751e-007, 0.500000119, -0.866025269, -6.57511308e-008, 0.866025329, 0.5) | |
| 627 | p16.FormFactor = Enum.FormFactor.Custom | |
| 628 | p16.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964) | |
| 629 | p16.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 630 | p16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 631 | p16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 632 | p16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 633 | p16.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 634 | p16.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 635 | b16 = Instance.new("SpecialMesh", p16)
| |
| 636 | b16.MeshType = Enum.MeshType.Brick | |
| 637 | b16.Name = "Mesh" | |
| 638 | b16.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996) | |
| 639 | p17 = Instance.new("Part", m)
| |
| 640 | - | p17.BrickColor = BrickColor.new("Black")
|
| 640 | + | p17.BrickColor = BrickColor.new("White")
|
| 641 | - | p17.Material = Enum.Material.SmoothPlastic |
| 641 | + | p17.Material = Enum.Material.Granite |
| 642 | p17.CFrame = CFrame.new(-1.50000083, 5.33968592, 22.4999943, 1, -9.44388034e-009, 5.2184074e-008, -7.54702114e-008, 0.999999881, 2.38418579e-007, 2.60919535e-008, 1.1920929e-007, 0.999999881) | |
| 643 | p17.FormFactor = Enum.FormFactor.Custom | |
| 644 | p17.Size = Vector3.new(1.01999998, 0.300000012, 1.01999998) | |
| 645 | p17.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 646 | p17.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 647 | p17.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 648 | p17.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 649 | p17.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 650 | p17.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 651 | b17 = Instance.new("SpecialMesh", p17)
| |
| 652 | b17.MeshType = Enum.MeshType.Brick | |
| 653 | b17.Name = "Mesh" | |
| 654 | b17.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998) | |
| 655 | p18 = Instance.new("Part", m)
| |
| 656 | - | p18.BrickColor = BrickColor.new("Black")
|
| 656 | + | p18.BrickColor = BrickColor.new("White")
|
| 657 | - | p18.Material = Enum.Material.SmoothPlastic |
| 657 | + | p18.Material = Enum.Material.Granite |
| 658 | p18.CFrame = CFrame.new(-1.50000072, 5.33968782, 22.4999962, 1, -3.77485776e-008, 7.82760807e-008, -1.03774902e-007, 0.999999881, 3.57627869e-007, 5.21839532e-008, 2.38418565e-007, 0.999999881) | |
| 659 | p18.FormFactor = Enum.FormFactor.Custom | |
| 660 | p18.Size = Vector3.new(1.00999999, 0.400000036, 1.00999999) | |
| 661 | p18.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 662 | p18.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 663 | p18.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 664 | p18.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 665 | p18.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 666 | p18.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 667 | b18 = Instance.new("SpecialMesh", p18)
| |
| 668 | b18.MeshType = Enum.MeshType.Brick | |
| 669 | b18.Name = "Mesh" | |
| 670 | b18.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998) | |
| 671 | p19 = Instance.new("Part", m)
| |
| 672 | - | p19.BrickColor = BrickColor.new("Black")
|
| 672 | + | p19.BrickColor = BrickColor.new("White")
|
| 673 | - | p19.Material = Enum.Material.SmoothPlastic |
| 673 | + | p19.Material = Enum.Material.Granite |
| 674 | p19.CFrame = CFrame.new(-1.5000006, 5.33968973, 22.4999981, 1, -6.60532748e-008, 1.04368084e-007, -1.32079592e-007, 0.999999881, 4.76837158e-007, 7.82759457e-008, 3.5762784e-007, 0.999999881) | |
| 675 | p19.FormFactor = Enum.FormFactor.Custom | |
| 676 | p19.Size = Vector3.new(1.02999997, 0.200000003, 1.02999997) | |
| 677 | p19.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 678 | p19.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 679 | p19.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 680 | p19.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 681 | p19.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 682 | p19.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 683 | b19 = Instance.new("SpecialMesh", p19)
| |
| 684 | b19.MeshType = Enum.MeshType.Brick | |
| 685 | b19.Name = "Mesh" | |
| 686 | b19.Scale = Vector3.new(1.02999997, 0.50999999, 1.02999997) | |
| 687 | p20 = Instance.new("Part", m)
| |
| 688 | - | p20.BrickColor = BrickColor.new("Really black")
|
| 688 | + | p20.BrickColor = BrickColor.new("Smoky grey")
|
| 689 | - | p20.Material = Enum.Material.SmoothPlastic |
| 689 | + | p20.Material = Enum.Material.Granite |
| 690 | p20.CFrame = CFrame.new(-1.50000048, 5.33969164, 22.5, 1, -9.4357965e-008, 1.3046008e-007, -1.60384275e-007, 0.999999881, 5.96046448e-007, 1.04367942e-007, 4.76837101e-007, 0.999999881) | |
| 691 | p20.FormFactor = Enum.FormFactor.Custom | |
| 692 | p20.Size = Vector3.new(1.02999997, 0.200000003, 1.02999997) | |
| 693 | p20.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 694 | p20.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 695 | p20.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 696 | p20.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 697 | p20.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 698 | p20.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 699 | b20 = Instance.new("SpecialMesh", p20)
| |
| 700 | b20.MeshType = Enum.MeshType.Brick | |
| 701 | b20.Name = "Mesh" | |
| 702 | b20.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998) | |
| 703 | p21 = Instance.new("Part", m)
| |
| 704 | - | p21.BrickColor = BrickColor.new("Black")
|
| 704 | + | p21.BrickColor = BrickColor.new("White")
|
| 705 | p21.Material = Enum.Material.Metal | |
| 706 | p21.CFrame = CFrame.new(-1.93255413, 4.43040705, 22.5000057, -1.61368675e-007, -0.707106769, -0.707106769, -4.62050195e-007, -0.707106471, 0.707106948, -0.999999881, -5.86611463e-007, 4.45824725e-007) | |
| 707 | p21.FormFactor = Enum.FormFactor.Custom | |
| 708 | p21.Size = Vector3.new(0.200000003, 0.200000048, 0.399999976) | |
| 709 | p21.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 710 | p21.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 711 | p21.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 712 | p21.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 713 | p21.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 714 | p21.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 715 | b21 = Instance.new("SpecialMesh", p21)
| |
| 716 | b21.MeshType = Enum.MeshType.Wedge | |
| 717 | b21.Name = "Mesh" | |
| 718 | b21.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996) | |
| 719 | p22 = Instance.new("Part", m)
| |
| 720 | - | p22.BrickColor = BrickColor.new("Black")
|
| 720 | + | p22.BrickColor = BrickColor.new("White")
|
| 721 | p22.Material = Enum.Material.Metal | |
| 722 | p22.CFrame = CFrame.new(-2.22184062, 4.80970049, 22.5000057, -6.50768897e-008, 0.866025269, 0.50000006, -7.82806978e-007, 0.499999732, -0.866025329, -0.999999881, 3.74247918e-007, -2.56530342e-007) | |
| 723 | p22.FormFactor = Enum.FormFactor.Custom | |
| 724 | p22.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964) | |
| 725 | p22.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 726 | p22.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 727 | p22.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 728 | p22.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 729 | p22.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 730 | p22.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 731 | b22 = Instance.new("SpecialMesh", p22)
| |
| 732 | b22.MeshType = Enum.MeshType.Brick | |
| 733 | b22.Name = "Mesh" | |
| 734 | b22.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996) | |
| 735 | p23 = Instance.new("Part", m)
| |
| 736 | - | p23.BrickColor = BrickColor.new("Black")
|
| 736 | + | p23.BrickColor = BrickColor.new("White")
|
| 737 | p23.Material = Enum.Material.Metal | |
| 738 | p23.CFrame = CFrame.new(-2.41184235, 5.35969734, 22.5000076, -1.73507274e-007, 0.98480767, 0.17364803, -8.28146199e-007, 0.173647702, -0.984807611, -0.999999881, 1.49283139e-007, -3.43238185e-007) | |
| 739 | p23.FormFactor = Enum.FormFactor.Custom | |
| 740 | p23.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964) | |
| 741 | p23.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 742 | p23.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 743 | p23.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 744 | p23.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 745 | p23.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 746 | p23.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 747 | b23 = Instance.new("SpecialMesh", p23)
| |
| 748 | b23.MeshType = Enum.MeshType.Brick | |
| 749 | b23.Name = "Mesh" | |
| 750 | b23.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996) | |
| 751 | p24 = Instance.new("Part", m)
| |
| 752 | - | p24.BrickColor = BrickColor.new("Black")
|
| 752 | + | p24.BrickColor = BrickColor.new("White")
|
| 753 | p24.Material = Enum.Material.Metal | |
| 754 | p24.CFrame = CFrame.new(-2.41184616, 5.92969847, 22.5000076, -1.73507232e-007, 0.984807611, -0.173648104, -8.12965368e-007, -0.173648402, -0.984807432, -0.999999881, 2.02498356e-008, -3.8854634e-007) | |
| 755 | p24.FormFactor = Enum.FormFactor.Custom | |
| 756 | p24.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964) | |
| 757 | p24.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 758 | p24.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 759 | p24.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 760 | p24.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 761 | p24.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 762 | p24.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 763 | b24 = Instance.new("SpecialMesh", p24)
| |
| 764 | b24.MeshType = Enum.MeshType.Brick | |
| 765 | b24.Name = "Mesh" | |
| 766 | b24.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996) | |
| 767 | p25 = Instance.new("Part", m)
| |
| 768 | - | p25.BrickColor = BrickColor.new("Black")
|
| 768 | + | p25.BrickColor = BrickColor.new("White")
|
| 769 | p25.Material = Enum.Material.Metal | |
| 770 | p25.CFrame = CFrame.new(-2.14142036, 6.39827347, 22.5000114, -7.7074823e-008, 0.707106829, -0.70710659, -7.54731559e-007, -0.707106769, -0.707106471, -0.999999881, -1.79262827e-007, -4.39258827e-007) | |
| 771 | p25.FormFactor = Enum.FormFactor.Custom | |
| 772 | p25.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964) | |
| 773 | p25.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 774 | p25.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 775 | p25.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 776 | p25.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 777 | p25.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 778 | p25.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 779 | b25 = Instance.new("SpecialMesh", p25)
| |
| 780 | b25.MeshType = Enum.MeshType.Brick | |
| 781 | b25.Name = "Mesh" | |
| 782 | b25.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996) | |
| 783 | p26 = Instance.new("Part", m)
| |
| 784 | - | p26.BrickColor = BrickColor.new("Black")
|
| 784 | + | p26.BrickColor = BrickColor.new("White")
|
| 785 | p26.Material = Enum.Material.Metal | |
| 786 | p26.CFrame = CFrame.new(-1.49142087, 6.39827442, 23.1500168, -0.999999881, 1.1920929e-007, 2.68220901e-007, 1.49011612e-007, -0.707106948, -0.707106233, -1.77625395e-007, -0.707107306, 0.707106113) | |
| 787 | p26.FormFactor = Enum.FormFactor.Custom | |
| 788 | p26.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964) | |
| 789 | p26.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 790 | p26.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 791 | p26.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 792 | p26.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 793 | p26.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 794 | p26.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 795 | b26 = Instance.new("SpecialMesh", p26)
| |
| 796 | b26.MeshType = Enum.MeshType.Brick | |
| 797 | b26.Name = "Mesh" | |
| 798 | b26.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996) | |
| 799 | p27 = Instance.new("Part", m)
| |
| 800 | - | p27.BrickColor = BrickColor.new("Black")
|
| 800 | + | p27.BrickColor = BrickColor.new("White")
|
| 801 | p27.Material = Enum.Material.Metal | |
| 802 | p27.CFrame = CFrame.new(-1.49141955, 5.92969704, 23.420433, -0.999999881, -3.03310628e-007, 3.64177367e-007, 1.73600242e-007, -0.173648864, -0.984807312, 2.67648517e-008, -0.98480773, 0.173647434) | |
| 803 | p27.FormFactor = Enum.FormFactor.Custom | |
| 804 | p27.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964) | |
| 805 | p27.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 806 | p27.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 807 | p27.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 808 | p27.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 809 | p27.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 810 | p27.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 811 | b27 = Instance.new("SpecialMesh", p27)
| |
| 812 | b27.MeshType = Enum.MeshType.Brick | |
| 813 | b27.Name = "Mesh" | |
| 814 | b27.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996) | |
| 815 | p28 = Instance.new("Part", m)
| |
| 816 | - | p28.BrickColor = BrickColor.new("Black")
|
| 816 | + | p28.BrickColor = BrickColor.new("White")
|
| 817 | p28.Material = Enum.Material.Metal | |
| 818 | p28.CFrame = CFrame.new(-1.49141943, 5.35969734, 23.4204254, -0.999999881, -3.81113438e-007, 3.10304756e-007, 1.64414772e-007, 0.173647091, -0.984807551, -6.59209363e-008, -0.984807372, -0.17364876) | |
| 819 | p28.FormFactor = Enum.FormFactor.Custom | |
| 820 | p28.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964) | |
| 821 | p28.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 822 | p28.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 823 | p28.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 824 | p28.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 825 | p28.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 826 | p28.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 827 | b28 = Instance.new("SpecialMesh", p28)
| |
| 828 | b28.MeshType = Enum.MeshType.Brick | |
| 829 | b28.Name = "Mesh" | |
| 830 | b28.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996) | |
| 831 | p29 = Instance.new("Part", m)
| |
| 832 | - | p29.BrickColor = BrickColor.new("Black")
|
| 832 | + | p29.BrickColor = BrickColor.new("White")
|
| 833 | p29.Material = Enum.Material.Metal | |
| 834 | p29.CFrame = CFrame.new(-1.49141932, 4.80969858, 23.2304344, -0.999999881, -4.47128798e-007, 1.98065763e-007, 1.97699791e-007, 0.499998987, -0.866025448, -1.51352623e-007, -0.866024613, -0.500000715) | |
| 835 | p29.FormFactor = Enum.FormFactor.Custom | |
| 836 | p29.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964) | |
| 837 | p29.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 838 | p29.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 839 | p29.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 840 | p29.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 841 | p29.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 842 | p29.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 843 | b29 = Instance.new("SpecialMesh", p29)
| |
| 844 | b29.MeshType = Enum.MeshType.Brick | |
| 845 | b29.Name = "Mesh" | |
| 846 | b29.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996) | |
| 847 | p30 = Instance.new("Part", m)
| |
| 848 | - | p30.BrickColor = BrickColor.new("Black")
|
| 848 | + | p30.BrickColor = BrickColor.new("White")
|
| 849 | p30.Material = Enum.Material.Metal | |
| 850 | p30.CFrame = CFrame.new(-1.49142027, 4.43040895, 22.9411469, -0.999999881, 4.25206935e-007, 1.94115486e-007, 4.85997248e-007, -0.707105517, 0.707107246, -5.38012159e-008, 0.707105875, 0.707107246) | |
| 851 | p30.FormFactor = Enum.FormFactor.Custom | |
| 852 | p30.Size = Vector3.new(0.200000003, 0.200000048, 0.399999976) | |
| 853 | p30.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 854 | p30.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 855 | p30.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 856 | p30.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 857 | p30.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 858 | p30.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 859 | b30 = Instance.new("SpecialMesh", p30)
| |
| 860 | b30.MeshType = Enum.MeshType.Wedge | |
| 861 | b30.Name = "Mesh" | |
| 862 | b30.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996) | |
| 863 | p31 = Instance.new("Part", m)
| |
| 864 | - | p31.BrickColor = BrickColor.new("Black")
|
| 864 | + | p31.BrickColor = BrickColor.new("White")
|
| 865 | p31.Material = Enum.Material.Metal | |
| 866 | p31.CFrame = CFrame.new(-1.49141979, 6.39827871, 21.8500175, 0.999999881, 3.40091276e-007, -1.70074486e-007, -5.85792634e-007, -0.707105458, -0.707107246, 1.83170471e-007, 0.707105815, -0.707107365) | |
| 867 | p31.FormFactor = Enum.FormFactor.Custom | |
| 868 | p31.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964) | |
| 869 | p31.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 870 | p31.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 871 | p31.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 872 | p31.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 873 | p31.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 874 | p31.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 875 | b31 = Instance.new("SpecialMesh", p31)
| |
| 876 | b31.MeshType = Enum.MeshType.Brick | |
| 877 | b31.Name = "Mesh" | |
| 878 | b31.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996) | |
| 879 | p32 = Instance.new("Part", m)
| |
| 880 | - | p32.BrickColor = BrickColor.new("Black")
|
| 880 | + | p32.BrickColor = BrickColor.new("White")
|
| 881 | p32.Material = Enum.Material.Metal | |
| 882 | p32.CFrame = CFrame.new(-1.49141908, 4.43041086, 22.0588818, 0.999999881, -5.29441166e-008, -6.45117154e-007, -3.43892481e-007, -0.707107067, 0.707105517, 1.02492642e-007, -0.707107663, -0.707105637) | |
| 883 | p32.FormFactor = Enum.FormFactor.Custom | |
| 884 | p32.Size = Vector3.new(0.200000003, 0.200000048, 0.399999976) | |
| 885 | p32.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 886 | p32.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 887 | p32.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 888 | p32.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 889 | p32.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 890 | p32.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 891 | b32 = Instance.new("SpecialMesh", p32)
| |
| 892 | b32.MeshType = Enum.MeshType.Wedge | |
| 893 | b32.Name = "Mesh" | |
| 894 | b32.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996) | |
| 895 | p33 = Instance.new("Part", m)
| |
| 896 | - | p33.BrickColor = BrickColor.new("Black")
|
| 896 | + | p33.BrickColor = BrickColor.new("White")
|
| 897 | p33.Material = Enum.Material.Metal | |
| 898 | p33.CFrame = CFrame.new(-1.4914217, 5.92970181, 21.5795879, 0.999999881, 5.22213554e-007, 2.83446013e-008, -7.00635724e-007, -0.173646629, -0.984807253, 1.38921934e-007, 0.984807372, -0.17364946) | |
| 899 | p33.FormFactor = Enum.FormFactor.Custom | |
| 900 | p33.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964) | |
| 901 | p33.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 902 | p33.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 903 | p33.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 904 | p33.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 905 | p33.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 906 | p33.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 907 | b33 = Instance.new("SpecialMesh", p33)
| |
| 908 | b33.MeshType = Enum.MeshType.Brick | |
| 909 | b33.Name = "Mesh" | |
| 910 | b33.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996) | |
| 911 | p34 = Instance.new("Part", m)
| |
| 912 | - | p34.BrickColor = BrickColor.new("Black")
|
| 912 | + | p34.BrickColor = BrickColor.new("White")
|
| 913 | p34.Material = Enum.Material.Metal | |
| 914 | p34.CFrame = CFrame.new(-1.49141932, 5.35969925, 21.5795956, 0.999999881, 5.04442426e-007, 2.22697935e-007, -7.44121166e-007, 0.17364943, -0.984806716, 1.65013844e-007, 0.984807849, 0.173646525) | |
| 915 | p34.FormFactor = Enum.FormFactor.Custom | |
| 916 | p34.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964) | |
| 917 | p34.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 918 | p34.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 919 | p34.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 920 | p34.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 921 | p34.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 922 | p34.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 923 | b34 = Instance.new("SpecialMesh", p34)
| |
| 924 | b34.MeshType = Enum.MeshType.Brick | |
| 925 | b34.Name = "Mesh" | |
| 926 | b34.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996) | |
| 927 | w1 = Instance.new("Weld", p1)
| |
| 928 | w1.Name = "Part_Weld" | |
| 929 | w1.Part0 = p1 | |
| 930 | w1.C0 = CFrame.new(1.5, -17.9000149, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 931 | w1.Part1 = p2 | |
| 932 | w1.C1 = CFrame.new(1.5, -18.2000179, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 933 | w2 = Instance.new("Weld", p2)
| |
| 934 | w2.Name = "Part_Weld" | |
| 935 | w2.Part0 = p2 | |
| 936 | w2.C0 = CFrame.new(1.5, -18.2000179, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 937 | w2.Part1 = p3 | |
| 938 | w2.C1 = CFrame.new(1.5, -18.8000126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 939 | w3 = Instance.new("Weld", p3)
| |
| 940 | w3.Name = "LeftArmPlate_Weld" | |
| 941 | w3.Part0 = p3 | |
| 942 | w3.C0 = CFrame.new(1.5, -18.8000126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 943 | w3.Part1 = p4 | |
| 944 | w3.C1 = CFrame.new(1.5, -18.1000156, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 945 | w4 = Instance.new("Weld", p4)
| |
| 946 | w4.Name = "Part_Weld" | |
| 947 | w4.Part0 = p4 | |
| 948 | w4.C0 = CFrame.new(1.5, -18.1000156, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 949 | w4.Part1 = p5 | |
| 950 | w4.C1 = CFrame.new(1.5, -18.5000172, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 951 | w5 = Instance.new("Weld", p5)
| |
| 952 | w5.Name = "Part_Weld" | |
| 953 | w5.Part0 = p5 | |
| 954 | w5.C0 = CFrame.new(1.5, -18.5000172, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 955 | w5.Part1 = p6 | |
| 956 | w5.C1 = CFrame.new(1.5, -17.9000149, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 957 | w6 = Instance.new("Weld", p6)
| |
| 958 | w6.Name = "Part_Weld" | |
| 959 | w6.Part0 = p6 | |
| 960 | w6.C0 = CFrame.new(1.5, -17.9000149, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 961 | w6.Part1 = p7 | |
| 962 | w6.C1 = CFrame.new(1.5, -18.2000179, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 963 | w7 = Instance.new("Weld", p7)
| |
| 964 | w7.Name = "Part_Weld" | |
| 965 | w7.Part0 = p7 | |
| 966 | w7.C0 = CFrame.new(1.5, -18.2000179, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 967 | w7.Part1 = p8 | |
| 968 | w7.C1 = CFrame.new(1.5, -18.5000172, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 969 | w8 = Instance.new("Weld", p8)
| |
| 970 | w8.Name = "Part_Weld" | |
| 971 | w8.Part0 = p8 | |
| 972 | w8.C0 = CFrame.new(1.5, -18.5000172, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 973 | w8.Part1 = p9 | |
| 974 | w8.C1 = CFrame.new(1.5, -18.8000126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 975 | w9 = Instance.new("Weld", p9)
| |
| 976 | w9.Name = "Part_Weld" | |
| 977 | w9.Part0 = p9 | |
| 978 | w9.C0 = CFrame.new(1.5, -18.8000126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 979 | w9.Part1 = p10 | |
| 980 | w9.C1 = CFrame.new(1.5, -18.950016, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 981 | w10 = Instance.new("Weld", p10)
| |
| 982 | w10.Name = "Part_Weld" | |
| 983 | w10.Part0 = p10 | |
| 984 | w10.C0 = CFrame.new(1.5, -18.950016, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 985 | w10.Part1 = p11 | |
| 986 | w10.C1 = CFrame.new(1.5, -18.6500149, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 987 | w11 = Instance.new("Weld", p11)
| |
| 988 | w11.Name = "Part_Weld" | |
| 989 | w11.Part0 = p11 | |
| 990 | w11.C0 = CFrame.new(1.5, -18.6500149, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 991 | w11.Part1 = p12 | |
| 992 | w11.C1 = CFrame.new(1.5, -18.3500156, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 993 | w12 = Instance.new("Weld", p12)
| |
| 994 | w12.Name = "Part_Weld" | |
| 995 | w12.Part0 = p12 | |
| 996 | w12.C0 = CFrame.new(1.5, -18.3500156, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 997 | w12.Part1 = p13 | |
| 998 | w12.C1 = CFrame.new(1.5, -18.0500126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 999 | w13 = Instance.new("Weld", p13)
| |
| 1000 | w13.Name = "Part_Weld" | |
| 1001 | w13.Part0 = p13 | |
| 1002 | w13.C0 = CFrame.new(1.5, -18.0500126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 1003 | w13.Part1 = p14 | |
| 1004 | w13.C1 = CFrame.new(1.5, -17.7500172, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 1005 | w14 = Instance.new("Weld", p14)
| |
| 1006 | w14.Name = "Part_Weld" | |
| 1007 | w14.Part0 = p14 | |
| 1008 | w14.C0 = CFrame.new(1.5, -17.7500172, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 1009 | w14.Part1 = p15 | |
| 1010 | w14.C1 = CFrame.new(1.5, -18.8000126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 1011 | w15 = Instance.new("Weld", p15)
| |
| 1012 | w15.Name = "Part_Weld" | |
| 1013 | w15.Part0 = p15 | |
| 1014 | w15.C0 = CFrame.new(1.5, -18.8000126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 1015 | w15.Part1 = p16 | |
| 1016 | w15.C1 = CFrame.new(1.49142683, -27.338007, 3.81166649, 1, -2.04123751e-007, -6.57511308e-008, 1.67448022e-007, 0.500000119, 0.866025329, -1.06342185e-007, -0.866025269, 0.5) | |
| 1017 | w16 = Instance.new("Weld", p16)
| |
| 1018 | w16.Name = "Part_Weld" | |
| 1019 | w16.Part0 = p16 | |
| 1020 | w16.C0 = CFrame.new(1.49142683, -27.338007, 3.81166649, 1, -2.04123751e-007, -6.57511308e-008, 1.67448022e-007, 0.500000119, 0.866025329, -1.06342185e-007, -0.866025269, 0.5) | |
| 1021 | w16.Part1 = p17 | |
| 1022 | w16.C1 = CFrame.new(1.50000179, -17.5000076, -22.4999943, 1, -4.71655142e-008, -4.97379915e-014, 1.88608098e-008, 1, 2.98023224e-008, 2.60920601e-008, 8.94069672e-008, 1) | |
| 1023 | w17 = Instance.new("Weld", p17)
| |
| 1024 | w17.Name = "Part_Weld" | |
| 1025 | w17.Part0 = p17 | |
| 1026 | w17.C0 = CFrame.new(1.50000179, -17.5000076, -22.4999943, 1, -4.71655142e-008, -4.97379915e-014, 1.88608098e-008, 1, 2.98023224e-008, 2.60920601e-008, 8.94069672e-008, 1) | |
| 1027 | w17.Part1 = p18 | |
| 1028 | w17.C1 = CFrame.new(1.50000179, -17.5000076, -22.4999943, 1, -4.71655142e-008, -4.97379915e-014, 1.88608098e-008, 1, 2.98023224e-008, 2.60920601e-008, 8.94069672e-008, 1) | |
| 1029 | w18 = Instance.new("Weld", p18)
| |
| 1030 | w18.Name = "Part_Weld" | |
| 1031 | w18.Part0 = p18 | |
| 1032 | w18.C0 = CFrame.new(1.50000179, -17.5000076, -22.4999943, 1, -4.71655142e-008, -4.97379915e-014, 1.88608098e-008, 1, 2.98023224e-008, 2.60920601e-008, 8.94069672e-008, 1) | |
| 1033 | w18.Part1 = p19 | |
| 1034 | w18.C1 = CFrame.new(1.50000179, -17.5000076, -22.4999943, 1, -4.71655142e-008, -4.97379915e-014, 1.88608098e-008, 1, 2.98023224e-008, 2.60920601e-008, 8.94069672e-008, 1) | |
| 1035 | w19 = Instance.new("Weld", p19)
| |
| 1036 | w19.Name = "Part_Weld" | |
| 1037 | w19.Part0 = p19 | |
| 1038 | w19.C0 = CFrame.new(1.50000179, -17.5000076, -22.4999943, 1, -4.71655142e-008, -4.97379915e-014, 1.88608098e-008, 1, 2.98023224e-008, 2.60920601e-008, 8.94069672e-008, 1) | |
| 1039 | w19.Part1 = p20 | |
| 1040 | w19.C1 = CFrame.new(1.50000179, -17.5000076, -22.4999943, 1, -4.71655142e-008, -4.97379915e-014, 1.88608098e-008, 1, 2.98023224e-008, 2.60920601e-008, 8.94069672e-008, 1) | |
| 1041 | w20 = Instance.new("Weld", p20)
| |
| 1042 | w20.Name = "Part_Weld" | |
| 1043 | w20.Part0 = p20 | |
| 1044 | w20.C0 = CFrame.new(1.50000179, -17.5000076, -22.4999943, 1, -4.71655142e-008, -4.97379915e-014, 1.88608098e-008, 1, 2.98023224e-008, 2.60920601e-008, 8.94069672e-008, 1) | |
| 1045 | w20.Part1 = p21 | |
| 1046 | w20.C1 = CFrame.new(22.4999943, 10.3648901, -13.0979404, -3.09086232e-008, 1.63798575e-007, -1, -0.707106888, -0.70710665, -9.39673512e-008, -0.70710665, 0.707106888, 1.37678796e-007) | |
| 1047 | w21 = Instance.new("Weld", p21)
| |
| 1048 | w21.Name = "Part_Weld" | |
| 1049 | w21.Part0 = p21 | |
| 1050 | w21.C0 = CFrame.new(22.4999943, 10.3648901, -13.0979404, -3.09086232e-008, 1.63798575e-007, -1, -0.707106888, -0.70710665, -9.39673512e-008, -0.70710665, 0.707106888, 1.37678796e-007) | |
| 1051 | w21.Part1 = p22 | |
| 1052 | w21.C1 = CFrame.new(22.4999981, -6.56083632, 15.8073826, 6.53831052e-008, -1.56958208e-007, -1, 0.866025388, 0.5, -2.18557226e-008, 0.5, -0.866025388, 1.68621398e-007) | |
| 1053 | w22 = Instance.new("Weld", p22)
| |
| 1054 | w22.Name = "Part_Weld" | |
| 1055 | w22.Part0 = p22 | |
| 1056 | w22.C0 = CFrame.new(22.4999981, -6.56083632, 15.8073826, 6.53831052e-008, -1.56958208e-007, -1, 0.866025388, 0.5, -2.18557226e-008, 0.5, -0.866025388, 1.68621398e-007) | |
| 1057 | w22.Part1 = p23 | |
| 1058 | w22.C1 = CFrame.new(22.5, -0.667109907, 17.6726532, -4.30473222e-008, -2.02297542e-007, -1, 0.984807789, 0.17364794, -7.75219178e-008, 0.17364794, -0.984807789, 1.91749166e-007) | |
| 1059 | w23 = Instance.new("Weld", p23)
| |
| 1060 | w23.Name = "Part_Weld" | |
| 1061 | w23.Part0 = p23 | |
| 1062 | w23.C0 = CFrame.new(22.5, -0.667109907, 17.6726532, -4.30473222e-008, -2.02297542e-007, -1, 0.984807789, 0.17364794, -7.75219178e-008, 0.17364794, -0.984807789, 1.91749166e-007) | |
| 1063 | w23.Part1 = p24 | |
| 1064 | w23.C1 = CFrame.new(22.5, 5.5165062, 17.3963699, -4.30473079e-008, -1.87116754e-007, -1, 0.98480773, -0.173648238, -9.9008588e-009, -0.173648238, -0.98480773, 1.91749152e-007) | |
| 1065 | w24 = Instance.new("Weld", p24)
| |
| 1066 | w24.Name = "Part_Weld" | |
| 1067 | w24.Part0 = p24 | |
| 1068 | w24.C0 = CFrame.new(22.5, 5.5165062, 17.3963699, -4.30473079e-008, -1.87116754e-007, -1, 0.98480773, -0.173648238, -9.9008588e-009, -0.173648238, -0.98480773, 1.91749152e-007) | |
| 1069 | w24.Part1 = p25 | |
| 1070 | w24.C1 = CFrame.new(22.5000019, 14.6371164, 11.6086912, 5.33850866e-008, -1.28882959e-007, -1, 0.707106829, -0.707106769, 1.28882959e-007, -0.707106769, -0.707106829, 5.33851079e-008) | |
| 1071 | w25 = Instance.new("Weld", p25)
| |
| 1072 | w25.Name = "Part_Weld" | |
| 1073 | w25.Part0 = p25 | |
| 1074 | w25.C0 = CFrame.new(22.5000019, 14.6371164, 11.6086912, 5.33850866e-008, -1.28882959e-007, -1, 0.707106829, -0.707106769, 1.28882959e-007, -0.707106769, -0.707106829, 5.33851079e-008) | |
| 1075 | w25.Part1 = p26 | |
| 1076 | w25.C1 = CFrame.new(-1.49141967, 29.4924316, -3.24661636, -1, -1.1920929e-007, -4.71654928e-008, 1.1920929e-007, -0.707106709, -0.707106888, 8.94069672e-008, -0.707106829, 0.70710665) | |
| 1077 | w26 = Instance.new("Weld", p26)
| |
| 1078 | w26.Name = "Part_Weld" | |
| 1079 | w26.Part0 = p26 | |
| 1080 | w26.C0 = CFrame.new(-1.49141967, 29.4924316, -3.24661636, -1, -1.1920929e-007, -4.71654928e-008, 1.1920929e-007, -0.707106709, -0.707106888, 8.94069672e-008, -0.707106829, 0.70710665) | |
| 1081 | w26.Part1 = p27 | |
| 1082 | w26.C1 = CFrame.new(-1.49142396, 26.2059097, 13.748271, -1, -1.22925456e-007, 1.83316814e-007, -1.79966634e-007, -0.173648238, -0.98480773, 1.85296102e-007, -0.98480773, 0.173648149) | |
| 1083 | w27 = Instance.new("Weld", p27)
| |
| 1084 | w27.Name = "Part_Weld" | |
| 1085 | w27.Part0 = p27 | |
| 1086 | w27.C0 = CFrame.new(-1.49142396, 26.2059097, 13.748271, -1, -1.22925456e-007, 1.83316814e-007, -1.79966634e-007, -0.173648238, -0.98480773, 1.85296102e-007, -0.98480773, 0.173648149) | |
| 1087 | w27.Part1 = p28 | |
| 1088 | w27.C1 = CFrame.new(-1.49142182, 20.0222931, 21.3207512, -1, -1.60415567e-007, 1.16723079e-007, -1.73416339e-007, 0.17364794, -0.98480773, 1.61053634e-007, -0.98480773, -0.173648015) | |
| 1089 | w28 = Instance.new("Weld", p28)
| |
| 1090 | w28.Name = "Part_Weld" | |
| 1091 | w28.Part0 = p28 | |
| 1092 | w28.C0 = CFrame.new(-1.49142182, 20.0222931, 21.3207512, -1, -1.60415567e-007, 1.16723079e-007, -1.73416339e-007, 0.17364794, -0.98480773, 1.61053634e-007, -0.98480773, -0.173648015) | |
| 1093 | w28.Part1 = p29 | |
| 1094 | w28.C1 = CFrame.new(-1.49142063, 11.6331291, 26.311676, -1, -1.55435174e-007, 5.73833887e-008, -1.6416179e-007, 0.5, -0.866025329, 1.17385696e-007, -0.866025329, -0.500000119) | |
| 1095 | w29 = Instance.new("Weld", p29)
| |
| 1096 | w29.Name = "Part_Weld" | |
| 1097 | w29.Part0 = p29 | |
| 1098 | w29.C0 = CFrame.new(-1.49142063, 11.6331291, 26.311676, -1, -1.55435174e-007, 5.73833887e-008, -1.6416179e-007, 0.5, -0.866025329, 1.17385696e-007, -0.866025329, -0.500000119) | |
| 1099 | w29.Part1 = p30 | |
| 1100 | w29.C1 = CFrame.new(-1.49142897, -4.49042225, -27.9532433, -1, 1.04557571e-007, 1.81026579e-007, 9.25360411e-008, -0.70710665, 0.707106829, 2.00373876e-007, 0.707106888, 0.707106769) | |
| 1101 | w30 = Instance.new("Weld", p30)
| |
| 1102 | w30.Name = "Part_Weld" | |
| 1103 | w30.Part0 = p30 | |
| 1104 | w30.C0 = CFrame.new(-1.49142897, -4.49042225, -27.9532433, -1, 1.04557571e-007, 1.81026579e-007, 9.25360411e-008, -0.70710665, 0.707106829, 2.00373876e-007, 0.707106888, 0.707106769) | |
| 1105 | w30.Part1 = p31 | |
| 1106 | w30.C1 = CFrame.new(1.49142683, -2.32737827, 28.5731888, 1, -1.76048474e-007, -7.77491636e-008, -3.10438502e-008, -0.707106709, 0.707106769, -1.77897419e-007, -0.707106829, -0.707106829) | |
| 1107 | w31 = Instance.new("Weld", p31)
| |
| 1108 | w31.Name = "Part_Weld" | |
| 1109 | w31.Part0 = p31 | |
| 1110 | w31.C0 = CFrame.new(1.49142683, -2.32737827, 28.5731888, 1, -1.76048474e-007, -7.77491636e-008, -3.10438502e-008, -0.707106709, 0.707106769, -1.77897419e-007, -0.707106829, -0.707106829) | |
| 1111 | w31.Part1 = p32 | |
| 1112 | w31.C1 = CFrame.new(1.49142444, 27.3293839, 3.86655521, 1, 9.41566256e-008, -1.8451928e-007, -6.23315088e-008, -0.70710665, -0.707107008, -2.35517859e-007, 0.707106888, -0.70710659) | |
| 1113 | w32 = Instance.new("Weld", p32)
| |
| 1114 | w32.Name = "Part_Weld" | |
| 1115 | w32.Part0 = p32 | |
| 1116 | w32.C0 = CFrame.new(1.49142444, 27.3293839, 3.86655521, 1, 9.41566256e-008, -1.8451928e-007, -6.23315088e-008, -0.70710665, -0.707107008, -2.35517859e-007, 0.707106888, -0.70710659) | |
| 1117 | w32.Part1 = p33 | |
| 1118 | w32.C1 = CFrame.new(1.49143207, -18.1104279, 21.5624332, 1, -2.34282282e-007, -1.74181523e-007, 1.61463277e-007, -0.173648089, 0.98480773, -2.37625457e-007, -0.98480773, -0.173648238) | |
| 1119 | w33 = Instance.new("Weld", p33)
| |
| 1120 | w33.Name = "Part_Weld" | |
| 1121 | w33.Part0 = p33 | |
| 1122 | w33.C0 = CFrame.new(1.49143207, -18.1104279, 21.5624332, 1, -2.34282282e-007, -1.74181523e-007, 1.61463277e-007, -0.173648089, 0.98480773, -2.37625457e-007, -0.98480773, -0.173648238) | |
| 1123 | w33.Part1 = p34 | |
| 1124 | w33.C1 = CFrame.new(1.49143016, -24.2940445, 13.5065851, 1, -2.49463085e-007, -1.74181523e-007, 2.35634644e-007, 0.173648074, 0.98480773, -1.83021399e-007, -0.98480773, 0.17364794) | |
| 1125 | m.Parent = larm | |
| 1126 | m:MakeJoints() | |
| 1127 | ---------------------------------------------------- | |
| 1128 | local cor = Instance.new("Part", larm.LeftArm)
| |
| 1129 | cor.Name = "Thingy" | |
| 1130 | cor.Locked = true | |
| 1131 | cor.BottomSurface = 0 | |
| 1132 | cor.CanCollide = false | |
| 1133 | cor.Size = Vector3.new(1, 1, 1) | |
| 1134 | cor.Transparency = 1 | |
| 1135 | cor.TopSurface = 0 | |
| 1136 | corw = Instance.new("Weld", cor)
| |
| 1137 | corw.Part0 = larm | |
| 1138 | corw.Part1 = cor | |
| 1139 | corw.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)) | |
| 1140 | corw.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)) | |
| 1141 | weld1 = Instance.new("Weld", larm.LeftArm)
| |
| 1142 | weld1.Part0 = cor | |
| 1143 | weld1.Part1 = larm.LeftArm.LeftArmPlate | |
| 1144 | weld1.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)) | |
| 1145 | --Right Arm | |
| 1146 | m2 = Instance.new("Model")
| |
| 1147 | m2.Name = "RightArm" | |
| 1148 | p1 = Instance.new("Part", m2)
| |
| 1149 | - | p1.BrickColor = BrickColor.new("Crimson")
|
| 1149 | + | p1.BrickColor = BrickColor.new("Institutional white")
|
| 1150 | p1.Material = Enum.Material.Neon | |
| 1151 | p1.CFrame = CFrame.new(3.5, -9.44201183, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 1152 | p1.FormFactor = Enum.FormFactor.Custom | |
| 1153 | p1.Size = Vector3.new(1, 0.200000048, 1) | |
| 1154 | p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1155 | p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1156 | p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1157 | p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1158 | p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1159 | p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1160 | b1 = Instance.new("SpecialMesh", p1)
| |
| 1161 | b1.MeshType = Enum.MeshType.Brick | |
| 1162 | b1.Name = "Mesh" | |
| 1163 | b1.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994) | |
| 1164 | p2 = Instance.new("Part", m2)
| |
| 1165 | - | p2.BrickColor = BrickColor.new("Crimson")
|
| 1165 | + | p2.BrickColor = BrickColor.new("Institutional white")
|
| 1166 | p2.Material = Enum.Material.Neon | |
| 1167 | p2.CFrame = CFrame.new(3.5, -9.74201393, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 1168 | p2.FormFactor = Enum.FormFactor.Custom | |
| 1169 | p2.Size = Vector3.new(1, 0.200000048, 1) | |
| 1170 | p2.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1171 | p2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1172 | p2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1173 | p2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1174 | p2.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1175 | p2.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1176 | b2 = Instance.new("SpecialMesh", p2)
| |
| 1177 | b2.MeshType = Enum.MeshType.Brick | |
| 1178 | b2.Name = "Mesh" | |
| 1179 | b2.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994) | |
| 1180 | p3 = Instance.new("Part", m2)
| |
| 1181 | - | p3.BrickColor = BrickColor.new("Crimson")
|
| 1181 | + | p3.BrickColor = BrickColor.new("Institutional white")
|
| 1182 | p3.Material = Enum.Material.Neon | |
| 1183 | p3.CFrame = CFrame.new(3.5, -9.14201164, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 1184 | p3.FormFactor = Enum.FormFactor.Custom | |
| 1185 | p3.Size = Vector3.new(1, 0.200000048, 1) | |
| 1186 | p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1187 | p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1188 | p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1189 | p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1190 | p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1191 | p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1192 | b3 = Instance.new("SpecialMesh", p3)
| |
| 1193 | b3.MeshType = Enum.MeshType.Brick | |
| 1194 | b3.Name = "Mesh" | |
| 1195 | b3.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994) | |
| 1196 | p4 = Instance.new("Part", m2)
| |
| 1197 | - | p4.BrickColor = BrickColor.new("Crimson")
|
| 1197 | + | p4.BrickColor = BrickColor.new("Institutional white")
|
| 1198 | p4.Material = Enum.Material.Neon | |
| 1199 | p4.CFrame = CFrame.new(3.5, -8.84201622, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 1200 | p4.FormFactor = Enum.FormFactor.Custom | |
| 1201 | p4.Size = Vector3.new(1, 0.200000048, 1) | |
| 1202 | p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1203 | p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1204 | p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1205 | p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1206 | p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1207 | p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1208 | b4 = Instance.new("SpecialMesh", p4)
| |
| 1209 | b4.MeshType = Enum.MeshType.Brick | |
| 1210 | b4.Name = "Mesh" | |
| 1211 | b4.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994) | |
| 1212 | p5 = Instance.new("Part", m2)
| |
| 1213 | - | p5.BrickColor = BrickColor.new("Crimson")
|
| 1213 | + | p5.BrickColor = BrickColor.new("Institutional white")
|
| 1214 | p5.Material = Enum.Material.Neon | |
| 1215 | p5.CFrame = CFrame.new(3.5, -8.84201622, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 1216 | p5.FormFactor = Enum.FormFactor.Custom | |
| 1217 | p5.Size = Vector3.new(1, 0.200000048, 1) | |
| 1218 | p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1219 | p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1220 | p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1221 | p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1222 | p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1223 | p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1224 | b5 = Instance.new("SpecialMesh", p5)
| |
| 1225 | b5.MeshType = Enum.MeshType.Brick | |
| 1226 | b5.Name = "Mesh" | |
| 1227 | b5.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996) | |
| 1228 | p6 = Instance.new("Part", m2)
| |
| 1229 | - | p6.BrickColor = BrickColor.new("Crimson")
|
| 1229 | + | p6.BrickColor = BrickColor.new("Institutional white")
|
| 1230 | p6.Material = Enum.Material.Neon | |
| 1231 | p6.CFrame = CFrame.new(3.5, -8.84201622, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 1232 | p6.FormFactor = Enum.FormFactor.Custom | |
| 1233 | p6.Size = Vector3.new(1, 1, 1) | |
| 1234 | p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1235 | p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1236 | p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1237 | p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1238 | p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1239 | p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1240 | b6 = Instance.new("SpecialMesh", p6)
| |
| 1241 | b6.MeshType = Enum.MeshType.Sphere | |
| 1242 | b6.Name = "Mesh" | |
| 1243 | p7 = Instance.new("Part", m2)
| |
| 1244 | - | p7.BrickColor = BrickColor.new("Black")
|
| 1244 | + | p7.BrickColor = BrickColor.new("White")
|
| 1245 | - | p7.Material = Enum.Material.SmoothPlastic |
| 1245 | + | p7.Material = Enum.Material.Granite |
| 1246 | p7.Name = "RightArmPlate" | |
| 1247 | p7.CFrame = CFrame.new(3.5, -9.54201603, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 1248 | p7.FormFactor = Enum.FormFactor.Symmetric | |
| 1249 | p7.Size = Vector3.new(1, 2, 1) | |
| 1250 | p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1251 | p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1252 | p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1253 | p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1254 | p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1255 | p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1256 | b7 = Instance.new("SpecialMesh", p7)
| |
| 1257 | b7.MeshType = Enum.MeshType.Brick | |
| 1258 | b7.Name = "Mesh" | |
| 1259 | b7.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998) | |
| 1260 | p8 = Instance.new("Part", m2)
| |
| 1261 | - | p8.BrickColor = BrickColor.new("Crimson")
|
| 1261 | + | p8.BrickColor = BrickColor.new("Institutional white")
|
| 1262 | p8.Material = Enum.Material.Neon | |
| 1263 | p8.CFrame = CFrame.new(3.5, -9.14201164, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 1264 | p8.FormFactor = Enum.FormFactor.Custom | |
| 1265 | p8.Size = Vector3.new(1, 0.200000048, 1) | |
| 1266 | p8.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1267 | p8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1268 | p8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1269 | p8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1270 | p8.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1271 | p8.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1272 | b8 = Instance.new("SpecialMesh", p8)
| |
| 1273 | b8.MeshType = Enum.MeshType.Brick | |
| 1274 | b8.Name = "Mesh" | |
| 1275 | b8.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996) | |
| 1276 | p9 = Instance.new("Part", m2)
| |
| 1277 | - | p9.BrickColor = BrickColor.new("Black")
|
| 1277 | + | p9.BrickColor = BrickColor.new("White")
|
| 1278 | - | p9.Material = Enum.Material.SmoothPlastic |
| 1278 | + | p9.Material = Enum.Material.Granite |
| 1279 | p9.CFrame = CFrame.new(3.5, -8.69201183, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 1280 | p9.FormFactor = Enum.FormFactor.Custom | |
| 1281 | p9.Size = Vector3.new(1, 0.349999994, 1) | |
| 1282 | p9.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1283 | p9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1284 | p9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1285 | p9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1286 | p9.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1287 | p9.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1288 | b9 = Instance.new("SpecialMesh", p9)
| |
| 1289 | b9.MeshType = Enum.MeshType.Brick | |
| 1290 | b9.Name = "Mesh" | |
| 1291 | b9.Scale = Vector3.new(1.12, 1.01999998, 1.12) | |
| 1292 | p10 = Instance.new("Part", m2)
| |
| 1293 | - | p10.BrickColor = BrickColor.new("Black")
|
| 1293 | + | p10.BrickColor = BrickColor.new("White")
|
| 1294 | p10.Material = Enum.Material.Metal | |
| 1295 | p10.CFrame = CFrame.new(3.5, -8.99201584, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 1296 | p10.FormFactor = Enum.FormFactor.Custom | |
| 1297 | p10.Size = Vector3.new(1, 0.25, 1) | |
| 1298 | p10.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1299 | p10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1300 | p10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1301 | p10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1302 | p10.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1303 | p10.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1304 | b10 = Instance.new("SpecialMesh", p10)
| |
| 1305 | b10.MeshType = Enum.MeshType.Brick | |
| 1306 | b10.Name = "Mesh" | |
| 1307 | b10.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996) | |
| 1308 | p11 = Instance.new("Part", m2)
| |
| 1309 | - | p11.BrickColor = BrickColor.new("Black")
|
| 1309 | + | p11.BrickColor = BrickColor.new("White")
|
| 1310 | p11.Material = Enum.Material.Metal | |
| 1311 | p11.CFrame = CFrame.new(3.5, -9.29201508, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 1312 | p11.FormFactor = Enum.FormFactor.Custom | |
| 1313 | p11.Size = Vector3.new(1, 0.25, 1) | |
| 1314 | p11.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1315 | p11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1316 | p11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1317 | p11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1318 | p11.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1319 | p11.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1320 | b11 = Instance.new("SpecialMesh", p11)
| |
| 1321 | b11.MeshType = Enum.MeshType.Brick | |
| 1322 | b11.Name = "Mesh" | |
| 1323 | b11.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996) | |
| 1324 | p12 = Instance.new("Part", m2)
| |
| 1325 | - | p12.BrickColor = BrickColor.new("Black")
|
| 1325 | + | p12.BrickColor = BrickColor.new("White")
|
| 1326 | p12.Material = Enum.Material.Metal | |
| 1327 | p12.CFrame = CFrame.new(3.5, -9.59201431, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 1328 | p12.FormFactor = Enum.FormFactor.Custom | |
| 1329 | p12.Size = Vector3.new(1, 0.25, 1) | |
| 1330 | p12.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1331 | p12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1332 | p12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1333 | p12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1334 | p12.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1335 | p12.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1336 | b12 = Instance.new("SpecialMesh", p12)
| |
| 1337 | b12.MeshType = Enum.MeshType.Brick | |
| 1338 | b12.Name = "Mesh" | |
| 1339 | b12.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996) | |
| 1340 | p13 = Instance.new("Part", m2)
| |
| 1341 | - | p13.BrickColor = BrickColor.new("Crimson")
|
| 1341 | + | p13.BrickColor = BrickColor.new("Institutional white")
|
| 1342 | p13.Material = Enum.Material.Neon | |
| 1343 | p13.CFrame = CFrame.new(3.5, -9.44201088, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 1344 | p13.FormFactor = Enum.FormFactor.Custom | |
| 1345 | p13.Size = Vector3.new(1, 0.200000048, 1) | |
| 1346 | p13.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1347 | p13.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1348 | p13.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1349 | p13.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1350 | p13.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1351 | p13.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1352 | b13 = Instance.new("SpecialMesh", p13)
| |
| 1353 | b13.MeshType = Enum.MeshType.Brick | |
| 1354 | b13.Name = "Mesh" | |
| 1355 | b13.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996) | |
| 1356 | p14 = Instance.new("Part", m2)
| |
| 1357 | - | p14.BrickColor = BrickColor.new("Black")
|
| 1357 | + | p14.BrickColor = BrickColor.new("White")
|
| 1358 | p14.Material = Enum.Material.Metal | |
| 1359 | p14.CFrame = CFrame.new(3.5, -9.89201069, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 1360 | p14.FormFactor = Enum.FormFactor.Custom | |
| 1361 | p14.Size = Vector3.new(1, 0.25, 1) | |
| 1362 | p14.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1363 | p14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1364 | p14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1365 | p14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1366 | p14.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1367 | p14.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1368 | b14 = Instance.new("SpecialMesh", p14)
| |
| 1369 | b14.MeshType = Enum.MeshType.Brick | |
| 1370 | b14.Name = "Mesh" | |
| 1371 | b14.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996) | |
| 1372 | p15 = Instance.new("Part", m2)
| |
| 1373 | - | p15.BrickColor = BrickColor.new("Crimson")
|
| 1373 | + | p15.BrickColor = BrickColor.new("Institutional white")
|
| 1374 | p15.Material = Enum.Material.Neon | |
| 1375 | p15.CFrame = CFrame.new(3.5, -9.74201298, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 1376 | p15.FormFactor = Enum.FormFactor.Custom | |
| 1377 | p15.Size = Vector3.new(1, 0.200000048, 1) | |
| 1378 | p15.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1379 | p15.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1380 | p15.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1381 | p15.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1382 | p15.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1383 | p15.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1384 | b15 = Instance.new("SpecialMesh", p15)
| |
| 1385 | b15.MeshType = Enum.MeshType.Brick | |
| 1386 | b15.Name = "Mesh" | |
| 1387 | b15.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996) | |
| 1388 | p16 = Instance.new("Part", m2)
| |
| 1389 | - | p16.BrickColor = BrickColor.new("Black")
|
| 1389 | + | p16.BrickColor = BrickColor.new("White")
|
| 1390 | - | p16.Material = Enum.Material.SmoothPlastic |
| 1390 | + | p16.Material = Enum.Material.Granite |
| 1391 | p16.CFrame = CFrame.new(3.5, -10.1420107, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 1392 | p16.FormFactor = Enum.FormFactor.Custom | |
| 1393 | p16.Size = Vector3.new(1.01999998, 0.300000012, 1.01999998) | |
| 1394 | p16.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1395 | p16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1396 | p16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1397 | p16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1398 | p16.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1399 | p16.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1400 | b16 = Instance.new("SpecialMesh", p16)
| |
| 1401 | b16.MeshType = Enum.MeshType.Brick | |
| 1402 | b16.Name = "Mesh" | |
| 1403 | b16.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998) | |
| 1404 | p17 = Instance.new("Part", m2)
| |
| 1405 | - | p17.BrickColor = BrickColor.new("Black")
|
| 1405 | + | p17.BrickColor = BrickColor.new("White")
|
| 1406 | - | p17.Material = Enum.Material.SmoothPlastic |
| 1406 | + | p17.Material = Enum.Material.Granite |
| 1407 | p17.CFrame = CFrame.new(3.5, -10.1420107, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 1408 | p17.FormFactor = Enum.FormFactor.Custom | |
| 1409 | p17.Size = Vector3.new(1.00999999, 0.400000036, 1.00999999) | |
| 1410 | p17.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1411 | p17.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1412 | p17.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1413 | p17.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1414 | p17.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1415 | p17.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1416 | b17 = Instance.new("SpecialMesh", p17)
| |
| 1417 | b17.MeshType = Enum.MeshType.Brick | |
| 1418 | b17.Name = "Mesh" | |
| 1419 | b17.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998) | |
| 1420 | p18 = Instance.new("Part", m2)
| |
| 1421 | - | p18.BrickColor = BrickColor.new("Really black")
|
| 1421 | + | p18.BrickColor = BrickColor.new("Smoky grey")
|
| 1422 | - | p18.Material = Enum.Material.SmoothPlastic |
| 1422 | + | p18.Material = Enum.Material.Granite |
| 1423 | p18.CFrame = CFrame.new(3.5, -10.1420107, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 1424 | p18.FormFactor = Enum.FormFactor.Custom | |
| 1425 | p18.Size = Vector3.new(1.02999997, 0.200000003, 1.02999997) | |
| 1426 | p18.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1427 | p18.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1428 | p18.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1429 | p18.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1430 | p18.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1431 | p18.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1432 | b18 = Instance.new("SpecialMesh", p18)
| |
| 1433 | b18.MeshType = Enum.MeshType.Brick | |
| 1434 | b18.Name = "Mesh" | |
| 1435 | b18.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998) | |
| 1436 | p19 = Instance.new("Part", m2)
| |
| 1437 | - | p19.BrickColor = BrickColor.new("Black")
|
| 1437 | + | p19.BrickColor = BrickColor.new("White")
|
| 1438 | - | p19.Material = Enum.Material.SmoothPlastic |
| 1438 | + | p19.Material = Enum.Material.Granite |
| 1439 | p19.CFrame = CFrame.new(3.5, -10.1420107, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 1440 | p19.FormFactor = Enum.FormFactor.Custom | |
| 1441 | p19.Size = Vector3.new(1.02999997, 0.200000003, 1.02999997) | |
| 1442 | p19.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1443 | p19.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1444 | p19.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1445 | p19.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1446 | p19.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1447 | p19.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1448 | b19 = Instance.new("SpecialMesh", p19)
| |
| 1449 | b19.MeshType = Enum.MeshType.Brick | |
| 1450 | b19.Name = "Mesh" | |
| 1451 | b19.Scale = Vector3.new(1.02999997, 0.50999999, 1.02999997) | |
| 1452 | w1 = Instance.new("Weld", p1)
| |
| 1453 | w1.Name = "Part_Weld" | |
| 1454 | w1.Part0 = p1 | |
| 1455 | w1.C0 = CFrame.new(-3.5, -4.20002079, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 1456 | w1.Part1 = p2 | |
| 1457 | w1.C1 = CFrame.new(-3.5, -3.90001893, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 1458 | w2 = Instance.new("Weld", p2)
| |
| 1459 | w2.Name = "Part_Weld" | |
| 1460 | w2.Part0 = p2 | |
| 1461 | w2.C0 = CFrame.new(-3.5, -3.90001893, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 1462 | w2.Part1 = p3 | |
| 1463 | w2.C1 = CFrame.new(-3.5, -4.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 1464 | w3 = Instance.new("Weld", p3)
| |
| 1465 | w3.Name = "Part_Weld" | |
| 1466 | w3.Part0 = p3 | |
| 1467 | w3.C0 = CFrame.new(-3.5, -4.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 1468 | w3.Part1 = p4 | |
| 1469 | w3.C1 = CFrame.new(-3.5, -4.80001688, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 1470 | w4 = Instance.new("Weld", p4)
| |
| 1471 | w4.Name = "Part_Weld" | |
| 1472 | w4.Part0 = p4 | |
| 1473 | w4.C0 = CFrame.new(-3.5, -4.80001688, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 1474 | w4.Part1 = p5 | |
| 1475 | w4.C1 = CFrame.new(-3.5, -4.80001688, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 1476 | w5 = Instance.new("Weld", p5)
| |
| 1477 | w5.Name = "Part_Weld" | |
| 1478 | w5.Part0 = p5 | |
| 1479 | w5.C0 = CFrame.new(-3.5, -4.80001688, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 1480 | w5.Part1 = p6 | |
| 1481 | w5.C1 = CFrame.new(-3.5, -4.80001688, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 1482 | w6 = Instance.new("Weld", p6)
| |
| 1483 | w6.Name = "RightArmPlate_Weld" | |
| 1484 | w6.Part0 = p6 | |
| 1485 | w6.C0 = CFrame.new(-3.5, -4.80001688, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 1486 | w6.Part1 = p7 | |
| 1487 | w6.C1 = CFrame.new(-3.5, -4.10001707, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 1488 | w7 = Instance.new("Weld", p7)
| |
| 1489 | w7.Name = "Part_Weld" | |
| 1490 | w7.Part0 = p7 | |
| 1491 | w7.C0 = CFrame.new(-3.5, -4.10001707, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 1492 | w7.Part1 = p8 | |
| 1493 | w7.C1 = CFrame.new(-3.5, -4.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 1494 | w8 = Instance.new("Weld", p8)
| |
| 1495 | w8.Name = "Part_Weld" | |
| 1496 | w8.Part0 = p8 | |
| 1497 | w8.C0 = CFrame.new(-3.5, -4.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 1498 | w8.Part1 = p9 | |
| 1499 | w8.C1 = CFrame.new(-3.5, -4.95002079, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 1500 | w9 = Instance.new("Weld", p9)
| |
| 1501 | w9.Name = "Part_Weld" | |
| 1502 | w9.Part0 = p9 | |
| 1503 | w9.C0 = CFrame.new(-3.5, -4.95002079, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 1504 | w9.Part1 = p10 | |
| 1505 | w9.C1 = CFrame.new(-3.5, -4.65001678, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 1506 | w10 = Instance.new("Weld", p10)
| |
| 1507 | w10.Name = "Part_Weld" | |
| 1508 | w10.Part0 = p10 | |
| 1509 | w10.C0 = CFrame.new(-3.5, -4.65001678, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 1510 | w10.Part1 = p11 | |
| 1511 | w10.C1 = CFrame.new(-3.5, -4.35001707, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 1512 | w11 = Instance.new("Weld", p11)
| |
| 1513 | w11.Name = "Part_Weld" | |
| 1514 | w11.Part0 = p11 | |
| 1515 | w11.C0 = CFrame.new(-3.5, -4.35001707, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 1516 | w11.Part1 = p12 | |
| 1517 | w11.C1 = CFrame.new(-3.5, -4.05001783, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 1518 | w12 = Instance.new("Weld", p12)
| |
| 1519 | w12.Name = "Part_Weld" | |
| 1520 | w12.Part0 = p12 | |
| 1521 | w12.C0 = CFrame.new(-3.5, -4.05001783, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 1522 | w12.Part1 = p13 | |
| 1523 | w12.C1 = CFrame.new(-3.5, -4.20002079, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 1524 | w13 = Instance.new("Weld", p13)
| |
| 1525 | w13.Name = "Part_Weld" | |
| 1526 | w13.Part0 = p13 | |
| 1527 | w13.C0 = CFrame.new(-3.5, -4.20002079, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 1528 | w13.Part1 = p14 | |
| 1529 | w13.C1 = CFrame.new(-3.5, -3.75002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 1530 | w14 = Instance.new("Weld", p14)
| |
| 1531 | w14.Name = "Part_Weld" | |
| 1532 | w14.Part0 = p14 | |
| 1533 | w14.C0 = CFrame.new(-3.5, -3.75002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 1534 | w14.Part1 = p15 | |
| 1535 | w14.C1 = CFrame.new(-3.5, -3.90001893, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 1536 | w15 = Instance.new("Weld", p15)
| |
| 1537 | w15.Name = "Part_Weld" | |
| 1538 | w15.Part0 = p15 | |
| 1539 | w15.C0 = CFrame.new(-3.5, -3.90001893, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 1540 | w15.Part1 = p16 | |
| 1541 | w15.C1 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 1542 | w16 = Instance.new("Weld", p16)
| |
| 1543 | w16.Name = "Part_Weld" | |
| 1544 | w16.Part0 = p16 | |
| 1545 | w16.C0 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 1546 | w16.Part1 = p17 | |
| 1547 | w16.C1 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 1548 | w17 = Instance.new("Weld", p17)
| |
| 1549 | w17.Name = "Part_Weld" | |
| 1550 | w17.Part0 = p17 | |
| 1551 | w17.C0 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 1552 | w17.Part1 = p18 | |
| 1553 | w17.C1 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 1554 | w18 = Instance.new("Weld", p18)
| |
| 1555 | w18.Name = "Part_Weld" | |
| 1556 | w18.Part0 = p18 | |
| 1557 | w18.C0 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 1558 | w18.Part1 = p19 | |
| 1559 | w18.C1 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 1560 | m2.Parent = rarm | |
| 1561 | m2:MakeJoints() | |
| 1562 | ---------------------------------------------------- | |
| 1563 | local cor2 = Instance.new("Part", rarm.RightArm)
| |
| 1564 | cor2.Name = "Thingy" | |
| 1565 | cor2.Locked = true | |
| 1566 | cor2.BottomSurface = 0 | |
| 1567 | cor2.CanCollide = false | |
| 1568 | cor2.Size = Vector3.new(1, 1, 1) | |
| 1569 | cor2.Transparency = 1 | |
| 1570 | cor2.TopSurface = 0 | |
| 1571 | corw2 = Instance.new("Weld", cor2)
| |
| 1572 | corw2.Part0 = rarm | |
| 1573 | corw2.Part1 = cor2 | |
| 1574 | corw2.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)) | |
| 1575 | corw2.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)) | |
| 1576 | weld2 = Instance.new("Weld", rarm.RightArm)
| |
| 1577 | weld2.Part0 = cor2 | |
| 1578 | weld2.Part1 = rarm.RightArm.RightArmPlate | |
| 1579 | weld2.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)) | |
| 1580 | --Torso | |
| 1581 | m3 = Instance.new("Model")
| |
| 1582 | m3.Name = "Torso" | |
| 1583 | p1 = Instance.new("Part", m3)
| |
| 1584 | - | p1.BrickColor = BrickColor.new("Really black")
|
| 1584 | + | p1.BrickColor = BrickColor.new("Smoky grey")
|
| 1585 | p1.Material = Enum.Material.Metal | |
| 1586 | p1.Name = "TorsoPlate" | |
| 1587 | p1.CFrame = CFrame.new(0, 3.10002589, 0.50000006, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 1588 | p1.CanCollide = false | |
| 1589 | p1.Locked = true | |
| 1590 | p1.FormFactor = Enum.FormFactor.Custom | |
| 1591 | p1.Size = Vector3.new(2, 2, 1) | |
| 1592 | p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1593 | p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1594 | p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1595 | p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1596 | p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1597 | p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1598 | b1 = Instance.new("SpecialMesh", p1)
| |
| 1599 | b1.MeshType = Enum.MeshType.Brick | |
| 1600 | b1.Name = "Mesh" | |
| 1601 | b1.Scale = Vector3.new(1, 1.01999998, 1.01999998) | |
| 1602 | p2 = Instance.new("Part", m3)
| |
| 1603 | - | p2.BrickColor = BrickColor.new("Really black")
|
| 1603 | + | p2.BrickColor = BrickColor.new("Smoky grey")
|
| 1604 | p2.Material = Enum.Material.Metal | |
| 1605 | p2.CFrame = CFrame.new(-0.450000942, 4.05002356, -0.100002818, -0.685070276, 0.686094284, 0.244853854, 0.616745472, 0.367372453, 0.696177125, 0.387690574, 0.627942622, -0.674821496) | |
| 1606 | p2.CanCollide = false | |
| 1607 | p2.Locked = true | |
| 1608 | p2.FormFactor = Enum.FormFactor.Custom | |
| 1609 | p2.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012) | |
| 1610 | b2 = Instance.new("SpecialMesh", p2)
| |
| 1611 | b2.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
| 1612 | b2.TextureId = "" | |
| 1613 | b2.MeshType = Enum.MeshType.FileMesh | |
| 1614 | b2.Name = "Mesh" | |
| 1615 | b2.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024) | |
| 1616 | p3 = Instance.new("Part", m3)
| |
| 1617 | - | p3.BrickColor = BrickColor.new("Black")
|
| 1617 | + | p3.BrickColor = BrickColor.new("White")
|
| 1618 | p3.Material = Enum.Material.Metal | |
| 1619 | p3.CFrame = CFrame.new(0, 3.10002589, 0.970001996, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 1620 | p3.CanCollide = false | |
| 1621 | p3.Locked = true | |
| 1622 | p3.FormFactor = Enum.FormFactor.Custom | |
| 1623 | p3.Size = Vector3.new(2, 2, 0.200000018) | |
| 1624 | p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1625 | p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1626 | p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1627 | p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1628 | p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1629 | p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1630 | b3 = Instance.new("SpecialMesh", p3)
| |
| 1631 | b3.MeshType = Enum.MeshType.Brick | |
| 1632 | b3.Name = "Mesh" | |
| 1633 | b3.Scale = Vector3.new(1, 1.01999998, 1.01999998) | |
| 1634 | p4 = Instance.new("Part", m3)
| |
| 1635 | - | p4.BrickColor = BrickColor.new("Black")
|
| 1635 | + | p4.BrickColor = BrickColor.new("White")
|
| 1636 | p4.Material = Enum.Material.Metal | |
| 1637 | p4.CFrame = CFrame.new(0, 4.00002623, 0.529999971, 1, 0, 0, 0, -4.37113883e-008, 1, 0, -1, -4.37113883e-008) | |
| 1638 | p4.CanCollide = false | |
| 1639 | p4.Locked = true | |
| 1640 | p4.FormFactor = Enum.FormFactor.Custom | |
| 1641 | p4.Size = Vector3.new(2, 1.04000008, 0.239999995) | |
| 1642 | p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1643 | p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1644 | p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1645 | p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1646 | p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1647 | p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1648 | b4 = Instance.new("SpecialMesh", p4)
| |
| 1649 | b4.MeshType = Enum.MeshType.Brick | |
| 1650 | b4.Name = "Mesh" | |
| 1651 | b4.Scale = Vector3.new(1, 1.01999998, 1.01999998) | |
| 1652 | p5 = Instance.new("Part", m3)
| |
| 1653 | - | p5.BrickColor = BrickColor.new("Black")
|
| 1653 | + | p5.BrickColor = BrickColor.new("White")
|
| 1654 | p5.Material = Enum.Material.Metal | |
| 1655 | p5.CFrame = CFrame.new(-0.499999821, 3.15002489, 0.0999978557, 7.54979084e-008, 1, 0, 4.37113918e-008, 0, 1, 1, -7.54978942e-008, -4.37113883e-008) | |
| 1656 | p5.CanCollide = false | |
| 1657 | p5.Locked = true | |
| 1658 | p5.FormFactor = Enum.FormFactor.Custom | |
| 1659 | p5.Size = Vector3.new(0.300000012, 1, 1.89999998) | |
| 1660 | p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1661 | p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1662 | p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1663 | p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1664 | p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1665 | p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1666 | b5 = Instance.new("SpecialMesh", p5)
| |
| 1667 | b5.MeshType = Enum.MeshType.Wedge | |
| 1668 | b5.Name = "Mesh" | |
| 1669 | b5.Scale = Vector3.new(1, 1.01999998, 1.01999998) | |
| 1670 | p6 = Instance.new("Part", m3)
| |
| 1671 | - | p6.BrickColor = BrickColor.new("Black")
|
| 1671 | + | p6.BrickColor = BrickColor.new("White")
|
| 1672 | p6.Material = Enum.Material.Metal | |
| 1673 | p6.CFrame = CFrame.new(0.500000179, 3.15002489, 0.0999980345, -4.37113918e-008, -1, 0, -4.37113812e-008, 0, 1, -1, 4.37113847e-008, -4.37113883e-008) | |
| 1674 | p6.CanCollide = false | |
| 1675 | p6.Locked = true | |
| 1676 | p6.FormFactor = Enum.FormFactor.Custom | |
| 1677 | p6.Size = Vector3.new(0.300000012, 0.99999994, 1.89999998) | |
| 1678 | p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1679 | p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1680 | p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1681 | p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1682 | p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1683 | p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1684 | b6 = Instance.new("SpecialMesh", p6)
| |
| 1685 | b6.MeshType = Enum.MeshType.Wedge | |
| 1686 | b6.Name = "Mesh" | |
| 1687 | b6.Scale = Vector3.new(1, 1.01999998, 1.01999998) | |
| 1688 | p7 = Instance.new("Part", m3)
| |
| 1689 | - | p7.BrickColor = BrickColor.new("Black")
|
| 1689 | + | p7.BrickColor = BrickColor.new("White")
|
| 1690 | p7.Material = Enum.Material.Metal | |
| 1691 | p7.CFrame = CFrame.new(1.63912773e-007, 3.20002794, 0.0999980569, -3.09086197e-008, -0.707106829, -0.707106769, -7.46200044e-008, -0.707106769, 0.707106829, -1, 7.46200044e-008, -3.09086197e-008) | |
| 1692 | p7.CanCollide = false | |
| 1693 | p7.Locked = true | |
| 1694 | p7.FormFactor = Enum.FormFactor.Custom | |
| 1695 | p7.Size = Vector3.new(0.300000012, 1.20000005, 1.20000005) | |
| 1696 | p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1697 | p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1698 | p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1699 | p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1700 | p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1701 | p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1702 | b7 = Instance.new("SpecialMesh", p7)
| |
| 1703 | b7.MeshType = Enum.MeshType.Wedge | |
| 1704 | b7.Name = "Mesh" | |
| 1705 | p8 = Instance.new("Part", m3)
| |
| 1706 | - | p8.BrickColor = BrickColor.new("Black")
|
| 1706 | + | p8.BrickColor = BrickColor.new("White")
|
| 1707 | p8.Material = Enum.Material.Metal | |
| 1708 | p8.CFrame = CFrame.new(-1, 3.10002613, 0.520000935, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008) | |
| 1709 | p8.CanCollide = false | |
| 1710 | p8.Locked = true | |
| 1711 | p8.FormFactor = Enum.FormFactor.Custom | |
| 1712 | p8.Size = Vector3.new(1, 2, 0.200000018) | |
| 1713 | p8.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1714 | p8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1715 | p8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1716 | p8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1717 | p8.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1718 | p8.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1719 | b8 = Instance.new("SpecialMesh", p8)
| |
| 1720 | b8.MeshType = Enum.MeshType.Brick | |
| 1721 | b8.Name = "Mesh" | |
| 1722 | b8.Scale = Vector3.new(1, 1.01999998, 1.01999998) | |
| 1723 | p9 = Instance.new("Part", m3)
| |
| 1724 | - | p9.BrickColor = BrickColor.new("Black")
|
| 1724 | + | p9.BrickColor = BrickColor.new("White")
|
| 1725 | p9.Material = Enum.Material.Metal | |
| 1726 | p9.CFrame = CFrame.new(1, 3.10002613, 0.520001054, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008) | |
| 1727 | p9.CanCollide = false | |
| 1728 | p9.Locked = true | |
| 1729 | p9.FormFactor = Enum.FormFactor.Custom | |
| 1730 | p9.Size = Vector3.new(1, 2, 0.200000018) | |
| 1731 | p9.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1732 | p9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1733 | p9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1734 | p9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1735 | p9.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1736 | p9.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1737 | b9 = Instance.new("SpecialMesh", p9)
| |
| 1738 | b9.MeshType = Enum.MeshType.Brick | |
| 1739 | b9.Name = "Mesh" | |
| 1740 | b9.Scale = Vector3.new(1, 1.01999998, 1.01999998) | |
| 1741 | p10 = Instance.new("Part", m3)
| |
| 1742 | - | p10.BrickColor = BrickColor.new("Black")
|
| 1742 | + | p10.BrickColor = BrickColor.new("White")
|
| 1743 | p10.Material = Enum.Material.Metal | |
| 1744 | p10.CFrame = CFrame.new(0, 2.05002642, 0.539999843, 1, 0, 0, 0, -4.37113883e-008, 1, 0, -1, -4.37113883e-008) | |
| 1745 | p10.CanCollide = false | |
| 1746 | p10.Locked = true | |
| 1747 | p10.FormFactor = Enum.FormFactor.Custom | |
| 1748 | p10.Size = Vector3.new(2, 1.0200001, 0.239999995) | |
| 1749 | p10.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1750 | p10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1751 | p10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1752 | p10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1753 | p10.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1754 | p10.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 1755 | b10 = Instance.new("SpecialMesh", p10)
| |
| 1756 | b10.MeshType = Enum.MeshType.Brick | |
| 1757 | b10.Name = "Mesh" | |
| 1758 | b10.Scale = Vector3.new(1, 1.01999998, 1.01999998) | |
| 1759 | p11 = Instance.new("Part", m3)
| |
| 1760 | - | p11.BrickColor = BrickColor.new("Really black")
|
| 1760 | + | p11.BrickColor = BrickColor.new("Smoky grey")
|
| 1761 | p11.Material = Enum.Material.Metal | |
| 1762 | p11.CFrame = CFrame.new(0.499999523, 4.05002451, -0.0499982014, 1.00000024, -8.94069672e-008, -1.78813934e-007, -2.98023224e-008, 0.906307817, -0.422618449, -2.23517418e-007, 0.42261821, 0.906307697) | |
| 1763 | p11.CanCollide = false | |
| 1764 | p11.Locked = true | |
| 1765 | p11.FormFactor = Enum.FormFactor.Custom | |
| 1766 | p11.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012) | |
| 1767 | b11 = Instance.new("SpecialMesh", p11)
| |
| 1768 | b11.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
| 1769 | b11.TextureId = "" | |
| 1770 | b11.MeshType = Enum.MeshType.FileMesh | |
| 1771 | b11.Name = "Mesh" | |
| 1772 | b11.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024) | |
| 1773 | p12 = Instance.new("Part", m3)
| |
| 1774 | - | p12.BrickColor = BrickColor.new("Really black")
|
| 1774 | + | p12.BrickColor = BrickColor.new("Smoky grey")
|
| 1775 | p12.Material = Enum.Material.Metal | |
| 1776 | p12.Transparency = 1 | |
| 1777 | p12.Name = "Chain2Torso" | |
| 1778 | p12.CFrame = CFrame.new(0.0500000007, 3.35002589, 0.0200020671, -4.37113883e-008, -1, 0, -4.37113883e-008, 1.91068547e-015, -1, 1, -4.37113883e-008, -4.37113883e-008) | |
| 1779 | p12.CanCollide = false | |
| 1780 | p12.Locked = true | |
| 1781 | p12.FormFactor = Enum.FormFactor.Custom | |
| 1782 | p12.Size = Vector3.new(0.699999988, 0.300000012, 0.300000012) | |
| 1783 | b12 = Instance.new("SpecialMesh", p12)
| |
| 1784 | b12.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
| 1785 | b12.TextureId = "" | |
| 1786 | b12.MeshType = Enum.MeshType.FileMesh | |
| 1787 | b12.Name = "Mesh" | |
| 1788 | b12.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024) | |
| 1789 | p13 = Instance.new("Part", m3)
| |
| 1790 | - | p13.BrickColor = BrickColor.new("Really black")
|
| 1790 | + | p13.BrickColor = BrickColor.new("Smoky grey")
|
| 1791 | p13.Material = Enum.Material.Metal | |
| 1792 | p13.CFrame = CFrame.new(-0.700000763, 4.25002289, 0.349998087, -0.606457233, -0.374239564, 0.70153743, -0.641863465, -0.290311694, -0.709739804, 0.469277143, -0.880717754, -0.0641489923) | |
| 1793 | p13.CanCollide = false | |
| 1794 | p13.Locked = true | |
| 1795 | p13.FormFactor = Enum.FormFactor.Custom | |
| 1796 | p13.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012) | |
| 1797 | b13 = Instance.new("SpecialMesh", p13)
| |
| 1798 | b13.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
| 1799 | b13.TextureId = "" | |
| 1800 | b13.MeshType = Enum.MeshType.FileMesh | |
| 1801 | b13.Name = "Mesh" | |
| 1802 | b13.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024) | |
| 1803 | p14 = Instance.new("Part", m3)
| |
| 1804 | - | p14.BrickColor = BrickColor.new("Really black")
|
| 1804 | + | p14.BrickColor = BrickColor.new("Smoky grey")
|
| 1805 | p14.Material = Enum.Material.Metal | |
| 1806 | p14.CFrame = CFrame.new(-0.0500002243, 3.50002766, -0.150001988, -0.331867754, 0.457445055, -0.824989557, 0.877285957, -0.171802372, -0.448166817, -0.346746802, -0.87248385, -0.344294399) | |
| 1807 | p14.CanCollide = false | |
| 1808 | p14.Locked = true | |
| 1809 | p14.FormFactor = Enum.FormFactor.Custom | |
| 1810 | p14.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012) | |
| 1811 | b14 = Instance.new("SpecialMesh", p14)
| |
| 1812 | b14.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
| 1813 | b14.TextureId = "" | |
| 1814 | b14.MeshType = Enum.MeshType.FileMesh | |
| 1815 | b14.Name = "Mesh" | |
| 1816 | b14.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024) | |
| 1817 | p15 = Instance.new("Part", m3)
| |
| 1818 | - | p15.BrickColor = BrickColor.new("Really black")
|
| 1818 | + | p15.BrickColor = BrickColor.new("Smoky grey")
|
| 1819 | p15.Material = Enum.Material.Metal | |
| 1820 | p15.CFrame = CFrame.new(0.199999034, 3.55002332, -0.150001839, -0.0627828911, -0.802308202, -0.593599737, 0.678633273, -0.470427632, 0.564052343, -0.731789052, -0.367423117, 0.57400763) | |
| 1821 | p15.CanCollide = false | |
| 1822 | p15.Locked = true | |
| 1823 | p15.FormFactor = Enum.FormFactor.Custom | |
| 1824 | p15.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012) | |
| 1825 | b15 = Instance.new("SpecialMesh", p15)
| |
| 1826 | b15.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
| 1827 | b15.TextureId = "" | |
| 1828 | b15.MeshType = Enum.MeshType.FileMesh | |
| 1829 | b15.Name = "Mesh" | |
| 1830 | b15.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024) | |
| 1831 | p16 = Instance.new("Part", m3)
| |
| 1832 | - | p16.BrickColor = BrickColor.new("Really black")
|
| 1832 | + | p16.BrickColor = BrickColor.new("Smoky grey")
|
| 1833 | p16.Material = Enum.Material.Metal | |
| 1834 | p16.CFrame = CFrame.new(0.349999189, 3.70002842, -0.150001973, 0.994292557, 0.0709807873, 0.0796526894, -0.0587368309, 0.987431884, -0.146726117, -0.0890666768, 0.141209915, 0.985964835) | |
| 1835 | p16.CanCollide = false | |
| 1836 | p16.Locked = true | |
| 1837 | p16.FormFactor = Enum.FormFactor.Custom | |
| 1838 | p16.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012) | |
| 1839 | b16 = Instance.new("SpecialMesh", p16)
| |
| 1840 | b16.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
| 1841 | b16.TextureId = "" | |
| 1842 | b16.MeshType = Enum.MeshType.FileMesh | |
| 1843 | b16.Name = "Mesh" | |
| 1844 | b16.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024) | |
| 1845 | p17 = Instance.new("Part", m3)
| |
| 1846 | - | p17.BrickColor = BrickColor.new("Really black")
|
| 1846 | + | p17.BrickColor = BrickColor.new("Smoky grey")
|
| 1847 | p17.Material = Enum.Material.Metal | |
| 1848 | p17.CFrame = CFrame.new(-0.200000346, 3.70002747, -0.150002211, 0.964791715, 0.0184034109, -0.262370646, -0.0587368906, 0.987431884, -0.146726027, 0.256372869, 0.156970888, 0.953746974) | |
| 1849 | p17.CanCollide = false | |
| 1850 | p17.Locked = true | |
| 1851 | p17.FormFactor = Enum.FormFactor.Custom | |
| 1852 | p17.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012) | |
| 1853 | b17 = Instance.new("SpecialMesh", p17)
| |
| 1854 | b17.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
| 1855 | b17.TextureId = "" | |
| 1856 | b17.MeshType = Enum.MeshType.FileMesh | |
| 1857 | b17.Name = "Mesh" | |
| 1858 | b17.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024) | |
| 1859 | p18 = Instance.new("Part", m3)
| |
| 1860 | - | p18.BrickColor = BrickColor.new("Really black")
|
| 1860 | + | p18.BrickColor = BrickColor.new("Smoky grey")
|
| 1861 | p18.Material = Enum.Material.Metal | |
| 1862 | p18.CFrame = CFrame.new(-0.35000062, 3.85002661, -0.150002271, 0.407530367, -0.427938014, 0.806714416, 0.0989350602, 0.898891687, 0.426855773, -0.907816589, -0.0941444039, 0.40866372) | |
| 1863 | p18.CanCollide = false | |
| 1864 | p18.Locked = true | |
| 1865 | p18.FormFactor = Enum.FormFactor.Custom | |
| 1866 | p18.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012) | |
| 1867 | b18 = Instance.new("SpecialMesh", p18)
| |
| 1868 | b18.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
| 1869 | b18.TextureId = "" | |
| 1870 | b18.MeshType = Enum.MeshType.FileMesh | |
| 1871 | b18.Name = "Mesh" | |
| 1872 | b18.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024) | |
| 1873 | p19 = Instance.new("Part", m3)
| |
| 1874 | - | p19.BrickColor = BrickColor.new("Really black")
|
| 1874 | + | p19.BrickColor = BrickColor.new("Smoky grey")
|
| 1875 | p19.Material = Enum.Material.Metal | |
| 1876 | p19.CFrame = CFrame.new(0.599999547, 4.25002337, 1.49011612e-008, 0.450589776, 0.596651912, -0.664060116, 0.322663993, 0.584720135, 0.744305372, 0.832379937, -0.549644768, 0.0709509254) | |
| 1877 | p19.CanCollide = false | |
| 1878 | p19.Locked = true | |
| 1879 | p19.FormFactor = Enum.FormFactor.Custom | |
| 1880 | p19.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012) | |
| 1881 | b19 = Instance.new("SpecialMesh", p19)
| |
| 1882 | b19.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
| 1883 | b19.TextureId = "" | |
| 1884 | b19.MeshType = Enum.MeshType.FileMesh | |
| 1885 | b19.Name = "Mesh" | |
| 1886 | b19.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024) | |
| 1887 | p20 = Instance.new("Part", m3)
| |
| 1888 | - | p20.BrickColor = BrickColor.new("Really black")
|
| 1888 | + | p20.BrickColor = BrickColor.new("Smoky grey")
|
| 1889 | p20.Material = Enum.Material.Metal | |
| 1890 | p20.CFrame = CFrame.new(0.449999154, 3.90002728, -0.150000244, 0.148452312, 0.508259773, -0.848312676, -0.212012291, 0.85422945, 0.474703223, 0.965925753, 0.109381542, 0.234569833) | |
| 1891 | p20.CanCollide = false | |
| 1892 | p20.Locked = true | |
| 1893 | p20.FormFactor = Enum.FormFactor.Custom | |
| 1894 | p20.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012) | |
| 1895 | b20 = Instance.new("SpecialMesh", p20)
| |
| 1896 | b20.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
| 1897 | b20.TextureId = "" | |
| 1898 | b20.MeshType = Enum.MeshType.FileMesh | |
| 1899 | b20.Name = "Mesh" | |
| 1900 | b20.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024) | |
| 1901 | p21 = Instance.new("Part", m3)
| |
| 1902 | - | p21.BrickColor = BrickColor.new("Really black")
|
| 1902 | + | p21.BrickColor = BrickColor.new("Smoky grey")
|
| 1903 | p21.Material = Enum.Material.Metal | |
| 1904 | p21.CFrame = CFrame.new(0.699999869, 4.25002337, 0.200001985, -0.0996009707, 0.981125295, 0.165750414, -0.142243966, -0.178907469, 0.973529041, 0.98480773, 0.0733870864, 0.157378286) | |
| 1905 | p21.CanCollide = false | |
| 1906 | p21.Locked = true | |
| 1907 | p21.FormFactor = Enum.FormFactor.Custom | |
| 1908 | p21.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012) | |
| 1909 | b21 = Instance.new("SpecialMesh", p21)
| |
| 1910 | b21.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
| 1911 | b21.TextureId = "" | |
| 1912 | b21.MeshType = Enum.MeshType.FileMesh | |
| 1913 | b21.Name = "Mesh" | |
| 1914 | b21.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024) | |
| 1915 | p22 = Instance.new("Part", m3)
| |
| 1916 | - | p22.BrickColor = BrickColor.new("Really black")
|
| 1916 | + | p22.BrickColor = BrickColor.new("Smoky grey")
|
| 1917 | p22.Material = Enum.Material.Metal | |
| 1918 | p22.CFrame = CFrame.new(0.69999975, 4.25002289, 0.450001955, -0.167731196, 0.167446673, 0.971508265, 0.0449438766, -0.983146012, 0.17721194, 0.984807789, 0.0733873621, 0.157378122) | |
| 1919 | p22.CanCollide = false | |
| 1920 | p22.Locked = true | |
| 1921 | p22.FormFactor = Enum.FormFactor.Custom | |
| 1922 | p22.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012) | |
| 1923 | b22 = Instance.new("SpecialMesh", p22)
| |
| 1924 | b22.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
| 1925 | b22.TextureId = "" | |
| 1926 | b22.MeshType = Enum.MeshType.FileMesh | |
| 1927 | b22.Name = "Mesh" | |
| 1928 | b22.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024) | |
| 1929 | p23 = Instance.new("Part", m3)
| |
| 1930 | - | p23.BrickColor = BrickColor.new("Really black")
|
| 1930 | + | p23.BrickColor = BrickColor.new("Smoky grey")
|
| 1931 | p23.Material = Enum.Material.Metal | |
| 1932 | p23.CFrame = CFrame.new(0.699999511, 4.25002289, 0.700001478, 0.0593914539, -0.993999004, 0.0918651819, 0.163175613, -0.0811224878, -0.98325628, 0.984807849, 0.0733875483, 0.157378405) | |
| 1933 | p23.CanCollide = false | |
| 1934 | p23.Locked = true | |
| 1935 | p23.FormFactor = Enum.FormFactor.Custom | |
| 1936 | p23.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012) | |
| 1937 | b23 = Instance.new("SpecialMesh", p23)
| |
| 1938 | b23.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
| 1939 | b23.TextureId = "" | |
| 1940 | b23.MeshType = Enum.MeshType.FileMesh | |
| 1941 | b23.Name = "Mesh" | |
| 1942 | b23.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024) | |
| 1943 | p24 = Instance.new("Part", m3)
| |
| 1944 | - | p24.BrickColor = BrickColor.new("Really black")
|
| 1944 | + | p24.BrickColor = BrickColor.new("Smoky grey")
|
| 1945 | p24.Material = Enum.Material.Metal | |
| 1946 | p24.CFrame = CFrame.new(0.699999452, 4.25002289, 0.900001347, -0.197025463, -0.431517303, 0.880326331, 0.133022487, -0.90138948, -0.412070453, 0.971332312, 0.0359149873, 0.234997824) | |
| 1947 | p24.CanCollide = false | |
| 1948 | p24.Locked = true | |
| 1949 | p24.FormFactor = Enum.FormFactor.Custom | |
| 1950 | p24.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012) | |
| 1951 | b24 = Instance.new("SpecialMesh", p24)
| |
| 1952 | b24.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
| 1953 | b24.TextureId = "" | |
| 1954 | b24.MeshType = Enum.MeshType.FileMesh | |
| 1955 | b24.Name = "Mesh" | |
| 1956 | b24.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024) | |
| 1957 | p25 = Instance.new("Part", m3)
| |
| 1958 | - | p25.BrickColor = BrickColor.new("Really black")
|
| 1958 | + | p25.BrickColor = BrickColor.new("Smoky grey")
|
| 1959 | p25.Material = Enum.Material.Metal | |
| 1960 | p25.CFrame = CFrame.new(0.599999249, 4.25002289, 1.05000341, -0.793593884, -0.433597952, 0.42685172, 0.426002622, 0.104941569, 0.898615122, -0.434431762, 0.894975305, 0.101432741) | |
| 1961 | p25.CanCollide = false | |
| 1962 | p25.Locked = true | |
| 1963 | p25.FormFactor = Enum.FormFactor.Custom | |
| 1964 | p25.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012) | |
| 1965 | b25 = Instance.new("SpecialMesh", p25)
| |
| 1966 | b25.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
| 1967 | b25.TextureId = "" | |
| 1968 | b25.MeshType = Enum.MeshType.FileMesh | |
| 1969 | b25.Name = "Mesh" | |
| 1970 | b25.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024) | |
| 1971 | p26 = Instance.new("Part", m3)
| |
| 1972 | - | p26.BrickColor = BrickColor.new("Really black")
|
| 1972 | + | p26.BrickColor = BrickColor.new("Smoky grey")
|
| 1973 | p26.Material = Enum.Material.Metal | |
| 1974 | p26.CFrame = CFrame.new(0.399999261, 4.25002289, 1.09999716, 0.474074066, -0.73934859, 0.478140384, 0.876810074, 0.445984155, -0.17972827, -0.0803612769, 0.504442811, 0.859697402) | |
| 1975 | p26.CanCollide = false | |
| 1976 | p26.Locked = true | |
| 1977 | p26.FormFactor = Enum.FormFactor.Custom | |
| 1978 | p26.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012) | |
| 1979 | b26 = Instance.new("SpecialMesh", p26)
| |
| 1980 | b26.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
| 1981 | b26.TextureId = "" | |
| 1982 | b26.MeshType = Enum.MeshType.FileMesh | |
| 1983 | b26.Name = "Mesh" | |
| 1984 | b26.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024) | |
| 1985 | p27 = Instance.new("Part", m3)
| |
| 1986 | - | p27.BrickColor = BrickColor.new("Really black")
|
| 1986 | + | p27.BrickColor = BrickColor.new("Smoky grey")
|
| 1987 | p27.Material = Enum.Material.Metal | |
| 1988 | p27.CFrame = CFrame.new(0.249999076, 4.25002289, 1.20000076, 0.524626255, -0.838181257, 0.149064019, -0.503709316, -0.446768612, -0.739374638, 0.686326742, 0.31281051, -0.656585932) | |
| 1989 | p27.CanCollide = false | |
| 1990 | p27.Locked = true | |
| 1991 | p27.FormFactor = Enum.FormFactor.Custom | |
| 1992 | p27.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012) | |
| 1993 | b27 = Instance.new("SpecialMesh", p27)
| |
| 1994 | b27.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
| 1995 | b27.TextureId = "" | |
| 1996 | b27.MeshType = Enum.MeshType.FileMesh | |
| 1997 | b27.Name = "Mesh" | |
| 1998 | b27.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024) | |
| 1999 | p28 = Instance.new("Part", m3)
| |
| 2000 | - | p28.BrickColor = BrickColor.new("Really black")
|
| 2000 | + | p28.BrickColor = BrickColor.new("Smoky grey")
|
| 2001 | p28.Material = Enum.Material.Metal | |
| 2002 | p28.CFrame = CFrame.new(0.0499990731, 4.25002289, 1.20000088, 0.524626136, -0.838181317, 0.149063885, 0.588431716, 0.230477661, -0.775002301, 0.615236104, 0.494300276, 0.614126861) | |
| 2003 | p28.CanCollide = false | |
| 2004 | p28.Locked = true | |
| 2005 | p28.FormFactor = Enum.FormFactor.Custom | |
| 2006 | p28.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012) | |
| 2007 | b28 = Instance.new("SpecialMesh", p28)
| |
| 2008 | b28.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
| 2009 | b28.TextureId = "" | |
| 2010 | b28.MeshType = Enum.MeshType.FileMesh | |
| 2011 | b28.Name = "Mesh" | |
| 2012 | b28.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024) | |
| 2013 | p29 = Instance.new("Part", m3)
| |
| 2014 | - | p29.BrickColor = BrickColor.new("Really black")
|
| 2014 | + | p29.BrickColor = BrickColor.new("Smoky grey")
|
| 2015 | p29.Material = Enum.Material.Metal | |
| 2016 | p29.CFrame = CFrame.new(-0.200000852, 4.25002289, 1.20000088, 0.524626195, -0.838181257, 0.149063647, 0.664180398, 0.512506962, 0.544243872, -0.532571197, -0.186519295, 0.825577736) | |
| 2017 | p29.CanCollide = false | |
| 2018 | p29.Locked = true | |
| 2019 | p29.FormFactor = Enum.FormFactor.Custom | |
| 2020 | p29.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012) | |
| 2021 | b29 = Instance.new("SpecialMesh", p29)
| |
| 2022 | b29.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
| 2023 | b29.TextureId = "" | |
| 2024 | b29.MeshType = Enum.MeshType.FileMesh | |
| 2025 | b29.Name = "Mesh" | |
| 2026 | b29.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024) | |
| 2027 | p30 = Instance.new("Part", m3)
| |
| 2028 | - | p30.BrickColor = BrickColor.new("Really black")
|
| 2028 | + | p30.BrickColor = BrickColor.new("Smoky grey")
|
| 2029 | p30.Material = Enum.Material.Metal | |
| 2030 | p30.CFrame = CFrame.new(-0.400000989, 4.25002289, 1.15000105, -0.205189675, -0.942334533, -0.264392197, 0.472657442, 0.141141802, -0.869870245, 0.857025325, -0.303455055, 0.416440606) | |
| 2031 | p30.CanCollide = false | |
| 2032 | p30.Locked = true | |
| 2033 | p30.FormFactor = Enum.FormFactor.Custom | |
| 2034 | p30.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012) | |
| 2035 | b30 = Instance.new("SpecialMesh", p30)
| |
| 2036 | b30.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
| 2037 | b30.TextureId = "" | |
| 2038 | b30.MeshType = Enum.MeshType.FileMesh | |
| 2039 | b30.Name = "Mesh" | |
| 2040 | b30.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024) | |
| 2041 | p31 = Instance.new("Part", m3)
| |
| 2042 | - | p31.BrickColor = BrickColor.new("Really black")
|
| 2042 | + | p31.BrickColor = BrickColor.new("Smoky grey")
|
| 2043 | p31.Material = Enum.Material.Metal | |
| 2044 | p31.CFrame = CFrame.new(-0.550001025, 4.25002337, 0.999999702, 0.151335806, -0.651350021, -0.743532896, 0.979139984, 0.201951638, 0.022377044, 0.135582238, -0.731408894, 0.668325186) | |
| 2045 | p31.CanCollide = false | |
| 2046 | p31.Locked = true | |
| 2047 | p31.FormFactor = Enum.FormFactor.Custom | |
| 2048 | p31.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012) | |
| 2049 | b31 = Instance.new("SpecialMesh", p31)
| |
| 2050 | b31.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
| 2051 | b31.TextureId = "" | |
| 2052 | b31.MeshType = Enum.MeshType.FileMesh | |
| 2053 | b31.Name = "Mesh" | |
| 2054 | b31.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024) | |
| 2055 | p32 = Instance.new("Part", m3)
| |
| 2056 | - | p32.BrickColor = BrickColor.new("Really black")
|
| 2056 | + | p32.BrickColor = BrickColor.new("Smoky grey")
|
| 2057 | p32.Material = Enum.Material.Metal | |
| 2058 | p32.CFrame = CFrame.new(-0.700000763, 4.25002337, 0.800000489, -0.804778874, -0.593520701, 0.0080409348, 0.142058611, -0.205740049, -0.968240976, 0.576325178, -0.778077364, 0.249890015) | |
| 2059 | p32.CanCollide = false | |
| 2060 | p32.Locked = true | |
| 2061 | p32.FormFactor = Enum.FormFactor.Custom | |
| 2062 | p32.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012) | |
| 2063 | b32 = Instance.new("SpecialMesh", p32)
| |
| 2064 | b32.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
| 2065 | b32.TextureId = "" | |
| 2066 | b32.MeshType = Enum.MeshType.FileMesh | |
| 2067 | b32.Name = "Mesh" | |
| 2068 | b32.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024) | |
| 2069 | p33 = Instance.new("Part", m3)
| |
| 2070 | - | p33.BrickColor = BrickColor.new("Really black")
|
| 2070 | + | p33.BrickColor = BrickColor.new("Smoky grey")
|
| 2071 | p33.Material = Enum.Material.Metal | |
| 2072 | p33.CFrame = CFrame.new(-0.700000942, 4.25002289, 0.549999833, -0.526802063, -0.220915288, -0.820777893, 0.708702326, 0.418966174, -0.567634225, 0.469277024, -0.880717933, -0.0641489923) | |
| 2073 | p33.CanCollide = false | |
| 2074 | p33.Locked = true | |
| 2075 | p33.FormFactor = Enum.FormFactor.Custom | |
| 2076 | p33.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012) | |
| 2077 | b33 = Instance.new("SpecialMesh", p33)
| |
| 2078 | b33.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
| 2079 | b33.TextureId = "" | |
| 2080 | b33.MeshType = Enum.MeshType.FileMesh | |
| 2081 | b33.Name = "Mesh" | |
| 2082 | b33.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024) | |
| 2083 | p34 = Instance.new("Part", m3)
| |
| 2084 | - | p34.BrickColor = BrickColor.new("Really black")
|
| 2084 | + | p34.BrickColor = BrickColor.new("Smoky grey")
|
| 2085 | p34.Material = Enum.Material.Metal | |
| 2086 | p34.Name = "Connection" | |
| 2087 | p34.CFrame = CFrame.new(0.0551848896, 3.35002589, -0.131655902, 0.635109425, -0.765570045, -0.102657467, -0.766416311, -0.641122162, 0.0396047123, -0.0961361453, 0.0535250306, -0.993928015) | |
| 2088 | p34.CanCollide = false | |
| 2089 | p34.Locked = true | |
| 2090 | p34.FormFactor = Enum.FormFactor.Custom | |
| 2091 | p34.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012) | |
| 2092 | b34 = Instance.new("SpecialMesh", p34)
| |
| 2093 | b34.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
| 2094 | b34.TextureId = "" | |
| 2095 | b34.MeshType = Enum.MeshType.FileMesh | |
| 2096 | b34.Name = "Mesh" | |
| 2097 | b34.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024) | |
| 2098 | p35 = Instance.new("Part", m3)
| |
| 2099 | - | p35.BrickColor = BrickColor.new("Really black")
|
| 2099 | + | p35.BrickColor = BrickColor.new("Smoky grey")
|
| 2100 | p35.Material = Enum.Material.Metal | |
| 2101 | p35.CFrame = CFrame.new(-0.600001037, 4.25002289, 0.149997264, 0.493824095, 0.604460001, 0.62511301, -0.565569818, -0.322785676, 0.758907318, 0.660506427, -0.728311539, 0.182464883) | |
| 2102 | p35.CanCollide = false | |
| 2103 | p35.Locked = true | |
| 2104 | p35.FormFactor = Enum.FormFactor.Custom | |
| 2105 | p35.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012) | |
| 2106 | b35 = Instance.new("SpecialMesh", p35)
| |
| 2107 | b35.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
| 2108 | b35.TextureId = "" | |
| 2109 | b35.MeshType = Enum.MeshType.FileMesh | |
| 2110 | b35.Name = "Mesh" | |
| 2111 | b35.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024) | |
| 2112 | p36 = Instance.new("Part", m3)
| |
| 2113 | - | p36.BrickColor = BrickColor.new("Really black")
|
| 2113 | + | p36.BrickColor = BrickColor.new("Smoky grey")
|
| 2114 | p36.Material = Enum.Material.Metal | |
| 2115 | p36.CFrame = CFrame.new(-0.500000834, 4.2000227, -2.52574682e-006, -0.285961747, 0.418113738, -0.862210572, 0.191904813, 0.906544387, 0.375965416, 0.93882823, -0.0579507053, -0.339474916) | |
| 2116 | p36.CanCollide = false | |
| 2117 | p36.Locked = true | |
| 2118 | p36.FormFactor = Enum.FormFactor.Custom | |
| 2119 | p36.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012) | |
| 2120 | b36 = Instance.new("SpecialMesh", p36)
| |
| 2121 | b36.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
| 2122 | b36.TextureId = "" | |
| 2123 | b36.MeshType = Enum.MeshType.FileMesh | |
| 2124 | b36.Name = "Mesh" | |
| 2125 | b36.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024) | |
| 2126 | w1 = Instance.new("Weld", p2)
| |
| 2127 | w1.Name = "Joint" | |
| 2128 | w1.Part0 = p2 | |
| 2129 | w1.C0 = CFrame.new(-0.211238861, -0.0362606049, -0.0810072422, -0.57012105, 0.811055779, -0.130959615, -0.254106343, -0.022495009, 0.966914535, 0.781275749, 0.584536016, 0.218919396) | |
| 2130 | w1.Part1 = p18 | |
| 2131 | w1.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 2132 | w2 = Instance.new("Weld", p3)
| |
| 2133 | w2.Name = "Joint" | |
| 2134 | w2.Part0 = p3 | |
| 2135 | w2.C0 = CFrame.new(0, 0, -0.470001936, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 2136 | w2.Part1 = p1 | |
| 2137 | w2.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 2138 | w3 = Instance.new("Weld", p4)
| |
| 2139 | w3.Name = "Joint" | |
| 2140 | w3.Part0 = p4 | |
| 2141 | w3.C0 = CFrame.new(0, 0.0299999714, -0.900000334, 1, 0, 0, 0, -4.37113883e-008, -1, 0, 1, -4.37113883e-008) | |
| 2142 | w3.Part1 = p1 | |
| 2143 | w3.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 2144 | w4 = Instance.new("Weld", p5)
| |
| 2145 | w4.Name = "Joint" | |
| 2146 | w4.Part0 = p5 | |
| 2147 | w4.C0 = CFrame.new(2.38418579e-007, 0.5, 0.0500030518, -1, -9.67369829e-009, -5.33850759e-008, 4.45892816e-008, -0.707106829, -0.707106769, -3.09086161e-008, -0.707106769, 0.707106829) | |
| 2148 | w4.Part1 = p7 | |
| 2149 | w4.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 2150 | w5 = Instance.new("Weld", p6)
| |
| 2151 | w5.Name = "Joint" | |
| 2152 | w5.Part0 = p6 | |
| 2153 | w5.C0 = CFrame.new(0, 0.5, 0.0500030518, 1, -1.28027651e-008, 3.09086197e-008, -1.28027686e-008, 0.707106829, 0.707106769, -3.09086161e-008, -0.707106769, 0.707106829) | |
| 2154 | w5.Part1 = p7 | |
| 2155 | w5.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 2156 | w6 = Instance.new("Weld", p7)
| |
| 2157 | w6.Name = "Joint" | |
| 2158 | w6.Part0 = p7 | |
| 2159 | w6.C0 = CFrame.new(-0.400002003, 0.070712328, -0.0707120895, -3.09086197e-008, -7.46200044e-008, -1, -0.707106829, -0.707106769, 7.46200044e-008, -0.707106769, 0.707106829, -3.09086197e-008) | |
| 2160 | w6.Part1 = p1 | |
| 2161 | w6.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 2162 | w7 = Instance.new("Weld", p8)
| |
| 2163 | w7.Name = "Joint" | |
| 2164 | w7.Part0 = p8 | |
| 2165 | w7.C0 = CFrame.new(-0.0200009346, -2.38418579e-007, -1, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008) | |
| 2166 | w7.Part1 = p1 | |
| 2167 | w7.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 2168 | w8 = Instance.new("Weld", p9)
| |
| 2169 | w8.Name = "Joint" | |
| 2170 | w8.Part0 = p9 | |
| 2171 | w8.C0 = CFrame.new(-0.0200009346, -2.38418579e-007, 1, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008) | |
| 2172 | w8.Part1 = p1 | |
| 2173 | w8.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 2174 | w9 = Instance.new("Weld", p10)
| |
| 2175 | w9.Name = "Joint" | |
| 2176 | w9.Part0 = p10 | |
| 2177 | w9.C0 = CFrame.new(0, 0.0399997234, 1.04999948, 1, 0, 0, 0, -4.37113883e-008, -1, 0, 1, -4.37113883e-008) | |
| 2178 | w9.Part1 = p1 | |
| 2179 | w9.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 2180 | w10 = Instance.new("Weld", p11)
| |
| 2181 | w10.Name = "Joint" | |
| 2182 | w10.Part0 = p11 | |
| 2183 | w10.C0 = CFrame.new(0.100000024, 0.202390671, -0.0392093658, 0.450589836, 0.596651673, -0.664059937, 0.644212067, 0.297646403, 0.704554796, 0.618028879, -0.745260656, -0.250253737) | |
| 2184 | w10.Part1 = p19 | |
| 2185 | w10.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 2186 | w11 = Instance.new("Weld", p12)
| |
| 2187 | w11.Name = "Joint" | |
| 2188 | w11.Part0 = p12 | |
| 2189 | w11.C0 = CFrame.new(0.479997993, 0.0499999784, 0.25, -4.37113883e-008, -4.37113883e-008, 1, -1, 1.91068547e-015, -4.37113883e-008, 0, -1, -4.37113883e-008) | |
| 2190 | w11.Part1 = p1 | |
| 2191 | w11.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 2192 | w12 = Instance.new("Weld", p13)
| |
| 2193 | w12.Name = "Joint" | |
| 2194 | w12.Part0 = p13 | |
| 2195 | w12.C0 = CFrame.new(-0.1545012, 0.138720512, 0.0829834938, 0.373496056, -0.501174688, -0.780592561, -0.602336764, 0.50893271, -0.614961803, 0.70547235, 0.699865282, -0.111791633) | |
| 2196 | w12.Part1 = p35 | |
| 2197 | w12.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 2198 | w13 = Instance.new("Weld", p14)
| |
| 2199 | w13.Name = "Joint" | |
| 2200 | w13.Part0 = p14 | |
| 2201 | w13.C0 = CFrame.new(-0.172863483, 0.0578804016, -0.0258672237, -0.849803627, -0.326939017, 0.413454711, 0.506076992, -0.286759645, 0.813421786, -0.147377193, 0.900488615, 0.409145683) | |
| 2202 | w13.Part1 = p34 | |
| 2203 | w13.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 2204 | w14 = Instance.new("Weld", p15)
| |
| 2205 | w14.Name = "Joint" | |
| 2206 | w14.Part0 = p15 | |
| 2207 | w14.C0 = CFrame.new(0.0923810005, -0.190912724, -0.00442934036, -0.0371075198, 0.56231159, -0.826092422, -0.73737216, -0.573347449, -0.357148677, -0.674466848, 0.595884562, 0.435908347) | |
| 2208 | w14.Part1 = p16 | |
| 2209 | w14.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 2210 | w15 = Instance.new("Weld", p16)
| |
| 2211 | w15.Name = "Joint" | |
| 2212 | w15.Part0 = p16 | |
| 2213 | w15.C0 = CFrame.new(0.0876817107, 0.204583645, -0.0213780403, 0.074026458, 0.445441723, -0.892245352, -0.0624118894, 0.895015597, 0.441646636, 0.995301366, 0.022993207, 0.0940556675) | |
| 2214 | w15.Part1 = p20 | |
| 2215 | w15.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 2216 | w16 = Instance.new("Weld", p17)
| |
| 2217 | w16.Name = "Joint" | |
| 2218 | w16.Part0 = p17 | |
| 2219 | w16.C0 = CFrame.new(0.156466246, -0.194725513, -0.0100102425, -0.460608691, 0.227749109, -0.85788697, 0.80572325, -0.29817903, -0.51176101, -0.372357011, -0.926941037, -0.0461589098) | |
| 2220 | w16.Part1 = p14 | |
| 2221 | w16.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 2222 | w17 = Instance.new("Weld", p18)
| |
| 2223 | w17.Name = "Joint" | |
| 2224 | w17.Part0 = p18 | |
| 2225 | w17.C0 = CFrame.new(0.046289444, -0.199023724, 0.0569794178, 0.154631272, -0.0373091251, -0.987267554, -0.489805043, 0.864940584, -0.109402351, 0.858009458, 0.500485599, 0.115472674) | |
| 2226 | w17.Part1 = p17 | |
| 2227 | w17.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 2228 | w18 = Instance.new("Weld", p19)
| |
| 2229 | w18.Name = "Joint" | |
| 2230 | w18.Part0 = p19 | |
| 2231 | w18.C0 = CFrame.new(0.211536884, -0.0502645969, -0.0522158146, 0.728958309, 0.445444137, 0.519806981, -0.683894217, 0.440442294, 0.581635118, 0.0301409438, -0.779480696, 0.625700712) | |
| 2232 | w18.Part1 = p21 | |
| 2233 | w18.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 2234 | w19 = Instance.new("Weld", p20)
| |
| 2235 | w19.Name = "Joint" | |
| 2236 | w19.Part0 = p20 | |
| 2237 | w19.C0 = CFrame.new(0.0722160339, 0.164483547, 0.0522456169, 0.148452476, 0.216069669, 0.965026319, 0.508259654, 0.820421398, -0.261879444, -0.848312438, 0.529360592, 0.0119740963) | |
| 2238 | w19.Part1 = p11 | |
| 2239 | w19.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 2240 | w20 = Instance.new("Weld", p21)
| |
| 2241 | w20.Name = "Joint" | |
| 2242 | w20.Part0 = p21 | |
| 2243 | w20.C0 = CFrame.new(0.246201992, 0.0183468163, 0.0393443108, 0.980159461, 0.195441127, 0.0330170989, -0.100333519, 0.345563769, 0.933016002, 0.170940176, -0.917817175, 0.358316928) | |
| 2244 | w20.Part1 = p22 | |
| 2245 | w20.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 2246 | w21 = Instance.new("Weld", p22)
| |
| 2247 | w21.Name = "Joint" | |
| 2248 | w21.Part0 = p22 | |
| 2249 | w21.C0 = CFrame.new(0.246201515, 0.0183467865, 0.0393443108, 0.96721822, 0.235350817, 0.0953874439, -0.0782081187, -0.0813006833, 0.993616521, 0.241603509, -0.968504071, -0.060229145) | |
| 2250 | w21.Part1 = p23 | |
| 2251 | w21.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 2252 | w22 = Instance.new("Weld", p23)
| |
| 2253 | w22.Name = "Joint" | |
| 2254 | w22.Part0 = p23 | |
| 2255 | w22.C0 = CFrame.new(0.196961403, 0.014677465, 0.031475544, 0.966579735, -0.137344033, 0.21647194, 0.256335169, 0.504686236, -0.824368834, 0.0039717555, 0.852307677, 0.523025632) | |
| 2256 | w22.Part1 = p24 | |
| 2257 | w22.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 2258 | w23 = Instance.new("Weld", p24)
| |
| 2259 | w23.Name = "Joint" | |
| 2260 | w23.Part0 = p24 | |
| 2261 | w23.C0 = CFrame.new(0.16540432, 0.0485391617, -0.0527825356, -0.208951756, 0.968707323, 0.133960381, -0.0571475253, 0.124654606, -0.990553021, -0.976254702, -0.214633241, 0.0293123852) | |
| 2262 | w23.Part1 = p25 | |
| 2263 | w23.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 2264 | w24 = Instance.new("Weld", p25)
| |
| 2265 | w24.Name = "Joint" | |
| 2266 | w24.Part0 = p25 | |
| 2267 | w24.C0 = CFrame.new(0.136999726, 0.131462574, -0.0802993774, 0.0322127938, 0.557586372, -0.829493642, -0.185464859, 0.81884563, 0.543226421, 0.982122838, 0.136343077, 0.129789978) | |
| 2268 | w24.Part1 = p26 | |
| 2269 | w24.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 2270 | w25 = Instance.new("Weld", p26)
| |
| 2271 | w25.Name = "Joint" | |
| 2272 | w25.Part0 = p26 | |
| 2273 | w25.C0 = CFrame.new(-0.0791475773, 0.161348343, 0.014251709, -0.2480997, -0.814228892, -0.524859786, -0.266315132, 0.578250885, -0.771169424, 0.931409001, -0.0515488982, -0.360305429) | |
| 2274 | w25.Part1 = p27 | |
| 2275 | w25.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 2276 | w26 = Instance.new("Weld", p27)
| |
| 2277 | w26.Name = "Joint" | |
| 2278 | w26.Part0 = p27 | |
| 2279 | w26.C0 = CFrame.new(-0.104925156, 0.167636156, -0.0298128128, 0.401087224, -0.216573805, 0.890070021, -0.510172248, 0.754199564, 0.413409412, -0.760824084, -0.619902253, 0.192009777) | |
| 2280 | w26.Part1 = p28 | |
| 2281 | w26.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 2282 | w27 = Instance.new("Weld", p28)
| |
| 2283 | w27.Name = "Joint" | |
| 2284 | w27.Part0 = p28 | |
| 2285 | w27.C0 = CFrame.new(-0.131156445, 0.209545135, -0.037266016, 0.338400394, -0.252909899, 0.906378388, -0.549903035, 0.728472173, 0.408576787, -0.763604522, -0.636682749, 0.10743928) | |
| 2286 | w27.Part1 = p29 | |
| 2287 | w27.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 2288 | w28 = Instance.new("Weld", p29)
| |
| 2289 | w28.Name = "Joint" | |
| 2290 | w28.Part0 = p29 | |
| 2291 | w28.C0 = CFrame.new(-0.0782968998, 0.176962137, -0.0710916519, -0.250144869, -0.239018306, -0.938241899, 0.254374206, 0.918783069, -0.301879942, 0.934195518, -0.314178288, -0.169028759) | |
| 2292 | w28.Part1 = p30 | |
| 2293 | w28.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 2294 | w29 = Instance.new("Weld", p30)
| |
| 2295 | w29.Name = "Joint" | |
| 2296 | w29.Part0 = p30 | |
| 2297 | w29.C0 = CFrame.new(-0.097776413, 0.186868906, -0.022808075, 0.547942579, -0.39773193, 0.735913277, -0.0455548018, 0.864242792, 0.501007974, -0.835274637, -0.30804801, 0.455436885) | |
| 2298 | w29.Part1 = p31 | |
| 2299 | w29.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 2300 | w30 = Instance.new("Weld", p31)
| |
| 2301 | w30.Name = "Joint" | |
| 2302 | w30.Part0 = p31 | |
| 2303 | w30.C0 = CFrame.new(-0.0498166084, 0.243983507, -0.0221347809, 0.0954426825, -0.396762908, -0.912945747, 0.131352007, 0.914132595, -0.38354671, 0.986730695, -0.0833105743, 0.139362901) | |
| 2304 | w30.Part1 = p32 | |
| 2305 | w30.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 2306 | w31 = Instance.new("Weld", p32)
| |
| 2307 | w31.Name = "Joint" | |
| 2308 | w31.Part0 = p32 | |
| 2309 | w31.C0 = CFrame.new(-0.144081593, 0.194519997, -0.0624723434, 0.795092285, -0.270274341, 0.542936563, -0.198274553, 0.730186164, 0.653846622, -0.573162735, -0.627518892, 0.526976764) | |
| 2310 | w31.Part1 = p33 | |
| 2311 | w31.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 2312 | w32 = Instance.new("Weld", p33)
| |
| 2313 | w32.Name = "Joint" | |
| 2314 | w32.Part0 = p33 | |
| 2315 | w32.C0 = CFrame.new(-0.0938563347, 0.176145077, 0.0128297806, 0.0848137587, -0.421895206, -0.902668893, -0.548244178, 0.736708403, -0.39583993, 0.832006574, 0.528455555, -0.168818489) | |
| 2316 | w32.Part1 = p13 | |
| 2317 | w32.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 2318 | w33 = Instance.new("Weld", p34)
| |
| 2319 | w33.Name = "Joint" | |
| 2320 | w33.Part0 = p34 | |
| 2321 | w33.C0 = CFrame.new(-0.0178728104, 0.0120868683, -0.150204837, -0.0961361453, -0.635109425, 0.766416311, 0.0535250939, 0.765570045, 0.641122162, -0.993928015, 0.102657512, -0.0396046676) | |
| 2322 | w33.Part1 = p12 | |
| 2323 | w33.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 2324 | w34 = Instance.new("Weld", p35)
| |
| 2325 | w34.Name = "Joint" | |
| 2326 | w34.Part0 = p35 | |
| 2327 | w34.C0 = CFrame.new(-0.0214147568, 0.185832024, -0.00280380249, 0.370351821, -0.344516218, -0.862640202, -0.918555975, 0.00231964141, -0.395284295, 0.138182849, 0.938777506, -0.315598398) | |
| 2328 | w34.Part1 = p36 | |
| 2329 | w34.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 2330 | w35 = Instance.new("Weld", p36)
| |
| 2331 | w35.Name = "Joint" | |
| 2332 | w35.Part0 = p36 | |
| 2333 | w35.C0 = CFrame.new(-0.136966705, -0.109280109, -0.0655572414, 0.678235054, 0.463834167, -0.569960475, 0.250202835, 0.583515286, 0.772598565, 0.690938354, -0.666609228, 0.279707849) | |
| 2334 | w35.Part1 = p2 | |
| 2335 | w35.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 2336 | m3.Parent = torso | |
| 2337 | m3:MakeJoints() | |
| 2338 | ---------------------------------------------------- | |
| 2339 | local cor3 = Instance.new("Part", torso.Torso)
| |
| 2340 | cor3.Name = "Thingy" | |
| 2341 | cor3.Locked = true | |
| 2342 | cor3.BottomSurface = 0 | |
| 2343 | cor3.CanCollide = false | |
| 2344 | cor3.Size = Vector3.new(1, 1, 1) | |
| 2345 | cor3.Transparency = 1 | |
| 2346 | cor3.TopSurface = 0 | |
| 2347 | corw3 = Instance.new("Weld", cor3)
| |
| 2348 | corw3.Part0 = torso | |
| 2349 | corw3.Part1 = cor3 | |
| 2350 | corw3.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)) | |
| 2351 | corw3.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)) | |
| 2352 | weld3 = Instance.new("Weld", torso.Torso)
| |
| 2353 | weld3.Part0 = cor3 | |
| 2354 | weld3.Part1 = torso.Torso.TorsoPlate | |
| 2355 | weld3.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)) | |
| 2356 | --Left Leg | |
| 2357 | m4 = Instance.new("Model")
| |
| 2358 | m4.Name = "LeftLeg" | |
| 2359 | p1 = Instance.new("Part", m4)
| |
| 2360 | - | p1.BrickColor = BrickColor.new("Really black")
|
| 2360 | + | p1.BrickColor = BrickColor.new("Smoky grey")
|
| 2361 | p1.Material = Enum.Material.Metal | |
| 2362 | p1.Name = "LeftLegPlate" | |
| 2363 | p1.CFrame = CFrame.new(-1.5, 4.74442291, -7.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 2364 | p1.Anchored = false | |
| 2365 | p1.CanCollide = false | |
| 2366 | p1.FormFactor = Enum.FormFactor.Custom | |
| 2367 | p1.Size = Vector3.new(1, 2, 1) | |
| 2368 | p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2369 | p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2370 | p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2371 | p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2372 | p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2373 | p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2374 | b1 = Instance.new("SpecialMesh", p1)
| |
| 2375 | b1.MeshType = Enum.MeshType.Brick | |
| 2376 | b1.Name = "Mesh" | |
| 2377 | b1.Scale = Vector3.new(1.01999998, 1, 1.01999998) | |
| 2378 | p2 = Instance.new("Part", m4)
| |
| 2379 | - | p2.BrickColor = BrickColor.new("Really black")
|
| 2379 | + | p2.BrickColor = BrickColor.new("Smoky grey")
|
| 2380 | p2.Material = Enum.Material.Metal | |
| 2381 | p2.CFrame = CFrame.new(-2.0999999, 5.44442606, -7.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 2382 | p2.Anchored = false | |
| 2383 | p2.CanCollide = false | |
| 2384 | p2.FormFactor = Enum.FormFactor.Custom | |
| 2385 | p2.Size = Vector3.new(0.239999995, 0.300000012, 0.899999976) | |
| 2386 | p2.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2387 | p2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2388 | p2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2389 | p2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2390 | p2.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2391 | p2.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2392 | b2 = Instance.new("SpecialMesh", p2)
| |
| 2393 | b2.MeshType = Enum.MeshType.Brick | |
| 2394 | b2.Name = "Mesh" | |
| 2395 | b2.Scale = Vector3.new(1.01999998, 1, 1.01999998) | |
| 2396 | p3 = Instance.new("Part", m4)
| |
| 2397 | - | p3.BrickColor = BrickColor.new("Really black")
|
| 2397 | + | p3.BrickColor = BrickColor.new("Smoky grey")
|
| 2398 | p3.Material = Enum.Material.Metal | |
| 2399 | p3.CFrame = CFrame.new(-2.0999999, 5.04442501, -7.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 2400 | p3.Anchored = false | |
| 2401 | p3.CanCollide = false | |
| 2402 | p3.FormFactor = Enum.FormFactor.Custom | |
| 2403 | p3.Size = Vector3.new(0.200000003, 0.600000024, 0.800000012) | |
| 2404 | p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2405 | p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2406 | p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2407 | p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2408 | p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2409 | p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2410 | b3 = Instance.new("SpecialMesh", p3)
| |
| 2411 | b3.MeshType = Enum.MeshType.Brick | |
| 2412 | b3.Name = "Mesh" | |
| 2413 | b3.Scale = Vector3.new(1.01999998, 1, 1.01999998) | |
| 2414 | p4 = Instance.new("Part", m4)
| |
| 2415 | - | p4.BrickColor = BrickColor.new("Black")
|
| 2415 | + | p4.BrickColor = BrickColor.new("White")
|
| 2416 | p4.Material = Enum.Material.Metal | |
| 2417 | p4.CFrame = CFrame.new(-1.5, 4.74442291, -7.02999783, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 2418 | p4.Anchored = false | |
| 2419 | p4.CanCollide = false | |
| 2420 | p4.FormFactor = Enum.FormFactor.Custom | |
| 2421 | p4.Size = Vector3.new(1, 2, 0.200000018) | |
| 2422 | p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2423 | p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2424 | p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2425 | p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2426 | p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2427 | p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2428 | b4 = Instance.new("SpecialMesh", p4)
| |
| 2429 | b4.MeshType = Enum.MeshType.Brick | |
| 2430 | b4.Name = "Mesh" | |
| 2431 | b4.Scale = Vector3.new(1, 1.01999998, 1.01999998) | |
| 2432 | p5 = Instance.new("Part", m4)
| |
| 2433 | - | p5.BrickColor = BrickColor.new("Black")
|
| 2433 | + | p5.BrickColor = BrickColor.new("White")
|
| 2434 | p5.Material = Enum.Material.Metal | |
| 2435 | p5.CFrame = CFrame.new(-2, 4.74442291, -7.47999907, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008) | |
| 2436 | p5.Anchored = false | |
| 2437 | p5.CanCollide = false | |
| 2438 | p5.FormFactor = Enum.FormFactor.Custom | |
| 2439 | p5.Size = Vector3.new(1, 2, 0.200000018) | |
| 2440 | p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2441 | p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2442 | p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2443 | p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2444 | p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2445 | p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2446 | b5 = Instance.new("SpecialMesh", p5)
| |
| 2447 | b5.MeshType = Enum.MeshType.Brick | |
| 2448 | b5.Name = "Mesh" | |
| 2449 | b5.Scale = Vector3.new(1, 1.01999998, 1.01999998) | |
| 2450 | p6 = Instance.new("Part", m4)
| |
| 2451 | - | p6.BrickColor = BrickColor.new("Black")
|
| 2451 | + | p6.BrickColor = BrickColor.new("White")
|
| 2452 | p6.Material = Enum.Material.Metal | |
| 2453 | p6.CFrame = CFrame.new(-1.50999999, 3.74442887, -7.5, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008) | |
| 2454 | p6.Anchored = false | |
| 2455 | p6.CanCollide = false | |
| 2456 | p6.FormFactor = Enum.FormFactor.Custom | |
| 2457 | p6.Size = Vector3.new(1, 0.200000048, 0.980000019) | |
| 2458 | p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2459 | p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2460 | p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2461 | p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2462 | p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2463 | p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2464 | b6 = Instance.new("SpecialMesh", p6)
| |
| 2465 | b6.MeshType = Enum.MeshType.Brick | |
| 2466 | b6.Name = "Mesh" | |
| 2467 | b6.Scale = Vector3.new(1, 1.01999998, 1.01999998) | |
| 2468 | p7 = Instance.new("Part", m4)
| |
| 2469 | - | p7.BrickColor = BrickColor.new("Black")
|
| 2469 | + | p7.BrickColor = BrickColor.new("White")
|
| 2470 | p7.Material = Enum.Material.Metal | |
| 2471 | p7.CFrame = CFrame.new(-1.5, 5.74442291, -7.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 2472 | p7.Anchored = false | |
| 2473 | p7.CanCollide = false | |
| 2474 | p7.FormFactor = Enum.FormFactor.Custom | |
| 2475 | p7.Size = Vector3.new(1, 0.200000048, 0.99000001) | |
| 2476 | p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2477 | p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2478 | p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2479 | p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2480 | p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2481 | p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2482 | b7 = Instance.new("SpecialMesh", p7)
| |
| 2483 | b7.MeshType = Enum.MeshType.Brick | |
| 2484 | b7.Name = "Mesh" | |
| 2485 | b7.Scale = Vector3.new(1, 1.01999998, 1.01999998) | |
| 2486 | w1 = Instance.new("Weld", p2)
| |
| 2487 | w1.Name = "Joint" | |
| 2488 | w1.Part0 = p2 | |
| 2489 | w1.C0 = CFrame.new(0, -0.40000093, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 2490 | w1.Part1 = p3 | |
| 2491 | w1.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 2492 | w2 = Instance.new("Weld", p3)
| |
| 2493 | w2.Name = "Joint" | |
| 2494 | w2.Part0 = p3 | |
| 2495 | w2.C0 = CFrame.new(0.0999999046, -0.300002098, 0.0200009346, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008) | |
| 2496 | w2.Part1 = p5 | |
| 2497 | w2.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 2498 | w3 = Instance.new("Weld", p4)
| |
| 2499 | w3.Name = "Joint" | |
| 2500 | w3.Part0 = p4 | |
| 2501 | w3.C0 = CFrame.new(0, 0, -0.470002174, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 2502 | w3.Part1 = p1 | |
| 2503 | w3.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 2504 | w4 = Instance.new("Weld", p5)
| |
| 2505 | w4.Name = "Joint" | |
| 2506 | w4.Part0 = p5 | |
| 2507 | w4.C0 = CFrame.new(-0.0200009346, 0, -0.5, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008) | |
| 2508 | w4.Part1 = p1 | |
| 2509 | w4.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 2510 | w5 = Instance.new("Weld", p6)
| |
| 2511 | w5.Name = "Joint" | |
| 2512 | w5.Part0 = p6 | |
| 2513 | w5.C0 = CFrame.new(0, 0.99999404, -0.00999999046, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008) | |
| 2514 | w5.Part1 = p1 | |
| 2515 | w5.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 2516 | w6 = Instance.new("Weld", p7)
| |
| 2517 | w6.Name = "Joint" | |
| 2518 | w6.Part0 = p7 | |
| 2519 | w6.C0 = CFrame.new(0, -1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 2520 | w6.Part1 = p1 | |
| 2521 | w6.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 2522 | m4.Parent = lleg | |
| 2523 | m4:MakeJoints() | |
| 2524 | ---------------------------------------------------- | |
| 2525 | local cor4 = Instance.new("Part", lleg.LeftLeg)
| |
| 2526 | cor4.Name = "Thingy" | |
| 2527 | cor4.Locked = true | |
| 2528 | cor4.BottomSurface = 0 | |
| 2529 | cor4.CanCollide = false | |
| 2530 | cor4.Size = Vector3.new(1, 1, 1) | |
| 2531 | cor4.Transparency = 1 | |
| 2532 | cor4.TopSurface = 0 | |
| 2533 | corw4 = Instance.new("Weld", cor4)
| |
| 2534 | corw4.Part0 = lleg | |
| 2535 | corw4.Part1 = cor4 | |
| 2536 | corw4.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)) | |
| 2537 | corw4.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)) | |
| 2538 | weld4 = Instance.new("Weld", lleg.LeftLeg)
| |
| 2539 | weld4.Part0 = cor4 | |
| 2540 | weld4.Part1 = lleg.LeftLeg.LeftLegPlate | |
| 2541 | weld4.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)) | |
| 2542 | --Right Leg | |
| 2543 | m5 = Instance.new("Model")
| |
| 2544 | m5.Name = "RightLeg" | |
| 2545 | p1 = Instance.new("Part", m5)
| |
| 2546 | - | p1.BrickColor = BrickColor.new("Really black")
|
| 2546 | + | p1.BrickColor = BrickColor.new("Smoky grey")
|
| 2547 | p1.Material = Enum.Material.Metal | |
| 2548 | p1.Name = "RightLegPlate" | |
| 2549 | p1.CFrame = CFrame.new(1.5, 4.74441528, -7.49999952, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 2550 | p1.Anchored = false | |
| 2551 | p1.CanCollide = false | |
| 2552 | p1.CanCollide = false | |
| 2553 | p1.FormFactor = Enum.FormFactor.Custom | |
| 2554 | p1.Size = Vector3.new(1, 2, 1) | |
| 2555 | p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2556 | p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2557 | p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2558 | p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2559 | p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2560 | p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2561 | b1 = Instance.new("SpecialMesh", p1)
| |
| 2562 | b1.MeshType = Enum.MeshType.Brick | |
| 2563 | b1.Name = "Mesh" | |
| 2564 | b1.Scale = Vector3.new(1.01999998, 1, 1.01999998) | |
| 2565 | p2 = Instance.new("Part", m5)
| |
| 2566 | - | p2.BrickColor = BrickColor.new("Really black")
|
| 2566 | + | p2.BrickColor = BrickColor.new("Smoky grey")
|
| 2567 | p2.Material = Enum.Material.Metal | |
| 2568 | p2.CFrame = CFrame.new(2.05000019, 5.44441557, -7.49999952, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 2569 | p2.Anchored = false | |
| 2570 | p2.CanCollide = false | |
| 2571 | p2.FormFactor = Enum.FormFactor.Custom | |
| 2572 | p2.Size = Vector3.new(0.239999995, 0.300000012, 0.899999976) | |
| 2573 | p2.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2574 | p2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2575 | p2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2576 | p2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2577 | p2.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2578 | p2.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2579 | b2 = Instance.new("SpecialMesh", p2)
| |
| 2580 | b2.MeshType = Enum.MeshType.Brick | |
| 2581 | b2.Name = "Mesh" | |
| 2582 | b2.Scale = Vector3.new(1.01999998, 1, 1.01999998) | |
| 2583 | p3 = Instance.new("Part", m5)
| |
| 2584 | - | p3.BrickColor = BrickColor.new("Really black")
|
| 2584 | + | p3.BrickColor = BrickColor.new("Smoky grey")
|
| 2585 | p3.Material = Enum.Material.Metal | |
| 2586 | p3.CFrame = CFrame.new(2.05000019, 5.04441547, -7.49999952, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 2587 | p3.Anchored = false | |
| 2588 | p3.CanCollide = false | |
| 2589 | p3.FormFactor = Enum.FormFactor.Custom | |
| 2590 | p3.Size = Vector3.new(0.200000003, 0.600000024, 0.800000012) | |
| 2591 | p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2592 | p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2593 | p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2594 | p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2595 | p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2596 | p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2597 | b3 = Instance.new("SpecialMesh", p3)
| |
| 2598 | b3.MeshType = Enum.MeshType.Brick | |
| 2599 | b3.Name = "Mesh" | |
| 2600 | b3.Scale = Vector3.new(1.01999998, 1, 1.01999998) | |
| 2601 | p4 = Instance.new("Part", m5)
| |
| 2602 | - | p4.BrickColor = BrickColor.new("Black")
|
| 2602 | + | p4.BrickColor = BrickColor.new("White")
|
| 2603 | p4.Material = Enum.Material.Metal | |
| 2604 | p4.CFrame = CFrame.new(1.5, 4.74441528, -7.0299983, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 2605 | p4.Anchored = false | |
| 2606 | p4.CanCollide = false | |
| 2607 | p4.FormFactor = Enum.FormFactor.Custom | |
| 2608 | p4.Size = Vector3.new(1, 2, 0.200000018) | |
| 2609 | p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2610 | p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2611 | p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2612 | p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2613 | p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2614 | p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2615 | b4 = Instance.new("SpecialMesh", p4)
| |
| 2616 | b4.MeshType = Enum.MeshType.Brick | |
| 2617 | b4.Name = "Mesh" | |
| 2618 | b4.Scale = Vector3.new(1, 1.01999998, 1.01999998) | |
| 2619 | p5 = Instance.new("Part", m5)
| |
| 2620 | - | p5.BrickColor = BrickColor.new("Black")
|
| 2620 | + | p5.BrickColor = BrickColor.new("White")
|
| 2621 | p5.Material = Enum.Material.Metal | |
| 2622 | p5.CFrame = CFrame.new(2, 4.74441528, -7.47999907, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008) | |
| 2623 | p5.Anchored = false | |
| 2624 | p5.CanCollide = false | |
| 2625 | p5.FormFactor = Enum.FormFactor.Custom | |
| 2626 | p5.Size = Vector3.new(1, 2, 0.200000018) | |
| 2627 | p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2628 | p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2629 | p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2630 | p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2631 | p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2632 | p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2633 | b5 = Instance.new("SpecialMesh", p5)
| |
| 2634 | b5.MeshType = Enum.MeshType.Brick | |
| 2635 | b5.Name = "Mesh" | |
| 2636 | b5.Scale = Vector3.new(1, 1.01999998, 1.01999998) | |
| 2637 | p6 = Instance.new("Part", m5)
| |
| 2638 | - | p6.BrickColor = BrickColor.new("Black")
|
| 2638 | + | p6.BrickColor = BrickColor.new("White")
|
| 2639 | p6.Material = Enum.Material.Metal | |
| 2640 | p6.CFrame = CFrame.new(1.505, 3.74442124, -7.49999952, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008) | |
| 2641 | p6.Anchored = false | |
| 2642 | p6.CanCollide = false | |
| 2643 | p6.FormFactor = Enum.FormFactor.Custom | |
| 2644 | p6.Size = Vector3.new(1, 0.200000048, 0.99000001) | |
| 2645 | p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2646 | p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2647 | p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2648 | p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2649 | p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2650 | p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2651 | b6 = Instance.new("SpecialMesh", p6)
| |
| 2652 | b6.MeshType = Enum.MeshType.Brick | |
| 2653 | b6.Name = "Mesh" | |
| 2654 | b6.Scale = Vector3.new(1, 1.01999998, 1.01999998) | |
| 2655 | p7 = Instance.new("Part", m5)
| |
| 2656 | - | p7.BrickColor = BrickColor.new("Black")
|
| 2656 | + | p7.BrickColor = BrickColor.new("White")
|
| 2657 | p7.Material = Enum.Material.Metal | |
| 2658 | p7.CFrame = CFrame.new(1.505, 5.69442129, -7.49999952, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008) | |
| 2659 | p7.Anchored = false | |
| 2660 | p7.CanCollide = false | |
| 2661 | p7.FormFactor = Enum.FormFactor.Custom | |
| 2662 | p7.Size = Vector3.new(1, 0.200000048, 0.99000001) | |
| 2663 | p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2664 | p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2665 | p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2666 | p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2667 | p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2668 | p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2669 | b7 = Instance.new("SpecialMesh", p7)
| |
| 2670 | b7.MeshType = Enum.MeshType.Brick | |
| 2671 | b7.Name = "Mesh" | |
| 2672 | b7.Scale = Vector3.new(1, 1.01999998, 1.01999998) | |
| 2673 | w1 = Instance.new("Weld", p2)
| |
| 2674 | w1.Name = "Joint" | |
| 2675 | w1.Part0 = p2 | |
| 2676 | w1.C0 = CFrame.new(0, -0.400000095, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 2677 | w1.Part1 = p3 | |
| 2678 | w1.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 2679 | w2 = Instance.new("Weld", p3)
| |
| 2680 | w2.Name = "Joint" | |
| 2681 | w2.Part0 = p3 | |
| 2682 | w2.C0 = CFrame.new(-0.0500001907, -0.300000191, 0.0200004578, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008) | |
| 2683 | w2.Part1 = p5 | |
| 2684 | w2.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 2685 | w3 = Instance.new("Weld", p4)
| |
| 2686 | w3.Name = "Joint" | |
| 2687 | w3.Part0 = p4 | |
| 2688 | w3.C0 = CFrame.new(0, 0, -0.470001221, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 2689 | w3.Part1 = p1 | |
| 2690 | w3.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 2691 | w4 = Instance.new("Weld", p5)
| |
| 2692 | w4.Name = "Joint" | |
| 2693 | w4.Part0 = p5 | |
| 2694 | w4.C0 = CFrame.new(-0.0200004578, 0, 0.5, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008) | |
| 2695 | w4.Part1 = p1 | |
| 2696 | w4.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 2697 | w5 = Instance.new("Weld", p6)
| |
| 2698 | w5.Name = "Joint" | |
| 2699 | w5.Part0 = p6 | |
| 2700 | w5.C0 = CFrame.new(0, 0.99999404, 0.00499999523, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008) | |
| 2701 | w5.Part1 = p1 | |
| 2702 | w5.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 2703 | w6 = Instance.new("Weld", p7)
| |
| 2704 | w6.Name = "Joint" | |
| 2705 | w6.Part0 = p7 | |
| 2706 | w6.C0 = CFrame.new(0, -0.950006008, 0.00499999523, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008) | |
| 2707 | w6.Part1 = p1 | |
| 2708 | w6.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 2709 | m5.Parent = rleg | |
| 2710 | m5:MakeJoints() | |
| 2711 | ---------------------------------------------------- | |
| 2712 | local cor5 = Instance.new("Part", rleg.RightLeg)
| |
| 2713 | cor5.Name = "Thingy" | |
| 2714 | cor5.Locked = true | |
| 2715 | cor5.BottomSurface = 0 | |
| 2716 | cor5.CanCollide = false | |
| 2717 | cor5.Size = Vector3.new(1, 1, 1) | |
| 2718 | cor5.Transparency = 1 | |
| 2719 | cor5.TopSurface = 0 | |
| 2720 | corw5 = Instance.new("Weld", cor5)
| |
| 2721 | corw5.Part0 = rleg | |
| 2722 | corw5.Part1 = cor5 | |
| 2723 | corw5.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)) | |
| 2724 | corw5.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)) | |
| 2725 | wld5 = Instance.new("Weld", rleg.RightLeg)
| |
| 2726 | wld5.Part0 = cor5 | |
| 2727 | wld5.Part1 = rleg.RightLeg.RightLegPlate | |
| 2728 | wld5.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)) | |
| 2729 | --Cape | |
| 2730 | m6 = Instance.new("Model")
| |
| 2731 | m6.Name = "Cloak" | |
| 2732 | p1 = Instance.new("WedgePart", m6)
| |
| 2733 | - | p1.BrickColor = BrickColor.new("Crimson")
|
| 2733 | + | p1.BrickColor = BrickColor.new("Institutional white")
|
| 2734 | - | p1.Material = Enum.Material.SmoothPlastic |
| 2734 | + | p1.Material = Enum.Material.Granite |
| 2735 | p1.Name = "Wedge" | |
| 2736 | p1.Transparency = 1 | |
| 2737 | p1.CFrame = CFrame.new(0.959278464, 4.40979004, 4.03967237, 0, 0, -1, 0, 1, 0, 1, 0, 0) | |
| 2738 | p1.CanCollide = false | |
| 2739 | p1.Locked = true | |
| 2740 | p1.FormFactor = Enum.FormFactor.Custom | |
| 2741 | p1.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636) | |
| 2742 | p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2743 | p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2744 | p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2745 | p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2746 | p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2747 | p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2748 | b1 = Instance.new("SpecialMesh", p1)
| |
| 2749 | b1.MeshType = Enum.MeshType.Wedge | |
| 2750 | b1.Name = "Mesh" | |
| 2751 | b1.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097) | |
| 2752 | p2 = Instance.new("WedgePart", m6)
| |
| 2753 | - | p2.BrickColor = BrickColor.new("Black")
|
| 2753 | + | p2.BrickColor = BrickColor.new("White")
|
| 2754 | - | p2.Material = Enum.Material.SmoothPlastic |
| 2754 | + | p2.Material = Enum.Material.Granite |
| 2755 | p2.Name = "Wedge" | |
| 2756 | p2.CFrame = CFrame.new(-1.27945054, 2.10108781, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0) | |
| 2757 | p2.CanCollide = false | |
| 2758 | p2.Locked = true | |
| 2759 | p2.FormFactor = Enum.FormFactor.Custom | |
| 2760 | p2.Size = Vector3.new(0.232357651, 0.279841363, 0.232357636) | |
| 2761 | p2.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2762 | p2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2763 | p2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2764 | p2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2765 | p2.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2766 | p2.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2767 | b2 = Instance.new("SpecialMesh", p2)
| |
| 2768 | b2.MeshType = Enum.MeshType.Wedge | |
| 2769 | b2.Name = "Mesh" | |
| 2770 | b2.Scale = Vector3.new(0.602178097, 1, 0.602178097) | |
| 2771 | p3 = Instance.new("Part", m6)
| |
| 2772 | - | p3.BrickColor = BrickColor.new("Black")
|
| 2772 | + | p3.BrickColor = BrickColor.new("White")
|
| 2773 | - | p3.Material = Enum.Material.SmoothPlastic |
| 2773 | + | p3.Material = Enum.Material.Granite |
| 2774 | p3.Name = "CapeLevel2" | |
| 2775 | p3.CFrame = CFrame.new(-0.300008506, 3.78014231, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 2776 | p3.CanCollide = false | |
| 2777 | p3.Locked = true | |
| 2778 | p3.FormFactor = Enum.FormFactor.Custom | |
| 2779 | p3.Size = Vector3.new(2.09881067, 0.559682727, 0.232357636) | |
| 2780 | p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2781 | p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2782 | p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2783 | p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2784 | p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2785 | p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2786 | b3 = Instance.new("BlockMesh", p3)
| |
| 2787 | b3.Name = "Mesh" | |
| 2788 | b3.Scale = Vector3.new(1, 1, 0.602178097) | |
| 2789 | p4 = Instance.new("Part", m6)
| |
| 2790 | - | p4.BrickColor = BrickColor.new("Black")
|
| 2790 | + | p4.BrickColor = BrickColor.new("White")
|
| 2791 | - | p4.Material = Enum.Material.SmoothPlastic |
| 2791 | + | p4.Material = Enum.Material.Granite |
| 2792 | p4.CFrame = CFrame.new(-1.8391341, 2.73073244, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1) | |
| 2793 | p4.CanCollide = false | |
| 2794 | p4.Locked = true | |
| 2795 | p4.FormFactor = Enum.FormFactor.Custom | |
| 2796 | p4.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636) | |
| 2797 | p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2798 | p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2799 | p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2800 | p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2801 | p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2802 | p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2803 | b4 = Instance.new("BlockMesh", p4)
| |
| 2804 | b4.Name = "Mesh" | |
| 2805 | b4.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097) | |
| 2806 | p5 = Instance.new("Part", m6)
| |
| 2807 | - | p5.BrickColor = BrickColor.new("Black")
|
| 2807 | + | p5.BrickColor = BrickColor.new("White")
|
| 2808 | - | p5.Material = Enum.Material.SmoothPlastic |
| 2808 | + | p5.Material = Enum.Material.Granite |
| 2809 | p5.CFrame = CFrame.new(-1.69921267, 2.73073244, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1) | |
| 2810 | p5.CanCollide = false | |
| 2811 | p5.Locked = true | |
| 2812 | p5.FormFactor = Enum.FormFactor.Custom | |
| 2813 | p5.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636) | |
| 2814 | p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2815 | p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2816 | p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2817 | p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2818 | p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2819 | p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2820 | b5 = Instance.new("BlockMesh", p5)
| |
| 2821 | b5.Name = "Mesh" | |
| 2822 | b5.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097) | |
| 2823 | p6 = Instance.new("Part", m6)
| |
| 2824 | - | p6.BrickColor = BrickColor.new("Black")
|
| 2824 | + | p6.BrickColor = BrickColor.new("White")
|
| 2825 | - | p6.Material = Enum.Material.SmoothPlastic |
| 2825 | + | p6.Material = Enum.Material.Granite |
| 2826 | p6.Name = "CapeLevel1" | |
| 2827 | p6.CFrame = CFrame.new(-0.300008506, 4.6896286, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 2828 | p6.CanCollide = false | |
| 2829 | p6.Locked = true | |
| 2830 | p6.FormFactor = Enum.FormFactor.Custom | |
| 2831 | p6.Size = Vector3.new(1.25928628, 0.232357651, 0.232357636) | |
| 2832 | p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2833 | p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2834 | p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2835 | p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2836 | p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2837 | p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2838 | b6 = Instance.new("BlockMesh", p6)
| |
| 2839 | b6.Name = "Mesh" | |
| 2840 | b6.Scale = Vector3.new(1, 0.602178097, 0.602178097) | |
| 2841 | p7 = Instance.new("Part", m6)
| |
| 2842 | - | p7.BrickColor = BrickColor.new("Black")
|
| 2842 | + | p7.BrickColor = BrickColor.new("White")
|
| 2843 | - | p7.Material = Enum.Material.SmoothPlastic |
| 2843 | + | p7.Material = Enum.Material.Granite |
| 2844 | p7.CFrame = CFrame.new(1.23912418, 2.73073268, 4.03967333, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 2845 | p7.CanCollide = false | |
| 2846 | p7.Locked = true | |
| 2847 | p7.FormFactor = Enum.FormFactor.Custom | |
| 2848 | p7.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636) | |
| 2849 | p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2850 | p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2851 | p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2852 | p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2853 | p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2854 | p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2855 | b7 = Instance.new("BlockMesh", p7)
| |
| 2856 | b7.Name = "Mesh" | |
| 2857 | b7.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097) | |
| 2858 | p8 = Instance.new("Part", m6)
| |
| 2859 | - | p8.BrickColor = BrickColor.new("Black")
|
| 2859 | + | p8.BrickColor = BrickColor.new("White")
|
| 2860 | - | p8.Material = Enum.Material.SmoothPlastic |
| 2860 | + | p8.Material = Enum.Material.Granite |
| 2861 | p8.CFrame = CFrame.new(0.539517641, 2.10109043, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 2862 | p8.CanCollide = false | |
| 2863 | p8.Locked = true | |
| 2864 | p8.FormFactor = Enum.FormFactor.Custom | |
| 2865 | p8.Size = Vector3.new(0.232357651, 0.279841363, 0.232357636) | |
| 2866 | p8.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2867 | p8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2868 | p8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2869 | p8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2870 | p8.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2871 | p8.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2872 | b8 = Instance.new("BlockMesh", p8)
| |
| 2873 | b8.Name = "Mesh" | |
| 2874 | b8.Scale = Vector3.new(0.602178097, 1, 0.602178097) | |
| 2875 | p9 = Instance.new("Part", m6)
| |
| 2876 | - | p9.BrickColor = BrickColor.new("Black")
|
| 2876 | + | p9.BrickColor = BrickColor.new("White")
|
| 2877 | - | p9.Material = Enum.Material.SmoothPlastic |
| 2877 | + | p9.Material = Enum.Material.Granite |
| 2878 | p9.CFrame = CFrame.new(-0.300009966, 2.03112936, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 2879 | p9.CanCollide = false | |
| 2880 | p9.Locked = true | |
| 2881 | p9.FormFactor = Enum.FormFactor.Custom | |
| 2882 | p9.Size = Vector3.new(0.419762105, 0.419762105, 0.232357636) | |
| 2883 | p9.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2884 | p9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2885 | p9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2886 | p9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2887 | p9.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2888 | p9.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2889 | b9 = Instance.new("BlockMesh", p9)
| |
| 2890 | b9.Name = "Mesh" | |
| 2891 | b9.Scale = Vector3.new(1, 1, 0.602178097) | |
| 2892 | p10 = Instance.new("Part", m6)
| |
| 2893 | - | p10.BrickColor = BrickColor.new("Black")
|
| 2893 | + | p10.BrickColor = BrickColor.new("White")
|
| 2894 | - | p10.Material = Enum.Material.SmoothPlastic |
| 2894 | + | p10.Material = Enum.Material.Granite |
| 2895 | p10.CFrame = CFrame.new(1.09920263, 2.73073268, 4.03967333, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 2896 | p10.CanCollide = false | |
| 2897 | p10.Locked = true | |
| 2898 | p10.FormFactor = Enum.FormFactor.Custom | |
| 2899 | p10.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636) | |
| 2900 | p10.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2901 | p10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2902 | p10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2903 | p10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2904 | p10.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2905 | p10.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2906 | b10 = Instance.new("BlockMesh", p10)
| |
| 2907 | b10.Name = "Mesh" | |
| 2908 | b10.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097) | |
| 2909 | p11 = Instance.new("Part", m6)
| |
| 2910 | - | p11.BrickColor = BrickColor.new("Black")
|
| 2910 | + | p11.BrickColor = BrickColor.new("White")
|
| 2911 | - | p11.Material = Enum.Material.SmoothPlastic |
| 2911 | + | p11.Material = Enum.Material.Granite |
| 2912 | p11.CFrame = CFrame.new(-1.13953161, 2.10109043, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 2913 | p11.CanCollide = false | |
| 2914 | p11.Locked = true | |
| 2915 | p11.FormFactor = Enum.FormFactor.Custom | |
| 2916 | p11.Size = Vector3.new(0.232357651, 0.279841363, 0.232357636) | |
| 2917 | p11.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2918 | p11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2919 | p11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2920 | p11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2921 | p11.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2922 | p11.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2923 | b11 = Instance.new("BlockMesh", p11)
| |
| 2924 | b11.Name = "Mesh" | |
| 2925 | b11.Scale = Vector3.new(0.602178097, 1, 0.602178097) | |
| 2926 | p12 = Instance.new("Part", m6)
| |
| 2927 | - | p12.BrickColor = BrickColor.new("Black")
|
| 2927 | + | p12.BrickColor = BrickColor.new("White")
|
| 2928 | - | p12.Material = Enum.Material.SmoothPlastic |
| 2928 | + | p12.Material = Enum.Material.Granite |
| 2929 | p12.CFrame = CFrame.new(-1.6992135, 3.29041815, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1) | |
| 2930 | p12.CanCollide = false | |
| 2931 | p12.Locked = true | |
| 2932 | p12.FormFactor = Enum.FormFactor.Custom | |
| 2933 | p12.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636) | |
| 2934 | p12.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2935 | p12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2936 | p12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2937 | p12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2938 | p12.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2939 | p12.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2940 | b12 = Instance.new("BlockMesh", p12)
| |
| 2941 | b12.Name = "Mesh" | |
| 2942 | b12.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097) | |
| 2943 | p13 = Instance.new("Part", m6)
| |
| 2944 | - | p13.BrickColor = BrickColor.new("Black")
|
| 2944 | + | p13.BrickColor = BrickColor.new("White")
|
| 2945 | - | p13.Material = Enum.Material.SmoothPlastic |
| 2945 | + | p13.Material = Enum.Material.Granite |
| 2946 | p13.Name = "BottomLeftFlap" | |
| 2947 | p13.CFrame = CFrame.new(-1.13953161, 2.31097221, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 2948 | p13.CanCollide = false | |
| 2949 | p13.Locked = true | |
| 2950 | p13.FormFactor = Enum.FormFactor.Custom | |
| 2951 | p13.Size = Vector3.new(0.419762105, 0.232357651, 0.232357636) | |
| 2952 | p13.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2953 | p13.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2954 | p13.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2955 | p13.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2956 | p13.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2957 | p13.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2958 | b13 = Instance.new("BlockMesh", p13)
| |
| 2959 | b13.Name = "Mesh" | |
| 2960 | b13.Scale = Vector3.new(1, 0.602178097, 0.602178097) | |
| 2961 | p14 = Instance.new("Part", m6)
| |
| 2962 | - | p14.BrickColor = BrickColor.new("Black")
|
| 2962 | + | p14.BrickColor = BrickColor.new("White")
|
| 2963 | - | p14.Material = Enum.Material.SmoothPlastic |
| 2963 | + | p14.Material = Enum.Material.Granite |
| 2964 | p14.Transparency = 1 | |
| 2965 | p14.Name = "Rotater" | |
| 2966 | p14.CFrame = CFrame.new(-0.300001532, 4.82954979, 4.03967381, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 2967 | p14.CanCollide = false | |
| 2968 | p14.Locked = true | |
| 2969 | p14.FormFactor = Enum.FormFactor.Custom | |
| 2970 | p14.Size = Vector3.new(1.25928617, 0.232357651, 0.232357636) | |
| 2971 | p14.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2972 | p14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2973 | p14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2974 | p14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2975 | p14.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2976 | p14.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2977 | b14 = Instance.new("BlockMesh", p14)
| |
| 2978 | b14.Name = "Mesh" | |
| 2979 | b14.Scale = Vector3.new(1, 0.632287025, 0.632287025) | |
| 2980 | p15 = Instance.new("Part", m6)
| |
| 2981 | - | p15.BrickColor = BrickColor.new("Black")
|
| 2981 | + | p15.BrickColor = BrickColor.new("White")
|
| 2982 | - | p15.Material = Enum.Material.SmoothPlastic |
| 2982 | + | p15.Material = Enum.Material.Granite |
| 2983 | p15.CFrame = CFrame.new(-1.41937125, 4.40979004, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1) | |
| 2984 | p15.CanCollide = false | |
| 2985 | p15.Locked = true | |
| 2986 | p15.FormFactor = Enum.FormFactor.Custom | |
| 2987 | p15.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636) | |
| 2988 | p15.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2989 | p15.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2990 | p15.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2991 | p15.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2992 | p15.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2993 | p15.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 2994 | b15 = Instance.new("BlockMesh", p15)
| |
| 2995 | b15.Name = "Mesh" | |
| 2996 | b15.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097) | |
| 2997 | p16 = Instance.new("Part", m6)
| |
| 2998 | - | p16.BrickColor = BrickColor.new("Black")
|
| 2998 | + | p16.BrickColor = BrickColor.new("White")
|
| 2999 | - | p16.Material = Enum.Material.SmoothPlastic |
| 2999 | + | p16.Material = Enum.Material.Granite |
| 3000 | p16.Name = "BottomCenterFlap" | |
| 3001 | p16.CFrame = CFrame.new(-0.300009966, 2.31097221, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 3002 | p16.CanCollide = false | |
| 3003 | p16.Locked = true | |
| 3004 | p16.FormFactor = Enum.FormFactor.Custom | |
| 3005 | p16.Size = Vector3.new(0.699603498, 0.232357651, 0.232357636) | |
| 3006 | p16.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3007 | p16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3008 | p16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3009 | p16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3010 | p16.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3011 | p16.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3012 | b16 = Instance.new("BlockMesh", p16)
| |
| 3013 | b16.Name = "Mesh" | |
| 3014 | b16.Scale = Vector3.new(1, 0.602178097, 0.602178097) | |
| 3015 | p17 = Instance.new("Part", m6)
| |
| 3016 | - | p17.BrickColor = BrickColor.new("Black")
|
| 3016 | + | p17.BrickColor = BrickColor.new("White")
|
| 3017 | - | p17.Material = Enum.Material.SmoothPlastic |
| 3017 | + | p17.Material = Enum.Material.Granite |
| 3018 | p17.CFrame = CFrame.new(-1.27945054, 4.26986647, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1) | |
| 3019 | p17.CanCollide = false | |
| 3020 | p17.Locked = true | |
| 3021 | p17.FormFactor = Enum.FormFactor.Custom | |
| 3022 | p17.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636) | |
| 3023 | p17.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3024 | p17.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3025 | p17.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3026 | p17.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3027 | p17.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3028 | p17.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3029 | b17 = Instance.new("BlockMesh", p17)
| |
| 3030 | b17.Name = "Mesh" | |
| 3031 | b17.Scale = Vector3.new(0.602178097, 1, 0.602178097) | |
| 3032 | p18 = Instance.new("Part", m6)
| |
| 3033 | - | p18.BrickColor = BrickColor.new("Black")
|
| 3033 | + | p18.BrickColor = BrickColor.new("White")
|
| 3034 | - | p18.Material = Enum.Material.SmoothPlastic |
| 3034 | + | p18.Material = Enum.Material.Granite |
| 3035 | p18.CFrame = CFrame.new(0.679436207, 4.26986647, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 3036 | p18.CanCollide = false | |
| 3037 | p18.Locked = true | |
| 3038 | p18.FormFactor = Enum.FormFactor.Custom | |
| 3039 | p18.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636) | |
| 3040 | p18.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3041 | p18.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3042 | p18.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3043 | p18.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3044 | p18.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3045 | p18.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3046 | b18 = Instance.new("BlockMesh", p18)
| |
| 3047 | b18.Name = "Mesh" | |
| 3048 | b18.Scale = Vector3.new(0.602178097, 1, 0.602178097) | |
| 3049 | p19 = Instance.new("WedgePart", m6)
| |
| 3050 | - | p19.BrickColor = BrickColor.new("Crimson")
|
| 3050 | + | p19.BrickColor = BrickColor.new("Institutional white")
|
| 3051 | p19.Name = "Wedge" | |
| 3052 | p19.CFrame = CFrame.new(-0.265017539, 1.47144794, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0) | |
| 3053 | p19.CanCollide = false | |
| 3054 | p19.Locked = true | |
| 3055 | p19.FormFactor = Enum.FormFactor.Custom | |
| 3056 | p19.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636) | |
| 3057 | p19.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3058 | p19.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3059 | p19.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3060 | p19.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3061 | p19.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3062 | p19.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3063 | b19 = Instance.new("SpecialMesh", p19)
| |
| 3064 | b19.MeshType = Enum.MeshType.Wedge | |
| 3065 | b19.Name = "Mesh" | |
| 3066 | b19.Scale = Vector3.new(0.602178395, 0.602178395, 0.301089197) | |
| 3067 | p20 = Instance.new("Part", m6)
| |
| 3068 | - | p20.BrickColor = BrickColor.new("Black")
|
| 3068 | + | p20.BrickColor = BrickColor.new("White")
|
| 3069 | - | p20.Material = Enum.Material.SmoothPlastic |
| 3069 | + | p20.Material = Enum.Material.Granite |
| 3070 | p20.CFrame = CFrame.new(1.09919691, 3.29041815, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 3071 | p20.CanCollide = false | |
| 3072 | p20.Locked = true | |
| 3073 | p20.FormFactor = Enum.FormFactor.Custom | |
| 3074 | p20.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636) | |
| 3075 | p20.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3076 | p20.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3077 | p20.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3078 | p20.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3079 | p20.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3080 | p20.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3081 | b20 = Instance.new("BlockMesh", p20)
| |
| 3082 | b20.Name = "Mesh" | |
| 3083 | b20.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097) | |
| 3084 | p21 = Instance.new("Part", m6)
| |
| 3085 | - | p21.BrickColor = BrickColor.new("Black")
|
| 3085 | + | p21.BrickColor = BrickColor.new("White")
|
| 3086 | - | p21.Material = Enum.Material.SmoothPlastic |
| 3086 | + | p21.Material = Enum.Material.Granite |
| 3087 | p21.CFrame = CFrame.new(0.959275484, 3.1504972, 4.03967381, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 3088 | p21.CanCollide = false | |
| 3089 | p21.Locked = true | |
| 3090 | p21.FormFactor = Enum.FormFactor.Custom | |
| 3091 | p21.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636) | |
| 3092 | p21.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3093 | p21.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3094 | p21.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3095 | p21.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3096 | p21.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3097 | p21.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3098 | b21 = Instance.new("BlockMesh", p21)
| |
| 3099 | b21.Name = "Mesh" | |
| 3100 | b21.Scale = Vector3.new(0.602178097, 1, 0.602178097) | |
| 3101 | p22 = Instance.new("WedgePart", m6)
| |
| 3102 | - | p22.BrickColor = BrickColor.new("Crimson")
|
| 3102 | + | p22.BrickColor = BrickColor.new("Institutional white")
|
| 3103 | p22.Name = "Wedge" | |
| 3104 | p22.CFrame = CFrame.new(0.50454706, 1.89121199, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0) | |
| 3105 | p22.CanCollide = false | |
| 3106 | p22.Locked = true | |
| 3107 | p22.FormFactor = Enum.FormFactor.Custom | |
| 3108 | p22.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636) | |
| 3109 | p22.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3110 | p22.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3111 | p22.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3112 | p22.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3113 | p22.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3114 | p22.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3115 | b22 = Instance.new("SpecialMesh", p22)
| |
| 3116 | b22.MeshType = Enum.MeshType.Wedge | |
| 3117 | b22.Name = "Mesh" | |
| 3118 | b22.Scale = Vector3.new(0.602178395, 0.602178395, 0.301089197) | |
| 3119 | p23 = Instance.new("WedgePart", m6)
| |
| 3120 | - | p23.BrickColor = BrickColor.new("Crimson")
|
| 3120 | + | p23.BrickColor = BrickColor.new("Institutional white")
|
| 3121 | - | p23.Material = Enum.Material.SmoothPlastic |
| 3121 | + | p23.Material = Enum.Material.Granite |
| 3122 | p23.Name = "Wedge" | |
| 3123 | p23.CFrame = CFrame.new(1.09919691, 3.85010386, 4.03967237, 0, 0, -1, 0, 1, 0, 1, 0, 0) | |
| 3124 | p23.CanCollide = false | |
| 3125 | p23.Locked = true | |
| 3126 | p23.FormFactor = Enum.FormFactor.Custom | |
| 3127 | p23.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636) | |
| 3128 | p23.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3129 | p23.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3130 | p23.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3131 | p23.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3132 | p23.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3133 | p23.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3134 | b23 = Instance.new("SpecialMesh", p23)
| |
| 3135 | b23.MeshType = Enum.MeshType.Wedge | |
| 3136 | b23.Name = "Mesh" | |
| 3137 | b23.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097) | |
| 3138 | p24 = Instance.new("WedgePart", m6)
| |
| 3139 | - | p24.BrickColor = BrickColor.new("Black")
|
| 3139 | + | p24.BrickColor = BrickColor.new("White")
|
| 3140 | - | p24.Material = Enum.Material.SmoothPlastic |
| 3140 | + | p24.Material = Enum.Material.Granite |
| 3141 | p24.Name = "Wedge" | |
| 3142 | p24.CFrame = CFrame.new(0.959281087, 2.45089102, 4.03967333, 0, 0, -1, 0, -1, 0, -1, 0, 0) | |
| 3143 | p24.CanCollide = false | |
| 3144 | p24.Locked = true | |
| 3145 | p24.FormFactor = Enum.FormFactor.Custom | |
| 3146 | p24.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636) | |
| 3147 | p24.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3148 | p24.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3149 | p24.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3150 | p24.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3151 | p24.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3152 | p24.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3153 | b24 = Instance.new("SpecialMesh", p24)
| |
| 3154 | b24.MeshType = Enum.MeshType.Wedge | |
| 3155 | b24.Name = "Mesh" | |
| 3156 | b24.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097) | |
| 3157 | p25 = Instance.new("WedgePart", m6)
| |
| 3158 | - | p25.BrickColor = BrickColor.new("Crimson")
|
| 3158 | + | p25.BrickColor = BrickColor.new("Institutional white")
|
| 3159 | p25.Name = "Wedge" | |
| 3160 | p25.CFrame = CFrame.new(0.574507415, 1.89121199, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0) | |
| 3161 | p25.CanCollide = false | |
| 3162 | p25.Locked = true | |
| 3163 | p25.FormFactor = Enum.FormFactor.Custom | |
| 3164 | p25.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636) | |
| 3165 | p25.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3166 | p25.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3167 | p25.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3168 | p25.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3169 | p25.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3170 | p25.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3171 | b25 = Instance.new("SpecialMesh", p25)
| |
| 3172 | b25.MeshType = Enum.MeshType.Wedge | |
| 3173 | b25.Name = "Mesh" | |
| 3174 | b25.Scale = Vector3.new(0.602178395, 0.602178395, 0.301089197) | |
| 3175 | p26 = Instance.new("WedgePart", m6)
| |
| 3176 | - | p26.BrickColor = BrickColor.new("Black")
|
| 3176 | + | p26.BrickColor = BrickColor.new("White")
|
| 3177 | - | p26.Material = Enum.Material.SmoothPlastic |
| 3177 | + | p26.Material = Enum.Material.Granite |
| 3178 | p26.Name = "Wedge" | |
| 3179 | p26.CFrame = CFrame.new(-1.06957662, 4.68963194, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0) | |
| 3180 | p26.CanCollide = false | |
| 3181 | p26.Locked = true | |
| 3182 | p26.FormFactor = Enum.FormFactor.Custom | |
| 3183 | p26.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363) | |
| 3184 | p26.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3185 | p26.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3186 | p26.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3187 | p26.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3188 | p26.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3189 | p26.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3190 | b26 = Instance.new("SpecialMesh", p26)
| |
| 3191 | b26.MeshType = Enum.MeshType.Wedge | |
| 3192 | b26.Name = "Mesh" | |
| 3193 | b26.Scale = Vector3.new(0.602178097, 0.602178097, 1) | |
| 3194 | p27 = Instance.new("Part", m6)
| |
| 3195 | - | p27.BrickColor = BrickColor.new("Black")
|
| 3195 | + | p27.BrickColor = BrickColor.new("White")
|
| 3196 | - | p27.Material = Enum.Material.SmoothPlastic |
| 3196 | + | p27.Material = Enum.Material.Granite |
| 3197 | p27.CFrame = CFrame.new(-1.55929208, 2.73073244, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1) | |
| 3198 | p27.CanCollide = false | |
| 3199 | p27.Locked = true | |
| 3200 | p27.FormFactor = Enum.FormFactor.Custom | |
| 3201 | p27.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636) | |
| 3202 | p27.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3203 | p27.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3204 | p27.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3205 | p27.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3206 | p27.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3207 | p27.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3208 | b27 = Instance.new("BlockMesh", p27)
| |
| 3209 | b27.Name = "Mesh" | |
| 3210 | b27.Scale = Vector3.new(0.602178097, 1, 0.602178097) | |
| 3211 | p28 = Instance.new("WedgePart", m6)
| |
| 3212 | - | p28.BrickColor = BrickColor.new("Black")
|
| 3212 | + | p28.BrickColor = BrickColor.new("White")
|
| 3213 | - | p28.Material = Enum.Material.SmoothPlastic |
| 3213 | + | p28.Material = Enum.Material.Granite |
| 3214 | p28.Name = "Wedge" | |
| 3215 | p28.CFrame = CFrame.new(0.959275484, 3.71018291, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0) | |
| 3216 | p28.CanCollide = false | |
| 3217 | p28.Locked = true | |
| 3218 | p28.FormFactor = Enum.FormFactor.Custom | |
| 3219 | p28.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636) | |
| 3220 | p28.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3221 | p28.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3222 | p28.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3223 | p28.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3224 | p28.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3225 | p28.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3226 | b28 = Instance.new("SpecialMesh", p28)
| |
| 3227 | b28.MeshType = Enum.MeshType.Wedge | |
| 3228 | b28.Name = "Mesh" | |
| 3229 | b28.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097) | |
| 3230 | p29 = Instance.new("Part", m6)
| |
| 3231 | - | p29.BrickColor = BrickColor.new("Black")
|
| 3231 | + | p29.BrickColor = BrickColor.new("White")
|
| 3232 | - | p29.Material = Enum.Material.SmoothPlastic |
| 3232 | + | p29.Material = Enum.Material.Granite |
| 3233 | p29.CFrame = CFrame.new(-1.55929208, 3.15049648, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1) | |
| 3234 | p29.CanCollide = false | |
| 3235 | p29.Locked = true | |
| 3236 | p29.FormFactor = Enum.FormFactor.Custom | |
| 3237 | p29.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636) | |
| 3238 | p29.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3239 | p29.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3240 | p29.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3241 | p29.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3242 | p29.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3243 | p29.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3244 | b29 = Instance.new("BlockMesh", p29)
| |
| 3245 | b29.Name = "Mesh" | |
| 3246 | b29.Scale = Vector3.new(0.602178097, 1, 0.602178097) | |
| 3247 | p30 = Instance.new("WedgePart", m6)
| |
| 3248 | - | p30.BrickColor = BrickColor.new("Black")
|
| 3248 | + | p30.BrickColor = BrickColor.new("White")
|
| 3249 | - | p30.Material = Enum.Material.SmoothPlastic |
| 3249 | + | p30.Material = Enum.Material.Granite |
| 3250 | p30.Name = "Wedge" | |
| 3251 | p30.CFrame = CFrame.new(1.09919691, 3.15049744, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0) | |
| 3252 | p30.CanCollide = false | |
| 3253 | p30.Locked = true | |
| 3254 | p30.FormFactor = Enum.FormFactor.Custom | |
| 3255 | p30.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636) | |
| 3256 | p30.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3257 | p30.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3258 | p30.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3259 | p30.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3260 | p30.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3261 | p30.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3262 | b30 = Instance.new("SpecialMesh", p30)
| |
| 3263 | b30.MeshType = Enum.MeshType.Wedge | |
| 3264 | b30.Name = "Mesh" | |
| 3265 | b30.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097) | |
| 3266 | p31 = Instance.new("WedgePart", m6)
| |
| 3267 | - | p31.BrickColor = BrickColor.new("Black")
|
| 3267 | + | p31.BrickColor = BrickColor.new("White")
|
| 3268 | - | p31.Material = Enum.Material.SmoothPlastic |
| 3268 | + | p31.Material = Enum.Material.Granite |
| 3269 | p31.Name = "Wedge" | |
| 3270 | p31.CFrame = CFrame.new(0.119759142, 2.31096911, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0) | |
| 3271 | p31.CanCollide = false | |
| 3272 | p31.Locked = true | |
| 3273 | p31.FormFactor = Enum.FormFactor.Custom | |
| 3274 | p31.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636) | |
| 3275 | p31.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3276 | p31.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3277 | p31.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3278 | p31.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3279 | p31.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3280 | p31.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3281 | b31 = Instance.new("SpecialMesh", p31)
| |
| 3282 | b31.MeshType = Enum.MeshType.Wedge | |
| 3283 | b31.Name = "Mesh" | |
| 3284 | b31.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097) | |
| 3285 | p32 = Instance.new("Part", m6)
| |
| 3286 | - | p32.BrickColor = BrickColor.new("Black")
|
| 3286 | + | p32.BrickColor = BrickColor.new("White")
|
| 3287 | - | p32.Material = Enum.Material.SmoothPlastic |
| 3287 | + | p32.Material = Enum.Material.Granite |
| 3288 | p32.Name = "BottomRightFlap" | |
| 3289 | p32.CFrame = CFrame.new(0.539517641, 2.31097221, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 3290 | p32.CanCollide = false | |
| 3291 | p32.Locked = true | |
| 3292 | p32.FormFactor = Enum.FormFactor.Custom | |
| 3293 | p32.Size = Vector3.new(0.419762105, 0.232357651, 0.232357636) | |
| 3294 | p32.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3295 | p32.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3296 | p32.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3297 | p32.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3298 | p32.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3299 | p32.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3300 | b32 = Instance.new("BlockMesh", p32)
| |
| 3301 | b32.Name = "Mesh" | |
| 3302 | b32.Scale = Vector3.new(1, 0.602178097, 0.602178097) | |
| 3303 | p33 = Instance.new("WedgePart", m6)
| |
| 3304 | - | p33.BrickColor = BrickColor.new("Black")
|
| 3304 | + | p33.BrickColor = BrickColor.new("White")
|
| 3305 | - | p33.Material = Enum.Material.SmoothPlastic |
| 3305 | + | p33.Material = Enum.Material.Granite |
| 3306 | p33.Name = "Wedge" | |
| 3307 | p33.CFrame = CFrame.new(1.02923799, 3.43033957, 4.03967237, 0, 0, -1, 0, 1, 0, 1, 0, 0) | |
| 3308 | p33.CanCollide = false | |
| 3309 | p33.Locked = true | |
| 3310 | p33.FormFactor = Enum.FormFactor.Custom | |
| 3311 | p33.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363) | |
| 3312 | p33.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3313 | p33.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3314 | p33.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3315 | p33.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3316 | p33.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3317 | p33.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3318 | b33 = Instance.new("SpecialMesh", p33)
| |
| 3319 | b33.MeshType = Enum.MeshType.Wedge | |
| 3320 | b33.Name = "Mesh" | |
| 3321 | b33.Scale = Vector3.new(0.602178097, 0.602178097, 1) | |
| 3322 | p34 = Instance.new("WedgePart", m6)
| |
| 3323 | - | p34.BrickColor = BrickColor.new("Black")
|
| 3323 | + | p34.BrickColor = BrickColor.new("White")
|
| 3324 | - | p34.Material = Enum.Material.SmoothPlastic |
| 3324 | + | p34.Material = Enum.Material.Granite |
| 3325 | p34.Name = "Wedge" | |
| 3326 | p34.CFrame = CFrame.new(-1.55929208, 2.45089054, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0) | |
| 3327 | p34.CanCollide = false | |
| 3328 | p34.Locked = true | |
| 3329 | p34.FormFactor = Enum.FormFactor.Custom | |
| 3330 | p34.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636) | |
| 3331 | p34.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3332 | p34.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3333 | p34.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3334 | p34.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3335 | p34.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3336 | p34.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3337 | b34 = Instance.new("SpecialMesh", p34)
| |
| 3338 | b34.MeshType = Enum.MeshType.Wedge | |
| 3339 | b34.Name = "Mesh" | |
| 3340 | b34.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097) | |
| 3341 | p35 = Instance.new("Part", m6)
| |
| 3342 | - | p35.BrickColor = BrickColor.new("Black")
|
| 3342 | + | p35.BrickColor = BrickColor.new("White")
|
| 3343 | - | p35.Material = Enum.Material.SmoothPlastic |
| 3343 | + | p35.Material = Enum.Material.Granite |
| 3344 | p35.CFrame = CFrame.new(0.959275484, 3.85010386, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 3345 | p35.CanCollide = false | |
| 3346 | p35.Locked = true | |
| 3347 | p35.FormFactor = Enum.FormFactor.Custom | |
| 3348 | p35.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636) | |
| 3349 | p35.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3350 | p35.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3351 | p35.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3352 | p35.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3353 | p35.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3354 | p35.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3355 | b35 = Instance.new("BlockMesh", p35)
| |
| 3356 | b35.Name = "Mesh" | |
| 3357 | b35.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097) | |
| 3358 | p36 = Instance.new("WedgePart", m6)
| |
| 3359 | - | p36.BrickColor = BrickColor.new("Black")
|
| 3359 | + | p36.BrickColor = BrickColor.new("White")
|
| 3360 | - | p36.Material = Enum.Material.SmoothPlastic |
| 3360 | + | p36.Material = Enum.Material.Granite |
| 3361 | p36.Name = "Wedge" | |
| 3362 | p36.CFrame = CFrame.new(-1.62925327, 3.43033957, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0) | |
| 3363 | p36.CanCollide = false | |
| 3364 | p36.Locked = true | |
| 3365 | p36.FormFactor = Enum.FormFactor.Custom | |
| 3366 | p36.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363) | |
| 3367 | p36.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3368 | p36.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3369 | p36.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3370 | p36.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3371 | p36.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3372 | p36.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3373 | b36 = Instance.new("SpecialMesh", p36)
| |
| 3374 | b36.MeshType = Enum.MeshType.Wedge | |
| 3375 | b36.Name = "Mesh" | |
| 3376 | b36.Scale = Vector3.new(0.602178097, 0.602178097, 1) | |
| 3377 | p37 = Instance.new("Part", m6)
| |
| 3378 | - | p37.BrickColor = BrickColor.new("Black")
|
| 3378 | + | p37.BrickColor = BrickColor.new("White")
|
| 3379 | - | p37.Material = Enum.Material.SmoothPlastic |
| 3379 | + | p37.Material = Enum.Material.Granite |
| 3380 | p37.Name = "CapeLevel3" | |
| 3381 | p37.CFrame = CFrame.new(-0.300008506, 3.22045994, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 3382 | p37.CanCollide = false | |
| 3383 | p37.Locked = true | |
| 3384 | p37.FormFactor = Enum.FormFactor.Custom | |
| 3385 | p37.Size = Vector3.new(2.3786521, 0.559682727, 0.232357636) | |
| 3386 | p37.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3387 | p37.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3388 | p37.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3389 | p37.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3390 | p37.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3391 | p37.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3392 | b37 = Instance.new("BlockMesh", p37)
| |
| 3393 | b37.Name = "Mesh" | |
| 3394 | b37.Scale = Vector3.new(1, 1, 0.602178097) | |
| 3395 | p38 = Instance.new("WedgePart", m6)
| |
| 3396 | - | p38.BrickColor = BrickColor.new("Crimson")
|
| 3396 | + | p38.BrickColor = BrickColor.new("Institutional white")
|
| 3397 | - | p38.Material = Enum.Material.SmoothPlastic |
| 3397 | + | p38.Material = Enum.Material.Granite |
| 3398 | p38.Name = "Wedge" | |
| 3399 | p38.CFrame = CFrame.new(-1.97905517, 2.73073244, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0) | |
| 3400 | p38.CanCollide = false | |
| 3401 | p38.Locked = true | |
| 3402 | p38.FormFactor = Enum.FormFactor.Custom | |
| 3403 | p38.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636) | |
| 3404 | p38.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3405 | p38.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3406 | p38.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3407 | p38.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3408 | p38.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3409 | p38.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3410 | b38 = Instance.new("SpecialMesh", p38)
| |
| 3411 | b38.MeshType = Enum.MeshType.Wedge | |
| 3412 | b38.Name = "Mesh" | |
| 3413 | b38.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097) | |
| 3414 | p39 = Instance.new("WedgePart", m6)
| |
| 3415 | - | p39.BrickColor = BrickColor.new("Crimson")
|
| 3415 | + | p39.BrickColor = BrickColor.new("Institutional white")
|
| 3416 | - | p39.Material = Enum.Material.SmoothPlastic |
| 3416 | + | p39.Material = Enum.Material.Granite |
| 3417 | p39.Name = "Wedge" | |
| 3418 | p39.CFrame = CFrame.new(-1.83913493, 3.29041815, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0) | |
| 3419 | p39.CanCollide = false | |
| 3420 | p39.Locked = true | |
| 3421 | p39.FormFactor = Enum.FormFactor.Custom | |
| 3422 | p39.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636) | |
| 3423 | p39.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3424 | p39.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3425 | p39.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3426 | p39.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3427 | p39.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3428 | p39.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3429 | b39 = Instance.new("SpecialMesh", p39)
| |
| 3430 | b39.MeshType = Enum.MeshType.Wedge | |
| 3431 | b39.Name = "Mesh" | |
| 3432 | b39.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097) | |
| 3433 | p40 = Instance.new("WedgePart", m6)
| |
| 3434 | - | p40.BrickColor = BrickColor.new("Black")
|
| 3434 | + | p40.BrickColor = BrickColor.new("White")
|
| 3435 | - | p40.Material = Enum.Material.SmoothPlastic |
| 3435 | + | p40.Material = Enum.Material.Granite |
| 3436 | p40.Name = "Wedge" | |
| 3437 | p40.CFrame = CFrame.new(-1.48933268, 3.99002528, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0) | |
| 3438 | p40.CanCollide = false | |
| 3439 | p40.Locked = true | |
| 3440 | p40.FormFactor = Enum.FormFactor.Custom | |
| 3441 | p40.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363) | |
| 3442 | p40.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3443 | p40.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3444 | p40.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3445 | p40.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3446 | p40.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3447 | p40.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3448 | b40 = Instance.new("SpecialMesh", p40)
| |
| 3449 | b40.MeshType = Enum.MeshType.Wedge | |
| 3450 | b40.Name = "Mesh" | |
| 3451 | b40.Scale = Vector3.new(0.602178097, 0.602178097, 1) | |
| 3452 | p41 = Instance.new("WedgePart", m6)
| |
| 3453 | - | p41.BrickColor = BrickColor.new("Black")
|
| 3453 | + | p41.BrickColor = BrickColor.new("White")
|
| 3454 | - | p41.Material = Enum.Material.SmoothPlastic |
| 3454 | + | p41.Material = Enum.Material.Granite |
| 3455 | p41.Name = "Wedge" | |
| 3456 | p41.CFrame = CFrame.new(-1.76917338, 2.59081101, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0) | |
| 3457 | p41.CanCollide = false | |
| 3458 | p41.Locked = true | |
| 3459 | p41.FormFactor = Enum.FormFactor.Custom | |
| 3460 | p41.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363) | |
| 3461 | p41.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3462 | p41.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3463 | p41.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3464 | p41.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3465 | p41.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3466 | p41.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3467 | b41 = Instance.new("SpecialMesh", p41)
| |
| 3468 | b41.MeshType = Enum.MeshType.Wedge | |
| 3469 | b41.Name = "Mesh" | |
| 3470 | b41.Scale = Vector3.new(0.602178097, 0.602178097, 1) | |
| 3471 | p42 = Instance.new("WedgePart", m6)
| |
| 3472 | - | p42.BrickColor = BrickColor.new("Black")
|
| 3472 | + | p42.BrickColor = BrickColor.new("White")
|
| 3473 | - | p42.Material = Enum.Material.SmoothPlastic |
| 3473 | + | p42.Material = Enum.Material.Granite |
| 3474 | p42.Name = "Wedge" | |
| 3475 | p42.CFrame = CFrame.new(0.679442644, 2.10108781, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0) | |
| 3476 | p42.CanCollide = false | |
| 3477 | p42.Locked = true | |
| 3478 | p42.FormFactor = Enum.FormFactor.Custom | |
| 3479 | p42.Size = Vector3.new(0.232357651, 0.279841363, 0.232357636) | |
| 3480 | p42.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3481 | p42.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3482 | p42.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3483 | p42.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3484 | p42.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3485 | p42.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3486 | b42 = Instance.new("SpecialMesh", p42)
| |
| 3487 | b42.MeshType = Enum.MeshType.Wedge | |
| 3488 | b42.Name = "Mesh" | |
| 3489 | b42.Scale = Vector3.new(0.602178097, 1, 0.602178097) | |
| 3490 | p43 = Instance.new("WedgePart", m6)
| |
| 3491 | - | p43.BrickColor = BrickColor.new("Black")
|
| 3491 | + | p43.BrickColor = BrickColor.new("White")
|
| 3492 | - | p43.Material = Enum.Material.SmoothPlastic |
| 3492 | + | p43.Material = Enum.Material.Granite |
| 3493 | p43.Name = "Wedge" | |
| 3494 | p43.CFrame = CFrame.new(-1.76917338, 2.87065363, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0) | |
| 3495 | p43.CanCollide = false | |
| 3496 | p43.Locked = true | |
| 3497 | p43.FormFactor = Enum.FormFactor.Custom | |
| 3498 | p43.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363) | |
| 3499 | p43.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3500 | p43.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3501 | p43.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3502 | p43.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3503 | p43.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3504 | p43.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3505 | b43 = Instance.new("SpecialMesh", p43)
| |
| 3506 | b43.MeshType = Enum.MeshType.Wedge | |
| 3507 | b43.Name = "Mesh" | |
| 3508 | b43.Scale = Vector3.new(0.602178097, 0.602178097, 1) | |
| 3509 | p44 = Instance.new("WedgePart", m6)
| |
| 3510 | - | p44.BrickColor = BrickColor.new("Black")
|
| 3510 | + | p44.BrickColor = BrickColor.new("White")
|
| 3511 | - | p44.Material = Enum.Material.SmoothPlastic |
| 3511 | + | p44.Material = Enum.Material.Granite |
| 3512 | p44.Name = "Wedge" | |
| 3513 | p44.CFrame = CFrame.new(-1.41937125, 4.26986837, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0) | |
| 3514 | p44.CanCollide = false | |
| 3515 | p44.Locked = true | |
| 3516 | p44.FormFactor = Enum.FormFactor.Custom | |
| 3517 | p44.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636) | |
| 3518 | p44.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3519 | p44.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3520 | p44.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3521 | p44.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3522 | p44.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3523 | p44.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3524 | b44 = Instance.new("SpecialMesh", p44)
| |
| 3525 | b44.MeshType = Enum.MeshType.Wedge | |
| 3526 | b44.Name = "Mesh" | |
| 3527 | b44.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097) | |
| 3528 | p45 = Instance.new("WedgePart", m6)
| |
| 3529 | - | p45.BrickColor = BrickColor.new("Black")
|
| 3529 | + | p45.BrickColor = BrickColor.new("White")
|
| 3530 | - | p45.Material = Enum.Material.SmoothPlastic |
| 3530 | + | p45.Material = Enum.Material.Granite |
| 3531 | p45.Name = "Wedge" | |
| 3532 | p45.CFrame = CFrame.new(-0.999610066, 2.10108781, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0) | |
| 3533 | p45.CanCollide = false | |
| 3534 | p45.Locked = true | |
| 3535 | p45.FormFactor = Enum.FormFactor.Custom | |
| 3536 | p45.Size = Vector3.new(0.232357651, 0.279841363, 0.232357636) | |
| 3537 | p45.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3538 | p45.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3539 | p45.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3540 | p45.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3541 | p45.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3542 | p45.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3543 | b45 = Instance.new("SpecialMesh", p45)
| |
| 3544 | b45.MeshType = Enum.MeshType.Wedge | |
| 3545 | b45.Name = "Mesh" | |
| 3546 | b45.Scale = Vector3.new(0.602178097, 1, 0.602178097) | |
| 3547 | p46 = Instance.new("WedgePart", m6)
| |
| 3548 | - | p46.BrickColor = BrickColor.new("Black")
|
| 3548 | + | p46.BrickColor = BrickColor.new("White")
|
| 3549 | - | p46.Material = Enum.Material.SmoothPlastic |
| 3549 | + | p46.Material = Enum.Material.Granite |
| 3550 | p46.Name = "Wedge" | |
| 3551 | p46.CFrame = CFrame.new(0.46955356, 4.68963194, 4.03967237, 0, 0, -1, 0, 1, 0, 1, 0, 0) | |
| 3552 | p46.CanCollide = false | |
| 3553 | p46.Locked = true | |
| 3554 | p46.FormFactor = Enum.FormFactor.Custom | |
| 3555 | p46.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363) | |
| 3556 | p46.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3557 | p46.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3558 | p46.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3559 | p46.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3560 | p46.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3561 | p46.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3562 | b46 = Instance.new("SpecialMesh", p46)
| |
| 3563 | b46.MeshType = Enum.MeshType.Wedge | |
| 3564 | b46.Name = "Mesh" | |
| 3565 | b46.Scale = Vector3.new(0.602178097, 0.602178097, 1) | |
| 3566 | p47 = Instance.new("Part", m6)
| |
| 3567 | - | p47.BrickColor = BrickColor.new("Black")
|
| 3567 | + | p47.BrickColor = BrickColor.new("White")
|
| 3568 | - | p47.Material = Enum.Material.SmoothPlastic |
| 3568 | + | p47.Material = Enum.Material.Granite |
| 3569 | p47.CFrame = CFrame.new(0.819356859, 4.40979004, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 3570 | p47.CanCollide = false | |
| 3571 | p47.Locked = true | |
| 3572 | p47.FormFactor = Enum.FormFactor.Custom | |
| 3573 | p47.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636) | |
| 3574 | p47.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3575 | p47.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3576 | p47.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3577 | p47.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3578 | p47.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3579 | p47.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3580 | b47 = Instance.new("BlockMesh", p47)
| |
| 3581 | b47.Name = "Mesh" | |
| 3582 | b47.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097) | |
| 3583 | p48 = Instance.new("Part", m6)
| |
| 3584 | - | p48.BrickColor = BrickColor.new("Black")
|
| 3584 | + | p48.BrickColor = BrickColor.new("White")
|
| 3585 | - | p48.Material = Enum.Material.SmoothPlastic |
| 3585 | + | p48.Material = Enum.Material.Granite |
| 3586 | p48.Name = "CapeLevel4" | |
| 3587 | p48.CFrame = CFrame.new(-0.300008506, 2.66077495, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 3588 | p48.CanCollide = false | |
| 3589 | p48.Locked = true | |
| 3590 | p48.FormFactor = Enum.FormFactor.Custom | |
| 3591 | p48.Size = Vector3.new(2.3786521, 0.559682727, 0.232357636) | |
| 3592 | p48.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3593 | p48.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3594 | p48.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3595 | p48.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3596 | p48.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3597 | p48.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3598 | b48 = Instance.new("BlockMesh", p48)
| |
| 3599 | b48.Name = "Mesh" | |
| 3600 | b48.Scale = Vector3.new(1, 1, 0.602178097) | |
| 3601 | p49 = Instance.new("WedgePart", m6)
| |
| 3602 | - | p49.BrickColor = BrickColor.new("Black")
|
| 3602 | + | p49.BrickColor = BrickColor.new("White")
|
| 3603 | - | p49.Material = Enum.Material.SmoothPlastic |
| 3603 | + | p49.Material = Enum.Material.Granite |
| 3604 | p49.Name = "Wedge" | |
| 3605 | p49.CFrame = CFrame.new(0.819356859, 4.26986837, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0) | |
| 3606 | p49.CanCollide = false | |
| 3607 | p49.Locked = true | |
| 3608 | p49.FormFactor = Enum.FormFactor.Custom | |
| 3609 | p49.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636) | |
| 3610 | p49.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3611 | p49.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3612 | p49.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3613 | p49.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3614 | p49.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3615 | p49.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3616 | b49 = Instance.new("SpecialMesh", p49)
| |
| 3617 | b49.MeshType = Enum.MeshType.Wedge | |
| 3618 | b49.Name = "Mesh" | |
| 3619 | b49.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097) | |
| 3620 | p50 = Instance.new("Part", m6)
| |
| 3621 | - | p50.BrickColor = BrickColor.new("Black")
|
| 3621 | + | p50.BrickColor = BrickColor.new("White")
|
| 3622 | - | p50.Material = Enum.Material.SmoothPlastic |
| 3622 | + | p50.Material = Enum.Material.Granite |
| 3623 | p50.Name = "CapeLevel1SubPart" | |
| 3624 | p50.CFrame = CFrame.new(-0.300008506, 4.33982658, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 3625 | p50.CanCollide = false | |
| 3626 | p50.Locked = true | |
| 3627 | p50.FormFactor = Enum.FormFactor.Custom | |
| 3628 | p50.Size = Vector3.new(1.81896901, 0.559682727, 0.232357636) | |
| 3629 | p50.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3630 | p50.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3631 | p50.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3632 | p50.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3633 | p50.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3634 | p50.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3635 | b50 = Instance.new("BlockMesh", p50)
| |
| 3636 | b50.Name = "Mesh" | |
| 3637 | b50.Scale = Vector3.new(1, 1, 0.602178097) | |
| 3638 | p51 = Instance.new("Part", m6)
| |
| 3639 | - | p51.BrickColor = BrickColor.new("Black")
|
| 3639 | + | p51.BrickColor = BrickColor.new("White")
|
| 3640 | - | p51.Material = Enum.Material.SmoothPlastic |
| 3640 | + | p51.Material = Enum.Material.Granite |
| 3641 | p51.CFrame = CFrame.new(-1.55929291, 3.85010386, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1) | |
| 3642 | p51.CanCollide = false | |
| 3643 | p51.Locked = true | |
| 3644 | p51.FormFactor = Enum.FormFactor.Custom | |
| 3645 | p51.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636) | |
| 3646 | p51.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3647 | p51.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3648 | p51.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3649 | p51.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3650 | p51.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3651 | p51.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3652 | b51 = Instance.new("BlockMesh", p51)
| |
| 3653 | b51.Name = "Mesh" | |
| 3654 | b51.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097) | |
| 3655 | p52 = Instance.new("Part", m6)
| |
| 3656 | - | p52.BrickColor = BrickColor.new("Black")
|
| 3656 | + | p52.BrickColor = BrickColor.new("White")
|
| 3657 | - | p52.Material = Enum.Material.SmoothPlastic |
| 3657 | + | p52.Material = Enum.Material.Granite |
| 3658 | p52.CFrame = CFrame.new(-1.41937149, 3.71018171, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1) | |
| 3659 | p52.CanCollide = false | |
| 3660 | p52.Locked = true | |
| 3661 | p52.FormFactor = Enum.FormFactor.Custom | |
| 3662 | p52.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636) | |
| 3663 | p52.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3664 | p52.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3665 | p52.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3666 | p52.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3667 | p52.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3668 | p52.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3669 | b52 = Instance.new("BlockMesh", p52)
| |
| 3670 | b52.Name = "Mesh" | |
| 3671 | b52.Scale = Vector3.new(0.602178097, 1, 0.602178097) | |
| 3672 | p53 = Instance.new("WedgePart", m6)
| |
| 3673 | - | p53.BrickColor = BrickColor.new("Black")
|
| 3673 | + | p53.BrickColor = BrickColor.new("White")
|
| 3674 | - | p53.Material = Enum.Material.SmoothPlastic |
| 3674 | + | p53.Material = Enum.Material.Granite |
| 3675 | p53.Name = "Wedge" | |
| 3676 | p53.CFrame = CFrame.new(-0.0201580226, 2.03113341, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0) | |
| 3677 | p53.CanCollide = false | |
| 3678 | p53.Locked = true | |
| 3679 | p53.FormFactor = Enum.FormFactor.Custom | |
| 3680 | p53.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636) | |
| 3681 | p53.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3682 | p53.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3683 | p53.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3684 | p53.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3685 | p53.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3686 | p53.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3687 | b53 = Instance.new("SpecialMesh", p53)
| |
| 3688 | b53.MeshType = Enum.MeshType.Wedge | |
| 3689 | b53.Name = "Mesh" | |
| 3690 | b53.Scale = Vector3.new(0.602178097, 1, 0.602178097) | |
| 3691 | p54 = Instance.new("Part", m6)
| |
| 3692 | - | p54.BrickColor = BrickColor.new("Black")
|
| 3692 | + | p54.BrickColor = BrickColor.new("White")
|
| 3693 | - | p54.Material = Enum.Material.SmoothPlastic |
| 3693 | + | p54.Material = Enum.Material.Granite |
| 3694 | p54.CFrame = CFrame.new(-0.300009966, 1.68132639, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 3695 | p54.CanCollide = false | |
| 3696 | p54.Locked = true | |
| 3697 | p54.FormFactor = Enum.FormFactor.Custom | |
| 3698 | p54.Size = Vector3.new(0.232357651, 0.279841423, 0.232357636) | |
| 3699 | p54.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3700 | p54.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3701 | p54.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3702 | p54.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3703 | p54.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3704 | p54.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3705 | b54 = Instance.new("BlockMesh", p54)
| |
| 3706 | b54.Name = "Mesh" | |
| 3707 | b54.Scale = Vector3.new(0.602178395, 1, 0.602178097) | |
| 3708 | p55 = Instance.new("WedgePart", m6)
| |
| 3709 | - | p55.BrickColor = BrickColor.new("Black")
|
| 3709 | + | p55.BrickColor = BrickColor.new("White")
|
| 3710 | - | p55.Material = Enum.Material.SmoothPlastic |
| 3710 | + | p55.Material = Enum.Material.Granite |
| 3711 | p55.Name = "Wedge" | |
| 3712 | p55.CFrame = CFrame.new(0.39960131, 2.10108781, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0) | |
| 3713 | p55.CanCollide = false | |
| 3714 | p55.Locked = true | |
| 3715 | p55.FormFactor = Enum.FormFactor.Custom | |
| 3716 | p55.Size = Vector3.new(0.232357651, 0.279841363, 0.232357636) | |
| 3717 | p55.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3718 | p55.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3719 | p55.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3720 | p55.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3721 | p55.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3722 | p55.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3723 | b55 = Instance.new("SpecialMesh", p55)
| |
| 3724 | b55.MeshType = Enum.MeshType.Wedge | |
| 3725 | b55.Name = "Mesh" | |
| 3726 | b55.Scale = Vector3.new(0.602178097, 1, 0.602178097) | |
| 3727 | p56 = Instance.new("WedgePart", m6)
| |
| 3728 | - | p56.BrickColor = BrickColor.new("Crimson")
|
| 3728 | + | p56.BrickColor = BrickColor.new("Institutional white")
|
| 3729 | - | p56.Material = Enum.Material.SmoothPlastic |
| 3729 | + | p56.Material = Enum.Material.Granite |
| 3730 | p56.Name = "Wedge" | |
| 3731 | p56.CFrame = CFrame.new(1.23911822, 3.29041815, 4.03967237, 0, 0, -1, 0, 1, 0, 1, 0, 0) | |
| 3732 | p56.CanCollide = false | |
| 3733 | p56.Locked = true | |
| 3734 | p56.FormFactor = Enum.FormFactor.Custom | |
| 3735 | p56.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636) | |
| 3736 | p56.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3737 | p56.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3738 | p56.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3739 | p56.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3740 | p56.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3741 | p56.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3742 | b56 = Instance.new("SpecialMesh", p56)
| |
| 3743 | b56.MeshType = Enum.MeshType.Wedge | |
| 3744 | b56.Name = "Mesh" | |
| 3745 | b56.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097) | |
| 3746 | p57 = Instance.new("WedgePart", m6)
| |
| 3747 | - | p57.BrickColor = BrickColor.new("Black")
|
| 3747 | + | p57.BrickColor = BrickColor.new("White")
|
| 3748 | - | p57.Material = Enum.Material.SmoothPlastic |
| 3748 | + | p57.Material = Enum.Material.Granite |
| 3749 | p57.Name = "Wedge" | |
| 3750 | p57.CFrame = CFrame.new(0.749394774, 4.54971123, 4.03967237, 0, 0, -1, 0, 1, 0, 1, 0, 0) | |
| 3751 | p57.CanCollide = false | |
| 3752 | p57.Locked = true | |
| 3753 | p57.FormFactor = Enum.FormFactor.Custom | |
| 3754 | p57.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363) | |
| 3755 | p57.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3756 | p57.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3757 | p57.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3758 | p57.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3759 | p57.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3760 | p57.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3761 | b57 = Instance.new("SpecialMesh", p57)
| |
| 3762 | b57.MeshType = Enum.MeshType.Wedge | |
| 3763 | b57.Name = "Mesh" | |
| 3764 | b57.Scale = Vector3.new(0.602178097, 0.602178097, 1) | |
| 3765 | p58 = Instance.new("Part", m6)
| |
| 3766 | - | p58.BrickColor = BrickColor.new("Black")
|
| 3766 | + | p58.BrickColor = BrickColor.new("White")
|
| 3767 | - | p58.Material = Enum.Material.SmoothPlastic |
| 3767 | + | p58.Material = Enum.Material.Granite |
| 3768 | p58.CFrame = CFrame.new(0.819354892, 3.71018171, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 3769 | p58.CanCollide = false | |
| 3770 | p58.Locked = true | |
| 3771 | p58.FormFactor = Enum.FormFactor.Custom | |
| 3772 | p58.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636) | |
| 3773 | p58.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3774 | p58.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3775 | p58.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3776 | p58.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3777 | p58.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3778 | p58.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3779 | b58 = Instance.new("BlockMesh", p58)
| |
| 3780 | b58.Name = "Mesh" | |
| 3781 | b58.Scale = Vector3.new(0.602178097, 1, 0.602178097) | |
| 3782 | p59 = Instance.new("WedgePart", m6)
| |
| 3783 | - | p59.BrickColor = BrickColor.new("Black")
|
| 3783 | + | p59.BrickColor = BrickColor.new("White")
|
| 3784 | - | p59.Material = Enum.Material.SmoothPlastic |
| 3784 | + | p59.Material = Enum.Material.Granite |
| 3785 | p59.Name = "Wedge" | |
| 3786 | p59.CFrame = CFrame.new(0.259678036, 2.31096983, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0) | |
| 3787 | p59.CanCollide = false | |
| 3788 | p59.Locked = true | |
| 3789 | p59.FormFactor = Enum.FormFactor.Custom | |
| 3790 | p59.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636) | |
| 3791 | p59.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3792 | p59.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3793 | p59.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3794 | p59.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3795 | p59.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3796 | p59.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3797 | b59 = Instance.new("SpecialMesh", p59)
| |
| 3798 | b59.MeshType = Enum.MeshType.Wedge | |
| 3799 | b59.Name = "Mesh" | |
| 3800 | b59.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097) | |
| 3801 | p60 = Instance.new("Part", m6)
| |
| 3802 | - | p60.BrickColor = BrickColor.new("Black")
|
| 3802 | + | p60.BrickColor = BrickColor.new("White")
|
| 3803 | - | p60.Material = Enum.Material.SmoothPlastic |
| 3803 | + | p60.Material = Enum.Material.Granite |
| 3804 | p60.Name = "NeckPart" | |
| 3805 | p60.CFrame = CFrame.new(-0.300008506, 4.82955122, 3.8997519, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 3806 | p60.CanCollide = false | |
| 3807 | p60.Locked = true | |
| 3808 | p60.FormFactor = Enum.FormFactor.Custom | |
| 3809 | p60.Size = Vector3.new(1.25928628, 0.232357651, 0.419762105) | |
| 3810 | p60.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3811 | p60.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3812 | p60.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3813 | p60.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3814 | p60.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3815 | p60.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3816 | b60 = Instance.new("BlockMesh", p60)
| |
| 3817 | b60.Name = "Mesh" | |
| 3818 | b60.Scale = Vector3.new(1, 0.602178097, 1) | |
| 3819 | p61 = Instance.new("Part", m6)
| |
| 3820 | - | p61.BrickColor = BrickColor.new("Black")
|
| 3820 | + | p61.BrickColor = BrickColor.new("White")
|
| 3821 | - | p61.Material = Enum.Material.SmoothPlastic |
| 3821 | + | p61.Material = Enum.Material.Granite |
| 3822 | p61.CFrame = CFrame.new(0.959281087, 2.73073363, 4.03967333, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 3823 | p61.CanCollide = false | |
| 3824 | p61.Locked = true | |
| 3825 | p61.FormFactor = Enum.FormFactor.Custom | |
| 3826 | p61.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636) | |
| 3827 | p61.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3828 | p61.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3829 | p61.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3830 | p61.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3831 | p61.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3832 | p61.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3833 | b61 = Instance.new("BlockMesh", p61)
| |
| 3834 | b61.Name = "Mesh" | |
| 3835 | b61.Scale = Vector3.new(0.602178097, 1, 0.602178097) | |
| 3836 | p62 = Instance.new("WedgePart", m6)
| |
| 3837 | - | p62.BrickColor = BrickColor.new("Black")
|
| 3837 | + | p62.BrickColor = BrickColor.new("White")
|
| 3838 | - | p62.Material = Enum.Material.SmoothPlastic |
| 3838 | + | p62.Material = Enum.Material.Granite |
| 3839 | p62.Name = "Wedge" | |
| 3840 | p62.CFrame = CFrame.new(1.16916382, 2.87065434, 4.03967333, 0, 0, -1, 0, 1, 0, 1, 0, 0) | |
| 3841 | p62.CanCollide = false | |
| 3842 | p62.Locked = true | |
| 3843 | p62.FormFactor = Enum.FormFactor.Custom | |
| 3844 | p62.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363) | |
| 3845 | p62.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3846 | p62.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3847 | p62.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3848 | p62.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3849 | p62.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3850 | p62.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3851 | b62 = Instance.new("SpecialMesh", p62)
| |
| 3852 | b62.MeshType = Enum.MeshType.Wedge | |
| 3853 | b62.Name = "Mesh" | |
| 3854 | b62.Scale = Vector3.new(0.602178097, 0.602178097, 1) | |
| 3855 | p63 = Instance.new("WedgePart", m6)
| |
| 3856 | - | p63.BrickColor = BrickColor.new("Crimson")
|
| 3856 | + | p63.BrickColor = BrickColor.new("Institutional white")
|
| 3857 | - | p63.Material = Enum.Material.SmoothPlastic |
| 3857 | + | p63.Material = Enum.Material.Granite |
| 3858 | p63.Name = "Wedge" | |
| 3859 | p63.CFrame = CFrame.new(1.37904489, 2.73073268, 4.03967333, 0, 0, -1, 0, 1, 0, 1, 0, 0) | |
| 3860 | p63.CanCollide = false | |
| 3861 | p63.Locked = true | |
| 3862 | p63.FormFactor = Enum.FormFactor.Custom | |
| 3863 | p63.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636) | |
| 3864 | p63.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3865 | p63.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3866 | p63.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3867 | p63.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3868 | p63.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3869 | p63.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3870 | b63 = Instance.new("SpecialMesh", p63)
| |
| 3871 | b63.MeshType = Enum.MeshType.Wedge | |
| 3872 | b63.Name = "Mesh" | |
| 3873 | b63.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097) | |
| 3874 | p64 = Instance.new("WedgePart", m6)
| |
| 3875 | - | p64.BrickColor = BrickColor.new("Black")
|
| 3875 | + | p64.BrickColor = BrickColor.new("White")
|
| 3876 | - | p64.Material = Enum.Material.SmoothPlastic |
| 3876 | + | p64.Material = Enum.Material.Granite |
| 3877 | p64.Name = "Wedge" | |
| 3878 | p64.CFrame = CFrame.new(-0.439923674, 1.68132377, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0) | |
| 3879 | p64.CanCollide = false | |
| 3880 | p64.Locked = true | |
| 3881 | p64.FormFactor = Enum.FormFactor.Custom | |
| 3882 | p64.Size = Vector3.new(0.232357651, 0.279841423, 0.232357636) | |
| 3883 | p64.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3884 | p64.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3885 | p64.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3886 | p64.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3887 | p64.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3888 | p64.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3889 | b64 = Instance.new("SpecialMesh", p64)
| |
| 3890 | b64.MeshType = Enum.MeshType.Wedge | |
| 3891 | b64.Name = "Mesh" | |
| 3892 | b64.Scale = Vector3.new(0.602178097, 1, 0.602178097) | |
| 3893 | p65 = Instance.new("WedgePart", m6)
| |
| 3894 | - | p65.BrickColor = BrickColor.new("Black")
|
| 3894 | + | p65.BrickColor = BrickColor.new("White")
|
| 3895 | - | p65.Material = Enum.Material.SmoothPlastic |
| 3895 | + | p65.Material = Enum.Material.Granite |
| 3896 | p65.Name = "Wedge" | |
| 3897 | p65.CFrame = CFrame.new(-0.859687686, 2.31096983, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0) | |
| 3898 | p65.CanCollide = false | |
| 3899 | p65.Locked = true | |
| 3900 | p65.FormFactor = Enum.FormFactor.Custom | |
| 3901 | p65.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636) | |
| 3902 | p65.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3903 | p65.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3904 | p65.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3905 | p65.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3906 | p65.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3907 | p65.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3908 | b65 = Instance.new("SpecialMesh", p65)
| |
| 3909 | b65.MeshType = Enum.MeshType.Wedge | |
| 3910 | b65.Name = "Mesh" | |
| 3911 | b65.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097) | |
| 3912 | p66 = Instance.new("WedgePart", m6)
| |
| 3913 | - | p66.BrickColor = BrickColor.new("Black")
|
| 3913 | + | p66.BrickColor = BrickColor.new("White")
|
| 3914 | - | p66.Material = Enum.Material.SmoothPlastic |
| 3914 | + | p66.Material = Enum.Material.Granite |
| 3915 | p66.Name = "Wedge" | |
| 3916 | p66.CFrame = CFrame.new(-1.55929291, 3.71018267, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0) | |
| 3917 | p66.CanCollide = false | |
| 3918 | p66.Locked = true | |
| 3919 | p66.FormFactor = Enum.FormFactor.Custom | |
| 3920 | p66.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636) | |
| 3921 | p66.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3922 | p66.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3923 | p66.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3924 | p66.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3925 | p66.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3926 | p66.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3927 | b66 = Instance.new("SpecialMesh", p66)
| |
| 3928 | b66.MeshType = Enum.MeshType.Wedge | |
| 3929 | b66.Name = "Mesh" | |
| 3930 | b66.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097) | |
| 3931 | p67 = Instance.new("WedgePart", m6)
| |
| 3932 | - | p67.BrickColor = BrickColor.new("Black")
|
| 3932 | + | p67.BrickColor = BrickColor.new("White")
|
| 3933 | - | p67.Material = Enum.Material.SmoothPlastic |
| 3933 | + | p67.Material = Enum.Material.Granite |
| 3934 | p67.Name = "Wedge" | |
| 3935 | p67.CFrame = CFrame.new(-0.719767809, 2.31096911, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0) | |
| 3936 | p67.CanCollide = false | |
| 3937 | p67.Locked = true | |
| 3938 | p67.FormFactor = Enum.FormFactor.Custom | |
| 3939 | p67.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636) | |
| 3940 | p67.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3941 | p67.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3942 | p67.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3943 | p67.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3944 | p67.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3945 | p67.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3946 | b67 = Instance.new("SpecialMesh", p67)
| |
| 3947 | b67.MeshType = Enum.MeshType.Wedge | |
| 3948 | b67.Name = "Mesh" | |
| 3949 | b67.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097) | |
| 3950 | p68 = Instance.new("WedgePart", m6)
| |
| 3951 | - | p68.BrickColor = BrickColor.new("Crimson")
|
| 3951 | + | p68.BrickColor = BrickColor.new("Institutional white")
|
| 3952 | p68.Name = "Wedge" | |
| 3953 | p68.CFrame = CFrame.new(-1.17450571, 1.89121199, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0) | |
| 3954 | p68.CanCollide = false | |
| 3955 | p68.Locked = true | |
| 3956 | p68.FormFactor = Enum.FormFactor.Custom | |
| 3957 | p68.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636) | |
| 3958 | p68.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3959 | p68.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3960 | p68.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3961 | p68.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3962 | p68.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3963 | p68.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3964 | b68 = Instance.new("SpecialMesh", p68)
| |
| 3965 | b68.MeshType = Enum.MeshType.Wedge | |
| 3966 | b68.Name = "Mesh" | |
| 3967 | b68.Scale = Vector3.new(0.602178395, 0.602178395, 0.301089197) | |
| 3968 | p69 = Instance.new("WedgePart", m6)
| |
| 3969 | - | p69.BrickColor = BrickColor.new("Crimson")
|
| 3969 | + | p69.BrickColor = BrickColor.new("Institutional white")
|
| 3970 | p69.Name = "Wedge" | |
| 3971 | p69.CFrame = CFrame.new(-1.10454547, 1.89121199, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0) | |
| 3972 | p69.CanCollide = false | |
| 3973 | p69.Locked = true | |
| 3974 | p69.FormFactor = Enum.FormFactor.Custom | |
| 3975 | p69.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636) | |
| 3976 | p69.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3977 | p69.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3978 | p69.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3979 | p69.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3980 | p69.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3981 | p69.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3982 | b69 = Instance.new("SpecialMesh", p69)
| |
| 3983 | b69.MeshType = Enum.MeshType.Wedge | |
| 3984 | b69.Name = "Mesh" | |
| 3985 | b69.Scale = Vector3.new(0.602178395, 0.602178395, 0.301089197) | |
| 3986 | p70 = Instance.new("WedgePart", m6)
| |
| 3987 | - | p70.BrickColor = BrickColor.new("Black")
|
| 3987 | + | p70.BrickColor = BrickColor.new("White")
|
| 3988 | - | p70.Material = Enum.Material.SmoothPlastic |
| 3988 | + | p70.Material = Enum.Material.Granite |
| 3989 | p70.Name = "Wedge" | |
| 3990 | p70.CFrame = CFrame.new(0.889316559, 3.99002528, 4.03967237, 0, 0, -1, 0, 1, 0, 1, 0, 0) | |
| 3991 | p70.CanCollide = false | |
| 3992 | p70.Locked = true | |
| 3993 | p70.FormFactor = Enum.FormFactor.Custom | |
| 3994 | p70.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363) | |
| 3995 | p70.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3996 | p70.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3997 | p70.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3998 | p70.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 3999 | p70.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4000 | p70.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4001 | b70 = Instance.new("SpecialMesh", p70)
| |
| 4002 | b70.MeshType = Enum.MeshType.Wedge | |
| 4003 | b70.Name = "Mesh" | |
| 4004 | b70.Scale = Vector3.new(0.602178097, 0.602178097, 1) | |
| 4005 | p71 = Instance.new("WedgePart", m6)
| |
| 4006 | - | p71.BrickColor = BrickColor.new("Crimson")
|
| 4006 | + | p71.BrickColor = BrickColor.new("Institutional white")
|
| 4007 | p71.Name = "Wedge" | |
| 4008 | p71.CFrame = CFrame.new(-0.334977895, 1.47144794, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0) | |
| 4009 | p71.CanCollide = false | |
| 4010 | p71.Locked = true | |
| 4011 | p71.FormFactor = Enum.FormFactor.Custom | |
| 4012 | p71.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636) | |
| 4013 | p71.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4014 | p71.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4015 | p71.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4016 | p71.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4017 | p71.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4018 | p71.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4019 | b71 = Instance.new("SpecialMesh", p71)
| |
| 4020 | b71.MeshType = Enum.MeshType.Wedge | |
| 4021 | b71.Name = "Mesh" | |
| 4022 | b71.Scale = Vector3.new(0.602178395, 0.602178395, 0.301089197) | |
| 4023 | p72 = Instance.new("WedgePart", m6)
| |
| 4024 | - | p72.BrickColor = BrickColor.new("Black")
|
| 4024 | + | p72.BrickColor = BrickColor.new("White")
|
| 4025 | - | p72.Material = Enum.Material.SmoothPlastic |
| 4025 | + | p72.Material = Enum.Material.Granite |
| 4026 | p72.Name = "Wedge" | |
| 4027 | p72.CFrame = CFrame.new(-0.579845786, 2.03112626, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0) | |
| 4028 | p72.CanCollide = false | |
| 4029 | p72.Locked = true | |
| 4030 | p72.FormFactor = Enum.FormFactor.Custom | |
| 4031 | p72.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636) | |
| 4032 | p72.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4033 | p72.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4034 | p72.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4035 | p72.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4036 | p72.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4037 | p72.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4038 | b72 = Instance.new("SpecialMesh", p72)
| |
| 4039 | b72.MeshType = Enum.MeshType.Wedge | |
| 4040 | b72.Name = "Mesh" | |
| 4041 | b72.Scale = Vector3.new(0.602178097, 1, 0.602178097) | |
| 4042 | p73 = Instance.new("WedgePart", m6)
| |
| 4043 | - | p73.BrickColor = BrickColor.new("Black")
|
| 4043 | + | p73.BrickColor = BrickColor.new("White")
|
| 4044 | - | p73.Material = Enum.Material.SmoothPlastic |
| 4044 | + | p73.Material = Enum.Material.Granite |
| 4045 | p73.Name = "Wedge" | |
| 4046 | p73.CFrame = CFrame.new(-1.41937125, 2.31096983, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0) | |
| 4047 | p73.CanCollide = false | |
| 4048 | p73.Locked = true | |
| 4049 | p73.FormFactor = Enum.FormFactor.Custom | |
| 4050 | p73.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636) | |
| 4051 | p73.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4052 | p73.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4053 | p73.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4054 | p73.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4055 | p73.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4056 | p73.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4057 | b73 = Instance.new("SpecialMesh", p73)
| |
| 4058 | b73.MeshType = Enum.MeshType.Wedge | |
| 4059 | b73.Name = "Mesh" | |
| 4060 | b73.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097) | |
| 4061 | p74 = Instance.new("WedgePart", m6)
| |
| 4062 | - | p74.BrickColor = BrickColor.new("Black")
|
| 4062 | + | p74.BrickColor = BrickColor.new("White")
|
| 4063 | - | p74.Material = Enum.Material.SmoothPlastic |
| 4063 | + | p74.Material = Enum.Material.Granite |
| 4064 | p74.Name = "Wedge" | |
| 4065 | p74.CFrame = CFrame.new(1.16916382, 2.59081125, 4.03967333, 0, 0, -1, 0, -1, 0, -1, 0, 0) | |
| 4066 | p74.CanCollide = false | |
| 4067 | p74.Locked = true | |
| 4068 | p74.FormFactor = Enum.FormFactor.Custom | |
| 4069 | p74.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363) | |
| 4070 | p74.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4071 | p74.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4072 | p74.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4073 | p74.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4074 | p74.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4075 | p74.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4076 | b74 = Instance.new("SpecialMesh", p74)
| |
| 4077 | b74.MeshType = Enum.MeshType.Wedge | |
| 4078 | b74.Name = "Mesh" | |
| 4079 | b74.Scale = Vector3.new(0.602178097, 0.602178097, 1) | |
| 4080 | p75 = Instance.new("WedgePart", m6)
| |
| 4081 | - | p75.BrickColor = BrickColor.new("Black")
|
| 4081 | + | p75.BrickColor = BrickColor.new("White")
|
| 4082 | - | p75.Material = Enum.Material.SmoothPlastic |
| 4082 | + | p75.Material = Enum.Material.Granite |
| 4083 | p75.Name = "Wedge" | |
| 4084 | p75.CFrame = CFrame.new(-0.160081401, 1.68132377, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0) | |
| 4085 | p75.CanCollide = false | |
| 4086 | p75.Locked = true | |
| 4087 | p75.FormFactor = Enum.FormFactor.Custom | |
| 4088 | p75.Size = Vector3.new(0.232357651, 0.279841363, 0.232357636) | |
| 4089 | p75.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4090 | p75.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4091 | p75.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4092 | p75.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4093 | p75.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4094 | p75.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4095 | b75 = Instance.new("SpecialMesh", p75)
| |
| 4096 | b75.MeshType = Enum.MeshType.Wedge | |
| 4097 | b75.Name = "Mesh" | |
| 4098 | b75.Scale = Vector3.new(0.602178097, 1, 0.602178097) | |
| 4099 | p76 = Instance.new("WedgePart", m6)
| |
| 4100 | - | p76.BrickColor = BrickColor.new("Black")
|
| 4100 | + | p76.BrickColor = BrickColor.new("White")
|
| 4101 | - | p76.Material = Enum.Material.SmoothPlastic |
| 4101 | + | p76.Material = Enum.Material.Granite |
| 4102 | p76.Name = "Wedge" | |
| 4103 | p76.CFrame = CFrame.new(0.819362521, 2.31096983, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0) | |
| 4104 | p76.CanCollide = false | |
| 4105 | p76.Locked = true | |
| 4106 | p76.FormFactor = Enum.FormFactor.Custom | |
| 4107 | p76.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636) | |
| 4108 | p76.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4109 | p76.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4110 | p76.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4111 | p76.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4112 | p76.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4113 | p76.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4114 | b76 = Instance.new("SpecialMesh", p76)
| |
| 4115 | b76.MeshType = Enum.MeshType.Wedge | |
| 4116 | b76.Name = "Mesh" | |
| 4117 | b76.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097) | |
| 4118 | p77 = Instance.new("WedgePart", m6)
| |
| 4119 | - | p77.BrickColor = BrickColor.new("Crimson")
|
| 4119 | + | p77.BrickColor = BrickColor.new("Institutional white")
|
| 4120 | - | p77.Material = Enum.Material.SmoothPlastic |
| 4120 | + | p77.Material = Enum.Material.Granite |
| 4121 | p77.Name = "Wedge" | |
| 4122 | p77.CFrame = CFrame.new(-1.55929291, 4.40979004, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0) | |
| 4123 | p77.CanCollide = false | |
| 4124 | p77.Locked = true | |
| 4125 | p77.FormFactor = Enum.FormFactor.Custom | |
| 4126 | p77.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636) | |
| 4127 | p77.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4128 | p77.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4129 | p77.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4130 | p77.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4131 | p77.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4132 | p77.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4133 | b77 = Instance.new("SpecialMesh", p77)
| |
| 4134 | b77.MeshType = Enum.MeshType.Wedge | |
| 4135 | b77.Name = "Mesh" | |
| 4136 | b77.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097) | |
| 4137 | p78 = Instance.new("WedgePart", m6)
| |
| 4138 | - | p78.BrickColor = BrickColor.new("Black")
|
| 4138 | + | p78.BrickColor = BrickColor.new("White")
|
| 4139 | - | p78.Material = Enum.Material.SmoothPlastic |
| 4139 | + | p78.Material = Enum.Material.Granite |
| 4140 | p78.Name = "Wedge" | |
| 4141 | p78.CFrame = CFrame.new(-1.34941173, 4.54971123, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0) | |
| 4142 | p78.CanCollide = false | |
| 4143 | p78.Locked = true | |
| 4144 | p78.FormFactor = Enum.FormFactor.Custom | |
| 4145 | p78.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363) | |
| 4146 | p78.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4147 | p78.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4148 | p78.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4149 | p78.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4150 | p78.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4151 | p78.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4152 | b78 = Instance.new("SpecialMesh", p78)
| |
| 4153 | b78.MeshType = Enum.MeshType.Wedge | |
| 4154 | b78.Name = "Mesh" | |
| 4155 | b78.Scale = Vector3.new(0.602178097, 0.602178097, 1) | |
| 4156 | p79 = Instance.new("WedgePart", m6)
| |
| 4157 | - | p79.BrickColor = BrickColor.new("Crimson")
|
| 4157 | + | p79.BrickColor = BrickColor.new("Institutional white")
|
| 4158 | - | p79.Material = Enum.Material.SmoothPlastic |
| 4158 | + | p79.Material = Enum.Material.Granite |
| 4159 | p79.Name = "Wedge" | |
| 4160 | p79.CFrame = CFrame.new(-1.6992141, 3.85010386, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0) | |
| 4161 | p79.CanCollide = false | |
| 4162 | p79.Locked = true | |
| 4163 | p79.FormFactor = Enum.FormFactor.Custom | |
| 4164 | p79.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636) | |
| 4165 | p79.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4166 | p79.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4167 | p79.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4168 | p79.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4169 | p79.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4170 | p79.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4171 | b79 = Instance.new("SpecialMesh", p79)
| |
| 4172 | b79.MeshType = Enum.MeshType.Wedge | |
| 4173 | b79.Name = "Mesh" | |
| 4174 | b79.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097) | |
| 4175 | p80 = Instance.new("WedgePart", m6)
| |
| 4176 | - | p80.BrickColor = BrickColor.new("Black")
|
| 4176 | + | p80.BrickColor = BrickColor.new("White")
|
| 4177 | - | p80.Material = Enum.Material.SmoothPlastic |
| 4177 | + | p80.Material = Enum.Material.Granite |
| 4178 | p80.Name = "Wedge" | |
| 4179 | p80.CFrame = CFrame.new(-1.6992135, 3.1504972, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0) | |
| 4180 | p80.CanCollide = false | |
| 4181 | p80.Locked = true | |
| 4182 | p80.FormFactor = Enum.FormFactor.Custom | |
| 4183 | p80.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636) | |
| 4184 | p80.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4185 | p80.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4186 | p80.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4187 | p80.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4188 | p80.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4189 | p80.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 4190 | b80 = Instance.new("SpecialMesh", p80)
| |
| 4191 | b80.MeshType = Enum.MeshType.Wedge | |
| 4192 | b80.Name = "Mesh" | |
| 4193 | b80.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097) | |
| 4194 | w1 = Instance.new("Weld", p1)
| |
| 4195 | w1.Name = "Joint" | |
| 4196 | w1.Part0 = p1 | |
| 4197 | w1.C0 = CFrame.new(0, 0, 0.139921591, 0, 0, 1, 0, 1, 0, -1, 0, 0) | |
| 4198 | w1.Part1 = p47 | |
| 4199 | w1.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 4200 | w2 = Instance.new("Weld", p2)
| |
| 4201 | w2.Name = "Joint" | |
| 4202 | w2.Part0 = p2 | |
| 4203 | w2.C0 = CFrame.new(0, -2.7097974e-006, 0.139918938, 0, 0, 1, 0, -1, 0, 1, 0, 0) | |
| 4204 | w2.Part1 = p11 | |
| 4205 | w2.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 4206 | w3 = Instance.new("Weld", p3)
| |
| 4207 | w3.Name = "Joint" | |
| 4208 | w3.Part0 = p3 | |
| 4209 | w3.C0 = CFrame.new(0, 0.559684455, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 4210 | w3.Part1 = p50 | |
| 4211 | w3.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 4212 | w4 = Instance.new("Weld", p4)
| |
| 4213 | w4.Name = "Joint" | |
| 4214 | w4.Part0 = p4 | |
| 4215 | w4.C0 = CFrame.new(-0.139921427, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 4216 | w4.Part1 = p5 | |
| 4217 | w4.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 4218 | w5 = Instance.new("Weld", p5)
| |
| 4219 | w5.Name = "Joint" | |
| 4220 | w5.Part0 = p5 | |
| 4221 | w5.C0 = CFrame.new(-0.139920607, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 4222 | w5.Part1 = p27 | |
| 4223 | w5.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 4224 | w6 = Instance.new("Weld", p6)
| |
| 4225 | w6.Name = "Joint" | |
| 4226 | w6.Part0 = p6 | |
| 4227 | w6.C0 = CFrame.new(6.98293934e-006, 0.13992101, 1.35489881e-006, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 4228 | w6.Part1 = p14 | |
| 4229 | w6.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 4230 | w7 = Instance.new("Weld", p7)
| |
| 4231 | w7.Name = "Joint" | |
| 4232 | w7.Part0 = p7 | |
| 4233 | w7.C0 = CFrame.new(-0.139921531, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 4234 | w7.Part1 = p10 | |
| 4235 | w7.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 4236 | w8 = Instance.new("Weld", p8)
| |
| 4237 | w8.Name = "Joint" | |
| 4238 | w8.Part0 = p8 | |
| 4239 | w8.C0 = CFrame.new(0, 0.209881723, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 4240 | w8.Part1 = p32 | |
| 4241 | w8.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 4242 | w9 = Instance.new("Weld", p9)
| |
| 4243 | w9.Name = "Joint" | |
| 4244 | w9.Part0 = p9 | |
| 4245 | w9.C0 = CFrame.new(0, 0.279842764, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 4246 | w9.Part1 = p16 | |
| 4247 | w9.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 4248 | w10 = Instance.new("Weld", p10)
| |
| 4249 | w10.Name = "Joint" | |
| 4250 | w10.Part0 = p10 | |
| 4251 | w10.C0 = CFrame.new(-0.139921531, 1.04222977e-006, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 4252 | w10.Part1 = p61 | |
| 4253 | w10.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 4254 | w11 = Instance.new("Weld", p11)
| |
| 4255 | w11.Name = "Joint" | |
| 4256 | w11.Part0 = p11 | |
| 4257 | w11.C0 = CFrame.new(0, 0.209881723, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 4258 | w11.Part1 = p13 | |
| 4259 | w11.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 4260 | w12 = Instance.new("Weld", p12)
| |
| 4261 | w12.Name = "Joint" | |
| 4262 | w12.Part0 = p12 | |
| 4263 | w12.C0 = CFrame.new(-0.139921427, -0.139921635, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 4264 | w12.Part1 = p29 | |
| 4265 | w12.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 4266 | w13 = Instance.new("Weld", p13)
| |
| 4267 | w13.Name = "Joint" | |
| 4268 | w13.Part0 = p13 | |
| 4269 | w13.C0 = CFrame.new(0.839523137, 0.349802732, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 4270 | w13.Part1 = p48 | |
| 4271 | w13.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 4272 | w14 = Instance.new("Weld", p14)
| |
| 4273 | w14.Name = "Joint" | |
| 4274 | w14.Part0 = p14 | |
| 4275 | w14.C0 = CFrame.new(-6.98293934e-006, 1.25067584e-006, -0.139921844, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 4276 | w14.Part1 = p60 | |
| 4277 | w14.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 4278 | w15 = Instance.new("Weld", p15)
| |
| 4279 | w15.Name = "Joint" | |
| 4280 | w15.Part0 = p15 | |
| 4281 | w15.C0 = CFrame.new(-0.139920712, -0.139923528, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 4282 | w15.Part1 = p17 | |
| 4283 | w15.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 4284 | w16 = Instance.new("Weld", p16)
| |
| 4285 | w16.Name = "Joint" | |
| 4286 | w16.Part0 = p16 | |
| 4287 | w16.C0 = CFrame.new(1.45912168e-006, 0.349802852, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 4288 | w16.Part1 = p48 | |
| 4289 | w16.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 4290 | w17 = Instance.new("Weld", p17)
| |
| 4291 | w17.Name = "Joint" | |
| 4292 | w17.Part0 = p17 | |
| 4293 | w17.C0 = CFrame.new(-0.97944206, 0.0699603036, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1) | |
| 4294 | w17.Part1 = p50 | |
| 4295 | w17.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 4296 | w18 = Instance.new("Weld", p18)
| |
| 4297 | w18.Name = "Joint" | |
| 4298 | w18.Part0 = p18 | |
| 4299 | w18.C0 = CFrame.new(-0.979444683, 0.0699603036, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 4300 | w18.Part1 = p50 | |
| 4301 | w18.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 4302 | w19 = Instance.new("Weld", p19)
| |
| 4303 | w19.Name = "Joint" | |
| 4304 | w19.Part0 = p19 | |
| 4305 | w19.C0 = CFrame.new(0, -0.2098784, 0.0349924229, 0, 0, -1, 0, -1, 0, -1, 0, 0) | |
| 4306 | w19.Part1 = p54 | |
| 4307 | w19.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 4308 | w20 = Instance.new("Weld", p20)
| |
| 4309 | w20.Name = "Joint" | |
| 4310 | w20.Part0 = p20 | |
| 4311 | w20.C0 = CFrame.new(-0.139921427, -0.13992101, 1.35489881e-006, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 4312 | w20.Part1 = p21 | |
| 4313 | w20.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 4314 | w21 = Instance.new("Weld", p21)
| |
| 4315 | w21.Name = "Joint" | |
| 4316 | w21.Part0 = p21 | |
| 4317 | w21.C0 = CFrame.new(-1.25928402, 0.0699627995, -1.35489881e-006, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 4318 | w21.Part1 = p37 | |
| 4319 | w21.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 4320 | w22 = Instance.new("Weld", p22)
| |
| 4321 | w22.Name = "Joint" | |
| 4322 | w22.Part0 = p22 | |
| 4323 | w22.C0 = CFrame.new(0, -0.209878504, 0.0349705629, 0, 0, 1, 0, -1, 0, 1, 0, 0) | |
| 4324 | w22.Part1 = p8 | |
| 4325 | w22.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 4326 | w23 = Instance.new("Weld", p23)
| |
| 4327 | w23.Name = "Joint" | |
| 4328 | w23.Part0 = p23 | |
| 4329 | w23.C0 = CFrame.new(0, 0, 0.139921427, 0, 0, 1, 0, 1, 0, -1, 0, 0) | |
| 4330 | w23.Part1 = p35 | |
| 4331 | w23.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 4332 | w24 = Instance.new("Weld", p24)
| |
| 4333 | w24.Name = "Joint" | |
| 4334 | w24.Part0 = p24 | |
| 4335 | w24.C0 = CFrame.new(8.33783815e-007, -0.209883824, 1.25928962, 0, 0, -1, 0, -1, 0, -1, 0, 0) | |
| 4336 | w24.Part1 = p48 | |
| 4337 | w24.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 4338 | w25 = Instance.new("Weld", p25)
| |
| 4339 | w25.Name = "Joint" | |
| 4340 | w25.Part0 = p25 | |
| 4341 | w25.C0 = CFrame.new(0, -0.209878504, 0.0349897929, 0, 0, -1, 0, -1, 0, -1, 0, 0) | |
| 4342 | w25.Part1 = p8 | |
| 4343 | w25.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 4344 | w26 = Instance.new("Weld", p26)
| |
| 4345 | w26.Name = "Joint" | |
| 4346 | w26.Part0 = p26 | |
| 4347 | w26.C0 = CFrame.new(0, -3.33513526e-006, 0.769568086, 0, 0, -1, 0, 1, 0, 1, 0, 0) | |
| 4348 | w26.Part1 = p6 | |
| 4349 | w26.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 4350 | w27 = Instance.new("Weld", p27)
| |
| 4351 | w27.Name = "Joint" | |
| 4352 | w27.Part0 = p27 | |
| 4353 | w27.C0 = CFrame.new(-1.25928354, -0.0699575916, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1) | |
| 4354 | w27.Part1 = p48 | |
| 4355 | w27.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 4356 | w28 = Instance.new("Weld", p28)
| |
| 4357 | w28.Name = "Joint" | |
| 4358 | w28.Part0 = p28 | |
| 4359 | w28.C0 = CFrame.new(0, -0.13992101, 0, 0, 0, -1, 0, -1, -0, -1, 0, -0) | |
| 4360 | w28.Part1 = p35 | |
| 4361 | w28.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 4362 | w29 = Instance.new("Weld", p29)
| |
| 4363 | w29.Name = "Joint" | |
| 4364 | w29.Part0 = p29 | |
| 4365 | w29.C0 = CFrame.new(-1.25928354, 0.0699634254, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1) | |
| 4366 | w29.Part1 = p37 | |
| 4367 | w29.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 4368 | w30 = Instance.new("Weld", p30)
| |
| 4369 | w30.Name = "Joint" | |
| 4370 | w30.Part0 = p30 | |
| 4371 | w30.C0 = CFrame.new(0, -0.139920816, 0, 0, 0, -1, 0, -1, 0, -1, 0, 0) | |
| 4372 | w30.Part1 = p20 | |
| 4373 | w30.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 4374 | w31 = Instance.new("Weld", p31)
| |
| 4375 | w31.Name = "Joint" | |
| 4376 | w31.Part0 = p31 | |
| 4377 | w31.C0 = CFrame.new(0, -3.02246644e-006, 0.419769108, 0, 0, -1, 0, -1, -0, -1, 0, -0) | |
| 4378 | w31.Part1 = p16 | |
| 4379 | w31.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 4380 | w32 = Instance.new("Weld", p32)
| |
| 4381 | w32.Name = "Joint" | |
| 4382 | w32.Part0 = p32 | |
| 4383 | w32.C0 = CFrame.new(-0.839526176, 0.349802852, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 4384 | w32.Part1 = p48 | |
| 4385 | w32.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 4386 | w33 = Instance.new("Weld", p33)
| |
| 4387 | w33.Name = "Joint" | |
| 4388 | w33.Part0 = p33 | |
| 4389 | w33.C0 = CFrame.new(1.3548987e-006, -0.279842436, 0.0699624866, 0, 0, 1, 0, 1, 0, -1, 0, 0) | |
| 4390 | w33.Part1 = p21 | |
| 4391 | w33.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 4392 | w34 = Instance.new("Weld", p34)
| |
| 4393 | w34.Name = "Joint" | |
| 4394 | w34.Part0 = p34 | |
| 4395 | w34.C0 = CFrame.new(0, -0.279842019, 0, 0, 0, -1, 0, -1, -0, -1, 0, -0) | |
| 4396 | w34.Part1 = p27 | |
| 4397 | w34.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 4398 | w35 = Instance.new("Weld", p35)
| |
| 4399 | w35.Name = "Joint" | |
| 4400 | w35.Part0 = p35 | |
| 4401 | w35.C0 = CFrame.new(-0.139920607, -0.139922053, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 4402 | w35.Part1 = p58 | |
| 4403 | w35.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 4404 | w36 = Instance.new("Weld", p36)
| |
| 4405 | w36.Name = "Joint" | |
| 4406 | w36.Part0 = p36 | |
| 4407 | w36.C0 = CFrame.new(0, -0.279843062, 0.0699611381, 0, 0, 1, 0, 1, 0, -1, 0, 0) | |
| 4408 | w36.Part1 = p29 | |
| 4409 | w36.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 4410 | w37 = Instance.new("Weld", p37)
| |
| 4411 | w37.Name = "Joint" | |
| 4412 | w37.Part0 = p37 | |
| 4413 | w37.C0 = CFrame.new(0, 0.559682429, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 4414 | w37.Part1 = p3 | |
| 4415 | w37.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 4416 | w38 = Instance.new("Weld", p38)
| |
| 4417 | w38.Name = "Joint" | |
| 4418 | w38.Part0 = p38 | |
| 4419 | w38.C0 = CFrame.new(0, 0, 0.13992101, 0, 0, 1, 0, 1, 0, -1, 0, 0) | |
| 4420 | w38.Part1 = p4 | |
| 4421 | w38.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 4422 | w39 = Instance.new("Weld", p39)
| |
| 4423 | w39.Name = "Joint" | |
| 4424 | w39.Part0 = p39 | |
| 4425 | w39.C0 = CFrame.new(0, 0, 0.139921427, 0, 0, 1, 0, 1, 0, -1, 0, 0) | |
| 4426 | w39.Part1 = p12 | |
| 4427 | w39.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 4428 | w40 = Instance.new("Weld", p40)
| |
| 4429 | w40.Name = "Joint" | |
| 4430 | w40.Part0 = p40 | |
| 4431 | w40.C0 = CFrame.new(0, -0.279843479, 0.0699611381, 0, 0, 1, 0, 1, 0, -1, 0, 0) | |
| 4432 | w40.Part1 = p52 | |
| 4433 | w40.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 4434 | w41 = Instance.new("Weld", p41)
| |
| 4435 | w41.Name = "Joint" | |
| 4436 | w41.Part0 = p41 | |
| 4437 | w41.C0 = CFrame.new(0, -0.139921427, 0.0699607134, 0, 0, -1, 0, -1, -0, -1, 0, -0) | |
| 4438 | w41.Part1 = p5 | |
| 4439 | w41.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 4440 | w42 = Instance.new("Weld", p42)
| |
| 4441 | w42.Name = "Joint" | |
| 4442 | w42.Part0 = p42 | |
| 4443 | w42.C0 = CFrame.new(0, -2.7097974e-006, 0.139925033, 0, 0, -1, 0, -1, 0, -1, 0, 0) | |
| 4444 | w42.Part1 = p8 | |
| 4445 | w42.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 4446 | w43 = Instance.new("Weld", p43)
| |
| 4447 | w43.Name = "Joint" | |
| 4448 | w43.Part0 = p43 | |
| 4449 | w43.C0 = CFrame.new(0, -0.139921218, 0.0699607134, 0, 0, 1, 0, 1, 0, -1, 0, 0) | |
| 4450 | w43.Part1 = p5 | |
| 4451 | w43.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 4452 | w44 = Instance.new("Weld", p44)
| |
| 4453 | w44.Name = "Joint" | |
| 4454 | w44.Part0 = p44 | |
| 4455 | w44.C0 = CFrame.new(0, -0.139921844, 0, 0, 0, -1, 0, -1, 0, -1, 0, 0) | |
| 4456 | w44.Part1 = p15 | |
| 4457 | w44.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 4458 | w45 = Instance.new("Weld", p45)
| |
| 4459 | w45.Name = "Joint" | |
| 4460 | w45.Part0 = p45 | |
| 4461 | w45.C0 = CFrame.new(0, -2.7097974e-006, 0.139921531, 0, 0, -1, 0, -1, 0, -1, 0, 0) | |
| 4462 | w45.Part1 = p11 | |
| 4463 | w45.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 4464 | w46 = Instance.new("Weld", p46)
| |
| 4465 | w46.Name = "Joint" | |
| 4466 | w46.Part0 = p46 | |
| 4467 | w46.C0 = CFrame.new(0, -3.33513526e-006, 0.769562066, 0, 0, 1, 0, 1, 0, -1, 0, 0) | |
| 4468 | w46.Part1 = p6 | |
| 4469 | w46.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 4470 | w47 = Instance.new("Weld", p47)
| |
| 4471 | w47.Name = "Joint" | |
| 4472 | w47.Part0 = p47 | |
| 4473 | w47.C0 = CFrame.new(-0.139920652, -0.139923528, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 4474 | w47.Part1 = p18 | |
| 4475 | w47.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 4476 | w48 = Instance.new("Weld", p48)
| |
| 4477 | w48.Name = "Joint" | |
| 4478 | w48.Part0 = p48 | |
| 4479 | w48.C0 = CFrame.new(0, 0.559684873, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 4480 | w48.Part1 = p37 | |
| 4481 | w48.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 4482 | w49 = Instance.new("Weld", p49)
| |
| 4483 | w49.Name = "Joint" | |
| 4484 | w49.Part0 = p49 | |
| 4485 | w49.C0 = CFrame.new(0, -0.139921844, 0, 0, 0, -1, 0, -1, 0, -1, 0, 0) | |
| 4486 | w49.Part1 = p47 | |
| 4487 | w49.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 4488 | w50 = Instance.new("Weld", p50)
| |
| 4489 | w50.Name = "Joint" | |
| 4490 | w50.Part0 = p50 | |
| 4491 | w50.C0 = CFrame.new(0, 0.349801898, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 4492 | w50.Part1 = p6 | |
| 4493 | w50.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 4494 | w51 = Instance.new("Weld", p51)
| |
| 4495 | w51.Name = "Joint" | |
| 4496 | w51.Part0 = p51 | |
| 4497 | w51.C0 = CFrame.new(-0.139921427, -0.139922053, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 4498 | w51.Part1 = p52 | |
| 4499 | w51.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 4500 | w52 = Instance.new("Weld", p52)
| |
| 4501 | w52.Name = "Joint" | |
| 4502 | w52.Part0 = p52 | |
| 4503 | w52.C0 = CFrame.new(-1.11936295, 0.0699607134, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1) | |
| 4504 | w52.Part1 = p3 | |
| 4505 | w52.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 4506 | w53 = Instance.new("Weld", p53)
| |
| 4507 | w53.Name = "Joint" | |
| 4508 | w53.Part0 = p53 | |
| 4509 | w53.C0 = CFrame.new(0, 3.9604729e-006, 0.279851943, 0, 0, -1, 0, -1, -0, -1, 0, -0) | |
| 4510 | w53.Part1 = p9 | |
| 4511 | w53.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 4512 | w54 = Instance.new("Weld", p54)
| |
| 4513 | w54.Name = "Joint" | |
| 4514 | w54.Part0 = p54 | |
| 4515 | w54.C0 = CFrame.new(0, 0.349802941, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 4516 | w54.Part1 = p9 | |
| 4517 | w54.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 4518 | w55 = Instance.new("Weld", p55)
| |
| 4519 | w55.Name = "Joint" | |
| 4520 | w55.Part0 = p55 | |
| 4521 | w55.C0 = CFrame.new(0, -2.7097974e-006, 0.139916331, 0, 0, 1, 0, -1, 0, 1, 0, 0) | |
| 4522 | w55.Part1 = p8 | |
| 4523 | w55.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 4524 | w56 = Instance.new("Weld", p56)
| |
| 4525 | w56.Name = "Joint" | |
| 4526 | w56.Part0 = p56 | |
| 4527 | w56.C0 = CFrame.new(0, 0, 0.139921322, 0, 0, 1, 0, 1, 0, -1, 0, 0) | |
| 4528 | w56.Part1 = p20 | |
| 4529 | w56.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 4530 | w57 = Instance.new("Weld", p57)
| |
| 4531 | w57.Name = "Joint" | |
| 4532 | w57.Part0 = p57 | |
| 4533 | w57.C0 = CFrame.new(0, -0.139921427, -0.0699620694, 0, 0, 1, 0, 1, 0, -1, 0, 0) | |
| 4534 | w57.Part1 = p47 | |
| 4535 | w57.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 4536 | w58 = Instance.new("Weld", p58)
| |
| 4537 | w58.Name = "Joint" | |
| 4538 | w58.Part0 = p58 | |
| 4539 | w58.C0 = CFrame.new(-1.11936343, 0.0699607134, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 4540 | w58.Part1 = p3 | |
| 4541 | w58.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 4542 | w59 = Instance.new("Weld", p59)
| |
| 4543 | w59.Name = "Joint" | |
| 4544 | w59.Part0 = p59 | |
| 4545 | w59.C0 = CFrame.new(0, -2.50135167e-006, 0.279839605, 0, 0, 1, 0, -1, 0, 1, 0, 0) | |
| 4546 | w59.Part1 = p32 | |
| 4547 | w59.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 4548 | w60 = Instance.new("Weld", p61)
| |
| 4549 | w60.Name = "Joint" | |
| 4550 | w60.Part0 = p61 | |
| 4551 | w60.C0 = CFrame.new(-1.25928962, -0.0699586272, -8.33783815e-007, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 4552 | w60.Part1 = p48 | |
| 4553 | w60.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 4554 | w61 = Instance.new("Weld", p62)
| |
| 4555 | w61.Name = "Joint" | |
| 4556 | w61.Part0 = p62 | |
| 4557 | w61.C0 = CFrame.new(0, -0.139921635, 0.0699612424, 0, 0, 1, 0, 1, 0, -1, 0, 0) | |
| 4558 | w61.Part1 = p10 | |
| 4559 | w61.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 4560 | w62 = Instance.new("Weld", p63)
| |
| 4561 | w62.Name = "Joint" | |
| 4562 | w62.Part0 = p63 | |
| 4563 | w62.C0 = CFrame.new(0, 0, 0.139920712, 0, 0, 1, 0, 1, 0, -1, 0, 0) | |
| 4564 | w62.Part1 = p7 | |
| 4565 | w62.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 4566 | w63 = Instance.new("Weld", p64)
| |
| 4567 | w63.Name = "Joint" | |
| 4568 | w63.Part0 = p64 | |
| 4569 | w63.C0 = CFrame.new(0, -2.60557431e-006, 0.139913708, 0, 0, 1, 0, -1, 0, 1, 0, 0) | |
| 4570 | w63.Part1 = p54 | |
| 4571 | w63.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 4572 | w64 = Instance.new("Weld", p65)
| |
| 4573 | w64.Name = "Joint" | |
| 4574 | w64.Part0 = p65 | |
| 4575 | w64.C0 = CFrame.new(0, -2.50135167e-006, 0.279843956, 0, 0, -1, 0, -1, 0, -1, 0, 0) | |
| 4576 | w64.Part1 = p13 | |
| 4577 | w64.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 4578 | w65 = Instance.new("Weld", p66)
| |
| 4579 | w65.Name = "Joint" | |
| 4580 | w65.Part0 = p66 | |
| 4581 | w65.C0 = CFrame.new(0, 1.04222977e-006, 0.139921427, 0, 0, -1, 0, -1, -0, -1, 0, -0) | |
| 4582 | w65.Part1 = p52 | |
| 4583 | w65.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 4584 | w66 = Instance.new("Weld", p67)
| |
| 4585 | w66.Name = "Joint" | |
| 4586 | w66.Part0 = p67 | |
| 4587 | w66.C0 = CFrame.new(0, -3.02246644e-006, 0.419757843, 0, 0, 1, 0, -1, 0, 1, 0, 0) | |
| 4588 | w66.Part1 = p16 | |
| 4589 | w66.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 4590 | w67 = Instance.new("Weld", p68)
| |
| 4591 | w67.Name = "Joint" | |
| 4592 | w67.Part0 = p68 | |
| 4593 | w67.C0 = CFrame.new(0, -0.209878504, 0.0349741057, 0, 0, 1, 0, -1, 0, 1, 0, 0) | |
| 4594 | w67.Part1 = p11 | |
| 4595 | w67.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 4596 | w68 = Instance.new("Weld", p69)
| |
| 4597 | w68.Name = "Joint" | |
| 4598 | w68.Part0 = p69 | |
| 4599 | w68.C0 = CFrame.new(0, -0.209878504, 0.0349861942, 0, 0, -1, 0, -1, 0, -1, 0, 0) | |
| 4600 | w68.Part1 = p11 | |
| 4601 | w68.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 4602 | w69 = Instance.new("Weld", p70)
| |
| 4603 | w69.Name = "Joint" | |
| 4604 | w69.Part0 = p70 | |
| 4605 | w69.C0 = CFrame.new(0, -0.279843479, 0.0699616596, 0, 0, 1, 0, 1, 0, -1, 0, 0) | |
| 4606 | w69.Part1 = p58 | |
| 4607 | w69.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 4608 | w70 = Instance.new("Weld", p71)
| |
| 4609 | w70.Name = "Joint" | |
| 4610 | w70.Part0 = p71 | |
| 4611 | w70.C0 = CFrame.new(0, -0.2098784, 0.0349679329, 0, 0, 1, 0, -1, 0, 1, 0, 0) | |
| 4612 | w70.Part1 = p54 | |
| 4613 | w70.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 4614 | w71 = Instance.new("Weld", p72)
| |
| 4615 | w71.Name = "Joint" | |
| 4616 | w71.Part0 = p72 | |
| 4617 | w71.C0 = CFrame.new(0, -3.02246644e-006, 0.27983579, 0, 0, 1, 0, -1, 0, 1, 0, 0) | |
| 4618 | w71.Part1 = p9 | |
| 4619 | w71.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 4620 | w72 = Instance.new("Weld", p73)
| |
| 4621 | w72.Name = "Joint" | |
| 4622 | w72.Part0 = p73 | |
| 4623 | w72.C0 = CFrame.new(0, -2.50135167e-006, 0.279839605, 0, 0, 1, 0, -1, 0, 1, 0, 0) | |
| 4624 | w72.Part1 = p13 | |
| 4625 | w72.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 4626 | w73 = Instance.new("Weld", p74)
| |
| 4627 | w73.Name = "Joint" | |
| 4628 | w73.Part0 = p74 | |
| 4629 | w73.C0 = CFrame.new(0, -0.139921427, 0.0699612424, 0, 0, -1, 0, -1, 0, -1, 0, 0) | |
| 4630 | w73.Part1 = p10 | |
| 4631 | w73.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 4632 | w74 = Instance.new("Weld", p75)
| |
| 4633 | w74.Name = "Joint" | |
| 4634 | w74.Part0 = p75 | |
| 4635 | w74.C0 = CFrame.new(0, -2.60557431e-006, 0.139928564, 0, 0, -1, 0, -1, 0, -1, 0, 0) | |
| 4636 | w74.Part1 = p54 | |
| 4637 | w74.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 4638 | w75 = Instance.new("Weld", p76)
| |
| 4639 | w75.Name = "Joint" | |
| 4640 | w75.Part0 = p76 | |
| 4641 | w75.C0 = CFrame.new(0, -2.50135167e-006, 0.27984485, 0, 0, -1, 0, -1, 0, -1, 0, 0) | |
| 4642 | w75.Part1 = p32 | |
| 4643 | w75.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 4644 | w76 = Instance.new("Weld", p77)
| |
| 4645 | w76.Name = "Joint" | |
| 4646 | w76.Part0 = p77 | |
| 4647 | w76.C0 = CFrame.new(0, 0, 0.139921635, 0, 0, 1, 0, 1, 0, -1, 0, 0) | |
| 4648 | w76.Part1 = p15 | |
| 4649 | w76.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 4650 | w77 = Instance.new("Weld", p78)
| |
| 4651 | w77.Name = "Joint" | |
| 4652 | w77.Part0 = p78 | |
| 4653 | w77.C0 = CFrame.new(0, -0.139921427, -0.0699594691, 0, 0, 1, 0, 1, 0, -1, 0, 0) | |
| 4654 | w77.Part1 = p15 | |
| 4655 | w77.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 4656 | w78 = Instance.new("Weld", p79)
| |
| 4657 | w78.Name = "Joint" | |
| 4658 | w78.Part0 = p79 | |
| 4659 | w78.C0 = CFrame.new(0, 0, 0.139921218, 0, 0, 1, 0, 1, 0, -1, 0, 0) | |
| 4660 | w78.Part1 = p51 | |
| 4661 | w78.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 4662 | w79 = Instance.new("Weld", p80)
| |
| 4663 | w79.Name = "Joint" | |
| 4664 | w79.Part0 = p80 | |
| 4665 | w79.C0 = CFrame.new(0, -0.13992101, 0, 0, 0, -1, 0, -1, -0, -1, 0, -0) | |
| 4666 | w79.Part1 = p12 | |
| 4667 | w79.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 4668 | m6.Parent = torso | |
| 4669 | m6:MakeJoints() | |
| 4670 | ||
| 4671 | model = m6; | |
| 4672 | for i,v in pairs(model:GetChildren()) do | |
| 4673 | if v:IsA('Part') then
| |
| 4674 | v.Transparency = 1; | |
| 4675 | end | |
| 4676 | end | |
| 4677 | ||
| 4678 | model = m6; | |
| 4679 | for i,v in pairs(model:GetChildren()) do | |
| 4680 | if v:IsA('WedgePart') then
| |
| 4681 | v.Transparency = 1; | |
| 4682 | end | |
| 4683 | end | |
| 4684 | ||
| 4685 | model = m6; | |
| 4686 | for i,v in pairs(model:GetChildren()) do | |
| 4687 | if v:IsA('SpecialMesh') then
| |
| 4688 | v.Transparency = 1; | |
| 4689 | end | |
| 4690 | end | |
| 4691 | ---------------------------------------------------- | |
| 4692 | --EDIT SECTION HERE-- | |
| 4693 | ||
| 4694 | --flying-- | |
| 4695 | ||
| 4696 | local char = game.Players.LocalPlayer.Character | |
| 4697 | local torso = game.Workspace[game.Players.LocalPlayer.Name].Torso | |
| 4698 | local player = game.Players.LocalPlayer | |
| 4699 | local pchar = player.Character | |
| 4700 | local mouse = player:GetMouse() | |
| 4701 | local cam = workspace.CurrentCamera | |
| 4702 | local hum = char.Humanoid | |
| 4703 | local root = char.HumanoidRootPart | |
| 4704 | ||
| 4705 | ||
| 4706 | local rad = math.rad | |
| 4707 | ||
| 4708 | local keysDown = {}
| |
| 4709 | local flySpeed = 0 | |
| 4710 | local MAX_FLY_SPEED = 100 | |
| 4711 | ||
| 4712 | local canFly = false | |
| 4713 | local flyToggled = false | |
| 4714 | ||
| 4715 | local forward, side = 0, 0 | |
| 4716 | local lastForward, lastSide = 0, 0 | |
| 4717 | ||
| 4718 | local floatBP = Instance.new("BodyPosition")
| |
| 4719 | floatBP.maxForce = Vector3.new(0, math.huge, 0) | |
| 4720 | local flyBV = Instance.new("BodyVelocity")
| |
| 4721 | flyBV.maxForce = Vector3.new(9e9, 9e9, 9e9) | |
| 4722 | local turnBG = Instance.new("BodyGyro")
| |
| 4723 | turnBG.maxTorque = Vector3.new(math.huge, math.huge, math.huge) | |
| 4724 | ||
| 4725 | mouse.KeyDown:connect(function(key) | |
| 4726 | keysDown[key] = true | |
| 4727 | ||
| 4728 | if key == "g" then | |
| 4729 | flyToggled = not flyToggled | |
| 4730 | ||
| 4731 | if not flyToggled then | |
| 4732 | animpose = "Idle1" | |
| 4733 | stanceToggle = "Idle1" | |
| 4734 | floatBP.Parent = nil | |
| 4735 | flyBV.Parent = nil | |
| 4736 | turnBG.Parent = nil | |
| 4737 | root.Velocity = Vector3.new() | |
| 4738 | pchar.Humanoid.PlatformStand = false | |
| 4739 | end | |
| 4740 | end | |
| 4741 | ||
| 4742 | end) | |
| 4743 | mouse.KeyUp:connect(function(key) | |
| 4744 | keysDown[key] = nil | |
| 4745 | end) | |
| 4746 | ||
| 4747 | local function updateFly() | |
| 4748 | ||
| 4749 | if not flyToggled then return end | |
| 4750 | ||
| 4751 | lastForward = forward | |
| 4752 | lastSide = side | |
| 4753 | ||
| 4754 | forward = 0 | |
| 4755 | side = 0 | |
| 4756 | ||
| 4757 | if keysDown.w then | |
| 4758 | forward = forward + 1 | |
| 4759 | animpose = "Idle1" | |
| 4760 | end | |
| 4761 | if keysDown.s then | |
| 4762 | forward = forward - 1 | |
| 4763 | animpose = "Idle1" | |
| 4764 | end | |
| 4765 | if keysDown.a then | |
| 4766 | side = side - 1 | |
| 4767 | animpose = "Idle1" | |
| 4768 | end | |
| 4769 | if keysDown.d then | |
| 4770 | side = side + 1 | |
| 4771 | animpose = "Idle1" | |
| 4772 | end | |
| 4773 | ||
| 4774 | ||
| 4775 | canFly = (forward ~= 0 or side ~= 0) | |
| 4776 | ||
| 4777 | if canFly then | |
| 4778 | stanceToggle = "Grab" | |
| 4779 | turnBG.Parent = root | |
| 4780 | floatBP.Parent = nil | |
| 4781 | flyBV.Parent = root | |
| 4782 | ||
| 4783 | ||
| 4784 | flySpeed = flySpeed + 1 + (flySpeed / MAX_FLY_SPEED) | |
| 4785 | if flySpeed > MAX_FLY_SPEED then flySpeed = MAX_FLY_SPEED end | |
| 4786 | else | |
| 4787 | floatBP.position = root.Position | |
| 4788 | floatBP.Parent = root | |
| 4789 | ||
| 4790 | flySpeed = flySpeed - 1 | |
| 4791 | if flySpeed < 0 then flySpeed = 0 end | |
| 4792 | end | |
| 4793 | ||
| 4794 | local camCF = cam.CoordinateFrame | |
| 4795 | local in_forward = canFly and forward or lastForward | |
| 4796 | local in_side = canFly and side or lastSide | |
| 4797 | ||
| 4798 | flyBV.velocity = ((camCF.lookVector * in_forward) + (camCF * CFrame.new(in_side, | |
| 4799 | in_forward * 0.2, 0).p) - camCF.p) * flySpeed | |
| 4800 | ||
| 4801 | turnBG.cframe = camCF * CFrame.Angles(-rad(forward * (flySpeed / MAX_FLY_SPEED)), 0, | |
| 4802 | 0) | |
| 4803 | end | |
| 4804 | ||
| 4805 | game:service'RunService'.RenderStepped:connect(function() | |
| 4806 | if flyToggled then | |
| 4807 | pchar.Humanoid.PlatformStand = true | |
| 4808 | end | |
| 4809 | updateFly() | |
| 4810 | end) | |
| 4811 | ---------------------------------------------- | |
| 4812 | --arm effects-- | |
| 4813 | ||
| 4814 | Player=game:GetService("Players").LocalPlayer
| |
| 4815 | Character=Player.Character | |
| 4816 | PlayerGui=Player.PlayerGui | |
| 4817 | Backpack=Player.Backpack | |
| 4818 | Torso=Character.Torso | |
| 4819 | Head=Character.Head | |
| 4820 | Humanoid=Character.Humanoid | |
| 4821 | m=Instance.new('Model',Character)
| |
| 4822 | LeftArm=Character["Left Arm"] | |
| 4823 | LeftLeg=Character["Left Leg"] | |
| 4824 | RightArm=Character["Right Arm"] | |
| 4825 | RightLeg=Character["Right Leg"] | |
| 4826 | local mouse=Player:GetMouse() | |
| 4827 | local PE = Instance.new("ParticleEmitter", LeftArm)
| |
| 4828 | PE.Name = "Flame" | |
| 4829 | local c1 = Color3.fromRGB (0,0,0) | |
| 4830 | local c2 = Color3.fromRGB (0,0,150) | |
| 4831 | PE.Color = ColorSequence.new(c1) | |
| 4832 | PE.EmissionDirection = "Bottom" | |
| 4833 | PE.Texture = "rbxassetid://242201991" | |
| 4834 | PE.LightEmission = 0.850 | |
| 4835 | PE.Speed = NumberRange.new(0) | |
| 4836 | PE.RotSpeed = NumberRange.new(250) | |
| 4837 | PE.Size = NumberSequence.new(.5) | |
| 4838 | PE.Lifetime = NumberRange.new(0.2) | |
| 4839 | PE.Rate = 200 | |
| 4840 | PE.VelocitySpread = 50 | |
| 4841 | ||
| 4842 | ||
| 4843 | local PE = Instance.new("ParticleEmitter", RightArm)
| |
| 4844 | PE.Name = "Flame" | |
| 4845 | local c1 = Color3.fromRGB (0,0,0) | |
| 4846 | local c2 = Color3.fromRGB (0,0,150) | |
| 4847 | PE.Color = ColorSequence.new(c1) | |
| 4848 | PE.EmissionDirection = "Bottom" | |
| 4849 | PE.Texture = "rbxassetid://242201991" | |
| 4850 | PE.LightEmission = 0.850 | |
| 4851 | PE.Speed = NumberRange.new(0) | |
| 4852 | PE.RotSpeed = NumberRange.new(250) | |
| 4853 | PE.Size = NumberSequence.new(.5) | |
| 4854 | PE.Lifetime = NumberRange.new(0.2) | |
| 4855 | PE.Rate = 200 | |
| 4856 | PE.VelocitySpread = 50 | |
| 4857 | ------------------------------------------Magic---- | |
| 4858 | Magik = function() | |
| 4859 | Spawn(function() | |
| 4860 | local function lerp(a,b,c) | |
| 4861 | return a+(b-a)*c | |
| 4862 | end | |
| 4863 | local function rndRange(rng) | |
| 4864 | return math.random(-rng*1000,rng*1000)/1000 | |
| 4865 | end | |
| 4866 | local magik = Instance.new("Part", LeftArm)
| |
| 4867 | - | local Colors = {"Crimson", "Really black"}
|
| 4867 | + | local Colors = {"Institutional white", "Smoky grey"}
|
| 4868 | local Material = {"Neon","Neon"}
| |
| 4869 | magik.Anchored = true | |
| 4870 | magik.Material = "Neon" | |
| 4871 | magik.Locked = true | |
| 4872 | magik.FormFactor = "Custom" | |
| 4873 | magik.Size = Vector3.new(1.2, 1.2, 1.2) | |
| 4874 | magik.TopSurface = "Smooth" | |
| 4875 | magik.BottomSurface = "Smooth" | |
| 4876 | magik.Transparency = 0 | |
| 4877 | magik.CanCollide = false | |
| 4878 | magik.BrickColor = BrickColor.new(Colors[math.random(1,#Colors)]) | |
| 4879 | magik.Material = (Material[math.random(1,#Material)]) | |
| 4880 | local mr = math.rad | |
| 4881 | local rnx,rny,rnz = mr(rndRange(180)),mr(rndRange(180)),mr(rndRange(180)) | |
| 4882 | local cf = LeftArm.CFrame * CFrame.new(0, -.8, 0) * CFrame.Angles(rnx,rny,rnz) | |
| 4883 | magik.CFrame = cf | |
| 4884 | for i = 0, 1, .05 do | |
| 4885 | local newTrans = lerp(0.5, 1, i) | |
| 4886 | local ns = lerp(1,1.2,i) | |
| 4887 | magik.Transparency = newTrans | |
| 4888 | magik.Size = Vector3.new(ns,ns,ns) | |
| 4889 | magik.CFrame = cf | |
| 4890 | wait() | |
| 4891 | end | |
| 4892 | magik:Destroy() | |
| 4893 | wait() | |
| 4894 | end) | |
| 4895 | end | |
| 4896 | ||
| 4897 | ||
| 4898 | Spawn(function() | |
| 4899 | while wait (.1) do | |
| 4900 | Magik() | |
| 4901 | end | |
| 4902 | end) | |
| 4903 | ||
| 4904 | local p = game.Players.LocalPlayer | |
| 4905 | local char = p.Character | |
| 4906 | local mouse = p:GetMouse() | |
| 4907 | local larm = char["Left Arm"] | |
| 4908 | local rarm = char["Right Arm"] | |
| 4909 | local lleg = char["Left Leg"] | |
| 4910 | local rleg = char["Right Leg"] | |
| 4911 | local hed = char.Head | |
| 4912 | local torso = char.Torso | |
| 4913 | local hum = char.Humanoid | |
| 4914 | local cam = game.Workspace.CurrentCamera | |
| 4915 | local root = char.HumanoidRootPart | |
| 4916 | local deb = false | |
| 4917 | local CanAttack = true | |
| 4918 | local shot = 0 | |
| 4919 | local l = game:GetService("Lighting")
| |
| 4920 | local rs = game:GetService("RunService").RenderStepped
| |
| 4921 | math.randomseed(os.time()) | |
| 4922 | hum.MaxHealth = 9001 | |
| 4923 | wait(1) | |
| 4924 | hum.Health = 9001 | |
| 4925 | ||
| 4926 | for i,v in pairs (hed:GetChildren()) do | |
| 4927 | if v:IsA("Sound") then
| |
| 4928 | v:Destroy() | |
| 4929 | end | |
| 4930 | end | |
| 4931 | --game:service'InsertService':LoadAsset(16469427):children()[1].Parent = char | |
| 4932 | --char.Reaper.Handle.Mesh.TextureId = "http://www.roblox.com/asset/?id=176349813" | |
| 4933 | ||
| 4934 | ||
| 4935 | ---------------------------------------------------- | |
| 4936 | --[[Additional Functions]] | |
| 4937 | ||
| 4938 | cf=CFrame.new | |
| 4939 | vt=Vector3.new | |
| 4940 | ||
| 4941 | function swait(num) | |
| 4942 | if num==0 or num==nil then | |
| 4943 | game:service'RunService'.Stepped:wait(0) | |
| 4944 | else | |
| 4945 | for i=0,num do | |
| 4946 | game:service'RunService'.Stepped:wait(0) | |
| 4947 | end | |
| 4948 | end | |
| 4949 | end | |
| 4950 | ||
| 4951 | so = function(id,par,vol,pit) | |
| 4952 | coroutine.resume(coroutine.create(function() | |
| 4953 | local sou = Instance.new("Sound",par or workspace)
| |
| 4954 | sou.Volume=vol | |
| 4955 | sou.Pitch=pit or 1 | |
| 4956 | sou.SoundId=id | |
| 4957 | swait() | |
| 4958 | sou:play() | |
| 4959 | game:GetService("Debris"):AddItem(sou,6)
| |
| 4960 | end)) | |
| 4961 | end | |
| 4962 | ||
| 4963 | ||
| 4964 | ||
| 4965 | ||
| 4966 | ||
| 4967 | ---------------------------------------------------- | |
| 4968 | Debounces = {
| |
| 4969 | CanAttack = true; | |
| 4970 | CanJoke = true; | |
| 4971 | NoIdl = false; | |
| 4972 | Slashing = false; | |
| 4973 | Slashed = false; | |
| 4974 | Slapping = false; | |
| 4975 | Slapped = false; | |
| 4976 | ks = false; | |
| 4977 | } | |
| 4978 | ||
| 4979 | local Touche = {char.Name, }
| |
| 4980 | ---------------------------------------------------- | |
| 4981 | function HasntTouched(plrname) | |
| 4982 | local ret = true | |
| 4983 | for _, v in pairs(Touche) do | |
| 4984 | if v == plrname then | |
| 4985 | ret = false | |
| 4986 | end | |
| 4987 | end | |
| 4988 | return ret | |
| 4989 | end | |
| 4990 | ---------------------------------------------------- | |
| 4991 | function weld5(part0, part1, c0, c1) | |
| 4992 | weeld=Instance.new("Weld", part0)
| |
| 4993 | weeld.Part0=part0 | |
| 4994 | weeld.Part1=part1 | |
| 4995 | weeld.C0=c0 | |
| 4996 | weeld.C1=c1 | |
| 4997 | return weeld | |
| 4998 | end | |
| 4999 | ---------------------------------------------------- | |
| 5000 | mod=Instance.new('Model',char)
| |
| 5001 | ||
| 5002 | function Burst() | |
| 5003 | part=Instance.new('Part',mod)
| |
| 5004 | part.Anchored=true | |
| 5005 | part.CanCollide=false | |
| 5006 | part.FormFactor='Custom' | |
| 5007 | part.Size=Vector3.new(.2,.2,.2) | |
| 5008 | part.CFrame=root.CFrame*CFrame.new(0,1,0)*CFrame.Angles(math.rad(90),0,0) | |
| 5009 | part.Transparency=.7 | |
| 5010 | ||
| 5011 | if holy ~= true then | |
| 5012 | - | part.BrickColor=BrickColor.new('Really black')
|
| 5012 | + | part.BrickColor=BrickColor.new('Smoky grey')
|
| 5013 | else | |
| 5014 | - | part.BrickColor=BrickColor.new('Crimson')
|
| 5014 | + | part.BrickColor=BrickColor.new('Institutional white')
|
| 5015 | end | |
| 5016 | ||
| 5017 | mesh=Instance.new('SpecialMesh',part)
| |
| 5018 | mesh.MeshId='http://www.roblox.com/asset/?id=20329976' | |
| 5019 | mesh.Scale=Vector3.new(10,5,10) | |
| 5020 | part2=part:clone() | |
| 5021 | part2.Parent=mod | |
| 5022 | ||
| 5023 | if holy ~= true then | |
| 5024 | - | part2.BrickColor=BrickColor.new('Crimson')
|
| 5024 | + | part2.BrickColor=BrickColor.new('Institutional white')
|
| 5025 | else | |
| 5026 | - | part2.BrickColor=BrickColor.new('Crimson')
|
| 5026 | + | part2.BrickColor=BrickColor.new('Institutional white')
|
| 5027 | end | |
| 5028 | ||
| 5029 | mesh2=mesh:clone() | |
| 5030 | mesh2.Parent=part2 | |
| 5031 | mesh2.Scale=Vector3.new(5,2.5,5) | |
| 5032 | coroutine.resume(coroutine.create(function() | |
| 5033 | for i=0,1,0.1 do | |
| 5034 | wait() | |
| 5035 | part.CFrame=part.CFrame | |
| 5036 | part.Transparency=i | |
| 5037 | mesh.Scale=mesh.Scale+Vector3.new(1,1,1) | |
| 5038 | part2.CFrame=part2.CFrame | |
| 5039 | part2.Transparency=i | |
| 5040 | mesh2.Scale=mesh2.Scale+Vector3.new(1,1,1) | |
| 5041 | end | |
| 5042 | part.Parent=nil | |
| 5043 | part2.Parent=nil | |
| 5044 | end)) | |
| 5045 | end | |
| 5046 | ---------------------------------------------------- | |
| 5047 | mod4 = Instance.new("Model",char)
| |
| 5048 | ||
| 5049 | ptez = {0.7, 0.8, 0.9, 1}
| |
| 5050 | ||
| 5051 | function FindNearestTorso(Position,Distance,SinglePlayer) | |
| 5052 | if SinglePlayer then return(SinglePlayer.Torso.CFrame.p -Position).magnitude < Distance end | |
| 5053 | local List = {}
| |
| 5054 | for i,v in pairs(workspace:GetChildren())do | |
| 5055 | if v:IsA("Model")then
| |
| 5056 | if v:findFirstChild("Torso")then
| |
| 5057 | if v ~= char then | |
| 5058 | if(v.Torso.Position -Position).magnitude <= Distance then | |
| 5059 | table.insert(List,v) | |
| 5060 | end | |
| 5061 | end | |
| 5062 | end | |
| 5063 | end | |
| 5064 | end | |
| 5065 | return List | |
| 5066 | end | |
| 5067 | ||
| 5068 | function Slam() | |
| 5069 | part=Instance.new('Part',mod4)
| |
| 5070 | part.Anchored=true | |
| 5071 | part.CanCollide=false | |
| 5072 | part.FormFactor='Custom' | |
| 5073 | part.Size=Vector3.new(.2,.2,.2) | |
| 5074 | part.CFrame=root.CFrame*CFrame.new(0,-2.8,-1.4)*CFrame.Angles(math.rad(90),0,0) | |
| 5075 | part.Transparency=.7 | |
| 5076 | ||
| 5077 | if holy ~= true then | |
| 5078 | - | part.BrickColor=BrickColor.new('Really black')
|
| 5078 | + | part.BrickColor=BrickColor.new('Smoky grey')
|
| 5079 | else | |
| 5080 | - | part.BrickColor=BrickColor.new('Crimson')
|
| 5080 | + | part.BrickColor=BrickColor.new('Institutional white')
|
| 5081 | end | |
| 5082 | ||
| 5083 | mesh=Instance.new('SpecialMesh',part)
| |
| 5084 | mesh.MeshId='http://www.roblox.com/asset/?id=3270017' | |
| 5085 | mesh.Scale=Vector3.new(3,3,3) | |
| 5086 | part2=Instance.new('Part',mod4)
| |
| 5087 | part2.Anchored=true | |
| 5088 | part2.CanCollide=false | |
| 5089 | part2.FormFactor='Custom' | |
| 5090 | part2.Size=Vector3.new(.2,.2,.2) | |
| 5091 | part2.CFrame=root.CFrame*CFrame.new(0,-2.4,-1.6) | |
| 5092 | part2.Transparency=.7 | |
| 5093 | ||
| 5094 | if holy ~= true then | |
| 5095 | - | part2.BrickColor=BrickColor.new('Crimson')
|
| 5095 | + | part2.BrickColor=BrickColor.new('Institutional white')
|
| 5096 | else | |
| 5097 | - | part2.BrickColor=BrickColor.new('Crimson')
|
| 5097 | + | part2.BrickColor=BrickColor.new('Institutional white')
|
| 5098 | end | |
| 5099 | ||
| 5100 | mesh2=Instance.new('SpecialMesh',part2)
| |
| 5101 | mesh2.MeshId='http://www.roblox.com/asset/?id=20329976' | |
| 5102 | mesh2.Scale=Vector3.new(3,1.5,3) | |
| 5103 | x = Instance.new("Sound",char)
| |
| 5104 | x.SoundId = "http://www.roblox.com/asset/?id=142070127" | |
| 5105 | x.Pitch = ptez[math.random(1,#ptez)] | |
| 5106 | x.Volume = 1 | |
| 5107 | wait(.1) | |
| 5108 | x1 = Instance.new("Sound",char)
| |
| 5109 | x1.SoundId = "http://www.roblox.com/asset/?id=206082327" | |
| 5110 | x1.Pitch = ptez[math.random(1,#ptez)] | |
| 5111 | x1.Volume = 1 | |
| 5112 | wait(.1) | |
| 5113 | x:Play() | |
| 5114 | x1:Play() | |
| 5115 | for i,v in pairs(FindNearestTorso(torso.CFrame.p,4))do | |
| 5116 | if v:FindFirstChild('Humanoid') then
| |
| 5117 | v.Humanoid:TakeDamage(math.random(99999999,99999999)) | |
| 5118 | end | |
| 5119 | end | |
| 5120 | coroutine.resume(coroutine.create(function() | |
| 5121 | for i=0,0.62,0.13 do | |
| 5122 | wait() | |
| 5123 | part.CFrame=part.CFrame | |
| 5124 | part.Transparency=i | |
| 5125 | mesh.Scale=mesh.Scale+Vector3.new(0.4,0.4,0.4) | |
| 5126 | part2.CFrame=part2.CFrame | |
| 5127 | part2.Transparency=i | |
| 5128 | mesh2.Scale=mesh2.Scale+Vector3.new(0.4,0.2,0.4) | |
| 5129 | end | |
| 5130 | part.Parent=nil | |
| 5131 | part2.Parent=nil | |
| 5132 | x:Destroy() | |
| 5133 | end)) | |
| 5134 | end | |
| 5135 | ----------------------------------------------------PUNCH FUNC | |
| 5136 | GroundWave = function() | |
| 5137 | local HandCF = CFrame.new(root.Position - Vector3.new(0,3,0)) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(0)) | |
| 5138 | - | local Colors = {"Crimson", "Really black"}
|
| 5138 | + | local Colors = {"Institutional white", "Smoky grey"}
|
| 5139 | local wave = Instance.new("Part", torso)
| |
| 5140 | ||
| 5141 | if holy == false then | |
| 5142 | wave.BrickColor = BrickColor.new(Colors[math.random(1,#Colors)]) | |
| 5143 | else | |
| 5144 | - | wave.BrickColor = BrickColor.new("Crimson")
|
| 5144 | + | wave.BrickColor = BrickColor.new("Institutional white")
|
| 5145 | end | |
| 5146 | ||
| 5147 | wave.Anchored = true | |
| 5148 | wave.CanCollide = false | |
| 5149 | wave.Material = "Neon" | |
| 5150 | wave.Locked = true | |
| 5151 | wave.Size = Vector3.new(1, 1, 1) | |
| 5152 | wave.TopSurface = "Smooth" | |
| 5153 | wave.BottomSurface = "Smooth" | |
| 5154 | wave.Transparency = 0.35 | |
| 5155 | wave.CFrame = HandCF | |
| 5156 | wm = Instance.new("SpecialMesh", wave)
| |
| 5157 | wm.MeshId = "rbxassetid://3270017" | |
| 5158 | coroutine.wrap(function() | |
| 5159 | for i = 1, 14, 1 do | |
| 5160 | wm.Scale = Vector3.new(1 + i*1.1, 1 + i*1.1, 1) | |
| 5161 | wave.Size = wm.Scale | |
| 5162 | wave.CFrame = HandCF | |
| 5163 | wave.Transparency = i/14 | |
| 5164 | wait() | |
| 5165 | end | |
| 5166 | wait() | |
| 5167 | wave:Destroy() | |
| 5168 | end)() | |
| 5169 | end | |
| 5170 | ---------------------------------------------------- | |
| 5171 | function lerp(a, b, t) -- Linear interpolation | |
| 5172 | return a + (b - a)*t | |
| 5173 | end | |
| 5174 | ||
| 5175 | function slerp(a, b, t) --Spherical interpolation | |
| 5176 | dot = a:Dot(b) | |
| 5177 | if dot > 0.99999 or dot < -0.99999 then | |
| 5178 | return t <= 0.5 and a or b | |
| 5179 | else | |
| 5180 | r = math.acos(dot) | |
| 5181 | return (a*math.sin((1 - t)*r) + b*math.sin(t*r)) / math.sin(r) | |
| 5182 | end | |
| 5183 | end | |
| 5184 | ||
| 5185 | function matrixInterpolate(a, b, t) | |
| 5186 | local ax, ay, az, a00, a01, a02, a10, a11, a12, a20, a21, a22 = a:components() | |
| 5187 | local bx, by, bz, b00, b01, b02, b10, b11, b12, b20, b21, b22 = b:components() | |
| 5188 | local v0 = lerp(Vector3.new(ax, ay, az), Vector3.new(bx , by , bz), t) -- Position | |
| 5189 | local v1 = slerp(Vector3.new(a00, a01, a02), Vector3.new(b00, b01, b02), t) -- Vector right | |
| 5190 | local v2 = slerp(Vector3.new(a10, a11, a12), Vector3.new(b10, b11, b12), t) -- Vector up | |
| 5191 | local v3 = slerp(Vector3.new(a20, a21, a22), Vector3.new(b20, b21, b22), t) -- Vector back | |
| 5192 | local t = v1:Dot(v2) | |
| 5193 | if not (t < 0 or t == 0 or t > 0) then -- Failsafe | |
| 5194 | return CFrame.new() | |
| 5195 | end | |
| 5196 | return CFrame.new( | |
| 5197 | v0.x, v0.y, v0.z, | |
| 5198 | v1.x, v1.y, v1.z, | |
| 5199 | v2.x, v2.y, v2.z, | |
| 5200 | v3.x, v3.y, v3.z) | |
| 5201 | end | |
| 5202 | ---------------------------------------------------- | |
| 5203 | function genWeld(a,b) | |
| 5204 | local w = Instance.new("Weld",a)
| |
| 5205 | w.Part0 = a | |
| 5206 | w.Part1 = b | |
| 5207 | return w | |
| 5208 | end | |
| 5209 | function weld(a, b) | |
| 5210 | local weld = Instance.new("Weld")
| |
| 5211 | weld.Name = "W" | |
| 5212 | weld.Part0 = a | |
| 5213 | weld.Part1 = b | |
| 5214 | weld.C0 = a.CFrame:inverse() * b.CFrame | |
| 5215 | weld.Parent = a | |
| 5216 | return weld; | |
| 5217 | end | |
| 5218 | ---------------------------------------------------- | |
| 5219 | function Lerp(c1,c2,al) | |
| 5220 | local com1 = {c1.X,c1.Y,c1.Z,c1:toEulerAnglesXYZ()}
| |
| 5221 | local com2 = {c2.X,c2.Y,c2.Z,c2:toEulerAnglesXYZ()}
| |
| 5222 | for i,v in pairs(com1) do | |
| 5223 | com1[i] = v+(com2[i]-v)*al | |
| 5224 | end | |
| 5225 | return CFrame.new(com1[1],com1[2],com1[3]) * CFrame.Angles(select(4,unpack(com1))) | |
| 5226 | end | |
| 5227 | ----------------------------------------------------[[Dissolve function]] | |
| 5228 | function Dissolve(ret) | |
| 5229 | ||
| 5230 | - | ret.BrickColor = BrickColor.new("Really black")
|
| 5230 | + | ret.BrickColor = BrickColor.new("Smoky grey")
|
| 5231 | for i = 1, 10 do wait() | |
| 5232 | for i,v in pairs(ret:GetChildren()) do | |
| 5233 | if v:IsA("Part") or v:IsA("WedgePart") then
| |
| 5234 | v.Transparency = v.Transparency + 0.1 | |
| 5235 | ||
| 5236 | end | |
| 5237 | end | |
| 5238 | end | |
| 5239 | ret:Destroy() | |
| 5240 | end | |
| 5241 | ||
| 5242 | ---------------------------------------------------- | |
| 5243 | newWeld = function(wp0, wp1, wc0x, wc0y, wc0z) | |
| 5244 | local wld = Instance.new("Weld", wp1)
| |
| 5245 | wld.Part0 = wp0 | |
| 5246 | wld.Part1 = wp1 | |
| 5247 | wld.C0 = CFrame.new(wc0x, wc0y, wc0z) | |
| 5248 | end | |
| 5249 | ----------------------------------------------------newblast | |
| 5250 | mouse.KeyDown:connect(function(key) | |
| 5251 | if key == "e" then | |
| 5252 | if Debounces.CanAttack == true then | |
| 5253 | Debounces.CanAttack = false | |
| 5254 | Debounces.on = true | |
| 5255 | Debounces.NoIdl = true | |
| 5256 | animpose = "Idle1" | |
| 5257 | for i = 1, 15 do | |
| 5258 | rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,.6,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(30)), 0.2) | |
| 5259 | larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,.6,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-90)), 0.6) | |
| 5260 | hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(-14),math.rad(90),0), 0.2) | |
| 5261 | torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-90), 0), 0.4) | |
| 5262 | lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(-10)), 0.2) | |
| 5263 | rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(0, 0, math.rad(10)), 0.2) | |
| 5264 | if Debounces.on == false then break end | |
| 5265 | rs:wait(2.7) | |
| 5266 | end | |
| 5267 | so("http://roblox.com/asset/?id=231917788",hed,1,0.7)
| |
| 5268 | x = Instance.new("Sound",char.Head)
| |
| 5269 | x.SoundId = "rbxassetid://183763515" | |
| 5270 | x.Pitch = 0.7 | |
| 5271 | x.Volume = .8 | |
| 5272 | x3 = Instance.new("Sound",char.Head)
| |
| 5273 | x3.SoundId = "rbxassetid://183763487" | |
| 5274 | x3.Pitch = 1 | |
| 5275 | x3.Volume = .8 | |
| 5276 | wait(.1) | |
| 5277 | x:Play() | |
| 5278 | x3:Play() | |
| 5279 | ||
| 5280 | if holy == true then | |
| 5281 | so("http://roblox.com/asset/?id=233091161",hed,1,0.6)
| |
| 5282 | so("http://roblox.com/asset/?id=2233091183",hed,1,1)
| |
| 5283 | else | |
| 5284 | end | |
| 5285 | ||
| 5286 | Debounces.on = false | |
| 5287 | Debounces.Here = false | |
| 5288 | shot = shot + 1 | |
| 5289 | local rng = Instance.new("Part", larm)
| |
| 5290 | rng.Anchored = true | |
| 5291 | ||
| 5292 | if holy ~= true then | |
| 5293 | - | rng.BrickColor = BrickColor.new("Really black")
|
| 5293 | + | rng.BrickColor = BrickColor.new("Smoky grey")
|
| 5294 | else | |
| 5295 | - | rng.BrickColor = BrickColor.new("Crimson")
|
| 5295 | + | rng.BrickColor = BrickColor.new("Institutional white")
|
| 5296 | end | |
| 5297 | ||
| 5298 | rng.Material = "Neon" | |
| 5299 | rng.CanCollide = false | |
| 5300 | rng.FormFactor = 3 | |
| 5301 | rng.Name = "Ring" | |
| 5302 | rng.Size = Vector3.new(1, 1, 1) | |
| 5303 | rng.Transparency = 0.35 | |
| 5304 | rng.TopSurface = 0 | |
| 5305 | rng.BottomSurface = 0 | |
| 5306 | rng2 = rng:clone() | |
| 5307 | rng3 = rng2:clone() | |
| 5308 | rng4 = rng2:clone() | |
| 5309 | local rngm = Instance.new("SpecialMesh", rng)
| |
| 5310 | rngm.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
| 5311 | rngm.Scale = Vector3.new(10, 10, 1) | |
| 5312 | rngm2 = rngm:clone() | |
| 5313 | rngm2.Scale = Vector3.new(5, 5, 3) | |
| 5314 | rngm3=rngm2:clone() | |
| 5315 | rngm3.Parent = rng3 | |
| 5316 | rngm3.Scale = Vector3.new(8, 8, 1) | |
| 5317 | rngm4 = rngm2:clone() | |
| 5318 | rngm4.Parent = rng4 | |
| 5319 | rngm4.Scale = Vector3.new(6, 6, 1) | |
| 5320 | local bem = Instance.new("Part", larm)
| |
| 5321 | bem.Anchored = true | |
| 5322 | ||
| 5323 | if holy == false then | |
| 5324 | - | bem.BrickColor = BrickColor.new("Really black")
|
| 5324 | + | bem.BrickColor = BrickColor.new("Smoky grey")
|
| 5325 | else | |
| 5326 | - | bem.BrickColor = BrickColor.new("Crimson")
|
| 5326 | + | bem.BrickColor = BrickColor.new("Institutional white")
|
| 5327 | end | |
| 5328 | ||
| 5329 | ||
| 5330 | bem.CanCollide = false | |
| 5331 | bem.Material = "Neon" | |
| 5332 | bem.FormFactor = 3 | |
| 5333 | bem.Name = "Beam" .. shot | |
| 5334 | bem.Size = Vector3.new(1, 1, 1) | |
| 5335 | bem.Transparency = 0.35 | |
| 5336 | bem.TopSurface = 0 | |
| 5337 | bem.BottomSurface = 0 | |
| 5338 | local bemm = Instance.new("SpecialMesh", bem)
| |
| 5339 | bemm.MeshType = 4 | |
| 5340 | bemm.Scale = Vector3.new(1, 4, 4) | |
| 5341 | local out = Instance.new("Part", larm)
| |
| 5342 | out.Anchored = true | |
| 5343 | out.Material = "Neon" | |
| 5344 | ||
| 5345 | if holy == false then | |
| 5346 | - | out.BrickColor = BrickColor.new("Really black")
|
| 5346 | + | out.BrickColor = BrickColor.new("Smoky grey")
|
| 5347 | else | |
| 5348 | - | out.BrickColor = BrickColor.new("Crimson")
|
| 5348 | + | out.BrickColor = BrickColor.new("Institutional white")
|
| 5349 | end | |
| 5350 | ||
| 5351 | out.CanCollide = false | |
| 5352 | out.FormFactor = 3 | |
| 5353 | out.Name = "Out" | |
| 5354 | out.Size = Vector3.new(4, 4, 4) | |
| 5355 | out.Transparency = 0.35 | |
| 5356 | out.TopSurface = 0 | |
| 5357 | out.BottomSurface = 0 | |
| 5358 | local outm = Instance.new("SpecialMesh", out)
| |
| 5359 | outm.MeshId = "http://www.roblox.com/asset/?id=1033714" | |
| 5360 | outm.Scale = Vector3.new(6, 4, 6) | |
| 5361 | local bnd = Instance.new("Part", larm)
| |
| 5362 | bnd.Anchored = true | |
| 5363 | bnd.BrickColor = BrickColor.new("Really red")
| |
| 5364 | bnd.CanCollide = false | |
| 5365 | bnd.FormFactor = 3 | |
| 5366 | bnd.Name = "Bend" | |
| 5367 | bnd.Size = Vector3.new(1, 1, 1) | |
| 5368 | bnd.Transparency = 1 | |
| 5369 | bnd.TopSurface = 0 | |
| 5370 | bnd.BottomSurface = 0 | |
| 5371 | local bndm = Instance.new("SpecialMesh", bnd)
| |
| 5372 | bndm.MeshType = 3 | |
| 5373 | bndm.Scale = Vector3.new(8, 8, 8) | |
| 5374 | out.CFrame = larm.CFrame * CFrame.new(0, -2.7, 0) | |
| 5375 | bem.CFrame = out.CFrame * CFrame.new(0, -2.5, 0) * CFrame.Angles(0, 0, math.rad(90)) | |
| 5376 | bnd.CFrame = bem.CFrame * CFrame.new(0, 0, 0) | |
| 5377 | rng.CFrame = out.CFrame * CFrame.Angles(math.rad(90), 0, 0) | |
| 5378 | rng3.CFrame = rng.CFrame * CFrame.new(0, -.5, 0) | |
| 5379 | rng4.CFrame = rng.CFrame * CFrame.new(0, -1, 0) | |
| 5380 | Debounces.Shewt = true | |
| 5381 | coroutine.wrap(function() | |
| 5382 | for i = 1, 20, 0.2 do | |
| 5383 | rngm.Scale = Vector3.new(10 + i*2, 10 + i*2, 1) | |
| 5384 | rngm3.Scale = Vector3.new(8 + i*3, 8 + i*3, 1) | |
| 5385 | rngm4.Scale = Vector3.new(6 + i*4, 6 + i*4, 1) | |
| 5386 | rng.Transparency = i/20 | |
| 5387 | rng3.Transparency = 1/24 | |
| 5388 | rng4.Transparency = i/26 | |
| 5389 | wait() | |
| 5390 | end | |
| 5391 | wait() | |
| 5392 | rng:Destroy() | |
| 5393 | end)() | |
| 5394 | if Debounces.Shewt == true then | |
| 5395 | larm:WaitForChild("Beam" .. shot).Touched:connect(function(ht)
| |
| 5396 | hit = ht.Parent | |
| 5397 | if hit:IsA("Model") and hit:findFirstChild("Humanoid") then
| |
| 5398 | if HasntTouched(hit.Name) == true and deb == false then | |
| 5399 | deb = true | |
| 5400 | coroutine.wrap(function() | |
| 5401 | hit:FindFirstChild("Humanoid").PlatformStand = true
| |
| 5402 | hit:FindFirstChild("Torso").Velocity = char.Head.CFrame.lookVector * 180
| |
| 5403 | hit:FindFirstChild("Humanoid"):TakeDamage(math.random(998,999))
| |
| 5404 | end)() | |
| 5405 | table.insert(Touche, hit.Name) | |
| 5406 | deb = false | |
| 5407 | end | |
| 5408 | elseif hit:IsA("Hat") and hit.Parent:findFirstChild("Humanoid") then
| |
| 5409 | if HasntTouched(hit.Parent.Name) == true and deb == false then | |
| 5410 | deb = true | |
| 5411 | coroutine.wrap(function() | |
| 5412 | hit.Parent:FindFirstChild("Humanoid").PlatformStand = false
| |
| 5413 | hit.Parent:FindFirstChild("Torso").Velocity = char.Head.CFrame.lookVector * 180
| |
| 5414 | wait(1) | |
| 5415 | hit.Parent:FindFirstChild("Humanoid").PlatformStand = false
| |
| 5416 | end)() | |
| 5417 | table.insert(Touche, hit.Parent.Name) | |
| 5418 | deb = false | |
| 5419 | for i, v in pairs(Touche) do | |
| 5420 | print(v) | |
| 5421 | end | |
| 5422 | end | |
| 5423 | end | |
| 5424 | end) | |
| 5425 | end | |
| 5426 | for i = 0, 260, 8 do | |
| 5427 | bem.Size = Vector3.new(i, 3, 3) | |
| 5428 | out.CFrame = larm.CFrame * CFrame.new(0, -2.7, 0) | |
| 5429 | bem.CFrame = larm.CFrame * CFrame.new(0, -4.2 -(i/2), 0) * CFrame.Angles(0, 0, math.rad(90)) | |
| 5430 | bnd.CFrame = bem.CFrame * CFrame.new(-i/2, 0, 1.2) | |
| 5431 | bnd.Size = Vector3.new(1,1,1) | |
| 5432 | bndm.Scale = Vector3.new(8,8,8) | |
| 5433 | if i % 10 == 0 then | |
| 5434 | local newRng = rng2:Clone() | |
| 5435 | newRng.Parent = larm | |
| 5436 | newRng.CFrame = larm.CFrame * CFrame.new(0, -4.2-i, 0) * CFrame.Angles(math.rad(90), 0, 0) | |
| 5437 | local newRngm = rngm2:clone() | |
| 5438 | newRngm.Parent=newRng | |
| 5439 | coroutine.wrap(function() | |
| 5440 | for i = 1, 10, 0.2 do | |
| 5441 | newRngm.Scale = Vector3.new(8 + i*2, 8 + i*2, 3) | |
| 5442 | newRng.Transparency = i/10 | |
| 5443 | wait() | |
| 5444 | end | |
| 5445 | wait() | |
| 5446 | newRng:Destroy() | |
| 5447 | end)() | |
| 5448 | end | |
| 5449 | wait() | |
| 5450 | end | |
| 5451 | wait() | |
| 5452 | Debounces.Shewt = false | |
| 5453 | bem:Destroy() | |
| 5454 | out:Destroy() | |
| 5455 | bnd:Destroy() | |
| 5456 | Debounces.Ready = false | |
| 5457 | for i, v in pairs(Touche) do | |
| 5458 | table.remove(Touche, i) | |
| 5459 | end | |
| 5460 | wait() | |
| 5461 | table.insert(Touche, char.Name) | |
| 5462 | Debounces.NoIdl = false | |
| 5463 | if Debounces.CanAttack == false then | |
| 5464 | Debounces.CanAttack = true | |
| 5465 | animpose = "Idle1" | |
| 5466 | end | |
| 5467 | end | |
| 5468 | end | |
| 5469 | end) | |
| 5470 | ||
| 5471 | --------------------------------------------- | |
| 5472 | ||
| 5473 | ||
| 5474 | --newcape | |
| 5475 | ||
| 5476 | local verlet = {}
| |
| 5477 | verlet.step_time = 1 / 50 | |
| 5478 | verlet.gravity = Vector3.new(0, -150, 0) --// | |
| 5479 | ||
| 5480 | local char = game.Players.LocalPlayer.Character | |
| 5481 | local torso = game.Workspace[game.Players.LocalPlayer.Name].Torso | |
| 5482 | local parts = {}
| |
| 5483 | local render = game:GetService("RunService").RenderStepped
| |
| 5484 | ||
| 5485 | wait() | |
| 5486 | ||
| 5487 | local point = {}
| |
| 5488 | local link = {}
| |
| 5489 | local rope = {}
| |
| 5490 | ||
| 5491 | local function ccw(A,B,C) | |
| 5492 | return (C.y-A.y) * (B.x-A.x) > (B.y-A.y) * (C.x-A.x) | |
| 5493 | end | |
| 5494 | ||
| 5495 | local function intersect(A,B,C,D) | |
| 5496 | return ccw(A,C,D) ~= ccw(B,C,D) and ccw(A,B,C) ~= ccw(A,B,D) | |
| 5497 | end | |
| 5498 | ||
| 5499 | local function vec2(v) | |
| 5500 | return Vector2.new(v.x, v.z) | |
| 5501 | end | |
| 5502 | ||
| 5503 | function point:step() | |
| 5504 | if not self.fixed then | |
| 5505 | local derivative = (self.position - self.last_position) * 0.95 | |
| 5506 | self.last_position = self.position | |
| 5507 | self.position = self.position + derivative + ((verlet.gravity + (torso.CFrame.lookVector * -90)) * verlet.step_time ^ 2) --// | |
| 5508 | --[[local torsoP = torso.CFrame * CFrame.new(-1, 0, 0.5) | |
| 5509 | local torsoE = torso.CFrame * CFrame.new(1, 0, 0.5) | |
| 5510 | local pointE = self.position + torso.CFrame.lookVector * 100 | |
| 5511 | local doIntersect = intersect(vec2(torsoP.p), vec2(torsoE.p), vec2(self.position), vec2(pointE)) | |
| 5512 | if not doIntersect then | |
| 5513 | self.postition = self.position - torso.CFrame.lookVector * 10 | |
| 5514 | end]] | |
| 5515 | end | |
| 5516 | end | |
| 5517 | ||
| 5518 | function link:step() | |
| 5519 | for i = 1, 1 do | |
| 5520 | local distance = self.point1.position - self.point2.position | |
| 5521 | local magnitude = distance.magnitude | |
| 5522 | local differance = (self.length - magnitude) / magnitude | |
| 5523 | local translation = ((self.point1.fixed or self.point2.fixed) and 1 or 0.6) * distance * differance | |
| 5524 | if not self.point1.fixed then | |
| 5525 | self.point1.position = self.point1.position + translation | |
| 5526 | end | |
| 5527 | if not self.point2.fixed then | |
| 5528 | self.point2.position = self.point2.position - translation | |
| 5529 | end | |
| 5530 | end | |
| 5531 | end | |
| 5532 | ||
| 5533 | function verlet.new(class, a, b, c) | |
| 5534 | if class == "Point" then | |
| 5535 | local new = {}
| |
| 5536 | setmetatable(new, {__index = point})
| |
| 5537 | new.class = class | |
| 5538 | new.position = a or Vector3.new() | |
| 5539 | new.last_position = new.position | |
| 5540 | new.velocity = verlet.gravity | |
| 5541 | new.fixed = false | |
| 5542 | return new | |
| 5543 | elseif class == "Link" then | |
| 5544 | local new = {}
| |
| 5545 | setmetatable(new, {__index = link})
| |
| 5546 | new.class = class | |
| 5547 | new.point1 = a | |
| 5548 | new.point2 = b | |
| 5549 | new.length = c or (a.position - b.position).magnitude | |
| 5550 | return new | |
| 5551 | elseif class == "Rope" then | |
| 5552 | local new = {}
| |
| 5553 | setmetatable(new, {__index = link})
| |
| 5554 | new.class = class | |
| 5555 | new.start_point = a | |
| 5556 | new.finish_point = b | |
| 5557 | new.points = {}
| |
| 5558 | new.links = {}
| |
| 5559 | local inc = (b - a) / 10 | |
| 5560 | for i = 0, 10 do | |
| 5561 | table.insert(new.points, verlet.new("Point", a + (i * inc)))
| |
| 5562 | end | |
| 5563 | for i = 2, #new.points do | |
| 5564 | table.insert(new.links, verlet.new("Link", new.points[i - 1], new.points[i]))
| |
| 5565 | end | |
| 5566 | return new | |
| 5567 | end | |
| 5568 | end | |
| 5569 | ||
| 5570 | local tris = {}
| |
| 5571 | local triParts = {}
| |
| 5572 | ||
| 5573 | local function GetDiscoColor(hue) | |
| 5574 | local section = hue % 1 * 3 | |
| 5575 | local secondary = 0.5 * math.pi * (section % 1) | |
| 5576 | if section < 1 then | |
| 5577 | return Color3.new(1, 1 - math.cos(secondary), 1 - math.sin(secondary)) | |
| 5578 | elseif section < 2 then | |
| 5579 | return Color3.new(1 - math.sin(secondary), 1, 1 - math.cos(secondary)) | |
| 5580 | else | |
| 5581 | return Color3.new(1 - math.cos(secondary), 1 - math.sin(secondary), 1) | |
| 5582 | end | |
| 5583 | end | |
| 5584 | ||
| 5585 | local function setupPart(part) | |
| 5586 | part.Anchored = true | |
| 5587 | part.FormFactor = 3 | |
| 5588 | part.CanCollide = false | |
| 5589 | part.TopSurface = 10 | |
| 5590 | part.BottomSurface = 10 | |
| 5591 | part.LeftSurface = 10 | |
| 5592 | part.RightSurface = 10 | |
| 5593 | part.FrontSurface = 10 | |
| 5594 | part.BackSurface = 10 | |
| 5595 | part.Material = "Neon" | |
| 5596 | local m = Instance.new("SpecialMesh", part)
| |
| 5597 | m.MeshType = "Wedge" | |
| 5598 | m.Scale = Vector3.new(0.2, 1, 1) | |
| 5599 | return part | |
| 5600 | end | |
| 5601 | ||
| 5602 | local function CFrameFromTopBack(at, top, back) | |
| 5603 | local right = top:Cross(back) | |
| 5604 | return CFrame.new(at.x, at.y, at.z, right.x, top.x, back.x, right.y, top.y, back.y, right.z, top.z, back.z) | |
| 5605 | end | |
| 5606 | ||
| 5607 | local function drawTri(parent, a, b, c) | |
| 5608 | local this = {}
| |
| 5609 | local mPart1 = table.remove(triParts, 1) or setupPart(Instance.new("Part"))
| |
| 5610 | local mPart2 = table.remove(triParts, 1) or setupPart(Instance.new("Part"))
| |
| 5611 | function this:Set(a, b, c) | |
| 5612 | local ab, bc, ca = b-a, c-b, a-c | |
| 5613 | local abm, bcm, cam = ab.magnitude, bc.magnitude, ca.magnitude | |
| 5614 | local edg1 = math.abs(0.5 + ca:Dot(ab)/(abm*abm)) | |
| 5615 | local edg2 = math.abs(0.5 + ab:Dot(bc)/(bcm*bcm)) | |
| 5616 | local edg3 = math.abs(0.5 + bc:Dot(ca)/(cam*cam)) | |
| 5617 | if edg1 < edg2 then | |
| 5618 | if edg1 >= edg3 then | |
| 5619 | a, b, c = c, a, b | |
| 5620 | ab, bc, ca = ca, ab, bc | |
| 5621 | abm = cam | |
| 5622 | end | |
| 5623 | else | |
| 5624 | if edg2 < edg3 then | |
| 5625 | a, b, c = b, c, a | |
| 5626 | ab, bc, ca = bc, ca, ab | |
| 5627 | abm = bcm | |
| 5628 | else | |
| 5629 | a, b, c = c, a, b | |
| 5630 | ab, bc, ca = ca, ab, bc | |
| 5631 | abm = cam | |
| 5632 | end | |
| 5633 | end | |
| 5634 | ||
| 5635 | local len1 = -ca:Dot(ab)/abm | |
| 5636 | local len2 = abm - len1 | |
| 5637 | local width = (ca + ab.unit*len1).magnitude | |
| 5638 | ||
| 5639 | local maincf = CFrameFromTopBack(a, ab:Cross(bc).unit, -ab.unit) | |
| 5640 | ||
| 5641 | if len1 > 0.2 then | |
| 5642 | mPart1.Parent = parent | |
| 5643 | mPart1.Size = Vector3.new(0.2, width, len1) | |
| 5644 | mPart1.CFrame = maincf*CFrame.Angles(math.pi,0,math.pi/2)*CFrame.new(0,width/2,len1/2) | |
| 5645 | else | |
| 5646 | mPart1.Parent = nil | |
| 5647 | end | |
| 5648 | ||
| 5649 | if len2 > 0.2 then | |
| 5650 | mPart2.Parent = parent | |
| 5651 | mPart2.Size = Vector3.new(0.2, width, len2) | |
| 5652 | mPart2.CFrame = maincf*CFrame.Angles(math.pi,math.pi,-math.pi/2)*CFrame.new(0,width/2,-len1 - len2/2) | |
| 5653 | else | |
| 5654 | mPart2.Parent = nil | |
| 5655 | end | |
| 5656 | end | |
| 5657 | function this:SetProperty(prop, value) | |
| 5658 | mPart1[prop] = value | |
| 5659 | mPart2[prop] = value | |
| 5660 | end | |
| 5661 | this:Set(a, b, c) | |
| 5662 | function this:Destroy() | |
| 5663 | mPart1:Destroy() | |
| 5664 | mPart2:Destroy() | |
| 5665 | end | |
| 5666 | this.p1 = mPart1 | |
| 5667 | this.p2 = mPart2 | |
| 5668 | - | this.p1.BrickColor = BrickColor.new "Crimson" |
| 5668 | + | this.p1.BrickColor = BrickColor.new "Institutional white" |
| 5669 | - | this.p2.BrickColor = BrickColor.new "Crimson" |
| 5669 | + | this.p2.BrickColor = BrickColor.new "Institutional white" |
| 5670 | return this | |
| 5671 | end | |
| 5672 | ||
| 5673 | function verlet.draw(object, id) | |
| 5674 | if object.class == "Point" then | |
| 5675 | local part = parts[id] | |
| 5676 | part.BrickColor = BrickColor.new(1, 1, 1) | |
| 5677 | part.Transparency = 0 | |
| 5678 | part.formFactor = 3 | |
| 5679 | part.Anchored = true | |
| 5680 | part.CanCollide = false | |
| 5681 | part.TopSurface = 0 | |
| 5682 | part.BottomSurface = 0 | |
| 5683 | part.Size = Vector3.new(0.35, 0.35, 0.35) | |
| 5684 | part.Material = "Neon" | |
| 5685 | part.CFrame = CFrame.new(object.position) | |
| 5686 | part.Parent = torso | |
| 5687 | return part | |
| 5688 | elseif object.class == "Link" then | |
| 5689 | local part = parts[id] | |
| 5690 | local dist = (object.point1.position - object.point2.position).magnitude | |
| 5691 | part.Size = Vector3.new(0.2, 0.2, dist) | |
| 5692 | part.CFrame = CFrame.new(object.point1.position, object.point2.position) * CFrame.new(0, 0, dist * -0.5) | |
| 5693 | part.Parent = torso | |
| 5694 | return part | |
| 5695 | end | |
| 5696 | end | |
| 5697 | ||
| 5698 | function verlet.clear() | |
| 5699 | for _, v in pairs(workspace:GetChildren()) do | |
| 5700 | if v.Name == "Part" then | |
| 5701 | v:Destroy() | |
| 5702 | end | |
| 5703 | end | |
| 5704 | end | |
| 5705 | ||
| 5706 | local points = {}
| |
| 5707 | local links = {}
| |
| 5708 | ||
| 5709 | for x = 0, 2 do | |
| 5710 | points[x] = {}
| |
| 5711 | for y = 0, 3 do | |
| 5712 | points[x][y] = verlet.new("Point", torso.Position + Vector3.new(x * 0.8 - 2, 2 - y * 0.8, 5 + y * 0.4))
| |
| 5713 | points[x][y].fixed = y == 0 | |
| 5714 | end | |
| 5715 | end | |
| 5716 | ||
| 5717 | for x = 1, 2 do | |
| 5718 | for y = 0, 3 do | |
| 5719 | links[#links + 1] = verlet.new("Link", points[x][y], points[x - 1][y], 1 + y * 0.08)
| |
| 5720 | end | |
| 5721 | end | |
| 5722 | ||
| 5723 | for x = 0, 2 do | |
| 5724 | for y = 1, 3 do | |
| 5725 | links[#links + 1] = verlet.new("Link", points[x][y], points[x][y - 1], 1.2 + y * 0.03)
| |
| 5726 | end | |
| 5727 | end | |
| 5728 | ||
| 5729 | render:connect(function() | |
| 5730 | for x = 0, 2 do | |
| 5731 | for y = 0, 3 do | |
| 5732 | if y == 0 then | |
| 5733 | points[x][y].position = (torso.CFrame * CFrame.new(x * 1 - 1, 1, 0.5)).p | |
| 5734 | else | |
| 5735 | points[x][y]:step() | |
| 5736 | end | |
| 5737 | end | |
| 5738 | end | |
| 5739 | for i = 1, #links do | |
| 5740 | links[i]:step() | |
| 5741 | end | |
| 5742 | for i = 1, #tris do | |
| 5743 | triParts[#triParts + 1] = tris[i].p1 | |
| 5744 | triParts[#triParts + 1] = tris[i].p2 | |
| 5745 | end | |
| 5746 | tris = {}
| |
| 5747 | for x = 1, 2 do | |
| 5748 | for y = 1, 3 do | |
| 5749 | tris[#tris + 1] = drawTri(torso, points[x - 1][y - 1].position, points[x - 1][y].position, points[x][y - 1].position) | |
| 5750 | tris[#tris + 1] = drawTri(torso, points[x][y].position, points[x - 1][y].position, points[x][y - 1].position) | |
| 5751 | end | |
| 5752 | end | |
| 5753 | end) | |
| 5754 | ||
| 5755 | ||
| 5756 | local cor6 = Instance.new("Part", torso.Cloak)
| |
| 5757 | cor6.Name = "Thingy" | |
| 5758 | cor6.Locked = true | |
| 5759 | cor6.BottomSurface = 0 | |
| 5760 | cor6.CanCollide = false | |
| 5761 | cor6.Size = Vector3.new(1,1,1) | |
| 5762 | cor6.Transparency = 1 | |
| 5763 | cor6.TopSurface = 0 | |
| 5764 | corw6 = Instance.new("Weld", cor6)
| |
| 5765 | corw6.Part0 = torso | |
| 5766 | corw6.Part1 = cor6 | |
| 5767 | corw6.C0 = CFrame.new(0, 1, 0.5) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)) | |
| 5768 | corw6.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)) | |
| 5769 | weld6 = Instance.new("Weld", torso.Cloak.NeckPart)
| |
| 5770 | weld6.Part0 = cor6 | |
| 5771 | weld6.Part1 = torso.Cloak.NeckPart | |
| 5772 | weld6.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)) | |
| 5773 | --Amulet | |
| 5774 | m7 = Instance.new("Model")
| |
| 5775 | m7.Name = "Amulet" | |
| 5776 | p1 = Instance.new("Part", m7)
| |
| 5777 | - | p1.BrickColor = BrickColor.new("Crimson")
|
| 5777 | + | p1.BrickColor = BrickColor.new("Institutional white")
|
| 5778 | p1.Material = Enum.Material.Neon | |
| 5779 | p1.Name = "Center" | |
| 5780 | p1.CFrame = CFrame.new(-1.0658141e-014, 14.4125643, 0, -4.37113883e-008, -1, 0, 1, -4.37113883e-008, 0, 0, 0, 1) | |
| 5781 | p1.CanCollide = false | |
| 5782 | p1.Locked = true | |
| 5783 | p1.FormFactor = Enum.FormFactor.Custom | |
| 5784 | p1.Shape = Enum.PartType.Cylinder | |
| 5785 | p1.Size = Vector3.new(0.5, 0.5, 0.5) | |
| 5786 | p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5787 | p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5788 | p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5789 | p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5790 | p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5791 | p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5792 | p2 = Instance.new("Part", m7)
| |
| 5793 | - | p2.BrickColor = BrickColor.new("Really black")
|
| 5793 | + | p2.BrickColor = BrickColor.new("Smoky grey")
|
| 5794 | p2.Material = Enum.Material.Metal | |
| 5795 | p2.Name = "Bottom" | |
| 5796 | p2.CFrame = CFrame.new(1.19209318e-007, 14.1625719, 0, -4.37113883e-008, -1, 0, 1, -4.37113883e-008, 0, 0, 0, 1) | |
| 5797 | p2.CanCollide = false | |
| 5798 | p2.Locked = true | |
| 5799 | p2.FormFactor = Enum.FormFactor.Custom | |
| 5800 | p2.Size = Vector3.new(0.200000003, 0.649999976, 0.649999976) | |
| 5801 | p2.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5802 | p2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5803 | p2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5804 | p2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5805 | p2.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5806 | p2.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5807 | b1 = Instance.new("SpecialMesh", p2)
| |
| 5808 | b1.MeshType = Enum.MeshType.Cylinder | |
| 5809 | b1.Name = "Mesh" | |
| 5810 | p3 = Instance.new("Part", m7)
| |
| 5811 | - | p3.BrickColor = BrickColor.new("Really black")
|
| 5811 | + | p3.BrickColor = BrickColor.new("Smoky grey")
|
| 5812 | p3.Material = Enum.Material.Metal | |
| 5813 | p3.CFrame = CFrame.new(1.23580463e-007, 14.4625673, -0.280000001, -4.37113883e-008, -1, 0, 1, -4.37113883e-008, 0, 0, 0, 1) | |
| 5814 | p3.CanCollide = false | |
| 5815 | p3.Locked = true | |
| 5816 | p3.FormFactor = Enum.FormFactor.Custom | |
| 5817 | p3.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003) | |
| 5818 | p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5819 | p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5820 | p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5821 | p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5822 | p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5823 | p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5824 | b2 = Instance.new("SpecialMesh", p3)
| |
| 5825 | b2.MeshType = Enum.MeshType.Brick | |
| 5826 | b2.Name = "Mesh" | |
| 5827 | b2.Scale = Vector3.new(1, 0.300000012, 0.200000003) | |
| 5828 | p4 = Instance.new("Part", m7)
| |
| 5829 | - | p4.BrickColor = BrickColor.new("Really black")
|
| 5829 | + | p4.BrickColor = BrickColor.new("Smoky grey")
|
| 5830 | p4.Material = Enum.Material.Metal | |
| 5831 | p4.CFrame = CFrame.new(1.19209318e-007, 14.4625673, 0.280000001, -4.37113883e-008, -1, 0, 1, -4.37113883e-008, 0, 0, 0, 1) | |
| 5832 | p4.CanCollide = false | |
| 5833 | p4.Locked = true | |
| 5834 | p4.FormFactor = Enum.FormFactor.Custom | |
| 5835 | p4.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003) | |
| 5836 | p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5837 | p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5838 | p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5839 | p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5840 | p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5841 | p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5842 | b3 = Instance.new("SpecialMesh", p4)
| |
| 5843 | b3.MeshType = Enum.MeshType.Brick | |
| 5844 | b3.Name = "Mesh" | |
| 5845 | b3.Scale = Vector3.new(1, 0.300000012, 0.200000003) | |
| 5846 | p5 = Instance.new("Part", m7)
| |
| 5847 | - | p5.BrickColor = BrickColor.new("Really black")
|
| 5847 | + | p5.BrickColor = BrickColor.new("Smoky grey")
|
| 5848 | p5.Material = Enum.Material.Metal | |
| 5849 | p5.CFrame = CFrame.new(0.14000012, 14.4625673, -0.242487118, -3.78551732e-008, -0.866025388, -0.5, 1, -4.37113883e-008, 0, -2.18556941e-008, -0.5, 0.866025388) | |
| 5850 | p5.CanCollide = false | |
| 5851 | p5.Locked = true | |
| 5852 | p5.FormFactor = Enum.FormFactor.Custom | |
| 5853 | p5.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003) | |
| 5854 | p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5855 | p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5856 | p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5857 | p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5858 | p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5859 | p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5860 | b4 = Instance.new("SpecialMesh", p5)
| |
| 5861 | b4.MeshType = Enum.MeshType.Brick | |
| 5862 | b4.Name = "Mesh" | |
| 5863 | b4.Scale = Vector3.new(1, 0.300000012, 0.200000003) | |
| 5864 | p6 = Instance.new("Part", m7)
| |
| 5865 | - | p6.BrickColor = BrickColor.new("Really black")
|
| 5865 | + | p6.BrickColor = BrickColor.new("Smoky grey")
|
| 5866 | p6.Material = Enum.Material.Metal | |
| 5867 | p6.CFrame = CFrame.new(-0.139999881, 14.4625673, 0.242487103, -3.78551732e-008, -0.866025388, -0.5, 1, -4.37113883e-008, 0, -2.18556941e-008, -0.5, 0.866025388) | |
| 5868 | p6.CanCollide = false | |
| 5869 | p6.Locked = true | |
| 5870 | p6.FormFactor = Enum.FormFactor.Custom | |
| 5871 | p6.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003) | |
| 5872 | p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5873 | p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5874 | p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5875 | p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5876 | p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5877 | p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5878 | b5 = Instance.new("SpecialMesh", p6)
| |
| 5879 | b5.MeshType = Enum.MeshType.Brick | |
| 5880 | b5.Name = "Mesh" | |
| 5881 | b5.Scale = Vector3.new(1, 0.300000012, 0.200000003) | |
| 5882 | p7 = Instance.new("Part", m7)
| |
| 5883 | - | p7.BrickColor = BrickColor.new("Really black")
|
| 5883 | + | p7.BrickColor = BrickColor.new("Smoky grey")
|
| 5884 | p7.Material = Enum.Material.Metal | |
| 5885 | p7.CFrame = CFrame.new(-0.242486984, 14.4625673, 0.139999986, -2.18556924e-008, -0.5, -0.866025388, 1, -4.37113847e-008, 0, -3.78551732e-008, -0.866025388, 0.5) | |
| 5886 | p7.CanCollide = false | |
| 5887 | p7.Locked = true | |
| 5888 | p7.FormFactor = Enum.FormFactor.Custom | |
| 5889 | p7.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003) | |
| 5890 | p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5891 | p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5892 | p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5893 | p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5894 | p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5895 | p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5896 | b6 = Instance.new("SpecialMesh", p7)
| |
| 5897 | b6.MeshType = Enum.MeshType.Brick | |
| 5898 | b6.Name = "Mesh" | |
| 5899 | b6.Scale = Vector3.new(1, 0.300000012, 0.200000003) | |
| 5900 | p8 = Instance.new("Part", m7)
| |
| 5901 | - | p8.BrickColor = BrickColor.new("Really black")
|
| 5901 | + | p8.BrickColor = BrickColor.new("Smoky grey")
|
| 5902 | p8.Material = Enum.Material.Metal | |
| 5903 | p8.CFrame = CFrame.new(0.242487192, 14.4625673, -0.139999971, -2.18556924e-008, -0.5, -0.866025388, 1, -4.37113847e-008, 0, -3.78551732e-008, -0.866025388, 0.5) | |
| 5904 | p8.CanCollide = false | |
| 5905 | p8.Locked = true | |
| 5906 | p8.FormFactor = Enum.FormFactor.Custom | |
| 5907 | p8.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003) | |
| 5908 | p8.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5909 | p8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5910 | p8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5911 | p8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5912 | p8.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5913 | p8.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5914 | b7 = Instance.new("SpecialMesh", p8)
| |
| 5915 | b7.MeshType = Enum.MeshType.Brick | |
| 5916 | b7.Name = "Mesh" | |
| 5917 | b7.Scale = Vector3.new(1, 0.300000012, 0.200000003) | |
| 5918 | p9 = Instance.new("Part", m7)
| |
| 5919 | - | p9.BrickColor = BrickColor.new("Really black")
|
| 5919 | + | p9.BrickColor = BrickColor.new("Smoky grey")
|
| 5920 | p9.Material = Enum.Material.Metal | |
| 5921 | p9.CFrame = CFrame.new(0.280000091, 14.4625673, -1.64313008e-014, 0, 0, -1, 1, -4.37113847e-008, 0, -4.37113847e-008, -1, 0) | |
| 5922 | p9.CanCollide = false | |
| 5923 | p9.Locked = true | |
| 5924 | p9.FormFactor = Enum.FormFactor.Custom | |
| 5925 | p9.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003) | |
| 5926 | p9.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5927 | p9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5928 | p9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5929 | p9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5930 | p9.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5931 | p9.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5932 | b8 = Instance.new("SpecialMesh", p9)
| |
| 5933 | b8.MeshType = Enum.MeshType.Brick | |
| 5934 | b8.Name = "Mesh" | |
| 5935 | b8.Scale = Vector3.new(1, 0.300000012, 0.200000003) | |
| 5936 | p10 = Instance.new("Part", m7)
| |
| 5937 | - | p10.BrickColor = BrickColor.new("Really black")
|
| 5937 | + | p10.BrickColor = BrickColor.new("Smoky grey")
|
| 5938 | p10.Material = Enum.Material.Metal | |
| 5939 | p10.CFrame = CFrame.new(-0.279999852, 14.4625673, -1.49011772e-008, 0, 0, -1, 1, -4.37113847e-008, 0, -4.37113847e-008, -1, 0) | |
| 5940 | p10.CanCollide = false | |
| 5941 | p10.Locked = true | |
| 5942 | p10.FormFactor = Enum.FormFactor.Custom | |
| 5943 | p10.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003) | |
| 5944 | p10.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5945 | p10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5946 | p10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5947 | p10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5948 | p10.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5949 | p10.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5950 | b9 = Instance.new("SpecialMesh", p10)
| |
| 5951 | b9.MeshType = Enum.MeshType.Brick | |
| 5952 | b9.Name = "Mesh" | |
| 5953 | b9.Scale = Vector3.new(1, 0.300000012, 0.200000003) | |
| 5954 | p11 = Instance.new("Part", m7)
| |
| 5955 | - | p11.BrickColor = BrickColor.new("Really black")
|
| 5955 | + | p11.BrickColor = BrickColor.new("Smoky grey")
|
| 5956 | p11.Material = Enum.Material.Metal | |
| 5957 | p11.CFrame = CFrame.new(-0.242486984, 14.4625673, -0.139999986, 2.18556906e-008, 0.5, -0.866025388, 1, -4.37113847e-008, 0, -3.78551697e-008, -0.866025388, -0.5) | |
| 5958 | p11.CanCollide = false | |
| 5959 | p11.Locked = true | |
| 5960 | p11.FormFactor = Enum.FormFactor.Custom | |
| 5961 | p11.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003) | |
| 5962 | p11.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5963 | p11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5964 | p11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5965 | p11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5966 | p11.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5967 | p11.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5968 | b10 = Instance.new("SpecialMesh", p11)
| |
| 5969 | b10.MeshType = Enum.MeshType.Brick | |
| 5970 | b10.Name = "Mesh" | |
| 5971 | b10.Scale = Vector3.new(1, 0.300000012, 0.200000003) | |
| 5972 | p12 = Instance.new("Part", m7)
| |
| 5973 | - | p12.BrickColor = BrickColor.new("Really black")
|
| 5973 | + | p12.BrickColor = BrickColor.new("Smoky grey")
|
| 5974 | p12.Material = Enum.Material.Metal | |
| 5975 | p12.CFrame = CFrame.new(0.242487192, 14.4625673, 0.139999971, 2.18556906e-008, 0.5, -0.866025388, 1, -4.37113847e-008, 0, -3.78551697e-008, -0.866025388, -0.5) | |
| 5976 | p12.CanCollide = false | |
| 5977 | p12.Locked = true | |
| 5978 | p12.FormFactor = Enum.FormFactor.Custom | |
| 5979 | p12.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003) | |
| 5980 | p12.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5981 | p12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5982 | p12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5983 | p12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5984 | p12.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5985 | p12.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5986 | b11 = Instance.new("SpecialMesh", p12)
| |
| 5987 | b11.MeshType = Enum.MeshType.Brick | |
| 5988 | b11.Name = "Mesh" | |
| 5989 | b11.Scale = Vector3.new(1, 0.300000012, 0.200000003) | |
| 5990 | p13 = Instance.new("Part", m7)
| |
| 5991 | - | p13.BrickColor = BrickColor.new("Really black")
|
| 5991 | + | p13.BrickColor = BrickColor.new("Smoky grey")
|
| 5992 | p13.Material = Enum.Material.Metal | |
| 5993 | p13.CFrame = CFrame.new(-0.139999866, 14.4625673, -0.242487073, 3.78551732e-008, 0.866025388, -0.5, 1, -4.37113812e-008, 1.77635684e-015, -2.18556924e-008, -0.5, -0.866025388) | |
| 5994 | p13.CanCollide = false | |
| 5995 | p13.Locked = true | |
| 5996 | p13.FormFactor = Enum.FormFactor.Custom | |
| 5997 | p13.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003) | |
| 5998 | p13.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 5999 | p13.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6000 | p13.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6001 | p13.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6002 | p13.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6003 | p13.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6004 | b12 = Instance.new("SpecialMesh", p13)
| |
| 6005 | b12.MeshType = Enum.MeshType.Brick | |
| 6006 | b12.Name = "Mesh" | |
| 6007 | b12.Scale = Vector3.new(1, 0.300000012, 0.200000003) | |
| 6008 | p14 = Instance.new("Part", m7)
| |
| 6009 | - | p14.BrickColor = BrickColor.new("Really black")
|
| 6009 | + | p14.BrickColor = BrickColor.new("Smoky grey")
|
| 6010 | p14.Material = Enum.Material.Metal | |
| 6011 | p14.CFrame = CFrame.new(0.14000012, 14.4625673, 0.242487073, 3.78551732e-008, 0.866025388, -0.5, 1, -4.37113812e-008, 1.77635684e-015, -2.18556924e-008, -0.5, -0.866025388) | |
| 6012 | p14.CanCollide = false | |
| 6013 | p14.Locked = true | |
| 6014 | p14.FormFactor = Enum.FormFactor.Custom | |
| 6015 | p14.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003) | |
| 6016 | p14.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6017 | p14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6018 | p14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6019 | p14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6020 | p14.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6021 | p14.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6022 | b13 = Instance.new("SpecialMesh", p14)
| |
| 6023 | b13.MeshType = Enum.MeshType.Brick | |
| 6024 | b13.Name = "Mesh" | |
| 6025 | b13.Scale = Vector3.new(1, 0.300000012, 0.200000003) | |
| 6026 | p15 = Instance.new("Part", m7)
| |
| 6027 | - | p15.BrickColor = BrickColor.new("Really black")
|
| 6027 | + | p15.BrickColor = BrickColor.new("Smoky grey")
|
| 6028 | p15.Material = Enum.Material.Metal | |
| 6029 | p15.Name = "Top" | |
| 6030 | p15.CFrame = CFrame.new(0, 14.7125645, 0, -4.37113883e-008, -1, 0, 1, -4.37113883e-008, 0, 0, 0, 1) | |
| 6031 | p15.CanCollide = false | |
| 6032 | p15.Locked = true | |
| 6033 | p15.FormFactor = Enum.FormFactor.Custom | |
| 6034 | p15.Size = Vector3.new(0.200000003, 0.649999976, 0.649999976) | |
| 6035 | p15.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6036 | p15.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6037 | p15.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6038 | p15.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6039 | p15.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6040 | p15.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
| 6041 | b14 = Instance.new("SpecialMesh", p15)
| |
| 6042 | b14.MeshType = Enum.MeshType.Cylinder | |
| 6043 | b14.Name = "Mesh" | |
| 6044 | w1 = Instance.new("Weld", p1)
| |
| 6045 | w1.Name = "Joint" | |
| 6046 | w1.Part0 = p1 | |
| 6047 | w1.C0 = CFrame.new(0.300000191, -1.31134357e-008, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 6048 | w1.Part1 = p15 | |
| 6049 | w1.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 6050 | w2 = Instance.new("Weld", p2)
| |
| 6051 | w2.Name = "Joint" | |
| 6052 | w2.Part0 = p2 | |
| 6053 | w2.C0 = CFrame.new(0.249992371, 1.08281824e-007, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 6054 | w2.Part1 = p1 | |
| 6055 | w2.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 6056 | w3 = Instance.new("Weld", p3)
| |
| 6057 | w3.Name = "Joint" | |
| 6058 | w3.Part0 = p3 | |
| 6059 | w3.C0 = CFrame.new(-0.0500030518, 1.25766178e-007, 0.280000001, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 6060 | w3.Part1 = p1 | |
| 6061 | w3.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 6062 | w4 = Instance.new("Weld", p4)
| |
| 6063 | w4.Name = "Joint" | |
| 6064 | w4.Part0 = p4 | |
| 6065 | w4.C0 = CFrame.new(-0.0500030518, 1.21395033e-007, -0.280000001, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 6066 | w4.Part1 = p1 | |
| 6067 | w4.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 6068 | w5 = Instance.new("Weld", p5)
| |
| 6069 | w5.Name = "Joint" | |
| 6070 | w5.Part0 = p5 | |
| 6071 | w5.C0 = CFrame.new(-0.0500030518, 1.00163732e-007, 0.280000061, 1, -5.85621507e-009, -2.18556941e-008, -5.85621507e-009, 0.866025388, -0.5, 2.18556941e-008, 0.5, 0.866025388) | |
| 6072 | w5.Part1 = p1 | |
| 6073 | w5.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 6074 | w6 = Instance.new("Weld", p6)
| |
| 6075 | w6.Name = "Joint" | |
| 6076 | w6.Part0 = p6 | |
| 6077 | w6.C0 = CFrame.new(-0.0500030518, 1.00163732e-007, -0.279999942, 1, -5.85621507e-009, -2.18556941e-008, -5.85621507e-009, 0.866025388, -0.5, 2.18556941e-008, 0.5, 0.866025388) | |
| 6078 | w6.Part1 = p1 | |
| 6079 | w6.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 6080 | w7 = Instance.new("Weld", p7)
| |
| 6081 | w7.Name = "Joint" | |
| 6082 | w7.Part0 = p7 | |
| 6083 | w7.C0 = CFrame.new(-0.0500030518, 5.54602479e-008, -0.279999882, 1, -2.18556959e-008, -3.78551732e-008, -2.18556906e-008, 0.5, -0.866025388, 3.78551732e-008, 0.866025388, 0.5) | |
| 6084 | w7.Part1 = p1 | |
| 6085 | w7.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 6086 | w8 = Instance.new("Weld", p8)
| |
| 6087 | w8.Name = "Joint" | |
| 6088 | w8.Part0 = p8 | |
| 6089 | w8.C0 = CFrame.new(-0.0500030518, 7.03614091e-008, 0.280000061, 1, -2.18556959e-008, -3.78551732e-008, -2.18556906e-008, 0.5, -0.866025388, 3.78551732e-008, 0.866025388, 0.5) | |
| 6090 | w8.Part1 = p1 | |
| 6091 | w8.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 6092 | w9 = Instance.new("Weld", p9)
| |
| 6093 | w9.Name = "Joint" | |
| 6094 | w9.Part0 = p9 | |
| 6095 | w9.C0 = CFrame.new(-0.0500030518, 2.1856863e-009, 0.280000091, 1, -4.37113883e-008, -4.37113847e-008, -4.37113847e-008, 1.91068525e-015, -1, 4.37113883e-008, 1, 0) | |
| 6096 | w9.Part1 = p1 | |
| 6097 | w9.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 6098 | w10 = Instance.new("Weld", p10)
| |
| 6099 | w10.Name = "Joint" | |
| 6100 | w10.Part0 = p10 | |
| 6101 | w10.C0 = CFrame.new(-0.0500030518, -1.27154749e-008, -0.279999852, 1, -4.37113883e-008, -4.37113847e-008, -4.37113847e-008, 1.91068525e-015, -1, 4.37113883e-008, 1, 0) | |
| 6102 | w10.Part1 = p1 | |
| 6103 | w10.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 6104 | w11 = Instance.new("Weld", p11)
| |
| 6105 | w11.Name = "Joint" | |
| 6106 | w11.Part0 = p11 | |
| 6107 | w11.C0 = CFrame.new(-0.0500030518, -5.6298461e-008, -0.279999882, 1, -6.55670789e-008, -3.78551697e-008, -6.55670789e-008, -0.5, -0.866025388, 3.78551732e-008, 0.866025388, -0.5) | |
| 6108 | w11.Part1 = p1 | |
| 6109 | w11.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 6110 | w12 = Instance.new("Weld", p12)
| |
| 6111 | w12.Name = "Joint" | |
| 6112 | w12.Part0 = p12 | |
| 6113 | w12.C0 = CFrame.new(-0.0500030518, -6.37490416e-008, 0.280000061, 1, -6.55670789e-008, -3.78551697e-008, -6.55670789e-008, -0.5, -0.866025388, 3.78551732e-008, 0.866025388, -0.5) | |
| 6114 | w12.Part1 = p1 | |
| 6115 | w12.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 6116 | w13 = Instance.new("Weld", p13)
| |
| 6117 | w13.Name = "Joint" | |
| 6118 | w13.Part0 = p13 | |
| 6119 | w13.C0 = CFrame.new(-0.0500030518, -1.01001945e-007, -0.279999912, 1, -8.15665615e-008, -2.18556924e-008, -8.15665544e-008, -0.866025388, -0.5, 2.18556959e-008, 0.5, -0.866025388) | |
| 6120 | w13.Part1 = p1 | |
| 6121 | w13.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 6122 | w14 = Instance.new("Weld", p14)
| |
| 6123 | w14.Name = "Joint" | |
| 6124 | w14.Part0 = p14 | |
| 6125 | w14.C0 = CFrame.new(-0.0500030518, -1.08452525e-007, 0.280000031, 1, -8.15665615e-008, -2.18556924e-008, -8.15665544e-008, -0.866025388, -0.5, 2.18556959e-008, 0.5, -0.866025388) | |
| 6126 | w14.Part1 = p1 | |
| 6127 | w14.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
| 6128 | m7.Parent = torso | |
| 6129 | m7:MakeJoints() | |
| 6130 | ---------------------------------------------------- | |
| 6131 | local cor7 = Instance.new("Part", torso.Amulet)
| |
| 6132 | cor7.Name = "Thingy" | |
| 6133 | cor7.Locked = true | |
| 6134 | cor7.BottomSurface = 0 | |
| 6135 | cor7.CanCollide = false | |
| 6136 | cor7.Size = Vector3.new(1, 1, 1) | |
| 6137 | cor7.Transparency = 1 | |
| 6138 | cor7.TopSurface = 0 | |
| 6139 | corw7 = Instance.new("Weld", cor7)
| |
| 6140 | corw7.Part0 = torso.Torso.Connection | |
| 6141 | corw7.Part1 = cor7 | |
| 6142 | corw7.C0 = CFrame.new(0, 0.26, 0.1) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(0)) | |
| 6143 | corw7.C1 = CFrame.new(0, -0.2, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(140)) | |
| 6144 | weld7 = Instance.new("Weld", torso.Amulet)
| |
| 6145 | weld7.Part0 = cor7 | |
| 6146 | weld7.Part1 = torso.Amulet.Top | |
| 6147 | weld7.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)) | |
| 6148 | --SWORD | |
| 6149 | Player=game:GetService("Players").LocalPlayer
| |
| 6150 | Character=Player.Character | |
| 6151 | PlayerGui=Player.PlayerGui | |
| 6152 | Backpack=Player.Backpack | |
| 6153 | Torso=Character.Torso | |
| 6154 | Head=Character.Head | |
| 6155 | Humanoid=Character.Humanoid | |
| 6156 | m8=Instance.new('Model',Character)
| |
| 6157 | LeftArm=Character["Left Arm"] | |
| 6158 | LeftLeg=Character["Left Leg"] | |
| 6159 | RightArm=Character["Right Arm"] | |
| 6160 | RightLeg=Character["Right Leg"] | |
| 6161 | it=Instance.new | |
| 6162 | ||
| 6163 | Player=game:GetService('Players').LocalPlayer
| |
| 6164 | Character=Player.Character | |
| 6165 | Mouse=Player:GetMouse() | |
| 6166 | m8=Instance.new('Model',Character)
| |
| 6167 | it=Instance.new | |
| 6168 | function nooutline(part) | |
| 6169 | part.TopSurface,part.BottomSurface,part.LeftSurface,part.RightSurface,part.FrontSurface,part.BackSurface = 10,10,10,10,10,10 | |
| 6170 | end | |
| 6171 | function part(formfactor,parent,material,reflectance,transparency,brickcolor,name,size) | |
| 6172 | local fp=it("Part")
| |
| 6173 | fp.formFactor=formfactor | |
| 6174 | fp.Parent=parent | |
| 6175 | fp.Reflectance=reflectance | |
| 6176 | fp.Transparency=transparency | |
| 6177 | fp.CanCollide=false | |
| 6178 | fp.Locked=true | |
| 6179 | fp.BrickColor=BrickColor.new(tostring(brickcolor)) | |
| 6180 | fp.Name=name | |
| 6181 | fp.Size=size | |
| 6182 | fp.Position=Character.Torso.Position | |
| 6183 | nooutline(fp) | |
| 6184 | fp.Material=material | |
| 6185 | fp:BreakJoints() | |
| 6186 | return fp | |
| 6187 | end | |
| 6188 | function mesh(Mesh,part,meshtype,meshid,offset,scale) | |
| 6189 | local mesh=it(Mesh) | |
| 6190 | mesh.Parent=part | |
| 6191 | if Mesh=="SpecialMesh" then | |
| 6192 | mesh.MeshType=meshtype | |
| 6193 | mesh.MeshId=meshid | |
| 6194 | end | |
| 6195 | mesh.Offset=offset | |
| 6196 | mesh.Scale=scale | |
| 6197 | return mesh | |
| 6198 | end | |
| 6199 | function weld(parent,part0,part1,c0,c1) | |
| 6200 | local weld=it("Weld")
| |
| 6201 | weld.Parent=parent | |
| 6202 | weld.Part0=part0 | |
| 6203 | weld.Part1=part1 | |
| 6204 | weld.C0=c0 | |
| 6205 | weld.C1=c1 | |
| 6206 | return weld | |
| 6207 | end | |
| 6208 | ||
| 6209 | ||
| 6210 | m8 = Instance.new("Model")
| |
| 6211 | m8.Name = "Zyrodoxa" | |
| 6212 | - | Handle=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Crimson","Handle",Vector3.new(0.275000006, 1.73512506, 0.280375004)) |
| 6212 | + | Handle=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Institutional white","Handle",Vector3.new(0.275000006, 1.73512506, 0.280375004)) |
| 6213 | HandleWeld=weld(m8,Character["Right Arm"],Handle,CFrame.new(0, 0, 0, 1, -1.10559327e-007, 0, 1.10559313e-007, 0.999999881, -6.82671057e-008, 7.54756585e-015, 6.82671129e-008, 1),CFrame.new(-0.069039166, -0.113463402, 1.04289675, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007)) | |
| 6214 | mesh("SpecialMesh",Handle,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.349999994, 1.04999995, 0.5))
| |
| 6215 | - | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.228, 0.213375002)) |
| 6215 | + | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"White","Part",Vector3.new(0.275000006, 0.228, 0.213375002)) |
| 6216 | Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.96695328e-006, 1.76659834, -0.297748327, 1, -1.86023797e-007, 5.96046519e-008, -5.96047443e-008, -4.97983308e-007, 1, -1.86023769e-007, -1, -4.97983308e-007)) | |
| 6217 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.569999993, 0.125, 0.375))
| |
| 6218 | - | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.214124978, 0.205375016)) |
| 6218 | + | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"White","Part",Vector3.new(0.275000006, 0.214124978, 0.205375016)) |
| 6219 | Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.90734863e-006, 1.86247182, 0.341249466, -1, 2.73445636e-007, -5.96046519e-008, -5.96047869e-008, -4.97983308e-007, 1, 2.73445607e-007, 1, 4.97983308e-007)) | |
| 6220 | mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.569999993, 0.75, 0.75))
| |
| 6221 | - | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.228, 0.213375002)) |
| 6221 | + | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"White","Part",Vector3.new(0.275000006, 0.228, 0.213375002)) |
| 6222 | Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.90734863e-006, 1.76659834, 0.369124293, -1, 2.73445636e-007, -5.96046519e-008, -5.96047869e-008, -4.97983308e-007, 1, 2.73445607e-007, 1, 4.97983308e-007)) | |
| 6223 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.569999993, 0.125, 0.375))
| |
| 6224 | - | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.252000004, 0.213375002)) |
| 6224 | + | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"White","Part",Vector3.new(0.275000006, 0.252000004, 0.213375002)) |
| 6225 | Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.78813934e-006, -1.95409656, 0.369124651, 1, -3.5029597e-008, -5.96046519e-008, -5.96046306e-008, 6.17193905e-007, -1, 3.50296325e-008, 1, 6.17193905e-007)) | |
| 6226 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.569999993, 0.125, 0.375))
| |
| 6227 | - | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.252000004, 0.213375002)) |
| 6227 | + | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"White","Part",Vector3.new(0.275000006, 0.252000004, 0.213375002)) |
| 6228 | Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-8.94069672e-007, -1.95409656, -0.297748804, -1, -5.23922949e-008, 5.96046519e-008, -5.96046803e-008, 6.17193905e-007, -1, 5.23922594e-008, -1, -6.17193905e-007)) | |
| 6229 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.569999993, 0.125, 0.375))
| |
| 6230 | - | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Crimson","Part",Vector3.new(0.496000022, 0.200000003, 0.280375004)) |
| 6230 | + | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Institutional white","Part",Vector3.new(0.496000022, 0.200000003, 0.280375004)) |
| 6231 | Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.13575315, -0.0312535167, 1.63871276, -5.96046448e-008, -0.707106888, -0.707106709, 1, 1.651742e-007, -2.49467973e-007, 2.93196308e-007, -0.707106709, 0.707106888)) | |
| 6232 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
| |
| 6233 | - | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.413124949, 0.622375011)) |
| 6233 | + | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"White","Part",Vector3.new(0.275000006, 0.413124949, 0.622375011)) |
| 6234 | Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(2.98023224e-007, -1.16725111, -1.41408849, 1, 1.56260029e-007, -2.68220901e-007, -7.91682311e-008, -0.707106948, -0.70710665, -3.00153374e-007, 0.70710665, -0.707106888)) | |
| 6235 | mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1.04999995, 0.5))
| |
| 6236 | - | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.204125047, 0.287375003)) |
| 6236 | + | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"White","Part",Vector3.new(0.275000006, 0.204125047, 0.287375003)) |
| 6237 | Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(2.02655792e-006, -1.16711032, -0.0589969158, 1, 1.08027862e-007, 0, -5.37960721e-014, 4.97983308e-007, -1, -1.08027862e-007, 1, 4.97983308e-007)) | |
| 6238 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.5, 0.5))
| |
| 6239 | - | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.221124932, 0.448374987)) |
| 6239 | + | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"White","Part",Vector3.new(0.275000006, 0.221124932, 0.448374987)) |
| 6240 | Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(5.36441803e-007, -2.35079217, 0.103010416, 1, 2.03386463e-007, -1.49011612e-007, -1.4901174e-007, 6.17194019e-007, -1, -2.03386378e-007, 1, 6.17194075e-007)) | |
| 6241 | mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.550000012, 1.04999995, 0.800000012))
| |
| 6242 | - | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Crimson","Part",Vector3.new(0.275000006, 0.200000003, 0.213375002)) |
| 6242 | + | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Institutional white","Part",Vector3.new(0.275000006, 0.200000003, 0.213375002)) |
| 6243 | Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.90734863e-006, 1.71972668, 0.400372267, -1, 2.73445636e-007, -5.96046519e-008, -5.96047869e-008, -4.97983308e-007, 1, 2.73445607e-007, 1, 4.97983308e-007)) | |
| 6244 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.550000012, 0.25, 0.5))
| |
| 6245 | - | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.275000006, 0.207000002, 0.303375006)) |
| 6245 | + | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"White","Part",Vector3.new(0.275000006, 0.207000002, 0.303375006)) |
| 6246 | Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-8.94069672e-007, -2.02871776, -0.278748035, -1, -1.71600149e-007, 5.96046519e-008, -5.96047229e-008, 4.38378009e-007, -1, 1.71600121e-007, -1, -4.38378009e-007)) | |
| 6247 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.524999976, 0.5, 0.5))
| |
| 6248 | - | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.275000006, 0.207000002, 0.303375006)) |
| 6248 | + | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"White","Part",Vector3.new(0.275000006, 0.207000002, 0.303375006)) |
| 6249 | Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(8.94069672e-007, -2.02871752, 0.419371605, 1, 8.41783816e-008, -5.96046519e-008, -5.96046874e-008, 4.38378009e-007, -1, -8.41783532e-008, 1, 4.38378009e-007)) | |
| 6250 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.524999976, 0.5, 0.5))
| |
| 6251 | - | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.275000006, 0.223999977, 0.375375003)) |
| 6251 | + | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"White","Part",Vector3.new(0.275000006, 0.223999977, 0.375375003)) |
| 6252 | Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(7.15255737e-007, -2.16047049, 0.508368373, 1, 8.41783816e-008, -5.96046519e-008, -5.96046874e-008, 4.38378009e-007, -1, -8.41783532e-008, 1, 4.38378009e-007)) | |
| 6253 | mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.699999988, 0.5))
| |
| 6254 | - | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Crimson","Part",Vector3.new(0.405000031, 0.200000003, 0.280375004)) |
| 6254 | + | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Institutional white","Part",Vector3.new(0.405000031, 0.200000003, 0.280375004)) |
| 6255 | Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.35976458, -0.0312541127, 1.86352515, 5.96046448e-008, 0.500000238, -0.866025329, -1, -3.57641632e-008, -8.94739998e-008, -7.57096927e-008, 0.866025269, 0.500000238)) | |
| 6256 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
| |
| 6257 | - | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.203125, 0.234375)) |
| 6257 | + | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"White","Part",Vector3.new(0.275000006, 0.203125, 0.234375)) |
| 6258 | Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(0, -1.08190203, 0.2501719, 1, -3.12822095e-007, 5.96046519e-008, -1.13020228e-007, -0.173648566, 0.98480773, -2.97719339e-007, -0.98480767, -0.173648566)) | |
| 6259 | mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.502499998, 0.400000006))
| |
| 6260 | - | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.409124941, 0.360375017)) |
| 6260 | + | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"White","Part",Vector3.new(0.275000006, 0.409124941, 0.360375017)) |
| 6261 | Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-4.05311584e-006, 1.95058596, 0.253540456, -1, 1.02354932e-007, -1.49011612e-007, -1.17442823e-007, 0.258818656, 0.965925932, 1.3743427e-007, 0.965925992, -0.258818686)) | |
| 6262 | mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.349999994, 1, 1))
| |
| 6263 | - | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.275000006, 0.200000003, 0.303375006)) |
| 6263 | + | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"White","Part",Vector3.new(0.275000006, 0.200000003, 0.303375006)) |
| 6264 | Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-2.02655792e-006, 1.68847609, 0.419371486, -1, 2.73445636e-007, -5.96046519e-008, -5.96047869e-008, -4.97983308e-007, 1, 2.73445607e-007, 1, 4.97983308e-007)) | |
| 6265 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.524999976, 0.5, 0.5))
| |
| 6266 | - | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Crimson","Part",Vector3.new(0.275000006, 0.207000002, 0.213375002)) |
| 6266 | + | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Institutional white","Part",Vector3.new(0.275000006, 0.207000002, 0.213375002)) |
| 6267 | Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(7.74860382e-007, -1.99747372, 0.400373936, 1, 8.41783816e-008, -5.96046519e-008, -5.96046874e-008, 4.38378009e-007, -1, -8.41783532e-008, 1, 4.38378009e-007)) | |
| 6268 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.550000012, 0.25, 0.5))
| |
| 6269 | - | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.4375, 0.25)) |
| 6269 | + | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"White","Part",Vector3.new(0.275000006, 0.4375, 0.25)) |
| 6270 | Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.78813934e-007, -1.18813586, 0.908314347, -1, -1.16559704e-008, -1.49011612e-007, -1.31319965e-007, 0.544638991, 0.838670731, 7.13820114e-008, 0.838670731, -0.544638932)) | |
| 6271 | mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1, 0.25))
| |
| 6272 | - | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Crimson","Part",Vector3.new(0.405000031, 0.200000003, 0.280375004)) |
| 6272 | + | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Institutional white","Part",Vector3.new(0.405000031, 0.200000003, 0.280375004)) |
| 6273 | Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.35976434, -0.0312459469, 1.86352515, -1.49011612e-007, -0.500000238, 0.866025269, 1, -3.47141249e-009, 1.70059607e-007, -8.20235115e-008, 0.866025269, 0.500000238)) | |
| 6274 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
| |
| 6275 | - | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.409124911, 0.268375039)) |
| 6275 | + | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"White","Part",Vector3.new(0.275000006, 0.409124911, 0.268375039)) |
| 6276 | Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-3.03983688e-006, 1.82663035, 1.68847704, -1, 2.51590194e-007, -1.49011612e-007, -2.54842973e-007, -0.500000179, 0.866025329, 1.43377648e-007, 0.866025269, 0.500000179)) | |
| 6277 | mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.349999994, 1, 1))
| |
| 6278 | - | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.698124886, 0.372374952)) |
| 6278 | + | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"White","Part",Vector3.new(0.275000006, 0.698124886, 0.372374952)) |
| 6279 | Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-2.02655792e-006, 1.51446426, -0.0117214918, -1, 2.45074915e-007, -5.96046519e-008, -5.96047798e-008, -5.27786028e-007, 1, 2.45074887e-007, 1, 5.27786028e-007)) | |
| 6280 | mesh("SpecialMesh",Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.455000013, 1, 1))
| |
| 6281 | - | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.275000006, 0.200000003, 0.303375006)) |
| 6281 | + | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"White","Part",Vector3.new(0.275000006, 0.200000003, 0.303375006)) |
| 6282 | Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(2.08616257e-006, 1.6884762, -0.278747916, 1, -1.86023797e-007, 5.96046519e-008, -5.96047443e-008, -4.97983308e-007, 1, -1.86023769e-007, -1, -4.97983308e-007)) | |
| 6283 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.524999976, 0.5, 0.5))
| |
| 6284 | - | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Crimson","Part",Vector3.new(0.275000006, 0.330124885, 0.214375019)) |
| 6284 | + | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Institutional white","Part",Vector3.new(0.275000006, 0.330124885, 0.214375019)) |
| 6285 | Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(7.74860382e-007, 2.75683522, 1.15006804, 1, 2.61612684e-007, -5.96046519e-008, -4.6201059e-008, 0.386711121, 0.922201037, 2.64309278e-007, -0.922201037, 0.386711121)) | |
| 6286 | mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.449999988, 1, 0.100000001))
| |
| 6287 | - | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.200000003, 0.303375006)) |
| 6287 | + | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"White","Part",Vector3.new(0.275000006, 0.200000003, 0.303375006)) |
| 6288 | Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.90734863e-006, 1.20410335, -0.1381253, 1, -1.30388145e-007, 5.96046519e-008, -5.96047158e-008, -4.97983308e-007, 1, -1.30388116e-007, -1, -4.97983308e-007)) | |
| 6289 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.5, 0.5))
| |
| 6290 | - | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Crimson","Part",Vector3.new(0.496000022, 0.200000003, 0.280375004)) |
| 6290 | + | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Institutional white","Part",Vector3.new(0.496000022, 0.200000003, 0.280375004)) |
| 6291 | Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.13575315, -0.0312504768, 1.638713, 0, 0.707106888, 0.707106709, -1, -1.57551966e-007, 1.57552009e-007, 2.2281219e-007, -0.707106709, 0.707106888)) | |
| 6292 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
| |
| 6293 | - | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Crimson","Part",Vector3.new(0.496000022, 0.200000003, 0.280375004)) |
| 6293 | + | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Institutional white","Part",Vector3.new(0.496000022, 0.200000003, 0.280375004)) |
| 6294 | Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-0.999259949, -0.0312482715, -0.496301651, 8.94069814e-008, 0.707106769, -0.707106829, 1, -2.08849031e-007, -8.2408441e-008, -2.0595013e-007, -0.707106829, -0.707106709)) | |
| 6295 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
| |
| 6296 | - | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.200000003, 0.303375006)) |
| 6296 | + | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"White","Part",Vector3.new(0.275000006, 0.200000003, 0.303375006)) |
| 6297 | Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.96695328e-006, 1.20410311, 0.278748631, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007)) | |
| 6298 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.5, 0.5))
| |
| 6299 | - | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.745124936, 0.280375004)) |
| 6299 | + | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"White","Part",Vector3.new(0.275000006, 0.745124936, 0.280375004)) |
| 6300 | Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-5.96046448e-008, 0.302499771, 0.0937513113, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007)) | |
| 6301 | mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1.04999995, 0.5))
| |
| 6302 | - | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.415125012, 0.234375)) |
| 6302 | + | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"White","Part",Vector3.new(0.275000006, 0.415125012, 0.234375)) |
| 6303 | Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.1920929e-007, -0.659994602, 0.135124326, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007)) | |
| 6304 | mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1.04999995, 0.400000006))
| |
| 6305 | - | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.630125046, 0.280375004)) |
| 6305 | + | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"White","Part",Vector3.new(0.275000006, 0.630125046, 0.280375004)) |
| 6306 | Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-2.14576721e-006, 1.25361502, 0.392871499, -1, 9.86020154e-008, -1.49011612e-007, -1.49011655e-007, -4.38377924e-007, 1, 9.86019515e-008, 1, 4.38377953e-007)) | |
| 6307 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.395000011, 0.75, 0.25))
| |
| 6308 | - | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.248124972, 0.311374992)) |
| 6308 | + | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"White","Part",Vector3.new(0.275000006, 0.248124972, 0.311374992)) |
| 6309 | Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-5.96046448e-008, 0.954994917, 0.140751123, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007)) | |
| 6310 | mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1.04999995, 0.5))
| |
| 6311 | - | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.25999999, 0.375, 0.21875)) |
| 6311 | + | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"White","Part",Vector3.new(0.25999999, 0.375, 0.21875)) |
| 6312 | Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.78813934e-007, -1.50817347, 0.125254035, -1, 6.68158862e-008, -1.49011612e-007, -1.4901164e-007, -4.97983194e-007, 1, 6.68158151e-008, 1, 4.97983194e-007)) | |
| 6313 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.300000012, 1, 1))
| |
| 6314 | - | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.35512504, 0.283374995)) |
| 6314 | + | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"White","Part",Vector3.new(0.275000006, 0.35512504, 0.283374995)) |
| 6315 | Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-5.96046448e-008, 0.91299367, 0.281997681, -1, 9.86020154e-008, -1.49011612e-007, -1.49011655e-007, -4.38377924e-007, 1, 9.86019515e-008, 1, 4.38377953e-007)) | |
| 6316 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 0.560000002, 0.5))
| |
| 6317 | - | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.203125, 0.234375)) |
| 6317 | + | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"White","Part",Vector3.new(0.275000006, 0.203125, 0.234375)) |
| 6318 | Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.1920929e-007, -0.781131983, 0.0222299099, -1, 2.86555604e-007, -5.96046519e-008, -1.08459133e-007, -0.173648685, 0.98480773, 2.71851889e-007, 0.98480773, 0.173648685)) | |
| 6319 | mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1.04999995, 0.400000006))
| |
| 6320 | - | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.35512504, 0.416375011)) |
| 6320 | + | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"White","Part",Vector3.new(0.275000006, 0.35512504, 0.416375011)) |
| 6321 | Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.1920929e-007, 0.522374153, 0.125002146, -1, 9.86020154e-008, -1.49011612e-007, -1.49011655e-007, -4.38377924e-007, 1, 9.86019515e-008, 1, 4.38377953e-007)) | |
| 6322 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.560000002, 0.5))
| |
| 6323 | - | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Crimson","Part",Vector3.new(0.496000022, 0.200000003, 0.280375004)) |
| 6323 | + | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Institutional white","Part",Vector3.new(0.496000022, 0.200000003, 0.280375004)) |
| 6324 | Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(0.99925971, -0.0312514305, -0.496301413, 0, -0.707106709, 0.707106829, -1, 1.69960003e-007, 1.69959961e-007, -2.40359725e-007, -0.707106888, -0.707106769)) | |
| 6325 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
| |
| 6326 | - | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Crimson","Part",Vector3.new(0.643000007, 0.200000003, 0.280375004)) |
| 6326 | + | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Institutional white","Part",Vector3.new(0.643000007, 0.200000003, 0.280375004)) |
| 6327 | Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.51446462, -0.0312519073, 0.511714339, 0, -4.38378066e-007, 1, -1, 2.45074915e-007, 1.0743547e-013, -2.45074915e-007, -1, -4.38378066e-007)) | |
| 6328 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
| |
| 6329 | - | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.54112494, 0.367374986)) |
| 6329 | + | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"White","Part",Vector3.new(0.275000006, 0.54112494, 0.367374986)) |
| 6330 | Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(3.57627869e-007, -1.79205251, -0.0442371368, 1, 1.5625281e-007, -2.68220901e-007, -2.68220987e-007, 6.17193848e-007, -1, -1.56252639e-007, 1, 6.17193905e-007)) | |
| 6331 | mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1.04999995, 0.600000024))
| |
| 6332 | - | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.630125046, 0.280375004)) |
| 6332 | + | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"White","Part",Vector3.new(0.275000006, 0.630125046, 0.280375004)) |
| 6333 | Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.1920929e-007, -0.552494049, 0.0937507153, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007)) | |
| 6334 | mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1.04999995, 0.5))
| |
| 6335 | - | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Crimson","Part",Vector3.new(0.275000006, 0.216124982, 0.280375004)) |
| 6335 | + | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Institutional white","Part",Vector3.new(0.275000006, 0.216124982, 0.280375004)) |
| 6336 | Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.78813934e-007, 0.63488543, 0.590048075, -1, 2.21816833e-007, 5.96046519e-008, -1.14701351e-007, -0.707106829, 0.707106769, 1.98995039e-007, 0.707106769, 0.707106829)) | |
| 6337 | mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.349999994, 1.04999995, 0.5))
| |
| 6338 | - | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.309124947, 0.343375027)) |
| 6338 | + | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"White","Part",Vector3.new(0.275000006, 0.309124947, 0.343375027)) |
| 6339 | Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-3.9935112e-006, 1.40163493, 1.65097666, -1, 2.51590194e-007, -1.49011612e-007, -2.54842973e-007, -0.500000179, 0.866025329, 1.43377648e-007, 0.866025269, 0.500000179)) | |
| 6340 | mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.349999994, 1, 1))
| |
| 6341 | - | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.998124957, 0.280375004)) |
| 6341 | + | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"White","Part",Vector3.new(0.275000006, 0.998124957, 0.280375004)) |
| 6342 | Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.78813934e-007, 0.428994179, 0.0937510729, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007)) | |
| 6343 | mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1.04999995, 0.5))
| |
| 6344 | - | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.405125052, 0.211375013)) |
| 6344 | + | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"White","Part",Vector3.new(0.275000006, 0.405125052, 0.211375013)) |
| 6345 | Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.1920929e-007, 0.446621895, 0.0734990835, -1, 9.86020154e-008, -1.49011612e-007, -1.49011655e-007, -4.38377924e-007, 1, 9.86019515e-008, 1, 4.38377953e-007)) | |
| 6346 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.560000002, 0.5))
| |
| 6347 | - | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.413124949, 0.622375011)) |
| 6347 | + | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"White","Part",Vector3.new(0.275000006, 0.413124949, 0.622375011)) |
| 6348 | Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.7285347e-006, 0.967765272, 0.720929861, -1, 2.21816833e-007, 5.96046519e-008, -1.14701351e-007, -0.707106829, 0.707106769, 1.98995039e-007, 0.707106769, 0.707106829)) | |
| 6349 | mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1.04999995, 0.5))
| |
| 6350 | - | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Crimson","Part",Vector3.new(0.275000006, 0.320124894, 0.316374987)) |
| 6350 | + | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Institutional white","Part",Vector3.new(0.275000006, 0.320124894, 0.316374987)) |
| 6351 | Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-2.02655792e-006, 1.51446426, -0.0117214918, -1, 2.45074915e-007, -5.96046519e-008, -5.96047798e-008, -5.27786028e-007, 1, 2.45074887e-007, 1, 5.27786028e-007)) | |
| 6352 | mesh("SpecialMesh",Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.457500011, 1, 1))
| |
| 6353 | - | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.322125077, 0.363375008)) |
| 6353 | + | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"White","Part",Vector3.new(0.275000006, 0.322125077, 0.363375008)) |
| 6354 | Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.84774399e-006, 0.960361481, 0.0573717356, 1, -6.68157512e-008, -5.96046519e-008, 5.96046164e-008, -4.97983308e-007, 1, -6.68157796e-008, -1, -4.97983308e-007)) | |
| 6355 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1, 1))
| |
| 6356 | - | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.51412493, 0.622375011)) |
| 6356 | + | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"White","Part",Vector3.new(0.275000006, 0.51412493, 0.622375011)) |
| 6357 | Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.96695328e-006, 1.51446474, -0.287093759, -1, 2.45074915e-007, -5.96046519e-008, -5.96047798e-008, -5.27786028e-007, 1, 2.45074887e-007, 1, 5.27786028e-007)) | |
| 6358 | mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1.04999995, 0.5))
| |
| 6359 | - | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.204125047, 0.210375011)) |
| 6359 | + | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"White","Part",Vector3.new(0.275000006, 0.204125047, 0.210375011)) |
| 6360 | Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.90734863e-006, -1.12023759, -0.0676275492, -1, -2.06059703e-008, 0, -7.19086588e-015, 3.48970019e-007, -1, 2.06059703e-008, -1, -3.48970019e-007)) | |
| 6361 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.5, 0.5))
| |
| 6362 | - | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Crimson","Part",Vector3.new(0.275000006, 0.261124998, 0.245374992)) |
| 6362 | + | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Institutional white","Part",Vector3.new(0.275000006, 0.261124998, 0.245374992)) |
| 6363 | Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(0, -0.201990128, 0.0982512236, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007)) | |
| 6364 | mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.375, 1.04999995, 0.5))
| |
| 6365 | - | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.206125051, 0.280375004)) |
| 6365 | + | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"White","Part",Vector3.new(0.275000006, 0.206125051, 0.280375004)) |
| 6366 | Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-2.38418579e-007, -0.137369633, 0.0937509537, -1, 9.86020154e-008, -1.49011612e-007, -1.49011655e-007, -4.38377924e-007, 1, 9.86019515e-008, 1, 4.38377953e-007)) | |
| 6367 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 0.560000002, 0.5))
| |
| 6368 | - | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.578125, 0.234375)) |
| 6368 | + | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"White","Part",Vector3.new(0.275000006, 0.578125, 0.234375)) |
| 6369 | Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(3.63588333e-006, -1.29723644, 0.0231808424, 1, -1.86023783e-007, -5.96046519e-008, 5.96045879e-008, -3.48969991e-007, 1, -1.86023797e-007, -1, -3.48969991e-007)) | |
| 6370 | mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1.04999995, 0.400000006))
| |
| 6371 | - | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.25999999, 0.225500003, 0.210125014)) |
| 6371 | + | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"White","Part",Vector3.new(0.25999999, 0.225500003, 0.210125014)) |
| 6372 | Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-0.00167286396, 0.746741295, -0.00556850433, -1, 6.68158222e-008, -5.96046519e-008, 5.96046803e-008, 4.38378009e-007, -1, -6.68157938e-008, -1, -4.38378009e-007)) | |
| 6373 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1, 1))
| |
| 6374 | - | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.214125022, 0.234375)) |
| 6374 | + | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"White","Part",Vector3.new(0.275000006, 0.214125022, 0.234375)) |
| 6375 | Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-3.81469727e-006, 0.381998301, -0.135124564, -1, -5.23922843e-008, 1.49011612e-007, -1.4901164e-007, 4.97983251e-007, -1, 5.23922097e-008, -1, -4.97983251e-007)) | |
| 6376 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.560000002, 0.400000006))
| |
| 6377 | - | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.270000011, 0.21875, 0.234375)) |
| 6377 | + | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"White","Part",Vector3.new(0.270000011, 0.21875, 0.234375)) |
| 6378 | Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(4.35113907e-006, -1.64879727, 0.0388069153, 1, -1.86023783e-007, -5.96046519e-008, 5.96045879e-008, -3.48969991e-007, 1, -1.86023797e-007, -1, -3.48969991e-007)) | |
| 6379 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.5, 0.5))
| |
| 6380 | - | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Crimson","Part",Vector3.new(0.200000003, 0.449500024, 0.236624971)) |
| 6380 | + | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Institutional white","Part",Vector3.new(0.200000003, 0.449500024, 0.236624971)) |
| 6381 | Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(0, -1.14855242, -0.0782039165, -1, 1.1814204e-007, -5.96046519e-008, -8.81511255e-008, -0.258819431, 0.965925753, 9.8689604e-008, 0.965925813, 0.258819431)) | |
| 6382 | mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1, 0.25))
| |
| 6383 | - | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Crimson","Part",Vector3.new(0.200000003, 0.46875, 0.220999971)) |
| 6383 | + | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Institutional white","Part",Vector3.new(0.200000003, 0.46875, 0.220999971)) |
| 6384 | Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.78813934e-007, -1.17250943, 0.949309707, -1, -1.16559704e-008, -1.49011612e-007, -1.31319965e-007, 0.544638991, 0.838670731, 7.13820114e-008, 0.838670731, -0.544638932)) | |
| 6385 | mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1, 0.25))
| |
| 6386 | - | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Crimson","Part",Vector3.new(0.275000006, 0.35212487, 0.214375019)) |
| 6386 | + | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Institutional white","Part",Vector3.new(0.275000006, 0.35212487, 0.214375019)) |
| 6387 | Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.96695328e-006, 1.7106328, -4.67702293, 1, -5.28256834e-008, 3.27825546e-007, -1.54116776e-007, -0.948323309, 0.317305803, 2.94122714e-007, -0.317305803, -0.948323369)) | |
| 6388 | mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.449999988, 0.5, 0.100000001))
| |
| 6389 | - | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Crimson","Part",Vector3.new(0.288000047, 0.200000003, 0.27837503)) |
| 6389 | + | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Institutional white","Part",Vector3.new(0.288000047, 0.200000003, 0.27837503)) |
| 6390 | Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(3.00251865, -0.0312470198, -0.784425139, -5.96046448e-008, 0.362437576, 0.932008028, 1, 8.8373362e-008, 2.95864595e-008, -7.16414377e-008, 0.932008028, -0.362437606)) | |
| 6391 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
| |
| 6392 | - | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Crimson","Part",Vector3.new(0.200000003, 0.217000008, 0.200375021)) |
| 6392 | + | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Institutional white","Part",Vector3.new(0.200000003, 0.217000008, 0.200375021)) |
| 6393 | Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.1920929e-007, -3.18676305, -1.53718555, 1, 8.19928516e-008, -2.68220901e-007, -2.15646111e-007, -0.386710614, -0.922201157, -1.79337775e-007, 0.922201157, -0.386710614)) | |
| 6394 | mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.560000002, 0.200000003, 0.600000024))
| |
| 6395 | - | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Crimson","Part",Vector3.new(0.49000001, 0.200000003, 0.290374994)) |
| 6395 | + | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Institutional white","Part",Vector3.new(0.49000001, 0.200000003, 0.290374994)) |
| 6396 | Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(2.73874784, -0.0312489271, 0.358844757, -8.94069814e-008, -0.0130901812, 0.999914408, 1, 5.69744678e-008, 9.01605191e-008, -5.81498085e-008, 0.999914408, 0.0130901812)) | |
| 6397 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
| |
| 6398 | - | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Crimson","Part",Vector3.new(0.275000006, 0.24712491, 0.214375019)) |
| 6398 | + | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Institutional white","Part",Vector3.new(0.275000006, 0.24712491, 0.214375019)) |
| 6399 | Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.37090683e-006, 3.7712388, 4.10999966, 1, 2.20300279e-007, -3.27825546e-007, 7.26464435e-008, 0.713250935, 0.70090878, 3.88232309e-007, -0.70090884, 0.713250995)) | |
| 6400 | mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.449999988, 0.600000024, 0.100000001))
| |
| 6401 | - | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Crimson","Part",Vector3.new(0.275000006, 0.621124864, 0.214375019)) |
| 6401 | + | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Institutional white","Part",Vector3.new(0.275000006, 0.621124864, 0.214375019)) |
| 6402 | Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(5.96046448e-007, 3.43644333, -0.254856586, 1, 2.8833017e-007, 5.96046519e-008, -4.31625189e-008, -0.0566928945, 0.998391747, 2.91245613e-007, -0.998391688, -0.0566928908)) | |
| 6403 | mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.449999988, 1, 0.100000001))
| |
| 6404 | - | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Crimson","Part",Vector3.new(0.940000057, 0.200000003, 0.285374999)) |
| 6404 | + | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Institutional white","Part",Vector3.new(0.940000057, 0.200000003, 0.285374999)) |
| 6405 | Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-5.0734067, -0.0312533975, 4.65720272, 1.49011626e-007, 0.694658399, -0.719339788, -1, 3.30585053e-008, -1.75226305e-007, -9.79421202e-008, 0.719339788, 0.694658399)) | |
| 6406 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
| |
| 6407 | - | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.84512496, 0.422374964)) |
| 6407 | + | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"White","Part",Vector3.new(0.275000006, 0.84512496, 0.422374964)) |
| 6408 | Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(4.76837158e-007, 3.25642681, 0.00496280193, 1, 2.88228279e-007, 5.96046519e-008, -5.96046021e-008, -1.70154109e-007, 1, 2.88228279e-007, -1, -1.70154095e-007)) | |
| 6409 | mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1, 0.5))
| |
| 6410 | - | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Crimson","Part",Vector3.new(0.275000006, 1.04612494, 0.214375019)) |
| 6410 | + | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Institutional white","Part",Vector3.new(0.275000006, 1.04612494, 0.214375019)) |
| 6411 | Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(3.03983688e-006, 6.0806818, -0.48661232, 1, 2.83280116e-007, 0, 3.20681721e-008, -0.113203041, 0.993571877, 2.81459165e-007, -0.993571937, -0.113203049)) | |
| 6412 | mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.449999988, 0.899999976, 0.100000001))
| |
| 6413 | - | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Crimson","Part",Vector3.new(0.49000001, 0.200000003, 0.290374994)) |
| 6413 | + | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Institutional white","Part",Vector3.new(0.49000001, 0.200000003, 0.290374994)) |
| 6414 | Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-2.73874784, -0.0312509537, 0.358844757, 0, 0.0130901793, -0.999914348, -1, -5.85088848e-008, -7.65957409e-010, -5.85139013e-008, 0.999914408, 0.0130901802)) | |
| 6415 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
| |
| 6416 | - | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 1.46012485, 0.422374964)) |
| 6416 | + | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"White","Part",Vector3.new(0.275000006, 1.46012485, 0.422374964)) |
| 6417 | Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(4.05311584e-006, 5.85410023, -0.495341063, 1, 2.75573711e-007, 1.49011612e-007, -1.16857876e-007, -0.113203339, 0.993571877, 2.90670897e-007, -0.993571937, -0.113203347)) | |
| 6418 | mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1, 0.5))
| |
| 6419 | - | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Crimson","Part",Vector3.new(0.210000038, 0.200000003, 0.285374999)) |
| 6419 | + | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Institutional white","Part",Vector3.new(0.210000038, 0.200000003, 0.285374999)) |
| 6420 | Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-0.630329967, -0.0312533975, 7.20098686, 1.11758709e-008, 0.99984777, -0.017452918, -1, 8.5759515e-009, -1.49042407e-007, -1.48870043e-007, 0.0174529161, 0.99984777)) | |
| 6421 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.300000012, 0.5))
| |
| 6422 | - | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Crimson","Part",Vector3.new(1.78499997, 0.200000003, 0.301375002)) |
| 6422 | + | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Institutional white","Part",Vector3.new(1.78499997, 0.200000003, 0.301375002)) |
| 6423 | Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(5.64131165, -0.0312466621, 0.814543009, -1.78813963e-007, -0.104528897, 0.994521916, 1, 6.1102142e-008, 1.86221044e-007, -8.02329012e-008, 0.994521916, 0.104528897)) | |
| 6424 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
| |
| 6425 | - | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Crimson","Part",Vector3.new(0.275000006, 0.678124905, 0.214375019)) |
| 6425 | + | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Institutional white","Part",Vector3.new(0.275000006, 0.678124905, 0.214375019)) |
| 6426 | Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(5.96046448e-007, 5.27017689, -0.0733480453, 1, 2.8833017e-007, 5.96046519e-008, -4.31626219e-008, -0.0566925369, 0.998391747, 2.91245584e-007, -0.998391688, -0.0566925332)) | |
| 6427 | mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.449999988, 0.800000012, 0.100000001))
| |
| 6428 | - | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Crimson","Part",Vector3.new(0.210000038, 0.200000003, 0.285374999)) |
| 6428 | + | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Institutional white","Part",Vector3.new(0.210000038, 0.200000003, 0.285374999)) |
| 6429 | Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(0.630329847, -0.0312465429, 7.20098686, -9.87201929e-008, -0.99984777, 0.017452918, 1, -9.613413e-008, 1.49012436e-007, -1.47311923e-007, 0.0174529161, 0.99984777)) | |
| 6430 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.300000012, 0.5))
| |
| 6431 | - | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Crimson","Part",Vector3.new(0.275000006, 0.47012496, 0.214375019)) |
| 6431 | + | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Institutional white","Part",Vector3.new(0.275000006, 0.47012496, 0.214375019)) |
| 6432 | Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(4.11272049e-006, 4.9387393, -4.49442863, 1, 2.42971879e-007, 2.68220901e-007, -1.46989407e-008, -0.713250041, 0.700909734, 3.61609949e-007, -0.700909734, -0.713250101)) | |
| 6433 | mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.449999988, 0.699999988, 0.100000001))
| |
| 6434 | - | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Crimson","Part",Vector3.new(0.288000047, 0.200000003, 0.27837503)) |
| 6434 | + | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Institutional white","Part",Vector3.new(0.288000047, 0.200000003, 0.27837503)) |
| 6435 | Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-3.00251842, -0.0312527418, -0.784425259, -2.98023224e-008, -0.362437576, -0.932008028, -1, -3.9197058e-008, 4.7219352e-008, -5.36460405e-008, 0.932008028, -0.362437606)) | |
| 6436 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
| |
| 6437 | - | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Crimson","Part",Vector3.new(0.275000006, 0.533124864, 0.214375019)) |
| 6437 | + | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Institutional white","Part",Vector3.new(0.275000006, 0.533124864, 0.214375019)) |
| 6438 | Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.01327896e-006, 4.10316849, -0.103866458, 1, 2.8833017e-007, 5.96046519e-008, -4.31625473e-008, -0.0566928051, 0.998391747, 2.91245584e-007, -0.998391688, -0.0566928014)) | |
| 6439 | mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.449999988, 0.899999976, 0.100000001))
| |
| 6440 | - | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Crimson","Part",Vector3.new(0.200000003, 0.217000008, 0.200375021)) |
| 6440 | + | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Institutional white","Part",Vector3.new(0.200000003, 0.217000008, 0.200375021)) |
| 6441 | Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.78813934e-007, -3.33085537, -1.5976094, 1, 8.19928516e-008, -2.68220901e-007, -2.15646111e-007, -0.386710614, -0.922201157, -1.79337775e-007, 0.922201157, -0.386710614)) | |
| 6442 | mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.560000002, 0.200000003, 0.600000024))
| |
| 6443 | - | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.235124931, 1.6693753)) |
| 6443 | + | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"White","Part",Vector3.new(0.275000006, 0.235124931, 1.6693753)) |
| 6444 | Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-4.64916229e-006, -0.673488855, 5.65330791, -1, 2.57733284e-008, -4.1723257e-007, 2.16240803e-008, -0.993572056, -0.11320243, -4.17468186e-007, -0.113202423, 0.993571997)) | |
| 6445 | mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1.04999995, 1))
| |
| 6446 | - | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Crimson","Part",Vector3.new(0.275000006, 0.480124891, 0.214375019)) |
| 6446 | + | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Institutional white","Part",Vector3.new(0.275000006, 0.480124891, 0.214375019)) |
| 6447 | Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.01327896e-006, 2.6059866, 0.051631093, 1, 2.90808202e-007, 5.96046519e-008, -5.96046306e-008, -8.07461475e-008, 1, 2.90808202e-007, -1, -8.07461333e-008)) | |
| 6448 | mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.449999988, 1, 0.100000001))
| |
| 6449 | - | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.235124931, 1.6693753)) |
| 6449 | + | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"White","Part",Vector3.new(0.275000006, 0.235124931, 1.6693753)) |
| 6450 | Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-4.29153442e-006, -0.399590373, 4.02885008, -1, 2.75204592e-009, -4.1723257e-007, 2.09061284e-008, -0.998391747, -0.0566919968, -4.16717569e-007, -0.0566919968, 0.998391747)) | |
| 6451 | mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1.04999995, 1))
| |
| 6452 | - | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Crimson","Part",Vector3.new(0.275000006, 0.237124875, 0.214375019)) |
| 6452 | + | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Institutional white","Part",Vector3.new(0.275000006, 0.237124875, 0.214375019)) |
| 6453 | Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(2.08616257e-006, 2.20885611, -3.10965157, 1, 1.22782865e-007, 3.27825546e-007, -8.59755218e-008, -0.82164669, 0.569997251, 3.39342648e-007, -0.569997191, -0.821646631)) | |
| 6454 | mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.449999988, 0.800000012, 0.100000001))
| |
| 6455 | - | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 1.65712488, 0.359375)) |
| 6455 | + | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"White","Part",Vector3.new(0.275000006, 1.65712488, 0.359375)) |
| 6456 | Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.1920929e-006, 4.40055227, -0.0314526558, 1, 2.82533193e-007, 5.96046519e-008, -4.34911662e-008, -0.0566928945, 0.998391747, 2.85457958e-007, -0.998391688, -0.0566928908)) | |
| 6457 | mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1, 0.5))
| |
| 6458 | - | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.488124937, 0.359375)) |
| 6458 | + | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"White","Part",Vector3.new(0.275000006, 0.488124937, 0.359375)) |
| 6459 | Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(9.53674316e-007, 2.57349205, 0.495863676, 1, 2.95756422e-007, 5.96046519e-008, -9.27020594e-008, 0.113203131, 0.993571877, 2.87107866e-007, -0.993571937, 0.113203138)) | |
| 6460 | mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1, 0.5))
| |
| 6461 | - | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.221124932, 0.655375004)) |
| 6461 | + | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"White","Part",Vector3.new(0.275000006, 0.221124932, 0.655375004)) |
| 6462 | Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.84774399e-006, 1.02953684, 2.8258214, -1, -1.09740803e-007, -3.27825546e-007, -2.40661642e-008, -0.923879445, 0.382683516, -3.44867317e-007, 0.382683575, 0.923879564)) | |
| 6463 | mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1.04999995, 0.899999976))
| |
| 6464 | - | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Crimson","Part",Vector3.new(0.200000003, 0.217000008, 0.200375021)) |
| 6464 | + | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Institutional white","Part",Vector3.new(0.200000003, 0.217000008, 0.200375021)) |
| 6465 | Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.78813934e-007, -3.40289879, -1.62781823, 1, 8.19928516e-008, -2.68220901e-007, -2.15646111e-007, -0.386710614, -0.922201157, -1.79337775e-007, 0.922201157, -0.386710614)) | |
| 6466 | mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.560000002, 0.200000003, 0.600000024))
| |
| 6467 | - | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.488124937, 0.418375015)) |
| 6467 | + | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"White","Part",Vector3.new(0.275000006, 0.488124937, 0.418375015)) |
| 6468 | Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.07288361e-006, 2.60998273, -0.0503669977, 1, 2.90808202e-007, 5.96046519e-008, -5.96046306e-008, -8.07461475e-008, 1, 2.90808202e-007, -1, -8.07461333e-008)) | |
| 6469 | mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1, 0.899999976))
| |
| 6470 | - | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Crimson","Part",Vector3.new(0.200000003, 0.217000008, 0.200375021)) |
| 6470 | + | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Institutional white","Part",Vector3.new(0.200000003, 0.217000008, 0.200375021)) |
| 6471 | Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.78813934e-007, -3.25880861, -1.56739795, 1, 8.19928516e-008, -2.68220901e-007, -2.15646111e-007, -0.386710614, -0.922201157, -1.79337775e-007, 0.922201157, -0.386710614)) | |
| 6472 | mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.560000002, 0.200000003, 0.600000024))
| |
| 6473 | - | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Crimson","Part",Vector3.new(0.275000006, 0.265124857, 0.214375019)) |
| 6473 | + | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Institutional white","Part",Vector3.new(0.275000006, 0.265124857, 0.214375019)) |
| 6474 | Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.1920929e-007, 3.70434904, 2.44769764, 1, 3.05401159e-007, -1.49011612e-007, -3.84168999e-008, 0.537299871, 0.843391299, 3.37636607e-007, -0.843391299, 0.537299871)) | |
| 6475 | mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.449999988, 0.899999976, 0.100000001))
| |
| 6476 | - | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.618124902, 0.209375009)) |
| 6476 | + | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"White","Part",Vector3.new(0.275000006, 0.618124902, 0.209375009)) |
| 6477 | Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.07288361e-006, 2.67497754, -0.154865503, 1, 2.90808202e-007, 5.96046519e-008, -5.96046306e-008, -8.07461475e-008, 1, 2.90808202e-007, -1, -8.07461333e-008)) | |
| 6478 | mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1, 0.899999976))
| |
| 6479 | - | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.484124899, 0.227375031)) |
| 6479 | + | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"White","Part",Vector3.new(0.275000006, 0.484124899, 0.227375031)) |
| 6480 | Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.13248825e-006, 2.07749343, -1.55897069, -1, 2.0314171e-007, -1.49011612e-007, 3.82758287e-008, 0.707107008, 0.70710659, 2.49009986e-007, 0.70710659, -0.707106948)) | |
| 6481 | mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.349999994, 0.300000012, 1))
| |
| 6482 | - | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Crimson","Part",Vector3.new(0.275000006, 0.454124868, 0.214375019)) |
| 6482 | + | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Institutional white","Part",Vector3.new(0.275000006, 0.454124868, 0.214375019)) |
| 6483 | Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(3.09944153e-006, 4.72574425, -0.500342607, 1, 2.72365185e-007, 1.49011612e-007, -1.17221134e-007, -0.113203213, 0.993571877, 2.87482976e-007, -0.993571877, -0.113203213)) | |
| 6484 | mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.449999988, 0.899999976, 0.100000001))
| |
| 6485 | - | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 1.65712488, 0.422374964)) |
| 6485 | + | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"White","Part",Vector3.new(0.275000006, 1.65712488, 0.422374964)) |
| 6486 | Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.25169754e-006, 4.40054798, -0.205949783, 1, 2.82533193e-007, 5.96046519e-008, -4.34911662e-008, -0.0566928945, 0.998391747, 2.85457958e-007, -0.998391688, -0.0566928908)) | |
| 6487 | mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1, 0.5))
| |
| 6488 | - | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.446125001, 0.496375084)) |
| 6488 | + | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"White","Part",Vector3.new(0.275000006, 0.446125001, 0.496375084)) |
| 6489 | Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.7285347e-006, 0.313133836, 6.93109894, -1, 3.38840884e-008, 5.96046519e-008, -3.38840529e-008, -1, 5.74912178e-007, 5.96046661e-008, 5.74912178e-007, 1)) | |
| 6490 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1, 0.899999976))
| |
| 6491 | - | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Crimson","Part",Vector3.new(0.421999991, 0.200000003, 0.280375004)) |
| 6491 | + | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Institutional white","Part",Vector3.new(0.421999991, 0.200000003, 0.280375004)) |
| 6492 | Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.558792, -0.0312539935, -0.45239532, 2.98023224e-008, -0.707106769, -0.707106829, -1, -7.48441451e-008, 3.26972902e-008, -7.60432783e-008, 0.707106829, -0.707106709)) | |
| 6493 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
| |
| 6494 | - | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.275000006, 0.277124941, 0.702375054)) |
| 6494 | + | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"White","Part",Vector3.new(0.275000006, 0.277124941, 0.702375054)) |
| 6495 | Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(4.76837158e-007, -2.44779181, 0.103008986, 1, 2.03386463e-007, -1.49011612e-007, -1.4901174e-007, 6.17194019e-007, -1, -2.03386378e-007, 1, 6.17194075e-007)) | |
| 6496 | mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.550000012, 0.5, 0.800000012))
| |
| 6497 | - | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.422124922, 0.412375003)) |
| 6497 | + | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"White","Part",Vector3.new(0.275000006, 0.422124922, 0.412375003)) |
| 6498 | Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.31130219e-006, -1.70811987, 0.370481491, 1, 1.56259688e-007, -2.68220901e-007, -2.99524515e-007, 0.258819312, -0.965925872, -8.15145142e-008, 0.965925872, 0.258819312)) | |
| 6499 | mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1.04999995, 0.5))
| |
| 6500 | - | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.207000002, 0.303375006)) |
| 6500 | + | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"White","Part",Vector3.new(0.275000006, 0.207000002, 0.303375006)) |
| 6501 | Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.7285347e-006, -1.7005955, 0.278747916, 1, 8.41783816e-008, -5.96046519e-008, -5.96046874e-008, 4.38378009e-007, -1, -8.41783532e-008, 1, 4.38378009e-007)) | |
| 6502 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.5, 0.5))
| |
| 6503 | - | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Crimson","Part",Vector3.new(0.421999991, 0.200000003, 0.280375004)) |
| 6503 | + | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Institutional white","Part",Vector3.new(0.421999991, 0.200000003, 0.280375004)) |
| 6504 | Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.55879188, -0.0312462449, -0.452395201, 5.96046448e-008, 0.707106769, 0.707106829, 1, -4.38479519e-009, -7.99089008e-008, -5.34036033e-008, 0.707106829, -0.707106709)) | |
| 6505 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
| |
| 6506 | - | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Crimson","Part",Vector3.new(0.275000006, 0.204124942, 0.464375019)) |
| 6506 | + | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Institutional white","Part",Vector3.new(0.275000006, 0.204124942, 0.464375019)) |
| 6507 | Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(5.36441803e-007, -2.27592182, 0.103008866, 1, 2.03386463e-007, -1.49011612e-007, -1.4901174e-007, 6.17194019e-007, -1, -2.03386378e-007, 1, 6.17194075e-007)) | |
| 6508 | mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.524999976, 1.04999995, 0.800000012))
| |
| 6509 | - | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.275000006, 0.23299998, 0.295375019)) |
| 6509 | + | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"White","Part",Vector3.new(0.275000006, 0.23299998, 0.295375019)) |
| 6510 | Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-2.08616257e-006, -0.537618876, 2.27821803, -1, 3.50292382e-008, 2.68220901e-007, -3.50290357e-008, -1, 7.53727932e-007, 2.6822093e-007, 7.53727932e-007, 1)) | |
| 6511 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1, 0.25))
| |
| 6512 | - | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.221124932, 0.418375015)) |
| 6512 | + | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"White","Part",Vector3.new(0.275000006, 0.221124932, 0.418375015)) |
| 6513 | Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.54972076e-006, 1.79147363, 1.84832418, -1, -2.19832074e-007, -2.68220901e-007, -3.42159723e-008, -0.707107008, 0.70710659, -3.45105576e-007, 0.70710659, 0.707106948)) | |
| 6514 | mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.550000012, 1.04999995, 0.899999976))
| |
| 6515 | - | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Crimson","Part",Vector3.new(0.275000006, 0.200124964, 0.287375033)) |
| 6515 | + | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Institutional white","Part",Vector3.new(0.275000006, 0.200124964, 0.287375033)) |
| 6516 | Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-6.55651093e-007, -0.200989008, 2.46776938, -1, 3.38840884e-008, 5.96046519e-008, -3.38840529e-008, -1, 5.74912178e-007, 5.96046661e-008, 5.74912178e-007, 1)) | |
| 6517 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.560000002, 1, 0.899999976))
| |
| 6518 | - | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.275000006, 0.216999978, 0.295375019)) |
| 6518 | + | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"White","Part",Vector3.new(0.275000006, 0.216999978, 0.295375019)) |
| 6519 | Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.78813934e-007, -0.42824471, 2.46571684, -1, 3.50217348e-008, 2.68220901e-007, -3.50215323e-008, -1, 7.53727875e-007, 2.6822093e-007, 7.53727875e-007, 1)) | |
| 6520 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.75, 0.25))
| |
| 6521 | - | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.221124932, 0.418375015)) |
| 6521 | + | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"White","Part",Vector3.new(0.275000006, 0.221124932, 0.418375015)) |
| 6522 | Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.1920929e-007, 1.93505025, 1.70474756, 1, 1.8804613e-007, -2.68220901e-007, 5.6691988e-008, 0.707107067, 0.707106471, 3.22629546e-007, -0.707106531, 0.707107067)) | |
| 6523 | mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.550000012, 1.04999995, 0.899999976))
| |
| 6524 | - | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.207000002, 0.303375006)) |
| 6524 | + | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"White","Part",Vector3.new(0.275000006, 0.207000002, 0.303375006)) |
| 6525 | Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.7285347e-006, -1.70059586, -0.138124347, -1, -1.71600149e-007, 5.96046519e-008, -5.96047229e-008, 4.38378009e-007, -1, 1.71600121e-007, -1, -4.38378009e-007)) | |
| 6526 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.5, 0.5))
| |
| 6527 | - | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.331124961, 0.412375003)) |
| 6527 | + | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"White","Part",Vector3.new(0.275000006, 0.331124961, 0.412375003)) |
| 6528 | Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(2.98023224e-007, -1.41137242, -1.47533894, 1, 1.56260029e-007, -2.68220901e-007, -7.91682311e-008, -0.707106948, -0.70710665, -3.00153374e-007, 0.70710665, -0.707106888)) | |
| 6529 | mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1.04999995, 0.5))
| |
| 6530 | - | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.709124923, 0.47437498)) |
| 6530 | + | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"White","Part",Vector3.new(0.275000006, 0.709124923, 0.47437498)) |
| 6531 | Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.25169754e-006, -1.87605298, 0.196760774, 1, 1.5625281e-007, -2.68220901e-007, -2.68220987e-007, 6.17193848e-007, -1, -1.56252639e-007, 1, 6.17193905e-007)) | |
| 6532 | mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1.04999995, 0.800000012))
| |
| 6533 | - | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.277124912, 0.227375031)) |
| 6533 | + | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"White","Part",Vector3.new(0.275000006, 0.277124912, 0.227375031)) |
| 6534 | Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-3.15904617e-006, 2.51099396, -0.945535302, -1, 2.51590308e-007, -1.49011612e-007, -3.25266569e-009, 0.50000006, 0.866025388, 2.92389416e-007, 0.866025448, -0.50000006)) | |
| 6535 | mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.349999994, 0.300000012, 1))
| |
| 6536 | - | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Crimson","Part",Vector3.new(0.275000006, 0.200124964, 0.287375033)) |
| 6536 | + | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Institutional white","Part",Vector3.new(0.275000006, 0.200124964, 0.287375033)) |
| 6537 | Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.01327896e-006, 0.00686681271, 2.46776795, 1, 4.04674836e-008, 5.96046519e-008, -4.04674481e-008, 1, -5.74912178e-007, -5.96046803e-008, 5.74912178e-007, 1)) | |
| 6538 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.560000002, 1, 0.899999976))
| |
| 6539 | - | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.84512496, 0.359375)) |
| 6539 | + | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"White","Part",Vector3.new(0.275000006, 0.84512496, 0.359375)) |
| 6540 | Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(4.17232513e-007, 3.25642681, 0.179460406, 1, 2.88228279e-007, 5.96046519e-008, -5.96046021e-008, -1.70154109e-007, 1, 2.88228279e-007, -1, -1.70154095e-007)) | |
| 6541 | mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.349999994, 1, 0.5))
| |
| 6542 | - | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Crimson","Part",Vector3.new(0.453000009, 0.200000003, 0.280375004)) |
| 6542 | + | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Institutional white","Part",Vector3.new(0.453000009, 0.200000003, 0.280375004)) |
| 6543 | Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.95527112, -0.0312464833, 0.483453929, 1.19209275e-007, 0.258818507, 0.965925932, 1, -8.24298763e-009, -1.21205815e-007, -2.34081945e-008, 0.965925932, -0.258818507)) | |
| 6544 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
| |
| 6545 | - | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Crimson","Part",Vector3.new(0.453000009, 0.200000003, 0.280375004)) |
| 6545 | + | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Institutional white","Part",Vector3.new(0.453000009, 0.200000003, 0.280375004)) |
| 6546 | Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.95527112, -0.0312538147, 0.483453929, -2.98023224e-008, -0.258818537, -0.965925992, -1, -2.11072013e-008, 3.65092774e-008, -2.98372704e-008, 0.965925932, -0.258818537)) | |
| 6547 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
| |
| 6548 | - | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.25999999, 0.3125, 0.320125014)) |
| 6548 | + | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"White","Part",Vector3.new(0.25999999, 0.3125, 0.320125014)) |
| 6549 | Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-0.00167268515, -1.01674032, 0.0665671825, -1, -2.06061035e-008, 5.96046519e-008, 5.96046661e-008, -4.97983308e-007, 1, -2.06060733e-008, 1, 4.97983308e-007)) | |
| 6550 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1, 1))
| |
| 6551 | - | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.698124886, 0.732374966)) |
| 6551 | + | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"White","Part",Vector3.new(0.275000006, 0.698124886, 0.732374966)) |
| 6552 | Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-2.02655792e-006, 1.51446426, -0.0117214918, -1, 2.45074915e-007, -5.96046519e-008, -5.96047798e-008, -5.27786028e-007, 1, 2.45074887e-007, 1, 5.27786028e-007)) | |
| 6553 | mesh("SpecialMesh",Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.425000012, 1, 1))
| |
| 6554 | - | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Crimson","Part",Vector3.new(0.275000006, 0.698124886, 0.534374952)) |
| 6554 | + | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Institutional white","Part",Vector3.new(0.275000006, 0.698124886, 0.534374952)) |
| 6555 | Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-2.02655792e-006, 1.51446426, -0.0117214918, -1, 2.45074915e-007, -5.96046519e-008, -5.96047798e-008, -5.27786028e-007, 1, 2.45074887e-007, 1, 5.27786028e-007)) | |
| 6556 | mesh("SpecialMesh",Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.452499986, 1, 1))
| |
| 6557 | - | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.275000006, 0.368124902, 0.378374994)) |
| 6557 | + | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"White","Part",Vector3.new(0.275000006, 0.368124902, 0.378374994)) |
| 6558 | Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-2.20537186e-006, 1.49373317, 0.509495497, -1, 1.54237696e-007, -1.49011612e-007, -1.49011683e-007, -4.38377924e-007, 1, 1.54237625e-007, 1, 4.38377953e-007)) | |
| 6559 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1, 1))
| |
| 6560 | - | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.567124963, 0.311374992)) |
| 6560 | + | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"White","Part",Vector3.new(0.275000006, 0.567124963, 0.311374992)) |
| 6561 | Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.96695328e-006, 0.994490385, 0.140751123, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007)) | |
| 6562 | mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1.04999995, 0.5))
| |
| 6563 | - | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.418250024, 0.25)) |
| 6563 | + | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"White","Part",Vector3.new(0.275000006, 0.418250024, 0.25)) |
| 6564 | Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(5.96046448e-008, -1.13293266, -0.127015591, -1, 1.1814204e-007, -5.96046519e-008, -8.81511255e-008, -0.258819431, 0.965925753, 9.8689604e-008, 0.965925813, 0.258819431)) | |
| 6565 | mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1, 0.25))
| |
| 6566 | - | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.403124899, 0.352375001)) |
| 6566 | + | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"White","Part",Vector3.new(0.275000006, 0.403124899, 0.352375001)) |
| 6567 | Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-2.14576721e-006, 1.55247092, -0.700873375, -1, 3.75780473e-009, -1.49011612e-007, -1.02709933e-007, 0.707106948, 0.707106709, 1.08024309e-007, 0.70710665, -0.707106888)) | |
| 6568 | mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.349999994, 1, 1))
| |
| 6569 | - | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Crimson","Part",Vector3.new(1.625, 0.200000003, 0.296375006)) |
| 6569 | + | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Institutional white","Part",Vector3.new(1.625, 0.200000003, 0.296375006)) |
| 6570 | Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(3.97657108, -0.0312469006, 0.569297791, -1.78813934e-007, -0.0523363948, 0.99862951, 1, 7.44965192e-008, 1.82963561e-007, -8.39700789e-008, 0.99862957, 0.0523363985)) | |
| 6571 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
| |
| 6572 | - | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Crimson","Part",Vector3.new(0.940000057, 0.200000003, 0.285374999)) |
| 6572 | + | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Institutional white","Part",Vector3.new(0.940000057, 0.200000003, 0.285374999)) |
| 6573 | Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(5.0734067, -0.0312458873, 4.6572032, -2.38418608e-007, -0.694658399, 0.719339788, 1, -7.77344482e-008, 2.56373596e-007, -1.22174583e-007, 0.719339788, 0.694658399)) | |
| 6574 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
| |
| 6575 | - | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Crimson","Part",Vector3.new(1.625, 0.200000003, 0.296375006)) |
| 6575 | + | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Institutional white","Part",Vector3.new(1.625, 0.200000003, 0.296375006)) |
| 6576 | Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-3.97657156, -0.0312528014, 0.569297791, 8.94069672e-008, 0.0523363948, -0.99862957, -1, -7.9065849e-008, -9.36733713e-008, -8.38600229e-008, 0.99862957, 0.0523363948)) | |
| 6577 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
| |
| 6578 | - | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 1.66212487, 0.359375)) |
| 6578 | + | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"White","Part",Vector3.new(0.275000006, 1.66212487, 0.359375)) |
| 6579 | Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.84774399e-006, 5.95509291, -0.320841074, 1, 2.75573711e-007, 1.49011612e-007, -1.16857876e-007, -0.113203339, 0.993571877, 2.90670897e-007, -0.993571937, -0.113203347)) | |
| 6580 | mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1, 0.5))
| |
| 6581 | - | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Crimson","Part",Vector3.new(1.78499997, 0.200000003, 0.301375002)) |
| 6581 | + | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Institutional white","Part",Vector3.new(1.78499997, 0.200000003, 0.301375002)) |
| 6582 | Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-5.64131165, -0.0312528014, 0.814543009, 8.94069672e-008, 0.104528897, -0.994521856, -1, -7.01918026e-008, -9.72769385e-008, -7.99755355e-008, 0.994521916, 0.104528904)) | |
| 6583 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
| |
| 6584 | - | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.204125047, 0.207375005)) |
| 6584 | + | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"White","Part",Vector3.new(0.275000006, 0.204125047, 0.207375005)) |
| 6585 | Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.78813934e-006, -1.16710985, 0.175246477, -1, -2.06059703e-008, 0, -7.19086588e-015, 3.48970019e-007, -1, 2.06059703e-008, -1, -3.48970019e-007)) | |
| 6586 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.5, 0.5))
| |
| 6587 | - | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.223124996, 0.234375)) |
| 6587 | + | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"White","Part",Vector3.new(0.275000006, 0.223124996, 0.234375)) |
| 6588 | Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-5.96046448e-008, -0.964124441, -0.0247514248, 1, -3.01422034e-007, 5.96046519e-008, -3.31073302e-008, 0.0871552527, 0.99619478, -3.05469911e-007, -0.99619478, 0.0871552527)) | |
| 6589 | mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1, 0.400000006))
| |
| 6590 | - | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.244125068, 0.416375011)) |
| 6590 | + | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"White","Part",Vector3.new(0.275000006, 0.244125068, 0.416375011)) |
| 6591 | Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.1920929e-007, -0.686996341, -0.125002146, -1, -5.23922274e-008, 1.49011612e-007, -1.49011626e-007, 3.48969991e-007, -1, 5.23921742e-008, -1, -3.48969991e-007)) | |
| 6592 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.560000002, 0.5))
| |
| 6593 | - | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.206125051, 0.280375004)) |
| 6593 | + | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"White","Part",Vector3.new(0.275000006, 0.206125051, 0.280375004)) |
| 6594 | Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(0, 0.168619156, -0.0937508345, -1, -5.23922559e-008, 1.49011612e-007, -1.4901164e-007, 4.97983251e-007, -1, 5.23921813e-008, -1, -4.97983251e-007)) | |
| 6595 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 0.560000002, 0.5))
| |
| 6596 | - | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.398124993, 0.303375006)) |
| 6596 | + | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"White","Part",Vector3.new(0.275000006, 0.398124993, 0.303375006)) |
| 6597 | Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.84774399e-006, 1.4540993, 0.200625658, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007)) | |
| 6598 | mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1, 1))
| |
| 6599 | - | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Crimson","Part",Vector3.new(0.275000006, 0.239124984, 0.205375016)) |
| 6599 | + | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Institutional white","Part",Vector3.new(0.275000006, 0.239124984, 0.205375016)) |
| 6600 | Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.90734863e-006, 1.85597229, 0.341248155, -1, 2.73445636e-007, -5.96046519e-008, -5.96047869e-008, -4.97983308e-007, 1, 2.73445607e-007, 1, 4.97983308e-007)) | |
| 6601 | mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.550000012, 1, 1))
| |
| 6602 | - | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Crimson","Part",Vector3.new(0.275000006, 0.698124886, 0.534374952)) |
| 6602 | + | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Institutional white","Part",Vector3.new(0.275000006, 0.698124886, 0.534374952)) |
| 6603 | Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-2.02655792e-006, 1.51446426, -0.0117214918, -1, 2.45074915e-007, -5.96046519e-008, -5.96047798e-008, -5.27786028e-007, 1, 2.45074887e-007, 1, 5.27786028e-007)) | |
| 6604 | mesh("SpecialMesh",Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.452499986, 1, 1))
| |
| 6605 | - | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.275000006, 0.315999985, 0.310375005)) |
| 6605 | + | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"White","Part",Vector3.new(0.275000006, 0.315999985, 0.310375005)) |
| 6606 | Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(2.68220901e-006, 2.08321929, -0.579118371, 1, -3.05231737e-007, 5.96046519e-008, -5.96048082e-008, -4.97983308e-007, 1, -3.05231708e-007, -1, -4.97983308e-007)) | |
| 6607 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1, 0.5))
| |
| 6608 | - | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Crimson","Part",Vector3.new(0.496000022, 0.200000003, 0.280375004)) |
| 6608 | + | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Institutional white","Part",Vector3.new(0.496000022, 0.200000003, 0.280375004)) |
| 6609 | Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(0.99925971, -0.0312514305, -0.496301413, 0, -0.707106709, 0.707106829, -1, 1.69960003e-007, 1.69959961e-007, -2.40359725e-007, -0.707106888, -0.707106769)) | |
| 6610 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
| |
| 6611 | - | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Crimson","Part",Vector3.new(0.275000006, 0.207000002, 0.213375002)) |
| 6611 | + | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Institutional white","Part",Vector3.new(0.275000006, 0.207000002, 0.213375002)) |
| 6612 | Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-7.74860382e-007, -1.99747372, -0.297748566, -1, -1.71600149e-007, 5.96046519e-008, -5.96047229e-008, 4.38378009e-007, -1, 1.71600121e-007, -1, -4.38378009e-007)) | |
| 6613 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.550000012, 0.25, 0.5))
| |
| 6614 | - | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.311124951, 0.267374992)) |
| 6614 | + | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"White","Part",Vector3.new(0.275000006, 0.311124951, 0.267374992)) |
| 6615 | Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(2.14576721e-006, -1.94385314, 0.47499609, 1, -6.68158364e-008, 5.96046519e-008, 5.96046803e-008, 4.38378009e-007, -1, 6.6815808e-008, 1, 4.38378009e-007)) | |
| 6616 | mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.495000005, 1, 1))
| |
| 6617 | - | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Crimson","Part",Vector3.new(0.275000006, 0.200000003, 0.213375002)) |
| 6617 | + | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Institutional white","Part",Vector3.new(0.275000006, 0.200000003, 0.213375002)) |
| 6618 | Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.96695328e-006, 1.71972692, -0.297746897, 1, -1.86023797e-007, 5.96046519e-008, -5.96047443e-008, -4.97983308e-007, 1, -1.86023769e-007, -1, -4.97983308e-007)) | |
| 6619 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.550000012, 0.25, 0.5))
| |
| 6620 | - | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Crimson","Part",Vector3.new(0.643000007, 0.200000003, 0.280375004)) |
| 6620 | + | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Institutional white","Part",Vector3.new(0.643000007, 0.200000003, 0.280375004)) |
| 6621 | Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.51446462, -0.0312519073, 0.511714339, 0, -4.38378066e-007, 1, -1, 2.45074915e-007, 1.0743547e-013, -2.45074915e-007, -1, -4.38378066e-007)) | |
| 6622 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
| |
| 6623 | - | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Crimson","Part",Vector3.new(0.496000022, 0.200000003, 0.280375004)) |
| 6623 | + | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Institutional white","Part",Vector3.new(0.496000022, 0.200000003, 0.280375004)) |
| 6624 | Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.13575315, -0.0312535167, 1.63871276, -5.96046448e-008, -0.707106888, -0.707106709, 1, 1.651742e-007, -2.49467973e-007, 2.93196308e-007, -0.707106709, 0.707106888)) | |
| 6625 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
| |
| 6626 | - | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Crimson","Part",Vector3.new(0.643000007, 0.200000003, 0.280375004)) |
| 6626 | + | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Institutional white","Part",Vector3.new(0.643000007, 0.200000003, 0.280375004)) |
| 6627 | Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.51446474, -0.0312479734, 0.511714339, 5.96046519e-008, 4.38378066e-007, -1, 1, -2.45074915e-007, 5.96045453e-008, -2.45074887e-007, -1, -4.38378095e-007)) | |
| 6628 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
| |
| 6629 | - | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.577124953, 0.303375006)) |
| 6629 | + | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"White","Part",Vector3.new(0.275000006, 0.577124953, 0.303375006)) |
| 6630 | Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.96695328e-006, 1.2623533, 0.27874887, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007)) | |
| 6631 | mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 0.870000005, 0.5))
| |
| 6632 | - | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.304124922, 0.267374992)) |
| 6632 | + | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"White","Part",Vector3.new(0.275000006, 0.304124922, 0.267374992)) |
| 6633 | Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-2.14576721e-006, 1.6403501, 0.474995613, -1, 1.54237696e-007, -1.49011612e-007, -1.49011683e-007, -4.38377924e-007, 1, 1.54237625e-007, 1, 4.38377953e-007)) | |
| 6634 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.495000005, 1, 1))
| |
| 6635 | - | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.275000006, 0.330124915, 0.226374999)) |
| 6635 | + | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"White","Part",Vector3.new(0.275000006, 0.330124915, 0.226374999)) |
| 6636 | Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-2.2649765e-006, 1.84085846, 0.585492015, -1, 1.54237696e-007, -1.49011612e-007, -1.49011683e-007, -4.38377924e-007, 1, 1.54237625e-007, 1, 4.38377953e-007)) | |
| 6637 | mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1, 1))
| |
| 6638 | - | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.25999999, 0.578125, 0.21875)) |
| 6638 | + | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"White","Part",Vector3.new(0.25999999, 0.578125, 0.21875)) |
| 6639 | Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(0.00167268515, 1.04017782, 0.125254273, 1, 2.06060218e-008, 5.96046519e-008, 5.96046448e-008, 3.48969991e-007, -1, -2.06060431e-008, 1, 3.48969991e-007)) | |
| 6640 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.300000012, 1, 1))
| |
| 6641 | - | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.275000006, 0.239124984, 0.303375006)) |
| 6641 | + | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"White","Part",Vector3.new(0.275000006, 0.239124984, 0.303375006)) |
| 6642 | Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.90734863e-006, 1.85597229, 0.341248155, -1, 2.73445636e-007, -5.96046519e-008, -5.96047869e-008, -4.97983308e-007, 1, 2.73445607e-007, 1, 4.97983308e-007)) | |
| 6643 | mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.524999976, 1, 1))
| |
| 6644 | - | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Crimson","Part",Vector3.new(0.423000038, 0.200000003, 0.280375004)) |
| 6644 | + | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Institutional white","Part",Vector3.new(0.423000038, 0.200000003, 0.280375004)) |
| 6645 | Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.828511, -0.0312466025, 1.86352599, -1.49011612e-007, -0.500000238, 0.866025269, 1, -3.47173224e-009, 1.70059423e-007, -8.20231492e-008, 0.866025269, 0.500000238)) | |
| 6646 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
| |
| 6647 | - | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Crimson","Part",Vector3.new(0.275000006, 0.23712492, 0.375375003)) |
| 6647 | + | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Institutional white","Part",Vector3.new(0.275000006, 0.23712492, 0.375375003)) |
| 6648 | Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(4.76837158e-007, -2.23306799, -0.714783967, 1, 1.28876025e-007, -1.49011612e-007, -8.8350177e-008, -0.38268286, -0.923879802, -1.76090154e-007, 0.923879862, -0.38268289)) | |
| 6649 | mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.524999976, 1.04999995, 0.800000012))
| |
| 6650 | - | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.275000006, 0.410999984, 0.469375014)) |
| 6650 | + | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"White","Part",Vector3.new(0.275000006, 0.410999984, 0.469375014)) |
| 6651 | Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(7.15255737e-007, -2.25397205, 0.350374818, 1, 8.41783816e-008, -5.96046519e-008, -5.96046874e-008, 4.38378009e-007, -1, -8.41783532e-008, 1, 4.38378009e-007)) | |
| 6652 | mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.850000024, 0.699999988))
| |
| 6653 | - | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Crimson","Part",Vector3.new(0.293000042, 0.200000003, 0.280375004)) |
| 6653 | + | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Institutional white","Part",Vector3.new(0.293000042, 0.200000003, 0.280375004)) |
| 6654 | Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(0.930041909, -0.0312547088, 2.61983705, 2.68220924e-006, -0.866025388, 0.500000238, 1, 1.34954996e-006, -3.0269282e-006, 1.94662152e-006, 0.500000238, 0.866025388)) | |
| 6655 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
| |
| 6656 | - | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.275000006, 0.315999985, 0.303375006)) |
| 6656 | + | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"White","Part",Vector3.new(0.275000006, 0.315999985, 0.303375006)) |
| 6657 | Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(3.75509262e-006, -2.0832181, 0.73186779, 1, 8.41783816e-008, -5.96046519e-008, -5.96046874e-008, 4.38378009e-007, -1, -8.41783532e-008, 1, 4.38378009e-007)) | |
| 6658 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1, 0.5))
| |
| 6659 | - | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.275000006, 0.698124886, 0.638374984)) |
| 6659 | + | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Granite,0,0,"White","Part",Vector3.new(0.275000006, 0.698124886, 0.638374984)) |
| 6660 | Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-2.02655792e-006, 1.51446426, -0.0117214918, -1, 2.45074915e-007, -5.96046519e-008, -5.96047798e-008, -5.27786028e-007, 1, 2.45074887e-007, 1, 5.27786028e-007)) | |
| 6661 | mesh("SpecialMesh",Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.449999988, 1, 1))
| |
| 6662 | - | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Crimson","Part",Vector3.new(0.293000042, 0.200000003, 0.280375004)) |
| 6662 | + | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Institutional white","Part",Vector3.new(0.293000042, 0.200000003, 0.280375004)) |
| 6663 | Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-0.930041909, -0.03124547, 2.61983705, -2.75671505e-006, 0.866025388, -0.500000238, -1, -1.43972136e-006, 3.0197582e-006, 1.89532614e-006, 0.500000238, 0.866025329)) | |
| 6664 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
| |
| 6665 | - | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Crimson","Part",Vector3.new(0.275000006, 0.238124937, 0.381375015)) |
| 6665 | + | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Institutional white","Part",Vector3.new(0.275000006, 0.238124937, 0.381375015)) |
| 6666 | Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.1920929e-006, -2.16469121, -0.908047557, -1, -9.70897673e-008, -1.49011612e-007, 1.00514129e-007, 0.382683396, -0.923879564, 1.46723522e-007, -0.923879564, -0.382683367)) | |
| 6667 | mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.524999976, 1.04999995, 0.800000012))
| |
| 6668 | - | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.235124931, 0.586375237)) |
| 6668 | + | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"White","Part",Vector3.new(0.275000006, 0.235124931, 0.586375237)) |
| 6669 | Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-4.70876694e-006, -4.59392071, 4.83900547, -1, 3.01723389e-007, -3.27825546e-007, 2.23408545e-008, -0.700909495, -0.713250279, -4.44980344e-007, -0.713250279, 0.700909495)) | |
| 6670 | mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1.04999995, 1))
| |
| 6671 | - | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.28125, 0.234375)) |
| 6671 | + | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"White","Part",Vector3.new(0.275000006, 0.28125, 0.234375)) |
| 6672 | Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-5.96046448e-008, -1.44312787, -0.230922222, 1, -1.99133694e-007, -5.96046519e-008, 9.3278274e-008, 0.173647881, 0.984807849, -1.85758211e-007, -0.984807849, 0.173647881)) | |
| 6673 | mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1.04999995, 0.400000006))
| |
| 6674 | - | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Crimson","Part",Vector3.new(0.423000038, 0.200000003, 0.280375004)) |
| 6674 | + | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Neon,0,0,"Institutional white","Part",Vector3.new(0.423000038, 0.200000003, 0.280375004)) |
| 6675 | Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.82851136, -0.0312532187, 1.86352599, 5.96046448e-008, 0.500000238, -0.866025329, -1, -3.57638221e-008, -8.94738008e-008, -7.57092948e-008, 0.866025269, 0.500000238)) | |
| 6676 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5))
| |
| 6677 | - | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.287124902, 0.227375031)) |
| 6677 | + | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"White","Part",Vector3.new(0.275000006, 0.287124902, 0.227375031)) |
| 6678 | Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-3.03983688e-006, 2.52654123, 0.448077202, -1, 2.51590194e-007, -1.49011612e-007, -1.49011683e-007, -2.59562086e-007, 1, 2.51590166e-007, 1, 2.59562114e-007)) | |
| 6679 | mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.349999994, 1, 1))
| |
| 6680 | - | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.22512494, 0.42337501)) |
| 6680 | + | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"White","Part",Vector3.new(0.275000006, 0.22512494, 0.42337501)) |
| 6681 | Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(5.36441803e-007, 2.19158387, 0.875249863, 1, 2.87006458e-007, -5.96046519e-008, -2.30892709e-008, 0.279828936, 0.960049868, 2.92219624e-007, -0.960049927, 0.279828966)) | |
| 6682 | mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1, 0.5))
| |
| 6683 | - | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.221124932, 0.408374965)) |
| 6683 | + | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"White","Part",Vector3.new(0.275000006, 0.221124932, 0.408374965)) |
| 6684 | Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(4.76837158e-007, -2.34476542, -0.473634839, 1, 1.52993096e-007, -1.49011612e-007, -1.04336792e-007, -0.258818269, -0.965926051, -1.86346938e-007, 0.965926051, -0.258818269)) | |
| 6685 | mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.550000012, 1.04999995, 0.800000012))
| |
| 6686 | - | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.221124932, 0.408374965)) |
| 6686 | + | Part=part(Enum.FormFactor.Custom,m8,Enum.Material.Metal,0,0,"White","Part",Vector3.new(0.275000006, 0.221124932, 0.408374965)) |
| 6687 | Partweld=weld(m8,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.1920929e-006, -2.29170871, -0.671645045, -1, -1.21206767e-007, -1.49011612e-007, 1.12563526e-007, 0.258819103, -0.965925813, 1.55643789e-007, -0.965925813, -0.258819103)) | |
| 6688 | mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.550000012, 1.04999995, 0.800000012))
| |
| 6689 | - | Hitbox=part(Enum.FormFactor.Symmetric,m8,Enum.Material.Neon,0,1,"Crimson","Hitbox",Vector3.new(6.5, 4.0, 2.0)) |
| 6689 | + | Hitbox=part(Enum.FormFactor.Symmetric,m8,Enum.Material.Neon,0,1,"Institutional white","Hitbox",Vector3.new(6.5, 4.0, 2.0)) |
| 6690 | Hitboxweld=weld(m8,Handle,Hitbox,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-4.90843725, -0.0829741955, 0.0609716177, 0, -6.82671129e-008, -1, 1.1055932e-007, 1, -6.82671129e-008, 1, -1.1055932e-007, 7.547565e-015)) | |
| 6691 | m8.Parent = rarm | |
| 6692 | m8:MakeJoints() | |
| 6693 | ||
| 6694 | m8.Part.CanCollide = false | |
| 6695 | m8.Handle.CanCollide = false | |
| 6696 | ---------------------------------------------------- | |
| 6697 | local cor8 = Instance.new("Part", rarm.Zyrodoxa)
| |
| 6698 | cor8.Name = "Thingy" | |
| 6699 | cor8.Locked = true | |
| 6700 | cor8.BottomSurface = 0 | |
| 6701 | cor8.CanCollide = false | |
| 6702 | cor8.Size = Vector3.new(1, 1, 1) | |
| 6703 | cor8.Transparency = 1 | |
| 6704 | cor8.TopSurface = 0 | |
| 6705 | corw8 = Instance.new("Weld", cor8)
| |
| 6706 | corw8.Part0 = rarm | |
| 6707 | corw8.Part1 = cor8 | |
| 6708 | corw8.C0 = CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180)) | |
| 6709 | corw8.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)) | |
| 6710 | weld8 = Instance.new("Weld", rarm.Zyrodoxa)
| |
| 6711 | weld8.Part0 = cor8 | |
| 6712 | weld8.Part1 = rarm.Zyrodoxa.Handle | |
| 6713 | weld8.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)) | |
| 6714 | Amulite = Instance.new("PointLight",m7.Center)
| |
| 6715 | Amulite.Brightness = 0 | |
| 6716 | Amulite.Color = Color3.new(0,1,0) | |
| 6717 | ---------------------------------------------------- | |
| 6718 | models = {m,m2,m3,m4,m5,m6,m7,m8}
| |
| 6719 | parts = {}
| |
| 6720 | Stepped:connect(function() | |
| 6721 | for i,v in pairs(models) do | |
| 6722 | for _, a in pairs(v:GetChildren()) do | |
| 6723 | if v:IsA("Part") and v.Name ~= "Thingy" then
| |
| 6724 | table.insert(parts, a) | |
| 6725 | for i,v in pairs(parts) do | |
| 6726 | v.CanCollide = false | |
| 6727 | end | |
| 6728 | end | |
| 6729 | end | |
| 6730 | end | |
| 6731 | end) | |
| 6732 | ---------------------------------------------------- | |
| 6733 | local animpose = "Idle1" | |
| 6734 | local lastanimpose = "Idle1" | |
| 6735 | local grab = false | |
| 6736 | local Smooth = 1 | |
| 6737 | local sine = 0 | |
| 6738 | local change = 1 | |
| 6739 | local val = 0 | |
| 6740 | local ffing = false | |
| 6741 | ---------------------------------------------------- | |
| 6742 | --[[local hitbox = m8.Hitbox --Zyrodoxa is the name of the dagger k | |
| 6743 | ||
| 6744 | function FindHumanoids() | |
| 6745 | local function c_region(Position, Size) | |
| 6746 | local SizeOffset = Size/2 | |
| 6747 | local Point1 = Position - SizeOffset | |
| 6748 | local Point2 = Position + SizeOffset | |
| 6749 | local a = Instance.new("Part", workspace)
| |
| 6750 | a.Anchored = true | |
| 6751 | a.Size = Size | |
| 6752 | a.Position = Position | |
| 6753 | print("Hey!, I'm making a part!")
| |
| 6754 | return Region3.new(Point1, Point2) | |
| 6755 | end | |
| 6756 | ||
| 6757 | local a = c_region((hitbox.CFrame * CFrame.new(0, -1.285, 0)), Vector3.new(0.22, 0.6425, 1.22)) | |
| 6758 | local b = c_region((hitbox.CFrame * CFrame.new(0, -0.6425, 0)), Vector3.new(0.22, 0.6425, 1.22)) | |
| 6759 | local c = c_region((hitbox.CFrame * CFrame.new(0, 0.6425, 0)), Vector3.new(0.22, 0.6425, 1.22)) | |
| 6760 | local d = c_region((hitbox.CFrame * CFrame.new(0, 1.285, 0)), Vector3.new(0.22, 0.6425, 1.22)) | |
| 6761 | ||
| 6762 | local regions = {a, b, c, d}
| |
| 6763 | ||
| 6764 | local found_humanoids = {}
| |
| 6765 | local already_found = {char.Name}
| |
| 6766 | ||
| 6767 | for _, region in pairs(regions) do | |
| 6768 | for _, part in pairs(game.Workspace:FindPartsInRegion3WithIgnoreList(region, rarm.Zyrodoxa:GetChildren(), 100)) do | |
| 6769 | print(part, part.Parent, part.Name) ---nope | |
| 6770 | if part.Parent:FindFirstChild("Humanoid") ~= nil and part.Parent.ClassName == "Model" and not part:isDescendantOf(char) then
| |
| 6771 | local humanoid = part.Parent:FindFirstChild("Humanoid")
| |
| 6772 | local name = humanoid.Parent.Name | |
| 6773 | local exists = false | |
| 6774 | for _, n in pairs(already_found) do | |
| 6775 | if n == name then | |
| 6776 | exists = true | |
| 6777 | end | |
| 6778 | end | |
| 6779 | if not exists then | |
| 6780 | table.insert(already_found, name) | |
| 6781 | table.insert(found_humanoids, humanoid) | |
| 6782 | end | |
| 6783 | elseif part.Parent.Parent:FindFirstChild("Humanoid") ~= nil and part.Parent.Parent.ClassName == "Model" and not part:isDescendantOf(char) then
| |
| 6784 | local humanoid = part.Parent.Parent:FindFirstChild("Humanoid")
| |
| 6785 | local name = humanoid.Parent.Parent.Name | |
| 6786 | local exists = false | |
| 6787 | for _, n in pairs(already_found) do | |
| 6788 | if n == name then | |
| 6789 | exists = true | |
| 6790 | end | |
| 6791 | end | |
| 6792 | if not exists then | |
| 6793 | table.insert(already_found, name) | |
| 6794 | table.insert(found_humanoids, humanoid) | |
| 6795 | end | |
| 6796 | end | |
| 6797 | end | |
| 6798 | end | |
| 6799 | return found_humanoids | |
| 6800 | end | |
| 6801 | ||
| 6802 | local humanoids = FindHumanoids() | |
| 6803 | if #humanoids == 0 then | |
| 6804 | for i, v in pairs(humanoids) do | |
| 6805 | print(v.Parent.Name) | |
| 6806 | if Debounces.Slashing == true then | |
| 6807 | v:TakeDamage(math.random(50,70) * math.random(1,3)) --max 60 damage? | |
| 6808 | elseif Debounces.Slashing == false then | |
| 6809 | wait() | |
| 6810 | end | |
| 6811 | end | |
| 6812 | wait(0.3) | |
| 6813 | end]]-- | |
| 6814 | ---------------------------------------------------- | |
| 6815 | --[[mouse.KeyDown:connect(function(key) | |
| 6816 | if key == "f" then | |
| 6817 | if Debounces.CanAttack == true then | |
| 6818 | Debounces.CanAttack = false | |
| 6819 | Debounces.NoIdl = true | |
| 6820 | Debounces.on = true | |
| 6821 | for i = 1, 20 do | |
| 6822 | corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1.05, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180)), 0.3) | |
| 6823 | corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3) | |
| 6824 | CR.Joint.C1 = Lerp(CR.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(-4),0,0),0.1) | |
| 6825 | CR2.Joint.C1 = Lerp(CR2.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(0),0,0),0.1) | |
| 6826 | CR3.Joint.C1 = Lerp(CR3.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(0),0,0),0.1) | |
| 6827 | CR4.Joint.C1 = Lerp(CR4.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(0),0,0),0.1) | |
| 6828 | CR5.Joint.C1 = Lerp(CR5.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(0),0,0),0.1) | |
| 6829 | rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.6,0.6,-0.2)*CFrame.Angles(math.rad(8),math.rad(22),math.rad(15)), 0.8) | |
| 6830 | rarm.Weld.C1 = Lerp(rarm.Weld.C1, CFrame.new(0, 0.5, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.5) | |
| 6831 | larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.6,0.6,0.2)*CFrame.Angles(math.rad(-8),math.rad(12),math.rad(-12)), 0.8) | |
| 6832 | larm.Weld.C1 = Lerp(larm.Weld.C1, CFrame.new(0, 0.5, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.5) | |
| 6833 | hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-0.1)*CFrame.Angles(math.rad(-15),math.rad(0),math.rad(0)), 0.5) | |
| 6834 | hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0,0,0)*CFrame.Angles(math.rad(0),math.rad(20),math.rad(0)), 0.5) | |
| 6835 | torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-6), math.rad(0), 0), 0.1) | |
| 6836 | torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(-20), 0), 0.1) | |
| 6837 | lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, -0.14) * CFrame.Angles(math.rad(-3), math.rad(0), math.rad(0)), 0.1) | |
| 6838 | lleg.Weld.C1 = Lerp(lleg.Weld.C1, CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(0), math.rad(-10), math.rad(5)), 0.1) | |
| 6839 | rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, -0.06) * CFrame.Angles(math.rad(3), math.rad(0), math.rad(0)), 0.1) | |
| 6840 | rleg.Weld.C1 = Lerp(rleg.Weld.C1, CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(0), math.rad(10), math.rad(-5)), 0.1) | |
| 6841 | if Debounces.on == false then | |
| 6842 | break | |
| 6843 | end | |
| 6844 | fat.Event:wait() | |
| 6845 | end | |
| 6846 | end | |
| 6847 | end | |
| 6848 | end)]]-- | |
| 6849 | ---------------------------------------------------- | |
| 6850 | mod4 = Instance.new("Model",char)
| |
| 6851 | ||
| 6852 | ptez = {0.7, 0.8, 0.9, 1}
| |
| 6853 | ||
| 6854 | function FindNearestTorso(Position,Distance,SinglePlayer) | |
| 6855 | if SinglePlayer then return(SinglePlayer.Torso.CFrame.p -Position).magnitude < Distance end | |
| 6856 | local List = {}
| |
| 6857 | for i,v in pairs(workspace:GetChildren())do | |
| 6858 | if v:IsA("Model")then
| |
| 6859 | if v:findFirstChild("Torso")then
| |
| 6860 | if v ~= char then | |
| 6861 | if(v.Torso.Position -Position).magnitude <= Distance then | |
| 6862 | table.insert(List,v) | |
| 6863 | end | |
| 6864 | end | |
| 6865 | end | |
| 6866 | end | |
| 6867 | end | |
| 6868 | return List | |
| 6869 | end | |
| 6870 | ||
| 6871 | function Slam() | |
| 6872 | local part=Instance.new('Part',mod4)
| |
| 6873 | part.Anchored=true | |
| 6874 | part.CanCollide=false | |
| 6875 | part.FormFactor='Custom' | |
| 6876 | part.Size=Vector3.new(.2,.2,.2) | |
| 6877 | part.CFrame=root.CFrame*CFrame.new(0,-2.8,-1.4)*CFrame.Angles(math.rad(90),0,0) | |
| 6878 | part.Transparency=.7 | |
| 6879 | - | part.BrickColor=BrickColor.new('Really black')
|
| 6879 | + | part.BrickColor=BrickColor.new('Smoky grey')
|
| 6880 | mesh=Instance.new('SpecialMesh',part)
| |
| 6881 | mesh.MeshId='http://www.roblox.com/asset/?id=3270017' | |
| 6882 | mesh.Scale=Vector3.new(3,3,3) | |
| 6883 | local part2=Instance.new('Part',mod4)
| |
| 6884 | part2.Anchored=true | |
| 6885 | part2.CanCollide=false | |
| 6886 | part2.FormFactor='Custom' | |
| 6887 | part2.Size=Vector3.new(.2,.2,.2) | |
| 6888 | part2.CFrame=root.CFrame*CFrame.new(0,-2.4,-1.6) | |
| 6889 | part2.Transparency=.7 | |
| 6890 | - | part2.BrickColor=BrickColor.new('Crimson')
|
| 6890 | + | part2.BrickColor=BrickColor.new('Institutional white')
|
| 6891 | mesh2=Instance.new('SpecialMesh',part2)
| |
| 6892 | mesh2.MeshId='http://www.roblox.com/asset/?id=20329976' | |
| 6893 | mesh2.Scale=Vector3.new(3,1.5,3) | |
| 6894 | x = Instance.new("Sound",larm)
| |
| 6895 | x.SoundId = "http://www.roblox.com/asset/?id=137977694" | |
| 6896 | x.Pitch = ptez[math.random(1,#ptez)] | |
| 6897 | x.Volume = 1 | |
| 6898 | wait(.1) | |
| 6899 | x1 = Instance.new("Sound",larm)
| |
| 6900 | x1.SoundId = "http://www.roblox.com/asset/?id=137977694" | |
| 6901 | x1.Pitch = ptez[math.random(1,#ptez)] | |
| 6902 | x1.Volume = 1 | |
| 6903 | wait(.1) | |
| 6904 | x:Play() | |
| 6905 | x1:Play() | |
| 6906 | for i,v in pairs(FindNearestTorso(torso.CFrame.p,4))do | |
| 6907 | if v:FindFirstChild('Humanoid') then
| |
| 6908 | v.Humanoid:TakeDamage(math.random(9999998,9999999)) | |
| 6909 | end | |
| 6910 | end | |
| 6911 | ||
| 6912 | ||
| 6913 | ||
| 6914 | coroutine.resume(coroutine.create(function() | |
| 6915 | for i=0,0.62,0.13 do | |
| 6916 | wait() | |
| 6917 | part.CFrame=part.CFrame | |
| 6918 | part.Transparency=i | |
| 6919 | mesh.Scale=mesh.Scale+Vector3.new(0.4,0.4,0.4) | |
| 6920 | part2.CFrame=part2.CFrame | |
| 6921 | part2.Transparency=i | |
| 6922 | mesh2.Scale=mesh2.Scale+Vector3.new(0.4,0.2,0.4) | |
| 6923 | end | |
| 6924 | part.Parent=nil | |
| 6925 | part2.Parent=nil | |
| 6926 | x:Destroy() | |
| 6927 | end)) | |
| 6928 | end | |
| 6929 | ---------------------------------------------------- | |
| 6930 | wPart = function(x,y,z,color,tr,cc,an,parent) | |
| 6931 | local wp = Instance.new('WedgePart',parent or Weapon)
| |
| 6932 | wp.formFactor = 'Custom' | |
| 6933 | wp.Size = Vector3.new(x,y,z) | |
| 6934 | wp.BrickColor = BrickColor.new(color) | |
| 6935 | wp.CanCollide = cc | |
| 6936 | wp.Transparency = tr | |
| 6937 | wp.Anchored = an | |
| 6938 | wp.TopSurface,wp.BottomSurface = 0,0 | |
| 6939 | return wp | |
| 6940 | end | |
| 6941 | ||
| 6942 | Mesh = function(par,num,x,y,z) | |
| 6943 | local msh = _ | |
| 6944 | if num == 1 then | |
| 6945 | msh = Instance.new("CylinderMesh",par)
| |
| 6946 | elseif num == 2 then | |
| 6947 | msh = Instance.new("SpecialMesh",par)
| |
| 6948 | msh.MeshType = 3 | |
| 6949 | elseif num == 3 then | |
| 6950 | msh = Instance.new("BlockMesh",par)
| |
| 6951 | elseif num == 4 then | |
| 6952 | msh = Instance.new("SpecialMesh",par)
| |
| 6953 | msh.MeshType = "Torso" | |
| 6954 | elseif type(num) == 'string' then | |
| 6955 | msh = Instance.new("SpecialMesh",par)
| |
| 6956 | msh.MeshId = num | |
| 6957 | end | |
| 6958 | msh.Scale = Vector3.new(x,y,z) | |
| 6959 | return msh | |
| 6960 | end | |
| 6961 | ||
| 6962 | local function CFrameFromTopBack(at, top, back) | |
| 6963 | local right = top:Cross(back) | |
| 6964 | return CFrame.new(at.x, at.y, at.z, | |
| 6965 | right.x, top.x, back.x, | |
| 6966 | right.y, top.y, back.y, | |
| 6967 | right.z, top.z, back.z) | |
| 6968 | end | |
| 6969 | ||
| 6970 | function Triangle(a, b, c) | |
| 6971 | local edg1 = (c-a):Dot((b-a).unit) | |
| 6972 | local edg2 = (a-b):Dot((c-b).unit) | |
| 6973 | local edg3 = (b-c):Dot((a-c).unit) | |
| 6974 | if edg1 <= (b-a).magnitude and edg1 >= 0 then | |
| 6975 | a, b, c = a, b, c | |
| 6976 | elseif edg2 <= (c-b).magnitude and edg2 >= 0 then | |
| 6977 | a, b, c = b, c, a | |
| 6978 | elseif edg3 <= (a-c).magnitude and edg3 >= 0 then | |
| 6979 | a, b, c = c, a, b | |
| 6980 | else | |
| 6981 | print("unreachable")
| |
| 6982 | end | |
| 6983 | local len1 = (c-a):Dot((b-a).unit) | |
| 6984 | local len2 = (b-a).magnitude - len1 | |
| 6985 | local width = (a + (b-a).unit*len1 - c).magnitude | |
| 6986 | local maincf = CFrameFromTopBack(a, (b-a):Cross(c-b).unit, -(b-a).unit) | |
| 6987 | local list = {}
| |
| 6988 | if len1 > 0.01 then | |
| 6989 | - | local w1 = wPart(0,0,0,'Crimson',0.5,false,true,char) |
| 6989 | + | local w1 = wPart(0,0,0,'Institutional white',0.5,false,true,char) |
| 6990 | local sz = Vector3.new(0.2, width, len1) | |
| 6991 | w1.Size = sz | |
| 6992 | local sp = Mesh(w1,2,0,0,0) | |
| 6993 | sp.MeshType='Wedge' | |
| 6994 | sp.Scale=Vector3.new(0,1,1)*sz/w1.Size | |
| 6995 | w1:BreakJoints() | |
| 6996 | w1.Anchored = true | |
| 6997 | w1.Transparency = 0.7 | |
| 6998 | Spawn(function() | |
| 6999 | for i=0,1,0.1 do | |
| 7000 | fat.Event:wait() | |
| 7001 | w1.Transparency=w1.Transparency+0.03 | |
| 7002 | end | |
| 7003 | end) | |
| 7004 | w1.CFrame = maincf*CFrame.Angles(math.pi,0,math.pi/2)*CFrame.new(0,width/2,len1/2) | |
| 7005 | table.insert(list,w1) | |
| 7006 | end | |
| 7007 | if len2 > 0.01 then | |
| 7008 | - | local w2 = wPart(0,0,0,'Crimson',0.5,false,true,char) |
| 7008 | + | local w2 = wPart(0,0,0,'Institutional white',0.5,false,true,char) |
| 7009 | local sz = Vector3.new(0.2, width, len2) | |
| 7010 | w2.Size = sz | |
| 7011 | local sp = Mesh(w2,2,0,0,0) | |
| 7012 | sp.MeshType='Wedge' | |
| 7013 | sp.Scale=Vector3.new(0,1,1)*sz/w2.Size | |
| 7014 | w2:BreakJoints() | |
| 7015 | w2.Anchored = true | |
| 7016 | w2.Transparency = 0.7 | |
| 7017 | Spawn(function() | |
| 7018 | for i=0,1,0.1 do | |
| 7019 | fat.Event:wait() | |
| 7020 | w2.Transparency=w2.Transparency+0.03 | |
| 7021 | end | |
| 7022 | end) | |
| 7023 | w2.CFrame = maincf*CFrame.Angles(math.pi,math.pi,-math.pi/2)*CFrame.new(0,width/2,-len1 - len2/2) | |
| 7024 | table.insert(list,w2) | |
| 7025 | end | |
| 7026 | return unpack(list) | |
| 7027 | end | |
| 7028 | ||
| 7029 | ||
| 7030 | ---------------------------------------------------- | |
| 7031 | function Dmg() | |
| 7032 | local partofdeath = m8.Hitbox | |
| 7033 | local function CreateRegion3FromLocAndSize(Position, Size) | |
| 7034 | local SizeOffset = Size/2 | |
| 7035 | local Point1 = Position - SizeOffset | |
| 7036 | local Point2 = Position + SizeOffset | |
| 7037 | return Region3.new(Point1, Point2) | |
| 7038 | end | |
| 7039 | local reg = CreateRegion3FromLocAndSize(partofdeath.Position, partofdeath.Size) | |
| 7040 | for i, v in pairs(game.Workspace:FindPartsInRegion3WithIgnoreList(reg, char:GetChildren(), 100)) do | |
| 7041 | Spawn(function() | |
| 7042 | if Debounces.Slashing == true and Debounces.Slashed == false then | |
| 7043 | Debounces.Slashed = true | |
| 7044 | ypcall(function() | |
| 7045 | local humanoid = v.Parent:FindFirstChild("Humanoid") or v.Parent.Parent:FindFirstChild("Humanoid")
| |
| 7046 | humanoid:TakeDamage(math.random(50,70)) | |
| 7047 | end) | |
| 7048 | wait(.4) | |
| 7049 | Debounces.Slashed = false | |
| 7050 | end | |
| 7051 | end) | |
| 7052 | end | |
| 7053 | end | |
| 7054 | ---------------------------------------------------- | |
| 7055 | pts = {0.8, 0.85, 0.9, 0.95, 1, 1.05, 1.1}
| |
| 7056 | ptz = {0.7, 0.8, 0.9, 1}
| |
| 7057 | idz = {"161006212", "161006195"}
| |
| 7058 | function attackone() | |
| 7059 | for i = 1, 13 do | |
| 7060 | corw8.C0 = Lerp(corw8.C0, CFrame.new(-0.3, -1, -0.3) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(90)), 0.8) | |
| 7061 | corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(20), math.rad(30), math.rad(0)), 0.8) | |
| 7062 | rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.2, 0.5, -0.3)*CFrame.Angles(math.rad(70),math.rad(0),math.rad(-10)), 0.3) | |
| 7063 | rarm.Weld.C1 = Lerp(rarm.Weld.C1, CFrame.new(0, 0.5, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.3) | |
| 7064 | larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5, 0.5, 0.4)*CFrame.Angles(math.rad(-30),math.rad(0),math.rad(-10)), 0.5) | |
| 7065 | larm.Weld.C1 = Lerp(larm.Weld.C1, CFrame.new(0, 0.5, 0)*CFrame.Angles(math.rad(0),math.rad(-40),math.rad(0)), 0.5) | |
| 7066 | hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, 0)*CFrame.Angles(math.rad(0),math.rad(-50),0), 0.5) | |
| 7067 | hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0, 0, 0)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.5) | |
| 7068 | torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(50), 0), 0.7) | |
| 7069 | torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(1, -1, 0) * CFrame.Angles(math.rad(18), math.rad(0), math.rad(15)), 0.7) | |
| 7070 | lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.4, -1.3, 0) * CFrame.Angles(math.rad(0), math.rad(40), math.rad(0)), 0.5) | |
| 7071 | lleg.Weld.C1 = Lerp(lleg.Weld.C1, CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(-20), math.rad(0), math.rad(15)), 0.5) | |
| 7072 | rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.7, -0.9, -0.4) * CFrame.Angles(math.rad(0), math.rad(-50), math.rad(0)), 0.5) | |
| 7073 | rleg.Weld.C1 = Lerp(rleg.Weld.C1, CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), math.rad(-10)), 0.5) | |
| 7074 | if Debounces.on == false then | |
| 7075 | break | |
| 7076 | end | |
| 7077 | fat.Event:wait() | |
| 7078 | end | |
| 7079 | Debounces.Slashing = true | |
| 7080 | wait(0.2) | |
| 7081 | --[[z = Instance.new("Sound", hed)
| |
| 7082 | z.SoundId = "rbxassetid://"..idz[math.random(1,#idz)] | |
| 7083 | z.Pitch = ptz[math.random(1,#ptz)] | |
| 7084 | z.Volume = 1 | |
| 7085 | wait(.01) | |
| 7086 | z:Play()]]-- | |
| 7087 | ||
| 7088 | for i = 1, 14 do | |
| 7089 | Dmg() | |
| 7090 | corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1, 0.2) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(90)), 0.8) | |
| 7091 | corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(-40), math.rad(30), math.rad(0)), 0.8) | |
| 7092 | rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5, 0.5, 0.4)*CFrame.Angles(math.rad(30),math.rad(0),math.rad(100)), 0.4) | |
| 7093 | rarm.Weld.C1 = Lerp(rarm.Weld.C1, CFrame.new(0, 0.5, 0)*CFrame.Angles(math.rad(0),math.rad(40),math.rad(0)), 0.4) | |
| 7094 | larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5, 0.5, -0.3)*CFrame.Angles(math.rad(100),math.rad(0),math.rad(-20)), 0.4) | |
| 7095 | larm.Weld.C1 = Lerp(larm.Weld.C1, CFrame.new(0, 0.5, 0)*CFrame.Angles(math.rad(0),math.rad(20),math.rad(0)), 0.4) | |
| 7096 | hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, 0)*CFrame.Angles(math.rad(0),math.rad(40),0), 0.7) | |
| 7097 | hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0, 0, 0)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.7) | |
| 7098 | torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, -1) * CFrame.Angles(math.rad(-10), math.rad(-40), 0), 0.4) | |
| 7099 | torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(-1, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.4) | |
| 7100 | lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.7, -0.9, -0.4) * CFrame.Angles(math.rad(0), math.rad(40), math.rad(0)), 0.5) | |
| 7101 | lleg.Weld.C1 = Lerp(lleg.Weld.C1, CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(-14), math.rad(0), math.rad(15)), 0.5) | |
| 7102 | rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1.1, 0) * CFrame.Angles(math.rad(0), math.rad(-50), math.rad(0)), 0.5) | |
| 7103 | rleg.Weld.C1 = Lerp(rleg.Weld.C1, CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(8), math.rad(0), math.rad(-10)), 0.5) | |
| 7104 | if Debounces.on == false then break end | |
| 7105 | rs:wait() | |
| 7106 | end | |
| 7107 | Debounces.Slashing = false | |
| 7108 | end | |
| 7109 | function attacktwo() | |
| 7110 | Debounces.Slashing = true | |
| 7111 | for i = 1, 14 do | |
| 7112 | Dmg() | |
| 7113 | corw8.C0 = Lerp(corw8.C0, CFrame.new(-0.37, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(-90)), 0.4) | |
| 7114 | corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(-60), math.rad(0), math.rad(0)), 0.4) | |
| 7115 | rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.65,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(80)), 0.7) | |
| 7116 | rarm.Weld.C1 = Lerp(rarm.Weld.C1, CFrame.new(0, 0.5, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.7) | |
| 7117 | larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0) *CFrame.Angles(math.rad(0),math.rad(0),math.rad (-70)), 0.5) | |
| 7118 | larm.Weld.C1 = Lerp(larm.Weld.C1, CFrame.new(0, 0.5, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.4) | |
| 7119 | hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(-90), math.rad(0)), 0.5) | |
| 7120 | hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0, 0, 0)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.7) | |
| 7121 | torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, -2) * CFrame.Angles(math.rad(0), math.rad(90), math.rad(0)), 0.5) | |
| 7122 | torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.4) | |
| 7123 | lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles (math.rad(-10), 0, math.rad(-10)), 0.5) | |
| 7124 | lleg.Weld.C1 = Lerp(lleg.Weld.C1, CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.5) | |
| 7125 | rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles (math.rad(10), 0, math.rad(10)), 0.5) | |
| 7126 | rleg.Weld.C1 = Lerp(rleg.Weld.C1, CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.5) | |
| 7127 | if Debounces.on == false then | |
| 7128 | break | |
| 7129 | end | |
| 7130 | rs:wait() | |
| 7131 | end | |
| 7132 | end | |
| 7133 | ---------------------------------------------------- | |
| 7134 | ComboNum = 0 | |
| 7135 | mouse.Button1Down:connect(function() | |
| 7136 | if Debounces.CanAttack == true then | |
| 7137 | Debounces.CanAttack = false | |
| 7138 | Debounces.NoIdl = true | |
| 7139 | Debounces.on = true | |
| 7140 | if ComboNum == 0 then | |
| 7141 | attackone() | |
| 7142 | elseif ComboNum == 1 then | |
| 7143 | attacktwo() | |
| 7144 | --[[elseif ComboNum == 2 then | |
| 7145 | attackthree()]]-- | |
| 7146 | end | |
| 7147 | ComboNum = ComboNum + 1 | |
| 7148 | Debounces.CanAttack = true | |
| 7149 | Debounces.on = false | |
| 7150 | wait(.5) | |
| 7151 | if Debounces.CanAttack == true then | |
| 7152 | ComboNum = 0 | |
| 7153 | Debounces.NoIdl = false | |
| 7154 | end | |
| 7155 | end | |
| 7156 | end) | |
| 7157 | ---------------------------------------------------- | |
| 7158 | definition = 5 | |
| 7159 | bc = {}
| |
| 7160 | bezierparts = {}
| |
| 7161 | function NoOutline(Part) | |
| 7162 | Part.TopSurface,Part.BottomSurface,Part.LeftSurface,Part.RightSurface,Part.FrontSurface,Part.BackSurface = 10,10,10,10,10,10 | |
| 7163 | end | |
| 7164 | function draw(p,d) | |
| 7165 | for i=1,d do | |
| 7166 | local t = i/d | |
| 7167 | bc[i] = p[1]*(1-t)^2+2*p[2]*(1-t)*t+p[3]*t^2 | |
| 7168 | end | |
| 7169 | for i=1,d do | |
| 7170 | local bcs = Instance.new("Part",char)
| |
| 7171 | NoOutline(bcs) | |
| 7172 | bcs.Anchored = true | |
| 7173 | bcs.CanCollide = false | |
| 7174 | bcs.Material = "Neon" | |
| 7175 | - | bcs.BrickColor = BrickColor.new("Crimson")
|
| 7175 | + | bcs.BrickColor = BrickColor.new("Institutional white")
|
| 7176 | bcs.Size = Vector3.new(1,1,1) | |
| 7177 | bcs.Shape = Enum.PartType.Ball | |
| 7178 | bcs.CFrame = CFrame.new(bc[i]) | |
| 7179 | local bcp = Instance.new("Part",char)
| |
| 7180 | NoOutline(bcp) | |
| 7181 | bcp.Anchored = true | |
| 7182 | bcp.CanCollide = false | |
| 7183 | bcp.Material = "Neon" | |
| 7184 | - | bcp.BrickColor = BrickColor.new("Crimson")
|
| 7184 | + | bcp.BrickColor = BrickColor.new("Institutional white")
|
| 7185 | local cm = Instance.new("CylinderMesh")
| |
| 7186 | cm.Parent = bcp | |
| 7187 | if i ~= 1 then | |
| 7188 | bcp.CFrame = CFrame.new(bc[i]:Lerp(bc[i-1],0.5),bc[i])*CFrame.Angles(math.pi/2,0,0) | |
| 7189 | bcp.Size = Vector3.new(1,(bc[i]-bc[i-1]).magnitude,1) | |
| 7190 | else | |
| 7191 | bcp.CFrame = CFrame.new(bc[i]:Lerp(p[1],0.5),bc[i])*CFrame.Angles(math.pi/2,0,0) | |
| 7192 | bcp.Size = Vector3.new(1,(bc[i]-p[1]).magnitude,1) | |
| 7193 | end | |
| 7194 | table.insert(bezierparts, bcs) | |
| 7195 | table.insert(bezierparts, bcp) | |
| 7196 | end | |
| 7197 | Spawn(function() fat.Event:wait() | |
| 7198 | for i,v in pairs(bezierparts) do | |
| 7199 | v.Transparency = 1 | |
| 7200 | end | |
| 7201 | end) | |
| 7202 | end | |
| 7203 | --local points = {larm.Position,rarn.Position,invisipart.Position}
| |
| 7204 | --draw(points,definition) | |
| 7205 | mouse.KeyDown:connect(function(key) | |
| 7206 | if key == "f" then | |
| 7207 | if Debounces.CanAttack == true then | |
| 7208 | Debounces.CanAttack = false | |
| 7209 | Debounces.NoIdl = true | |
| 7210 | Debounces.on = true | |
| 7211 | for i = 1, 20 do | |
| 7212 | rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.3,0.65,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-40)), 0.2) | |
| 7213 | rarm.Weld.C1 = Lerp(rarm.Weld.C1, CFrame.new(0, 0.5, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.7) | |
| 7214 | larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.3,0.65,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(40)), 0.2) | |
| 7215 | larm.Weld.C1 = Lerp(larm.Weld.C1, CFrame.new(0, 0.5, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.7) | |
| 7216 | hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0), math.rad(0)), 0.2) | |
| 7217 | hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0, 0, 0)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.7) | |
| 7218 | torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.2) | |
| 7219 | torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.4) | |
| 7220 | lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles (math.rad(0), 0, math.rad(-10)), 0.2) | |
| 7221 | lleg.Weld.C1 = Lerp(lleg.Weld.C1, CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.5) | |
| 7222 | rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles (math.rad(0), 0, math.rad(10)), 0.2) | |
| 7223 | rleg.Weld.C1 = Lerp(rleg.Weld.C1, CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.5) | |
| 7224 | if Debounces.on == false then | |
| 7225 | break | |
| 7226 | end | |
| 7227 | fat.Event:wait() | |
| 7228 | end | |
| 7229 | rpart = Instance.new("Part",rarm)
| |
| 7230 | NoOutline(rpart) | |
| 7231 | rpart.Anchored = false | |
| 7232 | rpart.Size = Vector3.new(1,1,1) | |
| 7233 | rpart.CFrame = rarm.CFrame * CFrame.new(0,-1,0) | |
| 7234 | rpart.Transparency = 1 | |
| 7235 | newWeld(rarm, rpart, 0, 0, 0) | |
| 7236 | rpart.Weld.C1 = CFrame.new(0, 1.1, 0) | |
| 7237 | lpart = Instance.new("Part",larm)
| |
| 7238 | NoOutline(lpart) | |
| 7239 | lpart.Anchored = false | |
| 7240 | lpart.Size = Vector3.new(1,1,1) | |
| 7241 | lpart.CFrame = larm.CFrame * CFrame.new(0,-1,0) | |
| 7242 | lpart.Transparency = 1 | |
| 7243 | newWeld(larm, lpart, 0, 0, 0) | |
| 7244 | lpart.Weld.C1 = CFrame.new(0, 1.1, 0) | |
| 7245 | invisipart = Instance.new("Part",torso)
| |
| 7246 | NoOutline(invisipart) | |
| 7247 | invisipart.Anchored = false | |
| 7248 | invisipart.Size = Vector3.new(1,1,1) | |
| 7249 | invisipart.Transparency = 1 | |
| 7250 | invisipart.CFrame = torso.CFrame | |
| 7251 | newWeld(torso, invisipart, 0, 0, 0) | |
| 7252 | invisipart.Weld.C1 = CFrame.new(0, 0, 6) | |
| 7253 | table.insert(bezierparts, rpart) | |
| 7254 | table.insert(bezierparts, lpart) | |
| 7255 | table.insert(bezierparts, invisipart) | |
| 7256 | for i = 1, 40 do | |
| 7257 | local points = {lpart.Position,invisipart.Position,rpart.Position}
| |
| 7258 | draw(points,definition) | |
| 7259 | --invisipart.Weld.C1 = invisipart.Weld.C1 + Vector3.new(0,0,0.6) | |
| 7260 | rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.65,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(90)), 0.1) | |
| 7261 | rarm.Weld.C1 = Lerp(rarm.Weld.C1, CFrame.new(0, 0.5, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.7) | |
| 7262 | larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.65,0)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-90)), 0.1) | |
| 7263 | larm.Weld.C1 = Lerp(larm.Weld.C1, CFrame.new(0, 0.5, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.7) | |
| 7264 | hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(0),math.rad(0), math.rad(0)), 0.2) | |
| 7265 | hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0, 0, 0)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.7) | |
| 7266 | torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.2) | |
| 7267 | torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.4) | |
| 7268 | lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles (math.rad(0), 0, math.rad(-10)), 0.2) | |
| 7269 | lleg.Weld.C1 = Lerp(lleg.Weld.C1, CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.5) | |
| 7270 | rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles (math.rad(0), 0, math.rad(10)), 0.2) | |
| 7271 | rleg.Weld.C1 = Lerp(rleg.Weld.C1, CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.5) | |
| 7272 | if Debounces.on == false then | |
| 7273 | break | |
| 7274 | end | |
| 7275 | fat.Event:wait() | |
| 7276 | end | |
| 7277 | for i,v in pairs(bezierparts) do | |
| 7278 | v:Destroy() | |
| 7279 | end | |
| 7280 | --draw(points,definition) | |
| 7281 | if Debounces.CanAttack == false then | |
| 7282 | Debounces.CanAttack = true | |
| 7283 | Debounces.NoIdl = false | |
| 7284 | Debounces.on = false | |
| 7285 | end | |
| 7286 | end | |
| 7287 | end | |
| 7288 | end) | |
| 7289 | ---------------------------------------------------- | |
| 7290 | pitches = {0.85, 0.9, 0.95, 1, 1.05, 1.1}
| |
| 7291 | IDs = {"415880409","415880478"}
| |
| 7292 | mouse.KeyDown:connect(function(key) | |
| 7293 | if key == "h" then | |
| 7294 | if Debounces.CanJoke == true then | |
| 7295 | Debounces.CanJoke = false | |
| 7296 | z = Instance.new("Sound",hed)
| |
| 7297 | z.SoundId = "rbxassetid://"..IDs[math.random(1,#IDs)] | |
| 7298 | z.Pitch = 1 | |
| 7299 | z.Volume = 1 | |
| 7300 | z1 = Instance.new("Sound",hed)
| |
| 7301 | z1.SoundId = z.SoundId | |
| 7302 | z1.Pitch = 1 | |
| 7303 | z1.Volume = 1 | |
| 7304 | wait() | |
| 7305 | z:Play() | |
| 7306 | z1:Play() | |
| 7307 | wait(5) | |
| 7308 | z:Destroy() | |
| 7309 | z1:Destroy() | |
| 7310 | if Debounces.CanJoke == false then | |
| 7311 | Debounces.CanJoke = true | |
| 7312 | end | |
| 7313 | end | |
| 7314 | end | |
| 7315 | end) | |
| 7316 | ---------------------------------------------------- | |
| 7317 | mouse.KeyDown:connect(function(key) | |
| 7318 | if string.byte(key) == 49 then --rightctrl | |
| 7319 | hed.face.Texture = "rbxassetid://1085435" | |
| 7320 | char.Humanoid.WalkSpeed = 90 | |
| 7321 | z.Volume = 0 | |
| 7322 | z2 = Instance.new("Sound",char)
| |
| 7323 | z2.SoundId = "rbxassetid://176238381" | |
| 7324 | z2.Looped = true | |
| 7325 | z2.Pitch = 1 | |
| 7326 | z2.Volume = 1 | |
| 7327 | z2:Play() | |
| 7328 | ||
| 7329 | player = game.Players.LocalPlayer | |
| 7330 | b = Instance.new("BillboardGui", hed)
| |
| 7331 | b.Size = UDim2.new(0, 200, 0, 40) | |
| 7332 | b.StudsOffset = Vector3.new(0, 1.9, 0) | |
| 7333 | t = Instance.new("TextLabel", b)
| |
| 7334 | t.BackgroundTransparency = 1 | |
| 7335 | t.Size = UDim2.new(0, 200, 0, 50) | |
| 7336 | t.Font = "SourceSansBold" | |
| 7337 | t.FontSize = "Size32" | |
| 7338 | t.Text = "[RAGE MODE ACTIVATED]" | |
| 7339 | t.TextColor3 = Color3.new(1, 1, 1) | |
| 7340 | t.TextStrokeTransparency = 0 | |
| 7341 | t.Position = UDim2.new(0, 0, -0.4, -11) | |
| 7342 | ||
| 7343 | wait(10) | |
| 7344 | char.Humanoid.WalkSpeed = 16 | |
| 7345 | b:Remove() | |
| 7346 | z2:Stop() | |
| 7347 | z.Volume = 0.8 | |
| 7348 | hed.face.Texture = "rbxassetid://362505168" | |
| 7349 | end | |
| 7350 | end) | |
| 7351 | ---------------------------------------------------- | |
| 7352 | mouse.KeyDown:connect(function(key) | |
| 7353 | if key == "j" then | |
| 7354 | if Debounces.CanJoke == true then | |
| 7355 | Debounces.CanJoke = false | |
| 7356 | z = Instance.new("Sound",hed)
| |
| 7357 | z.SoundId = "rbxassetid://415859013" | |
| 7358 | z.Pitch = pitches[math.random(1,#pitches)] | |
| 7359 | z.Volume = 1 | |
| 7360 | wait() | |
| 7361 | z:Play() | |
| 7362 | wait(2) | |
| 7363 | z:Destroy() | |
| 7364 | if Debounces.CanJoke == false then | |
| 7365 | Debounces.CanJoke = true | |
| 7366 | end | |
| 7367 | end | |
| 7368 | end | |
| 7369 | end) | |
| 7370 | ---------------------------------------------------- | |
| 7371 | mouse.KeyDown:connect(function(key) | |
| 7372 | if key == "k" then | |
| 7373 | if Debounces.CanJoke == true then | |
| 7374 | Debounces.CanJoke = false | |
| 7375 | z = Instance.new("Sound",hed)
| |
| 7376 | z.SoundId = "rbxassetid://415859085" | |
| 7377 | z.Pitch = pitches[math.random(1,#pitches)] | |
| 7378 | z.Volume = 1 | |
| 7379 | wait() | |
| 7380 | z:Play() | |
| 7381 | wait(2) | |
| 7382 | z:Destroy() | |
| 7383 | if Debounces.CanJoke == false then | |
| 7384 | Debounces.CanJoke = true | |
| 7385 | end | |
| 7386 | end | |
| 7387 | end | |
| 7388 | end) | |
| 7389 | ---------------------------------------------------- | |
| 7390 | Grab = false | |
| 7391 | mouse.KeyDown:connect(function(key) | |
| 7392 | if key == "z" then | |
| 7393 | Debounces.on = true | |
| 7394 | Debounces.NoIdl = true | |
| 7395 | Debounces.ks = true | |
| 7396 | if Grab == false then | |
| 7397 | gp = nil | |
| 7398 | for i = 1, 20 do | |
| 7399 | rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.65,0)*CFrame.Angles(math.rad(-20),math.rad(0),math.rad(20)), 0.2) | |
| 7400 | rarm.Weld.C1 = Lerp(rarm.Weld.C1, CFrame.new(0, 0.5, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.5) | |
| 7401 | larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.65,0)*CFrame.Angles(math.rad(80),math.rad(0),math.rad(-80)), 0.2) | |
| 7402 | larm.Weld.C1 = Lerp(larm.Weld.C1, CFrame.new(0, 0.5, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.5) | |
| 7403 | hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-10),math.rad(-70),0), 0.2) | |
| 7404 | hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0,0,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.5) | |
| 7405 | torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(70), 0), 0.2) | |
| 7406 | torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0,-1,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.5) | |
| 7407 | lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(30), math.rad(-20)), 0.2) | |
| 7408 | lleg.Weld.C1 = Lerp(lleg.Weld.C1, CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.4) | |
| 7409 | rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(-15), math.rad(20)), 0.2) | |
| 7410 | rleg.Weld.C1 = Lerp(rleg.Weld.C1, CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.4) | |
| 7411 | if Debounces.on == false then break end | |
| 7412 | fat.Event:wait() | |
| 7413 | end | |
| 7414 | con1=larm.LeftArm.LeftArmPlate.Touched:connect(function(hit) | |
| 7415 | ht = hit.Parent | |
| 7416 | for i,v in pairs(ht:GetChildren()) do | |
| 7417 | if v:IsA("Part") then
| |
| 7418 | v.CanCollide = false | |
| 7419 | end | |
| 7420 | end | |
| 7421 | hum1=ht:FindFirstChild('Humanoid')
| |
| 7422 | if hum1 ~= nil then | |
| 7423 | if Debounces.ks==true then | |
| 7424 | z = Instance.new("Sound",hed)
| |
| 7425 | z.SoundId = "rbxassetid://169380525" | |
| 7426 | z.Volume = 1 | |
| 7427 | z:Play() | |
| 7428 | Debounces.ks=false | |
| 7429 | end | |
| 7430 | hum1.PlatformStand=true | |
| 7431 | hum1:ChangeState'Physics' | |
| 7432 | gp = ht | |
| 7433 | Grab = true | |
| 7434 | asd=weld5(larm,ht:FindFirstChild("Torso"),CFrame.new(0,-1,0.6),CFrame.new(0,0,0))
| |
| 7435 | asd.Parent = larm | |
| 7436 | asd.Name = "asd" | |
| 7437 | asd.C0=asd.C0*CFrame.Angles(math.rad(-90),math.rad(180),0) | |
| 7438 | stanceToggle = "Grabbed" | |
| 7439 | --[[elseif hum1 == nil then | |
| 7440 | con1:disconnect() | |
| 7441 | wait() return]]-- | |
| 7442 | end | |
| 7443 | end) | |
| 7444 | for i = 1, 20 do | |
| 7445 | rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.65,0)*CFrame.Angles(math.rad(-20),math.rad(0),math.rad(20)), 0.2) | |
| 7446 | rarm.Weld.C1 = Lerp(rarm.Weld.C1, CFrame.new(0, 0.5, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.5) | |
| 7447 | larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.4,0.65,0)*CFrame.Angles(math.rad(70),math.rad(0),math.rad(20)), 0.2) | |
| 7448 | larm.Weld.C1 = Lerp(larm.Weld.C1, CFrame.new(0, 0.5, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.5) | |
| 7449 | hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-10),math.rad(50),0), 0.2) | |
| 7450 | hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0,0,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.5) | |
| 7451 | torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-50), 0), 0.2) | |
| 7452 | torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0,-1,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.5) | |
| 7453 | lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(30), math.rad(-20)), 0.2) | |
| 7454 | lleg.Weld.C1 = Lerp(lleg.Weld.C1, CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.4) | |
| 7455 | rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(-15), math.rad(20)), 0.2) | |
| 7456 | rleg.Weld.C1 = Lerp(rleg.Weld.C1, CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.4) | |
| 7457 | if Debounces.on == false then break end | |
| 7458 | fat.Event:wait() | |
| 7459 | end | |
| 7460 | con1:disconnect() | |
| 7461 | Debounces.on = false | |
| 7462 | Debounces.NoIdl = false | |
| 7463 | elseif Grab == true then | |
| 7464 | Grab = false | |
| 7465 | --[[for i = 1, 16 do | |
| 7466 | rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.65,0)*CFrame.Angles(math.rad(0),math.rad(50),math.rad(60)), 0.3) | |
| 7467 | larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.65,-.5)*CFrame.Angles(math.rad(130),math.rad(0),math.rad(-60)), 0.3) | |
| 7468 | hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(14),math.rad(70),0), 0.3) | |
| 7469 | torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-70), 0), 0.3) | |
| 7470 | lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(30), math.rad(-20)), 0.3) | |
| 7471 | rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(-15), math.rad(20)), 0.3) | |
| 7472 | cor.Weld.C1 = Lerp(cor.Weld.C1, CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(40), 0), 0.3) | |
| 7473 | if Debounces.on == false then end | |
| 7474 | rs:wait() | |
| 7475 | end]]-- | |
| 7476 | for i = 1, 16 do | |
| 7477 | rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.65,0)*CFrame.Angles(math.rad(-20),math.rad(0),math.rad(0)), 0.3) | |
| 7478 | rarm.Weld.C1 = Lerp(rarm.Weld.C1, CFrame.new(0, 0.5, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(-20)), 0.5) | |
| 7479 | larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.65,0)*CFrame.Angles(math.rad(140),math.rad(0),math.rad(0)), 0.3) | |
| 7480 | larm.Weld.C1 = Lerp(larm.Weld.C1, CFrame.new(0, 0.5, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(60)), 0.5) | |
| 7481 | hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(20),math.rad(-60),0), 0.3) | |
| 7482 | hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0,0,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.5) | |
| 7483 | torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(70), 0), 0.3) | |
| 7484 | torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0,-1,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.5) | |
| 7485 | lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(0), math.rad(30), math.rad(-20)), 0.3) | |
| 7486 | lleg.Weld.C1 = Lerp(lleg.Weld.C1, CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(40)), 0.4) | |
| 7487 | rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(-15), math.rad(20)), 0.3) | |
| 7488 | rleg.Weld.C1 = Lerp(rleg.Weld.C1, CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.4) | |
| 7489 | if Debounces.on == false then end | |
| 7490 | rs:wait() | |
| 7491 | end | |
| 7492 | for i = 1, 12 do | |
| 7493 | rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0) *CFrame.Angles(math.rad(0),math.rad(0),math.rad(20)), 0.6) | |
| 7494 | rarm.Weld.C1 = Lerp(rarm.Weld.C1, CFrame.new(0, 0.5, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.5) | |
| 7495 | larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.3,-0.1)*CFrame.Angles(math.rad(45),math.rad(0),math.rad(-32)), 0.6) | |
| 7496 | larm.Weld.C1 = Lerp(larm.Weld.C1, CFrame.new(0, 0.5, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.5) | |
| 7497 | hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(14),math.rad(40), math.rad(14)),0.6) | |
| 7498 | hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0,0,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.5) | |
| 7499 | torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.6, 0) * CFrame.Angles(math.rad(-50), math.rad(0), math.rad(0)), 0.6) | |
| 7500 | torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0,-1,0)*CFrame.Angles(math.rad(0),math.rad(40),math.rad(0)), 0.5) | |
| 7501 | lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.8, -1, 0) * CFrame.Angles(math.rad(-10), 0, math.rad(0)), 0.6) | |
| 7502 | lleg.Weld.C1 = Lerp(lleg.Weld.C1, CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(40)), 0.4) | |
| 7503 | rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.4, .2, -0.8) * CFrame.Angles(math.rad(30), math.rad(0), math.rad(0)), 0.6) | |
| 7504 | rleg.Weld.C1 = Lerp(rleg.Weld.C1, CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(0), math.rad(20), math.rad(0)), 0.4) | |
| 7505 | if Debounces.on == false then end | |
| 7506 | rs:wait() | |
| 7507 | end | |
| 7508 | Slam() | |
| 7509 | if gp ~= nil then | |
| 7510 | for i,v in pairs(larm:GetChildren()) do | |
| 7511 | if v.Name == "asd" and v:IsA("Weld") then
| |
| 7512 | v:Remove() | |
| 7513 | end | |
| 7514 | if v:IsA("Part") then
| |
| 7515 | v.CanCollide = true | |
| 7516 | v.CustomPhysicalProperties = PhysicalProperties.new(1,1,1,1,1) | |
| 7517 | end | |
| 7518 | end | |
| 7519 | end | |
| 7520 | stanceToggle = "Idle1" | |
| 7521 | --[[bv = Instance.new("BodyVelocity",gp:FindFirstChild("Torso"))
| |
| 7522 | bv.maxForce = Vector3.new(400000, 400000, 400000) | |
| 7523 | bv.P = 125000 | |
| 7524 | bv.velocity = char.Head.CFrame.lookVector * 200]]-- | |
| 7525 | ht=nil | |
| 7526 | Debounces.on = false | |
| 7527 | Debounces.NoIdl = false | |
| 7528 | elseif ht == nil then wait() | |
| 7529 | Grab = false | |
| 7530 | Debounces.on = false | |
| 7531 | Debounces.NoIdl = false | |
| 7532 | end | |
| 7533 | end | |
| 7534 | end) | |
| 7535 | ---------------------------------------------------- | |
| 7536 | --WIPX | |
| 7537 | mouse.KeyDown:connect(function(key) | |
| 7538 | if key == "x" then | |
| 7539 | stanceToggle = "Idle1" | |
| 7540 | for i,v in pairs(larm:GetChildren()) do | |
| 7541 | if v.Name == "asd" and v:IsA("Weld") then
| |
| 7542 | v:Remove() | |
| 7543 | Grab = false | |
| 7544 | Grab = false | |
| 7545 | if v:IsA("Part") then
| |
| 7546 | v.CanCollide = true | |
| 7547 | v.CustomPhysicalProperties = PhysicalProperties.new(1,1,1,1,1) | |
| 7548 | ||
| 7549 | hum1.PlatformStand=false | |
| 7550 | stanceToggle = "Idle1" | |
| 7551 | Grab = false | |
| 7552 | stanceToggle = "Idle1" | |
| 7553 | end | |
| 7554 | end | |
| 7555 | end | |
| 7556 | end | |
| 7557 | end) | |
| 7558 | ---------------------------------------------------- | |
| 7559 | --WIPC | |
| 7560 | mouse.KeyDown:connect(function(key) | |
| 7561 | if key == "c" then | |
| 7562 | rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -0.8, -0.2) * CFrame.Angles(math.rad(-30-2*math.cos(sine/12)), math.rad(-9), math.rad(5)), 0.2) | |
| 7563 | wait() | |
| 7564 | rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, 4, -5) * CFrame.Angles(math.rad(-30-2*math.cos(sine/12)), math.rad(-9), math.rad(5)), 0.2) | |
| 7565 | wait() | |
| 7566 | wait(0.1) | |
| 7567 | Slam() | |
| 7568 | end | |
| 7569 | end) | |
| 7570 | ---------------------------------------------------- | |
| 7571 | --WIPV | |
| 7572 | mouse.KeyDown:connect(function(key) | |
| 7573 | if key == "v" then | |
| 7574 | Debounces.on = true | |
| 7575 | Debounces.NoIdl = true | |
| 7576 | Debounces.ks = true | |
| 7577 | if Grab == false then | |
| 7578 | gp = nil | |
| 7579 | for i = 1, 12 do | |
| 7580 | rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0) *CFrame.Angles(math.rad(0),math.rad(0),math.rad(20)), 0.6) | |
| 7581 | rarm.Weld.C1 = Lerp(rarm.Weld.C1, CFrame.new(0, 0.5, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.5) | |
| 7582 | larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.3,-0.1)*CFrame.Angles(math.rad(45),math.rad(0),math.rad(-32)), 0.6) | |
| 7583 | larm.Weld.C1 = Lerp(larm.Weld.C1, CFrame.new(0, 0.5, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.5) | |
| 7584 | hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(14),math.rad(40), math.rad(14)),0.6) | |
| 7585 | hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0,0,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.5) | |
| 7586 | torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.6, 0) * CFrame.Angles(math.rad(-50), math.rad(0), math.rad(0)), 0.6) | |
| 7587 | torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0,-1,0)*CFrame.Angles(math.rad(0),math.rad(40),math.rad(0)), 0.5) | |
| 7588 | lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.8, -1, 0) * CFrame.Angles(math.rad(-10), 0, math.rad(0)), 0.6) | |
| 7589 | lleg.Weld.C1 = Lerp(lleg.Weld.C1, CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(40)), 0.4) | |
| 7590 | rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.4, .2, -0.8) * CFrame.Angles(math.rad(30), math.rad(0), math.rad(0)), 0.6) | |
| 7591 | rleg.Weld.C1 = Lerp(rleg.Weld.C1, CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(0), math.rad(20), math.rad(0)), 0.4) | |
| 7592 | if Debounces.on == false then end | |
| 7593 | fat.Event:wait() | |
| 7594 | end | |
| 7595 | Slam() | |
| 7596 | if gp ~= nil then | |
| 7597 | for i,v in pairs(larm:GetChildren()) do | |
| 7598 | if v.Name == "asd" and v:IsA("Weld") then
| |
| 7599 | v:Remove() | |
| 7600 | end | |
| 7601 | if v:IsA("Part") then
| |
| 7602 | v.CanCollide = true | |
| 7603 | v.CustomPhysicalProperties = PhysicalProperties.new(1,1,1,1,1) | |
| 7604 | end | |
| 7605 | end | |
| 7606 | end | |
| 7607 | stanceToggle = "Idle1" | |
| 7608 | ht=nil | |
| 7609 | Debounces.on = false | |
| 7610 | Debounces.NoIdl = false | |
| 7611 | elseif ht == nil then wait() | |
| 7612 | Grab = false | |
| 7613 | Debounces.on = false | |
| 7614 | Debounces.NoIdl = false | |
| 7615 | end | |
| 7616 | end | |
| 7617 | end) | |
| 7618 | ---------------------------------------------------- | |
| 7619 | mouse.KeyDown:connect(function(key) | |
| 7620 | if string.byte(key) == 52 then | |
| 7621 | Swing = 2 | |
| 7622 | char.Humanoid.WalkSpeed = 25 | |
| 7623 | end | |
| 7624 | end) | |
| 7625 | mouse.KeyUp:connect(function(key) | |
| 7626 | if string.byte(key) == 52 then | |
| 7627 | Swing = 1 | |
| 7628 | char.Humanoid.WalkSpeed = 16 | |
| 7629 | end | |
| 7630 | end) | |
| 7631 | ---------------------------------------------------- | |
| 7632 | CR = torso.Cloak.Rotater | |
| 7633 | CR2 = torso.Cloak.CapeLevel1 | |
| 7634 | CR3 = torso.Cloak.CapeLevel2 | |
| 7635 | CR4 = torso.Cloak.CapeLevel3 | |
| 7636 | CR5 = torso.Cloak.CapeLevel4 | |
| 7637 | jump = false | |
| 7638 | rs:connect(function() | |
| 7639 | if char.Humanoid.Jump == true then | |
| 7640 | jump = true | |
| 7641 | else | |
| 7642 | jump = false | |
| 7643 | end | |
| 7644 | char.Humanoid.FreeFalling:connect(function(f) | |
| 7645 | if f then | |
| 7646 | ffing = true | |
| 7647 | else | |
| 7648 | ffing = false | |
| 7649 | end | |
| 7650 | end) | |
| 7651 | sine = sine + change | |
| 7652 | if jump == true then | |
| 7653 | animpose = "Jumping" | |
| 7654 | elseif ffing == true then | |
| 7655 | animpose = "Freefalling" | |
| 7656 | elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude < 2 then | |
| 7657 | animpose = "Idle" | |
| 7658 | elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude < 0 then | |
| 7659 | animpose = "Idle" | |
| 7660 | elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude < 20 then | |
| 7661 | animpose = "Walking" | |
| 7662 | elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude > 60 then | |
| 7663 | animpose = "Freefalling" | |
| 7664 | elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude > 20 then | |
| 7665 | animpose = "Running" | |
| 7666 | ||
| 7667 | ||
| 7668 | end | |
| 7669 | RightLeg = CFrame.new(0.5,-1,0) | |
| 7670 | LeftLeg = CFrame.new(-0.5,-1,0) | |
| 7671 | ||
| 7672 | lefth = (torso.CFrame*LeftLeg) | |
| 7673 | righth = (torso.CFrame*RightLeg) | |
| 7674 | ||
| 7675 | speed = Vector3.new(torso.Velocity.X,0,torso.Velocity.Z) | |
| 7676 | ||
| 7677 | TiltOnAxis = (torso.CFrame-torso.CFrame.p):vectorToObjectSpace(speed/100) | |
| 7678 | ||
| 7679 | local AngleThetaR = (righth-righth.p):vectorToObjectSpace(speed/100) | |
| 7680 | local AngleThetaL = (lefth-lefth.p):vectorToObjectSpace(speed/100) | |
| 7681 | if animpose ~= lastanimpose then | |
| 7682 | sine = 0 | |
| 7683 | if Debounces.NoIdl == false then | |
| 7684 | if stanceToggle == "Idle1" then | |
| 7685 | rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.6,0.2)*CFrame.Angles(math.rad(-12-4*math.cos(sine/22)),math.rad(-12-2*math.cos(sine/22)),math.rad(12+2*math.cos(sine/22))), 0.3) | |
| 7686 | larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.6,-0.2)*CFrame.Angles(math.rad(20+4*math.cos(sine/22)),math.rad(-22-2*math.cos(sine/22)),math.rad(-15-2*math.cos(sine/22))), 0.3) | |
| 7687 | hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(-12+2.5*math.cos(sine/22)),math.rad(0),math.rad(0)), 0.2) | |
| 7688 | torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-2+2*math.cos(sine/22)), math.rad(0), 0), 0.2) | |
| 7689 | lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, -0.06) * CFrame.Angles(math.rad(0-2*math.cos(sine/22)), math.rad(5), math.rad(-5)), 0.2) | |
| 7690 | rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, -0.06) * CFrame.Angles(math.rad(0-2*math.cos(sine/22)), math.rad(-5), math.rad(5)), 0.2) | |
| 7691 | elseif stanceToggle == "Idle2" then | |
| 7692 | rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.6,0.2)*CFrame.Angles(math.rad(-22-4*math.cos(sine/12)),math.rad(-40-2*math.cos(sine/12)),math.rad(24+2*math.cos(sine/12))), 0.3) | |
| 7693 | larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.2,0.6,-0.6)*CFrame.Angles(math.rad(90+4*math.cos(sine/12)),math.rad(0),math.rad(50-2*math.cos(sine/12))), 0.3) | |
| 7694 | hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(-6+2.5*math.cos(sine/12)),math.rad(0),math.rad(0)), 0.2) | |
| 7695 | torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1.5, 0) * CFrame.Angles(math.rad(-20+2*math.cos(sine/12)), math.rad(0), 0), 0.2) | |
| 7696 | lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -0.4, -1) * CFrame.Angles(math.rad(-7-2*math.cos(sine/12)), math.rad(7), math.rad(-5)), 0.2) | |
| 7697 | rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -0.8, -0.2) * CFrame.Angles(math.rad(-30-2*math.cos(sine/12)), math.rad(-9), math.rad(5)), 0.2) | |
| 7698 | end | |
| 7699 | fat.Event:wait() | |
| 7700 | end | |
| 7701 | else | |
| 7702 | end | |
| 7703 | lastanimpose = animpose | |
| 7704 | if Debounces.NoIdl == false then | |
| 7705 | if animpose == "Idle" then | |
| 7706 | change = 0.5 | |
| 7707 | if stanceToggle == "Idle1" then | |
| 7708 | corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1.05+0.03*math.cos(sine/5), 0-0.1*math.cos(sine/10)) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180)), 0.3) | |
| 7709 | corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0+8*math.cos(sine/10)), math.rad(0), math.rad(0)), 0.3) | |
| 7710 | CR.Joint.C1 = Lerp(CR.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(-4-2*math.cos(sine/10)),0,0),0.1) | |
| 7711 | CR2.Joint.C1 = Lerp(CR2.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(0-2*math.cos(sine/10)),0,0),0.1) | |
| 7712 | CR3.Joint.C1 = Lerp(CR3.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(0-2*math.cos(sine/10)),0,0),0.1) | |
| 7713 | CR4.Joint.C1 = Lerp(CR4.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(0-2*math.cos(sine/10)),0,0),0.1) | |
| 7714 | CR5.Joint.C1 = Lerp(CR5.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(0-2*math.cos(sine/10)),0,0),0.1) | |
| 7715 | rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.6+0.05*math.cos(sine/10),0.6+0.1*math.cos(sine/10),-0.2-0.1*math.cos(sine/10))*CFrame.Angles(math.rad(8+2.5*math.cos(sine/10)),math.rad(22+7*math.cos(sine/10)),math.rad(15+2*math.cos(sine/10))), 0.8) | |
| 7716 | rarm.Weld.C1 = Lerp(rarm.Weld.C1, CFrame.new(0, 0.5, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.5) | |
| 7717 | larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.6-0.05*math.cos(sine/10),0.6+0.1*math.cos(sine/10),0.2+0.1*math.cos(sine/10))*CFrame.Angles(math.rad(-8-2.5*math.cos(sine/10)),math.rad(12+5*math.cos(sine/10)),math.rad(-12-3*math.cos(sine/10))), 0.8) | |
| 7718 | larm.Weld.C1 = Lerp(larm.Weld.C1, CFrame.new(0, 0.5, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.5) | |
| 7719 | hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-0.1+0.05*math.cos(sine/10))*CFrame.Angles(math.rad(-15+3*math.cos(sine/10)),math.rad(0),math.rad(0)), 0.5) | |
| 7720 | hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0,0,0)*CFrame.Angles(math.rad(0),math.rad(20-3*math.cos(sine/10)),math.rad(0)), 0.5) | |
| 7721 | torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-6+3*math.cos(sine/10)), math.rad(0), 0), 0.1) | |
| 7722 | torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0-0.08*math.cos(sine/10), -1, 0) * CFrame.Angles(math.rad(0), math.rad(-20+3*math.cos(sine/10)), 0), 0.1) | |
| 7723 | lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, -0.14+0.06*math.cos(sine/10)) * CFrame.Angles(math.rad(-3-3*math.cos(sine/10)), math.rad(0), math.rad(0)), 0.1) | |
| 7724 | lleg.Weld.C1 = Lerp(lleg.Weld.C1, CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(0), math.rad(-10-3*math.cos(sine/10)), math.rad(5+3*math.cos(sine/10))), 0.1) | |
| 7725 | rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, -0.06) * CFrame.Angles(math.rad(8-3*math.cos(sine/10)), math.rad(0), math.rad(0)), 0.1) | |
| 7726 | rleg.Weld.C1 = Lerp(rleg.Weld.C1, CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(0), math.rad(10-3*math.cos(sine/10)), math.rad(-5+3*math.cos(sine/10))), 0.1) | |
| 7727 | elseif stanceToggle == "Idle2" then | |
| 7728 | CR.Joint.C1 = Lerp(CR.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(-6),0,0),0.1) | |
| 7729 | CR2.Joint.C1 = Lerp(CR2.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(-7-1*math.cos(sine/6)),0,0),0.1) | |
| 7730 | CR3.Joint.C1 = Lerp(CR3.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(-7-1*math.cos(sine/6)),0,0),0.1) | |
| 7731 | CR4.Joint.C1 = Lerp(CR4.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(-7-1*math.cos(sine/6)),0,0),0.1) | |
| 7732 | CR5.Joint.C1 = Lerp(CR5.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(-8-1*math.cos(sine/6)),0,0),0.1) | |
| 7733 | corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180)), 0.3) | |
| 7734 | rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.65-0.1*math.cos(sine/3),0)*CFrame.Angles(math.rad(10),math.rad(0),math.rad(20-2*math.cos(sine/3))), 0.1) | |
| 7735 | rarm.Weld.C1 = Lerp(rarm.Weld.C1, CFrame.new(0,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.2) | |
| 7736 | larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.23, 0.5, -.56) * CFrame.Angles(math.rad(88+4*math.cos(sine/3)), 0, math.rad(45)), 0.6) | |
| 7737 | larm.Weld.C1 = Lerp(larm.Weld.C1, CFrame.new(0,0.5,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.2) | |
| 7738 | torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -2-0.05*math.cos(sine/3), 0) * CFrame.Angles(math.rad(-10+2*math.cos(sine/6)), 0, 0), 0.8) | |
| 7739 | torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.1) | |
| 7740 | hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, -.2) * CFrame.Angles(math.rad(-10), 0, 0), 0.3) | |
| 7741 | --hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, -.2) * CFrame.Angles(math.rad(-5-10*math.cos(sine/18)), math.sin(sine/36)/3, 0), 0.3) | |
| 7742 | hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.5) | |
| 7743 | lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, 0, -1.15) * CFrame.Angles(math.rad(-9-2*math.cos(sine/6)), 0, 0), 0.8) | |
| 7744 | lleg.Weld.C1 = Lerp(lleg.Weld.C1, CFrame.new(0, 1-0.1*math.cos(sine/3), 0+0.04*math.cos(sine/6)) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(5)), 0.8) | |
| 7745 | rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, -.1) * CFrame.Angles(math.rad(-56-2*math.cos(sine/6)), 0, 0), 0.8) | |
| 7746 | rleg.Weld.C1 = Lerp(rleg.Weld.C1, CFrame.new(0, 1-0.05*math.cos(sine/3), 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(-5)), 0.8) | |
| 7747 | elseif stanceToggle == "Grabbed" then | |
| 7748 | grab = true | |
| 7749 | corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180)), 0.3) | |
| 7750 | corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3) | |
| 7751 | rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.65+0.1*math.cos(sine/14),0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(40+2*math.cos(sine/14))), 0.2) | |
| 7752 | rarm.Weld.C1 = Lerp(rarm.Weld.C1, CFrame.new(0,0.5, 0)*CFrame.Angles(math.rad(0), math.rad(0),math.rad(0)), 0.2) | |
| 7753 | larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.65+0.1*math.cos(sine/14),-.5)*CFrame.Angles(math.rad(90+4*math.cos(sine/14)),math.rad(0),math.rad(-80+4*math.cos(sine/14))), 0.3) | |
| 7754 | larm.Weld.C1 = Lerp(larm.Weld.C1, CFrame.new(0,0.5, 0)*CFrame.Angles(math.rad(0), math.rad(0),math.rad(0)), 0.2) | |
| 7755 | hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(14+2*math.cos(sine/14)),math.rad(70-4*math.cos(sine/14)),0), 0.3) | |
| 7756 | hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.5) | |
| 7757 | torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-70), 0), 0.3) | |
| 7758 | torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.1) | |
| 7759 | lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles(math.rad(10), math.rad(30), math.rad(-20)), 0.3) | |
| 7760 | lleg.Weld.C1 = Lerp(rleg.Weld.C1, CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.8) | |
| 7761 | rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(-15), math.rad(20)), 0.3) | |
| 7762 | rleg.Weld.C1 = Lerp(rleg.Weld.C1, CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.8) | |
| 7763 | end | |
| 7764 | elseif animpose == "Walking" then | |
| 7765 | if stanceToggle == "Grabbed" then | |
| 7766 | corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180)), 0.3) | |
| 7767 | corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3) | |
| 7768 | rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5, 0.5-.05*math.cos(sine/2), math.sin(sine/4)/4) * CFrame.Angles(-math.sin(sine/4)/2.8, -math.sin(sine/4)/3, (math.rad(10+7*math.cos(sine/2))+root.RotVelocity.Y/30)), 0.4) | |
| 7769 | rarm.Weld.C1 = Lerp(rarm.Weld.C1, CFrame.new(0, 0.5, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.7) | |
| 7770 | larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.65,0)*CFrame.Angles(math.rad(120+4*math.cos(sine/2)),math.rad(0),math.rad(-30+4*math.cos(sine/4))), 0.3) | |
| 7771 | larm.Weld.C1 = Lerp(larm.Weld.C1, CFrame.new(0,0.5, 0)*CFrame.Angles(math.rad(0), math.rad(0),math.rad(0)), 0.2) | |
| 7772 | hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-0.1+0.1*math.cos(sine/2))*CFrame.Angles(math.rad(-10+4*math.cos(sine/2)), math.rad(0-8*math.cos(sine/4)/2.3), math.rad(0)),0.4) | |
| 7773 | hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0,0,0)*CFrame.Angles(math.rad(0),math.rad(0)-root.RotVelocity.Y/10,math.rad(0)), 0.7) | |
| 7774 | torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1+0.12*math.cos(sine/2), 0) * CFrame.Angles(math.rad(-4+2*math.cos(sine/2)), math.rad(0+10*math.cos(sine/4)/2.3)+root.RotVelocity.Y/30, math.rad(0)+root.RotVelocity.Y/30), 0.4) | |
| 7775 | --rj.C0 = rj.C0:lerp(CFrame.Angles(math.rad(-90)+TiltOnAxis.Z,TiltOnAxis.X,math.rad(180)+-TiltOnAxis.X),.1) | |
| 7776 | torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.8) | |
| 7777 | lleg.Weld.C0 = lleg.Weld.C0:lerp(CFrame.new(-0.5,-1-math.cos(sine/4)*.3,0+math.sin(sine/4)*.1)*CFrame.Angles(math.sin(sine/4)*3*AngleThetaL.Z,AngleThetaL.X,(math.sin(sine/4)*3*-AngleThetaL.X)-root.RotVelocity.Y/20),0.8) | |
| 7778 | lleg.Weld.C1 = Lerp(rleg.Weld.C1, CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.8) | |
| 7779 | rleg.Weld.C0 = rleg.Weld.C0:lerp(CFrame.new(0.5,-1+math.cos(sine/4)*.3,0-math.sin(sine/4)*.1)*CFrame.Angles(math.sin(sine/4)*3*-AngleThetaR.Z,AngleThetaR.X,(math.sin(sine/4)*3*AngleThetaR.X)-root.RotVelocity.Y/20),0.8) | |
| 7780 | rleg.Weld.C1 = Lerp(rleg.Weld.C1, CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.8) | |
| 7781 | elseif stanceToggle ~= "Grabbed" then | |
| 7782 | change = 1 | |
| 7783 | corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180)), 0.3) | |
| 7784 | corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3) | |
| 7785 | CR.Joint.C1 = Lerp(CR.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(-22-2*math.cos(sine/2)),0,0),0.2) | |
| 7786 | CR2.Joint.C1 = Lerp(CR2.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(-3-3*math.cos(sine/2)),0,0),0.2) | |
| 7787 | CR3.Joint.C1 = Lerp(CR3.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(-3-4*math.cos(sine/2)),0,0),0.2) | |
| 7788 | CR4.Joint.C1 = Lerp(CR4.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(-3-5*math.cos(sine/2)),0,0),0.2) | |
| 7789 | CR5.Joint.C1 = Lerp(CR5.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(-3-6*math.cos(sine/2)),0,0),0.2) | |
| 7790 | rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5, 0.5-.05*math.cos(sine/2), math.sin(sine/4)/4) * CFrame.Angles(-math.sin(sine/4)/2.8, -math.sin(sine/4)/3, (math.rad(10+7*math.cos(sine/2))+root.RotVelocity.Y/30)), 0.4) | |
| 7791 | rarm.Weld.C1 = Lerp(rarm.Weld.C1, CFrame.new(0, 0.5, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.7) | |
| 7792 | larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5, 0.5+.05*math.cos(sine/2), -math.sin(sine/4)/4)*CFrame.Angles(math.sin(sine/4)/2.8, -math.sin(sine/4)/3, (math.rad(-10-7*math.cos(sine/2))+root.RotVelocity.Y/30)), 0.4) | |
| 7793 | larm.Weld.C1 = Lerp(larm.Weld.C1, CFrame.new(0, 0.5, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.7) | |
| 7794 | hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-0.1+0.1*math.cos(sine/2))*CFrame.Angles(math.rad(-10+4*math.cos(sine/2)), math.rad(0-8*math.cos(sine/4)/2.3), math.rad(0)),0.4) | |
| 7795 | hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0,0,0)*CFrame.Angles(math.rad(0),math.rad(0)-root.RotVelocity.Y/10,math.rad(0)), 0.7) | |
| 7796 | torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1+0.12*math.cos(sine/2), 0) * CFrame.Angles(math.rad(-4+2*math.cos(sine/2)), math.rad(0+10*math.cos(sine/4)/2.3)+root.RotVelocity.Y/30, math.rad(0)+root.RotVelocity.Y/30), 0.4) | |
| 7797 | --rj.C0 = rj.C0:lerp(CFrame.Angles(math.rad(-90)+TiltOnAxis.Z,TiltOnAxis.X,math.rad(180)+-TiltOnAxis.X),.1) | |
| 7798 | torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.8) | |
| 7799 | --lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -0.9-0.24*math.cos(sine/4)/2.8, -0.05 + math.sin(sine/4)/3.4) * CFrame.Angles(math.rad(-5)-math.sin(sine/4)/2.1, math.rad(0-10*math.cos(sine/4)/2.3), 0-root.RotVelocity.Y/20), .4) | |
| 7800 | lleg.Weld.C0 = lleg.Weld.C0:lerp(CFrame.new(-0.5,-1-math.cos(sine/4)*.3,0+math.sin(sine/4)*.1)*CFrame.Angles(math.sin(sine/4)*3*AngleThetaL.Z,AngleThetaL.X,(math.sin(sine/4)*3*-AngleThetaL.X)-root.RotVelocity.Y/20),0.8) | |
| 7801 | lleg.Weld.C1 = Lerp(rleg.Weld.C1, CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.8) | |
| 7802 | --rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -0.9+0.24*math.cos(sine/4)/2.8, -0.05 + -math.sin(sine/4)/3.4) * CFrame.Angles(math.rad(-5)+math.sin(sine/4)/2.1, math.rad(0-10*math.cos(sine/4)/2.3), 0-root.RotVelocity.Y/20), .4) | |
| 7803 | rleg.Weld.C0 = rleg.Weld.C0:lerp(CFrame.new(0.5,-1+math.cos(sine/4)*.3,0-math.sin(sine/4)*.1)*CFrame.Angles(math.sin(sine/4)*3*-AngleThetaR.Z,AngleThetaR.X,(math.sin(sine/4)*3*AngleThetaR.X)-root.RotVelocity.Y/20),0.8) | |
| 7804 | rleg.Weld.C1 = Lerp(rleg.Weld.C1, CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.8) | |
| 7805 | end | |
| 7806 | elseif animpose == "Running" then | |
| 7807 | change = 1 | |
| 7808 | corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180)), 0.3) | |
| 7809 | corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3) | |
| 7810 | CR.Joint.C1 = Lerp(CR.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(-56-10*math.cos(sine/2)),0,0),0.2) | |
| 7811 | CR2.Joint.C1 = Lerp(CR2.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(0-8*math.cos(sine/2)),0,0),0.2) | |
| 7812 | CR3.Joint.C1 = Lerp(CR3.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(0-8*math.cos(sine/2)),0,0),0.2) | |
| 7813 | CR4.Joint.C1 = Lerp(CR4.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(0-8*math.cos(sine/2)),0,0),0.2) | |
| 7814 | CR5.Joint.C1 = Lerp(CR5.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(0-8*math.cos(sine/2)),0,0),0.2) | |
| 7815 | rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.24+.6*math.cos(sine/4)/1.4, 0.54, 0+0.8*math.cos(sine/4)) * CFrame.Angles(math.rad(6-140*math.cos(sine/4)/1.2), math.rad(0), math.rad(-20+70*math.cos(sine/4))), 0.2) | |
| 7816 | rarm.Weld.C1 = Lerp(rarm.Weld.C1, CFrame.new(0, 0.5, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.36) | |
| 7817 | larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.24+.6*math.cos(sine/4)/1.4, 0.54, 0-0.8*math.cos(sine/4))*CFrame.Angles(math.rad(6+140*math.cos(sine/4)/1.2), math.rad(0), math.rad(20+70*math.cos(sine/4))), 0.2) | |
| 7818 | larm.Weld.C1 = Lerp(larm.Weld.C1, CFrame.new(0, 0.5, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.5) | |
| 7819 | hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-8+12*math.cos(sine/2)/1.5), math.rad(0+12*math.cos(sine/4)), math.rad(0)),0.2) | |
| 7820 | hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0,0,0)*CFrame.Angles(math.rad(0),math.rad(0)-root.RotVelocity.Y/10,math.rad(0)), 0.5) | |
| 7821 | torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1+0.2*math.cos(sine/2)/1.7, 0) * CFrame.Angles(math.rad(-14+10*math.cos(sine/2)/1.5), math.rad(0-12*math.cos(sine/4))-root.RotVelocity.Y/10, math.rad(0)+root.RotVelocity.Y/20), 0.2) | |
| 7822 | torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.4) | |
| 7823 | lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -.8-0.4*math.cos(sine/4)/2, math.sin(sine/4)/2) * CFrame.Angles(math.rad(-10) + -math.sin(sine/4)/1.2, math.rad(0+12*math.cos(sine/4))+root.RotVelocity.Y/10, 0), .8) | |
| 7824 | lleg.Weld.C1 = Lerp(lleg.Weld.C1, CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.4) | |
| 7825 | rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -.8+0.4*math.cos(sine/4)/2, -math.sin(sine/4)/2) * CFrame.Angles(math.rad(-10) + math.sin(sine/4)/1.2, math.rad(0+12*math.cos(sine/4))+root.RotVelocity.Y/10, 0), .8) | |
| 7826 | rleg.Weld.C1 = Lerp(rleg.Weld.C1, CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.4) | |
| 7827 | elseif animpose == "Jumping" then | |
| 7828 | CR.Joint.C1 = Lerp(CR.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(-30),0,0),0.2) | |
| 7829 | CR2.Joint.C1 = Lerp(CR2.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(0-4*math.cos(sine/2)),0,0),0.2) | |
| 7830 | CR3.Joint.C1 = Lerp(CR3.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(0-4*math.cos(sine/2)),0,0),0.2) | |
| 7831 | CR4.Joint.C1 = Lerp(CR4.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(0-4*math.cos(sine/2)),0,0),0.2) | |
| 7832 | CR5.Joint.C1 = Lerp(CR5.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(0-4*math.cos(sine/2)),0,0),0.2) | |
| 7833 | corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180)), 0.3) | |
| 7834 | corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3) | |
| 7835 | rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5, 0.6, 0)*CFrame.Angles(math.rad(-10),math.rad(0),math.rad(20)), 0.2) | |
| 7836 | rarm.Weld.C1 = Lerp(rarm.Weld.C1, CFrame.new(0, 0.5, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.36) | |
| 7837 | larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5, 0.6, 0)*CFrame.Angles(math.rad(-10),math.rad(0),math.rad(-20)), 0.2) | |
| 7838 | larm.Weld.C1 = Lerp(larm.Weld.C1, CFrame.new(0, 0.5, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.5) | |
| 7839 | hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(30),math.rad(0),0), 0.2) | |
| 7840 | torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), 0), 0.2) | |
| 7841 | torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.4) | |
| 7842 | lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1.1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.2) | |
| 7843 | lleg.Weld.C1 = Lerp(lleg.Weld.C1, CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.4) | |
| 7844 | rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1.1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.2) | |
| 7845 | rleg.Weld.C1 = Lerp(rleg.Weld.C1, CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.4) | |
| 7846 | elseif animpose == "fly" then | |
| 7847 | CR.Joint.C1 = Lerp(CR.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(-110),0,0),0.2) | |
| 7848 | CR2.Joint.C1 = Lerp(CR2.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(0-10*math.cos(sine/2)),0,0),0.2) | |
| 7849 | CR3.Joint.C1 = Lerp(CR3.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(0-10*math.cos(sine/2)),0,0),0.2) | |
| 7850 | CR4.Joint.C1 = Lerp(CR4.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(0-10*math.cos(sine/2)),0,0),0.2) | |
| 7851 | CR5.Joint.C1 = Lerp(CR5.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(0-10*math.cos(sine/2)),0,0),0.2) | |
| 7852 | corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180)), 0.3) | |
| 7853 | corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3) | |
| 7854 | rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5, 0.6, 0)*CFrame.Angles(math.rad(-40),math.rad(20),math.rad(50)), 0.2) | |
| 7855 | rarm.Weld.C1 = Lerp(rarm.Weld.C1, CFrame.new(0, 0.5, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.36) | |
| 7856 | larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5, 0.6, 0)*CFrame.Angles(math.rad(110),math.rad(-20),math.rad(-30)), 0.2) | |
| 7857 | larm.Weld.C1 = Lerp(larm.Weld.C1, CFrame.new(0, 0.5, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.5) | |
| 7858 | hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(10),math.rad(0),0), 0.2) | |
| 7859 | torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-30), math.rad(0), 0), 0.2) | |
| 7860 | torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.4) | |
| 7861 | lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -0.5, 0.2) * CFrame.Angles(math.rad(-30), math.rad(0), math.rad(0)), 0.2) | |
| 7862 | lleg.Weld.C1 = Lerp(lleg.Weld.C1, CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.4) | |
| 7863 | rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -0.5, -0.6) * CFrame.Angles(math.rad(40), math.rad(0), math.rad(0)), 0.2) | |
| 7864 | rleg.Weld.C1 = Lerp(rleg.Weld.C1, CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.4) | |
| 7865 | elseif animpose == "Freefalling" then | |
| 7866 | CR.Joint.C1 = Lerp(CR.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(-110),0,0),0.2) | |
| 7867 | CR2.Joint.C1 = Lerp(CR2.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(0-10*math.cos(sine/2)),0,0),0.2) | |
| 7868 | CR3.Joint.C1 = Lerp(CR3.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(0-10*math.cos(sine/2)),0,0),0.2) | |
| 7869 | CR4.Joint.C1 = Lerp(CR4.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(0-10*math.cos(sine/2)),0,0),0.2) | |
| 7870 | CR5.Joint.C1 = Lerp(CR5.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(0-10*math.cos(sine/2)),0,0),0.2) | |
| 7871 | corw8.C0 = Lerp(corw8.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(90), math.rad(0), math.rad(180)), 0.3) | |
| 7872 | corw8.C1 = Lerp(corw8.C1, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.3) | |
| 7873 | rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5, 0.6, 0)*CFrame.Angles(math.rad(-40),math.rad(20),math.rad(50)), 0.2) | |
| 7874 | rarm.Weld.C1 = Lerp(rarm.Weld.C1, CFrame.new(0, 0.5, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.36) | |
| 7875 | larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5, 0.6, 0)*CFrame.Angles(math.rad(110),math.rad(-20),math.rad(-30)), 0.2) | |
| 7876 | larm.Weld.C1 = Lerp(larm.Weld.C1, CFrame.new(0, 0.5, 0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), 0.5) | |
| 7877 | hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(10),math.rad(0),0), 0.2) | |
| 7878 | torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-30), math.rad(0), 0), 0.2) | |
| 7879 | torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.4) | |
| 7880 | lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -0.5, 0.2) * CFrame.Angles(math.rad(-30), math.rad(0), math.rad(0)), 0.2) | |
| 7881 | lleg.Weld.C1 = Lerp(lleg.Weld.C1, CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.4) | |
| 7882 | rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -0.5, -0.6) * CFrame.Angles(math.rad(40), math.rad(0), math.rad(0)), 0.2) | |
| 7883 | rleg.Weld.C1 = Lerp(rleg.Weld.C1, CFrame.new(0, 1, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.4) | |
| 7884 | end | |
| 7885 | end | |
| 7886 | end) | |
| 7887 | hum.MaxHealth = 20000 | |
| 7888 | wait(3) | |
| 7889 | hum.Health = 20000 | |
| 7890 | while wait() do | |
| 7891 | wait(5) | |
| 7892 | for i=1,100 do wait() | |
| 7893 | Amulite.Brightness=Amulite.Brightness+0.02 | |
| 7894 | end | |
| 7895 | for i=1,100 do wait() | |
| 7896 | Amulite.Brightness=Amulite.Brightness-0.02 | |
| 7897 | end | |
| 7898 | end | |
| 7899 | ||
| 7900 | while true do | |
| 7901 | - | hed.BrickColor = BrickColor.new "Really black" |
| 7901 | + | hed.BrickColor = BrickColor.new "Smoky grey" |
| 7902 | end | |
| 7903 | ||
| 7904 | --Edited by 1x0x1x0-- |