SHOW:
|
|
- or go back to the newest paste.
1 | -- This script has been converted to FE by iPxter | |
2 | ||
3 | ||
4 | if game:GetService("RunService"):IsClient() then error("Script must be server-side in order to work; use h/ and not hl/") end | |
5 | local Player,Mouse,mouse,UserInputService,ContextActionService = owner | |
6 | do | |
7 | print("FE Compatibility code by Mokiros | Translated to FE by iPxter") | |
8 | script.Parent = Player.Character | |
9 | ||
10 | --RemoteEvent for communicating | |
11 | local Event = Instance.new("RemoteEvent") | |
12 | Event.Name = "UserInput_Event" | |
13 | ||
14 | --Fake event to make stuff like Mouse.KeyDown work | |
15 | local function fakeEvent() | |
16 | local t = {_fakeEvent=true,Connect=function(self,f)self.Function=f end} | |
17 | t.connect = t.Connect | |
18 | return t | |
19 | end | |
20 | ||
21 | --Creating fake input objects with fake variables | |
22 | local m = {Target=nil,Hit=CFrame.new(),KeyUp=fakeEvent(),KeyDown=fakeEvent(),Button1Up=fakeEvent(),Button1Down=fakeEvent()} | |
23 | local UIS = {InputBegan=fakeEvent(),InputEnded=fakeEvent()} | |
24 | local CAS = {Actions={},BindAction=function(self,name,fun,touch,...) | |
25 | CAS.Actions[name] = fun and {Name=name,Function=fun,Keys={...}} or nil | |
26 | end} | |
27 | --Merged 2 functions into one by checking amount of arguments | |
28 | CAS.UnbindAction = CAS.BindAction | |
29 | ||
30 | --This function will trigger the events that have been :Connect()'ed | |
31 | local function te(self,ev,...) | |
32 | local t = m[ev] | |
33 | if t and t._fakeEvent and t.Function then | |
34 | t.Function(...) | |
35 | end | |
36 | end | |
37 | m.TrigEvent = te | |
38 | UIS.TrigEvent = te | |
39 | ||
40 | Event.OnServerEvent:Connect(function(plr,io) | |
41 | if plr~=Player then return end | |
42 | if io.isMouse then | |
43 | m.Target = io.Target | |
44 | m.Hit = io.Hit | |
45 | else | |
46 | local b = io.UserInputState == Enum.UserInputState.Begin | |
47 | if io.UserInputType == Enum.UserInputType.MouseButton1 then | |
48 | return m:TrigEvent(b and "Button1Down" or "Button1Up") | |
49 | end | |
50 | for _,t in pairs(CAS.Actions) do | |
51 | for _,k in pairs(t.Keys) do | |
52 | if k==io.KeyCode then | |
53 | t.Function(t.Name,io.UserInputState,io) | |
54 | end | |
55 | end | |
56 | end | |
57 | m:TrigEvent(b and "KeyDown" or "KeyUp",io.KeyCode.Name:lower()) | |
58 | UIS:TrigEvent(b and "InputBegan" or "InputEnded",io,false) | |
59 | end | |
60 | end) | |
61 | Event.Parent = NLS([==[ | |
62 | local Player = game:GetService("Players").LocalPlayer | |
63 | local Event = script:WaitForChild("UserInput_Event") | |
64 | ||
65 | local UIS = game:GetService("UserInputService") | |
66 | local input = function(io,a) | |
67 | if a then return end | |
68 | --Since InputObject is a client-side instance, we create and pass table instead | |
69 | Event:FireServer({KeyCode=io.KeyCode,UserInputType=io.UserInputType,UserInputState=io.UserInputState}) | |
70 | end | |
71 | UIS.InputBegan:Connect(input) | |
72 | UIS.InputEnded:Connect(input) | |
73 | ||
74 | - | local Mouse = Player:GetMouse() |
74 | + | |
75 | --Give the server mouse data 30 times every second, but only if the values changed | |
76 | --If player is not moving their mouse, client won't fire events | |
77 | while wait(1/30) do | |
78 | if h~=Mouse.Hit or t~=Mouse.Target then | |
79 | h,t=Mouse.Hit,Mouse.Target | |
80 | Event:FireServer({isMouse=true,Target=t,Hit=h}) | |
81 | end | |
82 | end]==],Player.Character) | |
83 | Mouse,mouse,UserInputService,ContextActionService = m,m,UIS,CAS | |
84 | end | |
85 | ||
86 | wait(1) | |
87 | ||
88 | Player=owner | |
89 | Character=Player.Character | |
90 | m=Instance.new('Model',Character) | |
91 | ||
92 | ||
93 | local function weldBetween(a, b) | |
94 | local weldd = Instance.new("ManualWeld") | |
95 | weldd.Part0 = a | |
96 | weldd.Part1 = b | |
97 | weldd.C0 = CFrame.new() | |
98 | weldd.C1 = b.CFrame:inverse() * a.CFrame | |
99 | weldd.Parent = a | |
100 | return weldd | |
101 | end | |
102 | ||
103 | it=Instance.new | |
104 | ||
105 | function nooutline(part) | |
106 | part.TopSurface,part.BottomSurface,part.LeftSurface,part.RightSurface,part.FrontSurface,part.BackSurface = 10,10,10,10,10,10 | |
107 | end | |
108 | ||
109 | function part(formfactor,parent,material,reflectance,transparency,brickcolor,name,size) | |
110 | local fp=it("Part") | |
111 | fp.formFactor=formfactor | |
112 | fp.Parent=parent | |
113 | fp.Reflectance=reflectance | |
114 | fp.Transparency=transparency | |
115 | fp.CanCollide=false | |
116 | fp.Locked=true | |
117 | fp.BrickColor=BrickColor.new(tostring(brickcolor)) | |
118 | fp.Name=name | |
119 | fp.Size=size | |
120 | fp.Position=Character.Torso.Position | |
121 | nooutline(fp) | |
122 | fp.Material=material | |
123 | fp:BreakJoints() | |
124 | return fp | |
125 | end | |
126 | ||
127 | function mesh(Mesh,part,meshtype,meshid,offset,scale) | |
128 | local mesh=it(Mesh) | |
129 | mesh.Parent=part | |
130 | if Mesh=="SpecialMesh" then | |
131 | mesh.MeshType=meshtype | |
132 | mesh.MeshId=meshid | |
133 | end | |
134 | mesh.Offset=offset | |
135 | mesh.Scale=scale | |
136 | return mesh | |
137 | end | |
138 | ||
139 | function weld(parent,part0,part1,c0,c1) | |
140 | local weld=it("Weld") | |
141 | weld.Parent=parent | |
142 | weld.Part0=part0 | |
143 | weld.Part1=part1 | |
144 | weld.C0=c0 | |
145 | weld.C1=c1 | |
146 | return weld | |
147 | end | |
148 | ||
149 | RightA=part(Enum.FormFactor.Symmetric,m,Enum.Material.Slate,0,0,"Really black","Handle",Vector3.new(1.31421626, 2.62842989, 1.31421471)) | |
150 | RightAweld=weld(m,Character["Left Arm"],RightA,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0754652023, 0.127724171, -0.169014931, 0.999724269, 0.01186, 0.0202710405, -0.0117467064, 0.999914646, -0.00569900358, -0.0203369036, 0.00545931328, 0.99977833)) | |
151 | Thingy=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,1,"Really black","Thingy",Vector3.new(1.41839123, 1.41838992, 1.41838956)) | |
152 | Thingyweld=weld(m,RightA,Thingy,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.088727951, 0.00277280807, 0.03520298, 1.00000012, 8.73114914e-011, 0, 8.73114914e-011, 1, 4.65661287e-010, 0, 4.65661287e-010, 1)) | |
153 | Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(0.283678204, 0.283678055, 0.567355752)) | |
154 | Partweld=weld(m,RightA,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0765886307, -1.98301792, 1.04837799, 1.00000012, 8.73114914e-011, 0, 0, -0.707099676, -0.707113743, 0, 0.707113862, -0.707099795)) | |
155 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.04999995, 1.01999998, 1.03999996)) | |
156 | Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(1.41839123, 0.354597479, 1.41838956)) | |
157 | Partweld=weld(m,RightA,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0887346268, -0.777343035, 0.035200119, 1.00000012, 8.73114914e-011, 0, 8.73114914e-011, 1, 4.65661287e-010, 0, 4.65661287e-010, 1)) | |
158 | mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.03999996, 0.400000006, 1.03999996)) | |
159 | Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(1.46094286, 0.283678025, 1.46094108)) | |
160 | Partweld=weld(m,RightA,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.088727951, 0.853806138, 0.0352125168, 1.00000012, 8.73114914e-011, 0, 8.73114914e-011, 1, 4.65661287e-010, 0, 4.65661287e-010, 1)) | |
161 | mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.02999997, 0.50999999, 1.02999997)) | |
162 | Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(0.283678204, 0.283678055, 0.851033628)) | |
163 | Partweld=weld(m,RightA,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0765743256, 1.46370363, -0.580066919, 1.00000012, -1.5963451e-008, 2.99885869e-006, -2.94670463e-006, 0.173635423, 0.984810054, -5.35976142e-007, -0.984809995, 0.173635408)) | |
164 | mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.04999995, 1.01999998, 1.03999996)) | |
165 | Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(0.283678204, 0.283678055, 0.851033628)) | |
166 | Partweld=weld(m,RightA,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0765705109, 1.31746244, -0.249498844, 1.00000012, 8.73114914e-011, 0, 0, -0.173656225, 0.984806359, -4.65661287e-010, -0.984806299, -0.173656181)) | |
167 | mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.04999995, 1.01999998, 1.03999996)) | |
168 | Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(1.44675899, 0.425516993, 1.44675708)) | |
169 | Partweld=weld(m,RightA,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0887422562, 0.853808045, 0.0352210999, 1.00000012, 8.73114914e-011, 0, 8.73114914e-011, 1, 4.65661287e-010, 0, 4.65661287e-010, 1)) | |
170 | mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.01999998, 1.01999998, 1.01999998)) | |
171 | Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(1.46094286, 0.283678025, 1.46094108)) | |
172 | Partweld=weld(m,RightA,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.088727951, 0.853799224, 0.0352125168, 1.00000012, 8.73114914e-011, 0, 8.73114914e-011, 1, 4.65661287e-010, 0, 4.65661287e-010, 1)) | |
173 | mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.01999998, 1.01999998, 1.01999998)) | |
174 | Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(0.283678204, 0.283678055, 0.567355752)) | |
175 | Partweld=weld(m,RightA,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0765781403, -1.93325758, 1.09814215, -1.00000012, -8.73114914e-011, 0, -5.58793545e-009, -0.707110703, 0.707102895, 0, 0.707102895, 0.707110584)) | |
176 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.04999995, 1.01999998, 1.03999996)) | |
177 | Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(0.283678204, 0.283678055, 0.851033628)) | |
178 | Partweld=weld(m,RightA,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0765657425, 1.39436722, -0.592307091, -1.00000012, -8.73114914e-011, 0, 0, 0.173656225, -0.984806359, -4.65661287e-010, -0.984806299, -0.173656181)) | |
179 | mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.04999995, 1.01999998, 1.03999996)) | |
180 | Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(0.283678204, 0.283678055, 0.851033628)) | |
181 | Partweld=weld(m,RightA,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0352058411, 1.35817862, -0.256694794, -9.72300768e-006, 9.42777842e-006, -1.00000012, 0.984807432, -0.173650503, -1.12168491e-005, -0.173650503, -0.984807432, -7.59679824e-006)) | |
182 | mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.04999995, 1.01999998, 1.03999996)) | |
183 | Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(0.283678204, 0.283678055, 0.851033628)) | |
184 | Partweld=weld(m,RightA,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0351982117, 1.76633024, -0.834147453, -9.72300768e-006, 9.42777842e-006, -1.00000012, 0.866034389, 0.499984711, -3.70666385e-006, 0.499984741, -0.866034329, -1.30273402e-005)) | |
185 | mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.04999995, 1.01999998, 1.03999996)) | |
186 | Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(0.283678204, 0.283678055, 0.851033628)) | |
187 | Partweld=weld(m,RightA,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0765447617, 1.13482475, -0.218839645, 1.00000012, 8.73114914e-011, 0, -5.58793545e-009, -0.707110703, 0.707102895, 0, -0.707102895, -0.707110584)) | |
188 | mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.03999996, 1.01999998, 1.03999996)) | |
189 | Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(0.283678204, 0.283678055, 0.567355752)) | |
190 | Partweld=weld(m,RightA,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0351867676, -2.01229572, 1.01912785, -1.06878579e-005, 1.24396756e-005, -1, -0.707121968, -0.70709157, -1.23679638e-006, -0.707091689, 0.707122087, 1.63540244e-005)) | |
191 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.04999995, 1.01999998, 1.03999996)) | |
192 | Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(1.41839123, 0.283678055, 1.41838956)) | |
193 | Partweld=weld(m,RightA,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0887155533, -0.990084648, 0.0351953506, 1.00000012, 8.73114914e-011, 0, 8.73114914e-011, 1, 4.65661287e-010, 0, 4.65661287e-010, 1)) | |
194 | mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.05999994, 0.699999988, 1.05999994)) | |
195 | Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(0.283678204, 0.283678055, 0.851033628)) | |
196 | Partweld=weld(m,RightA,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0765752792, 1.66953611, -0.890017033, -1.00000012, -8.73114914e-011, 0, 0, 0.500011563, -0.866018832, 0, -0.866018772, -0.500011504)) | |
197 | mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.04999995, 1.01999998, 1.03999996)) | |
198 | Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(0.283678204, 0.283678055, 0.851033628)) | |
199 | Partweld=weld(m,RightA,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0765457153, 1.08501911, -0.169064522, -1.00000012, -8.73114914e-011, 0, 0, -0.707099676, -0.707113743, 0, -0.707113862, 0.707099795)) | |
200 | mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.03999996, 1.01999998, 1.03999996)) | |
201 | Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(1.41839123, 0.354597479, 1.41838956)) | |
202 | Partweld=weld(m,RightA,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0887441635, -0.351821661, 0.0352039337, 1.00000012, 8.73114914e-011, 0, 8.73114914e-011, 1, 4.65661287e-010, 0, 4.65661287e-010, 1)) | |
203 | mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.03999996, 0.400000006, 1.03999996)) | |
204 | Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(1.41839123, 0.354597479, 1.41838956)) | |
205 | Partweld=weld(m,RightA,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0887460709, 0.0736956596, 0.0351963043, 1.00000012, 8.73114914e-011, 0, 8.73114914e-011, 1, 4.65661287e-010, 0, 4.65661287e-010, 1)) | |
206 | mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.03999996, 0.400000006, 1.03999996)) | |
207 | Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(0.283678204, 0.283678055, 0.851033628)) | |
208 | Partweld=weld(m,RightA,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0352067947, 1.16405034, -0.248080254, -9.72300768e-006, 9.42777842e-006, -1.00000012, 0.707110286, -0.707103312, -1.35414302e-005, -0.707103431, -0.707110167, 2.10478902e-007)) | |
209 | mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.03999996, 1.01999998, 1.03999996)) | |
210 | Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(1.41839123, 0.354597479, 1.41838956)) | |
211 | Partweld=weld(m,RightA,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0887374878, 0.499208927, 0.0352153778, 1.00000012, 8.73114914e-011, 0, 8.73114914e-011, 1, 4.65661287e-010, 0, 4.65661287e-010, 1)) | |
212 | mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.03999996, 0.400000006, 1.03999996)) | |
213 | Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(0.283678204, 0.283678055, 0.851033628)) | |
214 | Partweld=weld(m,RightA,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0352153778, 1.50446987, -0.572892904, -9.72300768e-006, 9.42777842e-006, -1.00000012, 0.984808922, 0.173642009, -7.93859363e-006, 0.173642024, -0.984808922, -1.09724933e-005)) | |
215 | mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.04999995, 1.01999998, 1.03999996)) | |
216 | Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(1.43257511, 0.56735605, 1.4325732)) | |
217 | Partweld=weld(m,RightA,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0887422562, 0.853806853, 0.0352210999, 1.00000012, 8.73114914e-011, 0, 8.73114914e-011, 1, 4.65661287e-010, 0, 4.65661287e-010, 1)) | |
218 | mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.01999998, 1.01999998, 1.01999998)) | |
219 | Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(0.283678204, 0.283678055, 0.851033628)) | |
220 | Partweld=weld(m,RightA,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0766086578, 1.73053312, -0.854819059, 1.00000012, 8.73114914e-011, 0, 1.86264515e-009, 0.499992609, 0.86602962, 1.86264515e-009, -0.866029739, 0.499992639)) | |
221 | mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.04999995, 1.01999998, 1.03999996)) | |
222 | Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(1.41839123, 1.41838992, 1.41838956)) | |
223 | Partweld=weld(m,RightA,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0887136459, -0.990086555, 0.0351982117, 1.00000012, 8.73114914e-011, 0, 8.73114914e-011, 1, 4.65661287e-010, 0, 4.65661287e-010, 1)) | |
224 | mesh("SpecialMesh",Part,Enum.MeshType.Sphere,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1)) | |
225 | Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(1.41839123, 0.496436507, 1.41838956)) | |
226 | Partweld=weld(m,RightA,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0887174606, -1.20285392, 0.0352039337, 1.00000012, 8.73114914e-011, 0, 8.73114914e-011, 1, 4.65661287e-010, 0, 4.65661287e-010, 1)) | |
227 | mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.12, 1.01999998, 1.12)) | |
228 | Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(0.283678204, 0.283678055, 0.851033628)) | |
229 | Partweld=weld(m,RightA,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0765504837, 1.2480793, -0.237279296, -1.00000012, -8.73114914e-011, 0, 0, -0.173634395, -0.984810174, -9.31322575e-010, -0.984810233, 0.173634395)) | |
230 | mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.04999995, 1.01999998, 1.03999996)) | |
231 | Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(1.41839123, 0.283678055, 1.41838956)) | |
232 | Partweld=weld(m,RightA,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0887231827, -0.5645895, 0.035200119, 1.00000012, 8.73114914e-011, 0, 8.73114914e-011, 1, 4.65661287e-010, 0, 4.65661287e-010, 1)) | |
233 | mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.05999994, 0.699999988, 1.05999994)) | |
234 | Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(1.41839123, 0.283678055, 1.41838956)) | |
235 | Partweld=weld(m,RightA,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0887231827, -0.5645895, 0.035200119, 1.00000012, 8.73114914e-011, 0, 8.73114914e-011, 1, 4.65661287e-010, 0, 4.65661287e-010, 1)) | |
236 | mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.03999996, 1.01999998, 1.03999996)) | |
237 | Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(1.41839123, 0.283678055, 1.41838956)) | |
238 | Partweld=weld(m,RightA,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0887317657, -0.139071465, 0.0352087021, 1.00000012, 8.73114914e-011, 0, 8.73114914e-011, 1, 4.65661287e-010, 0, 4.65661287e-010, 1)) | |
239 | mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.05999994, 0.699999988, 1.05999994)) | |
240 | Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(1.41839123, 0.283678055, 1.41838956)) | |
241 | Partweld=weld(m,RightA,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0887317657, -0.139071465, 0.0352087021, 1.00000012, 8.73114914e-011, 0, 8.73114914e-011, 1, 4.65661287e-010, 0, 4.65661287e-010, 1)) | |
242 | mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.03999996, 1.01999998, 1.03999996)) | |
243 | Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(1.41839123, 0.283678055, 1.41838956)) | |
244 | Partweld=weld(m,RightA,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0887136459, -0.990086555, 0.0351982117, 1.00000012, 8.73114914e-011, 0, 8.73114914e-011, 1, 4.65661287e-010, 0, 4.65661287e-010, 1)) | |
245 | mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.03999996, 1.01999998, 1.03999996)) | |
246 | Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(1.41839123, 0.283678055, 1.41838956)) | |
247 | Partweld=weld(m,RightA,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0887336731, 0.286453009, 0.0352010727, 1.00000012, 8.73114914e-011, 0, 8.73114914e-011, 1, 4.65661287e-010, 0, 4.65661287e-010, 1)) | |
248 | mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.05999994, 0.699999988, 1.05999994)) | |
249 | Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(1.41839123, 0.283678055, 1.41838956)) | |
250 | Partweld=weld(m,RightA,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0887336731, 0.286453009, 0.0352010727, 1.00000012, 8.73114914e-011, 0, 8.73114914e-011, 1, 4.65661287e-010, 0, 4.65661287e-010, 1)) | |
251 | mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.03999996, 1.01999998, 1.03999996)) | |
252 | LeftArmPlate=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","LeftArmPlate",Vector3.new(1.41839123, 2.83677983, 1.41838956)) | |
253 | LeftArmPlateweld=weld(m,RightA,LeftArmPlate,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.088727951, 0.00277280807, 0.03520298, 1.00000012, 8.73114914e-011, 0, 8.73114914e-011, 1, 4.65661287e-010, 0, 4.65661287e-010, 1)) | |
254 | mesh("SpecialMesh",LeftArmPlate,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.01999998, 1.01999998, 1.01999998)) | |
255 | ||
256 | ||
257 | Player=owner | |
258 | Character=Player.Character | |
259 | m=Instance.new('Model',Character) | |
260 | ||
261 | ||
262 | local function weldBetween(a, b) | |
263 | local weldd = Instance.new("ManualWeld") | |
264 | weldd.Part0 = a | |
265 | weldd.Part1 = b | |
266 | weldd.C0 = CFrame.new() | |
267 | weldd.C1 = b.CFrame:inverse() * a.CFrame | |
268 | weldd.Parent = a | |
269 | return weldd | |
270 | end | |
271 | ||
272 | it=Instance.new | |
273 | ||
274 | function nooutline(part) | |
275 | part.TopSurface,part.BottomSurface,part.LeftSurface,part.RightSurface,part.FrontSurface,part.BackSurface = 10,10,10,10,10,10 | |
276 | end | |
277 | ||
278 | function part(formfactor,parent,material,reflectance,transparency,brickcolor,name,size) | |
279 | local fp=it("Part") | |
280 | fp.formFactor=formfactor | |
281 | fp.Parent=parent | |
282 | fp.Reflectance=reflectance | |
283 | fp.Transparency=transparency | |
284 | fp.CanCollide=false | |
285 | fp.Locked=true | |
286 | fp.BrickColor=BrickColor.new(tostring(brickcolor)) | |
287 | fp.Name=name | |
288 | fp.Size=size | |
289 | fp.Position=Character.Torso.Position | |
290 | nooutline(fp) | |
291 | fp.Material=material | |
292 | fp:BreakJoints() | |
293 | return fp | |
294 | end | |
295 | ||
296 | function mesh(Mesh,part,meshtype,meshid,offset,scale) | |
297 | local mesh=it(Mesh) | |
298 | mesh.Parent=part | |
299 | if Mesh=="SpecialMesh" then | |
300 | mesh.MeshType=meshtype | |
301 | mesh.MeshId=meshid | |
302 | end | |
303 | mesh.Offset=offset | |
304 | mesh.Scale=scale | |
305 | return mesh | |
306 | end | |
307 | ||
308 | function weld(parent,part0,part1,c0,c1) | |
309 | local weld=it("Weld") | |
310 | weld.Parent=parent | |
311 | weld.Part0=part0 | |
312 | weld.Part1=part1 | |
313 | weld.C0=c0 | |
314 | weld.C1=c1 | |
315 | return weld | |
316 | end | |
317 | ||
318 | Orb2=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Institutional white","Handle",Vector3.new(0.887265563, 0.887265563, 0.887265563)) | |
319 | Orb2weld=weld(m,Character["Left Arm"],Orb2,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.502059937, 0.355368137, 1.71773267, -0.44424206, 0.232894972, -0.865106404, 0.628215313, 0.769424856, -0.115459129, 0.638744593, -0.594764709, -0.488119096)) | |
320 | mesh("SpecialMesh",Orb2,Enum.MeshType.Sphere,"",Vector3.new(0, 0, 0),Vector3.new(0.890794039, 0.890788555, 0.890788138)) | |
321 | Orb=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0.5,"Institutional white","Orb",Vector3.new(1.2214824, 1.2214824, 1.2214824)) | |
322 | Orb.Shape = "Ball" | |
323 | Orbweld=weld(m,Orb2,Orb,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0, 0, 0, 1.00000012, 2.98023224e-008, 2.98023224e-008, 2.98023224e-008, 1, 2.98023224e-008, 2.98023224e-008, 2.98023224e-008, 0.99999994)) | |
324 | Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(0.887265563, 0.887265265, 0.887265563)) | |
325 | Partweld=weld(m,Orb2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0143375397, -1.25859022, 0.329596519, 1.00000012, 2.98023224e-008, 2.98023224e-008, -1.11758709e-008, 0.923937678, -0.382543176, -5.96046448e-008, 0.382543325, 0.923937619)) | |
326 | mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.161962539, 0.615454078, 0.793611169)) | |
327 | Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(0.887265563, 0.887265265, 0.887265563)) | |
328 | Partweld=weld(m,Orb2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0142879486, -0.777062893, -1.45312595, 1.00000012, 2.98023224e-008, 2.98023224e-008, 1.49011612e-008, 0.923902035, -0.382629365, 0, 0.382629424, 0.923901975)) | |
329 | mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.145765424, 0.372511417)) | |
330 | Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(0.887265563, 0.887265265, 1.29332566)) | |
331 | Partweld=weld(m,Orb2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0143518448, 1.01072788, 0.321725368, 1.00000012, 2.98023224e-008, 2.98023224e-008, 3.7252903e-009, 0.923871815, -0.382702261, 2.98023224e-008, 0.382702231, 0.923871756)) | |
332 | mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.16196157, 1)) | |
333 | Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(0.887265563, 0.887265265, 0.887265563)) | |
334 | Partweld=weld(m,Orb2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0143795013, -0.705126762, -0.734368324, 1.00000012, 2.98023224e-008, 2.98023224e-008, -3.7252903e-009, 0.923846126, -0.38276419, 0, 0.382764339, 0.923846006)) | |
335 | mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.307727039, 0.3077268)) | |
336 | Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(0.887265563, 0.887265265, 0.887265563)) | |
337 | Partweld=weld(m,Orb2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0144195557, -0.138575554, 1.73011065, 1.00000012, 2.98023224e-008, 2.98023224e-008, 7.4505806e-009, 0.923765123, -0.382959813, 2.98023224e-008, 0.382959902, 0.923765063)) | |
338 | mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.161962539, 0.453492314, 0.583061278)) | |
339 | Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(0.887265563, 0.887265265, 0.887265563)) | |
340 | Partweld=weld(m,Orb2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.014383316, -0.769768238, 0.57397604, 1.00000012, 2.98023224e-008, 2.98023224e-008, -3.7252903e-009, 0.923928976, -0.382563949, -2.98023224e-008, 0.382564008, 0.923928976)) | |
341 | mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.16196157, 0.242942229)) | |
342 | Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(0.887265563, 0.887265265, 0.887265563)) | |
343 | Partweld=weld(m,Orb2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0143966675, -0.733929157, 0.825384617, 1.00000012, 2.98023224e-008, 2.98023224e-008, -3.7252903e-009, 0.923918545, -0.3825894, 0, 0.382589459, 0.923918486)) | |
344 | mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.242942333, 0.323922902)) | |
345 | Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(0.887265563, 0.887265265, 0.887265563)) | |
346 | Partweld=weld(m,Orb2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0144147873, -1.38066387, -0.353047848, 1.00000012, 2.98023224e-008, 2.98023224e-008, -3.7252903e-009, 0.923928976, -0.382563949, -2.98023224e-008, 0.382564008, 0.923928976)) | |
347 | mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.890788734, 0.745022833)) | |
348 | Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(0.887265563, 0.887265265, 0.887265563)) | |
349 | Partweld=weld(m,Orb2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.014339447, -1.12845087, -0.970898151, 1.00000012, 2.98023224e-008, 2.98023224e-008, -1.49011612e-008, 0.923991561, -0.38241303, -2.98023224e-008, 0.382413089, 0.923991442)) | |
350 | mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.3239232, 0.323922902)) | |
351 | Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(0.887265563, 0.887265265, 1.25021493)) | |
352 | Partweld=weld(m,Orb2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.014421463, 1.1401, 2.09678173, 1.00000012, 2.98023224e-008, 2.98023224e-008, 1.11758709e-008, 0.923716426, -0.383077323, 2.98023224e-008, 0.383077323, 0.923716307)) | |
353 | mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.161962539, 0.906984746, 1)) | |
354 | Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(0.887265563, 0.887265265, 0.887265563)) | |
355 | Partweld=weld(m,Orb2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.014421463, -0.583045006, -1.08001328, 1.00000012, 2.98023224e-008, 2.98023224e-008, -1.11758709e-008, 0.923855543, -0.382741481, 0, 0.38274157, 0.923855543)) | |
356 | mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.583061755, 0.469688207)) | |
357 | Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(0.887265563, 0.887265265, 0.887265563)) | |
358 | Partweld=weld(m,Orb2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0144405365, 0.82538271, 0.82533884, 1.00000012, 2.98023224e-008, 2.98023224e-008, 7.4505806e-009, 0.923936188, -0.382546633, -2.98023224e-008, 0.382546723, 0.923936188)) | |
359 | mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.161962539, 0.259138525, 0.323922902)) | |
360 | Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(0.887265563, 0.887265265, 0.887265563)) | |
361 | Partweld=weld(m,Orb2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0143356323, 0.867033958, 0.573077679, 1.00000012, 2.98023224e-008, 2.98023224e-008, 1.11758709e-008, 0.923900545, -0.382632852, -2.98023224e-008, 0.382632971, 0.923900485)) | |
362 | mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.16196157, 0.242942229)) | |
363 | Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(0.887265563, 0.887265265, 0.887265563)) | |
364 | Partweld=weld(m,Orb2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0144271851, 0.400120258, 1.79469538, 1.00000012, 2.98023224e-008, 2.98023224e-008, 7.4505806e-009, 0.923717797, -0.383073896, -2.98023224e-008, 0.383073926, 0.923717678)) | |
365 | mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.161962539, 0.761219323, 0.728826642)) | |
366 | Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(0.887265563, 0.887265265, 2.58665133)) | |
367 | Partweld=weld(m,Orb2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0143842697, -0.913496971, -0.324445724, 1.00000012, 2.98023224e-008, 2.98023224e-008, -3.7252903e-009, 0.923928976, -0.382563949, -2.98023224e-008, 0.382564008, 0.923928976)) | |
368 | mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.16196157, 1)) | |
369 | Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(0.887265563, 0.887265265, 0.887265563)) | |
370 | Partweld=weld(m,Orb2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0143375397, -0.541174889, 1.62945747, 1.00000012, 2.98023224e-008, 2.98023224e-008, 1.86264515e-008, 0.923819423, -0.382828385, -5.96046448e-008, 0.382828504, 0.923819482)) | |
371 | mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.161962539, 0.453492463, 0.356315255)) | |
372 | Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(0.887265563, 2.06932139, 0.887265563)) | |
373 | Partweld=weld(m,Orb2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0143985748, 0.0481734276, 1.21983814, 1.00000012, 2.98023224e-008, 2.98023224e-008, 7.4505806e-009, 0.92387718, -0.382689148, -2.98023224e-008, 0.382689238, 0.92387712)) | |
374 | mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 1, 0.566865087)) | |
375 | Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(0.887265563, 0.887265265, 0.887265563)) | |
376 | Partweld=weld(m,Orb2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0142784119, -1.2364316, -0.755404949, 1.00000012, 2.98023224e-008, 2.98023224e-008, 1.49011612e-008, 0.923943341, -0.382529408, -2.98023224e-008, 0.382529497, 0.923943341)) | |
377 | mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.566865504, 0.161961451)) | |
378 | Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(0.887265563, 0.887265265, 0.887265563)) | |
379 | Partweld=weld(m,Orb2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0143661499, -0.769869804, -0.475550175, 1.00000012, 2.98023224e-008, 2.98023224e-008, -3.7252903e-009, 0.923884392, -0.382671893, 0, 0.382671893, 0.923884332)) | |
380 | mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.16196157, 0.275334477)) | |
381 | Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(0.887265563, 1.33643687, 0.887265563)) | |
382 | Partweld=weld(m,Orb2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0143489838, 0.0422496796, 0.896978855, 1.00000012, 2.98023224e-008, 2.98023224e-008, 1.11758709e-008, 0.923894286, -0.382647961, 2.98023224e-008, 0.382647932, 0.923894167)) | |
383 | mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 1, 0.161961451)) | |
384 | Part=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Part",Vector3.new(0.887265563, 0.887265265, 0.887265563)) | |
385 | Partweld=weld(m,Orb2,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0143232346, 1.78682709, 2.95177078, 1.00000012, 2.98023224e-008, 2.98023224e-008, 1.11758709e-008, 0.923716426, -0.383077323, 2.98023224e-008, 0.383077323, 0.923716307)) | |
386 | mesh("BlockMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.550669432, 0.842199624)) | |
387 | Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Wedge",Vector3.new(0.887265563, 0.887265265, 0.887265563)) | |
388 | Wedgeweld=weld(m,Orb2,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0143451691, -0.970619202, 1.3801322, 1.00000012, 2.98023224e-008, 2.98023224e-008, 0, 0.382422388, 0.923987627, 1.49011612e-008, -0.923987687, 0.382422358)) | |
389 | mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.3239232, 0.242942229)) | |
390 | Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Wedge",Vector3.new(0.887265563, 0.887265265, 0.887265563)) | |
391 | Wedgeweld=weld(m,Orb2,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0143575668, 0.867223263, -0.314217091, -1.00000012, -2.98023224e-008, -2.98023224e-008, 7.4505806e-009, 0.923972368, -0.382459223, 2.98023224e-008, -0.382459283, -0.923972309)) | |
392 | mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.16196163, 0.340119064)) | |
393 | Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Wedge",Vector3.new(0.887265563, 0.887265265, 0.887265563)) | |
394 | Wedgeweld=weld(m,Orb2,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0142812729, 0.769894123, -0.315297604, 1.00000012, 2.98023224e-008, 2.98023224e-008, -7.4505806e-009, -0.923946202, 0.382522434, 2.98023224e-008, -0.382522523, -0.923946202)) | |
395 | mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.16196157, 0.340119064)) | |
396 | Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Wedge",Vector3.new(0.887265563, 0.887265265, 0.887265563)) | |
397 | Wedgeweld=weld(m,Orb2,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.014169693, -0.540971756, 1.88808012, 1.00000012, 2.98023224e-008, 2.98023224e-008, 0, 0.923836112, -0.38278845, 0, 0.38278845, 0.923835993)) | |
398 | mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.453492463, 0.226746053)) | |
399 | Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Wedge",Vector3.new(0.887265563, 0.887265265, 0.887265563)) | |
400 | Wedgeweld=weld(m,Orb2,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0142345428, 0.769889832, -0.0939731598, -1.00000012, -2.98023224e-008, -2.98023224e-008, -1.49011612e-008, -0.923993051, 0.382409662, 0, 0.382409692, 0.923992991)) | |
401 | mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.16196157, 0.583061278)) | |
402 | Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Wedge",Vector3.new(0.887265563, 0.887265265, 0.887265563)) | |
403 | Wedgeweld=weld(m,Orb2,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0143318176, -1.25844002, 1.07650661, 1.00000012, 2.98023224e-008, 2.98023224e-008, -3.7252903e-009, 0.923928976, -0.382563949, -2.98023224e-008, 0.382564008, 0.923928976)) | |
404 | mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.615454078, 0.890788138)) | |
405 | Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Wedge",Vector3.new(0.887265563, 0.887265265, 0.887265563)) | |
406 | Wedgeweld=weld(m,Orb2,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0143594742, -1.65409946, 0.329646587, 1, -1.38580799e-006, -3.48687172e-006, -3.35276127e-008, 0.92394191, -0.382532895, 3.78489494e-006, 0.382532895, 0.92394191)) | |
407 | mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.275334716, 0.793611169)) | |
408 | Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Wedge",Vector3.new(0.887265563, 0.887265265, 0.887265563)) | |
409 | Wedgeweld=weld(m,Orb2,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0144309998, 0.633481979, -0.47542429, -1.00000012, -2.98023224e-008, -2.98023224e-008, -1.11758709e-008, -0.923920572, 0.382584453, 2.98023224e-008, 0.382584512, 0.923920512)) | |
410 | mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.161962539, 0.145765424, 0.275334477)) | |
411 | Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Wedge",Vector3.new(0.887265563, 0.887265265, 0.887265563)) | |
412 | Wedgeweld=weld(m,Orb2,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0142469406, 0.446671486, -0.734605312, -1.00000012, -2.98023224e-008, -2.98023224e-008, 1.11758709e-008, -0.923937678, 0.382543176, -5.96046448e-008, 0.382543325, 0.923937619)) | |
413 | mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.161962539, 0.275334716, 0.3077268)) | |
414 | Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Wedge",Vector3.new(0.887265563, 1.79628587, 0.887265563)) | |
415 | Wedgeweld=weld(m,Orb2,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0143251419, 0.573383808, 1.31253004, -1.00000012, -2.98023224e-008, -2.98023224e-008, 2.98023224e-008, 0.383082122, 0.92371434, -1.49011612e-008, 0.92371428, -0.383082002)) | |
416 | mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 1, 0.518276632)) | |
417 | Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Wedge",Vector3.new(0.887265563, 0.887265265, 0.887265563)) | |
418 | Wedgeweld=weld(m,Orb2,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0146627426, -1.36505795, 1.12887478, 1.00000012, 2.98023224e-008, 2.98023224e-008, -2.98023224e-008, 0.38210234, 0.924120009, -3.7252903e-009, -0.924120188, 0.38210237)) | |
419 | mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.566865504, 0.323922902)) | |
420 | Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Wedge",Vector3.new(0.887265563, 0.887265265, 0.887265563)) | |
421 | Wedgeweld=weld(m,Orb2,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0144557953, 0.467606068, -0.753456116, 1.00000012, 2.98023224e-008, 2.98023224e-008, 2.60770321e-008, -0.923965275, 0.382476479, 0, -0.382476568, -0.923965216)) | |
422 | mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.356315494, 0.161961451)) | |
423 | Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Wedge",Vector3.new(0.887265563, 0.887265265, 0.887265563)) | |
424 | Wedgeweld=weld(m,Orb2,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.014333725, -2.05626631, -0.353295326, 1.00000012, 2.98023224e-008, 2.98023224e-008, -3.7252903e-009, 0.92394191, -0.382532805, 0, 0.382532895, 0.92394197)) | |
425 | mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.631650209, 0.745022833)) | |
426 | Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Wedge",Vector3.new(0.887265563, 0.887265265, 0.887265563)) | |
427 | Wedgeweld=weld(m,Orb2,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0143194199, 0.552689552, -0.753513813, -1.00000012, -2.98023224e-008, -2.98023224e-008, -1.86264515e-008, 0.923968136, -0.382469654, 0, -0.382469654, -0.923968077)) | |
428 | mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.356315523, 0.161961451)) | |
429 | Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Wedge",Vector3.new(0.887265563, 0.887265265, 0.887265563)) | |
430 | Wedgeweld=weld(m,Orb2,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0142192841, 0.399952888, 2.41989946, 1.00000012, 2.98023224e-008, 2.98023224e-008, 3.35276127e-008, 0.923707485, -0.383098871, 0, 0.383098871, 0.923707426)) | |
431 | mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.161962539, 0.761219621, 0.680238068)) | |
432 | Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Wedge",Vector3.new(0.887265563, 0.887265265, 0.887265563)) | |
433 | Wedgeweld=weld(m,Orb2,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0143661499, -0.935334206, -2.05619001, -1.00000012, -2.98023224e-008, -2.98023224e-008, -2.98023224e-008, 0.382503301, 0.923954129, 3.7252903e-009, 0.923954248, -0.382503211)) | |
434 | mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.566865504, 0.631649613)) | |
435 | Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Wedge",Vector3.new(0.887265563, 0.887265265, 0.887265563)) | |
436 | Wedgeweld=weld(m,Orb2,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0142612457, -0.755482197, 1.63165283, 1.00000012, 2.98023224e-008, 2.98023224e-008, 0, 0.382535756, 0.923940659, 3.7252903e-009, -0.923940778, 0.382535726)) | |
437 | mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.16196157, 0.323922902)) | |
438 | Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Wedge",Vector3.new(0.887265563, 0.887265265, 0.887265563)) | |
439 | Wedgeweld=weld(m,Orb2,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0142774582, 0.573737621, -0.662068844, -1.00000012, -2.98023224e-008, -2.98023224e-008, 2.98023224e-008, 0.382720828, 0.923864007, 3.7252903e-009, 0.923864126, -0.382720768)) | |
440 | mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.161962539, 0.242942333, 0.0809807107)) | |
441 | Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Wedge",Vector3.new(0.887265563, 0.887265265, 2.14117265)) | |
442 | Wedgeweld=weld(m,Orb2,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0142974854, 2.95166492, 3.10171676, -1.00000012, -2.98023224e-008, -2.98023224e-008, 2.98023224e-008, 0.383082122, 0.92371434, -1.49011612e-008, 0.92371428, -0.383082002)) | |
443 | mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.161962539, 0.842200279, 1)) | |
444 | Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Wedge",Vector3.new(0.887265563, 0.887265265, 0.887265563)) | |
445 | Wedgeweld=weld(m,Orb2,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0144081116, 0.752276421, -0.573189259, -1.00000012, -2.98023224e-008, -2.98023224e-008, -3.7252903e-009, 0.923968792, -0.382468104, 2.98023224e-008, -0.382468164, -0.923968673)) | |
446 | mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.0971769989, 0.242942229)) | |
447 | Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Wedge",Vector3.new(0.887265563, 0.887265265, 0.887265563)) | |
448 | Wedgeweld=weld(m,Orb2,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0143461227, -0.864406586, 1.62925768, 1.00000012, 2.98023224e-008, 2.98023224e-008, 3.7252903e-009, 0.923863828, -0.382721543, 2.98023224e-008, 0.382721603, 0.923863888)) | |
449 | mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.275334716, 0.356315255)) | |
450 | Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Wedge",Vector3.new(0.887265563, 0.887265265, 0.887265563)) | |
451 | Wedgeweld=weld(m,Orb2,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0142230988, -1.01077271, 0.396942616, 1.00000012, 2.98023224e-008, 2.98023224e-008, -7.4505806e-009, -0.92387718, 0.382689148, 2.98023224e-008, -0.382689238, -0.92387712)) | |
452 | mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.16196157, 0.161961451)) | |
453 | Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Wedge",Vector3.new(0.887265563, 0.887265265, 0.887265563)) | |
454 | Wedgeweld=weld(m,Orb2,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0142660141, -0.139053822, 2.05354023, 1.00000012, 2.98023224e-008, 2.98023224e-008, 1.11758709e-008, 0.923669994, -0.383188933, 0, 0.383188993, 0.923670053)) | |
455 | mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.453492463, 0.145765319)) | |
456 | Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Wedge",Vector3.new(0.887265563, 0.887265265, 0.887265563)) | |
457 | Wedgeweld=weld(m,Orb2,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0143957138, 0.0443892479, -1.0795331, -1.00000012, -2.98023224e-008, -2.98023224e-008, 1.11758709e-008, -0.923923314, 0.382577747, 0, 0.382577837, 0.923923254)) | |
458 | mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.631650209, 0.469688356)) | |
459 | Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Wedge",Vector3.new(0.887265563, 0.887265265, 1.10651183)) | |
460 | Wedgeweld=weld(m,Orb2,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0143852234, -1.78688002, -2.02518988, 1.00000012, 2.98023224e-008, 2.98023224e-008, -1.11758709e-008, -0.923716426, 0.383077323, -2.98023224e-008, -0.383077323, -0.923716307)) | |
461 | mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.161962584, 0.550669432, 1)) | |
462 | Wedge=part(Enum.FormFactor.Brick,m,Enum.Material.Slate,0,0,"Really black","Wedge",Vector3.new(0.887265563, 0.887265265, 0.887265563)) | |
463 | Wedgeweld=weld(m,Orb2,Wedge,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0142145157, 1.14002323, 3.02335072, 1.00000012, 2.98023224e-008, 2.98023224e-008, 3.35276127e-008, 0.923707485, -0.383098871, 0, 0.383098871, 0.923707426)) | |
464 | mesh("SpecialMesh",Wedge,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.161962539, 0.906985044, 0.680238068)) | |
465 | ||
466 | ||
467 | ||
468 | Player=owner | |
469 | Character=Player.Character | |
470 | m=Instance.new('Model',Character) | |
471 | ||
472 | ||
473 | local function weldBetween(a, b) | |
474 | local weldd = Instance.new("ManualWeld") | |
475 | weldd.Part0 = a | |
476 | weldd.Part1 = b | |
477 | weldd.C0 = CFrame.new() | |
478 | weldd.C1 = b.CFrame:inverse() * a.CFrame | |
479 | weldd.Parent = a | |
480 | return weldd | |
481 | end | |
482 | ||
483 | it=Instance.new | |
484 | ||
485 | function nooutline(part) | |
486 | part.TopSurface,part.BottomSurface,part.LeftSurface,part.RightSurface,part.FrontSurface,part.BackSurface = 10,10,10,10,10,10 | |
487 | end | |
488 | ||
489 | function part(formfactor,parent,material,reflectance,transparency,brickcolor,name,size) | |
490 | local fp=it("Part") | |
491 | fp.formFactor=formfactor | |
492 | fp.Parent=parent | |
493 | fp.Reflectance=reflectance | |
494 | fp.Transparency=transparency | |
495 | fp.CanCollide=false | |
496 | fp.Locked=true | |
497 | fp.BrickColor=BrickColor.new(tostring(brickcolor)) | |
498 | fp.Name=name | |
499 | fp.Size=size | |
500 | fp.Position=Character.Torso.Position | |
501 | nooutline(fp) | |
502 | fp.Material=material | |
503 | fp:BreakJoints() | |
504 | return fp | |
505 | end | |
506 | ||
507 | function mesh(Mesh,part,meshtype,meshid,offset,scale) | |
508 | local mesh=it(Mesh) | |
509 | mesh.Parent=part | |
510 | if Mesh=="SpecialMesh" then | |
511 | mesh.MeshType=meshtype | |
512 | mesh.MeshId=meshid | |
513 | end | |
514 | mesh.Offset=offset | |
515 | mesh.Scale=scale | |
516 | return mesh | |
517 | end | |
518 | ||
519 | function weld(parent,part0,part1,c0,c1) | |
520 | local weld=it("Weld") | |
521 | weld.Parent=parent | |
522 | weld.Part0=part0 | |
523 | weld.Part1=part1 | |
524 | weld.C0=c0 | |
525 | weld.C1=c1 | |
526 | return weld | |
527 | end | |
528 | ||
529 | Player=owner | |
530 | Character=Player.Character | |
531 | m=Instance.new('Model',Character) | |
532 | ||
533 | ||
534 | local function weldBetween(a, b) | |
535 | local weldd = Instance.new("ManualWeld") | |
536 | weldd.Part0 = a | |
537 | weldd.Part1 = b | |
538 | weldd.C0 = CFrame.new() | |
539 | weldd.C1 = b.CFrame:inverse() * a.CFrame | |
540 | weldd.Parent = a | |
541 | return weldd | |
542 | end | |
543 | ||
544 | it=Instance.new | |
545 | ||
546 | function nooutline(part) | |
547 | part.TopSurface,part.BottomSurface,part.LeftSurface,part.RightSurface,part.FrontSurface,part.BackSurface = 10,10,10,10,10,10 | |
548 | end | |
549 | ||
550 | function part(formfactor,parent,material,reflectance,transparency,brickcolor,name,size) | |
551 | local fp=it("Part") | |
552 | fp.formFactor=formfactor | |
553 | fp.Parent=parent | |
554 | fp.Reflectance=reflectance | |
555 | fp.Transparency=transparency | |
556 | fp.CanCollide=false | |
557 | fp.Locked=true | |
558 | fp.BrickColor=BrickColor.new(tostring(brickcolor)) | |
559 | fp.Name=name | |
560 | fp.Size=size | |
561 | fp.Position=Character.Torso.Position | |
562 | nooutline(fp) | |
563 | fp.Material=material | |
564 | fp:BreakJoints() | |
565 | return fp | |
566 | end | |
567 | ||
568 | function mesh(Mesh,part,meshtype,meshid,offset,scale) | |
569 | local mesh=it(Mesh) | |
570 | mesh.Parent=part | |
571 | if Mesh=="SpecialMesh" then | |
572 | mesh.MeshType=meshtype | |
573 | mesh.MeshId=meshid | |
574 | end | |
575 | mesh.Offset=offset | |
576 | mesh.Scale=scale | |
577 | return mesh | |
578 | end | |
579 | ||
580 | function weld(parent,part0,part1,c0,c1) | |
581 | local weld=it("Weld") | |
582 | weld.Parent=parent | |
583 | weld.Part0=part0 | |
584 | weld.Part1=part1 | |
585 | weld.C0=c0 | |
586 | weld.C1=c1 | |
587 | return weld | |
588 | end | |
589 | ||
590 | Player=owner | |
591 | Character=Player.Character | |
592 | m=Instance.new('Model',Character) | |
593 | ||
594 | ||
595 | local function weldBetween(a, b) | |
596 | local weldd = Instance.new("ManualWeld") | |
597 | weldd.Part0 = a | |
598 | weldd.Part1 = b | |
599 | weldd.C0 = CFrame.new() | |
600 | weldd.C1 = b.CFrame:inverse() * a.CFrame | |
601 | weldd.Parent = a | |
602 | return weldd | |
603 | end | |
604 | ||
605 | it=Instance.new | |
606 | ||
607 | function nooutline(part) | |
608 | part.TopSurface,part.BottomSurface,part.LeftSurface,part.RightSurface,part.FrontSurface,part.BackSurface = 10,10,10,10,10,10 | |
609 | end | |
610 | ||
611 | function part(formfactor,parent,material,reflectance,transparency,brickcolor,name,size) | |
612 | local fp=it("Part") | |
613 | fp.formFactor=formfactor | |
614 | fp.Parent=parent | |
615 | fp.Reflectance=reflectance | |
616 | fp.Transparency=transparency | |
617 | fp.CanCollide=false | |
618 | fp.Locked=true | |
619 | fp.BrickColor=BrickColor.new(tostring(brickcolor)) | |
620 | fp.Name=name | |
621 | fp.Size=size | |
622 | fp.Position=Character.Torso.Position | |
623 | nooutline(fp) | |
624 | fp.Material=material | |
625 | fp:BreakJoints() | |
626 | return fp | |
627 | end | |
628 | ||
629 | function mesh(Mesh,part,meshtype,meshid,offset,scale) | |
630 | local mesh=it(Mesh) | |
631 | mesh.Parent=part | |
632 | if Mesh=="SpecialMesh" then | |
633 | mesh.MeshType=meshtype | |
634 | mesh.MeshId=meshid | |
635 | end | |
636 | mesh.Offset=offset | |
637 | mesh.Scale=scale | |
638 | return mesh | |
639 | end | |
640 | ||
641 | function weld(parent,part0,part1,c0,c1) | |
642 | local weld=it("Weld") | |
643 | weld.Parent=parent | |
644 | weld.Part0=part0 | |
645 | weld.Part1=part1 | |
646 | weld.C0=c0 | |
647 | weld.C1=c1 | |
648 | return weld | |
649 | end | |
650 | ||
651 | mesh("BlockMesh",Block,"","",Vector3.new(0, 0, 0),Vector3.new(0.334640861, 0.133856371, 0.669281721)) | |
652 | Player=owner | |
653 | Character=Player.Character | |
654 | m=Instance.new('Model',Character) | |
655 | ||
656 | ||
657 | local function weldBetween(a, b) | |
658 | local weldd = Instance.new("ManualWeld") | |
659 | weldd.Part0 = a | |
660 | weldd.Part1 = b | |
661 | weldd.C0 = CFrame.new() | |
662 | weldd.C1 = b.CFrame:inverse() * a.CFrame | |
663 | weldd.Parent = a | |
664 | return weldd | |
665 | end | |
666 | ||
667 | it=Instance.new | |
668 | ||
669 | function nooutline(part) | |
670 | part.TopSurface,part.BottomSurface,part.LeftSurface,part.RightSurface,part.FrontSurface,part.BackSurface = 10,10,10,10,10,10 | |
671 | end | |
672 | ||
673 | function part(formfactor,parent,material,reflectance,transparency,brickcolor,name,size) | |
674 | local fp=it("Part") | |
675 | fp.formFactor=formfactor | |
676 | fp.Parent=parent | |
677 | fp.Reflectance=reflectance | |
678 | fp.Transparency=transparency | |
679 | fp.CanCollide=false | |
680 | fp.Locked=true | |
681 | fp.BrickColor=BrickColor.new(tostring(brickcolor)) | |
682 | fp.Name=name | |
683 | fp.Size=size | |
684 | fp.Position=Character.Torso.Position | |
685 | nooutline(fp) | |
686 | fp.Material=material | |
687 | fp:BreakJoints() | |
688 | return fp | |
689 | end | |
690 | ||
691 | function mesh(Mesh,part,meshtype,meshid,offset,scale) | |
692 | local mesh=it(Mesh) | |
693 | mesh.Parent=part | |
694 | if Mesh=="SpecialMesh" then | |
695 | mesh.MeshType=meshtype | |
696 | mesh.MeshId=meshid | |
697 | end | |
698 | mesh.Offset=offset | |
699 | mesh.Scale=scale | |
700 | return mesh | |
701 | end | |
702 | ||
703 | function weld(parent,part0,part1,c0,c1) | |
704 | local weld=it("Weld") | |
705 | weld.Parent=parent | |
706 | weld.Part0=part0 | |
707 | weld.Part1=part1 | |
708 | weld.C0=c0 | |
709 | weld.C1=c1 | |
710 | return weld | |
711 | end | |
712 | ||
713 | Head=part(Enum.FormFactor.Symmetric,m,Enum.Material.Granite,0,0,"Really black","Handle",Vector3.new(2.30105209, 2.30104971, 2.30105209)) | |
714 | Headweld=weld(m,Character["Head"],Head,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0198020935, -0.246876717, 0.0707855225, 1.00000012, -7.4505806e-009, 1.49011612e-008, -7.4505806e-009, 1, 0, 1.49011612e-008, 0, 1)) | |
715 | mesh("SpecialMesh",Head,Enum.MeshType.FileMesh,"http://www.roblox.com/asset/?id=16952952",Vector3.new(0, 0, 0),Vector3.new(1.20805228, 1.2080512, 1.2080524)) | |
716 | Head=part(Enum.FormFactor.Symmetric,m,Enum.Material.Plastic,0,0,"Cool yellow","Head",Vector3.new(2.31588483, 1.15794253, 1.15794206)) | |
717 | Headweld=weld(m,Head,Head,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0198421478, 0.246718407, -0.0708589554, 1.00000525, -1.1920929e-007, -7.37607479e-006, -6.33299351e-007, 1.0000006, -1.02221966e-005, 7.09295273e-006, 6.97374344e-006, 1.00000477)) | |
718 | mesh("SpecialMesh",Head,Enum.MeshType.Head,"",Vector3.new(0, 0, 0),Vector3.new(1.25, 1.25, 1.25)) | |
719 | Player=owner | |
720 | Character=Player.Character | |
721 | m=Instance.new('Model',Character) | |
722 | ||
723 | ||
724 | local function weldBetween(a, b) | |
725 | local weldd = Instance.new("ManualWeld") | |
726 | weldd.Part0 = a | |
727 | weldd.Part1 = b | |
728 | weldd.C0 = CFrame.new() | |
729 | weldd.C1 = b.CFrame:inverse() * a.CFrame | |
730 | weldd.Parent = a | |
731 | return weldd | |
732 | end | |
733 | ||
734 | it=Instance.new | |
735 | ||
736 | function nooutline(part) | |
737 | part.TopSurface,part.BottomSurface,part.LeftSurface,part.RightSurface,part.FrontSurface,part.BackSurface = 10,10,10,10,10,10 | |
738 | end | |
739 | ||
740 | function part(formfactor,parent,material,reflectance,transparency,brickcolor,name,size) | |
741 | local fp=it("Part") | |
742 | fp.formFactor=formfactor | |
743 | fp.Parent=parent | |
744 | fp.Reflectance=reflectance | |
745 | fp.Transparency=transparency | |
746 | fp.CanCollide=false | |
747 | fp.Locked=true | |
748 | fp.BrickColor=BrickColor.new(tostring(brickcolor)) | |
749 | fp.Name=name | |
750 | fp.Size=size | |
751 | fp.Position=Character.Torso.Position | |
752 | nooutline(fp) | |
753 | fp.Material=material | |
754 | fp:BreakJoints() | |
755 | return fp | |
756 | end | |
757 | ||
758 | function mesh(Mesh,part,meshtype,meshid,offset,scale) | |
759 | local mesh=it(Mesh) | |
760 | mesh.Parent=part | |
761 | if Mesh=="SpecialMesh" then | |
762 | mesh.MeshType=meshtype | |
763 | mesh.MeshId=meshid | |
764 | end | |
765 | mesh.Offset=offset | |
766 | mesh.Scale=scale | |
767 | return mesh | |
768 | end | |
769 | ||
770 | function weld(parent,part0,part1,c0,c1) | |
771 | local weld=it("Weld") | |
772 | weld.Parent=parent | |
773 | weld.Part0=part0 | |
774 | weld.Part1=part1 | |
775 | weld.C0=c0 | |
776 | weld.C1=c1 | |
777 | return weld | |
778 | end | |
779 | ||
780 | LeftArm=part(Enum.FormFactor.Symmetric,m,Enum.Material.Plastic,0,0,"Really black","Handle",Vector3.new(1.22597945, 2.45195937, 1.22597885)) | |
781 | LeftArmweld=weld(m,Character["Left Arm"],LeftArm,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000160217285, 9.48905945e-005, 0.000159263611, 1.00000477, -2.06381083e-006, 1.5348196e-006, 5.11109829e-006, 1.00000083, -3.60608101e-006, -7.74860382e-007, 1.31130219e-006, 1.00000489)) | |
782 | Thingy=part(Enum.FormFactor.Brick,m,Enum.Material.Plastic,0,1,"Really black","Thingy",Vector3.new(1.32315993, 1.32316041, 1.32315946)) | |
783 | Thingyweld=weld(m,LeftArm,Thingy,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0827693939, 0.00258541107, 0.0328407288, 1.00000954, 3.00258398e-006, 7.59959221e-007, 3.00258398e-006, 1.00000179, -2.2649765e-006, 7.59959221e-007, -2.2649765e-006, 1.00000978)) | |
784 | Part=part(Enum.FormFactor.Brick,m,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(0.264631957, 0.264632106, 0.529263675)) | |
785 | Partweld=weld(m,LeftArm,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0714149475, -1.84987545, 0.977994084, 1.00000954, 3.00258398e-006, 7.59959221e-007, -2.64495611e-006, -0.707105398, -0.707113087, 1.59442425e-006, 0.707110643, -0.707114458)) | |
786 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.04999995, 1.01999998, 1.03999996)) | |
787 | Part=part(Enum.FormFactor.Brick,m,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(1.32315993, 0.330790102, 1.32315946)) | |
788 | Partweld=weld(m,LeftArm,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.082775116, -0.725151062, 0.0328397751, 1.00000954, 3.00258398e-006, 7.59959221e-007, 3.00258398e-006, 1.00000179, -2.2649765e-006, 7.59959221e-007, -2.2649765e-006, 1.00000978)) | |
789 | mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.03999996, 0.400000006, 1.03999996)) | |
790 | Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(1.36285484, 0.264632106, 1.36285412)) | |
791 | Partweld=weld(m,LeftArm,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0827674866, 0.79648304, 0.0328454971, 1.00000954, 3.00258398e-006, 7.59959221e-007, 3.01748514e-006, 1.00000179, -1.43051147e-006, 7.74860382e-007, -3.1888485e-006, 1.00000989)) | |
792 | mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.02999997, 0.50999999, 1.02999997)) | |
793 | Part=part(Enum.FormFactor.Brick,m,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(0.264631957, 0.264632106, 0.793895662)) | |
794 | Partweld=weld(m,LeftArm,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0714168549, 1.36540222, -0.541126728, 1, -4.20935112e-006, -5.97195537e-008, 7.8975404e-007, 0.173647121, 0.984807968, -4.13503267e-006, -0.984807909, 0.173647135)) | |
795 | mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.04999995, 1.01999998, 1.03999996)) | |
796 | Part=part(Enum.FormFactor.Brick,m,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(0.264631957, 0.264632106, 0.793895662)) | |
797 | Partweld=weld(m,LeftArm,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0714206696, 1.22896242, -0.232741833, 1.00000954, 3.00258398e-006, 7.59959221e-007, 1.78813934e-007, -0.17364943, 0.984818101, -3.13669443e-006, -0.984809339, -0.173646376)) | |
798 | mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.04999995, 1.01999998, 1.03999996)) | |
799 | Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(1.3496232, 0.396948099, 1.34962249)) | |
800 | Partweld=weld(m,LeftArm,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0827713013, 0.796488285, 0.0328474045, 1.00000954, 3.00258398e-006, 7.59959221e-007, 3.01748514e-006, 1.00000179, -1.43051147e-006, 7.74860382e-007, -3.1888485e-006, 1.00000989)) | |
801 | mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.01999998, 1.01999998, 1.01999998)) | |
802 | Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(1.36285484, 0.264632106, 1.36285412)) | |
803 | Partweld=weld(m,LeftArm,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0827693939, 0.796480179, 0.0328454971, 1.00000954, 3.00258398e-006, 7.59959221e-007, 3.01748514e-006, 1.00000179, -1.43051147e-006, 7.74860382e-007, -3.1888485e-006, 1.00000989)) | |
804 | mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.01999998, 1.01999998, 1.01999998)) | |
805 | Part=part(Enum.FormFactor.Brick,m,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(0.264631957, 0.264632106, 0.529263675)) | |
806 | Partweld=weld(m,LeftArm,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0714168549, -1.80346227, 1.02441311, -1.00000954, -3.00258398e-006, -7.59959221e-007, -1.57952309e-006, -0.707110167, 0.707114875, 2.65240669e-006, 0.707105994, 0.70711267)) | |
807 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.04999995, 1.01999998, 1.03999996)) | |
808 | Part=part(Enum.FormFactor.Brick,m,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(0.264631957, 0.264632106, 0.793895662)) | |
809 | Partweld=weld(m,LeftArm,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0714187622, 1.30074406, -0.552539349, -1.00000954, -3.00258398e-006, -7.59959221e-007, -1.78813934e-007, 0.17364943, -0.984818101, -3.13669443e-006, -0.984809339, -0.173646376)) | |
810 | mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.04999995, 1.01999998, 1.03999996)) | |
811 | Part=part(Enum.FormFactor.Brick,m,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(0.264631957, 0.264632106, 0.793895662)) | |
812 | Partweld=weld(m,LeftArm,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0328359604, 1.26695824, -0.239453316, -1.51991844e-006, 1.78813934e-006, -1.00000989, 0.984816492, -0.173645645, 5.66244125e-007, -0.173652947, -0.984809995, 2.71201134e-006)) | |
813 | mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.04999995, 1.01999998, 1.03999996)) | |
814 | Part=part(Enum.FormFactor.Brick,m,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(0.264631957, 0.264632106, 0.793895662)) | |
815 | Partweld=weld(m,LeftArm,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0328359604, 1.64771271, -0.778144121, -1.51991844e-006, 1.78813934e-006, -1.00000989, 0.866035521, 0.500002861, -1.25169754e-006, 0.500001431, -0.866025805, 2.39908695e-006)) | |
816 | mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.04999995, 1.01999998, 1.03999996)) | |
817 | Part=part(Enum.FormFactor.Brick,m,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(0.264631957, 0.264632106, 0.793895662)) | |
818 | Partweld=weld(m,LeftArm,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0714111328, 1.0586009, -0.204127312, 1.00000954, 3.00258398e-006, 7.59959221e-007, -1.57952309e-006, -0.707110167, 0.707114875, -2.65240669e-006, -0.707105994, -0.70711267)) | |
819 | mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.03999996, 1.01999998, 1.03999996)) | |
820 | Part=part(Enum.FormFactor.Brick,m,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(0.264631957, 0.264632106, 0.529263675)) | |
821 | Partweld=weld(m,LeftArm,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0328321457, -1.87717056, 0.950706959, -6.2584877e-007, 3.24845314e-006, -1.00000978, -0.707116902, -0.707109034, 3.27825546e-007, -0.707110107, 0.707107008, -1.52736902e-006)) | |
822 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1.04999995, 1.01999998, 1.03999996)) | |
823 | Part=part(Enum.FormFactor.Brick,m,Enum.Material.Granite,0,0,"Really black","Part",Vector3.new(1.32315993, 0.264632106, 1.32315946)) | |
824 | Partweld=weld(m,LeftArm,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0827674866, -0.923624516, 0.0328416824, 1.00000954, 3.00258398e-006, 7.59959221e-007, 3.00258398e-006, 1.00000179, -2.2649765e-006, 7.59959221e-007, -2.2649765e-006, 1.00000978)) | |
825 | mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.05999994, 0.699999988, 1.05999994)) | |
826 | Part=part(Enum.FormFactor.Brick,m,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(0.264631957, 0.264632106, 0.793895662)) | |
827 | Partweld=weld(m,LeftArm,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0714187622, 1.55743456, -0.830267906, -1.00000954, -3.00258398e-006, -7.59959221e-007, 8.34465027e-007, 0.500002623, -0.866035223, -2.97650695e-006, -0.866025925, -0.500002742)) | |
828 | mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.04999995, 1.01999998, 1.03999996)) | |
829 | Part=part(Enum.FormFactor.Brick,m,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(0.264631957, 0.264632106, 0.793895662)) | |
830 | Partweld=weld(m,LeftArm,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0714130402, 1.01217651, -0.157720208, -1.00000954, -3.00258398e-006, -7.59959221e-007, -2.64495611e-006, -0.707105398, -0.707113087, -1.59442425e-006, -0.707110643, 0.707114458)) | |
831 | mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.03999996, 1.01999998, 1.03999996)) | |
832 | Part=part(Enum.FormFactor.Brick,m,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(1.32315993, 0.330790102, 1.32315946)) | |
833 | Partweld=weld(m,LeftArm,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0827693939, -0.328203678, 0.0328435898, 1.00000954, 3.00258398e-006, 7.59959221e-007, 3.00258398e-006, 1.00000179, -2.2649765e-006, 7.59959221e-007, -2.2649765e-006, 1.00000978)) | |
834 | mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.03999996, 0.400000006, 1.03999996)) | |
835 | Part=part(Enum.FormFactor.Brick,m,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(1.32315993, 0.330790102, 1.32315946)) | |
836 | Partweld=weld(m,LeftArm,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0827713013, 0.0687475204, 0.0328426361, 1.00000954, 3.00258398e-006, 7.59959221e-007, 3.00258398e-006, 1.00000179, -2.2649765e-006, 7.59959221e-007, -2.2649765e-006, 1.00000978)) | |
837 | mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.03999996, 0.400000006, 1.03999996)) | |
838 | Part=part(Enum.FormFactor.Brick,m,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(0.264631957, 0.264632106, 0.793895662)) | |
839 | Partweld=weld(m,LeftArm,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.032831192, 1.08587694, -0.231422424, -1.51991844e-006, 1.78813934e-006, -1.00000989, 0.707112789, -0.707104445, 1.9967556e-006, -0.70711422, -0.707111537, 1.84774399e-006)) | |
840 | mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.03999996, 1.01999998, 1.03999996)) | |
841 | Part=part(Enum.FormFactor.Brick,m,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(1.32315993, 0.330790102, 1.32315946)) | |
842 | Partweld=weld(m,LeftArm,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0827732086, 0.465690613, 0.0328435898, 1.00000954, 3.00258398e-006, 7.59959221e-007, 3.00258398e-006, 1.00000179, -2.2649765e-006, 7.59959221e-007, -2.2649765e-006, 1.00000978)) | |
843 | mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.03999996, 0.400000006, 1.03999996)) | |
844 | Part=part(Enum.FormFactor.Brick,m,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(0.264631957, 0.264632106, 0.793895662)) | |
845 | Partweld=weld(m,LeftArm,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0328388214, 1.4034214, -0.534433365, -1.51991844e-006, 1.78813934e-006, -1.00000989, 0.984817863, 0.173650309, -4.17232513e-007, 0.173645705, -0.984809101, 2.69711018e-006)) | |
846 | mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.04999995, 1.01999998, 1.03999996)) | |
847 | Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(1.33639181, 0.529264212, 1.33639085)) | |
848 | Partweld=weld(m,LeftArm,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0827693939, 0.796485424, 0.0328474045, 1.00000954, 3.00258398e-006, 7.59959221e-007, 3.01748514e-006, 1.00000179, -1.43051147e-006, 7.74860382e-007, -3.1888485e-006, 1.00000989)) | |
849 | mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.01999998, 1.01999998, 1.01999998)) | |
850 | Part=part(Enum.FormFactor.Brick,m,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(0.264631957, 0.264632106, 0.793895662)) | |
851 | Partweld=weld(m,LeftArm,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0714263916, 1.61432362, -0.797444344, 1.00000954, 3.00258398e-006, 7.59959221e-007, 2.10106373e-006, 0.499999374, 0.866032481, -2.16066837e-006, -0.866027892, 0.500007272)) | |
852 | mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.04999995, 1.01999998, 1.03999996)) | |
853 | Part=part(Enum.FormFactor.Brick,m,Enum.Material.Granite,0,0,"Really black","Part",Vector3.new(1.32315993, 1.32316041, 1.32315946)) | |
854 | Partweld=weld(m,LeftArm,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0827655792, -0.923625469, 0.0328454971, 1.00000954, 3.00258398e-006, 7.59959221e-007, 3.00258398e-006, 1.00000179, -2.2649765e-006, 7.59959221e-007, -2.2649765e-006, 1.00000978)) | |
855 | mesh("SpecialMesh",Part,Enum.MeshType.Sphere,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1)) | |
856 | Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(1.32315993, 0.463106155, 1.32315946)) | |
857 | Partweld=weld(m,LeftArm,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0827713013, -1.12209988, 0.0328369141, 1.00000954, 3.00258398e-006, 7.59959221e-007, 3.00258398e-006, 1.00000179, -2.2649765e-006, 7.59959221e-007, -2.2649765e-006, 1.00000978)) | |
858 | mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.12, 1.01999998, 1.12)) | |
859 | Part=part(Enum.FormFactor.Brick,m,Enum.Material.Metal,0,0,"Really black","Part",Vector3.new(0.264631957, 0.264632106, 0.793895662)) | |
860 | Partweld=weld(m,LeftArm,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0714092255, 1.16429901, -0.221354485, -1, 2.97660995e-006, 7.91533466e-007, -1.29638863e-006, -0.17364727, -0.984808028, -2.79394112e-006, -0.984807909, 0.173647299)) | |
861 | mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.04999995, 1.01999998, 1.03999996)) | |
862 | Part=part(Enum.FormFactor.Brick,m,Enum.Material.Granite,0,0,"Really black","Part",Vector3.new(1.32315993, 0.264632106, 1.32315946)) | |
863 | Partweld=weld(m,LeftArm,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0827693939, -0.526678562, 0.0328388214, 1.00000954, 3.00258398e-006, 7.59959221e-007, 3.00258398e-006, 1.00000179, -2.2649765e-006, 7.59959221e-007, -2.2649765e-006, 1.00000978)) | |
864 | mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.05999994, 0.699999988, 1.05999994)) | |
865 | Part=part(Enum.FormFactor.Brick,m,Enum.Material.Granite,0,0,"Really black","Part",Vector3.new(1.32315993, 0.264632106, 1.32315946)) | |
866 | Partweld=weld(m,LeftArm,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0827693939, -0.526678562, 0.0328388214, 1.00000954, 3.00258398e-006, 7.59959221e-007, 3.00258398e-006, 1.00000179, -2.2649765e-006, 7.59959221e-007, -2.2649765e-006, 1.00000978)) | |
867 | mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.03999996, 1.01999998, 1.03999996)) | |
868 | Part=part(Enum.FormFactor.Brick,m,Enum.Material.Granite,0,0,"Really black","Part",Vector3.new(1.32315993, 0.264632106, 1.32315946)) | |
869 | Partweld=weld(m,LeftArm,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0827674866, -0.129734039, 0.0328407288, 1.00000954, 3.00258398e-006, 7.59959221e-007, 3.00258398e-006, 1.00000179, -2.2649765e-006, 7.59959221e-007, -2.2649765e-006, 1.00000978)) | |
870 | mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.05999994, 0.699999988, 1.05999994)) | |
871 | Part=part(Enum.FormFactor.Brick,m,Enum.Material.Granite,0,0,"Really black","Part",Vector3.new(1.32315993, 0.264632106, 1.32315946)) | |
872 | Partweld=weld(m,LeftArm,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0827674866, -0.129734039, 0.0328407288, 1.00000954, 3.00258398e-006, 7.59959221e-007, 3.00258398e-006, 1.00000179, -2.2649765e-006, 7.59959221e-007, -2.2649765e-006, 1.00000978)) | |
873 | mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.03999996, 1.01999998, 1.03999996)) | |
874 | Part=part(Enum.FormFactor.Brick,m,Enum.Material.Granite,0,0,"Really black","Part",Vector3.new(1.32315993, 0.264632106, 1.32315946)) | |
875 | Partweld=weld(m,LeftArm,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0827655792, -0.923625469, 0.0328454971, 1.00000954, 3.00258398e-006, 7.59959221e-007, 3.00258398e-006, 1.00000179, -2.2649765e-006, 7.59959221e-007, -2.2649765e-006, 1.00000978)) | |
876 | mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.03999996, 1.01999998, 1.03999996)) | |
877 | Part=part(Enum.FormFactor.Brick,m,Enum.Material.Granite,0,0,"Really black","Part",Vector3.new(1.32315993, 0.264632106, 1.32315946)) | |
878 | Partweld=weld(m,LeftArm,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.082775116, 0.267219067, 0.0328416824, 1.00000954, 3.00258398e-006, 7.59959221e-007, 3.00258398e-006, 1.00000179, -2.2649765e-006, 7.59959221e-007, -2.2649765e-006, 1.00000978)) | |
879 | mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.05999994, 0.699999988, 1.05999994)) | |
880 | Part=part(Enum.FormFactor.Brick,m,Enum.Material.Granite,0,0,"Really black","Part",Vector3.new(1.32315993, 0.264632106, 1.32315946)) | |
881 | Partweld=weld(m,LeftArm,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.082775116, 0.267219067, 0.0328416824, 1.00000954, 3.00258398e-006, 7.59959221e-007, 3.00258398e-006, 1.00000179, -2.2649765e-006, 7.59959221e-007, -2.2649765e-006, 1.00000978)) | |
882 | mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.03999996, 1.01999998, 1.03999996)) | |
883 | LeftArmPlate=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","LeftArmPlate",Vector3.new(1.32315993, 2.64632082, 1.32315946)) | |
884 | LeftArmPlateweld=weld(m,LeftArm,LeftArmPlate,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0827693939, 0.00258541107, 0.0328407288, 1.00000954, 3.00258398e-006, 7.59959221e-007, 3.00258398e-006, 1.00000179, -2.2649765e-006, 7.59959221e-007, -2.2649765e-006, 1.00000978)) | |
885 | mesh("SpecialMesh",LeftArmPlate,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.01999998, 1.01999998, 1.01999998)) | |
886 | ||
887 | wait(0.5) | |
888 | ||
889 | ||
890 | ||
891 | local p = owner | |
892 | local char = p.Character | |
893 | local larm = char["Left Arm"] | |
894 | - | local mouse = p:GetMouse() |
894 | + | |
895 | local lleg = char["Left Leg"] | |
896 | local rleg = char["Right Leg"] | |
897 | local hed = char.Head | |
898 | local torso = char.Torso | |
899 | local hum = char.Humanoid | |
900 | local cam = game.Workspace.CurrentCamera | |
901 | local root = char.HumanoidRootPart | |
902 | local rj = root.RootJoint | |
903 | local deb = false | |
904 | local shot = 0 | |
905 | local stanceToggle = "Idle1" | |
906 | local l = game:GetService("Lighting") | |
907 | local rs = game:GetService("RunService").RenderStepped | |
908 | local hb = game:GetService("RunService").Heartbeat | |
909 | local Stepped = game:GetService("RunService").Stepped | |
910 | math.randomseed(os.time()) | |
911 | hum.JumpPower = 100 | |
912 | hed.face:Remove() | |
913 | fat = Instance.new("BindableEvent",script) | |
914 | fat.Name = "Heartbeat" | |
915 | script:WaitForChild("Heartbeat") | |
916 | frame = 1/30 | |
917 | tf = 0 | |
918 | 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. | |
919 | tossremainder = false --if set to true t will be set to 0 after Fire()-ing. | |
920 | lastframe = tick() | |
921 | script.Heartbeat:Fire() --ayy lmao | |
922 | game:GetService("RunService").Heartbeat:connect(function(s,p) --herp derp | |
923 | tf = tf + s | |
924 | if tf >= frame then | |
925 | if allowframeloss then | |
926 | script.Heartbeat:Fire() | |
927 | lastframe=tick() | |
928 | else | |
929 | --print("FIRED "..math.floor(t/frame).." FRAME(S)","REMAINDER "..(t - frame*(math.floor(t/frame)))) | |
930 | for i=1, math.floor(tf/frame) do | |
931 | script.Heartbeat:Fire() | |
932 | end | |
933 | lastframe=tick() | |
934 | end | |
935 | if tossremainder then | |
936 | tf = 0 | |
937 | else | |
938 | tf = tf - frame * math.floor(tf/frame) | |
939 | end | |
940 | end | |
941 | end) | |
942 | ||
943 | for i,v in pairs(char:children()) do | |
944 | if v:IsA("Hat") then | |
945 | v:Destroy() | |
946 | end | |
947 | end | |
948 | for i,v in pairs (hed:GetChildren()) do | |
949 | if v:IsA("Sound") then | |
950 | v:Destroy() | |
951 | end | |
952 | end | |
953 | ||
954 | Debounces = { | |
955 | CanAttack = true; | |
956 | CanJoke = true; | |
957 | NoIdl = false; | |
958 | Slashing = false; | |
959 | Slashed = false; | |
960 | ks = false; | |
961 | } | |
962 | ||
963 | function weld5(part0, part1, c0, c1) | |
964 | weeld=Instance.new("Weld", part0) | |
965 | weeld.Part0=part0 | |
966 | weeld.Part1=part1 | |
967 | weeld.C0=c0 | |
968 | weeld.C1=c1 | |
969 | return weeld | |
970 | end | |
971 | ||
972 | function NewPart(prnt,siz,cf,trans,anc,mat,col) | |
973 | local prt=Instance.new("Part") | |
974 | prt.Parent=prnt | |
975 | prt.Name="Part" | |
976 | prt.Size=siz | |
977 | prt.CanCollide=false | |
978 | prt.Anchored=anc | |
979 | prt.Locked=true | |
980 | prt.Transparency = trans | |
981 | prt.TopSurface=10 | |
982 | prt.BottomSurface=10 | |
983 | prt.FrontSurface=10 | |
984 | prt.BackSurface=10 | |
985 | prt.LeftSurface=10 | |
986 | prt.RightSurface=10 | |
987 | prt:BreakJoints() | |
988 | prt.CFrame=cf or CFrame.new(30,10,30) | |
989 | prt.Material=mat | |
990 | prt.BrickColor=BrickColor.new(col) | |
991 | m=Instance.new("SpecialMesh",prt) | |
992 | m.MeshType=6 | |
993 | return prt | |
994 | end | |
995 | ---------------------------------------------------- | |
996 | function lerp(a, b, t) -- Linear interpolation | |
997 | return a + (b - a)*t | |
998 | end | |
999 | ||
1000 | function slerp(a, b, t) --Spherical interpolation | |
1001 | dot = a:Dot(b) | |
1002 | if dot > 0.99999 or dot < -0.99999 then | |
1003 | return t <= 0.5 and a or b | |
1004 | else | |
1005 | r = math.acos(dot) | |
1006 | return (a*math.sin((1 - t)*r) + b*math.sin(t*r)) / math.sin(r) | |
1007 | end | |
1008 | end | |
1009 | ||
1010 | function matrixInterpolate(a, b, t) | |
1011 | local ax, ay, az, a00, a01, a02, a10, a11, a12, a20, a21, a22 = a:components() | |
1012 | local bx, by, bz, b00, b01, b02, b10, b11, b12, b20, b21, b22 = b:components() | |
1013 | local v0 = lerp(Vector3.new(ax, ay, az), Vector3.new(bx , by , bz), t) -- Position | |
1014 | local v1 = slerp(Vector3.new(a00, a01, a02), Vector3.new(b00, b01, b02), t) -- Vector right | |
1015 | local v2 = slerp(Vector3.new(a10, a11, a12), Vector3.new(b10, b11, b12), t) -- Vector up | |
1016 | local v3 = slerp(Vector3.new(a20, a21, a22), Vector3.new(b20, b21, b22), t) -- Vector back | |
1017 | local t = v1:Dot(v2) | |
1018 | if not (t < 0 or t == 0 or t > 0) then -- Failsafe | |
1019 | return CFrame.new() | |
1020 | end | |
1021 | return CFrame.new( | |
1022 | v0.x, v0.y, v0.z, | |
1023 | v1.x, v1.y, v1.z, | |
1024 | v2.x, v2.y, v2.z, | |
1025 | v3.x, v3.y, v3.z) | |
1026 | end | |
1027 | ---------------------------------------------------- | |
1028 | function genWeld(a,b) | |
1029 | local w = Instance.new("Weld",a) | |
1030 | w.Part0 = a | |
1031 | w.Part1 = b | |
1032 | return w | |
1033 | end | |
1034 | function weld(a, b) | |
1035 | local weld = Instance.new("Weld") | |
1036 | weld.Name = "W" | |
1037 | weld.Part0 = a | |
1038 | weld.Part1 = b | |
1039 | weld.C0 = a.CFrame:inverse() * b.CFrame | |
1040 | weld.Parent = a | |
1041 | return weld; | |
1042 | end | |
1043 | ---------------------------------------------------- | |
1044 | function Lerp(c1,c2,al) | |
1045 | local com1 = {c1.X,c1.Y,c1.Z,c1:toEulerAnglesXYZ()} | |
1046 | local com2 = {c2.X,c2.Y,c2.Z,c2:toEulerAnglesXYZ()} | |
1047 | for i,v in pairs(com1) do | |
1048 | com1[i] = v+(com2[i]-v)*al | |
1049 | end | |
1050 | return CFrame.new(com1[1],com1[2],com1[3]) * CFrame.Angles(select(4,unpack(com1))) | |
1051 | end | |
1052 | ---------------------------------------------------- | |
1053 | newWeld = function(wp0, wp1, wc0x, wc0y, wc0z) | |
1054 | local wld = Instance.new("Weld", wp1) | |
1055 | wld.Part0 = wp0 | |
1056 | wld.Part1 = wp1 | |
1057 | wld.C0 = CFrame.new(wc0x, wc0y, wc0z) | |
1058 | end | |
1059 | ---------------------------------------------------- | |
1060 | newWeld(torso, larm, -1.5, 0.5, 0) | |
1061 | larm.Weld.C1 = CFrame.new(0, 0.5, 0) | |
1062 | newWeld(torso, rarm, 1.5, 0.5, 0) | |
1063 | rarm.Weld.C1 = CFrame.new(0, 0.5, 0) | |
1064 | newWeld(torso, hed, 0, 1.5, 0) | |
1065 | newWeld(torso, lleg, -0.5, -1, 0) | |
1066 | lleg.Weld.C1 = CFrame.new(0, 1, 0) | |
1067 | newWeld(torso, rleg, 0.5, -1, 0) | |
1068 | rleg.Weld.C1 = CFrame.new(0, 1, 0) | |
1069 | newWeld(root, torso, 0, -1, 0) | |
1070 | torso.Weld.C1 = CFrame.new(0, -1, 0) | |
1071 | ---------------------------------------------------- | |
1072 | z = Instance.new("Sound",char) --Smile: print("â?º") | |
1073 | z.SoundId = "rbxassetid://425341748" | |
1074 | z.Looped = true | |
1075 | z.Pitch = 1 | |
1076 | z.Volume = 100 | |
1077 | wait(0.1) | |
1078 | z:Play() | |
1079 | ---------------------------------------------------- | |
1080 | New = function(Object, Parent, Name, Data) | |
1081 | local Object = Instance.new(Object) | |
1082 | for Index, Value in pairs(Data or {}) do | |
1083 | Object[Index] = Value | |
1084 | end | |
1085 | Object.Parent = Parent | |
1086 | Object.Name = Name | |
1087 | return Object | |
1088 | end | |
1089 | ---------------------------------------------------- | |
1090 | pr = Instance.new("Part",hed) | |
1091 | pr.BrickColor = BrickColor.new("Black") | |
1092 | pr.Material = "Metal" | |
1093 | pr.Reflectance = 0.04 | |
1094 | pr.Anchored = false | |
1095 | pr.CanCollide = false | |
1096 | pr.Archivable = false | |
1097 | pr.Locked = true | |
1098 | pr.Size = Vector3.new(2,0.8,1) | |
1099 | prm = Instance.new("SpecialMesh",pr) | |
1100 | prm.MeshType = "FileMesh" | |
1101 | prm.MeshId = "rbxassetid://16952952" | |
1102 | prm.Scale = Vector3.new(1,1,1) | |
1103 | newWeld(hed, pr, 0, 0.35, 0) | |
1104 | pr.Weld.C1 = CFrame.new(0,0,0) | |
1105 | --Left Arm | |
1106 | m = Instance.new("Model") | |
1107 | m.Name = "LeftArm" | |
1108 | p1 = Instance.new("Part", m) | |
1109 | p1.BrickColor = BrickColor.new("Really black") | |
1110 | p1.Material = Enum.Material.Granite | |
1111 | p1.CFrame = CFrame.new(-1.5, 5.73969078, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
1112 | p1.Size = Vector3.new(1, 0.200000048, 1) | |
1113 | p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
1114 | p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
1115 | p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
1116 | p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
1117 | p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
1118 | p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
1119 | b1 = Instance.new("SpecialMesh", p1) | |
1120 | b1.MeshType = Enum.MeshType.Brick | |
1121 | b1.Name = "Mesh" | |
1122 | b1.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996) | |
1123 | p2 = Instance.new("Part", m) | |
1124 | p2.BrickColor = BrickColor.new("Really black") | |
1125 | p2.Material = Enum.Material.Granite | |
1126 | p2.CFrame = CFrame.new(-1.5, 6.03969383, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
1127 | p2.Size = Vector3.new(1, 0.200000048, 1) | |
1128 | p2.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
1129 | p2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
1130 | p2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
1131 | p2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
1132 | p2.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
1133 | p2.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
1134 | b2 = Instance.new("SpecialMesh", p2) | |
1135 | b2.MeshType = Enum.MeshType.Brick | |
1136 | b2.Name = "Mesh" | |
1137 | b2.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996) | |
1138 | p3 = Instance.new("Part", m) | |
1139 | p3.BrickColor = BrickColor.new("Really black") | |
1140 | p3.Material = Enum.Material.Granite | |
1141 | p3.CFrame = CFrame.new(-1.5, 6.63968849, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
1142 | p3.Size = Vector3.new(1, 0.200000048, 1) | |
1143 | p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
1144 | p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
1145 | p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
1146 | p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
1147 | p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
1148 | p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
1149 | b3 = Instance.new("SpecialMesh", p3) | |
1150 | b3.MeshType = Enum.MeshType.Brick | |
1151 | b3.Name = "Mesh" | |
1152 | b3.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996) | |
1153 | p4 = Instance.new("Part", m) | |
1154 | p4.BrickColor = BrickColor.new("Black") | |
1155 | p4.Material = Enum.Material.SmoothPlastic | |
1156 | p4.Name = "LeftArmPlate" | |
1157 | p4.Size = Vector3.new(1, 2, 1) | |
1158 | p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
1159 | p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
1160 | p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
1161 | p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
1162 | p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
1163 | p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
1164 | b4 = Instance.new("SpecialMesh", p4) | |
1165 | b4.MeshType = Enum.MeshType.Brick | |
1166 | b4.Name = "Mesh" | |
1167 | b4.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998) | |
1168 | p5 = Instance.new("Part", m) | |
1169 | p5.BrickColor = BrickColor.new("Really black") | |
1170 | p5.Material = Enum.Material.Granite | |
1171 | p5.CFrame = CFrame.new(-1.5, 6.33969307, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
1172 | p5.Size = Vector3.new(1, 0.200000048, 1) | |
1173 | p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
1174 | p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
1175 | p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
1176 | p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
1177 | p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
1178 | p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
1179 | b5 = Instance.new("SpecialMesh", p5) | |
1180 | b5.MeshType = Enum.MeshType.Brick | |
1181 | b5.Name = "Mesh" | |
1182 | b5.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996) | |
1183 | p6 = Instance.new("Part", m) | |
1184 | p6.BrickColor = BrickColor.new("Really black") | |
1185 | p6.Material = Enum.Material.Granite | |
1186 | p6.CFrame = CFrame.new(-1.5, 5.73969078, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
1187 | p6.Size = Vector3.new(1, 0.200000048, 1) | |
1188 | p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
1189 | p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
1190 | p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
1191 | p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
1192 | p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
1193 | p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
1194 | b6 = Instance.new("SpecialMesh", p6) | |
1195 | b6.MeshType = Enum.MeshType.Brick | |
1196 | b6.Name = "Mesh" | |
1197 | b6.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994) | |
1198 | p7 = Instance.new("Part", m) | |
1199 | p7.BrickColor = BrickColor.new("Really black") | |
1200 | p7.Material = Enum.Material.Granite | |
1201 | p7.CFrame = CFrame.new(-1.5, 6.03969383, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
1202 | p7.FormFactor = Enum.FormFactor.Custom | |
1203 | p7.Size = Vector3.new(1, 0.200000048, 1) | |
1204 | p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
1205 | p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
1206 | p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
1207 | p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
1208 | p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
1209 | p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
1210 | b7 = Instance.new("SpecialMesh", p7) | |
1211 | b7.MeshType = Enum.MeshType.Brick | |
1212 | b7.Name = "Mesh" | |
1213 | b7.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994) | |
1214 | p8 = Instance.new("Part", m) | |
1215 | p8.BrickColor = BrickColor.new("Really black") | |
1216 | p8.Material = Enum.Material.Granite | |
1217 | p8.CFrame = CFrame.new(-1.5, 6.33969307, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
1218 | p8.FormFactor = Enum.FormFactor.Custom | |
1219 | p8.Size = Vector3.new(1, 0.200000048, 1) | |
1220 | p8.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
1221 | p8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
1222 | p8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
1223 | p8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
1224 | p8.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
1225 | p8.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
1226 | b8 = Instance.new("SpecialMesh", p8) | |
1227 | b8.MeshType = Enum.MeshType.Brick | |
1228 | b8.Name = "Mesh" | |
1229 | b8.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994) | |
1230 | p9 = Instance.new("Part", m) | |
1231 | p9.BrickColor = BrickColor.new("Really black") | |
1232 | p9.Material = Enum.Material.Granite | |
1233 | p9.CFrame = CFrame.new(-1.5, 6.63968849, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
1234 | p9.FormFactor = Enum.FormFactor.Custom | |
1235 | p9.Size = Vector3.new(1, 0.200000048, 1) | |
1236 | p9.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
1237 | p9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
1238 | p9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
1239 | p9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
1240 | p9.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
1241 | p9.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
1242 | b9 = Instance.new("SpecialMesh", p9) | |
1243 | b9.MeshType = Enum.MeshType.Brick | |
1244 | b9.Name = "Mesh" | |
1245 | b9.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994) | |
1246 | p10 = Instance.new("Part", m) | |
1247 | p10.BrickColor = BrickColor.new("Black") | |
1248 | p10.Material = Enum.Material.SmoothPlastic | |
1249 | p10.CFrame = CFrame.new(-1.5, 6.78969193, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
1250 | p10.FormFactor = Enum.FormFactor.Custom | |
1251 | p10.Size = Vector3.new(1, 0.349999994, 1) | |
1252 | p10.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
1253 | p10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
1254 | p10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
1255 | p10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
1256 | p10.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
1257 | p10.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
1258 | b10 = Instance.new("SpecialMesh", p10) | |
1259 | b10.MeshType = Enum.MeshType.Brick | |
1260 | b10.Name = "Mesh" | |
1261 | b10.Scale = Vector3.new(1.12, 1.01999998, 1.12) | |
1262 | p11 = Instance.new("Part", m) | |
1263 | p11.BrickColor = BrickColor.new("Black") | |
1264 | p11.Material = Enum.Material.Metal | |
1265 | p11.CFrame = CFrame.new(-1.5, 6.48969078, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
1266 | p11.FormFactor = Enum.FormFactor.Custom | |
1267 | p11.Size = Vector3.new(1, 0.25, 1) | |
1268 | p11.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
1269 | p11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
1270 | p11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
1271 | p11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
1272 | p11.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
1273 | p11.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
1274 | b11 = Instance.new("SpecialMesh", p11) | |
1275 | b11.MeshType = Enum.MeshType.Brick | |
1276 | b11.Name = "Mesh" | |
1277 | b11.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996) | |
1278 | p12 = Instance.new("Part", m) | |
1279 | p12.BrickColor = BrickColor.new("Black") | |
1280 | p12.Material = Enum.Material.Metal | |
1281 | p12.CFrame = CFrame.new(-1.5, 6.18969154, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
1282 | p12.FormFactor = Enum.FormFactor.Custom | |
1283 | p12.Size = Vector3.new(1, 0.25, 1) | |
1284 | p12.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
1285 | p12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
1286 | p12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
1287 | p12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
1288 | p12.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
1289 | p12.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
1290 | b12 = Instance.new("SpecialMesh", p12) | |
1291 | b12.MeshType = Enum.MeshType.Brick | |
1292 | b12.Name = "Mesh" | |
1293 | b12.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996) | |
1294 | p13 = Instance.new("Part", m) | |
1295 | p13.BrickColor = BrickColor.new("Black") | |
1296 | p13.Material = Enum.Material.Metal | |
1297 | p13.CFrame = CFrame.new(-1.5, 5.88968849, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
1298 | p13.FormFactor = Enum.FormFactor.Custom | |
1299 | p13.Size = Vector3.new(1, 0.25, 1) | |
1300 | p13.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
1301 | p13.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
1302 | p13.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
1303 | p13.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
1304 | p13.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
1305 | p13.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
1306 | b13 = Instance.new("SpecialMesh", p13) | |
1307 | b13.MeshType = Enum.MeshType.Brick | |
1308 | b13.Name = "Mesh" | |
1309 | b13.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996) | |
1310 | p14 = Instance.new("Part", m) | |
1311 | p14.BrickColor = BrickColor.new("Black") | |
1312 | p14.Material = Enum.Material.Metal | |
1313 | p14.CFrame = CFrame.new(-1.5, 5.58969307, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
1314 | p14.FormFactor = Enum.FormFactor.Custom | |
1315 | p14.Size = Vector3.new(1, 0.25, 1) | |
1316 | p14.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
1317 | p14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
1318 | p14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
1319 | p14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
1320 | p14.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
1321 | p14.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
1322 | b14 = Instance.new("SpecialMesh", p14) | |
1323 | b14.MeshType = Enum.MeshType.Brick | |
1324 | b14.Name = "Mesh" | |
1325 | b14.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996) | |
1326 | p15 = Instance.new("Part", m) | |
1327 | p15.BrickColor = BrickColor.new("Really black") | |
1328 | p15.Material = Enum.Material.Granite | |
1329 | p15.CFrame = CFrame.new(-1.5, 6.63968849, 22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
1330 | p15.FormFactor = Enum.FormFactor.Custom | |
1331 | p15.Size = Vector3.new(1, 1, 1) | |
1332 | p15.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
1333 | p15.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
1334 | p15.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
1335 | p15.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
1336 | p15.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
1337 | p15.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
1338 | b15 = Instance.new("SpecialMesh", p15) | |
1339 | b15.MeshType = Enum.MeshType.Sphere | |
1340 | b15.Name = "Mesh" | |
1341 | p16 = Instance.new("Part", m) | |
1342 | p16.BrickColor = BrickColor.new("Black") | |
1343 | p16.Material = Enum.Material.Metal | |
1344 | 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) | |
1345 | p16.FormFactor = Enum.FormFactor.Custom | |
1346 | p16.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964) | |
1347 | p16.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
1348 | p16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
1349 | p16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
1350 | p16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
1351 | p16.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
1352 | p16.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
1353 | b16 = Instance.new("SpecialMesh", p16) | |
1354 | b16.MeshType = Enum.MeshType.Brick | |
1355 | b16.Name = "Mesh" | |
1356 | b16.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996) | |
1357 | p17 = Instance.new("Part", m) | |
1358 | p17.BrickColor = BrickColor.new("Black") | |
1359 | p17.Material = Enum.Material.SmoothPlastic | |
1360 | 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) | |
1361 | p17.FormFactor = Enum.FormFactor.Custom | |
1362 | p17.Size = Vector3.new(1.01999998, 0.300000012, 1.01999998) | |
1363 | p17.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
1364 | p17.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
1365 | p17.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
1366 | p17.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
1367 | p17.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
1368 | p17.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
1369 | b17 = Instance.new("SpecialMesh", p17) | |
1370 | b17.MeshType = Enum.MeshType.Brick | |
1371 | b17.Name = "Mesh" | |
1372 | b17.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998) | |
1373 | p18 = Instance.new("Part", m) | |
1374 | p18.BrickColor = BrickColor.new("Black") | |
1375 | p18.Material = Enum.Material.SmoothPlastic | |
1376 | 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) | |
1377 | p18.FormFactor = Enum.FormFactor.Custom | |
1378 | p18.Size = Vector3.new(1.00999999, 0.400000036, 1.00999999) | |
1379 | p18.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
1380 | p18.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
1381 | p18.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
1382 | p18.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
1383 | p18.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
1384 | p18.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
1385 | b18 = Instance.new("SpecialMesh", p18) | |
1386 | b18.MeshType = Enum.MeshType.Brick | |
1387 | b18.Name = "Mesh" | |
1388 | b18.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998) | |
1389 | p19 = Instance.new("Part", m) | |
1390 | p19.BrickColor = BrickColor.new("Black") | |
1391 | p19.Material = Enum.Material.SmoothPlastic | |
1392 | 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) | |
1393 | p19.FormFactor = Enum.FormFactor.Custom | |
1394 | p19.Size = Vector3.new(1.02999997, 0.200000003, 1.02999997) | |
1395 | p19.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
1396 | p19.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
1397 | p19.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
1398 | p19.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
1399 | p19.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
1400 | p19.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
1401 | b19 = Instance.new("SpecialMesh", p19) | |
1402 | b19.MeshType = Enum.MeshType.Brick | |
1403 | b19.Name = "Mesh" | |
1404 | b19.Scale = Vector3.new(1.02999997, 0.50999999, 1.02999997) | |
1405 | p20 = Instance.new("Part", m) | |
1406 | p20.BrickColor = BrickColor.new("Really black") | |
1407 | p20.Material = Enum.Material.SmoothPlastic | |
1408 | 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) | |
1409 | p20.FormFactor = Enum.FormFactor.Custom | |
1410 | p20.Size = Vector3.new(1.02999997, 0.200000003, 1.02999997) | |
1411 | p20.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
1412 | p20.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
1413 | p20.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
1414 | p20.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
1415 | p20.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
1416 | p20.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
1417 | b20 = Instance.new("SpecialMesh", p20) | |
1418 | b20.MeshType = Enum.MeshType.Brick | |
1419 | b20.Name = "Mesh" | |
1420 | b20.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998) | |
1421 | p21 = Instance.new("Part", m) | |
1422 | p21.BrickColor = BrickColor.new("Black") | |
1423 | p21.Material = Enum.Material.Metal | |
1424 | 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) | |
1425 | p21.FormFactor = Enum.FormFactor.Custom | |
1426 | p21.Size = Vector3.new(0.200000003, 0.200000048, 0.399999976) | |
1427 | p21.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
1428 | p21.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
1429 | p21.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
1430 | p21.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
1431 | p21.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
1432 | p21.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
1433 | b21 = Instance.new("SpecialMesh", p21) | |
1434 | b21.MeshType = Enum.MeshType.Wedge | |
1435 | b21.Name = "Mesh" | |
1436 | b21.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996) | |
1437 | p22 = Instance.new("Part", m) | |
1438 | p22.BrickColor = BrickColor.new("Black") | |
1439 | p22.Material = Enum.Material.Metal | |
1440 | 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) | |
1441 | p22.FormFactor = Enum.FormFactor.Custom | |
1442 | p22.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964) | |
1443 | p22.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
1444 | p22.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
1445 | p22.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
1446 | p22.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
1447 | p22.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
1448 | p22.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
1449 | b22 = Instance.new("SpecialMesh", p22) | |
1450 | b22.MeshType = Enum.MeshType.Brick | |
1451 | b22.Name = "Mesh" | |
1452 | b22.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996) | |
1453 | p23 = Instance.new("Part", m) | |
1454 | p23.BrickColor = BrickColor.new("Black") | |
1455 | p23.Material = Enum.Material.Metal | |
1456 | 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) | |
1457 | p23.FormFactor = Enum.FormFactor.Custom | |
1458 | p23.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964) | |
1459 | p23.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
1460 | p23.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
1461 | p23.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
1462 | p23.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
1463 | p23.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
1464 | p23.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
1465 | b23 = Instance.new("SpecialMesh", p23) | |
1466 | b23.MeshType = Enum.MeshType.Brick | |
1467 | b23.Name = "Mesh" | |
1468 | b23.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996) | |
1469 | p24 = Instance.new("Part", m) | |
1470 | p24.BrickColor = BrickColor.new("Black") | |
1471 | p24.Material = Enum.Material.Metal | |
1472 | 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) | |
1473 | p24.FormFactor = Enum.FormFactor.Custom | |
1474 | p24.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964) | |
1475 | p24.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
1476 | p24.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
1477 | p24.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
1478 | p24.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
1479 | p24.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
1480 | p24.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
1481 | b24 = Instance.new("SpecialMesh", p24) | |
1482 | b24.MeshType = Enum.MeshType.Brick | |
1483 | b24.Name = "Mesh" | |
1484 | b24.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996) | |
1485 | p25 = Instance.new("Part", m) | |
1486 | p25.BrickColor = BrickColor.new("Black") | |
1487 | p25.Material = Enum.Material.Metal | |
1488 | 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) | |
1489 | p25.FormFactor = Enum.FormFactor.Custom | |
1490 | p25.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964) | |
1491 | p25.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
1492 | p25.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
1493 | p25.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
1494 | p25.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
1495 | p25.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
1496 | p25.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
1497 | b25 = Instance.new("SpecialMesh", p25) | |
1498 | b25.MeshType = Enum.MeshType.Brick | |
1499 | b25.Name = "Mesh" | |
1500 | b25.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996) | |
1501 | p26 = Instance.new("Part", m) | |
1502 | p26.BrickColor = BrickColor.new("Black") | |
1503 | p26.Material = Enum.Material.Metal | |
1504 | 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) | |
1505 | p26.FormFactor = Enum.FormFactor.Custom | |
1506 | p26.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964) | |
1507 | p26.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
1508 | p26.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
1509 | p26.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
1510 | p26.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
1511 | p26.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
1512 | p26.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
1513 | b26 = Instance.new("SpecialMesh", p26) | |
1514 | b26.MeshType = Enum.MeshType.Brick | |
1515 | b26.Name = "Mesh" | |
1516 | b26.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996) | |
1517 | p27 = Instance.new("Part", m) | |
1518 | p27.BrickColor = BrickColor.new("Black") | |
1519 | p27.Material = Enum.Material.Metal | |
1520 | 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) | |
1521 | p27.FormFactor = Enum.FormFactor.Custom | |
1522 | p27.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964) | |
1523 | p27.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
1524 | p27.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
1525 | p27.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
1526 | p27.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
1527 | p27.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
1528 | p27.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
1529 | b27 = Instance.new("SpecialMesh", p27) | |
1530 | b27.MeshType = Enum.MeshType.Brick | |
1531 | b27.Name = "Mesh" | |
1532 | b27.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996) | |
1533 | p28 = Instance.new("Part", m) | |
1534 | p28.BrickColor = BrickColor.new("Black") | |
1535 | p28.Material = Enum.Material.Metal | |
1536 | 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) | |
1537 | p28.FormFactor = Enum.FormFactor.Custom | |
1538 | p28.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964) | |
1539 | p28.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
1540 | p28.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
1541 | p28.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
1542 | p28.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
1543 | p28.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
1544 | p28.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
1545 | b28 = Instance.new("SpecialMesh", p28) | |
1546 | b28.MeshType = Enum.MeshType.Brick | |
1547 | b28.Name = "Mesh" | |
1548 | b28.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996) | |
1549 | p29 = Instance.new("Part", m) | |
1550 | p29.BrickColor = BrickColor.new("Black") | |
1551 | p29.Material = Enum.Material.Metal | |
1552 | 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) | |
1553 | p29.FormFactor = Enum.FormFactor.Custom | |
1554 | p29.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964) | |
1555 | p29.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
1556 | p29.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
1557 | p29.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
1558 | p29.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
1559 | p29.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
1560 | p29.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
1561 | b29 = Instance.new("SpecialMesh", p29) | |
1562 | b29.MeshType = Enum.MeshType.Brick | |
1563 | b29.Name = "Mesh" | |
1564 | b29.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996) | |
1565 | p30 = Instance.new("Part", m) | |
1566 | p30.BrickColor = BrickColor.new("Black") | |
1567 | p30.Material = Enum.Material.Metal | |
1568 | 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) | |
1569 | p30.FormFactor = Enum.FormFactor.Custom | |
1570 | p30.Size = Vector3.new(0.200000003, 0.200000048, 0.399999976) | |
1571 | p30.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
1572 | p30.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
1573 | p30.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
1574 | p30.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
1575 | p30.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
1576 | p30.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
1577 | b30 = Instance.new("SpecialMesh", p30) | |
1578 | b30.MeshType = Enum.MeshType.Wedge | |
1579 | b30.Name = "Mesh" | |
1580 | b30.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996) | |
1581 | p31 = Instance.new("Part", m) | |
1582 | p31.BrickColor = BrickColor.new("Black") | |
1583 | p31.Material = Enum.Material.Metal | |
1584 | 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) | |
1585 | p31.FormFactor = Enum.FormFactor.Custom | |
1586 | p31.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964) | |
1587 | p31.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
1588 | p31.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
1589 | p31.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
1590 | p31.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
1591 | p31.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
1592 | p31.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
1593 | b31 = Instance.new("SpecialMesh", p31) | |
1594 | b31.MeshType = Enum.MeshType.Brick | |
1595 | b31.Name = "Mesh" | |
1596 | b31.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996) | |
1597 | p32 = Instance.new("Part", m) | |
1598 | p32.BrickColor = BrickColor.new("Black") | |
1599 | p32.Material = Enum.Material.Metal | |
1600 | 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) | |
1601 | p32.FormFactor = Enum.FormFactor.Custom | |
1602 | p32.Size = Vector3.new(0.200000003, 0.200000048, 0.399999976) | |
1603 | p32.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
1604 | p32.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
1605 | p32.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
1606 | p32.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
1607 | p32.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
1608 | p32.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
1609 | b32 = Instance.new("SpecialMesh", p32) | |
1610 | b32.MeshType = Enum.MeshType.Wedge | |
1611 | b32.Name = "Mesh" | |
1612 | b32.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996) | |
1613 | p33 = Instance.new("Part", m) | |
1614 | p33.BrickColor = BrickColor.new("Black") | |
1615 | p33.Material = Enum.Material.Metal | |
1616 | 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) | |
1617 | p33.FormFactor = Enum.FormFactor.Custom | |
1618 | p33.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964) | |
1619 | p33.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
1620 | p33.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
1621 | p33.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
1622 | p33.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
1623 | p33.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
1624 | p33.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
1625 | b33 = Instance.new("SpecialMesh", p33) | |
1626 | b33.MeshType = Enum.MeshType.Brick | |
1627 | b33.Name = "Mesh" | |
1628 | b33.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996) | |
1629 | p34 = Instance.new("Part", m) | |
1630 | p34.BrickColor = BrickColor.new("Black") | |
1631 | p34.Material = Enum.Material.Metal | |
1632 | 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) | |
1633 | p34.FormFactor = Enum.FormFactor.Custom | |
1634 | p34.Size = Vector3.new(0.200000003, 0.200000048, 0.599999964) | |
1635 | p34.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
1636 | p34.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
1637 | p34.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
1638 | p34.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
1639 | p34.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
1640 | p34.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
1641 | b34 = Instance.new("SpecialMesh", p34) | |
1642 | b34.MeshType = Enum.MeshType.Brick | |
1643 | b34.Name = "Mesh" | |
1644 | b34.Scale = Vector3.new(1.04999995, 1.01999998, 1.03999996) | |
1645 | w1 = Instance.new("Weld", p1) | |
1646 | w1.Name = "Part_Weld" | |
1647 | w1.Part0 = p1 | |
1648 | w1.C0 = CFrame.new(1.5, -17.9000149, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
1649 | w1.Part1 = p2 | |
1650 | w1.C1 = CFrame.new(1.5, -18.2000179, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
1651 | w2 = Instance.new("Weld", p2) | |
1652 | w2.Name = "Part_Weld" | |
1653 | w2.Part0 = p2 | |
1654 | w2.C0 = CFrame.new(1.5, -18.2000179, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
1655 | w2.Part1 = p3 | |
1656 | w2.C1 = CFrame.new(1.5, -18.8000126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
1657 | w3 = Instance.new("Weld", p3) | |
1658 | w3.Name = "LeftArmPlate_Weld" | |
1659 | w3.Part0 = p3 | |
1660 | w3.C0 = CFrame.new(1.5, -18.8000126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
1661 | w3.Part1 = p4 | |
1662 | w3.C1 = CFrame.new(1.5, -18.1000156, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
1663 | w4 = Instance.new("Weld", p4) | |
1664 | w4.Name = "Part_Weld" | |
1665 | w4.Part0 = p4 | |
1666 | w4.C0 = CFrame.new(1.5, -18.1000156, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
1667 | w4.Part1 = p5 | |
1668 | w4.C1 = CFrame.new(1.5, -18.5000172, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
1669 | w5 = Instance.new("Weld", p5) | |
1670 | w5.Name = "Part_Weld" | |
1671 | w5.Part0 = p5 | |
1672 | w5.C0 = CFrame.new(1.5, -18.5000172, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
1673 | w5.Part1 = p6 | |
1674 | w5.C1 = CFrame.new(1.5, -17.9000149, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
1675 | w6 = Instance.new("Weld", p6) | |
1676 | w6.Name = "Part_Weld" | |
1677 | w6.Part0 = p6 | |
1678 | w6.C0 = CFrame.new(1.5, -17.9000149, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
1679 | w6.Part1 = p7 | |
1680 | w6.C1 = CFrame.new(1.5, -18.2000179, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
1681 | w7 = Instance.new("Weld", p7) | |
1682 | w7.Name = "Part_Weld" | |
1683 | w7.Part0 = p7 | |
1684 | w7.C0 = CFrame.new(1.5, -18.2000179, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
1685 | w7.Part1 = p8 | |
1686 | w7.C1 = CFrame.new(1.5, -18.5000172, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
1687 | w8 = Instance.new("Weld", p8) | |
1688 | w8.Name = "Part_Weld" | |
1689 | w8.Part0 = p8 | |
1690 | w8.C0 = CFrame.new(1.5, -18.5000172, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
1691 | w8.Part1 = p9 | |
1692 | w8.C1 = CFrame.new(1.5, -18.8000126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
1693 | w9 = Instance.new("Weld", p9) | |
1694 | w9.Name = "Part_Weld" | |
1695 | w9.Part0 = p9 | |
1696 | w9.C0 = CFrame.new(1.5, -18.8000126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
1697 | w9.Part1 = p10 | |
1698 | w9.C1 = CFrame.new(1.5, -18.950016, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
1699 | w10 = Instance.new("Weld", p10) | |
1700 | w10.Name = "Part_Weld" | |
1701 | w10.Part0 = p10 | |
1702 | w10.C0 = CFrame.new(1.5, -18.950016, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
1703 | w10.Part1 = p11 | |
1704 | w10.C1 = CFrame.new(1.5, -18.6500149, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
1705 | w11 = Instance.new("Weld", p11) | |
1706 | w11.Name = "Part_Weld" | |
1707 | w11.Part0 = p11 | |
1708 | w11.C0 = CFrame.new(1.5, -18.6500149, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
1709 | w11.Part1 = p12 | |
1710 | w11.C1 = CFrame.new(1.5, -18.3500156, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
1711 | w12 = Instance.new("Weld", p12) | |
1712 | w12.Name = "Part_Weld" | |
1713 | w12.Part0 = p12 | |
1714 | w12.C0 = CFrame.new(1.5, -18.3500156, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
1715 | w12.Part1 = p13 | |
1716 | w12.C1 = CFrame.new(1.5, -18.0500126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
1717 | w13 = Instance.new("Weld", p13) | |
1718 | w13.Name = "Part_Weld" | |
1719 | w13.Part0 = p13 | |
1720 | w13.C0 = CFrame.new(1.5, -18.0500126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
1721 | w13.Part1 = p14 | |
1722 | w13.C1 = CFrame.new(1.5, -17.7500172, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
1723 | w14 = Instance.new("Weld", p14) | |
1724 | w14.Name = "Part_Weld" | |
1725 | w14.Part0 = p14 | |
1726 | w14.C0 = CFrame.new(1.5, -17.7500172, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
1727 | w14.Part1 = p15 | |
1728 | w14.C1 = CFrame.new(1.5, -18.8000126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
1729 | w15 = Instance.new("Weld", p15) | |
1730 | w15.Name = "Part_Weld" | |
1731 | w15.Part0 = p15 | |
1732 | w15.C0 = CFrame.new(1.5, -18.8000126, -22.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
1733 | w15.Part1 = p16 | |
1734 | 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) | |
1735 | w16 = Instance.new("Weld", p16) | |
1736 | w16.Name = "Part_Weld" | |
1737 | w16.Part0 = p16 | |
1738 | 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) | |
1739 | w16.Part1 = p17 | |
1740 | 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) | |
1741 | w17 = Instance.new("Weld", p17) | |
1742 | w17.Name = "Part_Weld" | |
1743 | w17.Part0 = p17 | |
1744 | 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) | |
1745 | w17.Part1 = p18 | |
1746 | 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) | |
1747 | w18 = Instance.new("Weld", p18) | |
1748 | w18.Name = "Part_Weld" | |
1749 | w18.Part0 = p18 | |
1750 | 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) | |
1751 | w18.Part1 = p19 | |
1752 | 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) | |
1753 | w19 = Instance.new("Weld", p19) | |
1754 | w19.Name = "Part_Weld" | |
1755 | w19.Part0 = p19 | |
1756 | 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) | |
1757 | w19.Part1 = p20 | |
1758 | 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) | |
1759 | w20 = Instance.new("Weld", p20) | |
1760 | w20.Name = "Part_Weld" | |
1761 | w20.Part0 = p20 | |
1762 | 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) | |
1763 | w20.Part1 = p21 | |
1764 | 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) | |
1765 | w21 = Instance.new("Weld", p21) | |
1766 | w21.Name = "Part_Weld" | |
1767 | w21.Part0 = p21 | |
1768 | 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) | |
1769 | w21.Part1 = p22 | |
1770 | 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) | |
1771 | w22 = Instance.new("Weld", p22) | |
1772 | w22.Name = "Part_Weld" | |
1773 | w22.Part0 = p22 | |
1774 | 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) | |
1775 | w22.Part1 = p23 | |
1776 | 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) | |
1777 | w23 = Instance.new("Weld", p23) | |
1778 | w23.Name = "Part_Weld" | |
1779 | w23.Part0 = p23 | |
1780 | 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) | |
1781 | w23.Part1 = p24 | |
1782 | 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) | |
1783 | w24 = Instance.new("Weld", p24) | |
1784 | w24.Name = "Part_Weld" | |
1785 | w24.Part0 = p24 | |
1786 | 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) | |
1787 | w24.Part1 = p25 | |
1788 | 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) | |
1789 | w25 = Instance.new("Weld", p25) | |
1790 | w25.Name = "Part_Weld" | |
1791 | w25.Part0 = p25 | |
1792 | 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) | |
1793 | w25.Part1 = p26 | |
1794 | 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) | |
1795 | w26 = Instance.new("Weld", p26) | |
1796 | w26.Name = "Part_Weld" | |
1797 | w26.Part0 = p26 | |
1798 | 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) | |
1799 | w26.Part1 = p27 | |
1800 | 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) | |
1801 | w27 = Instance.new("Weld", p27) | |
1802 | w27.Name = "Part_Weld" | |
1803 | w27.Part0 = p27 | |
1804 | 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) | |
1805 | w27.Part1 = p28 | |
1806 | 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) | |
1807 | w28 = Instance.new("Weld", p28) | |
1808 | w28.Name = "Part_Weld" | |
1809 | w28.Part0 = p28 | |
1810 | 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) | |
1811 | w28.Part1 = p29 | |
1812 | 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) | |
1813 | w29 = Instance.new("Weld", p29) | |
1814 | w29.Name = "Part_Weld" | |
1815 | w29.Part0 = p29 | |
1816 | 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) | |
1817 | w29.Part1 = p30 | |
1818 | 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) | |
1819 | w30 = Instance.new("Weld", p30) | |
1820 | w30.Name = "Part_Weld" | |
1821 | w30.Part0 = p30 | |
1822 | 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) | |
1823 | w30.Part1 = p31 | |
1824 | 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) | |
1825 | w31 = Instance.new("Weld", p31) | |
1826 | w31.Name = "Part_Weld" | |
1827 | w31.Part0 = p31 | |
1828 | 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) | |
1829 | w31.Part1 = p32 | |
1830 | 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) | |
1831 | w32 = Instance.new("Weld", p32) | |
1832 | w32.Name = "Part_Weld" | |
1833 | w32.Part0 = p32 | |
1834 | 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) | |
1835 | w32.Part1 = p33 | |
1836 | 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) | |
1837 | w33 = Instance.new("Weld", p33) | |
1838 | w33.Name = "Part_Weld" | |
1839 | w33.Part0 = p33 | |
1840 | 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) | |
1841 | w33.Part1 = p34 | |
1842 | 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) | |
1843 | m.Parent = larm | |
1844 | m:MakeJoints() | |
1845 | ---------------------------------------------------- | |
1846 | local cor = Instance.new("Part", larm.LeftArm) | |
1847 | cor.Name = "Thingy" | |
1848 | cor.Locked = true | |
1849 | cor.BottomSurface = 0 | |
1850 | cor.CanCollide = false | |
1851 | cor.Size = Vector3.new(1, 1, 1) | |
1852 | cor.Transparency = 1 | |
1853 | cor.TopSurface = 0 | |
1854 | corw = Instance.new("Weld", cor) | |
1855 | corw.Part0 = larm | |
1856 | corw.Part1 = cor | |
1857 | corw.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)) | |
1858 | corw.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)) | |
1859 | weld1 = Instance.new("Weld", larm.LeftArm) | |
1860 | weld1.Part0 = cor | |
1861 | weld1.Part1 = larm.LeftArm.LeftArmPlate | |
1862 | weld1.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)) | |
1863 | --Right Arm | |
1864 | m2 = Instance.new("Model") | |
1865 | m2.Name = "RightArm" | |
1866 | p1 = Instance.new("Part", m2) | |
1867 | p1.BrickColor = BrickColor.new("Really black") | |
1868 | p1.Material = Enum.Material.Granite | |
1869 | p1.CFrame = CFrame.new(3.5, -9.44201183, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
1870 | p1.FormFactor = Enum.FormFactor.Custom | |
1871 | p1.Size = Vector3.new(1, 0.200000048, 1) | |
1872 | p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
1873 | p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
1874 | p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
1875 | p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
1876 | p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
1877 | p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
1878 | b1 = Instance.new("SpecialMesh", p1) | |
1879 | b1.MeshType = Enum.MeshType.Brick | |
1880 | b1.Name = "Mesh" | |
1881 | b1.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994) | |
1882 | p2 = Instance.new("Part", m2) | |
1883 | p2.BrickColor = BrickColor.new("Really black") | |
1884 | p2.Material = Enum.Material.Granite | |
1885 | p2.CFrame = CFrame.new(3.5, -9.74201393, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
1886 | p2.FormFactor = Enum.FormFactor.Custom | |
1887 | p2.Size = Vector3.new(1, 0.200000048, 1) | |
1888 | p2.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
1889 | p2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
1890 | p2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
1891 | p2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
1892 | p2.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
1893 | p2.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
1894 | b2 = Instance.new("SpecialMesh", p2) | |
1895 | b2.MeshType = Enum.MeshType.Brick | |
1896 | b2.Name = "Mesh" | |
1897 | b2.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994) | |
1898 | p3 = Instance.new("Part", m2) | |
1899 | p3.BrickColor = BrickColor.new("Really black") | |
1900 | p3.Material = Enum.Material.Granite | |
1901 | p3.CFrame = CFrame.new(3.5, -9.14201164, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
1902 | p3.FormFactor = Enum.FormFactor.Custom | |
1903 | p3.Size = Vector3.new(1, 0.200000048, 1) | |
1904 | p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
1905 | p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
1906 | p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
1907 | p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
1908 | p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
1909 | p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
1910 | b3 = Instance.new("SpecialMesh", p3) | |
1911 | b3.MeshType = Enum.MeshType.Brick | |
1912 | b3.Name = "Mesh" | |
1913 | b3.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994) | |
1914 | p4 = Instance.new("Part", m2) | |
1915 | p4.BrickColor = BrickColor.new("Really black") | |
1916 | p4.Material = Enum.Material.Granite | |
1917 | p4.CFrame = CFrame.new(3.5, -8.84201622, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
1918 | p4.FormFactor = Enum.FormFactor.Custom | |
1919 | p4.Size = Vector3.new(1, 0.200000048, 1) | |
1920 | p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
1921 | p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
1922 | p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
1923 | p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
1924 | p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
1925 | p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
1926 | b4 = Instance.new("SpecialMesh", p4) | |
1927 | b4.MeshType = Enum.MeshType.Brick | |
1928 | b4.Name = "Mesh" | |
1929 | b4.Scale = Vector3.new(1.05999994, 0.699999988, 1.05999994) | |
1930 | p5 = Instance.new("Part", m2) | |
1931 | p5.BrickColor = BrickColor.new("Really black") | |
1932 | p5.Material = Enum.Material.Granite | |
1933 | p5.CFrame = CFrame.new(3.5, -8.84201622, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
1934 | p5.FormFactor = Enum.FormFactor.Custom | |
1935 | p5.Size = Vector3.new(1, 0.200000048, 1) | |
1936 | p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
1937 | p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
1938 | p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
1939 | p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
1940 | p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
1941 | p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
1942 | b5 = Instance.new("SpecialMesh", p5) | |
1943 | b5.MeshType = Enum.MeshType.Brick | |
1944 | b5.Name = "Mesh" | |
1945 | b5.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996) | |
1946 | p6 = Instance.new("Part", m2) | |
1947 | p6.BrickColor = BrickColor.new("Really black") | |
1948 | p6.Material = Enum.Material.Granite | |
1949 | p6.CFrame = CFrame.new(3.5, -8.84201622, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
1950 | p6.FormFactor = Enum.FormFactor.Custom | |
1951 | p6.Size = Vector3.new(1, 1, 1) | |
1952 | p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
1953 | p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
1954 | p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
1955 | p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
1956 | p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
1957 | p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
1958 | b6 = Instance.new("SpecialMesh", p6) | |
1959 | b6.MeshType = Enum.MeshType.Sphere | |
1960 | b6.Name = "Mesh" | |
1961 | p7 = Instance.new("Part", m2) | |
1962 | p7.BrickColor = BrickColor.new("Black") | |
1963 | p7.Material = Enum.Material.SmoothPlastic | |
1964 | p7.Name = "RightArmPlate" | |
1965 | p7.CFrame = CFrame.new(3.5, -9.54201603, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
1966 | p7.FormFactor = Enum.FormFactor.Symmetric | |
1967 | p7.Size = Vector3.new(1, 2, 1) | |
1968 | p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
1969 | p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
1970 | p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
1971 | p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
1972 | p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
1973 | p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
1974 | b7 = Instance.new("SpecialMesh", p7) | |
1975 | b7.MeshType = Enum.MeshType.Brick | |
1976 | b7.Name = "Mesh" | |
1977 | b7.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998) | |
1978 | p8 = Instance.new("Part", m2) | |
1979 | p8.BrickColor = BrickColor.new("Really black") | |
1980 | p8.Material = Enum.Material.Granite | |
1981 | p8.CFrame = CFrame.new(3.5, -9.14201164, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
1982 | p8.FormFactor = Enum.FormFactor.Custom | |
1983 | p8.Size = Vector3.new(1, 0.200000048, 1) | |
1984 | p8.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
1985 | p8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
1986 | p8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
1987 | p8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
1988 | p8.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
1989 | p8.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
1990 | b8 = Instance.new("SpecialMesh", p8) | |
1991 | b8.MeshType = Enum.MeshType.Brick | |
1992 | b8.Name = "Mesh" | |
1993 | b8.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996) | |
1994 | p9 = Instance.new("Part", m2) | |
1995 | p9.BrickColor = BrickColor.new("Black") | |
1996 | p9.Material = Enum.Material.SmoothPlastic | |
1997 | p9.CFrame = CFrame.new(3.5, -8.69201183, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
1998 | p9.FormFactor = Enum.FormFactor.Custom | |
1999 | p9.Size = Vector3.new(1, 0.349999994, 1) | |
2000 | p9.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
2001 | p9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
2002 | p9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
2003 | p9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
2004 | p9.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
2005 | p9.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
2006 | b9 = Instance.new("SpecialMesh", p9) | |
2007 | b9.MeshType = Enum.MeshType.Brick | |
2008 | b9.Name = "Mesh" | |
2009 | b9.Scale = Vector3.new(1.12, 1.01999998, 1.12) | |
2010 | p10 = Instance.new("Part", m2) | |
2011 | p10.BrickColor = BrickColor.new("Black") | |
2012 | p10.Material = Enum.Material.Metal | |
2013 | p10.CFrame = CFrame.new(3.5, -8.99201584, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
2014 | p10.FormFactor = Enum.FormFactor.Custom | |
2015 | p10.Size = Vector3.new(1, 0.25, 1) | |
2016 | p10.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
2017 | p10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
2018 | p10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
2019 | p10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
2020 | p10.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
2021 | p10.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
2022 | b10 = Instance.new("SpecialMesh", p10) | |
2023 | b10.MeshType = Enum.MeshType.Brick | |
2024 | b10.Name = "Mesh" | |
2025 | b10.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996) | |
2026 | p11 = Instance.new("Part", m2) | |
2027 | p11.BrickColor = BrickColor.new("Black") | |
2028 | p11.Material = Enum.Material.Metal | |
2029 | p11.CFrame = CFrame.new(3.5, -9.29201508, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
2030 | p11.FormFactor = Enum.FormFactor.Custom | |
2031 | p11.Size = Vector3.new(1, 0.25, 1) | |
2032 | p11.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
2033 | p11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
2034 | p11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
2035 | p11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
2036 | p11.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
2037 | p11.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
2038 | b11 = Instance.new("SpecialMesh", p11) | |
2039 | b11.MeshType = Enum.MeshType.Brick | |
2040 | b11.Name = "Mesh" | |
2041 | b11.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996) | |
2042 | p12 = Instance.new("Part", m2) | |
2043 | p12.BrickColor = BrickColor.new("Black") | |
2044 | p12.Material = Enum.Material.Metal | |
2045 | p12.CFrame = CFrame.new(3.5, -9.59201431, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
2046 | p12.FormFactor = Enum.FormFactor.Custom | |
2047 | p12.Size = Vector3.new(1, 0.25, 1) | |
2048 | p12.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
2049 | p12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
2050 | p12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
2051 | p12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
2052 | p12.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
2053 | p12.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
2054 | b12 = Instance.new("SpecialMesh", p12) | |
2055 | b12.MeshType = Enum.MeshType.Brick | |
2056 | b12.Name = "Mesh" | |
2057 | b12.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996) | |
2058 | p13 = Instance.new("Part", m2) | |
2059 | p13.BrickColor = BrickColor.new("Really black") | |
2060 | p13.Material = Enum.Material.Granite | |
2061 | p13.CFrame = CFrame.new(3.5, -9.44201088, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
2062 | p13.FormFactor = Enum.FormFactor.Custom | |
2063 | p13.Size = Vector3.new(1, 0.200000048, 1) | |
2064 | p13.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
2065 | p13.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
2066 | p13.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
2067 | p13.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
2068 | p13.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
2069 | p13.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
2070 | b13 = Instance.new("SpecialMesh", p13) | |
2071 | b13.MeshType = Enum.MeshType.Brick | |
2072 | b13.Name = "Mesh" | |
2073 | b13.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996) | |
2074 | p14 = Instance.new("Part", m2) | |
2075 | p14.BrickColor = BrickColor.new("Black") | |
2076 | p14.Material = Enum.Material.Metal | |
2077 | p14.CFrame = CFrame.new(3.5, -9.89201069, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
2078 | p14.FormFactor = Enum.FormFactor.Custom | |
2079 | p14.Size = Vector3.new(1, 0.25, 1) | |
2080 | p14.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
2081 | p14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
2082 | p14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
2083 | p14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
2084 | p14.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
2085 | p14.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
2086 | b14 = Instance.new("SpecialMesh", p14) | |
2087 | b14.MeshType = Enum.MeshType.Brick | |
2088 | b14.Name = "Mesh" | |
2089 | b14.Scale = Vector3.new(1.03999996, 0.400000006, 1.03999996) | |
2090 | p15 = Instance.new("Part", m2) | |
2091 | p15.BrickColor = BrickColor.new("Really black") | |
2092 | p15.Material = Enum.Material.Granite | |
2093 | p15.CFrame = CFrame.new(3.5, -9.74201298, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
2094 | p15.FormFactor = Enum.FormFactor.Custom | |
2095 | p15.Size = Vector3.new(1, 0.200000048, 1) | |
2096 | p15.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
2097 | p15.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
2098 | p15.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
2099 | p15.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
2100 | p15.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
2101 | p15.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
2102 | b15 = Instance.new("SpecialMesh", p15) | |
2103 | b15.MeshType = Enum.MeshType.Brick | |
2104 | b15.Name = "Mesh" | |
2105 | b15.Scale = Vector3.new(1.03999996, 1.01999998, 1.03999996) | |
2106 | p16 = Instance.new("Part", m2) | |
2107 | p16.BrickColor = BrickColor.new("Black") | |
2108 | p16.Material = Enum.Material.SmoothPlastic | |
2109 | p16.CFrame = CFrame.new(3.5, -10.1420107, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
2110 | p16.FormFactor = Enum.FormFactor.Custom | |
2111 | p16.Size = Vector3.new(1.01999998, 0.300000012, 1.01999998) | |
2112 | p16.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
2113 | p16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
2114 | p16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
2115 | p16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
2116 | p16.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
2117 | p16.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
2118 | b16 = Instance.new("SpecialMesh", p16) | |
2119 | b16.MeshType = Enum.MeshType.Brick | |
2120 | b16.Name = "Mesh" | |
2121 | b16.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998) | |
2122 | p17 = Instance.new("Part", m2) | |
2123 | p17.BrickColor = BrickColor.new("Black") | |
2124 | p17.Material = Enum.Material.SmoothPlastic | |
2125 | p17.CFrame = CFrame.new(3.5, -10.1420107, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
2126 | p17.FormFactor = Enum.FormFactor.Custom | |
2127 | p17.Size = Vector3.new(1.00999999, 0.400000036, 1.00999999) | |
2128 | p17.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
2129 | p17.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
2130 | p17.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
2131 | p17.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
2132 | p17.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
2133 | p17.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
2134 | b17 = Instance.new("SpecialMesh", p17) | |
2135 | b17.MeshType = Enum.MeshType.Brick | |
2136 | b17.Name = "Mesh" | |
2137 | b17.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998) | |
2138 | p18 = Instance.new("Part", m2) | |
2139 | p18.BrickColor = BrickColor.new("Really black") | |
2140 | p18.Material = Enum.Material.SmoothPlastic | |
2141 | p18.CFrame = CFrame.new(3.5, -10.1420107, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
2142 | p18.FormFactor = Enum.FormFactor.Custom | |
2143 | p18.Size = Vector3.new(1.02999997, 0.200000003, 1.02999997) | |
2144 | p18.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
2145 | p18.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
2146 | p18.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
2147 | p18.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
2148 | p18.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
2149 | p18.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
2150 | b18 = Instance.new("SpecialMesh", p18) | |
2151 | b18.MeshType = Enum.MeshType.Brick | |
2152 | b18.Name = "Mesh" | |
2153 | b18.Scale = Vector3.new(1.01999998, 1.01999998, 1.01999998) | |
2154 | p19 = Instance.new("Part", m2) | |
2155 | p19.BrickColor = BrickColor.new("Black") | |
2156 | p19.Material = Enum.Material.SmoothPlastic | |
2157 | p19.CFrame = CFrame.new(3.5, -10.1420107, -5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
2158 | p19.FormFactor = Enum.FormFactor.Custom | |
2159 | p19.Size = Vector3.new(1.02999997, 0.200000003, 1.02999997) | |
2160 | p19.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
2161 | p19.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
2162 | p19.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
2163 | p19.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
2164 | p19.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
2165 | p19.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
2166 | b19 = Instance.new("SpecialMesh", p19) | |
2167 | b19.MeshType = Enum.MeshType.Brick | |
2168 | b19.Name = "Mesh" | |
2169 | b19.Scale = Vector3.new(1.02999997, 0.50999999, 1.02999997) | |
2170 | w1 = Instance.new("Weld", p1) | |
2171 | w1.Name = "Part_Weld" | |
2172 | w1.Part0 = p1 | |
2173 | w1.C0 = CFrame.new(-3.5, -4.20002079, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
2174 | w1.Part1 = p2 | |
2175 | w1.C1 = CFrame.new(-3.5, -3.90001893, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
2176 | w2 = Instance.new("Weld", p2) | |
2177 | w2.Name = "Part_Weld" | |
2178 | w2.Part0 = p2 | |
2179 | w2.C0 = CFrame.new(-3.5, -3.90001893, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
2180 | w2.Part1 = p3 | |
2181 | w2.C1 = CFrame.new(-3.5, -4.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
2182 | w3 = Instance.new("Weld", p3) | |
2183 | w3.Name = "Part_Weld" | |
2184 | w3.Part0 = p3 | |
2185 | w3.C0 = CFrame.new(-3.5, -4.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
2186 | w3.Part1 = p4 | |
2187 | w3.C1 = CFrame.new(-3.5, -4.80001688, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
2188 | w4 = Instance.new("Weld", p4) | |
2189 | w4.Name = "Part_Weld" | |
2190 | w4.Part0 = p4 | |
2191 | w4.C0 = CFrame.new(-3.5, -4.80001688, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
2192 | w4.Part1 = p5 | |
2193 | w4.C1 = CFrame.new(-3.5, -4.80001688, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
2194 | w5 = Instance.new("Weld", p5) | |
2195 | w5.Name = "Part_Weld" | |
2196 | w5.Part0 = p5 | |
2197 | w5.C0 = CFrame.new(-3.5, -4.80001688, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
2198 | w5.Part1 = p6 | |
2199 | w5.C1 = CFrame.new(-3.5, -4.80001688, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
2200 | w6 = Instance.new("Weld", p6) | |
2201 | w6.Name = "RightArmPlate_Weld" | |
2202 | w6.Part0 = p6 | |
2203 | w6.C0 = CFrame.new(-3.5, -4.80001688, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
2204 | w6.Part1 = p7 | |
2205 | w6.C1 = CFrame.new(-3.5, -4.10001707, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
2206 | w7 = Instance.new("Weld", p7) | |
2207 | w7.Name = "Part_Weld" | |
2208 | w7.Part0 = p7 | |
2209 | w7.C0 = CFrame.new(-3.5, -4.10001707, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
2210 | w7.Part1 = p8 | |
2211 | w7.C1 = CFrame.new(-3.5, -4.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
2212 | w8 = Instance.new("Weld", p8) | |
2213 | w8.Name = "Part_Weld" | |
2214 | w8.Part0 = p8 | |
2215 | w8.C0 = CFrame.new(-3.5, -4.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
2216 | w8.Part1 = p9 | |
2217 | w8.C1 = CFrame.new(-3.5, -4.95002079, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
2218 | w9 = Instance.new("Weld", p9) | |
2219 | w9.Name = "Part_Weld" | |
2220 | w9.Part0 = p9 | |
2221 | w9.C0 = CFrame.new(-3.5, -4.95002079, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
2222 | w9.Part1 = p10 | |
2223 | w9.C1 = CFrame.new(-3.5, -4.65001678, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
2224 | w10 = Instance.new("Weld", p10) | |
2225 | w10.Name = "Part_Weld" | |
2226 | w10.Part0 = p10 | |
2227 | w10.C0 = CFrame.new(-3.5, -4.65001678, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
2228 | w10.Part1 = p11 | |
2229 | w10.C1 = CFrame.new(-3.5, -4.35001707, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
2230 | w11 = Instance.new("Weld", p11) | |
2231 | w11.Name = "Part_Weld" | |
2232 | w11.Part0 = p11 | |
2233 | w11.C0 = CFrame.new(-3.5, -4.35001707, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
2234 | w11.Part1 = p12 | |
2235 | w11.C1 = CFrame.new(-3.5, -4.05001783, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
2236 | w12 = Instance.new("Weld", p12) | |
2237 | w12.Name = "Part_Weld" | |
2238 | w12.Part0 = p12 | |
2239 | w12.C0 = CFrame.new(-3.5, -4.05001783, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
2240 | w12.Part1 = p13 | |
2241 | w12.C1 = CFrame.new(-3.5, -4.20002079, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
2242 | w13 = Instance.new("Weld", p13) | |
2243 | w13.Name = "Part_Weld" | |
2244 | w13.Part0 = p13 | |
2245 | w13.C0 = CFrame.new(-3.5, -4.20002079, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
2246 | w13.Part1 = p14 | |
2247 | w13.C1 = CFrame.new(-3.5, -3.75002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
2248 | w14 = Instance.new("Weld", p14) | |
2249 | w14.Name = "Part_Weld" | |
2250 | w14.Part0 = p14 | |
2251 | w14.C0 = CFrame.new(-3.5, -3.75002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
2252 | w14.Part1 = p15 | |
2253 | w14.C1 = CFrame.new(-3.5, -3.90001893, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
2254 | w15 = Instance.new("Weld", p15) | |
2255 | w15.Name = "Part_Weld" | |
2256 | w15.Part0 = p15 | |
2257 | w15.C0 = CFrame.new(-3.5, -3.90001893, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
2258 | w15.Part1 = p16 | |
2259 | w15.C1 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
2260 | w16 = Instance.new("Weld", p16) | |
2261 | w16.Name = "Part_Weld" | |
2262 | w16.Part0 = p16 | |
2263 | w16.C0 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
2264 | w16.Part1 = p17 | |
2265 | w16.C1 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
2266 | w17 = Instance.new("Weld", p17) | |
2267 | w17.Name = "Part_Weld" | |
2268 | w17.Part0 = p17 | |
2269 | w17.C0 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
2270 | w17.Part1 = p18 | |
2271 | w17.C1 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
2272 | w18 = Instance.new("Weld", p18) | |
2273 | w18.Name = "Part_Weld" | |
2274 | w18.Part0 = p18 | |
2275 | w18.C0 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
2276 | w18.Part1 = p19 | |
2277 | w18.C1 = CFrame.new(-3.5, -3.50002098, 5.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
2278 | m2.Parent = rarm | |
2279 | m2:MakeJoints() | |
2280 | ---------------------------------------------------- | |
2281 | local cor2 = Instance.new("Part", rarm.RightArm) | |
2282 | cor2.Name = "Thingy" | |
2283 | cor2.Locked = true | |
2284 | cor2.BottomSurface = 0 | |
2285 | cor2.CanCollide = false | |
2286 | cor2.Size = Vector3.new(1, 1, 1) | |
2287 | cor2.Transparency = 1 | |
2288 | cor2.TopSurface = 0 | |
2289 | corw2 = Instance.new("Weld", cor2) | |
2290 | corw2.Part0 = rarm | |
2291 | corw2.Part1 = cor2 | |
2292 | corw2.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)) | |
2293 | corw2.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)) | |
2294 | weld2 = Instance.new("Weld", rarm.RightArm) | |
2295 | weld2.Part0 = cor2 | |
2296 | weld2.Part1 = rarm.RightArm.RightArmPlate | |
2297 | weld2.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)) | |
2298 | --Torso | |
2299 | m3 = Instance.new("Model") | |
2300 | m3.Name = "Torso" | |
2301 | p1 = Instance.new("Part", m3) | |
2302 | p1.BrickColor = BrickColor.new("Really black") | |
2303 | p1.Material = Enum.Material.Metal | |
2304 | p1.Name = "TorsoPlate" | |
2305 | p1.CFrame = CFrame.new(0, 3.10002589, 0.50000006, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
2306 | p1.CanCollide = false | |
2307 | p1.Locked = true | |
2308 | p1.FormFactor = Enum.FormFactor.Custom | |
2309 | p1.Size = Vector3.new(2, 2, 1) | |
2310 | p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
2311 | p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
2312 | p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
2313 | p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
2314 | p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
2315 | p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
2316 | b1 = Instance.new("SpecialMesh", p1) | |
2317 | b1.MeshType = Enum.MeshType.Brick | |
2318 | b1.Name = "Mesh" | |
2319 | b1.Scale = Vector3.new(1, 1.01999998, 1.01999998) | |
2320 | p2 = Instance.new("Part", m3) | |
2321 | p2.BrickColor = BrickColor.new("Really black") | |
2322 | p2.Material = Enum.Material.Metal | |
2323 | 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) | |
2324 | p2.CanCollide = false | |
2325 | p2.Locked = true | |
2326 | p2.FormFactor = Enum.FormFactor.Custom | |
2327 | p2.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012) | |
2328 | b2 = Instance.new("SpecialMesh", p2) | |
2329 | b2.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
2330 | b2.TextureId = "" | |
2331 | b2.MeshType = Enum.MeshType.FileMesh | |
2332 | b2.Name = "Mesh" | |
2333 | b2.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024) | |
2334 | p3 = Instance.new("Part", m3) | |
2335 | p3.BrickColor = BrickColor.new("Black") | |
2336 | p3.Material = Enum.Material.Metal | |
2337 | p3.CFrame = CFrame.new(0, 3.10002589, 0.970001996, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
2338 | p3.CanCollide = false | |
2339 | p3.Locked = true | |
2340 | p3.FormFactor = Enum.FormFactor.Custom | |
2341 | p3.Size = Vector3.new(2, 2, 0.200000018) | |
2342 | p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
2343 | p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
2344 | p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
2345 | p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
2346 | p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
2347 | p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
2348 | b3 = Instance.new("SpecialMesh", p3) | |
2349 | b3.MeshType = Enum.MeshType.Brick | |
2350 | b3.Name = "Mesh" | |
2351 | b3.Scale = Vector3.new(1, 1.01999998, 1.01999998) | |
2352 | p4 = Instance.new("Part", m3) | |
2353 | p4.BrickColor = BrickColor.new("Black") | |
2354 | p4.Material = Enum.Material.Metal | |
2355 | p4.CFrame = CFrame.new(0, 4.00002623, 0.529999971, 1, 0, 0, 0, -4.37113883e-008, 1, 0, -1, -4.37113883e-008) | |
2356 | p4.CanCollide = false | |
2357 | p4.Locked = true | |
2358 | p4.FormFactor = Enum.FormFactor.Custom | |
2359 | p4.Size = Vector3.new(2, 1.04000008, 0.239999995) | |
2360 | p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
2361 | p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
2362 | p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
2363 | p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
2364 | p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
2365 | p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
2366 | b4 = Instance.new("SpecialMesh", p4) | |
2367 | b4.MeshType = Enum.MeshType.Brick | |
2368 | b4.Name = "Mesh" | |
2369 | b4.Scale = Vector3.new(1, 1.01999998, 1.01999998) | |
2370 | p5 = Instance.new("Part", m3) | |
2371 | p5.BrickColor = BrickColor.new("Black") | |
2372 | p5.Material = Enum.Material.Metal | |
2373 | 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) | |
2374 | p5.CanCollide = false | |
2375 | p5.Locked = true | |
2376 | p5.FormFactor = Enum.FormFactor.Custom | |
2377 | p5.Size = Vector3.new(0.300000012, 1, 1.89999998) | |
2378 | p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
2379 | p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
2380 | p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
2381 | p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
2382 | p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
2383 | p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
2384 | b5 = Instance.new("SpecialMesh", p5) | |
2385 | b5.MeshType = Enum.MeshType.Wedge | |
2386 | b5.Name = "Mesh" | |
2387 | b5.Scale = Vector3.new(1, 1.01999998, 1.01999998) | |
2388 | p6 = Instance.new("Part", m3) | |
2389 | p6.BrickColor = BrickColor.new("Black") | |
2390 | p6.Material = Enum.Material.Metal | |
2391 | 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) | |
2392 | p6.CanCollide = false | |
2393 | p6.Locked = true | |
2394 | p6.FormFactor = Enum.FormFactor.Custom | |
2395 | p6.Size = Vector3.new(0.300000012, 0.99999994, 1.89999998) | |
2396 | p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
2397 | p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
2398 | p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
2399 | p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
2400 | p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
2401 | p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
2402 | b6 = Instance.new("SpecialMesh", p6) | |
2403 | b6.MeshType = Enum.MeshType.Wedge | |
2404 | b6.Name = "Mesh" | |
2405 | b6.Scale = Vector3.new(1, 1.01999998, 1.01999998) | |
2406 | p7 = Instance.new("Part", m3) | |
2407 | p7.BrickColor = BrickColor.new("Black") | |
2408 | p7.Material = Enum.Material.Metal | |
2409 | 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) | |
2410 | p7.CanCollide = false | |
2411 | p7.Locked = true | |
2412 | p7.FormFactor = Enum.FormFactor.Custom | |
2413 | p7.Size = Vector3.new(0.300000012, 1.20000005, 1.20000005) | |
2414 | p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
2415 | p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
2416 | p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
2417 | p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
2418 | p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
2419 | p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
2420 | b7 = Instance.new("SpecialMesh", p7) | |
2421 | b7.MeshType = Enum.MeshType.Wedge | |
2422 | b7.Name = "Mesh" | |
2423 | p8 = Instance.new("Part", m3) | |
2424 | p8.BrickColor = BrickColor.new("Black") | |
2425 | p8.Material = Enum.Material.Metal | |
2426 | p8.CFrame = CFrame.new(-1, 3.10002613, 0.520000935, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008) | |
2427 | p8.CanCollide = false | |
2428 | p8.Locked = true | |
2429 | p8.FormFactor = Enum.FormFactor.Custom | |
2430 | p8.Size = Vector3.new(1, 2, 0.200000018) | |
2431 | p8.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
2432 | p8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
2433 | p8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
2434 | p8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
2435 | p8.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
2436 | p8.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
2437 | b8 = Instance.new("SpecialMesh", p8) | |
2438 | b8.MeshType = Enum.MeshType.Brick | |
2439 | b8.Name = "Mesh" | |
2440 | b8.Scale = Vector3.new(1, 1.01999998, 1.01999998) | |
2441 | p9 = Instance.new("Part", m3) | |
2442 | p9.BrickColor = BrickColor.new("Black") | |
2443 | p9.Material = Enum.Material.Metal | |
2444 | p9.CFrame = CFrame.new(1, 3.10002613, 0.520001054, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008) | |
2445 | p9.CanCollide = false | |
2446 | p9.Locked = true | |
2447 | p9.FormFactor = Enum.FormFactor.Custom | |
2448 | p9.Size = Vector3.new(1, 2, 0.200000018) | |
2449 | p9.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
2450 | p9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
2451 | p9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
2452 | p9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
2453 | p9.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
2454 | p9.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
2455 | b9 = Instance.new("SpecialMesh", p9) | |
2456 | b9.MeshType = Enum.MeshType.Brick | |
2457 | b9.Name = "Mesh" | |
2458 | b9.Scale = Vector3.new(1, 1.01999998, 1.01999998) | |
2459 | p10 = Instance.new("Part", m3) | |
2460 | p10.BrickColor = BrickColor.new("Black") | |
2461 | p10.Material = Enum.Material.Metal | |
2462 | p10.CFrame = CFrame.new(0, 2.05002642, 0.539999843, 1, 0, 0, 0, -4.37113883e-008, 1, 0, -1, -4.37113883e-008) | |
2463 | p10.CanCollide = false | |
2464 | p10.Locked = true | |
2465 | p10.FormFactor = Enum.FormFactor.Custom | |
2466 | p10.Size = Vector3.new(2, 1.0200001, 0.239999995) | |
2467 | p10.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
2468 | p10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
2469 | p10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
2470 | p10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
2471 | p10.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
2472 | p10.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
2473 | b10 = Instance.new("SpecialMesh", p10) | |
2474 | b10.MeshType = Enum.MeshType.Brick | |
2475 | b10.Name = "Mesh" | |
2476 | b10.Scale = Vector3.new(1, 1.01999998, 1.01999998) | |
2477 | p11 = Instance.new("Part", m3) | |
2478 | p11.BrickColor = BrickColor.new("Really black") | |
2479 | p11.Material = Enum.Material.Metal | |
2480 | 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) | |
2481 | p11.CanCollide = false | |
2482 | p11.Locked = true | |
2483 | p11.FormFactor = Enum.FormFactor.Custom | |
2484 | p11.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012) | |
2485 | b11 = Instance.new("SpecialMesh", p11) | |
2486 | b11.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
2487 | b11.TextureId = "" | |
2488 | b11.MeshType = Enum.MeshType.FileMesh | |
2489 | b11.Name = "Mesh" | |
2490 | b11.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024) | |
2491 | p12 = Instance.new("Part", m3) | |
2492 | p12.BrickColor = BrickColor.new("Really black") | |
2493 | p12.Material = Enum.Material.Metal | |
2494 | p12.Transparency = 1 | |
2495 | p12.Name = "Chain2Torso" | |
2496 | 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) | |
2497 | p12.CanCollide = false | |
2498 | p12.Locked = true | |
2499 | p12.FormFactor = Enum.FormFactor.Custom | |
2500 | p12.Size = Vector3.new(0.699999988, 0.300000012, 0.300000012) | |
2501 | b12 = Instance.new("SpecialMesh", p12) | |
2502 | b12.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
2503 | b12.TextureId = "" | |
2504 | b12.MeshType = Enum.MeshType.FileMesh | |
2505 | b12.Name = "Mesh" | |
2506 | b12.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024) | |
2507 | p13 = Instance.new("Part", m3) | |
2508 | p13.BrickColor = BrickColor.new("Really black") | |
2509 | p13.Material = Enum.Material.Metal | |
2510 | 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) | |
2511 | p13.CanCollide = false | |
2512 | p13.Locked = true | |
2513 | p13.FormFactor = Enum.FormFactor.Custom | |
2514 | p13.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012) | |
2515 | b13 = Instance.new("SpecialMesh", p13) | |
2516 | b13.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
2517 | b13.TextureId = "" | |
2518 | b13.MeshType = Enum.MeshType.FileMesh | |
2519 | b13.Name = "Mesh" | |
2520 | b13.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024) | |
2521 | p14 = Instance.new("Part", m3) | |
2522 | p14.BrickColor = BrickColor.new("Really black") | |
2523 | p14.Material = Enum.Material.Metal | |
2524 | 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) | |
2525 | p14.CanCollide = false | |
2526 | p14.Locked = true | |
2527 | p14.FormFactor = Enum.FormFactor.Custom | |
2528 | p14.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012) | |
2529 | b14 = Instance.new("SpecialMesh", p14) | |
2530 | b14.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
2531 | b14.TextureId = "" | |
2532 | b14.MeshType = Enum.MeshType.FileMesh | |
2533 | b14.Name = "Mesh" | |
2534 | b14.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024) | |
2535 | p15 = Instance.new("Part", m3) | |
2536 | p15.BrickColor = BrickColor.new("Really black") | |
2537 | p15.Material = Enum.Material.Metal | |
2538 | 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) | |
2539 | p15.CanCollide = false | |
2540 | p15.Locked = true | |
2541 | p15.FormFactor = Enum.FormFactor.Custom | |
2542 | p15.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012) | |
2543 | b15 = Instance.new("SpecialMesh", p15) | |
2544 | b15.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
2545 | b15.TextureId = "" | |
2546 | b15.MeshType = Enum.MeshType.FileMesh | |
2547 | b15.Name = "Mesh" | |
2548 | b15.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024) | |
2549 | p16 = Instance.new("Part", m3) | |
2550 | p16.BrickColor = BrickColor.new("Really black") | |
2551 | p16.Material = Enum.Material.Metal | |
2552 | 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) | |
2553 | p16.CanCollide = false | |
2554 | p16.Locked = true | |
2555 | p16.FormFactor = Enum.FormFactor.Custom | |
2556 | p16.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012) | |
2557 | b16 = Instance.new("SpecialMesh", p16) | |
2558 | b16.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
2559 | b16.TextureId = "" | |
2560 | b16.MeshType = Enum.MeshType.FileMesh | |
2561 | b16.Name = "Mesh" | |
2562 | b16.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024) | |
2563 | p17 = Instance.new("Part", m3) | |
2564 | p17.BrickColor = BrickColor.new("Really black") | |
2565 | p17.Material = Enum.Material.Metal | |
2566 | 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) | |
2567 | p17.CanCollide = false | |
2568 | p17.Locked = true | |
2569 | p17.FormFactor = Enum.FormFactor.Custom | |
2570 | p17.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012) | |
2571 | b17 = Instance.new("SpecialMesh", p17) | |
2572 | b17.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
2573 | b17.TextureId = "" | |
2574 | b17.MeshType = Enum.MeshType.FileMesh | |
2575 | b17.Name = "Mesh" | |
2576 | b17.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024) | |
2577 | p18 = Instance.new("Part", m3) | |
2578 | p18.BrickColor = BrickColor.new("Really black") | |
2579 | p18.Material = Enum.Material.Metal | |
2580 | 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) | |
2581 | p18.CanCollide = false | |
2582 | p18.Locked = true | |
2583 | p18.FormFactor = Enum.FormFactor.Custom | |
2584 | p18.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012) | |
2585 | b18 = Instance.new("SpecialMesh", p18) | |
2586 | b18.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
2587 | b18.TextureId = "" | |
2588 | b18.MeshType = Enum.MeshType.FileMesh | |
2589 | b18.Name = "Mesh" | |
2590 | b18.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024) | |
2591 | p19 = Instance.new("Part", m3) | |
2592 | p19.BrickColor = BrickColor.new("Really black") | |
2593 | p19.Material = Enum.Material.Metal | |
2594 | 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) | |
2595 | p19.CanCollide = false | |
2596 | p19.Locked = true | |
2597 | p19.FormFactor = Enum.FormFactor.Custom | |
2598 | p19.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012) | |
2599 | b19 = Instance.new("SpecialMesh", p19) | |
2600 | b19.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
2601 | b19.TextureId = "" | |
2602 | b19.MeshType = Enum.MeshType.FileMesh | |
2603 | b19.Name = "Mesh" | |
2604 | b19.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024) | |
2605 | p20 = Instance.new("Part", m3) | |
2606 | p20.BrickColor = BrickColor.new("Really black") | |
2607 | p20.Material = Enum.Material.Metal | |
2608 | 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) | |
2609 | p20.CanCollide = false | |
2610 | p20.Locked = true | |
2611 | p20.FormFactor = Enum.FormFactor.Custom | |
2612 | p20.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012) | |
2613 | b20 = Instance.new("SpecialMesh", p20) | |
2614 | b20.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
2615 | b20.TextureId = "" | |
2616 | b20.MeshType = Enum.MeshType.FileMesh | |
2617 | b20.Name = "Mesh" | |
2618 | b20.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024) | |
2619 | p21 = Instance.new("Part", m3) | |
2620 | p21.BrickColor = BrickColor.new("Really black") | |
2621 | p21.Material = Enum.Material.Metal | |
2622 | 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) | |
2623 | p21.CanCollide = false | |
2624 | p21.Locked = true | |
2625 | p21.FormFactor = Enum.FormFactor.Custom | |
2626 | p21.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012) | |
2627 | b21 = Instance.new("SpecialMesh", p21) | |
2628 | b21.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
2629 | b21.TextureId = "" | |
2630 | b21.MeshType = Enum.MeshType.FileMesh | |
2631 | b21.Name = "Mesh" | |
2632 | b21.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024) | |
2633 | p22 = Instance.new("Part", m3) | |
2634 | p22.BrickColor = BrickColor.new("Really black") | |
2635 | p22.Material = Enum.Material.Metal | |
2636 | 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) | |
2637 | p22.CanCollide = false | |
2638 | p22.Locked = true | |
2639 | p22.FormFactor = Enum.FormFactor.Custom | |
2640 | p22.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012) | |
2641 | b22 = Instance.new("SpecialMesh", p22) | |
2642 | b22.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
2643 | b22.TextureId = "" | |
2644 | b22.MeshType = Enum.MeshType.FileMesh | |
2645 | b22.Name = "Mesh" | |
2646 | b22.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024) | |
2647 | p23 = Instance.new("Part", m3) | |
2648 | p23.BrickColor = BrickColor.new("Really black") | |
2649 | p23.Material = Enum.Material.Metal | |
2650 | 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) | |
2651 | p23.CanCollide = false | |
2652 | p23.Locked = true | |
2653 | p23.FormFactor = Enum.FormFactor.Custom | |
2654 | p23.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012) | |
2655 | b23 = Instance.new("SpecialMesh", p23) | |
2656 | b23.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
2657 | b23.TextureId = "" | |
2658 | b23.MeshType = Enum.MeshType.FileMesh | |
2659 | b23.Name = "Mesh" | |
2660 | b23.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024) | |
2661 | p24 = Instance.new("Part", m3) | |
2662 | p24.BrickColor = BrickColor.new("Really black") | |
2663 | p24.Material = Enum.Material.Metal | |
2664 | 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) | |
2665 | p24.CanCollide = false | |
2666 | p24.Locked = true | |
2667 | p24.FormFactor = Enum.FormFactor.Custom | |
2668 | p24.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012) | |
2669 | b24 = Instance.new("SpecialMesh", p24) | |
2670 | b24.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
2671 | b24.TextureId = "" | |
2672 | b24.MeshType = Enum.MeshType.FileMesh | |
2673 | b24.Name = "Mesh" | |
2674 | b24.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024) | |
2675 | p25 = Instance.new("Part", m3) | |
2676 | p25.BrickColor = BrickColor.new("Really black") | |
2677 | p25.Material = Enum.Material.Metal | |
2678 | 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) | |
2679 | p25.CanCollide = false | |
2680 | p25.Locked = true | |
2681 | p25.FormFactor = Enum.FormFactor.Custom | |
2682 | p25.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012) | |
2683 | b25 = Instance.new("SpecialMesh", p25) | |
2684 | b25.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
2685 | b25.TextureId = "" | |
2686 | b25.MeshType = Enum.MeshType.FileMesh | |
2687 | b25.Name = "Mesh" | |
2688 | b25.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024) | |
2689 | p26 = Instance.new("Part", m3) | |
2690 | p26.BrickColor = BrickColor.new("Really black") | |
2691 | p26.Material = Enum.Material.Metal | |
2692 | 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) | |
2693 | p26.CanCollide = false | |
2694 | p26.Locked = true | |
2695 | p26.FormFactor = Enum.FormFactor.Custom | |
2696 | p26.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012) | |
2697 | b26 = Instance.new("SpecialMesh", p26) | |
2698 | b26.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
2699 | b26.TextureId = "" | |
2700 | b26.MeshType = Enum.MeshType.FileMesh | |
2701 | b26.Name = "Mesh" | |
2702 | b26.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024) | |
2703 | p27 = Instance.new("Part", m3) | |
2704 | p27.BrickColor = BrickColor.new("Really black") | |
2705 | p27.Material = Enum.Material.Metal | |
2706 | 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) | |
2707 | p27.CanCollide = false | |
2708 | p27.Locked = true | |
2709 | p27.FormFactor = Enum.FormFactor.Custom | |
2710 | p27.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012) | |
2711 | b27 = Instance.new("SpecialMesh", p27) | |
2712 | b27.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
2713 | b27.TextureId = "" | |
2714 | b27.MeshType = Enum.MeshType.FileMesh | |
2715 | b27.Name = "Mesh" | |
2716 | b27.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024) | |
2717 | p28 = Instance.new("Part", m3) | |
2718 | p28.BrickColor = BrickColor.new("Really black") | |
2719 | p28.Material = Enum.Material.Metal | |
2720 | 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) | |
2721 | p28.CanCollide = false | |
2722 | p28.Locked = true | |
2723 | p28.FormFactor = Enum.FormFactor.Custom | |
2724 | p28.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012) | |
2725 | b28 = Instance.new("SpecialMesh", p28) | |
2726 | b28.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
2727 | b28.TextureId = "" | |
2728 | b28.MeshType = Enum.MeshType.FileMesh | |
2729 | b28.Name = "Mesh" | |
2730 | b28.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024) | |
2731 | p29 = Instance.new("Part", m3) | |
2732 | p29.BrickColor = BrickColor.new("Really black") | |
2733 | p29.Material = Enum.Material.Metal | |
2734 | 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) | |
2735 | p29.CanCollide = false | |
2736 | p29.Locked = true | |
2737 | p29.FormFactor = Enum.FormFactor.Custom | |
2738 | p29.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012) | |
2739 | b29 = Instance.new("SpecialMesh", p29) | |
2740 | b29.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
2741 | b29.TextureId = "" | |
2742 | b29.MeshType = Enum.MeshType.FileMesh | |
2743 | b29.Name = "Mesh" | |
2744 | b29.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024) | |
2745 | p30 = Instance.new("Part", m3) | |
2746 | p30.BrickColor = BrickColor.new("Really black") | |
2747 | p30.Material = Enum.Material.Metal | |
2748 | 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) | |
2749 | p30.CanCollide = false | |
2750 | p30.Locked = true | |
2751 | p30.FormFactor = Enum.FormFactor.Custom | |
2752 | p30.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012) | |
2753 | b30 = Instance.new("SpecialMesh", p30) | |
2754 | b30.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
2755 | b30.TextureId = "" | |
2756 | b30.MeshType = Enum.MeshType.FileMesh | |
2757 | b30.Name = "Mesh" | |
2758 | b30.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024) | |
2759 | p31 = Instance.new("Part", m3) | |
2760 | p31.BrickColor = BrickColor.new("Really black") | |
2761 | p31.Material = Enum.Material.Metal | |
2762 | 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) | |
2763 | p31.CanCollide = false | |
2764 | p31.Locked = true | |
2765 | p31.FormFactor = Enum.FormFactor.Custom | |
2766 | p31.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012) | |
2767 | b31 = Instance.new("SpecialMesh", p31) | |
2768 | b31.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
2769 | b31.TextureId = "" | |
2770 | b31.MeshType = Enum.MeshType.FileMesh | |
2771 | b31.Name = "Mesh" | |
2772 | b31.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024) | |
2773 | p32 = Instance.new("Part", m3) | |
2774 | p32.BrickColor = BrickColor.new("Really black") | |
2775 | p32.Material = Enum.Material.Metal | |
2776 | 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) | |
2777 | p32.CanCollide = false | |
2778 | p32.Locked = true | |
2779 | p32.FormFactor = Enum.FormFactor.Custom | |
2780 | p32.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012) | |
2781 | b32 = Instance.new("SpecialMesh", p32) | |
2782 | b32.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
2783 | b32.TextureId = "" | |
2784 | b32.MeshType = Enum.MeshType.FileMesh | |
2785 | b32.Name = "Mesh" | |
2786 | b32.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024) | |
2787 | p33 = Instance.new("Part", m3) | |
2788 | p33.BrickColor = BrickColor.new("Really black") | |
2789 | p33.Material = Enum.Material.Metal | |
2790 | 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) | |
2791 | p33.CanCollide = false | |
2792 | p33.Locked = true | |
2793 | p33.FormFactor = Enum.FormFactor.Custom | |
2794 | p33.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012) | |
2795 | b33 = Instance.new("SpecialMesh", p33) | |
2796 | b33.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
2797 | b33.TextureId = "" | |
2798 | b33.MeshType = Enum.MeshType.FileMesh | |
2799 | b33.Name = "Mesh" | |
2800 | b33.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024) | |
2801 | p34 = Instance.new("Part", m3) | |
2802 | p34.BrickColor = BrickColor.new("Really black") | |
2803 | p34.Material = Enum.Material.Metal | |
2804 | p34.Name = "Connection" | |
2805 | 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) | |
2806 | p34.CanCollide = false | |
2807 | p34.Locked = true | |
2808 | p34.FormFactor = Enum.FormFactor.Custom | |
2809 | p34.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012) | |
2810 | b34 = Instance.new("SpecialMesh", p34) | |
2811 | b34.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
2812 | b34.TextureId = "" | |
2813 | b34.MeshType = Enum.MeshType.FileMesh | |
2814 | b34.Name = "Mesh" | |
2815 | b34.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024) | |
2816 | p35 = Instance.new("Part", m3) | |
2817 | p35.BrickColor = BrickColor.new("Really black") | |
2818 | p35.Material = Enum.Material.Metal | |
2819 | 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) | |
2820 | p35.CanCollide = false | |
2821 | p35.Locked = true | |
2822 | p35.FormFactor = Enum.FormFactor.Custom | |
2823 | p35.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012) | |
2824 | b35 = Instance.new("SpecialMesh", p35) | |
2825 | b35.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
2826 | b35.TextureId = "" | |
2827 | b35.MeshType = Enum.MeshType.FileMesh | |
2828 | b35.Name = "Mesh" | |
2829 | b35.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024) | |
2830 | p36 = Instance.new("Part", m3) | |
2831 | p36.BrickColor = BrickColor.new("Really black") | |
2832 | p36.Material = Enum.Material.Metal | |
2833 | 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) | |
2834 | p36.CanCollide = false | |
2835 | p36.Locked = true | |
2836 | p36.FormFactor = Enum.FormFactor.Custom | |
2837 | p36.Size = Vector3.new(0.300000012, 0.300000012, 0.300000012) | |
2838 | b36 = Instance.new("SpecialMesh", p36) | |
2839 | b36.MeshId = "http://www.roblox.com/asset/?id=3270017" | |
2840 | b36.TextureId = "" | |
2841 | b36.MeshType = Enum.MeshType.FileMesh | |
2842 | b36.Name = "Mesh" | |
2843 | b36.Scale = Vector3.new(0.300000012, 0.300000012, 0.600000024) | |
2844 | w1 = Instance.new("Weld", p2) | |
2845 | w1.Name = "Joint" | |
2846 | w1.Part0 = p2 | |
2847 | 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) | |
2848 | w1.Part1 = p18 | |
2849 | w1.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
2850 | w2 = Instance.new("Weld", p3) | |
2851 | w2.Name = "Joint" | |
2852 | w2.Part0 = p3 | |
2853 | w2.C0 = CFrame.new(0, 0, -0.470001936, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
2854 | w2.Part1 = p1 | |
2855 | w2.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
2856 | w3 = Instance.new("Weld", p4) | |
2857 | w3.Name = "Joint" | |
2858 | w3.Part0 = p4 | |
2859 | w3.C0 = CFrame.new(0, 0.0299999714, -0.900000334, 1, 0, 0, 0, -4.37113883e-008, -1, 0, 1, -4.37113883e-008) | |
2860 | w3.Part1 = p1 | |
2861 | w3.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
2862 | w4 = Instance.new("Weld", p5) | |
2863 | w4.Name = "Joint" | |
2864 | w4.Part0 = p5 | |
2865 | 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) | |
2866 | w4.Part1 = p7 | |
2867 | w4.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
2868 | w5 = Instance.new("Weld", p6) | |
2869 | w5.Name = "Joint" | |
2870 | w5.Part0 = p6 | |
2871 | 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) | |
2872 | w5.Part1 = p7 | |
2873 | w5.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
2874 | w6 = Instance.new("Weld", p7) | |
2875 | w6.Name = "Joint" | |
2876 | w6.Part0 = p7 | |
2877 | 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) | |
2878 | w6.Part1 = p1 | |
2879 | w6.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
2880 | w7 = Instance.new("Weld", p8) | |
2881 | w7.Name = "Joint" | |
2882 | w7.Part0 = p8 | |
2883 | w7.C0 = CFrame.new(-0.0200009346, -2.38418579e-007, -1, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008) | |
2884 | w7.Part1 = p1 | |
2885 | w7.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
2886 | w8 = Instance.new("Weld", p9) | |
2887 | w8.Name = "Joint" | |
2888 | w8.Part0 = p9 | |
2889 | w8.C0 = CFrame.new(-0.0200009346, -2.38418579e-007, 1, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008) | |
2890 | w8.Part1 = p1 | |
2891 | w8.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
2892 | w9 = Instance.new("Weld", p10) | |
2893 | w9.Name = "Joint" | |
2894 | w9.Part0 = p10 | |
2895 | w9.C0 = CFrame.new(0, 0.0399997234, 1.04999948, 1, 0, 0, 0, -4.37113883e-008, -1, 0, 1, -4.37113883e-008) | |
2896 | w9.Part1 = p1 | |
2897 | w9.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
2898 | w10 = Instance.new("Weld", p11) | |
2899 | w10.Name = "Joint" | |
2900 | w10.Part0 = p11 | |
2901 | 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) | |
2902 | w10.Part1 = p19 | |
2903 | w10.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
2904 | w11 = Instance.new("Weld", p12) | |
2905 | w11.Name = "Joint" | |
2906 | w11.Part0 = p12 | |
2907 | 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) | |
2908 | w11.Part1 = p1 | |
2909 | w11.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
2910 | w12 = Instance.new("Weld", p13) | |
2911 | w12.Name = "Joint" | |
2912 | w12.Part0 = p13 | |
2913 | 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) | |
2914 | w12.Part1 = p35 | |
2915 | w12.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
2916 | w13 = Instance.new("Weld", p14) | |
2917 | w13.Name = "Joint" | |
2918 | w13.Part0 = p14 | |
2919 | 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) | |
2920 | w13.Part1 = p34 | |
2921 | w13.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
2922 | w14 = Instance.new("Weld", p15) | |
2923 | w14.Name = "Joint" | |
2924 | w14.Part0 = p15 | |
2925 | 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) | |
2926 | w14.Part1 = p16 | |
2927 | w14.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
2928 | w15 = Instance.new("Weld", p16) | |
2929 | w15.Name = "Joint" | |
2930 | w15.Part0 = p16 | |
2931 | 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) | |
2932 | w15.Part1 = p20 | |
2933 | w15.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
2934 | w16 = Instance.new("Weld", p17) | |
2935 | w16.Name = "Joint" | |
2936 | w16.Part0 = p17 | |
2937 | 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) | |
2938 | w16.Part1 = p14 | |
2939 | w16.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
2940 | w17 = Instance.new("Weld", p18) | |
2941 | w17.Name = "Joint" | |
2942 | w17.Part0 = p18 | |
2943 | 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) | |
2944 | w17.Part1 = p17 | |
2945 | w17.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
2946 | w18 = Instance.new("Weld", p19) | |
2947 | w18.Name = "Joint" | |
2948 | w18.Part0 = p19 | |
2949 | 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) | |
2950 | w18.Part1 = p21 | |
2951 | w18.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
2952 | w19 = Instance.new("Weld", p20) | |
2953 | w19.Name = "Joint" | |
2954 | w19.Part0 = p20 | |
2955 | 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) | |
2956 | w19.Part1 = p11 | |
2957 | w19.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
2958 | w20 = Instance.new("Weld", p21) | |
2959 | w20.Name = "Joint" | |
2960 | w20.Part0 = p21 | |
2961 | 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) | |
2962 | w20.Part1 = p22 | |
2963 | w20.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
2964 | w21 = Instance.new("Weld", p22) | |
2965 | w21.Name = "Joint" | |
2966 | w21.Part0 = p22 | |
2967 | 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) | |
2968 | w21.Part1 = p23 | |
2969 | w21.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
2970 | w22 = Instance.new("Weld", p23) | |
2971 | w22.Name = "Joint" | |
2972 | w22.Part0 = p23 | |
2973 | 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) | |
2974 | w22.Part1 = p24 | |
2975 | w22.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
2976 | w23 = Instance.new("Weld", p24) | |
2977 | w23.Name = "Joint" | |
2978 | w23.Part0 = p24 | |
2979 | 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) | |
2980 | w23.Part1 = p25 | |
2981 | w23.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
2982 | w24 = Instance.new("Weld", p25) | |
2983 | w24.Name = "Joint" | |
2984 | w24.Part0 = p25 | |
2985 | 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) | |
2986 | w24.Part1 = p26 | |
2987 | w24.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
2988 | w25 = Instance.new("Weld", p26) | |
2989 | w25.Name = "Joint" | |
2990 | w25.Part0 = p26 | |
2991 | 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) | |
2992 | w25.Part1 = p27 | |
2993 | w25.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
2994 | w26 = Instance.new("Weld", p27) | |
2995 | w26.Name = "Joint" | |
2996 | w26.Part0 = p27 | |
2997 | 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) | |
2998 | w26.Part1 = p28 | |
2999 | w26.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
3000 | w27 = Instance.new("Weld", p28) | |
3001 | w27.Name = "Joint" | |
3002 | w27.Part0 = p28 | |
3003 | 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) | |
3004 | w27.Part1 = p29 | |
3005 | w27.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
3006 | w28 = Instance.new("Weld", p29) | |
3007 | w28.Name = "Joint" | |
3008 | w28.Part0 = p29 | |
3009 | 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) | |
3010 | w28.Part1 = p30 | |
3011 | w28.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
3012 | w29 = Instance.new("Weld", p30) | |
3013 | w29.Name = "Joint" | |
3014 | w29.Part0 = p30 | |
3015 | 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) | |
3016 | w29.Part1 = p31 | |
3017 | w29.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
3018 | w30 = Instance.new("Weld", p31) | |
3019 | w30.Name = "Joint" | |
3020 | w30.Part0 = p31 | |
3021 | 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) | |
3022 | w30.Part1 = p32 | |
3023 | w30.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
3024 | w31 = Instance.new("Weld", p32) | |
3025 | w31.Name = "Joint" | |
3026 | w31.Part0 = p32 | |
3027 | 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) | |
3028 | w31.Part1 = p33 | |
3029 | w31.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
3030 | w32 = Instance.new("Weld", p33) | |
3031 | w32.Name = "Joint" | |
3032 | w32.Part0 = p33 | |
3033 | 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) | |
3034 | w32.Part1 = p13 | |
3035 | w32.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
3036 | w33 = Instance.new("Weld", p34) | |
3037 | w33.Name = "Joint" | |
3038 | w33.Part0 = p34 | |
3039 | 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) | |
3040 | w33.Part1 = p12 | |
3041 | w33.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
3042 | w34 = Instance.new("Weld", p35) | |
3043 | w34.Name = "Joint" | |
3044 | w34.Part0 = p35 | |
3045 | 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) | |
3046 | w34.Part1 = p36 | |
3047 | w34.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
3048 | w35 = Instance.new("Weld", p36) | |
3049 | w35.Name = "Joint" | |
3050 | w35.Part0 = p36 | |
3051 | 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) | |
3052 | w35.Part1 = p2 | |
3053 | w35.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
3054 | m3.Parent = torso | |
3055 | m3:MakeJoints() | |
3056 | ---------------------------------------------------- | |
3057 | local cor3 = Instance.new("Part", torso.Torso) | |
3058 | cor3.Name = "Thingy" | |
3059 | cor3.Locked = true | |
3060 | cor3.BottomSurface = 0 | |
3061 | cor3.CanCollide = false | |
3062 | cor3.Size = Vector3.new(1, 1, 1) | |
3063 | cor3.Transparency = 1 | |
3064 | cor3.TopSurface = 0 | |
3065 | corw3 = Instance.new("Weld", cor3) | |
3066 | corw3.Part0 = torso | |
3067 | corw3.Part1 = cor3 | |
3068 | corw3.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)) | |
3069 | corw3.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)) | |
3070 | weld3 = Instance.new("Weld", torso.Torso) | |
3071 | weld3.Part0 = cor3 | |
3072 | weld3.Part1 = torso.Torso.TorsoPlate | |
3073 | weld3.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)) | |
3074 | --Left Leg | |
3075 | m4 = Instance.new("Model") | |
3076 | m4.Name = "LeftLeg" | |
3077 | p1 = Instance.new("Part", m4) | |
3078 | p1.BrickColor = BrickColor.new("Really black") | |
3079 | p1.Material = Enum.Material.Metal | |
3080 | p1.Name = "LeftLegPlate" | |
3081 | p1.CFrame = CFrame.new(-1.5, 4.74442291, -7.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
3082 | p1.Anchored = false | |
3083 | p1.CanCollide = false | |
3084 | p1.FormFactor = Enum.FormFactor.Custom | |
3085 | p1.Size = Vector3.new(1, 2, 1) | |
3086 | p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
3087 | p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
3088 | p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
3089 | p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
3090 | p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
3091 | p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
3092 | b1 = Instance.new("SpecialMesh", p1) | |
3093 | b1.MeshType = Enum.MeshType.Brick | |
3094 | b1.Name = "Mesh" | |
3095 | b1.Scale = Vector3.new(1.01999998, 1, 1.01999998) | |
3096 | p2 = Instance.new("Part", m4) | |
3097 | p2.BrickColor = BrickColor.new("Really black") | |
3098 | p2.Material = Enum.Material.Metal | |
3099 | p2.CFrame = CFrame.new(-2.0999999, 5.44442606, -7.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
3100 | p2.Anchored = false | |
3101 | p2.CanCollide = false | |
3102 | p2.FormFactor = Enum.FormFactor.Custom | |
3103 | p2.Size = Vector3.new(0.239999995, 0.300000012, 0.899999976) | |
3104 | p2.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
3105 | p2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
3106 | p2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
3107 | p2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
3108 | p2.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
3109 | p2.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
3110 | b2 = Instance.new("SpecialMesh", p2) | |
3111 | b2.MeshType = Enum.MeshType.Brick | |
3112 | b2.Name = "Mesh" | |
3113 | b2.Scale = Vector3.new(1.01999998, 1, 1.01999998) | |
3114 | p3 = Instance.new("Part", m4) | |
3115 | p3.BrickColor = BrickColor.new("Really black") | |
3116 | p3.Material = Enum.Material.Metal | |
3117 | p3.CFrame = CFrame.new(-2.0999999, 5.04442501, -7.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
3118 | p3.Anchored = false | |
3119 | p3.CanCollide = false | |
3120 | p3.FormFactor = Enum.FormFactor.Custom | |
3121 | p3.Size = Vector3.new(0.200000003, 0.600000024, 0.800000012) | |
3122 | p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
3123 | p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
3124 | p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
3125 | p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
3126 | p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
3127 | p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
3128 | b3 = Instance.new("SpecialMesh", p3) | |
3129 | b3.MeshType = Enum.MeshType.Brick | |
3130 | b3.Name = "Mesh" | |
3131 | b3.Scale = Vector3.new(1.01999998, 1, 1.01999998) | |
3132 | p4 = Instance.new("Part", m4) | |
3133 | p4.BrickColor = BrickColor.new("Black") | |
3134 | p4.Material = Enum.Material.Metal | |
3135 | p4.CFrame = CFrame.new(-1.5, 4.74442291, -7.02999783, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
3136 | p4.Anchored = false | |
3137 | p4.CanCollide = false | |
3138 | p4.FormFactor = Enum.FormFactor.Custom | |
3139 | p4.Size = Vector3.new(1, 2, 0.200000018) | |
3140 | p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
3141 | p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
3142 | p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
3143 | p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
3144 | p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
3145 | p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
3146 | b4 = Instance.new("SpecialMesh", p4) | |
3147 | b4.MeshType = Enum.MeshType.Brick | |
3148 | b4.Name = "Mesh" | |
3149 | b4.Scale = Vector3.new(1, 1.01999998, 1.01999998) | |
3150 | p5 = Instance.new("Part", m4) | |
3151 | p5.BrickColor = BrickColor.new("Black") | |
3152 | p5.Material = Enum.Material.Metal | |
3153 | p5.CFrame = CFrame.new(-2, 4.74442291, -7.47999907, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008) | |
3154 | p5.Anchored = false | |
3155 | p5.CanCollide = false | |
3156 | p5.FormFactor = Enum.FormFactor.Custom | |
3157 | p5.Size = Vector3.new(1, 2, 0.200000018) | |
3158 | p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
3159 | p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
3160 | p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
3161 | p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
3162 | p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
3163 | p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
3164 | b5 = Instance.new("SpecialMesh", p5) | |
3165 | b5.MeshType = Enum.MeshType.Brick | |
3166 | b5.Name = "Mesh" | |
3167 | b5.Scale = Vector3.new(1, 1.01999998, 1.01999998) | |
3168 | p6 = Instance.new("Part", m4) | |
3169 | p6.BrickColor = BrickColor.new("Black") | |
3170 | p6.Material = Enum.Material.Metal | |
3171 | p6.CFrame = CFrame.new(-1.50999999, 3.74442887, -7.5, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008) | |
3172 | p6.Anchored = false | |
3173 | p6.CanCollide = false | |
3174 | p6.FormFactor = Enum.FormFactor.Custom | |
3175 | p6.Size = Vector3.new(1, 0.200000048, 0.980000019) | |
3176 | p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
3177 | p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
3178 | p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
3179 | p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
3180 | p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
3181 | p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
3182 | b6 = Instance.new("SpecialMesh", p6) | |
3183 | b6.MeshType = Enum.MeshType.Brick | |
3184 | b6.Name = "Mesh" | |
3185 | b6.Scale = Vector3.new(1, 1.01999998, 1.01999998) | |
3186 | p7 = Instance.new("Part", m4) | |
3187 | p7.BrickColor = BrickColor.new("Black") | |
3188 | p7.Material = Enum.Material.Metal | |
3189 | p7.CFrame = CFrame.new(-1.5, 5.74442291, -7.5, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
3190 | p7.Anchored = false | |
3191 | p7.CanCollide = false | |
3192 | p7.FormFactor = Enum.FormFactor.Custom | |
3193 | p7.Size = Vector3.new(1, 0.200000048, 0.99000001) | |
3194 | p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
3195 | p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
3196 | p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
3197 | p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
3198 | p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
3199 | p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
3200 | b7 = Instance.new("SpecialMesh", p7) | |
3201 | b7.MeshType = Enum.MeshType.Brick | |
3202 | b7.Name = "Mesh" | |
3203 | b7.Scale = Vector3.new(1, 1.01999998, 1.01999998) | |
3204 | w1 = Instance.new("Weld", p2) | |
3205 | w1.Name = "Joint" | |
3206 | w1.Part0 = p2 | |
3207 | w1.C0 = CFrame.new(0, -0.40000093, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
3208 | w1.Part1 = p3 | |
3209 | w1.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
3210 | w2 = Instance.new("Weld", p3) | |
3211 | w2.Name = "Joint" | |
3212 | w2.Part0 = p3 | |
3213 | w2.C0 = CFrame.new(0.0999999046, -0.300002098, 0.0200009346, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008) | |
3214 | w2.Part1 = p5 | |
3215 | w2.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
3216 | w3 = Instance.new("Weld", p4) | |
3217 | w3.Name = "Joint" | |
3218 | w3.Part0 = p4 | |
3219 | w3.C0 = CFrame.new(0, 0, -0.470002174, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
3220 | w3.Part1 = p1 | |
3221 | w3.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
3222 | w4 = Instance.new("Weld", p5) | |
3223 | w4.Name = "Joint" | |
3224 | w4.Part0 = p5 | |
3225 | w4.C0 = CFrame.new(-0.0200009346, 0, -0.5, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008) | |
3226 | w4.Part1 = p1 | |
3227 | w4.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
3228 | w5 = Instance.new("Weld", p6) | |
3229 | w5.Name = "Joint" | |
3230 | w5.Part0 = p6 | |
3231 | w5.C0 = CFrame.new(0, 0.99999404, -0.00999999046, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008) | |
3232 | w5.Part1 = p1 | |
3233 | w5.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
3234 | w6 = Instance.new("Weld", p7) | |
3235 | w6.Name = "Joint" | |
3236 | w6.Part0 = p7 | |
3237 | w6.C0 = CFrame.new(0, -1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
3238 | w6.Part1 = p1 | |
3239 | w6.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
3240 | m4.Parent = lleg | |
3241 | m4:MakeJoints() | |
3242 | ---------------------------------------------------- | |
3243 | local cor4 = Instance.new("Part", lleg.LeftLeg) | |
3244 | cor4.Name = "Thingy" | |
3245 | cor4.Locked = true | |
3246 | cor4.BottomSurface = 0 | |
3247 | cor4.CanCollide = false | |
3248 | cor4.Size = Vector3.new(1, 1, 1) | |
3249 | cor4.Transparency = 1 | |
3250 | cor4.TopSurface = 0 | |
3251 | corw4 = Instance.new("Weld", cor4) | |
3252 | corw4.Part0 = lleg | |
3253 | corw4.Part1 = cor4 | |
3254 | corw4.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)) | |
3255 | corw4.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)) | |
3256 | weld4 = Instance.new("Weld", lleg.LeftLeg) | |
3257 | weld4.Part0 = cor4 | |
3258 | weld4.Part1 = lleg.LeftLeg.LeftLegPlate | |
3259 | weld4.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)) | |
3260 | --Right Leg | |
3261 | m5 = Instance.new("Model") | |
3262 | m5.Name = "RightLeg" | |
3263 | p1 = Instance.new("Part", m5) | |
3264 | p1.BrickColor = BrickColor.new("Really black") | |
3265 | p1.Material = Enum.Material.Metal | |
3266 | p1.Name = "RightLegPlate" | |
3267 | p1.CFrame = CFrame.new(1.5, 4.74441528, -7.49999952, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
3268 | p1.Anchored = false | |
3269 | p1.CanCollide = false | |
3270 | p1.FormFactor = Enum.FormFactor.Custom | |
3271 | p1.Size = Vector3.new(1, 2, 1) | |
3272 | p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
3273 | p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
3274 | p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
3275 | p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
3276 | p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
3277 | p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
3278 | b1 = Instance.new("SpecialMesh", p1) | |
3279 | b1.MeshType = Enum.MeshType.Brick | |
3280 | b1.Name = "Mesh" | |
3281 | b1.Scale = Vector3.new(1.01999998, 1, 1.01999998) | |
3282 | p2 = Instance.new("Part", m5) | |
3283 | p2.BrickColor = BrickColor.new("Really black") | |
3284 | p2.Material = Enum.Material.Metal | |
3285 | p2.CFrame = CFrame.new(2.05000019, 5.44441557, -7.49999952, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
3286 | p2.Anchored = false | |
3287 | p2.CanCollide = false | |
3288 | p2.FormFactor = Enum.FormFactor.Custom | |
3289 | p2.Size = Vector3.new(0.239999995, 0.300000012, 0.899999976) | |
3290 | p2.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
3291 | p2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
3292 | p2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
3293 | p2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
3294 | p2.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
3295 | p2.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
3296 | b2 = Instance.new("SpecialMesh", p2) | |
3297 | b2.MeshType = Enum.MeshType.Brick | |
3298 | b2.Name = "Mesh" | |
3299 | b2.Scale = Vector3.new(1.01999998, 1, 1.01999998) | |
3300 | p3 = Instance.new("Part", m5) | |
3301 | p3.BrickColor = BrickColor.new("Really black") | |
3302 | p3.Material = Enum.Material.Metal | |
3303 | p3.CFrame = CFrame.new(2.05000019, 5.04441547, -7.49999952, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
3304 | p3.Anchored = false | |
3305 | p3.CanCollide = false | |
3306 | p3.FormFactor = Enum.FormFactor.Custom | |
3307 | p3.Size = Vector3.new(0.200000003, 0.600000024, 0.800000012) | |
3308 | p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
3309 | p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
3310 | p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
3311 | p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
3312 | p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
3313 | p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
3314 | b3 = Instance.new("SpecialMesh", p3) | |
3315 | b3.MeshType = Enum.MeshType.Brick | |
3316 | b3.Name = "Mesh" | |
3317 | b3.Scale = Vector3.new(1.01999998, 1, 1.01999998) | |
3318 | p4 = Instance.new("Part", m5) | |
3319 | p4.BrickColor = BrickColor.new("Black") | |
3320 | p4.Material = Enum.Material.Metal | |
3321 | p4.CFrame = CFrame.new(1.5, 4.74441528, -7.0299983, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
3322 | p4.Anchored = false | |
3323 | p4.CanCollide = false | |
3324 | p4.FormFactor = Enum.FormFactor.Custom | |
3325 | p4.Size = Vector3.new(1, 2, 0.200000018) | |
3326 | p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
3327 | p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
3328 | p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
3329 | p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
3330 | p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
3331 | p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
3332 | b4 = Instance.new("SpecialMesh", p4) | |
3333 | b4.MeshType = Enum.MeshType.Brick | |
3334 | b4.Name = "Mesh" | |
3335 | b4.Scale = Vector3.new(1, 1.01999998, 1.01999998) | |
3336 | p5 = Instance.new("Part", m5) | |
3337 | p5.BrickColor = BrickColor.new("Black") | |
3338 | p5.Material = Enum.Material.Metal | |
3339 | p5.CFrame = CFrame.new(2, 4.74441528, -7.47999907, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008) | |
3340 | p5.Anchored = false | |
3341 | p5.CanCollide = false | |
3342 | p5.FormFactor = Enum.FormFactor.Custom | |
3343 | p5.Size = Vector3.new(1, 2, 0.200000018) | |
3344 | p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
3345 | p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
3346 | p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
3347 | p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
3348 | p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
3349 | p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
3350 | b5 = Instance.new("SpecialMesh", p5) | |
3351 | b5.MeshType = Enum.MeshType.Brick | |
3352 | b5.Name = "Mesh" | |
3353 | b5.Scale = Vector3.new(1, 1.01999998, 1.01999998) | |
3354 | p6 = Instance.new("Part", m5) | |
3355 | p6.BrickColor = BrickColor.new("Black") | |
3356 | p6.Material = Enum.Material.Metal | |
3357 | p6.CFrame = CFrame.new(1.505, 3.74442124, -7.49999952, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008) | |
3358 | p6.Anchored = false | |
3359 | p6.CanCollide = false | |
3360 | p6.FormFactor = Enum.FormFactor.Custom | |
3361 | p6.Size = Vector3.new(1, 0.200000048, 0.99000001) | |
3362 | p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
3363 | p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
3364 | p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
3365 | p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
3366 | p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
3367 | p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
3368 | b6 = Instance.new("SpecialMesh", p6) | |
3369 | b6.MeshType = Enum.MeshType.Brick | |
3370 | b6.Name = "Mesh" | |
3371 | b6.Scale = Vector3.new(1, 1.01999998, 1.01999998) | |
3372 | p7 = Instance.new("Part", m5) | |
3373 | p7.BrickColor = BrickColor.new("Black") | |
3374 | p7.Material = Enum.Material.Metal | |
3375 | p7.CFrame = CFrame.new(1.505, 5.69442129, -7.49999952, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008) | |
3376 | p7.Anchored = false | |
3377 | p7.CanCollide = false | |
3378 | p7.FormFactor = Enum.FormFactor.Custom | |
3379 | p7.Size = Vector3.new(1, 0.200000048, 0.99000001) | |
3380 | p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
3381 | p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
3382 | p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
3383 | p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
3384 | p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
3385 | p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
3386 | b7 = Instance.new("SpecialMesh", p7) | |
3387 | b7.MeshType = Enum.MeshType.Brick | |
3388 | b7.Name = "Mesh" | |
3389 | b7.Scale = Vector3.new(1, 1.01999998, 1.01999998) | |
3390 | w1 = Instance.new("Weld", p2) | |
3391 | w1.Name = "Joint" | |
3392 | w1.Part0 = p2 | |
3393 | w1.C0 = CFrame.new(0, -0.400000095, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
3394 | w1.Part1 = p3 | |
3395 | w1.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
3396 | w2 = Instance.new("Weld", p3) | |
3397 | w2.Name = "Joint" | |
3398 | w2.Part0 = p3 | |
3399 | w2.C0 = CFrame.new(-0.0500001907, -0.300000191, 0.0200004578, -4.37113883e-008, 0, -1, 0, 1, 0, 1, 0, -4.37113883e-008) | |
3400 | w2.Part1 = p5 | |
3401 | w2.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
3402 | w3 = Instance.new("Weld", p4) | |
3403 | w3.Name = "Joint" | |
3404 | w3.Part0 = p4 | |
3405 | w3.C0 = CFrame.new(0, 0, -0.470001221, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
3406 | w3.Part1 = p1 | |
3407 | w3.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
3408 | w4 = Instance.new("Weld", p5) | |
3409 | w4.Name = "Joint" | |
3410 | w4.Part0 = p5 | |
3411 | w4.C0 = CFrame.new(-0.0200004578, 0, 0.5, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008) | |
3412 | w4.Part1 = p1 | |
3413 | w4.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
3414 | w5 = Instance.new("Weld", p6) | |
3415 | w5.Name = "Joint" | |
3416 | w5.Part0 = p6 | |
3417 | w5.C0 = CFrame.new(0, 0.99999404, 0.00499999523, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008) | |
3418 | w5.Part1 = p1 | |
3419 | w5.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
3420 | w6 = Instance.new("Weld", p7) | |
3421 | w6.Name = "Joint" | |
3422 | w6.Part0 = p7 | |
3423 | w6.C0 = CFrame.new(0, -0.950006008, 0.00499999523, -4.37113883e-008, 0, 1, 0, 1, 0, -1, 0, -4.37113883e-008) | |
3424 | w6.Part1 = p1 | |
3425 | w6.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
3426 | m5.Parent = rleg | |
3427 | m5:MakeJoints() | |
3428 | ---------------------------------------------------- | |
3429 | local cor5 = Instance.new("Part", rleg.RightLeg) | |
3430 | cor5.Name = "Thingy" | |
3431 | cor5.Locked = true | |
3432 | cor5.BottomSurface = 0 | |
3433 | cor5.CanCollide = false | |
3434 | cor5.Size = Vector3.new(1, 1, 1) | |
3435 | cor5.Transparency = 1 | |
3436 | cor5.TopSurface = 0 | |
3437 | corw5 = Instance.new("Weld", cor5) | |
3438 | corw5.Part0 = rleg | |
3439 | corw5.Part1 = cor5 | |
3440 | corw5.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)) | |
3441 | corw5.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)) | |
3442 | wld5 = Instance.new("Weld", rleg.RightLeg) | |
3443 | wld5.Part0 = cor5 | |
3444 | wld5.Part1 = rleg.RightLeg.RightLegPlate | |
3445 | wld5.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)) | |
3446 | --Cape | |
3447 | m6 = Instance.new("Model") | |
3448 | m6.Name = "Cloak" | |
3449 | p1 = Instance.new("WedgePart", m6) | |
3450 | p1.BrickColor = BrickColor.new("Really black") | |
3451 | p1.Material = Enum.Material.SmoothPlastic | |
3452 | p1.Name = "Wedge" | |
3453 | p1.CFrame = CFrame.new(0.959278464, 4.40979004, 4.03967237, 0, 0, -1, 0, 1, 0, 1, 0, 0) | |
3454 | p1.CanCollide = false | |
3455 | p1.Locked = true | |
3456 | p1.FormFactor = Enum.FormFactor.Custom | |
3457 | p1.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636) | |
3458 | p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
3459 | p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
3460 | p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
3461 | p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
3462 | p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
3463 | p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
3464 | b1 = Instance.new("SpecialMesh", p1) | |
3465 | b1.MeshType = Enum.MeshType.Wedge | |
3466 | b1.Name = "Mesh" | |
3467 | b1.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097) | |
3468 | p2 = Instance.new("WedgePart", m6) | |
3469 | p2.BrickColor = BrickColor.new("Really black") | |
3470 | p2.Material = Enum.Material.SmoothPlastic | |
3471 | p2.Name = "Wedge" | |
3472 | p2.CFrame = CFrame.new(-1.27945054, 2.10108781, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0) | |
3473 | p2.CanCollide = false | |
3474 | p2.Locked = true | |
3475 | p2.FormFactor = Enum.FormFactor.Custom | |
3476 | p2.Size = Vector3.new(0.232357651, 0.279841363, 0.232357636) | |
3477 | p2.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
3478 | p2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
3479 | p2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
3480 | p2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
3481 | p2.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
3482 | p2.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
3483 | b2 = Instance.new("SpecialMesh", p2) | |
3484 | b2.MeshType = Enum.MeshType.Wedge | |
3485 | b2.Name = "Mesh" | |
3486 | b2.Scale = Vector3.new(0.602178097, 1, 0.602178097) | |
3487 | p3 = Instance.new("Part", m6) | |
3488 | p3.BrickColor = BrickColor.new("Really black") | |
3489 | p3.Material = Enum.Material.SmoothPlastic | |
3490 | p3.Name = "CapeLevel2" | |
3491 | p3.CFrame = CFrame.new(-0.300008506, 3.78014231, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
3492 | p3.CanCollide = false | |
3493 | p3.Locked = true | |
3494 | p3.FormFactor = Enum.FormFactor.Custom | |
3495 | p3.Size = Vector3.new(2.09881067, 0.559682727, 0.232357636) | |
3496 | p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
3497 | p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
3498 | p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
3499 | p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
3500 | p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
3501 | p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
3502 | b3 = Instance.new("BlockMesh", p3) | |
3503 | b3.Name = "Mesh" | |
3504 | b3.Scale = Vector3.new(1, 1, 0.602178097) | |
3505 | p4 = Instance.new("Part", m6) | |
3506 | p4.BrickColor = BrickColor.new("Really black") | |
3507 | p4.Material = Enum.Material.SmoothPlastic | |
3508 | p4.CFrame = CFrame.new(-1.8391341, 2.73073244, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1) | |
3509 | p4.CanCollide = false | |
3510 | p4.Locked = true | |
3511 | p4.FormFactor = Enum.FormFactor.Custom | |
3512 | p4.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636) | |
3513 | p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
3514 | p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
3515 | p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
3516 | p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
3517 | p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
3518 | p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
3519 | b4 = Instance.new("BlockMesh", p4) | |
3520 | b4.Name = "Mesh" | |
3521 | b4.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097) | |
3522 | p5 = Instance.new("Part", m6) | |
3523 | p5.BrickColor = BrickColor.new("Really black") | |
3524 | p5.Material = Enum.Material.SmoothPlastic | |
3525 | p5.CFrame = CFrame.new(-1.69921267, 2.73073244, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1) | |
3526 | p5.CanCollide = false | |
3527 | p5.Locked = true | |
3528 | p5.FormFactor = Enum.FormFactor.Custom | |
3529 | p5.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636) | |
3530 | p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
3531 | p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
3532 | p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
3533 | p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
3534 | p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
3535 | p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
3536 | b5 = Instance.new("BlockMesh", p5) | |
3537 | b5.Name = "Mesh" | |
3538 | b5.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097) | |
3539 | p6 = Instance.new("Part", m6) | |
3540 | p6.BrickColor = BrickColor.new("Really black") | |
3541 | p6.Material = Enum.Material.SmoothPlastic | |
3542 | p6.Name = "CapeLevel1" | |
3543 | p6.CFrame = CFrame.new(-0.300008506, 4.6896286, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
3544 | p6.CanCollide = false | |
3545 | p6.Locked = true | |
3546 | p6.FormFactor = Enum.FormFactor.Custom | |
3547 | p6.Size = Vector3.new(1.25928628, 0.232357651, 0.232357636) | |
3548 | p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
3549 | p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
3550 | p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
3551 | p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
3552 | p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
3553 | p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
3554 | b6 = Instance.new("BlockMesh", p6) | |
3555 | b6.Name = "Mesh" | |
3556 | b6.Scale = Vector3.new(1, 0.602178097, 0.602178097) | |
3557 | p7 = Instance.new("Part", m6) | |
3558 | p7.BrickColor = BrickColor.new("Really black") | |
3559 | p7.Material = Enum.Material.SmoothPlastic | |
3560 | p7.CFrame = CFrame.new(1.23912418, 2.73073268, 4.03967333, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
3561 | p7.CanCollide = false | |
3562 | p7.Locked = true | |
3563 | p7.FormFactor = Enum.FormFactor.Custom | |
3564 | p7.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636) | |
3565 | p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
3566 | p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
3567 | p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
3568 | p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
3569 | p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
3570 | p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
3571 | b7 = Instance.new("BlockMesh", p7) | |
3572 | b7.Name = "Mesh" | |
3573 | b7.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097) | |
3574 | p8 = Instance.new("Part", m6) | |
3575 | p8.BrickColor = BrickColor.new("Really black") | |
3576 | p8.Material = Enum.Material.SmoothPlastic | |
3577 | p8.CFrame = CFrame.new(0.539517641, 2.10109043, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
3578 | p8.CanCollide = false | |
3579 | p8.Locked = true | |
3580 | p8.FormFactor = Enum.FormFactor.Custom | |
3581 | p8.Size = Vector3.new(0.232357651, 0.279841363, 0.232357636) | |
3582 | p8.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
3583 | p8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
3584 | p8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
3585 | p8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
3586 | p8.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
3587 | p8.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
3588 | b8 = Instance.new("BlockMesh", p8) | |
3589 | b8.Name = "Mesh" | |
3590 | b8.Scale = Vector3.new(0.602178097, 1, 0.602178097) | |
3591 | p9 = Instance.new("Part", m6) | |
3592 | p9.BrickColor = BrickColor.new("Really black") | |
3593 | p9.Material = Enum.Material.SmoothPlastic | |
3594 | p9.CFrame = CFrame.new(-0.300009966, 2.03112936, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
3595 | p9.CanCollide = false | |
3596 | p9.Locked = true | |
3597 | p9.FormFactor = Enum.FormFactor.Custom | |
3598 | p9.Size = Vector3.new(0.419762105, 0.419762105, 0.232357636) | |
3599 | p9.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
3600 | p9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
3601 | p9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
3602 | p9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
3603 | p9.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
3604 | p9.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
3605 | b9 = Instance.new("BlockMesh", p9) | |
3606 | b9.Name = "Mesh" | |
3607 | b9.Scale = Vector3.new(1, 1, 0.602178097) | |
3608 | p10 = Instance.new("Part", m6) | |
3609 | p10.BrickColor = BrickColor.new("Really black") | |
3610 | p10.Material = Enum.Material.SmoothPlastic | |
3611 | p10.CFrame = CFrame.new(1.09920263, 2.73073268, 4.03967333, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
3612 | p10.CanCollide = false | |
3613 | p10.Locked = true | |
3614 | p10.FormFactor = Enum.FormFactor.Custom | |
3615 | p10.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636) | |
3616 | p10.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
3617 | p10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
3618 | p10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
3619 | p10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
3620 | p10.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
3621 | p10.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
3622 | b10 = Instance.new("BlockMesh", p10) | |
3623 | b10.Name = "Mesh" | |
3624 | b10.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097) | |
3625 | p11 = Instance.new("Part", m6) | |
3626 | p11.BrickColor = BrickColor.new("Really black") | |
3627 | p11.Material = Enum.Material.SmoothPlastic | |
3628 | p11.CFrame = CFrame.new(-1.13953161, 2.10109043, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
3629 | p11.CanCollide = false | |
3630 | p11.Locked = true | |
3631 | p11.FormFactor = Enum.FormFactor.Custom | |
3632 | p11.Size = Vector3.new(0.232357651, 0.279841363, 0.232357636) | |
3633 | p11.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
3634 | p11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
3635 | p11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
3636 | p11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
3637 | p11.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
3638 | p11.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
3639 | b11 = Instance.new("BlockMesh", p11) | |
3640 | b11.Name = "Mesh" | |
3641 | b11.Scale = Vector3.new(0.602178097, 1, 0.602178097) | |
3642 | p12 = Instance.new("Part", m6) | |
3643 | p12.BrickColor = BrickColor.new("Really black") | |
3644 | p12.Material = Enum.Material.SmoothPlastic | |
3645 | p12.CFrame = CFrame.new(-1.6992135, 3.29041815, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1) | |
3646 | p12.CanCollide = false | |
3647 | p12.Locked = true | |
3648 | p12.FormFactor = Enum.FormFactor.Custom | |
3649 | p12.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636) | |
3650 | p12.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
3651 | p12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
3652 | p12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
3653 | p12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
3654 | p12.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
3655 | p12.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
3656 | b12 = Instance.new("BlockMesh", p12) | |
3657 | b12.Name = "Mesh" | |
3658 | b12.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097) | |
3659 | p13 = Instance.new("Part", m6) | |
3660 | p13.BrickColor = BrickColor.new("Really black") | |
3661 | p13.Material = Enum.Material.SmoothPlastic | |
3662 | p13.Name = "BottomLeftFlap" | |
3663 | p13.CFrame = CFrame.new(-1.13953161, 2.31097221, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
3664 | p13.CanCollide = false | |
3665 | p13.Locked = true | |
3666 | p13.FormFactor = Enum.FormFactor.Custom | |
3667 | p13.Size = Vector3.new(0.419762105, 0.232357651, 0.232357636) | |
3668 | p13.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
3669 | p13.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
3670 | p13.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
3671 | p13.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
3672 | p13.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
3673 | p13.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
3674 | b13 = Instance.new("BlockMesh", p13) | |
3675 | b13.Name = "Mesh" | |
3676 | b13.Scale = Vector3.new(1, 0.602178097, 0.602178097) | |
3677 | p14 = Instance.new("Part", m6) | |
3678 | p14.BrickColor = BrickColor.new("Really black") | |
3679 | p14.Material = Enum.Material.SmoothPlastic | |
3680 | p14.Transparency = 1 | |
3681 | p14.Name = "Rotater" | |
3682 | p14.CFrame = CFrame.new(-0.300001532, 4.82954979, 4.03967381, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
3683 | p14.CanCollide = false | |
3684 | p14.Locked = true | |
3685 | p14.FormFactor = Enum.FormFactor.Custom | |
3686 | p14.Size = Vector3.new(1.25928617, 0.232357651, 0.232357636) | |
3687 | p14.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
3688 | p14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
3689 | p14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
3690 | p14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
3691 | p14.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
3692 | p14.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
3693 | b14 = Instance.new("BlockMesh", p14) | |
3694 | b14.Name = "Mesh" | |
3695 | b14.Scale = Vector3.new(1, 0.632287025, 0.632287025) | |
3696 | p15 = Instance.new("Part", m6) | |
3697 | p15.BrickColor = BrickColor.new("Really black") | |
3698 | p15.Material = Enum.Material.SmoothPlastic | |
3699 | p15.CFrame = CFrame.new(-1.41937125, 4.40979004, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1) | |
3700 | p15.CanCollide = false | |
3701 | p15.Locked = true | |
3702 | p15.FormFactor = Enum.FormFactor.Custom | |
3703 | p15.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636) | |
3704 | p15.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
3705 | p15.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
3706 | p15.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
3707 | p15.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
3708 | p15.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
3709 | p15.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
3710 | b15 = Instance.new("BlockMesh", p15) | |
3711 | b15.Name = "Mesh" | |
3712 | b15.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097) | |
3713 | p16 = Instance.new("Part", m6) | |
3714 | p16.BrickColor = BrickColor.new("Really black") | |
3715 | p16.Material = Enum.Material.SmoothPlastic | |
3716 | p16.Name = "BottomCenterFlap" | |
3717 | p16.CFrame = CFrame.new(-0.300009966, 2.31097221, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
3718 | p16.CanCollide = false | |
3719 | p16.Locked = true | |
3720 | p16.FormFactor = Enum.FormFactor.Custom | |
3721 | p16.Size = Vector3.new(0.699603498, 0.232357651, 0.232357636) | |
3722 | p16.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
3723 | p16.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
3724 | p16.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
3725 | p16.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
3726 | p16.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
3727 | p16.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
3728 | b16 = Instance.new("BlockMesh", p16) | |
3729 | b16.Name = "Mesh" | |
3730 | b16.Scale = Vector3.new(1, 0.602178097, 0.602178097) | |
3731 | p17 = Instance.new("Part", m6) | |
3732 | p17.BrickColor = BrickColor.new("Really black") | |
3733 | p17.Material = Enum.Material.SmoothPlastic | |
3734 | p17.CFrame = CFrame.new(-1.27945054, 4.26986647, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1) | |
3735 | p17.CanCollide = false | |
3736 | p17.Locked = true | |
3737 | p17.FormFactor = Enum.FormFactor.Custom | |
3738 | p17.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636) | |
3739 | p17.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
3740 | p17.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
3741 | p17.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
3742 | p17.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
3743 | p17.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
3744 | p17.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
3745 | b17 = Instance.new("BlockMesh", p17) | |
3746 | b17.Name = "Mesh" | |
3747 | b17.Scale = Vector3.new(0.602178097, 1, 0.602178097) | |
3748 | p18 = Instance.new("Part", m6) | |
3749 | p18.BrickColor = BrickColor.new("Really black") | |
3750 | p18.Material = Enum.Material.SmoothPlastic | |
3751 | p18.CFrame = CFrame.new(0.679436207, 4.26986647, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
3752 | p18.CanCollide = false | |
3753 | p18.Locked = true | |
3754 | p18.FormFactor = Enum.FormFactor.Custom | |
3755 | p18.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636) | |
3756 | p18.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
3757 | p18.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
3758 | p18.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
3759 | p18.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
3760 | p18.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
3761 | p18.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
3762 | b18 = Instance.new("BlockMesh", p18) | |
3763 | b18.Name = "Mesh" | |
3764 | b18.Scale = Vector3.new(0.602178097, 1, 0.602178097) | |
3765 | p19 = Instance.new("WedgePart", m6) | |
3766 | p19.BrickColor = BrickColor.new("Really black") | |
3767 | p19.Name = "Wedge" | |
3768 | p19.CFrame = CFrame.new(-0.265017539, 1.47144794, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0) | |
3769 | p19.CanCollide = false | |
3770 | p19.Locked = true | |
3771 | p19.FormFactor = Enum.FormFactor.Custom | |
3772 | p19.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636) | |
3773 | p19.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
3774 | p19.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
3775 | p19.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
3776 | p19.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
3777 | p19.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
3778 | p19.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
3779 | b19 = Instance.new("SpecialMesh", p19) | |
3780 | b19.MeshType = Enum.MeshType.Wedge | |
3781 | b19.Name = "Mesh" | |
3782 | b19.Scale = Vector3.new(0.602178395, 0.602178395, 0.301089197) | |
3783 | p20 = Instance.new("Part", m6) | |
3784 | p20.BrickColor = BrickColor.new("Really black") | |
3785 | p20.Material = Enum.Material.SmoothPlastic | |
3786 | p20.CFrame = CFrame.new(1.09919691, 3.29041815, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
3787 | p20.CanCollide = false | |
3788 | p20.Locked = true | |
3789 | p20.FormFactor = Enum.FormFactor.Custom | |
3790 | p20.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636) | |
3791 | p20.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
3792 | p20.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
3793 | p20.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
3794 | p20.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
3795 | p20.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
3796 | p20.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
3797 | b20 = Instance.new("BlockMesh", p20) | |
3798 | b20.Name = "Mesh" | |
3799 | b20.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097) | |
3800 | p21 = Instance.new("Part", m6) | |
3801 | p21.BrickColor = BrickColor.new("Really black") | |
3802 | p21.Material = Enum.Material.SmoothPlastic | |
3803 | p21.CFrame = CFrame.new(0.959275484, 3.1504972, 4.03967381, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
3804 | p21.CanCollide = false | |
3805 | p21.Locked = true | |
3806 | p21.FormFactor = Enum.FormFactor.Custom | |
3807 | p21.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636) | |
3808 | p21.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
3809 | p21.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
3810 | p21.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
3811 | p21.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
3812 | p21.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
3813 | p21.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
3814 | b21 = Instance.new("BlockMesh", p21) | |
3815 | b21.Name = "Mesh" | |
3816 | b21.Scale = Vector3.new(0.602178097, 1, 0.602178097) | |
3817 | p22 = Instance.new("WedgePart", m6) | |
3818 | p22.BrickColor = BrickColor.new("Really black") | |
3819 | p22.Name = "Wedge" | |
3820 | p22.CFrame = CFrame.new(0.50454706, 1.89121199, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0) | |
3821 | p22.CanCollide = false | |
3822 | p22.Locked = true | |
3823 | p22.FormFactor = Enum.FormFactor.Custom | |
3824 | p22.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636) | |
3825 | p22.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
3826 | p22.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
3827 | p22.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
3828 | p22.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
3829 | p22.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
3830 | p22.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
3831 | b22 = Instance.new("SpecialMesh", p22) | |
3832 | b22.MeshType = Enum.MeshType.Wedge | |
3833 | b22.Name = "Mesh" | |
3834 | b22.Scale = Vector3.new(0.602178395, 0.602178395, 0.301089197) | |
3835 | p23 = Instance.new("WedgePart", m6) | |
3836 | p23.BrickColor = BrickColor.new("Really black") | |
3837 | p23.Material = Enum.Material.SmoothPlastic | |
3838 | p23.Name = "Wedge" | |
3839 | p23.CFrame = CFrame.new(1.09919691, 3.85010386, 4.03967237, 0, 0, -1, 0, 1, 0, 1, 0, 0) | |
3840 | p23.CanCollide = false | |
3841 | p23.Locked = true | |
3842 | p23.FormFactor = Enum.FormFactor.Custom | |
3843 | p23.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636) | |
3844 | p23.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
3845 | p23.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
3846 | p23.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
3847 | p23.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
3848 | p23.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
3849 | p23.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
3850 | b23 = Instance.new("SpecialMesh", p23) | |
3851 | b23.MeshType = Enum.MeshType.Wedge | |
3852 | b23.Name = "Mesh" | |
3853 | b23.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097) | |
3854 | p24 = Instance.new("WedgePart", m6) | |
3855 | p24.BrickColor = BrickColor.new("Really black") | |
3856 | p24.Material = Enum.Material.SmoothPlastic | |
3857 | p24.Name = "Wedge" | |
3858 | p24.CFrame = CFrame.new(0.959281087, 2.45089102, 4.03967333, 0, 0, -1, 0, -1, 0, -1, 0, 0) | |
3859 | p24.CanCollide = false | |
3860 | p24.Locked = true | |
3861 | p24.FormFactor = Enum.FormFactor.Custom | |
3862 | p24.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636) | |
3863 | p24.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
3864 | p24.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
3865 | p24.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
3866 | p24.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
3867 | p24.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
3868 | p24.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
3869 | b24 = Instance.new("SpecialMesh", p24) | |
3870 | b24.MeshType = Enum.MeshType.Wedge | |
3871 | b24.Name = "Mesh" | |
3872 | b24.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097) | |
3873 | p25 = Instance.new("WedgePart", m6) | |
3874 | p25.BrickColor = BrickColor.new("Really black") | |
3875 | p25.Name = "Wedge" | |
3876 | p25.CFrame = CFrame.new(0.574507415, 1.89121199, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0) | |
3877 | p25.CanCollide = false | |
3878 | p25.Locked = true | |
3879 | p25.FormFactor = Enum.FormFactor.Custom | |
3880 | p25.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636) | |
3881 | p25.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
3882 | p25.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
3883 | p25.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
3884 | p25.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
3885 | p25.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
3886 | p25.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
3887 | b25 = Instance.new("SpecialMesh", p25) | |
3888 | b25.MeshType = Enum.MeshType.Wedge | |
3889 | b25.Name = "Mesh" | |
3890 | b25.Scale = Vector3.new(0.602178395, 0.602178395, 0.301089197) | |
3891 | p26 = Instance.new("WedgePart", m6) | |
3892 | p26.BrickColor = BrickColor.new("Really black") | |
3893 | p26.Material = Enum.Material.SmoothPlastic | |
3894 | p26.Name = "Wedge" | |
3895 | p26.CFrame = CFrame.new(-1.06957662, 4.68963194, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0) | |
3896 | p26.CanCollide = false | |
3897 | p26.Locked = true | |
3898 | p26.FormFactor = Enum.FormFactor.Custom | |
3899 | p26.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363) | |
3900 | p26.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
3901 | p26.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
3902 | p26.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
3903 | p26.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
3904 | p26.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
3905 | p26.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
3906 | b26 = Instance.new("SpecialMesh", p26) | |
3907 | b26.MeshType = Enum.MeshType.Wedge | |
3908 | b26.Name = "Mesh" | |
3909 | b26.Scale = Vector3.new(0.602178097, 0.602178097, 1) | |
3910 | p27 = Instance.new("Part", m6) | |
3911 | p27.BrickColor = BrickColor.new("Really black") | |
3912 | p27.Material = Enum.Material.SmoothPlastic | |
3913 | p27.CFrame = CFrame.new(-1.55929208, 2.73073244, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1) | |
3914 | p27.CanCollide = false | |
3915 | p27.Locked = true | |
3916 | p27.FormFactor = Enum.FormFactor.Custom | |
3917 | p27.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636) | |
3918 | p27.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
3919 | p27.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
3920 | p27.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
3921 | p27.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
3922 | p27.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
3923 | p27.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
3924 | b27 = Instance.new("BlockMesh", p27) | |
3925 | b27.Name = "Mesh" | |
3926 | b27.Scale = Vector3.new(0.602178097, 1, 0.602178097) | |
3927 | p28 = Instance.new("WedgePart", m6) | |
3928 | p28.BrickColor = BrickColor.new("Really black") | |
3929 | p28.Material = Enum.Material.SmoothPlastic | |
3930 | p28.Name = "Wedge" | |
3931 | p28.CFrame = CFrame.new(0.959275484, 3.71018291, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0) | |
3932 | p28.CanCollide = false | |
3933 | p28.Locked = true | |
3934 | p28.FormFactor = Enum.FormFactor.Custom | |
3935 | p28.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636) | |
3936 | p28.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
3937 | p28.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
3938 | p28.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
3939 | p28.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
3940 | p28.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
3941 | p28.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
3942 | b28 = Instance.new("SpecialMesh", p28) | |
3943 | b28.MeshType = Enum.MeshType.Wedge | |
3944 | b28.Name = "Mesh" | |
3945 | b28.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097) | |
3946 | p29 = Instance.new("Part", m6) | |
3947 | p29.BrickColor = BrickColor.new("Really black") | |
3948 | p29.Material = Enum.Material.SmoothPlastic | |
3949 | p29.CFrame = CFrame.new(-1.55929208, 3.15049648, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1) | |
3950 | p29.CanCollide = false | |
3951 | p29.Locked = true | |
3952 | p29.FormFactor = Enum.FormFactor.Custom | |
3953 | p29.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636) | |
3954 | p29.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
3955 | p29.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
3956 | p29.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
3957 | p29.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
3958 | p29.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
3959 | p29.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
3960 | b29 = Instance.new("BlockMesh", p29) | |
3961 | b29.Name = "Mesh" | |
3962 | b29.Scale = Vector3.new(0.602178097, 1, 0.602178097) | |
3963 | p30 = Instance.new("WedgePart", m6) | |
3964 | p30.BrickColor = BrickColor.new("Really black") | |
3965 | p30.Material = Enum.Material.SmoothPlastic | |
3966 | p30.Name = "Wedge" | |
3967 | p30.CFrame = CFrame.new(1.09919691, 3.15049744, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0) | |
3968 | p30.CanCollide = false | |
3969 | p30.Locked = true | |
3970 | p30.FormFactor = Enum.FormFactor.Custom | |
3971 | p30.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636) | |
3972 | p30.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
3973 | p30.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
3974 | p30.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
3975 | p30.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
3976 | p30.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
3977 | p30.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
3978 | b30 = Instance.new("SpecialMesh", p30) | |
3979 | b30.MeshType = Enum.MeshType.Wedge | |
3980 | b30.Name = "Mesh" | |
3981 | b30.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097) | |
3982 | p31 = Instance.new("WedgePart", m6) | |
3983 | p31.BrickColor = BrickColor.new("Really black") | |
3984 | p31.Material = Enum.Material.SmoothPlastic | |
3985 | p31.Name = "Wedge" | |
3986 | p31.CFrame = CFrame.new(0.119759142, 2.31096911, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0) | |
3987 | p31.CanCollide = false | |
3988 | p31.Locked = true | |
3989 | p31.FormFactor = Enum.FormFactor.Custom | |
3990 | p31.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636) | |
3991 | p31.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
3992 | p31.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
3993 | p31.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
3994 | p31.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
3995 | p31.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
3996 | p31.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
3997 | b31 = Instance.new("SpecialMesh", p31) | |
3998 | b31.MeshType = Enum.MeshType.Wedge | |
3999 | b31.Name = "Mesh" | |
4000 | b31.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097) | |
4001 | p32 = Instance.new("Part", m6) | |
4002 | p32.BrickColor = BrickColor.new("Really black") | |
4003 | p32.Material = Enum.Material.SmoothPlastic | |
4004 | p32.Name = "BottomRightFlap" | |
4005 | p32.CFrame = CFrame.new(0.539517641, 2.31097221, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
4006 | p32.CanCollide = false | |
4007 | p32.Locked = true | |
4008 | p32.FormFactor = Enum.FormFactor.Custom | |
4009 | p32.Size = Vector3.new(0.419762105, 0.232357651, 0.232357636) | |
4010 | p32.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
4011 | p32.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
4012 | p32.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
4013 | p32.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
4014 | p32.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
4015 | p32.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
4016 | b32 = Instance.new("BlockMesh", p32) | |
4017 | b32.Name = "Mesh" | |
4018 | b32.Scale = Vector3.new(1, 0.602178097, 0.602178097) | |
4019 | p33 = Instance.new("WedgePart", m6) | |
4020 | p33.BrickColor = BrickColor.new("Really black") | |
4021 | p33.Material = Enum.Material.SmoothPlastic | |
4022 | p33.Name = "Wedge" | |
4023 | p33.CFrame = CFrame.new(1.02923799, 3.43033957, 4.03967237, 0, 0, -1, 0, 1, 0, 1, 0, 0) | |
4024 | p33.CanCollide = false | |
4025 | p33.Locked = true | |
4026 | p33.FormFactor = Enum.FormFactor.Custom | |
4027 | p33.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363) | |
4028 | p33.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
4029 | p33.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
4030 | p33.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
4031 | p33.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
4032 | p33.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
4033 | p33.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
4034 | b33 = Instance.new("SpecialMesh", p33) | |
4035 | b33.MeshType = Enum.MeshType.Wedge | |
4036 | b33.Name = "Mesh" | |
4037 | b33.Scale = Vector3.new(0.602178097, 0.602178097, 1) | |
4038 | p34 = Instance.new("WedgePart", m6) | |
4039 | p34.BrickColor = BrickColor.new("Really black") | |
4040 | p34.Material = Enum.Material.SmoothPlastic | |
4041 | p34.Name = "Wedge" | |
4042 | p34.CFrame = CFrame.new(-1.55929208, 2.45089054, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0) | |
4043 | p34.CanCollide = false | |
4044 | p34.Locked = true | |
4045 | p34.FormFactor = Enum.FormFactor.Custom | |
4046 | p34.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636) | |
4047 | p34.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
4048 | p34.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
4049 | p34.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
4050 | p34.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
4051 | p34.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
4052 | p34.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
4053 | b34 = Instance.new("SpecialMesh", p34) | |
4054 | b34.MeshType = Enum.MeshType.Wedge | |
4055 | b34.Name = "Mesh" | |
4056 | b34.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097) | |
4057 | p35 = Instance.new("Part", m6) | |
4058 | p35.BrickColor = BrickColor.new("Really black") | |
4059 | p35.Material = Enum.Material.SmoothPlastic | |
4060 | p35.CFrame = CFrame.new(0.959275484, 3.85010386, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
4061 | p35.CanCollide = false | |
4062 | p35.Locked = true | |
4063 | p35.FormFactor = Enum.FormFactor.Custom | |
4064 | p35.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636) | |
4065 | p35.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
4066 | p35.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
4067 | p35.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
4068 | p35.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
4069 | p35.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
4070 | p35.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
4071 | b35 = Instance.new("BlockMesh", p35) | |
4072 | b35.Name = "Mesh" | |
4073 | b35.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097) | |
4074 | p36 = Instance.new("WedgePart", m6) | |
4075 | p36.BrickColor = BrickColor.new("Really black") | |
4076 | p36.Material = Enum.Material.SmoothPlastic | |
4077 | p36.Name = "Wedge" | |
4078 | p36.CFrame = CFrame.new(-1.62925327, 3.43033957, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0) | |
4079 | p36.CanCollide = false | |
4080 | p36.Locked = true | |
4081 | p36.FormFactor = Enum.FormFactor.Custom | |
4082 | p36.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363) | |
4083 | p36.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
4084 | p36.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
4085 | p36.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
4086 | p36.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
4087 | p36.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
4088 | p36.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
4089 | b36 = Instance.new("SpecialMesh", p36) | |
4090 | b36.MeshType = Enum.MeshType.Wedge | |
4091 | b36.Name = "Mesh" | |
4092 | b36.Scale = Vector3.new(0.602178097, 0.602178097, 1) | |
4093 | p37 = Instance.new("Part", m6) | |
4094 | p37.BrickColor = BrickColor.new("Really black") | |
4095 | p37.Material = Enum.Material.SmoothPlastic | |
4096 | p37.Name = "CapeLevel3" | |
4097 | p37.CFrame = CFrame.new(-0.300008506, 3.22045994, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
4098 | p37.CanCollide = false | |
4099 | p37.Locked = true | |
4100 | p37.FormFactor = Enum.FormFactor.Custom | |
4101 | p37.Size = Vector3.new(2.3786521, 0.559682727, 0.232357636) | |
4102 | p37.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
4103 | p37.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
4104 | p37.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
4105 | p37.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
4106 | p37.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
4107 | p37.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
4108 | b37 = Instance.new("BlockMesh", p37) | |
4109 | b37.Name = "Mesh" | |
4110 | b37.Scale = Vector3.new(1, 1, 0.602178097) | |
4111 | p38 = Instance.new("WedgePart", m6) | |
4112 | p38.BrickColor = BrickColor.new("Really black") | |
4113 | p38.Material = Enum.Material.SmoothPlastic | |
4114 | p38.Name = "Wedge" | |
4115 | p38.CFrame = CFrame.new(-1.97905517, 2.73073244, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0) | |
4116 | p38.CanCollide = false | |
4117 | p38.Locked = true | |
4118 | p38.FormFactor = Enum.FormFactor.Custom | |
4119 | p38.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636) | |
4120 | p38.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
4121 | p38.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
4122 | p38.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
4123 | p38.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
4124 | p38.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
4125 | p38.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
4126 | b38 = Instance.new("SpecialMesh", p38) | |
4127 | b38.MeshType = Enum.MeshType.Wedge | |
4128 | b38.Name = "Mesh" | |
4129 | b38.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097) | |
4130 | p39 = Instance.new("WedgePart", m6) | |
4131 | p39.BrickColor = BrickColor.new("Really black") | |
4132 | p39.Material = Enum.Material.SmoothPlastic | |
4133 | p39.Name = "Wedge" | |
4134 | p39.CFrame = CFrame.new(-1.83913493, 3.29041815, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0) | |
4135 | p39.CanCollide = false | |
4136 | p39.Locked = true | |
4137 | p39.FormFactor = Enum.FormFactor.Custom | |
4138 | p39.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636) | |
4139 | p39.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
4140 | p39.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
4141 | p39.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
4142 | p39.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
4143 | p39.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
4144 | p39.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
4145 | b39 = Instance.new("SpecialMesh", p39) | |
4146 | b39.MeshType = Enum.MeshType.Wedge | |
4147 | b39.Name = "Mesh" | |
4148 | b39.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097) | |
4149 | p40 = Instance.new("WedgePart", m6) | |
4150 | p40.BrickColor = BrickColor.new("Really black") | |
4151 | p40.Material = Enum.Material.SmoothPlastic | |
4152 | p40.Name = "Wedge" | |
4153 | p40.CFrame = CFrame.new(-1.48933268, 3.99002528, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0) | |
4154 | p40.CanCollide = false | |
4155 | p40.Locked = true | |
4156 | p40.FormFactor = Enum.FormFactor.Custom | |
4157 | p40.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363) | |
4158 | p40.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
4159 | p40.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
4160 | p40.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
4161 | p40.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
4162 | p40.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
4163 | p40.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
4164 | b40 = Instance.new("SpecialMesh", p40) | |
4165 | b40.MeshType = Enum.MeshType.Wedge | |
4166 | b40.Name = "Mesh" | |
4167 | b40.Scale = Vector3.new(0.602178097, 0.602178097, 1) | |
4168 | p41 = Instance.new("WedgePart", m6) | |
4169 | p41.BrickColor = BrickColor.new("Really black") | |
4170 | p41.Material = Enum.Material.SmoothPlastic | |
4171 | p41.Name = "Wedge" | |
4172 | p41.CFrame = CFrame.new(-1.76917338, 2.59081101, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0) | |
4173 | p41.CanCollide = false | |
4174 | p41.Locked = true | |
4175 | p41.FormFactor = Enum.FormFactor.Custom | |
4176 | p41.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363) | |
4177 | p41.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
4178 | p41.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
4179 | p41.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
4180 | p41.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
4181 | p41.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
4182 | p41.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
4183 | b41 = Instance.new("SpecialMesh", p41) | |
4184 | b41.MeshType = Enum.MeshType.Wedge | |
4185 | b41.Name = "Mesh" | |
4186 | b41.Scale = Vector3.new(0.602178097, 0.602178097, 1) | |
4187 | p42 = Instance.new("WedgePart", m6) | |
4188 | p42.BrickColor = BrickColor.new("Really black") | |
4189 | p42.Material = Enum.Material.SmoothPlastic | |
4190 | p42.Name = "Wedge" | |
4191 | p42.CFrame = CFrame.new(0.679442644, 2.10108781, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0) | |
4192 | p42.CanCollide = false | |
4193 | p42.Locked = true | |
4194 | p42.FormFactor = Enum.FormFactor.Custom | |
4195 | p42.Size = Vector3.new(0.232357651, 0.279841363, 0.232357636) | |
4196 | p42.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
4197 | p42.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
4198 | p42.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
4199 | p42.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
4200 | p42.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
4201 | p42.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
4202 | b42 = Instance.new("SpecialMesh", p42) | |
4203 | b42.MeshType = Enum.MeshType.Wedge | |
4204 | b42.Name = "Mesh" | |
4205 | b42.Scale = Vector3.new(0.602178097, 1, 0.602178097) | |
4206 | p43 = Instance.new("WedgePart", m6) | |
4207 | p43.BrickColor = BrickColor.new("Really black") | |
4208 | p43.Material = Enum.Material.SmoothPlastic | |
4209 | p43.Name = "Wedge" | |
4210 | p43.CFrame = CFrame.new(-1.76917338, 2.87065363, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0) | |
4211 | p43.CanCollide = false | |
4212 | p43.Locked = true | |
4213 | p43.FormFactor = Enum.FormFactor.Custom | |
4214 | p43.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363) | |
4215 | p43.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
4216 | p43.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
4217 | p43.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
4218 | p43.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
4219 | p43.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
4220 | p43.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
4221 | b43 = Instance.new("SpecialMesh", p43) | |
4222 | b43.MeshType = Enum.MeshType.Wedge | |
4223 | b43.Name = "Mesh" | |
4224 | b43.Scale = Vector3.new(0.602178097, 0.602178097, 1) | |
4225 | p44 = Instance.new("WedgePart", m6) | |
4226 | p44.BrickColor = BrickColor.new("Really black") | |
4227 | p44.Material = Enum.Material.SmoothPlastic | |
4228 | p44.Name = "Wedge" | |
4229 | p44.CFrame = CFrame.new(-1.41937125, 4.26986837, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0) | |
4230 | p44.CanCollide = false | |
4231 | p44.Locked = true | |
4232 | p44.FormFactor = Enum.FormFactor.Custom | |
4233 | p44.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636) | |
4234 | p44.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
4235 | p44.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
4236 | p44.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
4237 | p44.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
4238 | p44.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
4239 | p44.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
4240 | b44 = Instance.new("SpecialMesh", p44) | |
4241 | b44.MeshType = Enum.MeshType.Wedge | |
4242 | b44.Name = "Mesh" | |
4243 | b44.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097) | |
4244 | p45 = Instance.new("WedgePart", m6) | |
4245 | p45.BrickColor = BrickColor.new("Really black") | |
4246 | p45.Material = Enum.Material.SmoothPlastic | |
4247 | p45.Name = "Wedge" | |
4248 | p45.CFrame = CFrame.new(-0.999610066, 2.10108781, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0) | |
4249 | p45.CanCollide = false | |
4250 | p45.Locked = true | |
4251 | p45.FormFactor = Enum.FormFactor.Custom | |
4252 | p45.Size = Vector3.new(0.232357651, 0.279841363, 0.232357636) | |
4253 | p45.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
4254 | p45.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
4255 | p45.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
4256 | p45.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
4257 | p45.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
4258 | p45.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
4259 | b45 = Instance.new("SpecialMesh", p45) | |
4260 | b45.MeshType = Enum.MeshType.Wedge | |
4261 | b45.Name = "Mesh" | |
4262 | b45.Scale = Vector3.new(0.602178097, 1, 0.602178097) | |
4263 | p46 = Instance.new("WedgePart", m6) | |
4264 | p46.BrickColor = BrickColor.new("Really black") | |
4265 | p46.Material = Enum.Material.SmoothPlastic | |
4266 | p46.Name = "Wedge" | |
4267 | p46.CFrame = CFrame.new(0.46955356, 4.68963194, 4.03967237, 0, 0, -1, 0, 1, 0, 1, 0, 0) | |
4268 | p46.CanCollide = false | |
4269 | p46.Locked = true | |
4270 | p46.FormFactor = Enum.FormFactor.Custom | |
4271 | p46.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363) | |
4272 | p46.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
4273 | p46.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
4274 | p46.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
4275 | p46.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
4276 | p46.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
4277 | p46.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
4278 | b46 = Instance.new("SpecialMesh", p46) | |
4279 | b46.MeshType = Enum.MeshType.Wedge | |
4280 | b46.Name = "Mesh" | |
4281 | b46.Scale = Vector3.new(0.602178097, 0.602178097, 1) | |
4282 | p47 = Instance.new("Part", m6) | |
4283 | p47.BrickColor = BrickColor.new("Really black") | |
4284 | p47.Material = Enum.Material.SmoothPlastic | |
4285 | p47.CFrame = CFrame.new(0.819356859, 4.40979004, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
4286 | p47.CanCollide = false | |
4287 | p47.Locked = true | |
4288 | p47.FormFactor = Enum.FormFactor.Custom | |
4289 | p47.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636) | |
4290 | p47.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
4291 | p47.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
4292 | p47.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
4293 | p47.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
4294 | p47.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
4295 | p47.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
4296 | b47 = Instance.new("BlockMesh", p47) | |
4297 | b47.Name = "Mesh" | |
4298 | b47.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097) | |
4299 | p48 = Instance.new("Part", m6) | |
4300 | p48.BrickColor = BrickColor.new("Really black") | |
4301 | p48.Material = Enum.Material.SmoothPlastic | |
4302 | p48.Name = "CapeLevel4" | |
4303 | p48.CFrame = CFrame.new(-0.300008506, 2.66077495, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
4304 | p48.CanCollide = false | |
4305 | p48.Locked = true | |
4306 | p48.FormFactor = Enum.FormFactor.Custom | |
4307 | p48.Size = Vector3.new(2.3786521, 0.559682727, 0.232357636) | |
4308 | p48.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
4309 | p48.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
4310 | p48.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
4311 | p48.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
4312 | p48.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
4313 | p48.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
4314 | b48 = Instance.new("BlockMesh", p48) | |
4315 | b48.Name = "Mesh" | |
4316 | b48.Scale = Vector3.new(1, 1, 0.602178097) | |
4317 | p49 = Instance.new("WedgePart", m6) | |
4318 | p49.BrickColor = BrickColor.new("Really black") | |
4319 | p49.Material = Enum.Material.SmoothPlastic | |
4320 | p49.Name = "Wedge" | |
4321 | p49.CFrame = CFrame.new(0.819356859, 4.26986837, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0) | |
4322 | p49.CanCollide = false | |
4323 | p49.Locked = true | |
4324 | p49.FormFactor = Enum.FormFactor.Custom | |
4325 | p49.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636) | |
4326 | p49.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
4327 | p49.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
4328 | p49.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
4329 | p49.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
4330 | p49.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
4331 | p49.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
4332 | b49 = Instance.new("SpecialMesh", p49) | |
4333 | b49.MeshType = Enum.MeshType.Wedge | |
4334 | b49.Name = "Mesh" | |
4335 | b49.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097) | |
4336 | p50 = Instance.new("Part", m6) | |
4337 | p50.BrickColor = BrickColor.new("Really black") | |
4338 | p50.Material = Enum.Material.SmoothPlastic | |
4339 | p50.Name = "CapeLevel1SubPart" | |
4340 | p50.CFrame = CFrame.new(-0.300008506, 4.33982658, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
4341 | p50.CanCollide = false | |
4342 | p50.Locked = true | |
4343 | p50.FormFactor = Enum.FormFactor.Custom | |
4344 | p50.Size = Vector3.new(1.81896901, 0.559682727, 0.232357636) | |
4345 | p50.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
4346 | p50.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
4347 | p50.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
4348 | p50.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
4349 | p50.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
4350 | p50.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
4351 | b50 = Instance.new("BlockMesh", p50) | |
4352 | b50.Name = "Mesh" | |
4353 | b50.Scale = Vector3.new(1, 1, 0.602178097) | |
4354 | p51 = Instance.new("Part", m6) | |
4355 | p51.BrickColor = BrickColor.new("Really black") | |
4356 | p51.Material = Enum.Material.SmoothPlastic | |
4357 | p51.CFrame = CFrame.new(-1.55929291, 3.85010386, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1) | |
4358 | p51.CanCollide = false | |
4359 | p51.Locked = true | |
4360 | p51.FormFactor = Enum.FormFactor.Custom | |
4361 | p51.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636) | |
4362 | p51.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
4363 | p51.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
4364 | p51.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
4365 | p51.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
4366 | p51.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
4367 | p51.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
4368 | b51 = Instance.new("BlockMesh", p51) | |
4369 | b51.Name = "Mesh" | |
4370 | b51.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097) | |
4371 | p52 = Instance.new("Part", m6) | |
4372 | p52.BrickColor = BrickColor.new("Really black") | |
4373 | p52.Material = Enum.Material.SmoothPlastic | |
4374 | p52.CFrame = CFrame.new(-1.41937149, 3.71018171, 4.03967237, -1, 0, 0, 0, 1, 0, 0, 0, -1) | |
4375 | p52.CanCollide = false | |
4376 | p52.Locked = true | |
4377 | p52.FormFactor = Enum.FormFactor.Custom | |
4378 | p52.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636) | |
4379 | p52.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
4380 | p52.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
4381 | p52.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
4382 | p52.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
4383 | p52.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
4384 | p52.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
4385 | b52 = Instance.new("BlockMesh", p52) | |
4386 | b52.Name = "Mesh" | |
4387 | b52.Scale = Vector3.new(0.602178097, 1, 0.602178097) | |
4388 | p53 = Instance.new("WedgePart", m6) | |
4389 | p53.BrickColor = BrickColor.new("Really black") | |
4390 | p53.Material = Enum.Material.SmoothPlastic | |
4391 | p53.Name = "Wedge" | |
4392 | p53.CFrame = CFrame.new(-0.0201580226, 2.03113341, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0) | |
4393 | p53.CanCollide = false | |
4394 | p53.Locked = true | |
4395 | p53.FormFactor = Enum.FormFactor.Custom | |
4396 | p53.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636) | |
4397 | p53.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
4398 | p53.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
4399 | p53.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
4400 | p53.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
4401 | p53.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
4402 | p53.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
4403 | b53 = Instance.new("SpecialMesh", p53) | |
4404 | b53.MeshType = Enum.MeshType.Wedge | |
4405 | b53.Name = "Mesh" | |
4406 | b53.Scale = Vector3.new(0.602178097, 1, 0.602178097) | |
4407 | p54 = Instance.new("Part", m6) | |
4408 | p54.BrickColor = BrickColor.new("Really black") | |
4409 | p54.Material = Enum.Material.SmoothPlastic | |
4410 | p54.CFrame = CFrame.new(-0.300009966, 1.68132639, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
4411 | p54.CanCollide = false | |
4412 | p54.Locked = true | |
4413 | p54.FormFactor = Enum.FormFactor.Custom | |
4414 | p54.Size = Vector3.new(0.232357651, 0.279841423, 0.232357636) | |
4415 | p54.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
4416 | p54.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
4417 | p54.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
4418 | p54.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
4419 | p54.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
4420 | p54.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
4421 | b54 = Instance.new("BlockMesh", p54) | |
4422 | b54.Name = "Mesh" | |
4423 | b54.Scale = Vector3.new(0.602178395, 1, 0.602178097) | |
4424 | p55 = Instance.new("WedgePart", m6) | |
4425 | p55.BrickColor = BrickColor.new("Really black") | |
4426 | p55.Material = Enum.Material.SmoothPlastic | |
4427 | p55.Name = "Wedge" | |
4428 | p55.CFrame = CFrame.new(0.39960131, 2.10108781, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0) | |
4429 | p55.CanCollide = false | |
4430 | p55.Locked = true | |
4431 | p55.FormFactor = Enum.FormFactor.Custom | |
4432 | p55.Size = Vector3.new(0.232357651, 0.279841363, 0.232357636) | |
4433 | p55.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
4434 | p55.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
4435 | p55.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
4436 | p55.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
4437 | p55.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
4438 | p55.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
4439 | b55 = Instance.new("SpecialMesh", p55) | |
4440 | b55.MeshType = Enum.MeshType.Wedge | |
4441 | b55.Name = "Mesh" | |
4442 | b55.Scale = Vector3.new(0.602178097, 1, 0.602178097) | |
4443 | p56 = Instance.new("WedgePart", m6) | |
4444 | p56.BrickColor = BrickColor.new("Really black") | |
4445 | p56.Material = Enum.Material.SmoothPlastic | |
4446 | p56.Name = "Wedge" | |
4447 | p56.CFrame = CFrame.new(1.23911822, 3.29041815, 4.03967237, 0, 0, -1, 0, 1, 0, 1, 0, 0) | |
4448 | p56.CanCollide = false | |
4449 | p56.Locked = true | |
4450 | p56.FormFactor = Enum.FormFactor.Custom | |
4451 | p56.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636) | |
4452 | p56.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
4453 | p56.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
4454 | p56.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
4455 | p56.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
4456 | p56.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
4457 | p56.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
4458 | b56 = Instance.new("SpecialMesh", p56) | |
4459 | b56.MeshType = Enum.MeshType.Wedge | |
4460 | b56.Name = "Mesh" | |
4461 | b56.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097) | |
4462 | p57 = Instance.new("WedgePart", m6) | |
4463 | p57.BrickColor = BrickColor.new("Really black") | |
4464 | p57.Material = Enum.Material.SmoothPlastic | |
4465 | p57.Name = "Wedge" | |
4466 | p57.CFrame = CFrame.new(0.749394774, 4.54971123, 4.03967237, 0, 0, -1, 0, 1, 0, 1, 0, 0) | |
4467 | p57.CanCollide = false | |
4468 | p57.Locked = true | |
4469 | p57.FormFactor = Enum.FormFactor.Custom | |
4470 | p57.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363) | |
4471 | p57.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
4472 | p57.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
4473 | p57.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
4474 | p57.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
4475 | p57.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
4476 | p57.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
4477 | b57 = Instance.new("SpecialMesh", p57) | |
4478 | b57.MeshType = Enum.MeshType.Wedge | |
4479 | b57.Name = "Mesh" | |
4480 | b57.Scale = Vector3.new(0.602178097, 0.602178097, 1) | |
4481 | p58 = Instance.new("Part", m6) | |
4482 | p58.BrickColor = BrickColor.new("Really black") | |
4483 | p58.Material = Enum.Material.SmoothPlastic | |
4484 | p58.CFrame = CFrame.new(0.819354892, 3.71018171, 4.03967237, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
4485 | p58.CanCollide = false | |
4486 | p58.Locked = true | |
4487 | p58.FormFactor = Enum.FormFactor.Custom | |
4488 | p58.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636) | |
4489 | p58.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
4490 | p58.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
4491 | p58.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
4492 | p58.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
4493 | p58.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
4494 | p58.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
4495 | b58 = Instance.new("BlockMesh", p58) | |
4496 | b58.Name = "Mesh" | |
4497 | b58.Scale = Vector3.new(0.602178097, 1, 0.602178097) | |
4498 | p59 = Instance.new("WedgePart", m6) | |
4499 | p59.BrickColor = BrickColor.new("Really black") | |
4500 | p59.Material = Enum.Material.SmoothPlastic | |
4501 | p59.Name = "Wedge" | |
4502 | p59.CFrame = CFrame.new(0.259678036, 2.31096983, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0) | |
4503 | p59.CanCollide = false | |
4504 | p59.Locked = true | |
4505 | p59.FormFactor = Enum.FormFactor.Custom | |
4506 | p59.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636) | |
4507 | p59.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
4508 | p59.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
4509 | p59.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
4510 | p59.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
4511 | p59.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
4512 | p59.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
4513 | b59 = Instance.new("SpecialMesh", p59) | |
4514 | b59.MeshType = Enum.MeshType.Wedge | |
4515 | b59.Name = "Mesh" | |
4516 | b59.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097) | |
4517 | p60 = Instance.new("Part", m6) | |
4518 | p60.BrickColor = BrickColor.new("Really black") | |
4519 | p60.Material = Enum.Material.SmoothPlastic | |
4520 | p60.Name = "NeckPart" | |
4521 | p60.CFrame = CFrame.new(-0.300008506, 4.82955122, 3.8997519, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
4522 | p60.CanCollide = false | |
4523 | p60.Locked = true | |
4524 | p60.FormFactor = Enum.FormFactor.Custom | |
4525 | p60.Size = Vector3.new(1.25928628, 0.232357651, 0.419762105) | |
4526 | p60.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
4527 | p60.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
4528 | p60.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
4529 | p60.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
4530 | p60.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
4531 | p60.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
4532 | b60 = Instance.new("BlockMesh", p60) | |
4533 | b60.Name = "Mesh" | |
4534 | b60.Scale = Vector3.new(1, 0.602178097, 1) | |
4535 | p61 = Instance.new("Part", m6) | |
4536 | p61.BrickColor = BrickColor.new("Really black") | |
4537 | p61.Material = Enum.Material.SmoothPlastic | |
4538 | p61.CFrame = CFrame.new(0.959281087, 2.73073363, 4.03967333, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
4539 | p61.CanCollide = false | |
4540 | p61.Locked = true | |
4541 | p61.FormFactor = Enum.FormFactor.Custom | |
4542 | p61.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636) | |
4543 | p61.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
4544 | p61.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
4545 | p61.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
4546 | p61.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
4547 | p61.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
4548 | p61.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
4549 | b61 = Instance.new("BlockMesh", p61) | |
4550 | b61.Name = "Mesh" | |
4551 | b61.Scale = Vector3.new(0.602178097, 1, 0.602178097) | |
4552 | p62 = Instance.new("WedgePart", m6) | |
4553 | p62.BrickColor = BrickColor.new("Really black") | |
4554 | p62.Material = Enum.Material.SmoothPlastic | |
4555 | p62.Name = "Wedge" | |
4556 | p62.CFrame = CFrame.new(1.16916382, 2.87065434, 4.03967333, 0, 0, -1, 0, 1, 0, 1, 0, 0) | |
4557 | p62.CanCollide = false | |
4558 | p62.Locked = true | |
4559 | p62.FormFactor = Enum.FormFactor.Custom | |
4560 | p62.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363) | |
4561 | p62.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
4562 | p62.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
4563 | p62.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
4564 | p62.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
4565 | p62.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
4566 | p62.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
4567 | b62 = Instance.new("SpecialMesh", p62) | |
4568 | b62.MeshType = Enum.MeshType.Wedge | |
4569 | b62.Name = "Mesh" | |
4570 | b62.Scale = Vector3.new(0.602178097, 0.602178097, 1) | |
4571 | p63 = Instance.new("WedgePart", m6) | |
4572 | p63.BrickColor = BrickColor.new("Really black") | |
4573 | p63.Material = Enum.Material.SmoothPlastic | |
4574 | p63.Name = "Wedge" | |
4575 | p63.CFrame = CFrame.new(1.37904489, 2.73073268, 4.03967333, 0, 0, -1, 0, 1, 0, 1, 0, 0) | |
4576 | p63.CanCollide = false | |
4577 | p63.Locked = true | |
4578 | p63.FormFactor = Enum.FormFactor.Custom | |
4579 | p63.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636) | |
4580 | p63.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
4581 | p63.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
4582 | p63.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
4583 | p63.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
4584 | p63.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
4585 | p63.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
4586 | b63 = Instance.new("SpecialMesh", p63) | |
4587 | b63.MeshType = Enum.MeshType.Wedge | |
4588 | b63.Name = "Mesh" | |
4589 | b63.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097) | |
4590 | p64 = Instance.new("WedgePart", m6) | |
4591 | p64.BrickColor = BrickColor.new("Really black") | |
4592 | p64.Material = Enum.Material.SmoothPlastic | |
4593 | p64.Name = "Wedge" | |
4594 | p64.CFrame = CFrame.new(-0.439923674, 1.68132377, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0) | |
4595 | p64.CanCollide = false | |
4596 | p64.Locked = true | |
4597 | p64.FormFactor = Enum.FormFactor.Custom | |
4598 | p64.Size = Vector3.new(0.232357651, 0.279841423, 0.232357636) | |
4599 | p64.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
4600 | p64.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
4601 | p64.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
4602 | p64.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
4603 | p64.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
4604 | p64.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
4605 | b64 = Instance.new("SpecialMesh", p64) | |
4606 | b64.MeshType = Enum.MeshType.Wedge | |
4607 | b64.Name = "Mesh" | |
4608 | b64.Scale = Vector3.new(0.602178097, 1, 0.602178097) | |
4609 | p65 = Instance.new("WedgePart", m6) | |
4610 | p65.BrickColor = BrickColor.new("Really black") | |
4611 | p65.Material = Enum.Material.SmoothPlastic | |
4612 | p65.Name = "Wedge" | |
4613 | p65.CFrame = CFrame.new(-0.859687686, 2.31096983, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0) | |
4614 | p65.CanCollide = false | |
4615 | p65.Locked = true | |
4616 | p65.FormFactor = Enum.FormFactor.Custom | |
4617 | p65.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636) | |
4618 | p65.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
4619 | p65.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
4620 | p65.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
4621 | p65.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
4622 | p65.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
4623 | p65.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
4624 | b65 = Instance.new("SpecialMesh", p65) | |
4625 | b65.MeshType = Enum.MeshType.Wedge | |
4626 | b65.Name = "Mesh" | |
4627 | b65.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097) | |
4628 | p66 = Instance.new("WedgePart", m6) | |
4629 | p66.BrickColor = BrickColor.new("Really black") | |
4630 | p66.Material = Enum.Material.SmoothPlastic | |
4631 | p66.Name = "Wedge" | |
4632 | p66.CFrame = CFrame.new(-1.55929291, 3.71018267, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0) | |
4633 | p66.CanCollide = false | |
4634 | p66.Locked = true | |
4635 | p66.FormFactor = Enum.FormFactor.Custom | |
4636 | p66.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636) | |
4637 | p66.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
4638 | p66.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
4639 | p66.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
4640 | p66.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
4641 | p66.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
4642 | p66.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
4643 | b66 = Instance.new("SpecialMesh", p66) | |
4644 | b66.MeshType = Enum.MeshType.Wedge | |
4645 | b66.Name = "Mesh" | |
4646 | b66.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097) | |
4647 | p67 = Instance.new("WedgePart", m6) | |
4648 | p67.BrickColor = BrickColor.new("Really black") | |
4649 | p67.Material = Enum.Material.SmoothPlastic | |
4650 | p67.Name = "Wedge" | |
4651 | p67.CFrame = CFrame.new(-0.719767809, 2.31096911, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0) | |
4652 | p67.CanCollide = false | |
4653 | p67.Locked = true | |
4654 | p67.FormFactor = Enum.FormFactor.Custom | |
4655 | p67.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636) | |
4656 | p67.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
4657 | p67.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
4658 | p67.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
4659 | p67.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
4660 | p67.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
4661 | p67.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
4662 | b67 = Instance.new("SpecialMesh", p67) | |
4663 | b67.MeshType = Enum.MeshType.Wedge | |
4664 | b67.Name = "Mesh" | |
4665 | b67.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097) | |
4666 | p68 = Instance.new("WedgePart", m6) | |
4667 | p68.BrickColor = BrickColor.new("Really black") | |
4668 | p68.Name = "Wedge" | |
4669 | p68.CFrame = CFrame.new(-1.17450571, 1.89121199, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0) | |
4670 | p68.CanCollide = false | |
4671 | p68.Locked = true | |
4672 | p68.FormFactor = Enum.FormFactor.Custom | |
4673 | p68.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636) | |
4674 | p68.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
4675 | p68.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
4676 | p68.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
4677 | p68.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
4678 | p68.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
4679 | p68.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
4680 | b68 = Instance.new("SpecialMesh", p68) | |
4681 | b68.MeshType = Enum.MeshType.Wedge | |
4682 | b68.Name = "Mesh" | |
4683 | b68.Scale = Vector3.new(0.602178395, 0.602178395, 0.301089197) | |
4684 | p69 = Instance.new("WedgePart", m6) | |
4685 | p69.BrickColor = BrickColor.new("Really black") | |
4686 | p69.Name = "Wedge" | |
4687 | p69.CFrame = CFrame.new(-1.10454547, 1.89121199, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0) | |
4688 | p69.CanCollide = false | |
4689 | p69.Locked = true | |
4690 | p69.FormFactor = Enum.FormFactor.Custom | |
4691 | p69.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636) | |
4692 | p69.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
4693 | p69.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
4694 | p69.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
4695 | p69.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
4696 | p69.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
4697 | p69.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
4698 | b69 = Instance.new("SpecialMesh", p69) | |
4699 | b69.MeshType = Enum.MeshType.Wedge | |
4700 | b69.Name = "Mesh" | |
4701 | b69.Scale = Vector3.new(0.602178395, 0.602178395, 0.301089197) | |
4702 | p70 = Instance.new("WedgePart", m6) | |
4703 | p70.BrickColor = BrickColor.new("Really black") | |
4704 | p70.Material = Enum.Material.SmoothPlastic | |
4705 | p70.Name = "Wedge" | |
4706 | p70.CFrame = CFrame.new(0.889316559, 3.99002528, 4.03967237, 0, 0, -1, 0, 1, 0, 1, 0, 0) | |
4707 | p70.CanCollide = false | |
4708 | p70.Locked = true | |
4709 | p70.FormFactor = Enum.FormFactor.Custom | |
4710 | p70.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363) | |
4711 | p70.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
4712 | p70.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
4713 | p70.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
4714 | p70.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
4715 | p70.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
4716 | p70.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
4717 | b70 = Instance.new("SpecialMesh", p70) | |
4718 | b70.MeshType = Enum.MeshType.Wedge | |
4719 | b70.Name = "Mesh" | |
4720 | b70.Scale = Vector3.new(0.602178097, 0.602178097, 1) | |
4721 | p71 = Instance.new("WedgePart", m6) | |
4722 | p71.BrickColor = BrickColor.new("Really black") | |
4723 | p71.Name = "Wedge" | |
4724 | p71.CFrame = CFrame.new(-0.334977895, 1.47144794, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0) | |
4725 | p71.CanCollide = false | |
4726 | p71.Locked = true | |
4727 | p71.FormFactor = Enum.FormFactor.Custom | |
4728 | p71.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636) | |
4729 | p71.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
4730 | p71.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
4731 | p71.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
4732 | p71.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
4733 | p71.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
4734 | p71.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
4735 | b71 = Instance.new("SpecialMesh", p71) | |
4736 | b71.MeshType = Enum.MeshType.Wedge | |
4737 | b71.Name = "Mesh" | |
4738 | b71.Scale = Vector3.new(0.602178395, 0.602178395, 0.301089197) | |
4739 | p72 = Instance.new("WedgePart", m6) | |
4740 | p72.BrickColor = BrickColor.new("Really black") | |
4741 | p72.Material = Enum.Material.SmoothPlastic | |
4742 | p72.Name = "Wedge" | |
4743 | p72.CFrame = CFrame.new(-0.579845786, 2.03112626, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0) | |
4744 | p72.CanCollide = false | |
4745 | p72.Locked = true | |
4746 | p72.FormFactor = Enum.FormFactor.Custom | |
4747 | p72.Size = Vector3.new(0.232357651, 0.419762105, 0.232357636) | |
4748 | p72.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
4749 | p72.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
4750 | p72.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
4751 | p72.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
4752 | p72.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
4753 | p72.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
4754 | b72 = Instance.new("SpecialMesh", p72) | |
4755 | b72.MeshType = Enum.MeshType.Wedge | |
4756 | b72.Name = "Mesh" | |
4757 | b72.Scale = Vector3.new(0.602178097, 1, 0.602178097) | |
4758 | p73 = Instance.new("WedgePart", m6) | |
4759 | p73.BrickColor = BrickColor.new("Really black") | |
4760 | p73.Material = Enum.Material.SmoothPlastic | |
4761 | p73.Name = "Wedge" | |
4762 | p73.CFrame = CFrame.new(-1.41937125, 2.31096983, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0) | |
4763 | p73.CanCollide = false | |
4764 | p73.Locked = true | |
4765 | p73.FormFactor = Enum.FormFactor.Custom | |
4766 | p73.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636) | |
4767 | p73.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
4768 | p73.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
4769 | p73.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
4770 | p73.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
4771 | p73.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
4772 | p73.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
4773 | b73 = Instance.new("SpecialMesh", p73) | |
4774 | b73.MeshType = Enum.MeshType.Wedge | |
4775 | b73.Name = "Mesh" | |
4776 | b73.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097) | |
4777 | p74 = Instance.new("WedgePart", m6) | |
4778 | p74.BrickColor = BrickColor.new("Really black") | |
4779 | p74.Material = Enum.Material.SmoothPlastic | |
4780 | p74.Name = "Wedge" | |
4781 | p74.CFrame = CFrame.new(1.16916382, 2.59081125, 4.03967333, 0, 0, -1, 0, -1, 0, -1, 0, 0) | |
4782 | p74.CanCollide = false | |
4783 | p74.Locked = true | |
4784 | p74.FormFactor = Enum.FormFactor.Custom | |
4785 | p74.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363) | |
4786 | p74.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
4787 | p74.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
4788 | p74.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
4789 | p74.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
4790 | p74.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
4791 | p74.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
4792 | b74 = Instance.new("SpecialMesh", p74) | |
4793 | b74.MeshType = Enum.MeshType.Wedge | |
4794 | b74.Name = "Mesh" | |
4795 | b74.Scale = Vector3.new(0.602178097, 0.602178097, 1) | |
4796 | p75 = Instance.new("WedgePart", m6) | |
4797 | p75.BrickColor = BrickColor.new("Really black") | |
4798 | p75.Material = Enum.Material.SmoothPlastic | |
4799 | p75.Name = "Wedge" | |
4800 | p75.CFrame = CFrame.new(-0.160081401, 1.68132377, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0) | |
4801 | p75.CanCollide = false | |
4802 | p75.Locked = true | |
4803 | p75.FormFactor = Enum.FormFactor.Custom | |
4804 | p75.Size = Vector3.new(0.232357651, 0.279841363, 0.232357636) | |
4805 | p75.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
4806 | p75.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
4807 | p75.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
4808 | p75.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
4809 | p75.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
4810 | p75.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
4811 | b75 = Instance.new("SpecialMesh", p75) | |
4812 | b75.MeshType = Enum.MeshType.Wedge | |
4813 | b75.Name = "Mesh" | |
4814 | b75.Scale = Vector3.new(0.602178097, 1, 0.602178097) | |
4815 | p76 = Instance.new("WedgePart", m6) | |
4816 | p76.BrickColor = BrickColor.new("Really black") | |
4817 | p76.Material = Enum.Material.SmoothPlastic | |
4818 | p76.Name = "Wedge" | |
4819 | p76.CFrame = CFrame.new(0.819362521, 2.31096983, 4.03967237, 0, 0, -1, 0, -1, 0, -1, 0, 0) | |
4820 | p76.CanCollide = false | |
4821 | p76.Locked = true | |
4822 | p76.FormFactor = Enum.FormFactor.Custom | |
4823 | p76.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636) | |
4824 | p76.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
4825 | p76.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
4826 | p76.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
4827 | p76.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
4828 | p76.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
4829 | p76.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
4830 | b76 = Instance.new("SpecialMesh", p76) | |
4831 | b76.MeshType = Enum.MeshType.Wedge | |
4832 | b76.Name = "Mesh" | |
4833 | b76.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097) | |
4834 | p77 = Instance.new("WedgePart", m6) | |
4835 | p77.BrickColor = BrickColor.new("Really black") | |
4836 | p77.Material = Enum.Material.SmoothPlastic | |
4837 | p77.Name = "Wedge" | |
4838 | p77.CFrame = CFrame.new(-1.55929291, 4.40979004, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0) | |
4839 | p77.CanCollide = false | |
4840 | p77.Locked = true | |
4841 | p77.FormFactor = Enum.FormFactor.Custom | |
4842 | p77.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636) | |
4843 | p77.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
4844 | p77.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
4845 | p77.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
4846 | p77.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
4847 | p77.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
4848 | p77.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
4849 | b77 = Instance.new("SpecialMesh", p77) | |
4850 | b77.MeshType = Enum.MeshType.Wedge | |
4851 | b77.Name = "Mesh" | |
4852 | b77.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097) | |
4853 | p78 = Instance.new("WedgePart", m6) | |
4854 | p78.BrickColor = BrickColor.new("Really black") | |
4855 | p78.Material = Enum.Material.SmoothPlastic | |
4856 | p78.Name = "Wedge" | |
4857 | p78.CFrame = CFrame.new(-1.34941173, 4.54971123, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0) | |
4858 | p78.CanCollide = false | |
4859 | p78.Locked = true | |
4860 | p78.FormFactor = Enum.FormFactor.Custom | |
4861 | p78.Size = Vector3.new(0.232357651, 0.232357651, 0.279841363) | |
4862 | p78.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
4863 | p78.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
4864 | p78.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
4865 | p78.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
4866 | p78.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
4867 | p78.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
4868 | b78 = Instance.new("SpecialMesh", p78) | |
4869 | b78.MeshType = Enum.MeshType.Wedge | |
4870 | b78.Name = "Mesh" | |
4871 | b78.Scale = Vector3.new(0.602178097, 0.602178097, 1) | |
4872 | p79 = Instance.new("WedgePart", m6) | |
4873 | p79.BrickColor = BrickColor.new("Really black") | |
4874 | p79.Material = Enum.Material.SmoothPlastic | |
4875 | p79.Name = "Wedge" | |
4876 | p79.CFrame = CFrame.new(-1.6992141, 3.85010386, 4.03967237, 0, 0, 1, 0, 1, 0, -1, 0, 0) | |
4877 | p79.CanCollide = false | |
4878 | p79.Locked = true | |
4879 | p79.FormFactor = Enum.FormFactor.Custom | |
4880 | p79.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636) | |
4881 | p79.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
4882 | p79.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
4883 | p79.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
4884 | p79.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
4885 | p79.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
4886 | p79.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
4887 | b79 = Instance.new("SpecialMesh", p79) | |
4888 | b79.MeshType = Enum.MeshType.Wedge | |
4889 | b79.Name = "Mesh" | |
4890 | b79.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097) | |
4891 | p80 = Instance.new("WedgePart", m6) | |
4892 | p80.BrickColor = BrickColor.new("Really black") | |
4893 | p80.Material = Enum.Material.SmoothPlastic | |
4894 | p80.Name = "Wedge" | |
4895 | p80.CFrame = CFrame.new(-1.6992135, 3.1504972, 4.03967237, 0, 0, 1, 0, -1, 0, 1, 0, 0) | |
4896 | p80.CanCollide = false | |
4897 | p80.Locked = true | |
4898 | p80.FormFactor = Enum.FormFactor.Custom | |
4899 | p80.Size = Vector3.new(0.232357651, 0.232357651, 0.232357636) | |
4900 | p80.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
4901 | p80.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
4902 | p80.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
4903 | p80.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
4904 | p80.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
4905 | p80.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
4906 | b80 = Instance.new("SpecialMesh", p80) | |
4907 | b80.MeshType = Enum.MeshType.Wedge | |
4908 | b80.Name = "Mesh" | |
4909 | b80.Scale = Vector3.new(0.602178097, 0.602178097, 0.602178097) | |
4910 | w1 = Instance.new("Weld", p1) | |
4911 | w1.Name = "Joint" | |
4912 | w1.Part0 = p1 | |
4913 | w1.C0 = CFrame.new(0, 0, 0.139921591, 0, 0, 1, 0, 1, 0, -1, 0, 0) | |
4914 | w1.Part1 = p47 | |
4915 | w1.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
4916 | w2 = Instance.new("Weld", p2) | |
4917 | w2.Name = "Joint" | |
4918 | w2.Part0 = p2 | |
4919 | w2.C0 = CFrame.new(0, -2.7097974e-006, 0.139918938, 0, 0, 1, 0, -1, 0, 1, 0, 0) | |
4920 | w2.Part1 = p11 | |
4921 | w2.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
4922 | w3 = Instance.new("Weld", p3) | |
4923 | w3.Name = "Joint" | |
4924 | w3.Part0 = p3 | |
4925 | w3.C0 = CFrame.new(0, 0.559684455, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
4926 | w3.Part1 = p50 | |
4927 | w3.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
4928 | w4 = Instance.new("Weld", p4) | |
4929 | w4.Name = "Joint" | |
4930 | w4.Part0 = p4 | |
4931 | w4.C0 = CFrame.new(-0.139921427, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
4932 | w4.Part1 = p5 | |
4933 | w4.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
4934 | w5 = Instance.new("Weld", p5) | |
4935 | w5.Name = "Joint" | |
4936 | w5.Part0 = p5 | |
4937 | w5.C0 = CFrame.new(-0.139920607, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
4938 | w5.Part1 = p27 | |
4939 | w5.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
4940 | w6 = Instance.new("Weld", p6) | |
4941 | w6.Name = "Joint" | |
4942 | w6.Part0 = p6 | |
4943 | w6.C0 = CFrame.new(6.98293934e-006, 0.13992101, 1.35489881e-006, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
4944 | w6.Part1 = p14 | |
4945 | w6.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
4946 | w7 = Instance.new("Weld", p7) | |
4947 | w7.Name = "Joint" | |
4948 | w7.Part0 = p7 | |
4949 | w7.C0 = CFrame.new(-0.139921531, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
4950 | w7.Part1 = p10 | |
4951 | w7.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
4952 | w8 = Instance.new("Weld", p8) | |
4953 | w8.Name = "Joint" | |
4954 | w8.Part0 = p8 | |
4955 | w8.C0 = CFrame.new(0, 0.209881723, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
4956 | w8.Part1 = p32 | |
4957 | w8.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
4958 | w9 = Instance.new("Weld", p9) | |
4959 | w9.Name = "Joint" | |
4960 | w9.Part0 = p9 | |
4961 | w9.C0 = CFrame.new(0, 0.279842764, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
4962 | w9.Part1 = p16 | |
4963 | w9.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
4964 | w10 = Instance.new("Weld", p10) | |
4965 | w10.Name = "Joint" | |
4966 | w10.Part0 = p10 | |
4967 | w10.C0 = CFrame.new(-0.139921531, 1.04222977e-006, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
4968 | w10.Part1 = p61 | |
4969 | w10.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
4970 | w11 = Instance.new("Weld", p11) | |
4971 | w11.Name = "Joint" | |
4972 | w11.Part0 = p11 | |
4973 | w11.C0 = CFrame.new(0, 0.209881723, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
4974 | w11.Part1 = p13 | |
4975 | w11.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
4976 | w12 = Instance.new("Weld", p12) | |
4977 | w12.Name = "Joint" | |
4978 | w12.Part0 = p12 | |
4979 | w12.C0 = CFrame.new(-0.139921427, -0.139921635, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
4980 | w12.Part1 = p29 | |
4981 | w12.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
4982 | w13 = Instance.new("Weld", p13) | |
4983 | w13.Name = "Joint" | |
4984 | w13.Part0 = p13 | |
4985 | w13.C0 = CFrame.new(0.839523137, 0.349802732, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
4986 | w13.Part1 = p48 | |
4987 | w13.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
4988 | w14 = Instance.new("Weld", p14) | |
4989 | w14.Name = "Joint" | |
4990 | w14.Part0 = p14 | |
4991 | w14.C0 = CFrame.new(-6.98293934e-006, 1.25067584e-006, -0.139921844, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
4992 | w14.Part1 = p60 | |
4993 | w14.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
4994 | w15 = Instance.new("Weld", p15) | |
4995 | w15.Name = "Joint" | |
4996 | w15.Part0 = p15 | |
4997 | w15.C0 = CFrame.new(-0.139920712, -0.139923528, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
4998 | w15.Part1 = p17 | |
4999 | w15.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
5000 | w16 = Instance.new("Weld", p16) | |
5001 | w16.Name = "Joint" | |
5002 | w16.Part0 = p16 | |
5003 | w16.C0 = CFrame.new(1.45912168e-006, 0.349802852, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
5004 | w16.Part1 = p48 | |
5005 | w16.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
5006 | w17 = Instance.new("Weld", p17) | |
5007 | w17.Name = "Joint" | |
5008 | w17.Part0 = p17 | |
5009 | w17.C0 = CFrame.new(-0.97944206, 0.0699603036, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1) | |
5010 | w17.Part1 = p50 | |
5011 | w17.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
5012 | w18 = Instance.new("Weld", p18) | |
5013 | w18.Name = "Joint" | |
5014 | w18.Part0 = p18 | |
5015 | w18.C0 = CFrame.new(-0.979444683, 0.0699603036, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
5016 | w18.Part1 = p50 | |
5017 | w18.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
5018 | w19 = Instance.new("Weld", p19) | |
5019 | w19.Name = "Joint" | |
5020 | w19.Part0 = p19 | |
5021 | w19.C0 = CFrame.new(0, -0.2098784, 0.0349924229, 0, 0, -1, 0, -1, 0, -1, 0, 0) | |
5022 | w19.Part1 = p54 | |
5023 | w19.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
5024 | w20 = Instance.new("Weld", p20) | |
5025 | w20.Name = "Joint" | |
5026 | w20.Part0 = p20 | |
5027 | w20.C0 = CFrame.new(-0.139921427, -0.13992101, 1.35489881e-006, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
5028 | w20.Part1 = p21 | |
5029 | w20.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
5030 | w21 = Instance.new("Weld", p21) | |
5031 | w21.Name = "Joint" | |
5032 | w21.Part0 = p21 | |
5033 | w21.C0 = CFrame.new(-1.25928402, 0.0699627995, -1.35489881e-006, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
5034 | w21.Part1 = p37 | |
5035 | w21.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
5036 | w22 = Instance.new("Weld", p22) | |
5037 | w22.Name = "Joint" | |
5038 | w22.Part0 = p22 | |
5039 | w22.C0 = CFrame.new(0, -0.209878504, 0.0349705629, 0, 0, 1, 0, -1, 0, 1, 0, 0) | |
5040 | w22.Part1 = p8 | |
5041 | w22.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
5042 | w23 = Instance.new("Weld", p23) | |
5043 | w23.Name = "Joint" | |
5044 | w23.Part0 = p23 | |
5045 | w23.C0 = CFrame.new(0, 0, 0.139921427, 0, 0, 1, 0, 1, 0, -1, 0, 0) | |
5046 | w23.Part1 = p35 | |
5047 | w23.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
5048 | w24 = Instance.new("Weld", p24) | |
5049 | w24.Name = "Joint" | |
5050 | w24.Part0 = p24 | |
5051 | w24.C0 = CFrame.new(8.33783815e-007, -0.209883824, 1.25928962, 0, 0, -1, 0, -1, 0, -1, 0, 0) | |
5052 | w24.Part1 = p48 | |
5053 | w24.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
5054 | w25 = Instance.new("Weld", p25) | |
5055 | w25.Name = "Joint" | |
5056 | w25.Part0 = p25 | |
5057 | w25.C0 = CFrame.new(0, -0.209878504, 0.0349897929, 0, 0, -1, 0, -1, 0, -1, 0, 0) | |
5058 | w25.Part1 = p8 | |
5059 | w25.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
5060 | w26 = Instance.new("Weld", p26) | |
5061 | w26.Name = "Joint" | |
5062 | w26.Part0 = p26 | |
5063 | w26.C0 = CFrame.new(0, -3.33513526e-006, 0.769568086, 0, 0, -1, 0, 1, 0, 1, 0, 0) | |
5064 | w26.Part1 = p6 | |
5065 | w26.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
5066 | w27 = Instance.new("Weld", p27) | |
5067 | w27.Name = "Joint" | |
5068 | w27.Part0 = p27 | |
5069 | w27.C0 = CFrame.new(-1.25928354, -0.0699575916, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1) | |
5070 | w27.Part1 = p48 | |
5071 | w27.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
5072 | w28 = Instance.new("Weld", p28) | |
5073 | w28.Name = "Joint" | |
5074 | w28.Part0 = p28 | |
5075 | w28.C0 = CFrame.new(0, -0.13992101, 0, 0, 0, -1, 0, -1, -0, -1, 0, -0) | |
5076 | w28.Part1 = p35 | |
5077 | w28.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
5078 | w29 = Instance.new("Weld", p29) | |
5079 | w29.Name = "Joint" | |
5080 | w29.Part0 = p29 | |
5081 | w29.C0 = CFrame.new(-1.25928354, 0.0699634254, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1) | |
5082 | w29.Part1 = p37 | |
5083 | w29.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
5084 | w30 = Instance.new("Weld", p30) | |
5085 | w30.Name = "Joint" | |
5086 | w30.Part0 = p30 | |
5087 | w30.C0 = CFrame.new(0, -0.139920816, 0, 0, 0, -1, 0, -1, 0, -1, 0, 0) | |
5088 | w30.Part1 = p20 | |
5089 | w30.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
5090 | w31 = Instance.new("Weld", p31) | |
5091 | w31.Name = "Joint" | |
5092 | w31.Part0 = p31 | |
5093 | w31.C0 = CFrame.new(0, -3.02246644e-006, 0.419769108, 0, 0, -1, 0, -1, -0, -1, 0, -0) | |
5094 | w31.Part1 = p16 | |
5095 | w31.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
5096 | w32 = Instance.new("Weld", p32) | |
5097 | w32.Name = "Joint" | |
5098 | w32.Part0 = p32 | |
5099 | w32.C0 = CFrame.new(-0.839526176, 0.349802852, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
5100 | w32.Part1 = p48 | |
5101 | w32.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
5102 | w33 = Instance.new("Weld", p33) | |
5103 | w33.Name = "Joint" | |
5104 | w33.Part0 = p33 | |
5105 | w33.C0 = CFrame.new(1.3548987e-006, -0.279842436, 0.0699624866, 0, 0, 1, 0, 1, 0, -1, 0, 0) | |
5106 | w33.Part1 = p21 | |
5107 | w33.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
5108 | w34 = Instance.new("Weld", p34) | |
5109 | w34.Name = "Joint" | |
5110 | w34.Part0 = p34 | |
5111 | w34.C0 = CFrame.new(0, -0.279842019, 0, 0, 0, -1, 0, -1, -0, -1, 0, -0) | |
5112 | w34.Part1 = p27 | |
5113 | w34.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
5114 | w35 = Instance.new("Weld", p35) | |
5115 | w35.Name = "Joint" | |
5116 | w35.Part0 = p35 | |
5117 | w35.C0 = CFrame.new(-0.139920607, -0.139922053, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
5118 | w35.Part1 = p58 | |
5119 | w35.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
5120 | w36 = Instance.new("Weld", p36) | |
5121 | w36.Name = "Joint" | |
5122 | w36.Part0 = p36 | |
5123 | w36.C0 = CFrame.new(0, -0.279843062, 0.0699611381, 0, 0, 1, 0, 1, 0, -1, 0, 0) | |
5124 | w36.Part1 = p29 | |
5125 | w36.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
5126 | w37 = Instance.new("Weld", p37) | |
5127 | w37.Name = "Joint" | |
5128 | w37.Part0 = p37 | |
5129 | w37.C0 = CFrame.new(0, 0.559682429, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
5130 | w37.Part1 = p3 | |
5131 | w37.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
5132 | w38 = Instance.new("Weld", p38) | |
5133 | w38.Name = "Joint" | |
5134 | w38.Part0 = p38 | |
5135 | w38.C0 = CFrame.new(0, 0, 0.13992101, 0, 0, 1, 0, 1, 0, -1, 0, 0) | |
5136 | w38.Part1 = p4 | |
5137 | w38.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
5138 | w39 = Instance.new("Weld", p39) | |
5139 | w39.Name = "Joint" | |
5140 | w39.Part0 = p39 | |
5141 | w39.C0 = CFrame.new(0, 0, 0.139921427, 0, 0, 1, 0, 1, 0, -1, 0, 0) | |
5142 | w39.Part1 = p12 | |
5143 | w39.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
5144 | w40 = Instance.new("Weld", p40) | |
5145 | w40.Name = "Joint" | |
5146 | w40.Part0 = p40 | |
5147 | w40.C0 = CFrame.new(0, -0.279843479, 0.0699611381, 0, 0, 1, 0, 1, 0, -1, 0, 0) | |
5148 | w40.Part1 = p52 | |
5149 | w40.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
5150 | w41 = Instance.new("Weld", p41) | |
5151 | w41.Name = "Joint" | |
5152 | w41.Part0 = p41 | |
5153 | w41.C0 = CFrame.new(0, -0.139921427, 0.0699607134, 0, 0, -1, 0, -1, -0, -1, 0, -0) | |
5154 | w41.Part1 = p5 | |
5155 | w41.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
5156 | w42 = Instance.new("Weld", p42) | |
5157 | w42.Name = "Joint" | |
5158 | w42.Part0 = p42 | |
5159 | w42.C0 = CFrame.new(0, -2.7097974e-006, 0.139925033, 0, 0, -1, 0, -1, 0, -1, 0, 0) | |
5160 | w42.Part1 = p8 | |
5161 | w42.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
5162 | w43 = Instance.new("Weld", p43) | |
5163 | w43.Name = "Joint" | |
5164 | w43.Part0 = p43 | |
5165 | w43.C0 = CFrame.new(0, -0.139921218, 0.0699607134, 0, 0, 1, 0, 1, 0, -1, 0, 0) | |
5166 | w43.Part1 = p5 | |
5167 | w43.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
5168 | w44 = Instance.new("Weld", p44) | |
5169 | w44.Name = "Joint" | |
5170 | w44.Part0 = p44 | |
5171 | w44.C0 = CFrame.new(0, -0.139921844, 0, 0, 0, -1, 0, -1, 0, -1, 0, 0) | |
5172 | w44.Part1 = p15 | |
5173 | w44.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
5174 | w45 = Instance.new("Weld", p45) | |
5175 | w45.Name = "Joint" | |
5176 | w45.Part0 = p45 | |
5177 | w45.C0 = CFrame.new(0, -2.7097974e-006, 0.139921531, 0, 0, -1, 0, -1, 0, -1, 0, 0) | |
5178 | w45.Part1 = p11 | |
5179 | w45.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
5180 | w46 = Instance.new("Weld", p46) | |
5181 | w46.Name = "Joint" | |
5182 | w46.Part0 = p46 | |
5183 | w46.C0 = CFrame.new(0, -3.33513526e-006, 0.769562066, 0, 0, 1, 0, 1, 0, -1, 0, 0) | |
5184 | w46.Part1 = p6 | |
5185 | w46.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
5186 | w47 = Instance.new("Weld", p47) | |
5187 | w47.Name = "Joint" | |
5188 | w47.Part0 = p47 | |
5189 | w47.C0 = CFrame.new(-0.139920652, -0.139923528, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
5190 | w47.Part1 = p18 | |
5191 | w47.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
5192 | w48 = Instance.new("Weld", p48) | |
5193 | w48.Name = "Joint" | |
5194 | w48.Part0 = p48 | |
5195 | w48.C0 = CFrame.new(0, 0.559684873, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
5196 | w48.Part1 = p37 | |
5197 | w48.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
5198 | w49 = Instance.new("Weld", p49) | |
5199 | w49.Name = "Joint" | |
5200 | w49.Part0 = p49 | |
5201 | w49.C0 = CFrame.new(0, -0.139921844, 0, 0, 0, -1, 0, -1, 0, -1, 0, 0) | |
5202 | w49.Part1 = p47 | |
5203 | w49.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
5204 | w50 = Instance.new("Weld", p50) | |
5205 | w50.Name = "Joint" | |
5206 | w50.Part0 = p50 | |
5207 | w50.C0 = CFrame.new(0, 0.349801898, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
5208 | w50.Part1 = p6 | |
5209 | w50.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
5210 | w51 = Instance.new("Weld", p51) | |
5211 | w51.Name = "Joint" | |
5212 | w51.Part0 = p51 | |
5213 | w51.C0 = CFrame.new(-0.139921427, -0.139922053, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
5214 | w51.Part1 = p52 | |
5215 | w51.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
5216 | w52 = Instance.new("Weld", p52) | |
5217 | w52.Name = "Joint" | |
5218 | w52.Part0 = p52 | |
5219 | w52.C0 = CFrame.new(-1.11936295, 0.0699607134, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1) | |
5220 | w52.Part1 = p3 | |
5221 | w52.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
5222 | w53 = Instance.new("Weld", p53) | |
5223 | w53.Name = "Joint" | |
5224 | w53.Part0 = p53 | |
5225 | w53.C0 = CFrame.new(0, 3.9604729e-006, 0.279851943, 0, 0, -1, 0, -1, -0, -1, 0, -0) | |
5226 | w53.Part1 = p9 | |
5227 | w53.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
5228 | w54 = Instance.new("Weld", p54) | |
5229 | w54.Name = "Joint" | |
5230 | w54.Part0 = p54 | |
5231 | w54.C0 = CFrame.new(0, 0.349802941, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
5232 | w54.Part1 = p9 | |
5233 | w54.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
5234 | w55 = Instance.new("Weld", p55) | |
5235 | w55.Name = "Joint" | |
5236 | w55.Part0 = p55 | |
5237 | w55.C0 = CFrame.new(0, -2.7097974e-006, 0.139916331, 0, 0, 1, 0, -1, 0, 1, 0, 0) | |
5238 | w55.Part1 = p8 | |
5239 | w55.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
5240 | w56 = Instance.new("Weld", p56) | |
5241 | w56.Name = "Joint" | |
5242 | w56.Part0 = p56 | |
5243 | w56.C0 = CFrame.new(0, 0, 0.139921322, 0, 0, 1, 0, 1, 0, -1, 0, 0) | |
5244 | w56.Part1 = p20 | |
5245 | w56.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
5246 | w57 = Instance.new("Weld", p57) | |
5247 | w57.Name = "Joint" | |
5248 | w57.Part0 = p57 | |
5249 | w57.C0 = CFrame.new(0, -0.139921427, -0.0699620694, 0, 0, 1, 0, 1, 0, -1, 0, 0) | |
5250 | w57.Part1 = p47 | |
5251 | w57.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
5252 | w58 = Instance.new("Weld", p58) | |
5253 | w58.Name = "Joint" | |
5254 | w58.Part0 = p58 | |
5255 | w58.C0 = CFrame.new(-1.11936343, 0.0699607134, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
5256 | w58.Part1 = p3 | |
5257 | w58.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
5258 | w59 = Instance.new("Weld", p59) | |
5259 | w59.Name = "Joint" | |
5260 | w59.Part0 = p59 | |
5261 | w59.C0 = CFrame.new(0, -2.50135167e-006, 0.279839605, 0, 0, 1, 0, -1, 0, 1, 0, 0) | |
5262 | w59.Part1 = p32 | |
5263 | w59.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
5264 | w60 = Instance.new("Weld", p61) | |
5265 | w60.Name = "Joint" | |
5266 | w60.Part0 = p61 | |
5267 | w60.C0 = CFrame.new(-1.25928962, -0.0699586272, -8.33783815e-007, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
5268 | w60.Part1 = p48 | |
5269 | w60.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
5270 | w61 = Instance.new("Weld", p62) | |
5271 | w61.Name = "Joint" | |
5272 | w61.Part0 = p62 | |
5273 | w61.C0 = CFrame.new(0, -0.139921635, 0.0699612424, 0, 0, 1, 0, 1, 0, -1, 0, 0) | |
5274 | w61.Part1 = p10 | |
5275 | w61.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
5276 | w62 = Instance.new("Weld", p63) | |
5277 | w62.Name = "Joint" | |
5278 | w62.Part0 = p63 | |
5279 | w62.C0 = CFrame.new(0, 0, 0.139920712, 0, 0, 1, 0, 1, 0, -1, 0, 0) | |
5280 | w62.Part1 = p7 | |
5281 | w62.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
5282 | w63 = Instance.new("Weld", p64) | |
5283 | w63.Name = "Joint" | |
5284 | w63.Part0 = p64 | |
5285 | w63.C0 = CFrame.new(0, -2.60557431e-006, 0.139913708, 0, 0, 1, 0, -1, 0, 1, 0, 0) | |
5286 | w63.Part1 = p54 | |
5287 | w63.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
5288 | w64 = Instance.new("Weld", p65) | |
5289 | w64.Name = "Joint" | |
5290 | w64.Part0 = p65 | |
5291 | w64.C0 = CFrame.new(0, -2.50135167e-006, 0.279843956, 0, 0, -1, 0, -1, 0, -1, 0, 0) | |
5292 | w64.Part1 = p13 | |
5293 | w64.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
5294 | w65 = Instance.new("Weld", p66) | |
5295 | w65.Name = "Joint" | |
5296 | w65.Part0 = p66 | |
5297 | w65.C0 = CFrame.new(0, 1.04222977e-006, 0.139921427, 0, 0, -1, 0, -1, -0, -1, 0, -0) | |
5298 | w65.Part1 = p52 | |
5299 | w65.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
5300 | w66 = Instance.new("Weld", p67) | |
5301 | w66.Name = "Joint" | |
5302 | w66.Part0 = p67 | |
5303 | w66.C0 = CFrame.new(0, -3.02246644e-006, 0.419757843, 0, 0, 1, 0, -1, 0, 1, 0, 0) | |
5304 | w66.Part1 = p16 | |
5305 | w66.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
5306 | w67 = Instance.new("Weld", p68) | |
5307 | w67.Name = "Joint" | |
5308 | w67.Part0 = p68 | |
5309 | w67.C0 = CFrame.new(0, -0.209878504, 0.0349741057, 0, 0, 1, 0, -1, 0, 1, 0, 0) | |
5310 | w67.Part1 = p11 | |
5311 | w67.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
5312 | w68 = Instance.new("Weld", p69) | |
5313 | w68.Name = "Joint" | |
5314 | w68.Part0 = p69 | |
5315 | w68.C0 = CFrame.new(0, -0.209878504, 0.0349861942, 0, 0, -1, 0, -1, 0, -1, 0, 0) | |
5316 | w68.Part1 = p11 | |
5317 | w68.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
5318 | w69 = Instance.new("Weld", p70) | |
5319 | w69.Name = "Joint" | |
5320 | w69.Part0 = p70 | |
5321 | w69.C0 = CFrame.new(0, -0.279843479, 0.0699616596, 0, 0, 1, 0, 1, 0, -1, 0, 0) | |
5322 | w69.Part1 = p58 | |
5323 | w69.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
5324 | w70 = Instance.new("Weld", p71) | |
5325 | w70.Name = "Joint" | |
5326 | w70.Part0 = p71 | |
5327 | w70.C0 = CFrame.new(0, -0.2098784, 0.0349679329, 0, 0, 1, 0, -1, 0, 1, 0, 0) | |
5328 | w70.Part1 = p54 | |
5329 | w70.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
5330 | w71 = Instance.new("Weld", p72) | |
5331 | w71.Name = "Joint" | |
5332 | w71.Part0 = p72 | |
5333 | w71.C0 = CFrame.new(0, -3.02246644e-006, 0.27983579, 0, 0, 1, 0, -1, 0, 1, 0, 0) | |
5334 | w71.Part1 = p9 | |
5335 | w71.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
5336 | w72 = Instance.new("Weld", p73) | |
5337 | w72.Name = "Joint" | |
5338 | w72.Part0 = p73 | |
5339 | w72.C0 = CFrame.new(0, -2.50135167e-006, 0.279839605, 0, 0, 1, 0, -1, 0, 1, 0, 0) | |
5340 | w72.Part1 = p13 | |
5341 | w72.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
5342 | w73 = Instance.new("Weld", p74) | |
5343 | w73.Name = "Joint" | |
5344 | w73.Part0 = p74 | |
5345 | w73.C0 = CFrame.new(0, -0.139921427, 0.0699612424, 0, 0, -1, 0, -1, 0, -1, 0, 0) | |
5346 | w73.Part1 = p10 | |
5347 | w73.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
5348 | w74 = Instance.new("Weld", p75) | |
5349 | w74.Name = "Joint" | |
5350 | w74.Part0 = p75 | |
5351 | w74.C0 = CFrame.new(0, -2.60557431e-006, 0.139928564, 0, 0, -1, 0, -1, 0, -1, 0, 0) | |
5352 | w74.Part1 = p54 | |
5353 | w74.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
5354 | w75 = Instance.new("Weld", p76) | |
5355 | w75.Name = "Joint" | |
5356 | w75.Part0 = p76 | |
5357 | w75.C0 = CFrame.new(0, -2.50135167e-006, 0.27984485, 0, 0, -1, 0, -1, 0, -1, 0, 0) | |
5358 | w75.Part1 = p32 | |
5359 | w75.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
5360 | w76 = Instance.new("Weld", p77) | |
5361 | w76.Name = "Joint" | |
5362 | w76.Part0 = p77 | |
5363 | w76.C0 = CFrame.new(0, 0, 0.139921635, 0, 0, 1, 0, 1, 0, -1, 0, 0) | |
5364 | w76.Part1 = p15 | |
5365 | w76.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
5366 | w77 = Instance.new("Weld", p78) | |
5367 | w77.Name = "Joint" | |
5368 | w77.Part0 = p78 | |
5369 | w77.C0 = CFrame.new(0, -0.139921427, -0.0699594691, 0, 0, 1, 0, 1, 0, -1, 0, 0) | |
5370 | w77.Part1 = p15 | |
5371 | w77.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
5372 | w78 = Instance.new("Weld", p79) | |
5373 | w78.Name = "Joint" | |
5374 | w78.Part0 = p79 | |
5375 | w78.C0 = CFrame.new(0, 0, 0.139921218, 0, 0, 1, 0, 1, 0, -1, 0, 0) | |
5376 | w78.Part1 = p51 | |
5377 | w78.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
5378 | w79 = Instance.new("Weld", p80) | |
5379 | w79.Name = "Joint" | |
5380 | w79.Part0 = p80 | |
5381 | w79.C0 = CFrame.new(0, -0.13992101, 0, 0, 0, -1, 0, -1, -0, -1, 0, -0) | |
5382 | w79.Part1 = p12 | |
5383 | w79.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
5384 | m6.Parent = torso | |
5385 | m6:MakeJoints() | |
5386 | ---------------------------------------------------- | |
5387 | local cor6 = Instance.new("Part", torso.Cloak) | |
5388 | cor6.Name = "Thingy" | |
5389 | cor6.Locked = true | |
5390 | cor6.BottomSurface = 0 | |
5391 | cor6.CanCollide = false | |
5392 | cor6.Size = Vector3.new(1,1,1) | |
5393 | cor6.Transparency = 1 | |
5394 | cor6.TopSurface = 0 | |
5395 | corw6 = Instance.new("Weld", cor6) | |
5396 | corw6.Part0 = torso | |
5397 | corw6.Part1 = cor6 | |
5398 | corw6.C0 = CFrame.new(0, 1, 0.5) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)) | |
5399 | corw6.C1 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)) | |
5400 | weld6 = Instance.new("Weld", torso.Cloak.NeckPart) | |
5401 | weld6.Part0 = cor6 | |
5402 | weld6.Part1 = torso.Cloak.NeckPart | |
5403 | weld6.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)) | |
5404 | --Amulet | |
5405 | m7 = Instance.new("Model") | |
5406 | m7.Name = "Amulet" | |
5407 | p1 = Instance.new("Part", m7) | |
5408 | p1.BrickColor = BrickColor.new("Really black") | |
5409 | p1.Material = Enum.Material.Neon | |
5410 | p1.Name = "Center" | |
5411 | p1.CFrame = CFrame.new(-1.0658141e-014, 14.4125643, 0, -4.37113883e-008, -1, 0, 1, -4.37113883e-008, 0, 0, 0, 1) | |
5412 | p1.CanCollide = false | |
5413 | p1.Locked = true | |
5414 | p1.FormFactor = Enum.FormFactor.Custom | |
5415 | p1.Shape = Enum.PartType.Cylinder | |
5416 | p1.Size = Vector3.new(0.5, 0.5, 0.5) | |
5417 | p1.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
5418 | p1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
5419 | p1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
5420 | p1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
5421 | p1.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
5422 | p1.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
5423 | p2 = Instance.new("Part", m7) | |
5424 | p2.BrickColor = BrickColor.new("Really black") | |
5425 | p2.Material = Enum.Material.Metal | |
5426 | p2.Name = "Bottom" | |
5427 | p2.CFrame = CFrame.new(1.19209318e-007, 14.1625719, 0, -4.37113883e-008, -1, 0, 1, -4.37113883e-008, 0, 0, 0, 1) | |
5428 | p2.CanCollide = false | |
5429 | p2.Locked = true | |
5430 | p2.FormFactor = Enum.FormFactor.Custom | |
5431 | p2.Size = Vector3.new(0.200000003, 0.649999976, 0.649999976) | |
5432 | p2.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
5433 | p2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
5434 | p2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
5435 | p2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
5436 | p2.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
5437 | p2.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
5438 | b1 = Instance.new("SpecialMesh", p2) | |
5439 | b1.MeshType = Enum.MeshType.Cylinder | |
5440 | b1.Name = "Mesh" | |
5441 | p3 = Instance.new("Part", m7) | |
5442 | p3.BrickColor = BrickColor.new("Really black") | |
5443 | p3.Material = Enum.Material.Metal | |
5444 | p3.CFrame = CFrame.new(1.23580463e-007, 14.4625673, -0.280000001, -4.37113883e-008, -1, 0, 1, -4.37113883e-008, 0, 0, 0, 1) | |
5445 | p3.CanCollide = false | |
5446 | p3.Locked = true | |
5447 | p3.FormFactor = Enum.FormFactor.Custom | |
5448 | p3.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003) | |
5449 | p3.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
5450 | p3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
5451 | p3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
5452 | p3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
5453 | p3.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
5454 | p3.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
5455 | b2 = Instance.new("SpecialMesh", p3) | |
5456 | b2.MeshType = Enum.MeshType.Brick | |
5457 | b2.Name = "Mesh" | |
5458 | b2.Scale = Vector3.new(1, 0.300000012, 0.200000003) | |
5459 | p4 = Instance.new("Part", m7) | |
5460 | p4.BrickColor = BrickColor.new("Really black") | |
5461 | p4.Material = Enum.Material.Metal | |
5462 | p4.CFrame = CFrame.new(1.19209318e-007, 14.4625673, 0.280000001, -4.37113883e-008, -1, 0, 1, -4.37113883e-008, 0, 0, 0, 1) | |
5463 | p4.CanCollide = false | |
5464 | p4.Locked = true | |
5465 | p4.FormFactor = Enum.FormFactor.Custom | |
5466 | p4.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003) | |
5467 | p4.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
5468 | p4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
5469 | p4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
5470 | p4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
5471 | p4.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
5472 | p4.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
5473 | b3 = Instance.new("SpecialMesh", p4) | |
5474 | b3.MeshType = Enum.MeshType.Brick | |
5475 | b3.Name = "Mesh" | |
5476 | b3.Scale = Vector3.new(1, 0.300000012, 0.200000003) | |
5477 | p5 = Instance.new("Part", m7) | |
5478 | p5.BrickColor = BrickColor.new("Really black") | |
5479 | p5.Material = Enum.Material.Metal | |
5480 | 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) | |
5481 | p5.CanCollide = false | |
5482 | p5.Locked = true | |
5483 | p5.FormFactor = Enum.FormFactor.Custom | |
5484 | p5.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003) | |
5485 | p5.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
5486 | p5.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
5487 | p5.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
5488 | p5.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
5489 | p5.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
5490 | p5.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
5491 | b4 = Instance.new("SpecialMesh", p5) | |
5492 | b4.MeshType = Enum.MeshType.Brick | |
5493 | b4.Name = "Mesh" | |
5494 | b4.Scale = Vector3.new(1, 0.300000012, 0.200000003) | |
5495 | p6 = Instance.new("Part", m7) | |
5496 | p6.BrickColor = BrickColor.new("Really black") | |
5497 | p6.Material = Enum.Material.Metal | |
5498 | 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) | |
5499 | p6.CanCollide = false | |
5500 | p6.Locked = true | |
5501 | p6.FormFactor = Enum.FormFactor.Custom | |
5502 | p6.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003) | |
5503 | p6.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
5504 | p6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
5505 | p6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
5506 | p6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
5507 | p6.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
5508 | p6.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
5509 | b5 = Instance.new("SpecialMesh", p6) | |
5510 | b5.MeshType = Enum.MeshType.Brick | |
5511 | b5.Name = "Mesh" | |
5512 | b5.Scale = Vector3.new(1, 0.300000012, 0.200000003) | |
5513 | p7 = Instance.new("Part", m7) | |
5514 | p7.BrickColor = BrickColor.new("Really black") | |
5515 | p7.Material = Enum.Material.Metal | |
5516 | 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) | |
5517 | p7.CanCollide = false | |
5518 | p7.Locked = true | |
5519 | p7.FormFactor = Enum.FormFactor.Custom | |
5520 | p7.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003) | |
5521 | p7.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
5522 | p7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
5523 | p7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
5524 | p7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
5525 | p7.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
5526 | p7.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
5527 | b6 = Instance.new("SpecialMesh", p7) | |
5528 | b6.MeshType = Enum.MeshType.Brick | |
5529 | b6.Name = "Mesh" | |
5530 | b6.Scale = Vector3.new(1, 0.300000012, 0.200000003) | |
5531 | p8 = Instance.new("Part", m7) | |
5532 | p8.BrickColor = BrickColor.new("Really black") | |
5533 | p8.Material = Enum.Material.Metal | |
5534 | 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) | |
5535 | p8.CanCollide = false | |
5536 | p8.Locked = true | |
5537 | p8.FormFactor = Enum.FormFactor.Custom | |
5538 | p8.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003) | |
5539 | p8.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
5540 | p8.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
5541 | p8.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
5542 | p8.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
5543 | p8.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
5544 | p8.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
5545 | b7 = Instance.new("SpecialMesh", p8) | |
5546 | b7.MeshType = Enum.MeshType.Brick | |
5547 | b7.Name = "Mesh" | |
5548 | b7.Scale = Vector3.new(1, 0.300000012, 0.200000003) | |
5549 | p9 = Instance.new("Part", m7) | |
5550 | p9.BrickColor = BrickColor.new("Really black") | |
5551 | p9.Material = Enum.Material.Metal | |
5552 | p9.CFrame = CFrame.new(0.280000091, 14.4625673, -1.64313008e-014, 0, 0, -1, 1, -4.37113847e-008, 0, -4.37113847e-008, -1, 0) | |
5553 | p9.CanCollide = false | |
5554 | p9.Locked = true | |
5555 | p9.FormFactor = Enum.FormFactor.Custom | |
5556 | p9.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003) | |
5557 | p9.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
5558 | p9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
5559 | p9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
5560 | p9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
5561 | p9.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
5562 | p9.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
5563 | b8 = Instance.new("SpecialMesh", p9) | |
5564 | b8.MeshType = Enum.MeshType.Brick | |
5565 | b8.Name = "Mesh" | |
5566 | b8.Scale = Vector3.new(1, 0.300000012, 0.200000003) | |
5567 | p10 = Instance.new("Part", m7) | |
5568 | p10.BrickColor = BrickColor.new("Really black") | |
5569 | p10.Material = Enum.Material.Metal | |
5570 | p10.CFrame = CFrame.new(-0.279999852, 14.4625673, -1.49011772e-008, 0, 0, -1, 1, -4.37113847e-008, 0, -4.37113847e-008, -1, 0) | |
5571 | p10.CanCollide = false | |
5572 | p10.Locked = true | |
5573 | p10.FormFactor = Enum.FormFactor.Custom | |
5574 | p10.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003) | |
5575 | p10.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
5576 | p10.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
5577 | p10.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
5578 | p10.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
5579 | p10.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
5580 | p10.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
5581 | b9 = Instance.new("SpecialMesh", p10) | |
5582 | b9.MeshType = Enum.MeshType.Brick | |
5583 | b9.Name = "Mesh" | |
5584 | b9.Scale = Vector3.new(1, 0.300000012, 0.200000003) | |
5585 | p11 = Instance.new("Part", m7) | |
5586 | p11.BrickColor = BrickColor.new("Really black") | |
5587 | p11.Material = Enum.Material.Metal | |
5588 | 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) | |
5589 | p11.CanCollide = false | |
5590 | p11.Locked = true | |
5591 | p11.FormFactor = Enum.FormFactor.Custom | |
5592 | p11.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003) | |
5593 | p11.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
5594 | p11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
5595 | p11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
5596 | p11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
5597 | p11.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
5598 | p11.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
5599 | b10 = Instance.new("SpecialMesh", p11) | |
5600 | b10.MeshType = Enum.MeshType.Brick | |
5601 | b10.Name = "Mesh" | |
5602 | b10.Scale = Vector3.new(1, 0.300000012, 0.200000003) | |
5603 | p12 = Instance.new("Part", m7) | |
5604 | p12.BrickColor = BrickColor.new("Really black") | |
5605 | p12.Material = Enum.Material.Metal | |
5606 | 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) | |
5607 | p12.CanCollide = false | |
5608 | p12.Locked = true | |
5609 | p12.FormFactor = Enum.FormFactor.Custom | |
5610 | p12.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003) | |
5611 | p12.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
5612 | p12.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
5613 | p12.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
5614 | p12.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
5615 | p12.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
5616 | p12.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
5617 | b11 = Instance.new("SpecialMesh", p12) | |
5618 | b11.MeshType = Enum.MeshType.Brick | |
5619 | b11.Name = "Mesh" | |
5620 | b11.Scale = Vector3.new(1, 0.300000012, 0.200000003) | |
5621 | p13 = Instance.new("Part", m7) | |
5622 | p13.BrickColor = BrickColor.new("Really black") | |
5623 | p13.Material = Enum.Material.Metal | |
5624 | 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) | |
5625 | p13.CanCollide = false | |
5626 | p13.Locked = true | |
5627 | p13.FormFactor = Enum.FormFactor.Custom | |
5628 | p13.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003) | |
5629 | p13.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
5630 | p13.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
5631 | p13.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
5632 | p13.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
5633 | p13.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
5634 | p13.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
5635 | b12 = Instance.new("SpecialMesh", p13) | |
5636 | b12.MeshType = Enum.MeshType.Brick | |
5637 | b12.Name = "Mesh" | |
5638 | b12.Scale = Vector3.new(1, 0.300000012, 0.200000003) | |
5639 | p14 = Instance.new("Part", m7) | |
5640 | p14.BrickColor = BrickColor.new("Really black") | |
5641 | p14.Material = Enum.Material.Metal | |
5642 | 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) | |
5643 | p14.CanCollide = false | |
5644 | p14.Locked = true | |
5645 | p14.FormFactor = Enum.FormFactor.Custom | |
5646 | p14.Size = Vector3.new(0.400000006, 0.200000003, 0.200000003) | |
5647 | p14.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
5648 | p14.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
5649 | p14.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
5650 | p14.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
5651 | p14.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
5652 | p14.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
5653 | b13 = Instance.new("SpecialMesh", p14) | |
5654 | b13.MeshType = Enum.MeshType.Brick | |
5655 | b13.Name = "Mesh" | |
5656 | b13.Scale = Vector3.new(1, 0.300000012, 0.200000003) | |
5657 | p15 = Instance.new("Part", m7) | |
5658 | p15.BrickColor = BrickColor.new("Really black") | |
5659 | p15.Material = Enum.Material.Metal | |
5660 | p15.Name = "Top" | |
5661 | p15.CFrame = CFrame.new(0, 14.7125645, 0, -4.37113883e-008, -1, 0, 1, -4.37113883e-008, 0, 0, 0, 1) | |
5662 | p15.CanCollide = false | |
5663 | p15.Locked = true | |
5664 | p15.FormFactor = Enum.FormFactor.Custom | |
5665 | p15.Size = Vector3.new(0.200000003, 0.649999976, 0.649999976) | |
5666 | p15.BackSurface = Enum.SurfaceType.SmoothNoOutlines | |
5667 | p15.BottomSurface = Enum.SurfaceType.SmoothNoOutlines | |
5668 | p15.FrontSurface = Enum.SurfaceType.SmoothNoOutlines | |
5669 | p15.LeftSurface = Enum.SurfaceType.SmoothNoOutlines | |
5670 | p15.RightSurface = Enum.SurfaceType.SmoothNoOutlines | |
5671 | p15.TopSurface = Enum.SurfaceType.SmoothNoOutlines | |
5672 | b14 = Instance.new("SpecialMesh", p15) | |
5673 | b14.MeshType = Enum.MeshType.Cylinder | |
5674 | b14.Name = "Mesh" | |
5675 | w1 = Instance.new("Weld", p1) | |
5676 | w1.Name = "Joint" | |
5677 | w1.Part0 = p1 | |
5678 | w1.C0 = CFrame.new(0.300000191, -1.31134357e-008, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
5679 | w1.Part1 = p15 | |
5680 | w1.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
5681 | w2 = Instance.new("Weld", p2) | |
5682 | w2.Name = "Joint" | |
5683 | w2.Part0 = p2 | |
5684 | w2.C0 = CFrame.new(0.249992371, 1.08281824e-007, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
5685 | w2.Part1 = p1 | |
5686 | w2.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
5687 | w3 = Instance.new("Weld", p3) | |
5688 | w3.Name = "Joint" | |
5689 | w3.Part0 = p3 | |
5690 | w3.C0 = CFrame.new(-0.0500030518, 1.25766178e-007, 0.280000001, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
5691 | w3.Part1 = p1 | |
5692 | w3.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
5693 | w4 = Instance.new("Weld", p4) | |
5694 | w4.Name = "Joint" | |
5695 | w4.Part0 = p4 | |
5696 | w4.C0 = CFrame.new(-0.0500030518, 1.21395033e-007, -0.280000001, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
5697 | w4.Part1 = p1 | |
5698 | w4.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
5699 | w5 = Instance.new("Weld", p5) | |
5700 | w5.Name = "Joint" | |
5701 | w5.Part0 = p5 | |
5702 | 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) | |
5703 | w5.Part1 = p1 | |
5704 | w5.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
5705 | w6 = Instance.new("Weld", p6) | |
5706 | w6.Name = "Joint" | |
5707 | w6.Part0 = p6 | |
5708 | 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) | |
5709 | w6.Part1 = p1 | |
5710 | w6.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
5711 | w7 = Instance.new("Weld", p7) | |
5712 | w7.Name = "Joint" | |
5713 | w7.Part0 = p7 | |
5714 | 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) | |
5715 | w7.Part1 = p1 | |
5716 | w7.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
5717 | w8 = Instance.new("Weld", p8) | |
5718 | w8.Name = "Joint" | |
5719 | w8.Part0 = p8 | |
5720 | 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) | |
5721 | w8.Part1 = p1 | |
5722 | w8.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
5723 | w9 = Instance.new("Weld", p9) | |
5724 | w9.Name = "Joint" | |
5725 | w9.Part0 = p9 | |
5726 | 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) | |
5727 | w9.Part1 = p1 | |
5728 | w9.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
5729 | w10 = Instance.new("Weld", p10) | |
5730 | w10.Name = "Joint" | |
5731 | w10.Part0 = p10 | |
5732 | 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) | |
5733 | w10.Part1 = p1 | |
5734 | w10.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
5735 | w11 = Instance.new("Weld", p11) | |
5736 | w11.Name = "Joint" | |
5737 | w11.Part0 = p11 | |
5738 | 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) | |
5739 | w11.Part1 = p1 | |
5740 | w11.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
5741 | w12 = Instance.new("Weld", p12) | |
5742 | w12.Name = "Joint" | |
5743 | w12.Part0 = p12 | |
5744 | 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) | |
5745 | w12.Part1 = p1 | |
5746 | w12.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
5747 | w13 = Instance.new("Weld", p13) | |
5748 | w13.Name = "Joint" | |
5749 | w13.Part0 = p13 | |
5750 | 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) | |
5751 | w13.Part1 = p1 | |
5752 | w13.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
5753 | w14 = Instance.new("Weld", p14) | |
5754 | w14.Name = "Joint" | |
5755 | w14.Part0 = p14 | |
5756 | 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) | |
5757 | w14.Part1 = p1 | |
5758 | w14.C1 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1) | |
5759 | m7.Parent = torso | |
5760 | m7:MakeJoints() | |
5761 | ---------------------------------------------------- | |
5762 | local cor7 = Instance.new("Part", torso.Amulet) | |
5763 | cor7.Name = "Thingy" | |
5764 | cor7.Locked = true | |
5765 | cor7.BottomSurface = 0 | |
5766 | cor7.CanCollide = false | |
5767 | cor7.Size = Vector3.new(1, 1, 1) | |
5768 | cor7.Transparency = 1 | |
5769 | cor7.TopSurface = 0 | |
5770 | corw7 = Instance.new("Weld", cor7) | |
5771 | corw7.Part0 = torso.Torso.Connection | |
5772 | corw7.Part1 = cor7 | |
5773 | corw7.C0 = CFrame.new(0, 0.26, 0.1) * CFrame.Angles(math.rad(10), math.rad(0), math.rad(0)) | |
5774 | corw7.C1 = CFrame.new(0, -0.2, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(140)) | |
5775 | weld7 = Instance.new("Weld", torso.Amulet) | |
5776 | weld7.Part0 = cor7 | |
5777 | weld7.Part1 = torso.Amulet.Top | |
5778 | weld7.C0 = CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)) | |
5779 | ||
5780 | ||
5781 | ---------------------------------------------------- | |
5782 | ||
5783 | ---------------------------------------------------- | |
5784 | ||
5785 | ---------------------------------------------------- | |
5786 | models = {m,m2,m3,m4,m5,m6,m7,m8} | |
5787 | parts = {} | |
5788 | Stepped:connect(function() | |
5789 | for i,v in pairs(models) do | |
5790 | for _, a in pairs(v:GetChildren()) do | |
5791 | if v:IsA("Part") and v.Name ~= "Thingy" then | |
5792 | table.insert(parts, a) | |
5793 | for i,v in pairs(parts) do | |
5794 | v.CanCollide = false | |
5795 | end | |
5796 | end | |
5797 | end | |
5798 | end | |
5799 | end) | |
5800 | ---------------------------------------------------- | |
5801 | local animpose = "Idle1" | |
5802 | local lastanimpose = "Idle1" | |
5803 | local grab = false | |
5804 | local Smooth = 1 | |
5805 | local sine = 0 | |
5806 | local change = 1 | |
5807 | local val = 0 | |
5808 | local ffing = false | |
5809 | ---------------------------------------------------- | |
5810 | ||
5811 | ||
5812 | ---------------------------------------------------- | |
5813 | ---------------------------------------------------- | |
5814 | definition = 5 | |
5815 | bc = {} | |
5816 | bezierparts = {} | |
5817 | function NoOutline(Part) | |
5818 | Part.TopSurface,Part.BottomSurface,Part.LeftSurface,Part.RightSurface,Part.FrontSurface,Part.BackSurface = 10,10,10,10,10,10 | |
5819 | end | |
5820 | function draw(p,d) | |
5821 | for i=1,d do | |
5822 | local t = i/d | |
5823 | bc[i] = p[1]*(1-t)^2+2*p[2]*(1-t)*t+p[3]*t^2 | |
5824 | end | |
5825 | for i=1,d do | |
5826 | local bcs = Instance.new("Part",char) | |
5827 | NoOutline(bcs) | |
5828 | bcs.Anchored = true | |
5829 | bcs.CanCollide = false | |
5830 | bcs.Material = "Neon" | |
5831 | bcs.BrickColor = BrickColor.new("Really black") | |
5832 | bcs.Size = Vector3.new(1,1,1) | |
5833 | bcs.Shape = Enum.PartType.Ball | |
5834 | bcs.CFrame = CFrame.new(bc[i]) | |
5835 | local bcp = Instance.new("Part",char) | |
5836 | NoOutline(bcp) | |
5837 | bcp.Anchored = true | |
5838 | bcp.CanCollide = false | |
5839 | bcp.Material = "Neon" | |
5840 | bcp.BrickColor = BrickColor.new("Really black") | |
5841 | local cm = Instance.new("CylinderMesh") | |
5842 | cm.Parent = bcp | |
5843 | if i ~= 1 then | |
5844 | bcp.CFrame = CFrame.new(bc[i]:Lerp(bc[i-1],0.5),bc[i])*CFrame.Angles(math.pi/2,0,0) | |
5845 | bcp.Size = Vector3.new(1,(bc[i]-bc[i-1]).magnitude,1) | |
5846 | else | |
5847 | bcp.CFrame = CFrame.new(bc[i]:Lerp(p[1],0.5),bc[i])*CFrame.Angles(math.pi/2,0,0) | |
5848 | bcp.Size = Vector3.new(1,(bc[i]-p[1]).magnitude,1) | |
5849 | end | |
5850 | table.insert(bezierparts, bcs) | |
5851 | table.insert(bezierparts, bcp) | |
5852 | end | |
5853 | Spawn(function() fat.Event:wait() | |
5854 | for i,v in pairs(bezierparts) do | |
5855 | v.Transparency = 1 | |
5856 | end | |
5857 | end) | |
5858 | end | |
5859 | --local points = {larm.Position,rarn.Position,invisipart.Position} | |
5860 | --draw(points,definition) | |
5861 | mouse.KeyDown:connect(function(key) | |
5862 | if key == "f" then | |
5863 | if Debounces.CanAttack == true then | |
5864 | Debounces.CanAttack = false | |
5865 | Debounces.NoIdl = true | |
5866 | Debounces.on = true | |
5867 | for i = 1, 20 do | |
5868 | 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) | |
5869 | 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) | |
5870 | 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) | |
5871 | 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) | |
5872 | 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) | |
5873 | hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0, 0, 0)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.7) | |
5874 | 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) | |
5875 | 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) | |
5876 | lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles (math.rad(0), 0, math.rad(-10)), 0.2) | |
5877 | 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) | |
5878 | rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles (math.rad(0), 0, math.rad(10)), 0.2) | |
5879 | 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) | |
5880 | if Debounces.on == false then | |
5881 | break | |
5882 | end | |
5883 | fat.Event:wait() | |
5884 | end | |
5885 | rpart = Instance.new("Part",rarm) | |
5886 | NoOutline(rpart) | |
5887 | rpart.Anchored = false | |
5888 | rpart.Size = Vector3.new(1,1,1) | |
5889 | rpart.CFrame = rarm.CFrame * CFrame.new(0,-1,0) | |
5890 | rpart.Transparency = 1 | |
5891 | newWeld(rarm, rpart, 0, 0, 0) | |
5892 | rpart.Weld.C1 = CFrame.new(0, 1.1, 0) | |
5893 | lpart = Instance.new("Part",larm) | |
5894 | NoOutline(lpart) | |
5895 | lpart.Anchored = false | |
5896 | lpart.Size = Vector3.new(1,1,1) | |
5897 | lpart.CFrame = larm.CFrame * CFrame.new(0,-1,0) | |
5898 | lpart.Transparency = 1 | |
5899 | newWeld(larm, lpart, 0, 0, 0) | |
5900 | lpart.Weld.C1 = CFrame.new(0, 1.1, 0) | |
5901 | invisipart = Instance.new("Part",torso) | |
5902 | NoOutline(invisipart) | |
5903 | invisipart.Anchored = false | |
5904 | invisipart.Size = Vector3.new(1,1,1) | |
5905 | invisipart.Transparency = 1 | |
5906 | invisipart.CFrame = torso.CFrame | |
5907 | newWeld(torso, invisipart, 0, 0, 0) | |
5908 | invisipart.Weld.C1 = CFrame.new(0, 0, 6) | |
5909 | table.insert(bezierparts, rpart) | |
5910 | table.insert(bezierparts, lpart) | |
5911 | table.insert(bezierparts, invisipart) | |
5912 | for i = 1, 40 do | |
5913 | local points = {lpart.Position,invisipart.Position,rpart.Position} | |
5914 | draw(points,definition) | |
5915 | --invisipart.Weld.C1 = invisipart.Weld.C1 + Vector3.new(0,0,0.6) | |
5916 | 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) | |
5917 | 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) | |
5918 | 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) | |
5919 | 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) | |
5920 | 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) | |
5921 | hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0, 0, 0)*CFrame.Angles(math.rad(0),math.rad(0),0), 0.7) | |
5922 | 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) | |
5923 | 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) | |
5924 | lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5, -1, 0) * CFrame.Angles (math.rad(0), 0, math.rad(-10)), 0.2) | |
5925 | 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) | |
5926 | rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5, -1, 0) * CFrame.Angles (math.rad(0), 0, math.rad(10)), 0.2) | |
5927 | 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) | |
5928 | if Debounces.on == false then | |
5929 | break | |
5930 | end | |
5931 | fat.Event:wait() | |
5932 | end | |
5933 | for i,v in pairs(bezierparts) do | |
5934 | v:Destroy() | |
5935 | end | |
5936 | --draw(points,definition) | |
5937 | if Debounces.CanAttack == false then | |
5938 | Debounces.CanAttack = true | |
5939 | Debounces.NoIdl = false | |
5940 | Debounces.on = false | |
5941 | end | |
5942 | end | |
5943 | end | |
5944 | end) | |
5945 | ---------------------------------------------------- | |
5946 | pitches = {0.85, 0.9, 0.95, 1, 1.05, 1.1} | |
5947 | IDs = {"415880409","415880478"} | |
5948 | mouse.KeyDown:connect(function(key) | |
5949 | if key == "h" then | |
5950 | if Debounces.CanJoke == true then | |
5951 | Debounces.CanJoke = false | |
5952 | z = Instance.new("Sound",hed) | |
5953 | z.SoundId = "rbxassetid://"..IDs[math.random(1,#IDs)] | |
5954 | z.Pitch = 1 | |
5955 | z.Volume = 1 | |
5956 | z1 = Instance.new("Sound",hed) | |
5957 | z1.SoundId = z.SoundId | |
5958 | z1.Pitch = 1 | |
5959 | z1.Volume = 1 | |
5960 | wait() | |
5961 | z:Play() | |
5962 | z1:Play() | |
5963 | wait(20) | |
5964 | z:Destroy() | |
5965 | z1:Destroy() | |
5966 | if Debounces.CanJoke == false then | |
5967 | Debounces.CanJoke = true | |
5968 | end | |
5969 | end | |
5970 | end | |
5971 | end) | |
5972 | ---------------------------------------------------- | |
5973 | mouse.KeyDown:connect(function(key) | |
5974 | if key == "j" then | |
5975 | if Debounces.CanJoke == true then | |
5976 | Debounces.CanJoke = false | |
5977 | z = Instance.new("Sound",hed) | |
5978 | z.SoundId = "rbxassetid://415859013" | |
5979 | z.Pitch = pitches[math.random(1,#pitches)] | |
5980 | z.Volume = 1 | |
5981 | wait() | |
5982 | z:Play() | |
5983 | wait(2) | |
5984 | z:Destroy() | |
5985 | if Debounces.CanJoke == false then | |
5986 | Debounces.CanJoke = true | |
5987 | end | |
5988 | end | |
5989 | end | |
5990 | end) | |
5991 | ---------------------------------------------------- | |
5992 | mouse.KeyDown:connect(function(key) | |
5993 | if key == "k" then | |
5994 | if Debounces.CanJoke == true then | |
5995 | Debounces.CanJoke = false | |
5996 | z = Instance.new("Sound",hed) | |
5997 | z.SoundId = "rbxassetid://415859085" | |
5998 | z.Pitch = pitches[math.random(1,#pitches)] | |
5999 | z.Volume = 1 | |
6000 | wait() | |
6001 | z:Play() | |
6002 | wait(2) | |
6003 | z:Destroy() | |
6004 | if Debounces.CanJoke == false then | |
6005 | Debounces.CanJoke = true | |
6006 | end | |
6007 | end | |
6008 | end | |
6009 | end) | |
6010 | ---------------------------------------------------- | |
6011 | Grab = false | |
6012 | mouse.KeyDown:connect(function(key) | |
6013 | if key == "z" then | |
6014 | Debounces.on = true | |
6015 | Debounces.NoIdl = true | |
6016 | Debounces.ks = true | |
6017 | if Grab == false then | |
6018 | gp = nil | |
6019 | for i = 1, 20 do | |
6020 | 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) | |
6021 | 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) | |
6022 | 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) | |
6023 | 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) | |
6024 | hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-10),math.rad(-70),0), 0.2) | |
6025 | 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) | |
6026 | torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(70), 0), 0.2) | |
6027 | 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) | |
6028 | 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) | |
6029 | 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) | |
6030 | 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) | |
6031 | 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) | |
6032 | if Debounces.on == false then break end | |
6033 | fat.Event:wait() | |
6034 | end | |
6035 | con1=larm.LeftArm.LeftArmPlate.Touched:connect(function(hit) | |
6036 | ht = hit.Parent | |
6037 | for i,v in pairs(ht:GetChildren()) do | |
6038 | if v:IsA("Part") then | |
6039 | v.CanCollide = false | |
6040 | v.CustomPhysicalProperties = PhysicalProperties.new(0.001,0.001,0.001,0.001,0.001) | |
6041 | end | |
6042 | end | |
6043 | hum1=ht:FindFirstChild('Humanoid') | |
6044 | if hum1 ~= nil then | |
6045 | if Debounces.ks==true then | |
6046 | z = Instance.new("Sound",hed) | |
6047 | z.SoundId = "rbxassetid://169380525" | |
6048 | z.Volume = 1 | |
6049 | z:Play() | |
6050 | Debounces.ks=false | |
6051 | end | |
6052 | hum1.PlatformStand=true | |
6053 | hum1:ChangeState'Physics' | |
6054 | gp = ht | |
6055 | Grab = true | |
6056 | asd=weld5(larm,ht:FindFirstChild("Torso"),CFrame.new(0,-1,0.6),CFrame.new(0,0,0)) | |
6057 | asd.Parent = larm | |
6058 | asd.Name = "asd" | |
6059 | asd.C0=asd.C0*CFrame.Angles(math.rad(-90),math.rad(180),0) | |
6060 | stanceToggle = "Grabbed" | |
6061 | --[[elseif hum1 == nil then | |
6062 | con1:disconnect() | |
6063 | wait() return]]-- | |
6064 | end | |
6065 | end) | |
6066 | for i = 1, 20 do | |
6067 | 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) | |
6068 | 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) | |
6069 | 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) | |
6070 | 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) | |
6071 | hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(-10),math.rad(50),0), 0.2) | |
6072 | 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) | |
6073 | torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-50), 0), 0.2) | |
6074 | 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) | |
6075 | 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) | |
6076 | 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) | |
6077 | 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) | |
6078 | 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) | |
6079 | if Debounces.on == false then break end | |
6080 | fat.Event:wait() | |
6081 | end | |
6082 | con1:disconnect() | |
6083 | Debounces.on = false | |
6084 | Debounces.NoIdl = false | |
6085 | elseif Grab == true then | |
6086 | Grab = false | |
6087 | --[[for i = 1, 16 do | |
6088 | 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) | |
6089 | 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) | |
6090 | hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(14),math.rad(70),0), 0.3) | |
6091 | torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-70), 0), 0.3) | |
6092 | 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) | |
6093 | 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) | |
6094 | cor.Weld.C1 = Lerp(cor.Weld.C1, CFrame.new(0, 0, 0) * CFrame.Angles(0, math.rad(40), 0), 0.3) | |
6095 | if Debounces.on == false then end | |
6096 | rs:wait() | |
6097 | end]]-- | |
6098 | for i = 1, 16 do | |
6099 | 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) | |
6100 | 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) | |
6101 | 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) | |
6102 | 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) | |
6103 | hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.2)*CFrame.Angles(math.rad(20),math.rad(-60),0), 0.3) | |
6104 | 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) | |
6105 | torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(70), 0), 0.3) | |
6106 | 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) | |
6107 | 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) | |
6108 | 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) | |
6109 | 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) | |
6110 | 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) | |
6111 | if Debounces.on == false then end | |
6112 | rs:wait() | |
6113 | end | |
6114 | for i = 1, 12 do | |
6115 | 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) | |
6116 | 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) | |
6117 | 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) | |
6118 | 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) | |
6119 | 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) | |
6120 | 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) | |
6121 | 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) | |
6122 | 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) | |
6123 | lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.8, -1, 0) * CFrame.Angles(math.rad(-10), 0, math.rad(0)), 0.6) | |
6124 | 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) | |
6125 | 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) | |
6126 | 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) | |
6127 | if Debounces.on == false then end | |
6128 | rs:wait() | |
6129 | end | |
6130 | Slam() | |
6131 | if gp ~= nil then | |
6132 | for i,v in pairs(larm:GetChildren()) do | |
6133 | if v.Name == "asd" and v:IsA("Weld") then | |
6134 | v:Remove() | |
6135 | end | |
6136 | if v:IsA("Part") then | |
6137 | v.CanCollide = true | |
6138 | v.CustomPhysicalProperties = PhysicalProperties.new(1,1,1,1,1) | |
6139 | end | |
6140 | end | |
6141 | end | |
6142 | stanceToggle = "Idle1" | |
6143 | --[[bv = Instance.new("BodyVelocity",gp:FindFirstChild("Torso")) | |
6144 | bv.maxForce = Vector3.new(400000, 400000, 400000) | |
6145 | bv.P = 125000 | |
6146 | bv.velocity = char.Head.CFrame.lookVector * 200]]-- | |
6147 | ht=nil | |
6148 | Debounces.on = false | |
6149 | Debounces.NoIdl = false | |
6150 | elseif ht == nil then wait() | |
6151 | Grab = false | |
6152 | Debounces.on = false | |
6153 | Debounces.NoIdl = false | |
6154 | end | |
6155 | end | |
6156 | end) | |
6157 | ---------------------------------------------------- | |
6158 | Change = false | |
6159 | mouse.KeyDown:connect(function(key) | |
6160 | if key == "n" then | |
6161 | if Change == false then | |
6162 | Change = true | |
6163 | stanceToggle = "Idle2" | |
6164 | elseif Change == true then | |
6165 | Change = false | |
6166 | stanceToggle = "Idle1" | |
6167 | end | |
6168 | end | |
6169 | end) | |
6170 | ||
6171 | mouse.KeyDown:connect(function(key) | |
6172 | if string.byte(key) == 52 then | |
6173 | Swing = 2 | |
6174 | char.Humanoid.WalkSpeed = 28 | |
6175 | end | |
6176 | end) | |
6177 | mouse.KeyUp:connect(function(key) | |
6178 | if string.byte(key) == 52 then | |
6179 | Swing = 1 | |
6180 | char.Humanoid.WalkSpeed = 16 | |
6181 | end | |
6182 | end) | |
6183 | ||
6184 | CR = torso.Cloak.Rotater | |
6185 | CR2 = torso.Cloak.CapeLevel1 | |
6186 | CR3 = torso.Cloak.CapeLevel2 | |
6187 | CR4 = torso.Cloak.CapeLevel3 | |
6188 | CR5 = torso.Cloak.CapeLevel4 | |
6189 | jump = false | |
6190 | rs:connect(function() | |
6191 | if char.Humanoid.Jump == true then | |
6192 | jump = true | |
6193 | else | |
6194 | jump = false | |
6195 | end | |
6196 | char.Humanoid.FreeFalling:connect(function(f) | |
6197 | if f then | |
6198 | ffing = true | |
6199 | else | |
6200 | ffing = false | |
6201 | end | |
6202 | end) | |
6203 | sine = sine + change | |
6204 | if jump == true then | |
6205 | animpose = "Jumping" | |
6206 | elseif ffing == true then | |
6207 | animpose = "Freefalling" | |
6208 | elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude < 2 then | |
6209 | animpose = "Idle" | |
6210 | elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude < 20 then | |
6211 | animpose = "Walking" | |
6212 | elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude > 20 then | |
6213 | animpose = "Running" | |
6214 | end | |
6215 | RightLeg = CFrame.new(0.5,-1,0) | |
6216 | LeftLeg = CFrame.new(-0.5,-1,0) | |
6217 | ||
6218 | lefth = (torso.CFrame*LeftLeg) | |
6219 | righth = (torso.CFrame*RightLeg) | |
6220 | ||
6221 | speed = Vector3.new(torso.Velocity.X,0,torso.Velocity.Z) | |
6222 | ||
6223 | TiltOnAxis = (torso.CFrame-torso.CFrame.p):vectorToObjectSpace(speed/100) | |
6224 | ||
6225 | local AngleThetaR = (righth-righth.p):vectorToObjectSpace(speed/100) | |
6226 | local AngleThetaL = (lefth-lefth.p):vectorToObjectSpace(speed/100) | |
6227 | if animpose ~= lastanimpose then | |
6228 | sine = 0 | |
6229 | if Debounces.NoIdl == false then | |
6230 | if stanceToggle == "Idle1" then | |
6231 | 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) | |
6232 | 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) | |
6233 | 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) | |
6234 | 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) | |
6235 | 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) | |
6236 | 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) | |
6237 | elseif stanceToggle == "Idle2" then | |
6238 | 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) | |
6239 | 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) | |
6240 | 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) | |
6241 | 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) | |
6242 | 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) | |
6243 | 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) | |
6244 | end | |
6245 | fat.Event:wait() | |
6246 | end | |
6247 | else | |
6248 | end | |
6249 | lastanimpose = animpose | |
6250 | if Debounces.NoIdl == false then | |
6251 | if animpose == "Idle" then | |
6252 | change = 0.5 | |
6253 | if stanceToggle == "Idle1" then | |
6254 | 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) | |
6255 | 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) | |
6256 | 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) | |
6257 | 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) | |
6258 | 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) | |
6259 | 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) | |
6260 | 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) | |
6261 | 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) | |
6262 | 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) | |
6263 | 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) | |
6264 | 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) | |
6265 | 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) | |
6266 | 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) | |
6267 | 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) | |
6268 | 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) | |
6269 | 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) | |
6270 | 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) | |
6271 | elseif stanceToggle == "Idle2" then | |
6272 | CR.Joint.C1 = Lerp(CR.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(-6),0,0),0.1) | |
6273 | 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) | |
6274 | 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) | |
6275 | 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) | |
6276 | 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) | |
6277 | 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) | |
6278 | 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) | |
6279 | 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) | |
6280 | 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) | |
6281 | 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) | |
6282 | torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.1) | |
6283 | hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, -.2) * CFrame.Angles(math.rad(-10), 0, 0), 0.3) | |
6284 | --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) | |
6285 | 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) | |
6286 | 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) | |
6287 | 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) | |
6288 | 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) | |
6289 | 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) | |
6290 | elseif stanceToggle == "Grabbed" then | |
6291 | 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) | |
6292 | 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) | |
6293 | 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) | |
6294 | 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) | |
6295 | 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) | |
6296 | 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) | |
6297 | torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(0, math.rad(-70), 0), 0.3) | |
6298 | torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.1) | |
6299 | 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) | |
6300 | 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) | |
6301 | 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) | |
6302 | 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) | |
6303 | end | |
6304 | elseif animpose == "Walking" then | |
6305 | if stanceToggle == "Grabbed" then | |
6306 | 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) | |
6307 | 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) | |
6308 | 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) | |
6309 | 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) | |
6310 | 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) | |
6311 | 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) | |
6312 | 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) | |
6313 | --rj.C0 = rj.C0:lerp(CFrame.Angles(math.rad(-90)+TiltOnAxis.Z,TiltOnAxis.X,math.rad(180)+-TiltOnAxis.X),.1) | |
6314 | torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.8) | |
6315 | 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) | |
6316 | 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) | |
6317 | 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) | |
6318 | 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) | |
6319 | elseif stanceToggle ~= "Grabbed" then | |
6320 | change = 1 | |
6321 | 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) | |
6322 | 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) | |
6323 | 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) | |
6324 | 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) | |
6325 | 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) | |
6326 | 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) | |
6327 | 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) | |
6328 | 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) | |
6329 | 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) | |
6330 | 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) | |
6331 | 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) | |
6332 | 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) | |
6333 | --rj.C0 = rj.C0:lerp(CFrame.Angles(math.rad(-90)+TiltOnAxis.Z,TiltOnAxis.X,math.rad(180)+-TiltOnAxis.X),.1) | |
6334 | torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.8) | |
6335 | --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) | |
6336 | 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) | |
6337 | 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) | |
6338 | --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) | |
6339 | 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) | |
6340 | 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) | |
6341 | end | |
6342 | elseif animpose == "Running" then | |
6343 | change = 1 | |
6344 | 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) | |
6345 | 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) | |
6346 | 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) | |
6347 | 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) | |
6348 | 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) | |
6349 | 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) | |
6350 | 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) | |
6351 | 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) | |
6352 | 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) | |
6353 | 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) | |
6354 | 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) | |
6355 | 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) | |
6356 | torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.4) | |
6357 | 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) | |
6358 | 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) | |
6359 | 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) | |
6360 | 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) | |
6361 | elseif animpose == "Jumping" then | |
6362 | CR.Joint.C1 = Lerp(CR.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(-30),0,0),0.2) | |
6363 | 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) | |
6364 | 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) | |
6365 | 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) | |
6366 | 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) | |
6367 | 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) | |
6368 | 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) | |
6369 | 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) | |
6370 | 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) | |
6371 | hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(30),math.rad(0),0), 0.2) | |
6372 | torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-10), math.rad(0), 0), 0.2) | |
6373 | torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.4) | |
6374 | 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) | |
6375 | 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) | |
6376 | 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) | |
6377 | 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) | |
6378 | elseif animpose == "Freefalling" then | |
6379 | CR.Joint.C1 = Lerp(CR.Joint.C1, CFrame.new(0,0,0) * CFrame.Angles(math.rad(-110),0,0),0.2) | |
6380 | 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) | |
6381 | 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) | |
6382 | 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) | |
6383 | 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) | |
6384 | 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) | |
6385 | 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) | |
6386 | 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) | |
6387 | 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) | |
6388 | hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,0)*CFrame.Angles(math.rad(10),math.rad(0),0), 0.2) | |
6389 | torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(-30), math.rad(0), 0), 0.2) | |
6390 | torso.Weld.C1 = Lerp(torso.Weld.C1, CFrame.new(0, -1, 0) * CFrame.Angles(math.rad(0), math.rad(0), 0), 0.4) | |
6391 | 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) | |
6392 | 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) | |
6393 | 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) | |
6394 | 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) | |
6395 | end | |
6396 | end | |
6397 | end) | |
6398 | hum.MaxHealth = 500000 | |
6399 | wait(1) | |
6400 | hum.Health = 500000 | |
6401 | ||
6402 | ||
6403 | hum.WalkSpeed = 17 |