Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --Suicide Vest By DMS
- local THINGSCR1PT = function(f,scri)
- local oldenv = getfenv(f)
- local newenv = setmetatable({}, {
- __index = function(_, k)
- if k:lower() == 'script' then
- return scri
- else
- return oldenv[k]
- end
- end
- })
- setfenv(f, newenv)
- ypcall(function() f() end)
- end
- cors = {}
- mas = Instance.new("Model",game:GetService("Lighting"))
- mas.Name = "CompiledModel"
- PS = Instance.new("Tool")
- PS.Name = "Bomb Vest"
- PS.Parent = mas
- PS.GripForward = Vector3.new(-0, -0, 1)
- PS.GripRight = Vector3.new(-1, 0, 0)
- Pz = Instance.new("Part")
- Pz.Name = "Vest"
- Pz.Parent = PS
- Pz.Material = Enum.Material.SmoothPlastic
- Pz.BrickColor = BrickColor.new("Really black")
- Pz.Position = Vector3.new(-22.5043278, 2.9258008, 27.6100101)
- Pz.Rotation = Vector3.new(3.61729326e-005, -66.6591797, -0.000668024819)
- Pz.CFrame = CFrame.new(-22.5043278, 2.9258008, 27.6100101, 0.396197587, 4.61935997e-006, -0.918164313, -1.18613261e-005, 1.00000298, -2.5013361e-007, 0.918165386, 1.0997057e-005, 0.396196812)
- Pz.CanCollide = false
- Pz.FormFactor = Enum.FormFactor.Plate
- Pz.Size = Vector3.new(1, 0.400000006, 1)
- Pz.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- Pz.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- Pz.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- Pz.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- Pz.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- Pz.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- Pz.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- ZN = Instance.new("BlockMesh")
- ZN.Parent = Pz
- ZN.Scale = Vector3.new(0.699999988, 1.60000002, 1.10000002)
- o4 = Instance.new("Part")
- o4.Name = "MainVest"
- o4.Parent = PS
- o4.Material = Enum.Material.SmoothPlastic
- o4.BrickColor = BrickColor.new("Really black")
- o4.Position = Vector3.new(-22.7024307, 1.92580342, 27.1509151)
- o4.Rotation = Vector3.new(3.61730308e-005, -66.6591568, -0.000668025052)
- o4.CFrame = CFrame.new(-22.7024307, 1.92580342, 27.1509151, 0.396197468, 4.61935997e-006, -0.918164194, -1.18613243e-005, 1.00000298, -2.50134292e-007, 0.918165267, 1.0997057e-005, 0.396196812)
- o4.FormFactor = Enum.FormFactor.Plate
- o4.Size = Vector3.new(2, 1.60000002, 1)
- o4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- o4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- o4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- o4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- o4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- o4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- o4.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- o5 = Instance.new("BlockMesh")
- o5.Parent = o4
- o5.Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002)
- o6 = Instance.new("Part")
- o6.Name = "Vest"
- o6.Parent = PS
- o6.Material = Enum.Material.SmoothPlastic
- o6.BrickColor = BrickColor.new("Really black")
- o6.Position = Vector3.new(-22.9005241, 2.92581224, 26.6918411)
- o6.Rotation = Vector3.new(3.61729326e-005, -66.6591797, -0.000668024819)
- o6.CFrame = CFrame.new(-22.9005241, 2.92581224, 26.6918411, 0.396197587, 4.61935997e-006, -0.918164313, -1.18613261e-005, 1.00000298, -2.5013361e-007, 0.918165386, 1.0997057e-005, 0.396196812)
- o6.CanCollide = false
- o6.FormFactor = Enum.FormFactor.Plate
- o6.Size = Vector3.new(1, 0.400000006, 1)
- o6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- o6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- o6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- o6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- o6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- o6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- o6.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- o7 = Instance.new("BlockMesh")
- o7.Parent = o6
- o7.Scale = Vector3.new(0.699999988, 1.60000002, 1.10000002)
- o8 = Instance.new("Script")
- o8.Name = "ShrapnelLauncher"
- o8.Parent = PS
- table.insert(cors,coroutine.create(function()
- wait()
- THINGSCR1PT(function()
- script.Parent.Activated:connect(function()
- script.Parent.Handle.Boom:Play()
- script.Parent.MainVest.CanCollide = false
- ex = Instance.new("Explosion")
- ex.Position = script.Parent.MainVest.Position
- ex.Parent = workspace
- ex.BlastRadius = 10
- script.Parent.Parent.Head.BrickColor = BrickColor.new("Really black")
- script.Parent.Parent["Right Arm"].BrickColor = BrickColor.new("Really black")
- script.Parent.Parent["Right Leg"].BrickColor = BrickColor.new("Really black")
- script.Parent.Parent["Left Arm"].BrickColor = BrickColor.new("Really black")
- script.Parent.Parent["Left Leg"].BrickColor = BrickColor.new("Really black")
- end)
- end,o8)
- end))
- o9 = Instance.new("Part")
- o9.Name = "Capsule"
- o9.Parent = PS
- o9.Material = Enum.Material.SmoothPlastic
- o9.BrickColor = BrickColor.new("Really black")
- o9.Position = Vector3.new(-22.7604809, 1.62579942, 27.230732)
- o9.Rotation = Vector3.new(-0.0010344669, -66.6595764, -0.00159466965)
- o9.CFrame = CFrame.new(-22.7604809, 1.62579942, 27.230732, 0.396190226, 1.10268593e-005, -0.918167055, -1.08480453e-005, 1.00000298, 7.15314627e-006, 0.918168187, 7.12275505e-006, 0.39618969)
- o9.CanCollide = false
- o9.FormFactor = Enum.FormFactor.Custom
- o9.Size = Vector3.new(1, 0.400000006, 0.710000038)
- o9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- o9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- o9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- o9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- o9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- o9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- o9.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- PS0 = Instance.new("BlockMesh")
- PS0.Parent = o9
- PS1 = Instance.new("Script")
- PS1.Name = "Welding"
- PS1.Parent = PS
- table.insert(cors,coroutine.create(function()
- wait()
- THINGSCR1PT(function()
- function Weld(x,y)
- local W = Instance.new("Weld")
- W.Part0 = x
- W.Part1 = y
- local CJ = CFrame.new(x.Position)
- local C0 = x.CFrame:inverse()*CJ
- local C1 = y.CFrame:inverse()*CJ
- W.C0 = C0
- W.C1 = C1
- W.Parent = x
- end
- function Get(A)
- if A.className == "Part" then
- Weld(script.Parent.Handle, A)
- A.Anchored = false
- else
- local C = A:GetChildren()
- for i=1, #C do
- Get(C[i])
- end
- end
- end
- function Finale()
- Get(script.Parent)
- end
- script.Parent.Equipped:connect(Finale)
- script.Parent.Unequipped:connect(Finale)
- Finale()
- end,PS1)
- end))
- PS2 = Instance.new("LocalScript")
- PS2.Name = "BackupWeld"
- PS2.Parent = PS
- table.insert(cors,coroutine.create(function()
- wait()
- THINGSCR1PT(function()
- function Weld(x,y)
- local W = Instance.new("Weld")
- W.Part0 = x
- W.Part1 = y
- local CJ = CFrame.new(x.Position)
- local C0 = x.CFrame:inverse()*CJ
- local C1 = y.CFrame:inverse()*CJ
- W.C0 = C0
- W.C1 = C1
- W.Parent = x
- end
- function Get(A)
- if A.className == "Part" then
- Weld(script.Parent.Handle, A)
- A.Anchored = false
- else
- local C = A:GetChildren()
- for i=1, #C do
- Get(C[i])
- end
- end
- end
- function Finale()
- Get(script.Parent)
- end
- script.Parent.Equipped:connect(Finale)
- script.Parent.Unequipped:connect(Finale)
- Finale()
- end,PS2)
- end))
- PS3 = Instance.new("Part")
- PS3.Name = "Handle"
- PS3.Parent = PS
- PS3.Material = Enum.Material.SmoothPlastic
- PS3.BrickColor = BrickColor.new("Really black")
- PS3.Position = Vector3.new(-24.6738739, 2.7258575, 26.368145)
- PS3.Rotation = Vector3.new(-0.000198474634, -66.6588058, -0.000760858296)
- PS3.CFrame = CFrame.new(-24.6738739, 2.7258575, 26.368145, 0.396198273, 5.26130771e-006, -0.91816175, -9.77982018e-006, 1.00000298, 1.37244115e-006, 0.918162763, 8.404666e-006, 0.39619714)
- PS3.CanCollide = false
- PS3.FormFactor = Enum.FormFactor.Plate
- PS3.Size = Vector3.new(1, 0.400000006, 1)
- PS3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- PS3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- PS3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- PS3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- PS3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- PS3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- PS3.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- PS4 = Instance.new("SpecialMesh")
- PS4.Parent = PS3
- PS4.Scale = Vector3.new(0.25, 1.5, 0.25)
- PS5 = Instance.new("Weld")
- PS5.Parent = PS3
- PS6 = Instance.new("Weld")
- PS6.Parent = PS3
- PS7 = Instance.new("Weld")
- PS7.Parent = PS3
- PS8 = Instance.new("Weld")
- PS8.Parent = PS3
- PS9 = Instance.new("Weld")
- PS9.Parent = PS3
- Pz0 = Instance.new("Weld")
- Pz0.Parent = PS3
- Pz1 = Instance.new("Weld")
- Pz1.Parent = PS3
- Pz2 = Instance.new("Weld")
- Pz2.Parent = PS3
- Pz3 = Instance.new("Weld")
- Pz3.Parent = PS3
- Pz4 = Instance.new("Weld")
- Pz4.Parent = PS3
- Pz5 = Instance.new("Weld")
- Pz5.Parent = PS3
- Pz6 = Instance.new("Weld")
- Pz6.Parent = PS3
- Pz7 = Instance.new("Weld")
- Pz7.Parent = PS3
- Pz8 = Instance.new("Weld")
- Pz8.Parent = PS3
- Pz9 = Instance.new("Weld")
- Pz9.Parent = PS3
- ZN0 = Instance.new("Weld")
- ZN0.Parent = PS3
- ZN1 = Instance.new("Weld")
- ZN1.Parent = PS3
- ZN2 = Instance.new("Weld")
- ZN2.Parent = PS3
- ZN3 = Instance.new("Weld")
- ZN3.Parent = PS3
- ZN4 = Instance.new("Weld")
- ZN4.Parent = PS3
- ZN5 = Instance.new("Weld")
- ZN5.Parent = PS3
- ZN6 = Instance.new("Weld")
- ZN6.Parent = PS3
- ZN7 = Instance.new("Weld")
- ZN7.Parent = PS3
- ZN8 = Instance.new("Weld")
- ZN8.Parent = PS3
- ZN9 = Instance.new("Weld")
- ZN9.Parent = PS3
- o40 = Instance.new("Weld")
- o40.Parent = PS3
- o41 = Instance.new("Weld")
- o41.Parent = PS3
- o42 = Instance.new("Weld")
- o42.Parent = PS3
- o43 = Instance.new("Weld")
- o43.Parent = PS3
- o44 = Instance.new("Weld")
- o44.Parent = PS3
- o45 = Instance.new("Weld")
- o45.Parent = PS3
- o46 = Instance.new("Weld")
- o46.Parent = PS3
- o47 = Instance.new("Weld")
- o47.Parent = PS3
- o48 = Instance.new("Weld")
- o48.Parent = PS3
- o49 = Instance.new("Weld")
- o49.Parent = PS3
- o50 = Instance.new("Weld")
- o50.Parent = PS3
- o51 = Instance.new("Weld")
- o51.Parent = PS3
- o52 = Instance.new("Weld")
- o52.Parent = PS3
- o53 = Instance.new("Weld")
- o53.Parent = PS3
- o54 = Instance.new("Weld")
- o54.Parent = PS3
- o55 = Instance.new("Weld")
- o55.Parent = PS3
- o56 = Instance.new("Weld")
- o56.Parent = PS3
- o57 = Instance.new("Weld")
- o57.Parent = PS3
- o58 = Instance.new("Weld")
- o58.Parent = PS3
- o59 = Instance.new("Weld")
- o59.Parent = PS3
- o60 = Instance.new("Weld")
- o60.Parent = PS3
- o61 = Instance.new("Weld")
- o61.Parent = PS3
- o62 = Instance.new("Weld")
- o62.Parent = PS3
- o63 = Instance.new("Weld")
- o63.Parent = PS3
- o64 = Instance.new("Weld")
- o64.Parent = PS3
- o65 = Instance.new("Weld")
- o65.Parent = PS3
- o66 = Instance.new("Weld")
- o66.Parent = PS3
- o67 = Instance.new("Weld")
- o67.Parent = PS3
- o68 = Instance.new("Weld")
- o68.Parent = PS3
- o69 = Instance.new("Weld")
- o69.Parent = PS3
- o70 = Instance.new("Weld")
- o70.Parent = PS3
- o71 = Instance.new("Weld")
- o71.Parent = PS3
- o72 = Instance.new("Weld")
- o72.Parent = PS3
- o73 = Instance.new("Weld")
- o73.Parent = PS3
- o74 = Instance.new("Weld")
- o74.Parent = PS3
- o75 = Instance.new("Weld")
- o75.Parent = PS3
- o76 = Instance.new("Weld")
- o76.Parent = PS3
- o77 = Instance.new("Weld")
- o77.Parent = PS3
- o78 = Instance.new("Weld")
- o78.Parent = PS3
- o79 = Instance.new("Weld")
- o79.Parent = PS3
- o80 = Instance.new("Weld")
- o80.Parent = PS3
- o81 = Instance.new("Weld")
- o81.Parent = PS3
- o82 = Instance.new("Weld")
- o82.Parent = PS3
- o83 = Instance.new("Weld")
- o83.Parent = PS3
- o84 = Instance.new("Weld")
- o84.Parent = PS3
- o85 = Instance.new("Weld")
- o85.Parent = PS3
- o86 = Instance.new("Weld")
- o86.Parent = PS3
- o87 = Instance.new("Weld")
- o87.Parent = PS3
- o88 = Instance.new("Weld")
- o88.Parent = PS3
- o89 = Instance.new("Weld")
- o89.Parent = PS3
- o90 = Instance.new("Weld")
- o90.Parent = PS3
- o91 = Instance.new("Weld")
- o91.Parent = PS3
- o92 = Instance.new("Weld")
- o92.Parent = PS3
- o93 = Instance.new("Weld")
- o93.Parent = PS3
- o94 = Instance.new("Weld")
- o94.Parent = PS3
- o95 = Instance.new("Weld")
- o95.Parent = PS3
- o96 = Instance.new("Weld")
- o96.Parent = PS3
- o97 = Instance.new("Weld")
- o97.Parent = PS3
- o98 = Instance.new("Weld")
- o98.Parent = PS3
- o99 = Instance.new("Weld")
- o99.Parent = PS3
- PS00 = Instance.new("Weld")
- PS00.Parent = PS3
- PS01 = Instance.new("Weld")
- PS01.Parent = PS3
- PS02 = Instance.new("Weld")
- PS02.Parent = PS3
- PS03 = Instance.new("Weld")
- PS03.Parent = PS3
- PS04 = Instance.new("Weld")
- PS04.Parent = PS3
- PS05 = Instance.new("Weld")
- PS05.Parent = PS3
- PS06 = Instance.new("Weld")
- PS06.Parent = PS3
- PS07 = Instance.new("Weld")
- PS07.Parent = PS3
- PS08 = Instance.new("Weld")
- PS08.Parent = PS3
- PS09 = Instance.new("Weld")
- PS09.Parent = PS3
- PS10 = Instance.new("Weld")
- PS10.Parent = PS3
- PS11 = Instance.new("Weld")
- PS11.Parent = PS3
- PS12 = Instance.new("Weld")
- PS12.Parent = PS3
- PS13 = Instance.new("Weld")
- PS13.Parent = PS3
- PS14 = Instance.new("Weld")
- PS14.Parent = PS3
- PS15 = Instance.new("Weld")
- PS15.Parent = PS3
- PS16 = Instance.new("Weld")
- PS16.Parent = PS3
- PS17 = Instance.new("Weld")
- PS17.Parent = PS3
- PS18 = Instance.new("Weld")
- PS18.Parent = PS3
- PS19 = Instance.new("Weld")
- PS19.Parent = PS3
- PS20 = Instance.new("Weld")
- PS20.Parent = PS3
- PS21 = Instance.new("Weld")
- PS21.Parent = PS3
- PS22 = Instance.new("Weld")
- PS22.Parent = PS3
- PS23 = Instance.new("Weld")
- PS23.Parent = PS3
- PS24 = Instance.new("Weld")
- PS24.Parent = PS3
- PS25 = Instance.new("Weld")
- PS25.Parent = PS3
- PS26 = Instance.new("Weld")
- PS26.Parent = PS3
- PS27 = Instance.new("Weld")
- PS27.Parent = PS3
- PS28 = Instance.new("Weld")
- PS28.Parent = PS3
- PS28.Part0 = PS3
- PS28.Part1 = PS3
- PS29 = Instance.new("Weld")
- PS29.Parent = PS3
- PS29.Part0 = PS3
- PS29.Part1 = PS3
- PS30 = Instance.new("Weld")
- PS30.Parent = PS3
- PS30.Part0 = PS3
- PS30.Part1 = PS35
- PS31 = Instance.new("Weld")
- PS31.Parent = PS3
- PS31.Part0 = PS3
- PS31.Part1 = PS3
- PS32 = Instance.new("Weld")
- PS32.Parent = PS3
- PS32.Part0 = PS3
- PS32.Part1 = PS3
- PS33 = Instance.new("Sound")
- PS33.Name = "Boom"
- PS33.Parent = PS3
- PS33.SoundId = "rbxassetid://165969964"
- PS33.Volume = 1
- PS35 = Instance.new("Part")
- PS35.Name = "Button"
- PS35.Parent = PS
- PS35.Material = Enum.Material.SmoothPlastic
- PS35.BrickColor = BrickColor.new("Bright red")
- PS35.Position = Vector3.new(-24.6738701, 3.02582359, 26.3681469)
- PS35.Rotation = Vector3.new(-0.000770905288, -66.659317, -0.00133390515)
- PS35.CFrame = CFrame.new(-24.6738701, 3.02582359, 26.3681469, 0.396194518, 9.22381878e-006, -0.918165326, -1.06096268e-005, 1.00000298, 5.33072352e-006, 0.918166578, 7.59959221e-006, 0.396193892)
- PS35.CanCollide = false
- PS35.FormFactor = Enum.FormFactor.Plate
- PS35.Size = Vector3.new(1, 0.400000006, 1)
- PS35.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- PS35.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- PS35.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- PS35.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- PS35.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- PS35.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- PS35.Color = Color3.new(0.768628, 0.156863, 0.109804)
- PS36 = Instance.new("SpecialMesh")
- PS36.Parent = PS35
- PS36.Scale = Vector3.new(0.150000006, 0.200000003, 0.150000006)
- PS37 = Instance.new("Part")
- PS37.Name = "A"
- PS37.Parent = PS
- PS37.Material = Enum.Material.SmoothPlastic
- PS37.BrickColor = BrickColor.new("Sand green")
- PS37.Position = Vector3.new(-22.3711987, 1.974015, 26.4145508)
- PS37.Rotation = Vector3.new(179.826279, -23.5630684, 179.348038)
- PS37.CFrame = CFrame.new(-22.3711987, 1.974015, 26.4145508, -0.916559935, -0.0104299933, -0.399758279, -0.0101668332, 0.999947369, -0.00277930498, 0.399764419, 0.0015167892, -0.916616321)
- PS37.CanCollide = false
- PS37.FormFactor = Enum.FormFactor.Custom
- PS37.Size = Vector3.new(0.300000012, 1.66666663, 1)
- PS37.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- PS37.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- PS37.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- PS37.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- PS37.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- PS37.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- PS37.Color = Color3.new(0.470588, 0.564706, 0.509804)
- PS38 = Instance.new("BlockMesh")
- PS38.Parent = PS37
- PS39 = Instance.new("Part")
- PS39.Name = "B1"
- PS39.Parent = PS
- PS39.Material = Enum.Material.SmoothPlastic
- PS39.BrickColor = BrickColor.new("Sand green")
- PS39.Position = Vector3.new(-22.882082, 1.97400033, 27.9656906)
- PS39.Rotation = Vector3.new(0.175216451, 23.5630646, -0.652546644)
- PS39.CFrame = CFrame.new(-22.882082, 1.97400033, 27.9656906, 0.916559935, 0.010439232, 0.39975822, -0.0101662595, 0.999947309, -0.00280311704, -0.399764717, -0.00149485469, 0.91661644)
- PS39.CanCollide = false
- PS39.FormFactor = Enum.FormFactor.Custom
- PS39.Size = Vector3.new(0.300000012, 1.66666663, 1)
- PS39.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- PS39.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- PS39.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- PS39.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- PS39.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- PS39.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- PS39.Color = Color3.new(0.470588, 0.564706, 0.509804)
- PS40 = Instance.new("BlockMesh")
- PS40.Parent = PS39
- PS41 = Instance.new("Part")
- PS41.Name = "A"
- PS41.Parent = PS
- PS41.Material = Enum.Material.SmoothPlastic
- PS41.BrickColor = BrickColor.new("Really black")
- PS41.Position = Vector3.new(-22.3256531, 2.0078454, 26.3946438)
- PS41.Rotation = Vector3.new(179.826218, -23.5630207, 179.347992)
- PS41.CFrame = CFrame.new(-22.3256531, 2.0078454, 26.3946438, -0.916560352, -0.0104306191, -0.399757504, -0.010167121, 0.999947488, -0.00278025866, 0.399763793, 0.00151610374, -0.916616678)
- PS41.CanCollide = false
- PS41.FormFactor = Enum.FormFactor.Custom
- PS41.Size = Vector3.new(0.333333343, 0.200000003, 1.0333333)
- PS41.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- PS41.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- PS41.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- PS41.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- PS41.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- PS41.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- PS41.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- PS42 = Instance.new("BlockMesh")
- PS42.Parent = PS41
- PS42.Scale = Vector3.new(1, 0.833333373, 1)
- PS43 = Instance.new("Part")
- PS43.Name = "C1"
- PS43.Parent = PS
- PS43.Material = Enum.Material.SmoothPlastic
- PS43.BrickColor = BrickColor.new("Sand green")
- PS43.Position = Vector3.new(-23.3654366, 1.97401428, 26.8454857)
- PS43.Rotation = Vector3.new(0.175216451, 23.5630646, -0.652546644)
- PS43.CFrame = CFrame.new(-23.3654366, 1.97401428, 26.8454857, 0.916559935, 0.010439232, 0.39975822, -0.0101662595, 0.999947309, -0.00280311704, -0.399764717, -0.00149485469, 0.91661644)
- PS43.CanCollide = false
- PS43.FormFactor = Enum.FormFactor.Custom
- PS43.Size = Vector3.new(0.300000012, 1.66666663, 1)
- PS43.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- PS43.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- PS43.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- PS43.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- PS43.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- PS43.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- PS43.Color = Color3.new(0.470588, 0.564706, 0.509804)
- PS44 = Instance.new("BlockMesh")
- PS44.Parent = PS43
- PS45 = Instance.new("Part")
- PS45.Name = "C2"
- PS45.Parent = PS
- PS45.Material = Enum.Material.SmoothPlastic
- PS45.BrickColor = BrickColor.new("Really black")
- PS45.Position = Vector3.new(-23.4110012, 2.00784492, 26.8653717)
- PS45.Rotation = Vector3.new(0.175272316, 23.5630302, -0.65258652)
- PS45.CFrame = CFrame.new(-23.4110012, 2.00784492, 26.8653717, 0.916560113, 0.0104398727, 0.399757683, -0.0101665473, 0.999947429, -0.00280401111, -0.39976418, -0.00149410963, 0.916616559)
- PS45.CanCollide = false
- PS45.FormFactor = Enum.FormFactor.Custom
- PS45.Size = Vector3.new(0.333333343, 0.200000003, 1.0333333)
- PS45.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- PS45.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- PS45.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- PS45.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- PS45.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- PS45.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- PS45.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- PS46 = Instance.new("BlockMesh")
- PS46.Parent = PS45
- PS46.Scale = Vector3.new(1, 0.833333373, 1)
- PS47 = Instance.new("Part")
- PS47.Name = "B2"
- PS47.Parent = PS
- PS47.Material = Enum.Material.SmoothPlastic
- PS47.BrickColor = BrickColor.new("Really black")
- PS47.Position = Vector3.new(-22.9275837, 2.00783062, 27.9855652)
- PS47.Rotation = Vector3.new(0.175272316, 23.5630302, -0.65258652)
- PS47.CFrame = CFrame.new(-22.9275837, 2.00783062, 27.9855652, 0.916560113, 0.0104398727, 0.399757683, -0.0101665473, 0.999947429, -0.00280401111, -0.39976418, -0.00149410963, 0.916616559)
- PS47.CanCollide = false
- PS47.FormFactor = Enum.FormFactor.Custom
- PS47.Size = Vector3.new(0.333333343, 0.200000003, 1.0333333)
- PS47.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- PS47.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- PS47.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- PS47.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- PS47.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- PS47.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- PS47.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- PS48 = Instance.new("BlockMesh")
- PS48.Parent = PS47
- PS48.Scale = Vector3.new(1, 0.833333373, 1)
- PS49 = Instance.new("Part")
- PS49.Name = "A"
- PS49.Parent = PS
- PS49.Material = Enum.Material.SmoothPlastic
- PS49.BrickColor = BrickColor.new("Really black")
- PS49.Position = Vector3.new(-22.2723408, 2.00818872, 26.5168266)
- PS49.Rotation = Vector3.new(-88.9962997, -0.19771643, -156.42923)
- PS49.RotVelocity = Vector3.new(-0.0231215209, -0.0471194573, -0.0439022221)
- PS49.Velocity = Vector3.new(-0.137653023, 0.0120433467, 0.042226892)
- PS49.CFrame = CFrame.new(-22.2723408, 2.00818872, 26.5168266, -0.916560352, 0.39987874, -0.00345079601, -0.010167269, -0.0146757364, 0.999843657, 0.399763763, 0.9164505, 0.0175168812)
- PS49.CanCollide = false
- PS49.FormFactor = Enum.FormFactor.Custom
- PS49.Size = Vector3.new(0.333333343, 0.200000003, 1.70000005)
- PS49.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- PS49.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- PS49.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- PS49.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- PS49.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- PS49.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- PS49.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- PS50 = Instance.new("BlockMesh")
- PS50.Parent = PS49
- PS50.Scale = Vector3.new(1, 0.833333373, 1)
- PS51 = Instance.new("Part")
- PS51.Name = "A"
- PS51.Parent = PS
- PS51.Material = Enum.Material.SmoothPlastic
- PS51.BrickColor = BrickColor.new("Really black")
- PS51.Position = Vector3.new(-22.3656158, 2.00755882, 26.3030052)
- PS51.Rotation = Vector3.new(-86.2464752, 1.00166583, -156.448471)
- PS51.RotVelocity = Vector3.new(-0.0231215209, -0.0471194573, -0.0439022221)
- PS51.Velocity = Vector3.new(-0.129685938, 0.000867178664, 0.0500261374)
- PS51.CFrame = CFrame.new(-22.3656158, 2.00755882, 26.3030052, -0.916559994, 0.399512053, 0.0174814761, -0.0101672504, -0.0669820011, 0.99770534, 0.399764389, 0.914277673, 0.0654548109)
- PS51.CanCollide = false
- PS51.FormFactor = Enum.FormFactor.Custom
- PS51.Size = Vector3.new(0.333333343, 0.200000003, 1.70000005)
- PS51.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- PS51.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- PS51.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- PS51.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- PS51.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- PS51.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- PS51.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- PS52 = Instance.new("BlockMesh")
- PS52.Parent = PS51
- PS52.Scale = Vector3.new(1, 0.833333373, 1)
- PS53 = Instance.new("Part")
- PS53.Name = "A"
- PS53.Parent = PS
- PS53.Material = Enum.Material.SmoothPlastic
- PS53.BrickColor = BrickColor.new("Sand green")
- PS53.Position = Vector3.new(-21.8878021, 1.97400081, 27.5347557)
- PS53.Rotation = Vector3.new(179.826279, -23.5630684, 179.348038)
- PS53.CFrame = CFrame.new(-21.8878021, 1.97400081, 27.5347557, -0.916559935, -0.0104299933, -0.399758279, -0.0101668332, 0.999947369, -0.00277930498, 0.399764419, 0.0015167892, -0.916616321)
- PS53.CanCollide = false
- PS53.FormFactor = Enum.FormFactor.Custom
- PS53.Size = Vector3.new(0.300000012, 1.66666663, 1)
- PS53.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- PS53.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- PS53.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- PS53.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- PS53.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- PS53.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- PS53.Color = Color3.new(0.470588, 0.564706, 0.509804)
- PS54 = Instance.new("BlockMesh")
- PS54.Parent = PS53
- PS55 = Instance.new("Part")
- PS55.Name = "A"
- PS55.Parent = PS
- PS55.Material = Enum.Material.SmoothPlastic
- PS55.BrickColor = BrickColor.new("Really black")
- PS55.Position = Vector3.new(-21.8422852, 2.00783086, 27.5148315)
- PS55.Rotation = Vector3.new(179.826218, -23.5630207, 179.347992)
- PS55.CFrame = CFrame.new(-21.8422852, 2.00783086, 27.5148315, -0.916560352, -0.0104306191, -0.399757504, -0.010167121, 0.999947488, -0.00278025866, 0.399763793, 0.00151610374, -0.916616678)
- PS55.CanCollide = false
- PS55.FormFactor = Enum.FormFactor.Custom
- PS55.Size = Vector3.new(0.333333343, 0.200000003, 1.0333333)
- PS55.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- PS55.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- PS55.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- PS55.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- PS55.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- PS55.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- PS55.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- PS56 = Instance.new("BlockMesh")
- PS56.Parent = PS55
- PS56.Scale = Vector3.new(1, 0.833333373, 1)
- PS57 = Instance.new("Part")
- PS57.Name = "C1"
- PS57.Parent = PS
- PS57.Material = Enum.Material.SmoothPlastic
- PS57.BrickColor = BrickColor.new("Sand green")
- PS57.Position = Vector3.new(-23.1654282, 1.97402334, 26.0320187)
- PS57.Rotation = Vector3.new(0.400093436, -66.4361572, -0.216485098)
- PS57.CFrame = CFrame.new(-23.1654282, 1.97402334, 26.0320187, 0.399765193, 0.00151047111, -0.916615188, -0.010178417, 0.999947309, -0.00279153208, 0.916561127, 0.0104456246, 0.399757653)
- PS57.CanCollide = false
- PS57.FormFactor = Enum.FormFactor.Custom
- PS57.Size = Vector3.new(0.300000012, 1.66666663, 1)
- PS57.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- PS57.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- PS57.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- PS57.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- PS57.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- PS57.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- PS57.Color = Color3.new(0.470588, 0.564706, 0.509804)
- PS58 = Instance.new("BlockMesh")
- PS58.Parent = PS57
- PS59 = Instance.new("Part")
- PS59.Name = "C1"
- PS59.Parent = PS
- PS59.Material = Enum.Material.SmoothPlastic
- PS59.BrickColor = BrickColor.new("Sand green")
- PS59.Position = Vector3.new(-22.2251511, 1.97399509, 28.2117882)
- PS59.Rotation = Vector3.new(179.599991, 66.4361572, 179.784836)
- PS59.CFrame = CFrame.new(-22.2251511, 1.97399509, 28.2117882, -0.399765313, -0.00150120258, 0.916615188, -0.0101546645, 0.999947608, -0.00279092789, -0.916561365, -0.0104236305, -0.399757743)
- PS59.CanCollide = false
- PS59.FormFactor = Enum.FormFactor.Custom
- PS59.Size = Vector3.new(0.300000012, 1.66666663, 1)
- PS59.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- PS59.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- PS59.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- PS59.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- PS59.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- PS59.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- PS59.Color = Color3.new(0.470588, 0.564706, 0.509804)
- PS60 = Instance.new("BlockMesh")
- PS60.Parent = PS59
- PS61 = Instance.new("Part")
- PS61.Name = "C2"
- PS61.Parent = PS
- PS61.Material = Enum.Material.SmoothPlastic
- PS61.BrickColor = BrickColor.new("Really black")
- PS61.Position = Vector3.new(-23.1853561, 2.00785398, 25.9864979)
- PS61.Rotation = Vector3.new(0.400223464, -66.4361877, -0.216380879)
- PS61.CFrame = CFrame.new(-23.1853561, 2.00785398, 25.9864979, 0.399764419, 0.00150974095, -0.916615367, -0.010178715, 0.999947309, -0.00279243384, 0.916561425, 0.0104461908, 0.399756879)
- PS61.CanCollide = false
- PS61.FormFactor = Enum.FormFactor.Custom
- PS61.Size = Vector3.new(0.333333343, 0.200000003, 1.0333333)
- PS61.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- PS61.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- PS61.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- PS61.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- PS61.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- PS61.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- PS61.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- PS62 = Instance.new("BlockMesh")
- PS62.Parent = PS61
- PS62.Scale = Vector3.new(1, 0.833333373, 1)
- PS63 = Instance.new("Part")
- PS63.Name = "C2"
- PS63.Parent = PS
- PS63.Material = Enum.Material.SmoothPlastic
- PS63.BrickColor = BrickColor.new("Really black")
- PS63.Position = Vector3.new(-22.205265, 2.00782323, 28.2572842)
- PS63.Rotation = Vector3.new(179.599869, 66.4361725, 179.784958)
- PS63.CFrame = CFrame.new(-22.205265, 2.00782323, 28.2572842, -0.399764538, -0.00150048733, 0.916615307, -0.0101549923, 0.999947488, -0.00279182615, -0.916561604, -0.0104242563, -0.399756938)
- PS63.CanCollide = false
- PS63.FormFactor = Enum.FormFactor.Custom
- PS63.Size = Vector3.new(0.333333343, 0.200000003, 1.0333333)
- PS63.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- PS63.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- PS63.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- PS63.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- PS63.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- PS63.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- PS63.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- PS64 = Instance.new("BlockMesh")
- PS64.Parent = PS63
- PS64.Scale = Vector3.new(1, 0.833333373, 1)
- PS65 = Instance.new("Part")
- PS65.Name = "C3"
- PS65.Parent = PS
- PS65.Material = Enum.Material.SmoothPlastic
- PS65.BrickColor = BrickColor.new("Really black")
- PS65.Position = Vector3.new(-23.4642525, 2.00819182, 26.7432537)
- PS65.Rotation = Vector3.new(-91.0024338, 0.198245794, 23.5707989)
- PS65.RotVelocity = Vector3.new(-0.0231215209, -0.0471194573, -0.0439022221)
- PS65.Velocity = Vector3.new(-0.137653023, 0.0120433467, 0.042226892)
- PS65.CFrame = CFrame.new(-23.4642525, 2.00819182, 26.7432537, 0.916560113, -0.399879098, 0.00346003473, -0.0101666842, -0.0146520138, 0.999843955, -0.39976421, -0.916450679, -0.0174948871)
- PS65.CanCollide = false
- PS65.FormFactor = Enum.FormFactor.Custom
- PS65.Size = Vector3.new(0.333333343, 0.200000003, 1.70000005)
- PS65.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- PS65.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- PS65.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- PS65.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- PS65.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- PS65.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- PS65.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- PS66 = Instance.new("BlockMesh")
- PS66.Parent = PS65
- PS66.Scale = Vector3.new(1, 0.833333373, 1)
- PS67 = Instance.new("Part")
- PS67.Name = "B3"
- PS67.Parent = PS
- PS67.Material = Enum.Material.SmoothPlastic
- PS67.BrickColor = BrickColor.new("Really black")
- PS67.Position = Vector3.new(-22.9808769, 2.00817728, 27.8633995)
- PS67.Rotation = Vector3.new(-91.0024338, 0.198245794, 23.5707989)
- PS67.RotVelocity = Vector3.new(-0.0231215209, -0.0471194573, -0.0439022221)
- PS67.Velocity = Vector3.new(-0.137653023, 0.0120433467, 0.042226892)
- PS67.CFrame = CFrame.new(-22.9808769, 2.00817728, 27.8633995, 0.916560113, -0.399879098, 0.00346003473, -0.0101666842, -0.0146520138, 0.999843955, -0.39976421, -0.916450679, -0.0174948871)
- PS67.CanCollide = false
- PS67.FormFactor = Enum.FormFactor.Custom
- PS67.Size = Vector3.new(0.333333343, 0.200000003, 1.70000005)
- PS67.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- PS67.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- PS67.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- PS67.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- PS67.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- PS67.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- PS67.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- PS68 = Instance.new("BlockMesh")
- PS68.Parent = PS67
- PS68.Scale = Vector3.new(1, 0.833333373, 1)
- PS69 = Instance.new("Part")
- PS69.Name = "A"
- PS69.Parent = PS
- PS69.Material = Enum.Material.SmoothPlastic
- PS69.BrickColor = BrickColor.new("Really black")
- PS69.Position = Vector3.new(-21.78895, 2.0081737, 27.6370373)
- PS69.Rotation = Vector3.new(-88.9962997, -0.19771643, -156.42923)
- PS69.RotVelocity = Vector3.new(-0.0231215209, -0.0471194573, -0.0439022221)
- PS69.Velocity = Vector3.new(-0.137653023, 0.0120433467, 0.042226892)
- PS69.CFrame = CFrame.new(-21.78895, 2.0081737, 27.6370373, -0.916560352, 0.39987874, -0.00345079601, -0.010167269, -0.0146757364, 0.999843657, 0.399763763, 0.9164505, 0.0175168812)
- PS69.CanCollide = false
- PS69.FormFactor = Enum.FormFactor.Custom
- PS69.Size = Vector3.new(0.333333343, 0.200000003, 1.70000005)
- PS69.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- PS69.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- PS69.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- PS69.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- PS69.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- PS69.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- PS69.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- PS70 = Instance.new("BlockMesh")
- PS70.Parent = PS69
- PS70.Scale = Vector3.new(1, 0.833333373, 1)
- PS71 = Instance.new("Part")
- PS71.Name = "C3"
- PS71.Parent = PS
- PS71.Material = Enum.Material.SmoothPlastic
- PS71.BrickColor = BrickColor.new("Really black")
- PS71.Position = Vector3.new(-23.0631504, 2.00819898, 25.933197)
- PS71.Rotation = Vector3.new(-89.8013535, 1.00332832, -66.4326706)
- PS71.CFrame = CFrame.new(-23.0631504, 2.00819898, 25.933197, 0.399764657, 0.916449189, 0.0175104886, -0.0101788938, -0.0146635864, 0.999843657, 0.916561246, -0.399878532, 0.00346645713)
- PS71.CanCollide = false
- PS71.FormFactor = Enum.FormFactor.Custom
- PS71.Size = Vector3.new(0.333333343, 0.200000003, 1.70000005)
- PS71.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- PS71.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- PS71.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- PS71.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- PS71.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- PS71.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- PS71.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- PS72 = Instance.new("BlockMesh")
- PS72.Parent = PS71
- PS72.Scale = Vector3.new(1, 0.833333373, 1)
- PS73 = Instance.new("Part")
- PS73.Name = "C3"
- PS73.Parent = PS
- PS73.Material = Enum.Material.SmoothPlastic
- PS73.BrickColor = BrickColor.new("Really black")
- PS73.Position = Vector3.new(-22.3274288, 2.00816917, 28.3105984)
- PS73.Rotation = Vector3.new(-90.1973801, -1.00279558, 113.567329)
- PS73.RotVelocity = Vector3.new(-0.0231215209, -0.0471194573, -0.0439022221)
- PS73.Velocity = Vector3.new(-0.137653023, 0.0120433467, 0.042226892)
- PS73.CFrame = CFrame.new(-22.3274288, 2.00816917, 28.3105984, -0.399764687, -0.916449368, -0.0175011903, -0.0101551116, -0.0146641741, 0.999844015, -0.916561484, 0.399878293, -0.00344443321)
- PS73.CanCollide = false
- PS73.FormFactor = Enum.FormFactor.Custom
- PS73.Size = Vector3.new(0.333333343, 0.200000003, 1.70000005)
- PS73.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- PS73.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- PS73.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- PS73.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- PS73.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- PS73.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- PS73.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- PS74 = Instance.new("BlockMesh")
- PS74.Parent = PS73
- PS74.Scale = Vector3.new(1, 0.833333373, 1)
- PS75 = Instance.new("Part")
- PS75.Name = "C4"
- PS75.Parent = PS
- PS75.Material = Enum.Material.SmoothPlastic
- PS75.BrickColor = BrickColor.new("Really black")
- PS75.Position = Vector3.new(-23.3709011, 2.0075562, 26.9570885)
- PS75.Rotation = Vector3.new(-93.7522736, -1.00113463, 23.5515518)
- PS75.RotVelocity = Vector3.new(-0.0231215209, -0.0471194573, -0.0439022221)
- PS75.Velocity = Vector3.new(-0.129685938, 0.000867178664, 0.0500261374)
- PS75.CFrame = CFrame.new(-23.3709011, 2.0075562, 26.9570885, 0.916559875, -0.399512529, -0.0174722075, -0.0101666786, -0.0669582784, 0.997707009, -0.399764508, -0.914279103, -0.0654328465)
- PS75.CanCollide = false
- PS75.FormFactor = Enum.FormFactor.Custom
- PS75.Size = Vector3.new(0.333333343, 0.200000003, 1.70000005)
- PS75.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- PS75.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- PS75.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- PS75.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- PS75.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- PS75.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- PS75.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- PS76 = Instance.new("BlockMesh")
- PS76.Parent = PS75
- PS76.Scale = Vector3.new(1, 0.833333373, 1)
- PS77 = Instance.new("Part")
- PS77.Name = "B4"
- PS77.Parent = PS
- PS77.Material = Enum.Material.SmoothPlastic
- PS77.BrickColor = BrickColor.new("Really black")
- PS77.Position = Vector3.new(-22.8876038, 2.00754118, 28.0772381)
- PS77.Rotation = Vector3.new(-93.7522736, -1.00113463, 23.5515518)
- PS77.RotVelocity = Vector3.new(-0.0231215209, -0.0471194573, -0.0439022221)
- PS77.Velocity = Vector3.new(-0.129685938, 0.000867178664, 0.0500261374)
- PS77.CFrame = CFrame.new(-22.8876038, 2.00754118, 28.0772381, 0.916559875, -0.399512529, -0.0174722075, -0.0101666786, -0.0669582784, 0.997707009, -0.399764508, -0.914279103, -0.0654328465)
- PS77.CanCollide = false
- PS77.FormFactor = Enum.FormFactor.Custom
- PS77.Size = Vector3.new(0.333333343, 0.200000003, 1.70000005)
- PS77.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- PS77.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- PS77.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- PS77.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- PS77.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- PS77.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- PS77.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- PS78 = Instance.new("BlockMesh")
- PS78.Parent = PS77
- PS78.Scale = Vector3.new(1, 0.833333373, 1)
- PS79 = Instance.new("Part")
- PS79.Name = "A"
- PS79.Parent = PS
- PS79.Material = Enum.Material.SmoothPlastic
- PS79.BrickColor = BrickColor.new("Really black")
- PS79.Position = Vector3.new(-21.8822441, 2.00754404, 27.4232197)
- PS79.Rotation = Vector3.new(-86.2464752, 1.00166583, -156.448471)
- PS79.RotVelocity = Vector3.new(-0.0231215209, -0.0471194573, -0.0439022221)
- PS79.Velocity = Vector3.new(-0.129685938, 0.000867178664, 0.0500261374)
- PS79.CFrame = CFrame.new(-21.8822441, 2.00754404, 27.4232197, -0.916559994, 0.399512053, 0.0174814761, -0.0101672504, -0.0669820011, 0.99770534, 0.399764389, 0.914277673, 0.0654548109)
- PS79.CanCollide = false
- PS79.FormFactor = Enum.FormFactor.Custom
- PS79.Size = Vector3.new(0.333333343, 0.200000003, 1.70000005)
- PS79.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- PS79.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- PS79.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- PS79.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- PS79.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- PS79.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- PS79.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- PS80 = Instance.new("BlockMesh")
- PS80.Parent = PS79
- PS80.Scale = Vector3.new(1, 0.833333373, 1)
- PS81 = Instance.new("Part")
- PS81.Name = "C4"
- PS81.Parent = PS
- PS81.Material = Enum.Material.SmoothPlastic
- PS81.BrickColor = BrickColor.new("Really black")
- PS81.Position = Vector3.new(-23.2770023, 2.00756526, 26.0264988)
- PS81.Rotation = Vector3.new(-91.0029221, 3.75259781, -66.3827744)
- PS81.RotVelocity = Vector3.new(-0.0231215209, -0.0471194573, -0.0439022221)
- PS81.Velocity = Vector3.new(-0.129685938, 0.000867178664, 0.0500261374)
- PS81.CFrame = CFrame.new(-23.2770023, 2.00756526, 26.0264988, 0.399765134, 0.914276779, 0.0654483736, -0.0101788044, -0.0669698268, 0.997706175, 0.916561067, -0.39951247, -0.0174658597)
- PS81.CanCollide = false
- PS81.FormFactor = Enum.FormFactor.Custom
- PS81.Size = Vector3.new(0.333333343, 0.200000003, 1.70000005)
- PS81.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- PS81.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- PS81.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- PS81.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- PS81.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- PS81.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- PS81.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- PS82 = Instance.new("BlockMesh")
- PS82.Parent = PS81
- PS82.Scale = Vector3.new(1, 0.833333373, 1)
- PS83 = Instance.new("Part")
- PS83.Name = "C4"
- PS83.Parent = PS
- PS83.Material = Enum.Material.SmoothPlastic
- PS83.BrickColor = BrickColor.new("Really black")
- PS83.Position = Vector3.new(-22.1135979, 2.00753641, 28.2173138)
- PS83.Rotation = Vector3.new(-88.9958267, -3.75206852, 113.61721)
- PS83.RotVelocity = Vector3.new(-0.0231215209, -0.0471194573, -0.0439022221)
- PS83.Velocity = Vector3.new(-0.129685938, 0.000867178664, 0.0500261374)
- PS83.CFrame = CFrame.new(-22.1135979, 2.00753641, 28.2173138, -0.399765134, -0.914277434, -0.0654391497, -0.0101551116, -0.0669704154, 0.997706294, -0.916561246, 0.399511039, 0.0174877346)
- PS83.CanCollide = false
- PS83.FormFactor = Enum.FormFactor.Custom
- PS83.Size = Vector3.new(0.333333343, 0.200000003, 1.70000005)
- PS83.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- PS83.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- PS83.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- PS83.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- PS83.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- PS83.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- PS83.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
- PS84 = Instance.new("BlockMesh")
- PS84.Parent = PS83
- PS84.Scale = Vector3.new(1, 0.833333373, 1)
- PS85 = Instance.new("Part")
- PS85.Name = "Keypad"
- PS85.Parent = PS
- PS85.Material = Enum.Material.SmoothPlastic
- PS85.Position = Vector3.new(-23.0352707, 1.82583702, 27.8938351)
- PS85.Rotation = Vector3.new(147.837921, -20.0669022, 77.8247757)
- PS85.Anchored = true
- PS85.CFrame = CFrame.new(-23.0352707, 1.82583702, 27.8938351, 0.198098585, -0.918164134, -0.343117148, -0.86602819, -2.07427234e-007, -0.500001132, 0.459082127, 0.396196812, -0.79515475)
- PS85.CanCollide = false
- PS85.FormFactor = Enum.FormFactor.Plate
- PS85.Size = Vector3.new(2.60000014, 0.400000006, 2.79999971)
- PS85.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- PS85.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- PS85.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- PS85.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- PS85.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- PS85.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- PS86 = Instance.new("SurfaceGui")
- PS86.Parent = PS85
- PS86.Face = Enum.NormalId.Top
- PS87 = Instance.new("Frame")
- PS87.Parent = PS86
- PS87.Position = UDim2.new(0.40000000596046,0,0.20000000298023,0)
- PS87.Size = UDim2.new(0.21999999880791,0,0.5,0)
- PS87.Style = Enum.FrameStyle.RobloxRound
- PS87.BackgroundColor3 = Color3.new(0.105882, 0.164706, 0.207843)
- PS87.BorderColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
- PS88 = Instance.new("Frame")
- PS88.Parent = PS87
- PS88.Position = UDim2.new(0.10499999672174,0,0.30000001192093,0)
- PS88.Size = UDim2.new(0.89999997615814,0,0.60000002384186,0)
- PS88.BackgroundColor3 = Color3.new(0.105882, 0.164706, 0.207843)
- PS88.BackgroundTransparency = 1
- PS88.ZIndex = 2
- PS89 = Instance.new("TextButton")
- PS89.Name = "1"
- PS89.Parent = PS88
- PS89.Size = UDim2.new(0.29999998211861,0,0.25,0)
- PS89.Style = Enum.ButtonStyle.RobloxButton
- PS89.Text = "1"
- PS89.BackgroundColor3 = Color3.new(0.698039, 0.705882, 0.701961)
- PS89.FontSize = Enum.FontSize.Size18
- PS89.TextColor3 = Color3.new(1, 1, 1)
- PS90 = Instance.new("TextButton")
- PS90.Name = "2"
- PS90.Parent = PS88
- PS90.Position = UDim2.new(0.29999998211861,0,0,0)
- PS90.Size = UDim2.new(0.29999998211861,0,0.25,0)
- PS90.Style = Enum.ButtonStyle.RobloxButton
- PS90.Text = "2"
- PS90.BackgroundColor3 = Color3.new(0.698039, 0.705882, 0.701961)
- PS90.FontSize = Enum.FontSize.Size18
- PS90.TextColor3 = Color3.new(1, 1, 1)
- PS91 = Instance.new("TextButton")
- PS91.Name = "3"
- PS91.Parent = PS88
- PS91.Position = UDim2.new(0.59599995613098,0,0,0)
- PS91.Size = UDim2.new(0.29999998211861,0,0.25,0)
- PS91.Style = Enum.ButtonStyle.RobloxButton
- PS91.Text = "3"
- PS91.BackgroundColor3 = Color3.new(0.698039, 0.705882, 0.701961)
- PS91.FontSize = Enum.FontSize.Size18
- PS91.TextColor3 = Color3.new(1, 1, 1)
- PS92 = Instance.new("TextButton")
- PS92.Name = "4"
- PS92.Parent = PS88
- PS92.Position = UDim2.new(0,0,0.2509999871254,0)
- PS92.Size = UDim2.new(0.29999998211861,0,0.25,0)
- PS92.Style = Enum.ButtonStyle.RobloxButton
- PS92.Text = "4"
- PS92.BackgroundColor3 = Color3.new(0.698039, 0.705882, 0.701961)
- PS92.AutoButtonColor = false
- PS92.FontSize = Enum.FontSize.Size18
- PS92.TextColor3 = Color3.new(1, 1, 1)
- PS93 = Instance.new("TextButton")
- PS93.Name = "5"
- PS93.Parent = PS88
- PS93.Position = UDim2.new(0.29999998211861,0,0.2509999871254,0)
- PS93.Size = UDim2.new(0.29999998211861,0,0.25,0)
- PS93.Style = Enum.ButtonStyle.RobloxButton
- PS93.Text = "5"
- PS93.BackgroundColor3 = Color3.new(0.698039, 0.705882, 0.701961)
- PS93.FontSize = Enum.FontSize.Size18
- PS93.TextColor3 = Color3.new(1, 1, 1)
- PS94 = Instance.new("TextButton")
- PS94.Name = "6"
- PS94.Parent = PS88
- PS94.Position = UDim2.new(0.59599995613098,0,0.2509999871254,0)
- PS94.Size = UDim2.new(0.29999998211861,0,0.25,0)
- PS94.Style = Enum.ButtonStyle.RobloxButton
- PS94.Text = "6"
- PS94.BackgroundColor3 = Color3.new(0.698039, 0.705882, 0.701961)
- PS94.AutoButtonColor = false
- PS94.FontSize = Enum.FontSize.Size18
- PS94.TextColor3 = Color3.new(1, 1, 1)
- PS95 = Instance.new("TextButton")
- PS95.Name = "7"
- PS95.Parent = PS88
- PS95.Position = UDim2.new(0,0,0.49500000476837,0)
- PS95.Size = UDim2.new(0.29999998211861,0,0.25,0)
- PS95.Style = Enum.ButtonStyle.RobloxButton
- PS95.Text = "7"
- PS95.BackgroundColor3 = Color3.new(0.698039, 0.705882, 0.701961)
- PS95.AutoButtonColor = false
- PS95.FontSize = Enum.FontSize.Size18
- PS95.TextColor3 = Color3.new(1, 1, 1)
- PS96 = Instance.new("TextButton")
- PS96.Name = "8"
- PS96.Parent = PS88
- PS96.Position = UDim2.new(0.29999998211861,0,0.49500000476837,0)
- PS96.Size = UDim2.new(0.29999998211861,0,0.25,0)
- PS96.Style = Enum.ButtonStyle.RobloxButton
- PS96.Text = "8"
- PS96.BackgroundColor3 = Color3.new(0.698039, 0.705882, 0.701961)
- PS96.FontSize = Enum.FontSize.Size18
- PS96.TextColor3 = Color3.new(1, 1, 1)
- PS97 = Instance.new("TextButton")
- PS97.Name = "9"
- PS97.Parent = PS88
- PS97.Position = UDim2.new(0.59599995613098,0,0.49500000476837,0)
- PS97.Size = UDim2.new(0.29999998211861,0,0.25,0)
- PS97.Style = Enum.ButtonStyle.RobloxButton
- PS97.Text = "9"
- PS97.BackgroundColor3 = Color3.new(0.698039, 0.705882, 0.701961)
- PS97.FontSize = Enum.FontSize.Size18
- PS97.TextColor3 = Color3.new(1, 1, 1)
- PS98 = Instance.new("TextButton")
- PS98.Name = "Enter"
- PS98.Parent = PS88
- PS98.Position = UDim2.new(0,0,1,0)
- PS98.Size = UDim2.new(0.875,0,0.15000000596046,0)
- PS98.Style = Enum.ButtonStyle.RobloxButtonDefault
- PS98.Text = "Submit"
- PS98.BackgroundColor3 = Color3.new(0, 1, 0)
- PS98.BorderColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
- PS98.AutoButtonColor = false
- PS98.FontSize = Enum.FontSize.Size14
- PS98.TextColor3 = Color3.new(0, 1, 0)
- PS98.TextScaled = true
- PS98.TextWrapped = true
- PS99 = Instance.new("TextButton")
- PS99.Name = "0"
- PS99.Parent = PS88
- PS99.Position = UDim2.new(0.29999998211861,0,0.74005001783371,0)
- PS99.Size = UDim2.new(0.29999998211861,0,0.25,0)
- PS99.Style = Enum.ButtonStyle.RobloxButton
- PS99.Text = "0"
- PS99.BackgroundColor3 = Color3.new(0.698039, 0.705882, 0.701961)
- PS99.FontSize = Enum.FontSize.Size18
- PS99.TextColor3 = Color3.new(1, 1, 1)
- Pz00 = Instance.new("TextLabel")
- Pz00.Name = "Input"
- Pz00.Parent = PS87
- Pz00.Position = UDim2.new(0.054999999701977,0,0.10000000149012,0)
- Pz00.Size = UDim2.new(0.89999997615814,0,0.10000000149012,0)
- Pz00.Text = "3/3 Tries Left"
- Pz00.BackgroundColor3 = Color3.new(1, 1, 1)
- Pz00.BackgroundTransparency = 0.5
- Pz00.BorderColor3 = Color3.new(0.0666667, 0.0666667, 0.0666667)
- Pz00.BorderSizePixel = 2
- Pz00.FontSize = Enum.FontSize.Size14
- Pz00.TextColor3 = Color3.new(0, 0, 0)
- Pz00.TextWrapped = true
- Pz01 = Instance.new("BlockMesh")
- Pz01.Parent = PS85
- Pz01.Offset = Vector3.new(-0.125, 0, -0.0299999993)
- Pz01.Scale = Vector3.new(0.529999971, 1, 0.25)
- Pz02 = Instance.new("Part")
- Pz02.Name = "PT"
- Pz02.Parent = PS
- Pz02.Material = Enum.Material.SmoothPlastic
- Pz02.BrickColor = BrickColor.new("Really red")
- Pz02.Position = Vector3.new(-23.590601, 1.82945657, 26.9855671)
- Pz02.Rotation = Vector3.new(-32.1621208, 20.0668068, -77.8248138)
- Pz02.Anchored = true
- Pz02.CFrame = CFrame.new(-23.590601, 1.82945657, 26.9855671, 0.198098034, 0.91816473, 0.343115598, -0.866027653, 3.0255535e-008, 0.500001907, 0.459083438, -0.396195233, 0.795154929)
- Pz02.FormFactor = Enum.FormFactor.Custom
- Pz02.Size = Vector3.new(0.200000003, 0.200000003, 1.39999962)
- Pz02.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- Pz02.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- Pz02.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- Pz02.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- Pz02.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- Pz02.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- Pz02.Color = Color3.new(1, 0, 0)
- Pz03 = Instance.new("SpecialMesh")
- Pz03.Parent = Pz02
- Pz03.MeshId = "http://www.roblox.com/asset/?id=16606212"
- Pz03.Scale = Vector3.new(0.100000001, 0.100000001, 0.400000006)
- Pz03.MeshType = Enum.MeshType.FileMesh
- Pz04 = Instance.new("Part")
- Pz04.Name = "PT"
- Pz04.Parent = PS
- Pz04.Material = Enum.Material.SmoothPlastic
- Pz04.BrickColor = BrickColor.new("Lime green")
- Pz04.Position = Vector3.new(-22.6346874, 2.04946566, 25.9196033)
- Pz04.Rotation = Vector3.new(-76.8106995, 11.0471697, -59.1215019)
- Pz04.Anchored = true
- Pz04.CFrame = CFrame.new(-22.6346874, 2.04946566, 25.9196033, 0.503708482, 0.842352867, 0.191617072, -0.291576594, -0.0430179201, 0.955582857, 0.813179731, -0.537204206, 0.223941624)
- Pz04.FormFactor = Enum.FormFactor.Custom
- Pz04.Size = Vector3.new(0.200000003, 0.200000003, 1.39999962)
- Pz04.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- Pz04.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- Pz04.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- Pz04.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- Pz04.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- Pz04.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- Pz04.Color = Color3.new(0, 1, 0)
- Pz05 = Instance.new("SpecialMesh")
- Pz05.Parent = Pz04
- Pz05.MeshId = "http://www.roblox.com/asset/?id=16606212"
- Pz05.Scale = Vector3.new(0.100000001, 0.100000001, 0.400000006)
- Pz05.MeshType = Enum.MeshType.FileMesh
- Pz06 = Instance.new("Part")
- Pz06.Name = "PT"
- Pz06.Parent = PS
- Pz06.Material = Enum.Material.SmoothPlastic
- Pz06.BrickColor = BrickColor.new("Hot pink")
- Pz06.Position = Vector3.new(-21.7234612, 2.04943919, 28.0313988)
- Pz06.Rotation = Vector3.new(-92.395546, 1.39571047, -57.4170074)
- Pz06.Anchored = true
- Pz06.CFrame = CFrame.new(-21.7234612, 2.04943919, 28.0313988, 0.538360298, 0.842361331, 0.0243573338, 0.0221143365, -0.0430150554, 0.998832643, 0.842424452, -0.537191272, -0.041785717)
- Pz06.FormFactor = Enum.FormFactor.Custom
- Pz06.Size = Vector3.new(0.200000003, 0.200000003, 1.39999962)
- Pz06.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- Pz06.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- Pz06.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- Pz06.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- Pz06.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- Pz06.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- Pz06.Color = Color3.new(1, 0, 0.74902)
- Pz07 = Instance.new("SpecialMesh")
- Pz07.Parent = Pz06
- Pz07.MeshId = "http://www.roblox.com/asset/?id=16606212"
- Pz07.Scale = Vector3.new(0.100000001, 0.100000001, 0.400000006)
- Pz07.MeshType = Enum.MeshType.FileMesh
- Pz08 = Instance.new("Part")
- Pz08.Name = "PT"
- Pz08.Parent = PS
- Pz08.Material = Enum.Material.SmoothPlastic
- Pz08.BrickColor = BrickColor.new("Really blue")
- Pz08.Position = Vector3.new(-23.634182, 2.37943792, 26.8845806)
- Pz08.Rotation = Vector3.new(-0.803049386, 23.3387089, -89.6820679)
- Pz08.Anchored = true
- Pz08.CFrame = CFrame.new(-23.634182, 2.37943792, 26.8845806, 0.00509499013, 0.918163478, 0.396165907, -0.99992007, -3.68005522e-006, 0.0128686428, 0.0118169188, -0.396198034, 0.918088853)
- Pz08.FormFactor = Enum.FormFactor.Custom
- Pz08.Size = Vector3.new(0.200000003, 0.200000003, 1.39999962)
- Pz08.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- Pz08.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- Pz08.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- Pz08.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- Pz08.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- Pz08.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- Pz08.Color = Color3.new(0, 0, 1)
- Pz09 = Instance.new("SpecialMesh")
- Pz09.Parent = Pz08
- Pz09.MeshId = "http://www.roblox.com/asset/?id=16606212"
- Pz09.Scale = Vector3.new(0.100000001, 0.100000001, 0.400000006)
- Pz09.MeshType = Enum.MeshType.FileMesh
- Pz10 = Instance.new("Part")
- Pz10.Name = "PT"
- Pz10.Parent = PS
- Pz10.Material = Enum.Material.SmoothPlastic
- Pz10.BrickColor = BrickColor.new("New Yeller")
- Pz10.Position = Vector3.new(-22.8024521, 2.31665349, 28.2098503)
- Pz10.Rotation = Vector3.new(-1.50798321, 70.6163864, -89.1194153)
- Pz10.Anchored = true
- Pz10.CFrame = CFrame.new(-22.8024521, 2.31665349, 28.2098503, 0.00510063767, 0.331848979, 0.943317592, -0.99992007, -0.00945806503, 0.00873407722, 0.0118202865, -0.943284273, 0.331774414)
- Pz10.FormFactor = Enum.FormFactor.Custom
- Pz10.Size = Vector3.new(0.200000003, 0.200000003, 0.769999623)
- Pz10.BackSurface = Enum.SurfaceType.SmoothNoOutlines
- Pz10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
- Pz10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
- Pz10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
- Pz10.RightSurface = Enum.SurfaceType.SmoothNoOutlines
- Pz10.TopSurface = Enum.SurfaceType.SmoothNoOutlines
- Pz10.Color = Color3.new(1, 1, 0)
- Pz11 = Instance.new("SpecialMesh")
- Pz11.Parent = Pz10
- Pz11.MeshId = "http://www.roblox.com/asset/?id=16606212"
- Pz11.Scale = Vector3.new(0.100000001, 0.100000001, 0.200000003)
- Pz11.MeshType = Enum.MeshType.FileMesh
- mas.Parent = workspace
- mas:MakeJoints()
- local mas1 = mas:GetChildren()
- for i=1,#mas1 do
- mas1[i].Parent = workspace
- ypcall(function() mas1[i]:MakeJoints() end)
- end
- mas:Destroy()
- for i=1,#cors do
- coroutine.resume(cors[i])
- end
- PS.Parent = game.Players.LocalPlayer.Backpack
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement