SHOW:
|
|
- or go back to the newest paste.
1 | --https://github.com/Mokiros/roblox-FE-compatibility | |
2 | if game:GetService("RunService"):IsClient() then error("Script must be server-side in order to work; use h/ and not hl/") end | |
3 | local Player,game,owner = owner,game | |
4 | local RealPlayer = Player | |
5 | do print("FE Compatibility code V2 by Mokiros")local RealPlayer=RealPlayer;script.Parent=RealPlayer.Character;local a=function(b)b[1].f[b[2]]=nil end;local c={__index={disconnect=a,Disconnect=a}}local d={__index={Connect=function(b,e)local f=tostring(math.random(0,10000))while b.f[f]do f=tostring(math.random(0,10000))end;b.f[f]=e;return setmetatable({b,f},c)end}}d.__index.connect=d.__index.Connect;local function g()return setmetatable({f={}},d)end;local h={Hit=CFrame.new(),KeyUp=g(),KeyDown=g(),Button1Up=g(),Button1Down=g(),Button2Up=g(),Button2Down=g()}h.keyUp=h.KeyUp;h.keyDown=h.KeyDown;local i={InputBegan=g(),InputEnded=g()}local CAS={Actions={},BindAction=function(self,j,k,l,...)CAS.Actions[j]=k and{Name=j,Function=k,Keys={...}}or nil end}CAS.UnbindAction=CAS.BindAction;local function m(self,n,...)for o,e in pairs(self[n].f)do e(...)end end;h.T=m;i.T=m;local p=Instance.new("RemoteEvent")p.Name="UserInput_Event"p.OnServerEvent:Connect(function(q,r)if q~=RealPlayer then return end;h.Target=r.e;h.Hit=r.d;if not r.f then local s=r.c==Enum.UserInputState.Begin;if r.b==Enum.UserInputType.MouseButton1 then return h:T(s and"Button1Down"or"Button1Up")end;if r.b==Enum.UserInputType.MouseButton2 then return h:T(s and"Button2Down"or"Button2Up")end;for o,t in pairs(CAS.Actions)do for o,u in pairs(t.Keys)do if u==r.a then t.Function(t.Name,r.c,r)end end end;h:T(s and"KeyDown"or"KeyUp",r.a.Name:lower())i:T(s and"InputBegan"or"InputEnded",r,false)end end)p.Parent=NLS([==[local a=script:WaitForChild("UserInput_Event")local b=owner:GetMouse()local c=game:GetService("UserInputService")local d=function(e,f)if f then return end;a:FireServer({a=e.KeyCode,b=e.UserInputType,c=e.UserInputState,d=b.Hit,e=b.Target})end;c.InputBegan:Connect(d)c.InputEnded:Connect(d)local g,h;local i=game:GetService("RunService").Heartbeat;while true do if g~=b.Hit or h~=b.Target then g,h=b.Hit,b.Target;a:FireServer({f=1,Target=h,d=g})end;for j=1,2 do i:Wait()end end]==],script)local v=game;local w={__index=function(self,u)local x=rawget(self,"_RealService")if x then return typeof(x[u])=="function"and function(o,...)return x[u](x,...)end or x[u]end end,__newindex=function(self,u,y)local x=rawget(self,"_RealService")if x then x[u]=y end end}local function z(t,A)t._RealService=typeof(A)=="string"and v:GetService(A)or A;return setmetatable(t,w)end;local B={GetService=function(self,x)return rawget(self,x)or v:GetService(x)end,Players=z({LocalPlayer=z({GetMouse=function(self)return h end},Player)},"Players"),UserInputService=z(i,"UserInputService"),ContextActionService=z(CAS,"ContextActionService"),RunService=z({_btrs={},RenderStepped=v:GetService("RunService").Heartbeat,BindToRenderStep=function(self,j,o,k)self._btrs[j]=self.Heartbeat:Connect(k)end,UnbindFromRenderStep=function(self,j)self._btrs[j]:Disconnect()end},"RunService")}rawset(B.Players,"localPlayer",B.Players.LocalPlayer)B.service=B.GetService;z(B,game)game,owner=B,B.Players.LocalPlayer end | |
6 | ||
7 | ||
8 | wait(1) | |
9 | ||
10 | ||
11 | -- Made by NoobyGames12, remaded FM sword with additional gun | |
12 | ||
13 | -- If you have it and if you leak it, ill never give the scripts i made since you leaked one of my scripts, pretending that you made this, its just an FREE MODEL remade thing that i made. Now if you leak it, go ahead, ill never give you scripts ever again. | |
14 | ||
15 | --NoobyGames12 | |
16 | ||
17 | plr = game.Players.LocalPlayer | |
18 | char = plr.Character | |
19 | hum = char.Humanoid | |
20 | t = char.Torso | |
21 | h = char.Head | |
22 | ra = char["Right Arm"] | |
23 | la = char["Left Arm"] | |
24 | rl = char["Right Leg"] | |
25 | ll = char["Left Leg"] | |
26 | tors = char.Torso | |
27 | lleg = char["Left Leg"] | |
28 | root = char.HumanoidRootPart | |
29 | hed = char.Head | |
30 | rleg = char["Right Leg"] | |
31 | rarm = char["Right Arm"] | |
32 | larm = char["Left Arm"] | |
33 | vt = Vector3.new | |
34 | bc = BrickColor.new | |
35 | br = BrickColor.random | |
36 | it = Instance.new | |
37 | cf = CFrame.new | |
38 | ||
39 | function CreatePart(parent,transparency,reflectance,material,brickcolor) | |
40 | local p = Instance.new("Part") | |
41 | p.Parent = parent | |
42 | p.Size = Vector3.new(1,1,1) | |
43 | p.Transparency = transparency | |
44 | p.Reflectance = reflectance | |
45 | p.CanCollide = false | |
46 | p.BrickColor = brickcolor | |
47 | p.Material = material | |
48 | return p | |
49 | end | |
50 | ||
51 | function CreateMesh(parent,meshtype,x1,y1,z1) | |
52 | local mesh = Instance.new("SpecialMesh",parent) | |
53 | mesh.MeshType = meshtype | |
54 | mesh.Scale = Vector3.new(x1,y1,z1) | |
55 | return mesh | |
56 | end | |
57 | ||
58 | function CreateSpecialMesh(parent,meshid,x1,y1,z1) | |
59 | local mesh = Instance.new("SpecialMesh",parent) | |
60 | mesh.MeshType = "SpecialMesh" | |
61 | mesh.MeshId = meshid | |
62 | mesh.Scale = Vector3.new(x1,y1,z1) | |
63 | return mesh | |
64 | end | |
65 | ||
66 | - | local handle = CreatePart(char,0,0,"SmoothPlastic",BrickColor.new("Black")) |
66 | + | |
67 | local weld = Instance.new("Weld") | |
68 | weld.Parent = parent | |
69 | weld.Part0 = part0 | |
70 | weld.Part1 = part1 | |
71 | weld.C1 = CFrame.new(C1X,C1Y,C1Z)*CFrame.Angles(C1Xa,C1Ya,C1Za) | |
72 | - | local handleout2 = CreatePart(char,0,0,"SmoothPlastic",BrickColor.new("Black")) |
72 | + | |
73 | return weld | |
74 | end | |
75 | ---------------- left gaunlet | |
76 | - | local box = CreatePart(char,0,0,"SmoothPlastic",BrickColor.new("Black")) |
76 | + | local handle = CreatePart(char,0,0,"ForceField",BrickColor.new("Black")) |
77 | CreateMesh(handle,"Brick",1.1,0.4,1.1) | |
78 | CreateWeld(handle,larm,handle,0,0.45,0,math.rad(0),math.rad(0),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0)) | |
79 | local handleout = CreatePart(char,0,0,"Neon",BrickColor.new("Royal purple")) | |
80 | CreateMesh(handleout,"Brick",1.075,0.45,1.075) | |
81 | CreateWeld(handleout,larm,handleout,0,0.45,0,math.rad(0),math.rad(0),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0)) | |
82 | - | local boxout2 = CreatePart(char,0,0,"SmoothPlastic",BrickColor.new("Black")) |
82 | + | local handleout2 = CreatePart(char,0,0,"ForceField",BrickColor.new("Black")) |
83 | CreateMesh(handleout2,"Brick",1.05,0.485,1.05) | |
84 | CreateWeld(handleout2,larm,handleout2,0,0.45,0,math.rad(0),math.rad(0),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0)) | |
85 | ||
86 | local box = CreatePart(char,0,0,"ForceField",BrickColor.new("Black")) | |
87 | CreateMesh(box,"Brick",1.2,0.5,0.5) | |
88 | CreateWeld(box,handle,box,0.05,0,0,math.rad(0),math.rad(0),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0)) | |
89 | local boxout = CreatePart(char,0,0,"Neon",BrickColor.new("Bright blue")) | |
90 | CreateMesh(boxout,"Brick",1.185,0.525,0.525) | |
91 | CreateWeld(boxout,handle,boxout,0.05,0,0,math.rad(0),math.rad(0),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0)) | |
92 | local boxout2 = CreatePart(char,0,0,"ForceField",BrickColor.new("Black")) | |
93 | CreateMesh(boxout2,"Brick",1.15,0.585,0.585) | |
94 | CreateWeld(boxout2,handle,boxout2,0.05,0,0,math.rad(0),math.rad(0),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0)) | |
95 | ||
96 | local boxoutrand = CreatePart(char,0,0,"Neon",BrickColor.new("Bright blue")) | |
97 | CreateMesh(boxoutrand,"Brick",1,0.35,0.35) | |
98 | CreateWeld(boxoutrand,handle,boxoutrand,-0.075,0,0,math.rad(0),math.rad(0),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0)) | |
99 | ||
100 | local glowstrip = CreatePart(char,0,0,"Neon",BrickColor.new("Bright blue")) | |
101 | CreateMesh(glowstrip,"Brick",0.65,0.05,1.15) | |
102 | CreateWeld(glowstrip,larm,glowstrip,0.15,0.365,0,math.rad(0),math.rad(0),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0)) | |
103 | local glowstrip2 = CreatePart(char,0,0,"Neon",BrickColor.new("Bright blue")) | |
104 | CreateMesh(glowstrip2,"Brick",0.65,0.05,1.15) | |
105 | CreateWeld(glowstrip2,larm,glowstrip2,0.15,0.465,0,math.rad(0),math.rad(0),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0)) | |
106 | - | local handle = CreatePart(char,0,0,"SmoothPlastic",BrickColor.new("Black")) |
106 | + | |
107 | CreateMesh(glowstrip3,"Brick",0.65,0.05,1.15) | |
108 | CreateWeld(glowstrip3,larm,glowstrip3,0.15,0.565,0,math.rad(0),math.rad(0),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0)) | |
109 | ||
110 | - | local barrel = CreatePart(char,0,0,"SmoothPlastic",BrickColor.new("Black")) |
110 | + | |
111 | CreateMesh(diamond,"Brick",0.25,0.25,1.15) | |
112 | CreateWeld(diamond,handle,diamond,-0.35,0,0,math.rad(0),math.rad(0),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0)) | |
113 | ||
114 | --- gun here | |
115 | ||
116 | - | local barrelup = CreatePart(char,0,0,"SmoothPlastic",BrickColor.new("Black")) |
116 | + | local handle = CreatePart(char,0,0,"ForceField",BrickColor.new("Black")) |
117 | CreateMesh(handle,"Brick",0.75,0.4,0.4) | |
118 | CreateWeld(handle,larm,handle,-0.1,1,0,math.rad(0),math.rad(0),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0)) | |
119 | ||
120 | local barrel = CreatePart(char,0,0,"ForceField",BrickColor.new("Black")) | |
121 | CreateMesh(barrel,"Brick",0.45,1,0.45) | |
122 | - | local barrel2 = CreatePart(char,0,0,"SmoothPlastic",BrickColor.new("Black")) |
122 | + | |
123 | local barrelglow = CreatePart(char,0,0,"Neon",BrickColor.new("Royal purple")) | |
124 | CreateMesh(barrelglow,"Brick",0.375,0.965,0.375) | |
125 | - | local barrelhole = CreatePart(char,0,0,"SmoothPlastic",BrickColor.new("Really black")) |
125 | + | |
126 | local barrelup = CreatePart(char,0,0,"ForceField",BrickColor.new("Black")) | |
127 | CreateMesh(barrelup,"Brick",0.385,0.535,0.4625) | |
128 | CreateWeld(barrelup,barrel,barrelup,-0.065,0,0,math.rad(0),math.rad(0),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0)) | |
129 | local barrelupglow = CreatePart(char,0,0,"Neon",BrickColor.new("Bright blue")) | |
130 | CreateMesh(barrelupglow,"Brick",0.325,0.585,0.455) | |
131 | CreateWeld(barrelupglow,barrel,barrelupglow,-0.065,0,0,math.rad(0),math.rad(0),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0)) | |
132 | local barrel2 = CreatePart(char,0,0,"ForceField",BrickColor.new("Black")) | |
133 | CreateMesh(barrel2,"Brick",0.325,1.5,0.325) | |
134 | CreateWeld(barrel2,handle,barrel2,-0.25,1.25,0,math.rad(0),math.rad(0),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0)) | |
135 | local barrelhole = CreatePart(char,0,0,"ForceField",BrickColor.new("Really black")) | |
136 | CreateMesh(barrelhole,"Brick",0.25,0.25,0.25) | |
137 | CreateWeld(barrelhole,barrel2,barrelhole,0,0.65,0,math.rad(0),math.rad(0),math.rad(0),0,0,0,math.rad(0),math.rad(0),math.rad(0)) | |
138 | --- | |
139 | ||
140 | local gunmode = false | |
141 | ||
142 | Player=game:GetService("Players").LocalPlayer | |
143 | Character=Player.Character | |
144 | PlayerGui=Player.PlayerGui | |
145 | Backpack=Player.Backpack | |
146 | Torso=Character.Torso | |
147 | Head=Character.Head | |
148 | Humanoid=Character.Humanoid | |
149 | m=Instance.new('Model',Character) | |
150 | LeftArm=Character["Left Arm"] | |
151 | LeftLeg=Character["Left Leg"] | |
152 | RightArm=Character["Right Arm"] | |
153 | RightLeg=Character["Right Leg"] | |
154 | LS=Torso["Left Shoulder"] | |
155 | LH=Torso["Left Hip"] | |
156 | RS=Torso["Right Shoulder"] | |
157 | RH=Torso["Right Hip"] | |
158 | Face = Head.face | |
159 | Neck=Torso.Neck | |
160 | it=Instance.new | |
161 | attacktype=1 | |
162 | vt=Vector3.new | |
163 | cf=CFrame.new | |
164 | euler=CFrame.fromEulerAnglesXYZ | |
165 | angles=CFrame.Angles | |
166 | cloaked=false | |
167 | necko=cf(0, 1, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0) | |
168 | necko2=cf(0, -0.5, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0) | |
169 | LHC0=cf(-1,-1,0,-0,-0,-1,0,1,0,1,0,0) | |
170 | LHC1=cf(-0.5,1,0,-0,-0,-1,0,1,0,1,0,0) | |
171 | RHC0=cf(1,-1,0,0,0,1,0,1,0,-1,-0,-0) | |
172 | RHC1=cf(0.5,1,0,0,0,1,0,1,0,-1,-0,-0) | |
173 | RootPart=Character.HumanoidRootPart | |
174 | RootJoint=RootPart.RootJoint | |
175 | RootCF=euler(-1.57,0,3.14) | |
176 | attack = false | |
177 | attackdebounce = false | |
178 | deb=false | |
179 | equipped=true | |
180 | hand=false | |
181 | MMouse=nil | |
182 | combo=0 | |
183 | mana=0 | |
184 | trispeed=.2 | |
185 | attackmode='none' | |
186 | local idle=0 | |
187 | local Anim="Idle" | |
188 | local Effects={} | |
189 | local gun=false | |
190 | local shoot=false | |
191 | local sine = 0 | |
192 | local change = 1 | |
193 | player=nil | |
194 | ||
195 | mouse=Player:GetMouse() | |
196 | --save shoulders | |
197 | RSH, LSH=nil, nil | |
198 | --welds | |
199 | RW, LW=Instance.new("Weld"), Instance.new("Weld") | |
200 | RW.Name="Right Shoulder" LW.Name="Left Shoulder" | |
201 | LH=Torso["Left Hip"] | |
202 | RH=Torso["Right Hip"] | |
203 | TorsoColor=Torso.BrickColor | |
204 | function NoOutline(Part) | |
205 | Part.TopSurface,Part.BottomSurface,Part.LeftSurface,Part.RightSurface,Part.FrontSurface,Part.BackSurface = 10,10,10,10,10,10 | |
206 | end | |
207 | player=Player | |
208 | ch=Character | |
209 | RSH=ch.Torso["Right Shoulder"] | |
210 | LSH=ch.Torso["Left Shoulder"] | |
211 | -- | |
212 | RSH.Parent=nil | |
213 | LSH.Parent=nil | |
214 | -- | |
215 | RW.Name="Right Shoulder" | |
216 | RW.Part0=ch.Torso | |
217 | RW.C0=cf(1.5, 0.5, 0) --* CFrame.fromEulerAnglesXYZ(1.3, 0, -0.5) | |
218 | RW.C1=cf(0, 0.5, 0) | |
219 | RW.Part1=ch["Right Arm"] | |
220 | RW.Parent=ch.Torso | |
221 | -- | |
222 | LW.Name="Left Shoulder" | |
223 | LW.Part0=ch.Torso | |
224 | LW.C0=cf(-1.5, 0.5, 0) --* CFrame.fromEulerAnglesXYZ(1.7, 0, 0.8) | |
225 | LW.C1=cf(0, 0.5, 0) | |
226 | LW.Part1=ch["Left Arm"] | |
227 | LW.Parent=ch.Torso | |
228 | ||
229 | local Stats=Instance.new("BoolValue") | |
230 | Stats.Name="Stats" | |
231 | Stats.Parent=Character | |
232 | local Atk=Instance.new("NumberValue") | |
233 | Atk.Name="Damage" | |
234 | Atk.Parent=Stats | |
235 | Atk.Value=1 | |
236 | local Def=Instance.new("NumberValue") | |
237 | Def.Name="Defense" | |
238 | Def.Parent=Stats | |
239 | Def.Value=1 | |
240 | local Speed=Instance.new("NumberValue") | |
241 | Speed.Name="Speed" | |
242 | Speed.Parent=Stats | |
243 | Speed.Value=1 | |
244 | local Mvmt=Instance.new("NumberValue") | |
245 | Mvmt.Name="Movement" | |
246 | Mvmt.Parent=Stats | |
247 | Mvmt.Value=1 | |
248 | ||
249 | local donum=0 | |
250 | ||
251 | ||
252 | function part(formfactor,parent,reflectance,transparency,brickcolor,name,size) | |
253 | local fp=it("Part") | |
254 | fp.formFactor=formfactor | |
255 | - | fp.Material="SmoothPlastic" |
255 | + | |
256 | fp.Reflectance=reflectance | |
257 | fp.Transparency=transparency | |
258 | fp.CanCollide=false | |
259 | fp.Locked=true | |
260 | fp.BrickColor=brickcolor | |
261 | fp.Name=name | |
262 | fp.Size=size | |
263 | fp.Position=Torso.Position | |
264 | NoOutline(fp) | |
265 | fp.Material="ForceField" | |
266 | fp:BreakJoints() | |
267 | return fp | |
268 | end | |
269 | ||
270 | function mesh(Mesh,part,meshtype,meshid,offset,scale) | |
271 | local mesh=it(Mesh) | |
272 | mesh.Parent=part | |
273 | if Mesh=="SpecialMesh" then | |
274 | mesh.MeshType=meshtype | |
275 | if meshid~="nil" then | |
276 | mesh.MeshId="http://www.roblox.com/asset/?id="..meshid | |
277 | end | |
278 | end | |
279 | mesh.Offset=offset | |
280 | mesh.Scale=scale | |
281 | return mesh | |
282 | end | |
283 | ||
284 | function weld(parent,part0,part1,c0) | |
285 | local weld=it("Weld") | |
286 | weld.Parent=parent | |
287 | weld.Part0=part0 | |
288 | weld.Part1=part1 | |
289 | weld.C0=c0 | |
290 | return weld | |
291 | end | |
292 | ||
293 | local Color1=Torso.BrickColor | |
294 | ||
295 | local bodvel=Instance.new("BodyVelocity") | |
296 | local bg=Instance.new("BodyGyro") | |
297 | ||
298 | function swait(num) | |
299 | if num==0 or num==nil then | |
300 | game:service'RunService'.Stepped:wait(0) | |
301 | else | |
302 | for i=0,num do | |
303 | game:service'RunService'.Stepped:wait(0) | |
304 | end | |
305 | end | |
306 | end | |
307 | ||
308 | ||
309 | so = function(id,par,vol,pit) | |
310 | coroutine.resume(coroutine.create(function() | |
311 | local sou = Instance.new("Sound",par or workspace) | |
312 | sou.Volume=vol | |
313 | sou.Pitch=pit or 1 | |
314 | sou.SoundId=id | |
315 | swait() | |
316 | sou:play() | |
317 | game:GetService("Debris"):AddItem(sou,6) | |
318 | end)) | |
319 | end | |
320 | ||
321 | function clerp(a,b,t) | |
322 | local qa = {QuaternionFromCFrame(a)} | |
323 | local qb = {QuaternionFromCFrame(b)} | |
324 | local ax, ay, az = a.x, a.y, a.z | |
325 | local bx, by, bz = b.x, b.y, b.z | |
326 | local _t = 1-t | |
327 | return QuaternionToCFrame(_t*ax + t*bx, _t*ay + t*by, _t*az + t*bz,QuaternionSlerp(qa, qb, t)) | |
328 | end | |
329 | ||
330 | function QuaternionFromCFrame(cf) | |
331 | local mx, my, mz, m00, m01, m02, m10, m11, m12, m20, m21, m22 = cf:components() | |
332 | local trace = m00 + m11 + m22 | |
333 | if trace > 0 then | |
334 | local s = math.sqrt(1 + trace) | |
335 | local recip = 0.5/s | |
336 | return (m21-m12)*recip, (m02-m20)*recip, (m10-m01)*recip, s*0.5 | |
337 | else | |
338 | local i = 0 | |
339 | if m11 > m00 then | |
340 | i = 1 | |
341 | end | |
342 | if m22 > (i == 0 and m00 or m11) then | |
343 | i = 2 | |
344 | end | |
345 | if i == 0 then | |
346 | local s = math.sqrt(m00-m11-m22+1) | |
347 | local recip = 0.5/s | |
348 | return 0.5*s, (m10+m01)*recip, (m20+m02)*recip, (m21-m12)*recip | |
349 | elseif i == 1 then | |
350 | local s = math.sqrt(m11-m22-m00+1) | |
351 | local recip = 0.5/s | |
352 | return (m01+m10)*recip, 0.5*s, (m21+m12)*recip, (m02-m20)*recip | |
353 | elseif i == 2 then | |
354 | local s = math.sqrt(m22-m00-m11+1) | |
355 | local recip = 0.5/s return (m02+m20)*recip, (m12+m21)*recip, 0.5*s, (m10-m01)*recip | |
356 | end | |
357 | end | |
358 | end | |
359 | ||
360 | function QuaternionToCFrame(px, py, pz, x, y, z, w) | |
361 | local xs, ys, zs = x + x, y + y, z + z | |
362 | local wx, wy, wz = w*xs, w*ys, w*zs | |
363 | local xx = x*xs | |
364 | local xy = x*ys | |
365 | local xz = x*zs | |
366 | local yy = y*ys | |
367 | local yz = y*zs | |
368 | local zz = z*zs | |
369 | return CFrame.new(px, py, pz,1-(yy+zz), xy - wz, xz + wy,xy + wz, 1-(xx+zz), yz - wx, xz - wy, yz + wx, 1-(xx+yy)) | |
370 | end | |
371 | ||
372 | function QuaternionSlerp(a, b, t) | |
373 | local cosTheta = a[1]*b[1] + a[2]*b[2] + a[3]*b[3] + a[4]*b[4] | |
374 | local startInterp, finishInterp; | |
375 | if cosTheta >= 0.0001 then | |
376 | if (1 - cosTheta) > 0.0001 then | |
377 | local theta = math.acos(cosTheta) | |
378 | local invSinTheta = 1/math.sin(theta) | |
379 | startInterp = math.sin((1-t)*theta)*invSinTheta | |
380 | finishInterp = math.sin(t*theta)*invSinTheta | |
381 | else | |
382 | startInterp = 1-t | |
383 | finishInterp = t | |
384 | end | |
385 | else | |
386 | if (1+cosTheta) > 0.0001 then | |
387 | local theta = math.acos(-cosTheta) | |
388 | local invSinTheta = 1/math.sin(theta) | |
389 | startInterp = math.sin((t-1)*theta)*invSinTheta | |
390 | finishInterp = math.sin(t*theta)*invSinTheta | |
391 | else | |
392 | startInterp = t-1 | |
393 | finishInterp = t | |
394 | end | |
395 | end | |
396 | return a[1]*startInterp + b[1]*finishInterp, a[2]*startInterp + b[2]*finishInterp, a[3]*startInterp + b[3]*finishInterp, a[4]*startInterp + b[4]*finishInterp | |
397 | end | |
398 | ||
399 | local function CFrameFromTopBack(at, top, back) | |
400 | local right = top:Cross(back) | |
401 | return CFrame.new(at.x, at.y, at.z, | |
402 | right.x, top.x, back.x, | |
403 | right.y, top.y, back.y, | |
404 | right.z, top.z, back.z) | |
405 | end | |
406 | ||
407 | function Triangle(a, b, c) | |
408 | local edg1 = (c-a):Dot((b-a).unit) | |
409 | local edg2 = (a-b):Dot((c-b).unit) | |
410 | local edg3 = (b-c):Dot((a-c).unit) | |
411 | if edg1 <= (b-a).magnitude and edg1 >= 0 then | |
412 | a, b, c = a, b, c | |
413 | elseif edg2 <= (c-b).magnitude and edg2 >= 0 then | |
414 | a, b, c = b, c, a | |
415 | elseif edg3 <= (a-c).magnitude and edg3 >= 0 then | |
416 | a, b, c = c, a, b | |
417 | else | |
418 | assert(false, "unreachable") | |
419 | end | |
420 | ||
421 | local len1 = (c-a):Dot((b-a).unit) | |
422 | - | w1.Material = "SmoothPlastic" |
422 | + | |
423 | local width = (a + (b-a).unit*len1 - c).magnitude | |
424 | ||
425 | local maincf = CFrameFromTopBack(a, (b-a):Cross(c-b).unit, -(b-a).unit) | |
426 | ||
427 | - | w1.Material = "SmoothPlastic" |
427 | + | |
428 | ||
429 | if len1 > 0.01 then | |
430 | local w1 = Instance.new('WedgePart', m) | |
431 | game:GetService("Debris"):AddItem(w1,5) | |
432 | w1.Material = "ForceField" | |
433 | w1.FormFactor = 'Custom' | |
434 | w1.BrickColor = BrickColor.new("Really red") | |
435 | w1.Transparency = 0 | |
436 | w1.Reflectance = 0 | |
437 | w1.Material = "ForceField" | |
438 | w1.CanCollide = false | |
439 | local l1 = Instance.new("PointLight",w1) | |
440 | l1.Color = Color3.new(170,0,0) | |
441 | NoOutline(w1) | |
442 | local sz = Vector3.new(0.2, width, len1) | |
443 | w1.Size = sz | |
444 | local sp = Instance.new("SpecialMesh",w1) | |
445 | sp.MeshType = "Wedge" | |
446 | sp.Scale = Vector3.new(0,1,1) * sz/w1.Size | |
447 | w1:BreakJoints() | |
448 | w1.Anchored = true | |
449 | - | w2.Material = "SmoothPlastic" |
449 | + | |
450 | w1.Transparency = 0.7 | |
451 | table.insert(Effects,{w1,"Disappear",.01}) | |
452 | w1.CFrame = maincf*CFrame.Angles(math.pi,0,math.pi/2)*CFrame.new(0,width/2,len1/2) | |
453 | table.insert(list,w1) | |
454 | - | w2.Material = "SmoothPlastic" |
454 | + | |
455 | ||
456 | if len2 > 0.01 then | |
457 | local w2 = Instance.new('WedgePart', m) | |
458 | game:GetService("Debris"):AddItem(w2,5) | |
459 | w2.Material = "ForceField" | |
460 | w2.FormFactor = 'Custom' | |
461 | w2.BrickColor = BrickColor.new("Really red") | |
462 | w2.Transparency = 0 | |
463 | w2.Reflectance = 0 | |
464 | w2.Material = "ForceField" | |
465 | w2.CanCollide = false | |
466 | local l2 = Instance.new("PointLight",w2) | |
467 | l2.Color = Color3.new(170,0,0) | |
468 | NoOutline(w2) | |
469 | local sz = Vector3.new(0.2, width, len2) | |
470 | w2.Size = sz | |
471 | local sp = Instance.new("SpecialMesh",w2) | |
472 | sp.MeshType = "Wedge" | |
473 | sp.Scale = Vector3.new(0,1,1) * sz/w2.Size | |
474 | w2:BreakJoints() | |
475 | w2.Anchored = true | |
476 | w2.Parent = workspace | |
477 | w2.Transparency = 0.7 | |
478 | table.insert(Effects,{w2,"Disappear",.01}) | |
479 | w2.CFrame = maincf*CFrame.Angles(math.pi,math.pi,-math.pi/2)*CFrame.new(0,width/2,-len1 - len2/2) | |
480 | table.insert(list,w2) | |
481 | end | |
482 | return unpack(list) | |
483 | end | |
484 | ||
485 | ||
486 | Damagefunc=function(hit,minim,maxim,knockback,Type,Property,Delay,KnockbackType,decreaseblock) | |
487 | if hit.Parent==nil then | |
488 | return | |
489 | end | |
490 | h=hit.Parent:FindFirstChild("Humanoid") | |
491 | for _,v in pairs(hit.Parent:children()) do | |
492 | if v:IsA("Humanoid") then | |
493 | h=v | |
494 | end | |
495 | end | |
496 | if hit.Parent.Parent:FindFirstChild("Torso")~=nil then | |
497 | h=hit.Parent.Parent:FindFirstChild("Humanoid") | |
498 | end | |
499 | if hit.Parent.className=="Hat" then | |
500 | hit=hit.Parent.Parent:findFirstChild("Head") | |
501 | end | |
502 | if h~=nil and hit.Parent.Name~=Character.Name and hit.Parent:FindFirstChild("Torso")~=nil then | |
503 | if hit.Parent:findFirstChild("DebounceHit")~=nil then if hit.Parent.DebounceHit.Value==true then return end end | |
504 | --[[ if game.Players:GetPlayerFromCharacter(hit.Parent)~=nil then | |
505 | return | |
506 | end]] | |
507 | -- hs(hit,1.2) | |
508 | c=Instance.new("ObjectValue") | |
509 | c.Name="creator" | |
510 | c.Value=game:service("Players").LocalPlayer | |
511 | c.Parent=h | |
512 | game:GetService("Debris"):AddItem(c,.5) | |
513 | Damage=math.random(minim,maxim) | |
514 | -- h:TakeDamage(Damage) | |
515 | blocked=false | |
516 | block=hit.Parent:findFirstChild("Block") | |
517 | if block~=nil then | |
518 | print(block.className) | |
519 | if block.className=="NumberValue" then | |
520 | if block.Value>0 then | |
521 | blocked=true | |
522 | if decreaseblock==nil then | |
523 | block.Value=block.Value-1 | |
524 | end | |
525 | end | |
526 | end | |
527 | if block.className=="IntValue" then | |
528 | if block.Value>0 then | |
529 | blocked=true | |
530 | if decreaseblock~=nil then | |
531 | block.Value=block.Value-1 | |
532 | end | |
533 | end | |
534 | end | |
535 | end | |
536 | if blocked==false then | |
537 | -- h:TakeDamage(Damage) | |
538 | h.Health=h.Health-Damage | |
539 | showDamage(hit.Parent,Damage,.5,BrickColor.new("Really red")) | |
540 | else | |
541 | h.Health=h.Health-(Damage/2) | |
542 | showDamage(hit.Parent,Damage/2,.5,BrickColor.new("Bright blue")) | |
543 | end | |
544 | if Type=="Knockdown" then | |
545 | hum=hit.Parent.Humanoid | |
546 | hum.PlatformStand=true | |
547 | coroutine.resume(coroutine.create(function(HHumanoid) | |
548 | swait(1) | |
549 | HHumanoid.PlatformStand=false | |
550 | end),hum) | |
551 | local angle=(hit.Position-(Property.Position+Vector3.new(0,0,0))).unit | |
552 | --hit.CFrame=CFrame.new(hit.Position,Vector3.new(angle.x,hit.Position.y,angle.z))*CFrame.fromEulerAnglesXYZ(math.pi/4,0,0) | |
553 | local bodvol=Instance.new("BodyVelocity") | |
554 | bodvol.velocity=angle*knockback | |
555 | bodvol.P=5000 | |
556 | bodvol.maxForce=Vector3.new(8e+003, 8e+003, 8e+003) | |
557 | bodvol.Parent=hit | |
558 | rl=Instance.new("BodyAngularVelocity") | |
559 | rl.P=3000 | |
560 | rl.maxTorque=Vector3.new(500000,500000,500000)*50000000000000 | |
561 | rl.angularvelocity=Vector3.new(math.random(-10,10),math.random(-10,10),math.random(-10,10)) | |
562 | rl.Parent=hit | |
563 | game:GetService("Debris"):AddItem(bodvol,.5) | |
564 | game:GetService("Debris"):AddItem(rl,.5) | |
565 | elseif Type=="Normal" then | |
566 | vp=Instance.new("BodyVelocity") | |
567 | vp.P=500 | |
568 | vp.maxForce=Vector3.new(math.huge,0,math.huge) | |
569 | -- vp.velocity=Character.Torso.CFrame.lookVector*Knockback | |
570 | if KnockbackType==1 then | |
571 | vp.velocity=Property.CFrame.lookVector*knockback+Property.Velocity/1.05 | |
572 | elseif KnockbackType==2 then | |
573 | vp.velocity=Property.CFrame.lookVector*knockback | |
574 | end | |
575 | if knockback>0 then | |
576 | vp.Parent=hit.Parent.Torso | |
577 | end | |
578 | game:GetService("Debris"):AddItem(vp,.5) | |
579 | elseif Type=="Up" then | |
580 | local bodyVelocity=Instance.new("BodyVelocity") | |
581 | bodyVelocity.velocity=vt(0,60,0) | |
582 | bodyVelocity.P=5000 | |
583 | bodyVelocity.maxForce=Vector3.new(8e+003, 8e+003, 8e+003) | |
584 | bodyVelocity.Parent=hit | |
585 | game:GetService("Debris"):AddItem(bodyVelocity,1) | |
586 | rl=Instance.new("BodyAngularVelocity") | |
587 | rl.P=3000 | |
588 | rl.maxTorque=Vector3.new(500000,500000,500000)*50000000000000 | |
589 | rl.angularvelocity=Vector3.new(math.random(-30,30),math.random(-30,30),math.random(-30,30)) | |
590 | rl.Parent=hit | |
591 | game:GetService("Debris"):AddItem(rl,.5) | |
592 | elseif Type=="Snare" then | |
593 | bp=Instance.new("BodyPosition") | |
594 | bp.P=2000 | |
595 | bp.D=100 | |
596 | bp.maxForce=Vector3.new(math.huge,math.huge,math.huge) | |
597 | bp.position=hit.Parent.Torso.Position | |
598 | bp.Parent=hit.Parent.Torso | |
599 | game:GetService("Debris"):AddItem(bp,1) | |
600 | elseif Type=="Target" then | |
601 | if Targetting==false then | |
602 | ZTarget=hit.Parent.Torso | |
603 | coroutine.resume(coroutine.create(function(Part) | |
604 | so("http://www.roblox.com/asset/?id=15666462",Part,1,1.5) | |
605 | swait(5) | |
606 | so("http://www.roblox.com/asset/?id=15666462",Part,1,1.5) | |
607 | end),ZTarget) | |
608 | TargHum=ZTarget.Parent:findFirstChild("Humanoid") | |
609 | targetgui=Instance.new("BillboardGui") | |
610 | targetgui.Parent=ZTarget | |
611 | targetgui.Size=UDim2.new(10,100,10,100) | |
612 | targ=Instance.new("ImageLabel") | |
613 | targ.Parent=targetgui | |
614 | targ.BackgroundTransparency=1 | |
615 | targ.Image="rbxassetid://4834067" | |
616 | targ.Size=UDim2.new(1,0,1,0) | |
617 | cam.CameraType="Scriptable" | |
618 | cam.CoordinateFrame=CFrame.new(Head.CFrame.p,ZTarget.Position) | |
619 | dir=Vector3.new(cam.CoordinateFrame.lookVector.x,0,cam.CoordinateFrame.lookVector.z) | |
620 | workspace.CurrentCamera.CoordinateFrame=CFrame.new(Head.CFrame.p,ZTarget.Position) | |
621 | Targetting=true | |
622 | RocketTarget=ZTarget | |
623 | for i=1,Property do | |
624 | --while Targetting==true and Humanoid.Health>0 and Character.Parent~=nil do | |
625 | if Humanoid.Health>0 and Character.Parent~=nil and TargHum.Health>0 and TargHum.Parent~=nil and Targetting==true then | |
626 | swait() | |
627 | end | |
628 | --workspace.CurrentCamera.CoordinateFrame=CFrame.new(Head.CFrame.p,Head.CFrame.p+rmdir*100) | |
629 | cam.CoordinateFrame=CFrame.new(Head.CFrame.p,ZTarget.Position) | |
630 | dir=Vector3.new(cam.CoordinateFrame.lookVector.x,0,cam.CoordinateFrame.lookVector.z) | |
631 | cam.CoordinateFrame=CFrame.new(Head.CFrame.p,ZTarget.Position)*cf(0,5,10)*euler(-0.3,0,0) | |
632 | end | |
633 | Targetting=false | |
634 | RocketTarget=nil | |
635 | targetgui.Parent=nil | |
636 | cam.CameraType="Custom" | |
637 | end | |
638 | end | |
639 | debounce=Instance.new("BoolValue") | |
640 | debounce.Name="DebounceHit" | |
641 | debounce.Parent=hit.Parent | |
642 | debounce.Value=true | |
643 | game:GetService("Debris"):AddItem(debounce,Delay) | |
644 | c=Instance.new("ObjectValue") | |
645 | c.Name="creator" | |
646 | c.Value=Player | |
647 | c.Parent=h | |
648 | game:GetService("Debris"):AddItem(c,.5) | |
649 | CRIT=false | |
650 | hitDeb=true | |
651 | AttackPos=6 | |
652 | end | |
653 | end | |
654 | ||
655 | showDamage=function(Char,Dealt,du,Color) | |
656 | m=Instance.new("Model") | |
657 | m.Name=tostring(Dealt) | |
658 | h=Instance.new("Humanoid") | |
659 | h.Health=0 | |
660 | h.MaxHealth=0 | |
661 | h.Parent=m | |
662 | c=Instance.new("Part") | |
663 | c.Transparency=0 | |
664 | c.BrickColor=Color | |
665 | c.Name="Head" | |
666 | c.TopSurface=0 | |
667 | c.BottomSurface=0 | |
668 | c.formFactor="Plate" | |
669 | c.Size=Vector3.new(1,.4,1) | |
670 | ms=Instance.new("CylinderMesh") | |
671 | ms.Scale=Vector3.new(.8,.8,.8) | |
672 | local hitsounds={"199149137","199149186","199149221","199149235","199149269","199149297"} | |
673 | local dam = Instance.new("Sound",c) | |
674 | local rndm=math.random(1,#hitsounds) | |
675 | local r=rndm | |
676 | dam.SoundId = "http://www.roblox.com/asset/?id="..hitsounds[r] | |
677 | dam.Volume = 1.25 | |
678 | dam.Pitch = 1 | |
679 | dam:Play() | |
680 | if CRIT==true then | |
681 | ms.Scale=Vector3.new(1,1.25,1) | |
682 | end | |
683 | ms.Parent=c | |
684 | c.Reflectance=0 | |
685 | Instance.new("BodyGyro").Parent=c | |
686 | c.Parent=m | |
687 | if Char:findFirstChild("Head")~=nil then | |
688 | c.CFrame=CFrame.new(Char["Head"].CFrame.p+Vector3.new(0,1.5,0)) | |
689 | elseif Char.Parent:findFirstChild("Head")~=nil then | |
690 | c.CFrame=CFrame.new(Char.Parent["Head"].CFrame.p+Vector3.new(0,1.5,0)) | |
691 | end | |
692 | f=Instance.new("BodyPosition") | |
693 | f.P=2000 | |
694 | f.D=100 | |
695 | f.maxForce=Vector3.new(math.huge,math.huge,math.huge) | |
696 | f.position=c.Position+Vector3.new(0,3,0) | |
697 | f.Parent=c | |
698 | game:GetService("Debris"):AddItem(m,.5+du) | |
699 | c.CanCollide=false | |
700 | m.Parent=workspace | |
701 | c.CanCollide=false | |
702 | end | |
703 | ||
704 | function rayCast(Pos, Dir, Max, Ignore) -- Origin Position , Direction, MaxDistance , IgnoreDescendants | |
705 | return game:service("Workspace"):FindPartOnRay(Ray.new(Pos, Dir.unit * (Max or 999.999)), Ignore) | |
706 | end | |
707 | ||
708 | function SkullEffect(brickcolor,cframe,x1,y1,z1,delay) | |
709 | local prt=part(3,workspace,0,0,brickcolor,"Effect",vt(0.5,0.5,0.5)) | |
710 | prt.Anchored=true | |
711 | prt.CFrame=cframe | |
712 | local msh=mesh("SpecialMesh",prt,"FileMesh","http://www.roblox.com/asset/?id=4770583",vt(0,0,0),vt(x1,y1,z1)) | |
713 | --http://www.roblox.com/asset/?id=4770560 | |
714 | game:GetService("Debris"):AddItem(prt,2) | |
715 | CF=prt.CFrame | |
716 | coroutine.resume(coroutine.create(function(Part,Mesh,TehCF) | |
717 | for i=0,1,0.2 do | |
718 | wait() | |
719 | Part.CFrame=CF*cf(0,0,-0.4) | |
720 | end | |
721 | for i=0,1,delay do | |
722 | wait() | |
723 | --Part.CFrame=CF*cf((math.random(-1,0)+math.random())/5,(math.random(-1,0)+math.random())/5,(math.random(-1,0)+math.random())/5) | |
724 | Mesh.Scale=Mesh.Scale | |
725 | end | |
726 | for i=0,1,0.1 do | |
727 | wait() | |
728 | Part.Transparency=i | |
729 | end | |
730 | Part.Parent=nil | |
731 | end),prt,msh,CF) | |
732 | end | |
733 | ||
734 | function MagicBlock(brickcolor,cframe,x1,y1,z1,x3,y3,z3,delay) | |
735 | local prt=part(3,workspace,0,0,brickcolor,"Effect",vt(0.5,0.5,0.5)) | |
736 | prt.Anchored=true | |
737 | prt.CFrame=cframe | |
738 | msh=mesh("BlockMesh",prt,"","",vt(0,0,0),vt(x1,y1,z1)) | |
739 | game:GetService("Debris"):AddItem(prt,5) | |
740 | coroutine.resume(coroutine.create(function(Part,Mesh) | |
741 | for i=0,1,delay do | |
742 | wait() | |
743 | Part.CFrame=Part.CFrame*euler(math.random(-50,50),math.random(-50,50),math.random(-50,50)) | |
744 | Part.Transparency=i | |
745 | Mesh.Scale=Mesh.Scale+vt(x3,y3,z3) | |
746 | end | |
747 | Part.Parent=nil | |
748 | end),prt,msh) | |
749 | end | |
750 | ||
751 | function MagicBlock2(brickcolor,cframe,Parent,x1,y1,z1,x3,y3,z3,delay) | |
752 | local prt=part(3,workspace,0,0,brickcolor,"Effect",vt(0.5,0.5,0.5)) | |
753 | prt.Anchored=false | |
754 | prt.CFrame=cframe | |
755 | msh=mesh("BlockMesh",prt,"","",vt(0,0,0),vt(x1,y1,z1)) | |
756 | local wld=weld(prt,prt,Parent,cframe) | |
757 | game:GetService("Debris"):AddItem(prt,5) | |
758 | coroutine.resume(coroutine.create(function(Part,Mesh,Weld) | |
759 | for i=0,1,delay do | |
760 | wait() | |
761 | Weld.C0=euler(math.random(-50,50),math.random(-50,50),math.random(-50,50))*cframe | |
762 | --Part.CFrame=Part.CFrame*euler(math.random(-50,50),math.random(-50,50),math.random(-50,50)) | |
763 | Part.Transparency=i | |
764 | Mesh.Scale=Mesh.Scale+vt(x3,y3,z3) | |
765 | end | |
766 | Part.Parent=nil | |
767 | end),prt,msh,wld) | |
768 | end | |
769 | ||
770 | function MagicBlock3(brickcolor,cframe,Parent,x1,y1,z1,x3,y3,z3,delay) | |
771 | local prt=part(3,workspace,0,0,brickcolor,"Effect",vt(0.5,0.5,0.5)) | |
772 | prt.Anchored=false | |
773 | prt.CFrame=cframe | |
774 | msh=mesh("BlockMesh",prt,"","",vt(0,0,0),vt(x1,y1,z1)) | |
775 | local wld=weld(prt,prt,Parent,euler(0,0,0)*cf(0,0,0)) | |
776 | game:GetService("Debris"):AddItem(prt,5) | |
777 | coroutine.resume(coroutine.create(function(Part,Mesh,Weld) | |
778 | for i=0,1,delay do | |
779 | wait() | |
780 | Weld.C0=euler(i*20,0,0) | |
781 | --Part.CFrame=Part.CFrame*euler(math.random(-50,50),math.random(-50,50),math.random(-50,50)) | |
782 | Part.Transparency=i | |
783 | Mesh.Scale=Mesh.Scale+vt(x3,y3,z3) | |
784 | end | |
785 | Part.Parent=nil | |
786 | end),prt,msh,wld) | |
787 | end | |
788 | ||
789 | function MagicCircle2(brickcolor,cframe,x1,y1,z1,x3,y3,z3,delay) | |
790 | local prt=part(3,workspace,0,0,brickcolor,"Effect",vt(0.5,0.5,0.5)) | |
791 | prt.Anchored=true | |
792 | prt.CFrame=cframe | |
793 | local msh=mesh("CylinderMesh",prt,"","",vt(0,0,0),vt(x1,y1,z1)) | |
794 | game:GetService("Debris"):AddItem(prt,2) | |
795 | coroutine.resume(coroutine.create(function(Part,Mesh) | |
796 | for i=0,1,delay do | |
797 | wait() | |
798 | Part.CFrame=Part.CFrame | |
799 | Mesh.Scale=Mesh.Scale+vt(x3,y3,z3) | |
800 | local prt2=part(3,workspace,0,0,brickcolor,"Effect",vt(0.5,0.5,0.5)) | |
801 | prt2.Anchored=true | |
802 | prt2.CFrame=cframe*euler(math.random(-50,50),math.random(-50,50),math.random(-50,50)) | |
803 | local msh2=mesh("SpecialMesh",prt2,"Sphere","",vt(0,0,0),vt(0.5,0.5,0.5)) | |
804 | game:GetService("Debris"):AddItem(prt2,2) | |
805 | coroutine.resume(coroutine.create(function(Part,Mesh) | |
806 | for i=0,1,0.1 do | |
807 | wait() | |
808 | Part.CFrame=Part.CFrame*cf(0,0.5,0) | |
809 | end | |
810 | Part.Parent=nil | |
811 | end),prt2,msh2) | |
812 | end | |
813 | for i=0,1,delay*2 do | |
814 | wait() | |
815 | Part.CFrame=Part.CFrame | |
816 | Mesh.Scale=vt((x1+x3)-(x1+x3)*i,(y1+y3)-(y1+y3)*i,(z1+z3)-(z1+z3)*i) | |
817 | end | |
818 | Part.Parent=nil | |
819 | end),prt,msh) | |
820 | end | |
821 | ||
822 | function MagicCircle(brickcolor,cframe,x1,y1,z1,x3,y3,z3,delay) | |
823 | local prt=part(3,workspace,0,0,brickcolor,"Effect",vt(0.5,0.5,0.5)) | |
824 | prt.Anchored=true | |
825 | prt.CFrame=cframe | |
826 | local msh=mesh("SpecialMesh",prt,"Sphere","",vt(0,0,0),vt(x1,y1,z1)) | |
827 | game:GetService("Debris"):AddItem(prt,2) | |
828 | coroutine.resume(coroutine.create(function(Part,Mesh) | |
829 | for i=0,1,delay do | |
830 | wait() | |
831 | Part.CFrame=Part.CFrame | |
832 | Part.Transparency=i | |
833 | Mesh.Scale=Mesh.Scale+vt(x3,y3,z3) | |
834 | end | |
835 | Part.Parent=nil | |
836 | end),prt,msh) | |
837 | end | |
838 | ||
839 | function MagicRing(brickcolor,cframe,x1,y1,z1,x2,y2,z2,x3,y3,z3) | |
840 | local prt=part(3,workspace,0,0,brickcolor,"Effect",vt(0.5,0.5,0.5)) | |
841 | prt.Anchored=true | |
842 | prt.CFrame=cframe*euler(x2,y2,z2) | |
843 | --"http://www.roblox.com/asset/?id=168892465" | |
844 | local msh=mesh("SpecialMesh",prt,"FileMesh","http://www.roblox.com/asset/?id=3270017",vt(0,0,0),vt(x1,y1,z1)) | |
845 | game:GetService("Debris"):AddItem(prt,2) | |
846 | coroutine.resume(coroutine.create(function(Part,Mesh) | |
847 | for i=0,1,0.03 do | |
848 | wait() | |
849 | Part.CFrame=Part.CFrame | |
850 | Part.Transparency=i | |
851 | Mesh.Scale=Mesh.Scale+vt(x3,y3,z3) | |
852 | end | |
853 | Part.Parent=nil | |
854 | end),prt,msh) | |
855 | end | |
856 | ||
857 | function BreakEffect(brickcolor,cframe,x1,y1,z1) | |
858 | local prt=part(3,workspace,0,0,brickcolor,"Effect",vt(0.5,0.5,0.5)) | |
859 | prt.Anchored=true | |
860 | prt.CFrame=cframe*euler(math.random(-50,50),math.random(-50,50),math.random(-50,50)) | |
861 | local msh=mesh("SpecialMesh",prt,"Sphere","",vt(0,0,0),vt(x1,y1,z1)) | |
862 | game:GetService("Debris"):AddItem(prt,2) | |
863 | coroutine.resume(coroutine.create(function(Part,CF,Numbb,randnumb) | |
864 | CF=Part.CFrame | |
865 | Numbb=0 | |
866 | randnumb=math.random()/10 | |
867 | rand1=math.random()/10 | |
868 | for i=0,1,rand1 do | |
869 | wait() | |
870 | CF=CF*cf(0,math.random()/2,0) | |
871 | --Part.CFrame=Part.CFrame*euler(0.5,0,0)*cf(0,1,0) | |
872 | Part.CFrame=CF*euler(Numbb,0,0) | |
873 | Part.Transparency=i | |
874 | Numbb=Numbb+randnumb | |
875 | end | |
876 | Part.Parent=nil | |
877 | end),prt,CF,Numbb,randnumb) | |
878 | end | |
879 | ||
880 | function MagicWaveThing(brickcolor,cframe,x1,y1,z1,x3,y3,z3,delay) | |
881 | local prt=part(3,workspace,0,0,brickcolor,"Effect",vt(0.5,0.5,0.5)) | |
882 | prt.Anchored=true | |
883 | prt.CFrame=cframe | |
884 | msh=mesh("SpecialMesh",prt,"FileMesh","http://www.roblox.com/asset/?id=1051557",vt(0,0,0),vt(x1,y1,z1)) | |
885 | game:GetService("Debris"):AddItem(prt,5) | |
886 | coroutine.resume(coroutine.create(function(Part,Mesh) | |
887 | for i=0,1,delay do | |
888 | wait() | |
889 | Part.CFrame=Part.CFrame*euler(0,0.7,0) | |
890 | Part.Transparency=i | |
891 | Mesh.Scale=Mesh.Scale+vt(x3,y3,z3) | |
892 | end | |
893 | Part.Parent=nil | |
894 | end),prt,msh) | |
895 | end | |
896 | ||
897 | function WaveEffect(brickcolor,cframe,x1,y1,z1,x3,y3,z3,delay) | |
898 | local prt=part(3,workspace,0,0,brickcolor,"Effect",vt(0.5,0.5,0.5)) | |
899 | prt.Anchored=true | |
900 | prt.CFrame=cframe | |
901 | msh=mesh("SpecialMesh",prt,"FileMesh","http://www.roblox.com/asset/?id=20329976",vt(0,0,0),vt(x1,y1,z1)) | |
902 | game:GetService("Debris"):AddItem(prt,2) | |
903 | coroutine.resume(coroutine.create(function(Part,Mesh) | |
904 | for i=0,1,delay do | |
905 | wait() | |
906 | Part.CFrame=Part.CFrame*cf(0,y3/2,0) | |
907 | Part.Transparency=i | |
908 | Mesh.Scale=Mesh.Scale+vt(x3,y3,z3) | |
909 | end | |
910 | Part.Parent=nil | |
911 | end),prt,msh) | |
912 | end | |
913 | ||
914 | function StravEffect(brickcolor,cframe,x,y,z,x1,y1,z1,delay) | |
915 | local prt=part(3,workspace,0,0,brickcolor,"Effect",vt(0.5,0.5,0.5)) | |
916 | prt.Anchored=true | |
917 | prt.CFrame=cframe*cf(x,y,z) | |
918 | msh=mesh("SpecialMesh",prt,"FileMesh","rbxassetid://168892363",vt(0,0,0),vt(x1,y1,z1)) | |
919 | game:GetService("Debris"):AddItem(prt,5) | |
920 | coroutine.resume(coroutine.create(function(Part,Mesh,ex,why,zee) | |
921 | local num=math.random() | |
922 | local num2=math.random(-3,2)+math.random() | |
923 | local numm=0 | |
924 | for i=0,1,delay*2 do | |
925 | swait() | |
926 | Part.CFrame=cframe*euler(0,numm*num*10,0)*cf(ex,why,zee)*cf(-i*10,num2,0) | |
927 | Part.Transparency=i | |
928 | numm=numm+0.01 | |
929 | end | |
930 | Part.Parent=nil | |
931 | Mesh.Parent=nil | |
932 | end),prt,msh,x,y,z) | |
933 | end | |
934 | ||
935 | function dmgstart(dmg,what) | |
936 | hitcon = what.Touched:connect(function(hit) | |
937 | local hum = hit.Parent:FindFirstChild("Humanoid") | |
938 | if hum and not hum:IsDescendantOf(Character) then | |
939 | hum:TakeDamage(dmg) | |
940 | end | |
941 | end) | |
942 | end | |
943 | ||
944 | function dmgstop() | |
945 | hitcon:disconnect() | |
946 | end | |
947 | ||
948 | function Cloak() | |
949 | Face.Parent=nil | |
950 | cloaked=true | |
951 | for _,v in pairs(Torso.Parent:children()) do | |
952 | if v.className=="Part" and v.Name~="HumanoidRootPart" then | |
953 | coroutine.resume(coroutine.create(function() | |
954 | for i=0,1,0.2 do | |
955 | wait() | |
956 | v.Transparency=i | |
957 | end | |
958 | v.Transparency=1 | |
959 | end)) | |
960 | end | |
961 | if v.className=="Hat" then | |
962 | hatp=v.Handle | |
963 | coroutine.resume(coroutine.create(function(derp) | |
964 | for i=0,1,0.2 do | |
965 | wait() | |
966 | derp.Transparency=i | |
967 | end | |
968 | derp.Transparency=1 | |
969 | end),hatp) | |
970 | end | |
971 | end | |
972 | for _,v in pairs(m:children()) do | |
973 | if v.className=="Part" then | |
974 | coroutine.resume(coroutine.create(function() | |
975 | for i=0,1,0.2 do | |
976 | wait() | |
977 | v.Transparency=i | |
978 | end | |
979 | v.Transparency=1 | |
980 | end)) | |
981 | end | |
982 | end | |
983 | end | |
984 | ||
985 | function UnCloak() | |
986 | so("http://roblox.com/asset/?id=2767090",Torso,1,1.1) | |
987 | Face.Parent=Head | |
988 | cloaked=false | |
989 | for _,v in pairs(Torso.Parent:children()) do | |
990 | if v.className=="Part" and v.Name~="HumanoidRootPart" then | |
991 | coroutine.resume(coroutine.create(function() | |
992 | for i=0,1,0.1 do | |
993 | wait() | |
994 | v.Transparency=v.Transparency-0.1 | |
995 | end | |
996 | v.Transparency=0 | |
997 | end)) | |
998 | end | |
999 | if v.className=="Hat" then | |
1000 | hatp=v.Handle | |
1001 | coroutine.resume(coroutine.create(function(derp) | |
1002 | for i=0,1,0.1 do | |
1003 | wait() | |
1004 | derp.Transparency=derp.Transparency-0.1 | |
1005 | end | |
1006 | derp.Transparency=0 | |
1007 | end),hatp) | |
1008 | end | |
1009 | end | |
1010 | for _,v in pairs(m:children()) do | |
1011 | if v.className=="Part" and v.Name~="hitbox" and v.Name~='tip' then | |
1012 | coroutine.resume(coroutine.create(function() | |
1013 | for i=0,1,0.1 do | |
1014 | wait() | |
1015 | v.Transparency=v.Transparency-0.1 | |
1016 | end | |
1017 | v.Transparency=0 | |
1018 | end)) | |
1019 | v.Transparency=0 | |
1020 | end | |
1021 | end | |
1022 | end | |
1023 | ||
1024 | Player=game:GetService('Players').LocalPlayer | |
1025 | Character=Player.Character | |
1026 | Mouse=Player:GetMouse() | |
1027 | m=Instance.new('Model',Character) | |
1028 | ||
1029 | ||
1030 | local function weldBetween(a, b) | |
1031 | local weldd = Instance.new("ManualWeld") | |
1032 | weldd.Part0 = a | |
1033 | weldd.Part1 = b | |
1034 | weldd.C0 = CFrame.new() | |
1035 | weldd.C1 = b.CFrame:inverse() * a.CFrame | |
1036 | weldd.Parent = a | |
1037 | return weldd | |
1038 | end | |
1039 | ||
1040 | it=Instance.new | |
1041 | ||
1042 | function nooutline(part) | |
1043 | part.TopSurface,part.BottomSurface,part.LeftSurface,part.RightSurface,part.FrontSurface,part.BackSurface = 10,10,10,10,10,10 | |
1044 | end | |
1045 | ||
1046 | function part(formfactor,parent,material,reflectance,transparency,brickcolor,name,size) | |
1047 | local fp=it("Part") | |
1048 | fp.formFactor=formfactor | |
1049 | fp.Parent=parent | |
1050 | fp.Reflectance=reflectance | |
1051 | fp.Transparency=transparency | |
1052 | fp.CanCollide=false | |
1053 | fp.Locked=true | |
1054 | fp.BrickColor=BrickColor.new(tostring(brickcolor)) | |
1055 | fp.Name=name | |
1056 | fp.Size=size | |
1057 | fp.Position=Character.Torso.Position | |
1058 | nooutline(fp) | |
1059 | fp.Material=material | |
1060 | fp:BreakJoints() | |
1061 | return fp | |
1062 | end | |
1063 | ||
1064 | function mesh(Mesh,part,meshtype,meshid,offset,scale) | |
1065 | local mesh=it(Mesh) | |
1066 | mesh.Parent=part | |
1067 | if Mesh=="SpecialMesh" then | |
1068 | mesh.MeshType=meshtype | |
1069 | mesh.MeshId=meshid | |
1070 | end | |
1071 | mesh.Offset=offset | |
1072 | mesh.Scale=scale | |
1073 | return mesh | |
1074 | end | |
1075 | ||
1076 | function weld(parent,part0,part1,c0,c1) | |
1077 | local weld=it("Weld") | |
1078 | weld.Parent=parent | |
1079 | weld.Part0=part0 | |
1080 | weld.Part1=part1 | |
1081 | weld.C0=c0 | |
1082 | weld.C1=c1 | |
1083 | return weld | |
1084 | end | |
1085 | ||
1086 | Player=game:GetService('Players').LocalPlayer | |
1087 | Character=Player.Character | |
1088 | Mouse=Player:GetMouse() | |
1089 | m=Instance.new('Model',Character) | |
1090 | it=Instance.new | |
1091 | function nooutline(part) | |
1092 | part.TopSurface,part.BottomSurface,part.LeftSurface,part.RightSurface,part.FrontSurface,part.BackSurface = 10,10,10,10,10,10 | |
1093 | end | |
1094 | function part(formfactor,parent,material,reflectance,transparency,brickcolor,name,size) | |
1095 | local fp=it("Part") | |
1096 | fp.formFactor=formfactor | |
1097 | fp.Parent=parent | |
1098 | fp.Reflectance=reflectance | |
1099 | fp.Transparency=transparency | |
1100 | fp.CanCollide=false | |
1101 | fp.Locked=true | |
1102 | fp.BrickColor=BrickColor.new(tostring(brickcolor)) | |
1103 | fp.Name=name | |
1104 | fp.Size=size | |
1105 | fp.Position=Character.Torso.Position | |
1106 | nooutline(fp) | |
1107 | fp.Material=material | |
1108 | fp:BreakJoints() | |
1109 | return fp | |
1110 | end | |
1111 | function mesh(Mesh,part,meshtype,meshid,offset,scale) | |
1112 | local mesh=it(Mesh) | |
1113 | mesh.Parent=part | |
1114 | if Mesh=="SpecialMesh" then | |
1115 | mesh.MeshType=meshtype | |
1116 | mesh.MeshId=meshid | |
1117 | end | |
1118 | mesh.Offset=offset | |
1119 | mesh.Scale=scale | |
1120 | return mesh | |
1121 | end | |
1122 | - | Handle=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Mid gray","Handle",Vector3.new(0.275000006, 1.73512506, 0.280375004)) |
1122 | + | |
1123 | local weld=it("Weld") | |
1124 | weld.Parent=parent | |
1125 | - | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.228, 0.213375002)) |
1125 | + | |
1126 | weld.Part1=part1 | |
1127 | weld.C0=c0 | |
1128 | - | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.214124978, 0.205375016)) |
1128 | + | |
1129 | return weld | |
1130 | end | |
1131 | - | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.228, 0.213375002)) |
1131 | + | |
1132 | Handle=part(Enum.FormFactor.Custom,m,Enum.Material.ForceField,0,0,"Mid gray","Handle",Vector3.new(0.275000006, 1.73512506, 0.280375004)) | |
1133 | HandleWeld=weld(m,Character["Right Arm"],Handle,CFrame.new(0, 0, 0, 1, -1.10559327e-007, 0, 1.10559313e-007, 0.999999881, -6.82671057e-008, 7.54756585e-015, 6.82671129e-008, 1),CFrame.new(-0.069039166, -0.113463402, 1.04289675, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007)) | |
1134 | - | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.252000004, 0.213375002)) |
1134 | + | |
1135 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.ForceField,0,0,"Black","Part",Vector3.new(0.275000006, 0.228, 0.213375002)) | |
1136 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.96695328e-006, 1.76659834, -0.297748327, 1, -1.86023797e-007, 5.96046519e-008, -5.96047443e-008, -4.97983308e-007, 1, -1.86023769e-007, -1, -4.97983308e-007)) | |
1137 | - | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.252000004, 0.213375002)) |
1137 | + | |
1138 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.ForceField,0,0,"Black","Part",Vector3.new(0.275000006, 0.214124978, 0.205375016)) | |
1139 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.90734863e-006, 1.86247182, 0.341249466, -1, 2.73445636e-007, -5.96046519e-008, -5.96047869e-008, -4.97983308e-007, 1, 2.73445607e-007, 1, 4.97983308e-007)) | |
1140 | mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.569999993, 0.75, 0.75)) | |
1141 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.ForceField,0,0,"Black","Part",Vector3.new(0.275000006, 0.228, 0.213375002)) | |
1142 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.90734863e-006, 1.76659834, 0.369124293, -1, 2.73445636e-007, -5.96046519e-008, -5.96047869e-008, -4.97983308e-007, 1, 2.73445607e-007, 1, 4.97983308e-007)) | |
1143 | - | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.413124949, 0.622375011)) |
1143 | + | |
1144 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.ForceField,0,0,"Black","Part",Vector3.new(0.275000006, 0.252000004, 0.213375002)) | |
1145 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.78813934e-006, -1.95409656, 0.369124651, 1, -3.5029597e-008, -5.96046519e-008, -5.96046306e-008, 6.17193905e-007, -1, 3.50296325e-008, 1, 6.17193905e-007)) | |
1146 | - | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.204125047, 0.287375003)) |
1146 | + | |
1147 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.ForceField,0,0,"Black","Part",Vector3.new(0.275000006, 0.252000004, 0.213375002)) | |
1148 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-8.94069672e-007, -1.95409656, -0.297748804, -1, -5.23922949e-008, 5.96046519e-008, -5.96046803e-008, 6.17193905e-007, -1, 5.23922594e-008, -1, -6.17193905e-007)) | |
1149 | - | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.221124932, 0.448374987)) |
1149 | + | |
1150 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Royal purple","Part",Vector3.new(0.496000022, 0.200000003, 0.280375004)) | |
1151 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.13575315, -0.0312535167, 1.63871276, -5.96046448e-008, -0.707106888, -0.707106709, 1, 1.651742e-007, -2.49467973e-007, 2.93196308e-007, -0.707106709, 0.707106888)) | |
1152 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5)) | |
1153 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.ForceField,0,0,"Black","Part",Vector3.new(0.275000006, 0.413124949, 0.622375011)) | |
1154 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(2.98023224e-007, -1.16725111, -1.41408849, 1, 1.56260029e-007, -2.68220901e-007, -7.91682311e-008, -0.707106948, -0.70710665, -3.00153374e-007, 0.70710665, -0.707106888)) | |
1155 | - | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.275000006, 0.207000002, 0.303375006)) |
1155 | + | |
1156 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.ForceField,0,0,"Black","Part",Vector3.new(0.275000006, 0.204125047, 0.287375003)) | |
1157 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(2.02655792e-006, -1.16711032, -0.0589969158, 1, 1.08027862e-007, 0, -5.37960721e-014, 4.97983308e-007, -1, -1.08027862e-007, 1, 4.97983308e-007)) | |
1158 | - | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.275000006, 0.207000002, 0.303375006)) |
1158 | + | |
1159 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.ForceField,0,0,"Black","Part",Vector3.new(0.275000006, 0.221124932, 0.448374987)) | |
1160 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(5.36441803e-007, -2.35079217, 0.103010416, 1, 2.03386463e-007, -1.49011612e-007, -1.4901174e-007, 6.17194019e-007, -1, -2.03386378e-007, 1, 6.17194075e-007)) | |
1161 | - | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.275000006, 0.223999977, 0.375375003)) |
1161 | + | |
1162 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Bright blue","Part",Vector3.new(0.275000006, 0.200000003, 0.213375002)) | |
1163 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.90734863e-006, 1.71972668, 0.400372267, -1, 2.73445636e-007, -5.96046519e-008, -5.96047869e-008, -4.97983308e-007, 1, 2.73445607e-007, 1, 4.97983308e-007)) | |
1164 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.550000012, 0.25, 0.5)) | |
1165 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.ForceField,0,0,"Black","Part",Vector3.new(0.275000006, 0.207000002, 0.303375006)) | |
1166 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-8.94069672e-007, -2.02871776, -0.278748035, -1, -1.71600149e-007, 5.96046519e-008, -5.96047229e-008, 4.38378009e-007, -1, 1.71600121e-007, -1, -4.38378009e-007)) | |
1167 | - | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.203125, 0.234375)) |
1167 | + | |
1168 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.ForceField,0,0,"Black","Part",Vector3.new(0.275000006, 0.207000002, 0.303375006)) | |
1169 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(8.94069672e-007, -2.02871752, 0.419371605, 1, 8.41783816e-008, -5.96046519e-008, -5.96046874e-008, 4.38378009e-007, -1, -8.41783532e-008, 1, 4.38378009e-007)) | |
1170 | - | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.409124941, 0.360375017)) |
1170 | + | |
1171 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.ForceField,0,0,"Black","Part",Vector3.new(0.275000006, 0.223999977, 0.375375003)) | |
1172 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(7.15255737e-007, -2.16047049, 0.508368373, 1, 8.41783816e-008, -5.96046519e-008, -5.96046874e-008, 4.38378009e-007, -1, -8.41783532e-008, 1, 4.38378009e-007)) | |
1173 | - | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.275000006, 0.200000003, 0.303375006)) |
1173 | + | |
1174 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Royal purple","Part",Vector3.new(0.405000031, 0.200000003, 0.280375004)) | |
1175 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.35976458, -0.0312541127, 1.86352515, 5.96046448e-008, 0.500000238, -0.866025329, -1, -3.57641632e-008, -8.94739998e-008, -7.57096927e-008, 0.866025269, 0.500000238)) | |
1176 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5)) | |
1177 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.ForceField,0,0,"Black","Part",Vector3.new(0.275000006, 0.203125, 0.234375)) | |
1178 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(0, -1.08190203, 0.2501719, 1, -3.12822095e-007, 5.96046519e-008, -1.13020228e-007, -0.173648566, 0.98480773, -2.97719339e-007, -0.98480767, -0.173648566)) | |
1179 | - | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.4375, 0.25)) |
1179 | + | |
1180 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.ForceField,0,0,"Black","Part",Vector3.new(0.275000006, 0.409124941, 0.360375017)) | |
1181 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-4.05311584e-006, 1.95058596, 0.253540456, -1, 1.02354932e-007, -1.49011612e-007, -1.17442823e-007, 0.258818656, 0.965925932, 1.3743427e-007, 0.965925992, -0.258818686)) | |
1182 | mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.349999994, 1, 1)) | |
1183 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.ForceField,0,0,"Black","Part",Vector3.new(0.275000006, 0.200000003, 0.303375006)) | |
1184 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-2.02655792e-006, 1.68847609, 0.419371486, -1, 2.73445636e-007, -5.96046519e-008, -5.96047869e-008, -4.97983308e-007, 1, 2.73445607e-007, 1, 4.97983308e-007)) | |
1185 | - | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.409124911, 0.268375039)) |
1185 | + | |
1186 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Bright blue","Part",Vector3.new(0.275000006, 0.207000002, 0.213375002)) | |
1187 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(7.74860382e-007, -1.99747372, 0.400373936, 1, 8.41783816e-008, -5.96046519e-008, -5.96046874e-008, 4.38378009e-007, -1, -8.41783532e-008, 1, 4.38378009e-007)) | |
1188 | - | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.698124886, 0.372374952)) |
1188 | + | |
1189 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.ForceField,0,0,"Black","Part",Vector3.new(0.275000006, 0.4375, 0.25)) | |
1190 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.78813934e-007, -1.18813586, 0.908314347, -1, -1.16559704e-008, -1.49011612e-007, -1.31319965e-007, 0.544638991, 0.838670731, 7.13820114e-008, 0.838670731, -0.544638932)) | |
1191 | - | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.275000006, 0.200000003, 0.303375006)) |
1191 | + | |
1192 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Royal purple","Part",Vector3.new(0.405000031, 0.200000003, 0.280375004)) | |
1193 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.35976434, -0.0312459469, 1.86352515, -1.49011612e-007, -0.500000238, 0.866025269, 1, -3.47141249e-009, 1.70059607e-007, -8.20235115e-008, 0.866025269, 0.500000238)) | |
1194 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5)) | |
1195 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.ForceField,0,0,"Black","Part",Vector3.new(0.275000006, 0.409124911, 0.268375039)) | |
1196 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-3.03983688e-006, 1.82663035, 1.68847704, -1, 2.51590194e-007, -1.49011612e-007, -2.54842973e-007, -0.500000179, 0.866025329, 1.43377648e-007, 0.866025269, 0.500000179)) | |
1197 | - | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.200000003, 0.303375006)) |
1197 | + | |
1198 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.ForceField,0,0,"Black","Part",Vector3.new(0.275000006, 0.698124886, 0.372374952)) | |
1199 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-2.02655792e-006, 1.51446426, -0.0117214918, -1, 2.45074915e-007, -5.96046519e-008, -5.96047798e-008, -5.27786028e-007, 1, 2.45074887e-007, 1, 5.27786028e-007)) | |
1200 | mesh("SpecialMesh",Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.455000013, 1, 1)) | |
1201 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.ForceField,0,0,"Black","Part",Vector3.new(0.275000006, 0.200000003, 0.303375006)) | |
1202 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(2.08616257e-006, 1.6884762, -0.278747916, 1, -1.86023797e-007, 5.96046519e-008, -5.96047443e-008, -4.97983308e-007, 1, -1.86023769e-007, -1, -4.97983308e-007)) | |
1203 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.524999976, 0.5, 0.5)) | |
1204 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Bright blue","Part",Vector3.new(0.275000006, 0.330124885, 0.214375019)) | |
1205 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(7.74860382e-007, 2.75683522, 1.15006804, 1, 2.61612684e-007, -5.96046519e-008, -4.6201059e-008, 0.386711121, 0.922201037, 2.64309278e-007, -0.922201037, 0.386711121)) | |
1206 | - | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.200000003, 0.303375006)) |
1206 | + | |
1207 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.ForceField,0,0,"Black","Part",Vector3.new(0.275000006, 0.200000003, 0.303375006)) | |
1208 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.90734863e-006, 1.20410335, -0.1381253, 1, -1.30388145e-007, 5.96046519e-008, -5.96047158e-008, -4.97983308e-007, 1, -1.30388116e-007, -1, -4.97983308e-007)) | |
1209 | - | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.745124936, 0.280375004)) |
1209 | + | |
1210 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Royal purple","Part",Vector3.new(0.496000022, 0.200000003, 0.280375004)) | |
1211 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.13575315, -0.0312504768, 1.638713, 0, 0.707106888, 0.707106709, -1, -1.57551966e-007, 1.57552009e-007, 2.2281219e-007, -0.707106709, 0.707106888)) | |
1212 | - | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.415125012, 0.234375)) |
1212 | + | |
1213 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Royal purple","Part",Vector3.new(0.496000022, 0.200000003, 0.280375004)) | |
1214 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-0.999259949, -0.0312482715, -0.496301651, 8.94069814e-008, 0.707106769, -0.707106829, 1, -2.08849031e-007, -8.2408441e-008, -2.0595013e-007, -0.707106829, -0.707106709)) | |
1215 | - | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.630125046, 0.280375004)) |
1215 | + | |
1216 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.ForceField,0,0,"Black","Part",Vector3.new(0.275000006, 0.200000003, 0.303375006)) | |
1217 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.96695328e-006, 1.20410311, 0.278748631, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007)) | |
1218 | - | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.248124972, 0.311374992)) |
1218 | + | |
1219 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.ForceField,0,0,"Black","Part",Vector3.new(0.275000006, 0.745124936, 0.280375004)) | |
1220 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-5.96046448e-008, 0.302499771, 0.0937513113, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007)) | |
1221 | - | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.25999999, 0.375, 0.21875)) |
1221 | + | |
1222 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.ForceField,0,0,"Black","Part",Vector3.new(0.275000006, 0.415125012, 0.234375)) | |
1223 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.1920929e-007, -0.659994602, 0.135124326, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007)) | |
1224 | - | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.35512504, 0.283374995)) |
1224 | + | |
1225 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.ForceField,0,0,"Black","Part",Vector3.new(0.275000006, 0.630125046, 0.280375004)) | |
1226 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-2.14576721e-006, 1.25361502, 0.392871499, -1, 9.86020154e-008, -1.49011612e-007, -1.49011655e-007, -4.38377924e-007, 1, 9.86019515e-008, 1, 4.38377953e-007)) | |
1227 | - | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.203125, 0.234375)) |
1227 | + | |
1228 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.ForceField,0,0,"Black","Part",Vector3.new(0.275000006, 0.248124972, 0.311374992)) | |
1229 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-5.96046448e-008, 0.954994917, 0.140751123, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007)) | |
1230 | - | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.35512504, 0.416375011)) |
1230 | + | |
1231 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.ForceField,0,0,"Black","Part",Vector3.new(0.25999999, 0.375, 0.21875)) | |
1232 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.78813934e-007, -1.50817347, 0.125254035, -1, 6.68158862e-008, -1.49011612e-007, -1.4901164e-007, -4.97983194e-007, 1, 6.68158151e-008, 1, 4.97983194e-007)) | |
1233 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.300000012, 1, 1)) | |
1234 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.ForceField,0,0,"Black","Part",Vector3.new(0.275000006, 0.35512504, 0.283374995)) | |
1235 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-5.96046448e-008, 0.91299367, 0.281997681, -1, 9.86020154e-008, -1.49011612e-007, -1.49011655e-007, -4.38377924e-007, 1, 9.86019515e-008, 1, 4.38377953e-007)) | |
1236 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 0.560000002, 0.5)) | |
1237 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.ForceField,0,0,"Black","Part",Vector3.new(0.275000006, 0.203125, 0.234375)) | |
1238 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.1920929e-007, -0.781131983, 0.0222299099, -1, 2.86555604e-007, -5.96046519e-008, -1.08459133e-007, -0.173648685, 0.98480773, 2.71851889e-007, 0.98480773, 0.173648685)) | |
1239 | - | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.54112494, 0.367374986)) |
1239 | + | |
1240 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.ForceField,0,0,"Black","Part",Vector3.new(0.275000006, 0.35512504, 0.416375011)) | |
1241 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.1920929e-007, 0.522374153, 0.125002146, -1, 9.86020154e-008, -1.49011612e-007, -1.49011655e-007, -4.38377924e-007, 1, 9.86019515e-008, 1, 4.38377953e-007)) | |
1242 | - | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.630125046, 0.280375004)) |
1242 | + | |
1243 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Royal purple","Part",Vector3.new(0.496000022, 0.200000003, 0.280375004)) | |
1244 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(0.99925971, -0.0312514305, -0.496301413, 0, -0.707106709, 0.707106829, -1, 1.69960003e-007, 1.69959961e-007, -2.40359725e-007, -0.707106888, -0.707106769)) | |
1245 | - | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Mid gray","Part",Vector3.new(0.275000006, 0.216124982, 0.280375004)) |
1245 | + | |
1246 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Royal purple","Part",Vector3.new(0.643000007, 0.200000003, 0.280375004)) | |
1247 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.51446462, -0.0312519073, 0.511714339, 0, -4.38378066e-007, 1, -1, 2.45074915e-007, 1.0743547e-013, -2.45074915e-007, -1, -4.38378066e-007)) | |
1248 | - | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.309124947, 0.343375027)) |
1248 | + | |
1249 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.ForceField,0,0,"Black","Part",Vector3.new(0.275000006, 0.54112494, 0.367374986)) | |
1250 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(3.57627869e-007, -1.79205251, -0.0442371368, 1, 1.5625281e-007, -2.68220901e-007, -2.68220987e-007, 6.17193848e-007, -1, -1.56252639e-007, 1, 6.17193905e-007)) | |
1251 | - | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.998124957, 0.280375004)) |
1251 | + | |
1252 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.ForceField,0,0,"Black","Part",Vector3.new(0.275000006, 0.630125046, 0.280375004)) | |
1253 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.1920929e-007, -0.552494049, 0.0937507153, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007)) | |
1254 | - | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.405125052, 0.211375013)) |
1254 | + | |
1255 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.ForceField,0,0,"Mid gray","Part",Vector3.new(0.275000006, 0.216124982, 0.280375004)) | |
1256 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.78813934e-007, 0.63488543, 0.590048075, -1, 2.21816833e-007, 5.96046519e-008, -1.14701351e-007, -0.707106829, 0.707106769, 1.98995039e-007, 0.707106769, 0.707106829)) | |
1257 | - | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.413124949, 0.622375011)) |
1257 | + | |
1258 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.ForceField,0,0,"Black","Part",Vector3.new(0.275000006, 0.309124947, 0.343375027)) | |
1259 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-3.9935112e-006, 1.40163493, 1.65097666, -1, 2.51590194e-007, -1.49011612e-007, -2.54842973e-007, -0.500000179, 0.866025329, 1.43377648e-007, 0.866025269, 0.500000179)) | |
1260 | mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.349999994, 1, 1)) | |
1261 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.ForceField,0,0,"Black","Part",Vector3.new(0.275000006, 0.998124957, 0.280375004)) | |
1262 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.78813934e-007, 0.428994179, 0.0937510729, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007)) | |
1263 | - | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.322125077, 0.363375008)) |
1263 | + | |
1264 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.ForceField,0,0,"Black","Part",Vector3.new(0.275000006, 0.405125052, 0.211375013)) | |
1265 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.1920929e-007, 0.446621895, 0.0734990835, -1, 9.86020154e-008, -1.49011612e-007, -1.49011655e-007, -4.38377924e-007, 1, 9.86019515e-008, 1, 4.38377953e-007)) | |
1266 | - | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.51412493, 0.622375011)) |
1266 | + | |
1267 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.ForceField,0,0,"Black","Part",Vector3.new(0.275000006, 0.413124949, 0.622375011)) | |
1268 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.7285347e-006, 0.967765272, 0.720929861, -1, 2.21816833e-007, 5.96046519e-008, -1.14701351e-007, -0.707106829, 0.707106769, 1.98995039e-007, 0.707106769, 0.707106829)) | |
1269 | - | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.204125047, 0.210375011)) |
1269 | + | |
1270 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Royal purple","Part",Vector3.new(0.275000006, 0.320124894, 0.316374987)) | |
1271 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-2.02655792e-006, 1.51446426, -0.0117214918, -1, 2.45074915e-007, -5.96046519e-008, -5.96047798e-008, -5.27786028e-007, 1, 2.45074887e-007, 1, 5.27786028e-007)) | |
1272 | mesh("SpecialMesh",Part,Enum.MeshType.Cylinder,"",Vector3.new(0, 0, 0),Vector3.new(0.457500011, 1, 1)) | |
1273 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.ForceField,0,0,"Black","Part",Vector3.new(0.275000006, 0.322125077, 0.363375008)) | |
1274 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.84774399e-006, 0.960361481, 0.0573717356, 1, -6.68157512e-008, -5.96046519e-008, 5.96046164e-008, -4.97983308e-007, 1, -6.68157796e-008, -1, -4.97983308e-007)) | |
1275 | - | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.206125051, 0.280375004)) |
1275 | + | |
1276 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.ForceField,0,0,"Black","Part",Vector3.new(0.275000006, 0.51412493, 0.622375011)) | |
1277 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.96695328e-006, 1.51446474, -0.287093759, -1, 2.45074915e-007, -5.96046519e-008, -5.96047798e-008, -5.27786028e-007, 1, 2.45074887e-007, 1, 5.27786028e-007)) | |
1278 | - | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.578125, 0.234375)) |
1278 | + | |
1279 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.ForceField,0,0,"Black","Part",Vector3.new(0.275000006, 0.204125047, 0.210375011)) | |
1280 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.90734863e-006, -1.12023759, -0.0676275492, -1, -2.06059703e-008, 0, -7.19086588e-015, 3.48970019e-007, -1, 2.06059703e-008, -1, -3.48970019e-007)) | |
1281 | - | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.25999999, 0.225500003, 0.210125014)) |
1281 | + | |
1282 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Bright blue","Part",Vector3.new(0.275000006, 0.261124998, 0.245374992)) | |
1283 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(0, -0.201990128, 0.0982512236, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007)) | |
1284 | - | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.214125022, 0.234375)) |
1284 | + | |
1285 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.ForceField,0,0,"Black","Part",Vector3.new(0.275000006, 0.206125051, 0.280375004)) | |
1286 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-2.38418579e-007, -0.137369633, 0.0937509537, -1, 9.86020154e-008, -1.49011612e-007, -1.49011655e-007, -4.38377924e-007, 1, 9.86019515e-008, 1, 4.38377953e-007)) | |
1287 | - | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.270000011, 0.21875, 0.234375)) |
1287 | + | |
1288 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.ForceField,0,0,"Black","Part",Vector3.new(0.275000006, 0.578125, 0.234375)) | |
1289 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(3.63588333e-006, -1.29723644, 0.0231808424, 1, -1.86023783e-007, -5.96046519e-008, 5.96045879e-008, -3.48969991e-007, 1, -1.86023797e-007, -1, -3.48969991e-007)) | |
1290 | mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1.04999995, 0.400000006)) | |
1291 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.ForceField,0,0,"Black","Part",Vector3.new(0.25999999, 0.225500003, 0.210125014)) | |
1292 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-0.00167286396, 0.746741295, -0.00556850433, -1, 6.68158222e-008, -5.96046519e-008, 5.96046803e-008, 4.38378009e-007, -1, -6.68157938e-008, -1, -4.38378009e-007)) | |
1293 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1, 1)) | |
1294 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.ForceField,0,0,"Black","Part",Vector3.new(0.275000006, 0.214125022, 0.234375)) | |
1295 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-3.81469727e-006, 0.381998301, -0.135124564, -1, -5.23922843e-008, 1.49011612e-007, -1.4901164e-007, 4.97983251e-007, -1, 5.23922097e-008, -1, -4.97983251e-007)) | |
1296 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.560000002, 0.400000006)) | |
1297 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.ForceField,0,0,"Black","Part",Vector3.new(0.270000011, 0.21875, 0.234375)) | |
1298 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(4.35113907e-006, -1.64879727, 0.0388069153, 1, -1.86023783e-007, -5.96046519e-008, 5.96045879e-008, -3.48969991e-007, 1, -1.86023797e-007, -1, -3.48969991e-007)) | |
1299 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.5, 0.5)) | |
1300 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Bright blue","Part",Vector3.new(0.200000003, 0.449500024, 0.236624971)) | |
1301 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(0, -1.14855242, -0.0782039165, -1, 1.1814204e-007, -5.96046519e-008, -8.81511255e-008, -0.258819431, 0.965925753, 9.8689604e-008, 0.965925813, 0.258819431)) | |
1302 | mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1, 0.25)) | |
1303 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Bright blue","Part",Vector3.new(0.200000003, 0.46875, 0.220999971)) | |
1304 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.78813934e-007, -1.17250943, 0.949309707, -1, -1.16559704e-008, -1.49011612e-007, -1.31319965e-007, 0.544638991, 0.838670731, 7.13820114e-008, 0.838670731, -0.544638932)) | |
1305 | mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1, 0.25)) | |
1306 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Bright blue","Part",Vector3.new(0.275000006, 0.35212487, 0.214375019)) | |
1307 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.96695328e-006, 1.7106328, -4.67702293, 1, -5.28256834e-008, 3.27825546e-007, -1.54116776e-007, -0.948323309, 0.317305803, 2.94122714e-007, -0.317305803, -0.948323369)) | |
1308 | mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.449999988, 0.5, 0.100000001)) | |
1309 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Royal purple","Part",Vector3.new(0.288000047, 0.200000003, 0.27837503)) | |
1310 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(3.00251865, -0.0312470198, -0.784425139, -5.96046448e-008, 0.362437576, 0.932008028, 1, 8.8373362e-008, 2.95864595e-008, -7.16414377e-008, 0.932008028, -0.362437606)) | |
1311 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5)) | |
1312 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Royal purple","Part",Vector3.new(0.200000003, 0.217000008, 0.200375021)) | |
1313 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.1920929e-007, -3.18676305, -1.53718555, 1, 8.19928516e-008, -2.68220901e-007, -2.15646111e-007, -0.386710614, -0.922201157, -1.79337775e-007, 0.922201157, -0.386710614)) | |
1314 | mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.560000002, 0.200000003, 0.600000024)) | |
1315 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Royal purple","Part",Vector3.new(0.49000001, 0.200000003, 0.290374994)) | |
1316 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(2.73874784, -0.0312489271, 0.358844757, -8.94069814e-008, -0.0130901812, 0.999914408, 1, 5.69744678e-008, 9.01605191e-008, -5.81498085e-008, 0.999914408, 0.0130901812)) | |
1317 | - | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.84512496, 0.422374964)) |
1317 | + | |
1318 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Bright blue","Part",Vector3.new(0.275000006, 0.24712491, 0.214375019)) | |
1319 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.37090683e-006, 3.7712388, 4.10999966, 1, 2.20300279e-007, -3.27825546e-007, 7.26464435e-008, 0.713250935, 0.70090878, 3.88232309e-007, -0.70090884, 0.713250995)) | |
1320 | mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.449999988, 0.600000024, 0.100000001)) | |
1321 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Bright blue","Part",Vector3.new(0.275000006, 0.621124864, 0.214375019)) | |
1322 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(5.96046448e-007, 3.43644333, -0.254856586, 1, 2.8833017e-007, 5.96046519e-008, -4.31625189e-008, -0.0566928945, 0.998391747, 2.91245613e-007, -0.998391688, -0.0566928908)) | |
1323 | mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.449999988, 1, 0.100000001)) | |
1324 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Royal purple","Part",Vector3.new(0.940000057, 0.200000003, 0.285374999)) | |
1325 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-5.0734067, -0.0312533975, 4.65720272, 1.49011626e-007, 0.694658399, -0.719339788, -1, 3.30585053e-008, -1.75226305e-007, -9.79421202e-008, 0.719339788, 0.694658399)) | |
1326 | - | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 1.46012485, 0.422374964)) |
1326 | + | |
1327 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.ForceField,0,0,"Black","Part",Vector3.new(0.275000006, 0.84512496, 0.422374964)) | |
1328 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(4.76837158e-007, 3.25642681, 0.00496280193, 1, 2.88228279e-007, 5.96046519e-008, -5.96046021e-008, -1.70154109e-007, 1, 2.88228279e-007, -1, -1.70154095e-007)) | |
1329 | mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1, 0.5)) | |
1330 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Bright blue","Part",Vector3.new(0.275000006, 1.04612494, 0.214375019)) | |
1331 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(3.03983688e-006, 6.0806818, -0.48661232, 1, 2.83280116e-007, 0, 3.20681721e-008, -0.113203041, 0.993571877, 2.81459165e-007, -0.993571937, -0.113203049)) | |
1332 | mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.449999988, 0.899999976, 0.100000001)) | |
1333 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Royal purple","Part",Vector3.new(0.49000001, 0.200000003, 0.290374994)) | |
1334 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-2.73874784, -0.0312509537, 0.358844757, 0, 0.0130901793, -0.999914348, -1, -5.85088848e-008, -7.65957409e-010, -5.85139013e-008, 0.999914408, 0.0130901802)) | |
1335 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5)) | |
1336 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.ForceField,0,0,"Black","Part",Vector3.new(0.275000006, 1.46012485, 0.422374964)) | |
1337 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(4.05311584e-006, 5.85410023, -0.495341063, 1, 2.75573711e-007, 1.49011612e-007, -1.16857876e-007, -0.113203339, 0.993571877, 2.90670897e-007, -0.993571937, -0.113203347)) | |
1338 | mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1, 0.5)) | |
1339 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Royal purple","Part",Vector3.new(0.210000038, 0.200000003, 0.285374999)) | |
1340 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-0.630329967, -0.0312533975, 7.20098686, 1.11758709e-008, 0.99984777, -0.017452918, -1, 8.5759515e-009, -1.49042407e-007, -1.48870043e-007, 0.0174529161, 0.99984777)) | |
1341 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.300000012, 0.5)) | |
1342 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Royal purple","Part",Vector3.new(1.78499997, 0.200000003, 0.301375002)) | |
1343 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(5.64131165, -0.0312466621, 0.814543009, -1.78813963e-007, -0.104528897, 0.994521916, 1, 6.1102142e-008, 1.86221044e-007, -8.02329012e-008, 0.994521916, 0.104528897)) | |
1344 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5)) | |
1345 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Bright blue","Part",Vector3.new(0.275000006, 0.678124905, 0.214375019)) | |
1346 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(5.96046448e-007, 5.27017689, -0.0733480453, 1, 2.8833017e-007, 5.96046519e-008, -4.31626219e-008, -0.0566925369, 0.998391747, 2.91245584e-007, -0.998391688, -0.0566925332)) | |
1347 | mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.449999988, 0.800000012, 0.100000001)) | |
1348 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Royal purple","Part",Vector3.new(0.210000038, 0.200000003, 0.285374999)) | |
1349 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(0.630329847, -0.0312465429, 7.20098686, -9.87201929e-008, -0.99984777, 0.017452918, 1, -9.613413e-008, 1.49012436e-007, -1.47311923e-007, 0.0174529161, 0.99984777)) | |
1350 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.300000012, 0.5)) | |
1351 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Bright blue","Part",Vector3.new(0.275000006, 0.47012496, 0.214375019)) | |
1352 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(4.11272049e-006, 4.9387393, -4.49442863, 1, 2.42971879e-007, 2.68220901e-007, -1.46989407e-008, -0.713250041, 0.700909734, 3.61609949e-007, -0.700909734, -0.713250101)) | |
1353 | - | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.235124931, 1.6693753)) |
1353 | + | |
1354 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Royal purple","Part",Vector3.new(0.288000047, 0.200000003, 0.27837503)) | |
1355 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-3.00251842, -0.0312527418, -0.784425259, -2.98023224e-008, -0.362437576, -0.932008028, -1, -3.9197058e-008, 4.7219352e-008, -5.36460405e-008, 0.932008028, -0.362437606)) | |
1356 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5)) | |
1357 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Bright blue","Part",Vector3.new(0.275000006, 0.533124864, 0.214375019)) | |
1358 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.01327896e-006, 4.10316849, -0.103866458, 1, 2.8833017e-007, 5.96046519e-008, -4.31625473e-008, -0.0566928051, 0.998391747, 2.91245584e-007, -0.998391688, -0.0566928014)) | |
1359 | - | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.235124931, 1.6693753)) |
1359 | + | |
1360 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Royal purple","Part",Vector3.new(0.200000003, 0.217000008, 0.200375021)) | |
1361 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.78813934e-007, -3.33085537, -1.5976094, 1, 8.19928516e-008, -2.68220901e-007, -2.15646111e-007, -0.386710614, -0.922201157, -1.79337775e-007, 0.922201157, -0.386710614)) | |
1362 | mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.560000002, 0.200000003, 0.600000024)) | |
1363 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.ForceField,0,0,"Black","Part",Vector3.new(0.275000006, 0.235124931, 1.6693753)) | |
1364 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-4.64916229e-006, -0.673488855, 5.65330791, -1, 2.57733284e-008, -4.1723257e-007, 2.16240803e-008, -0.993572056, -0.11320243, -4.17468186e-007, -0.113202423, 0.993571997)) | |
1365 | - | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 1.65712488, 0.359375)) |
1365 | + | |
1366 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Bright blue","Part",Vector3.new(0.275000006, 0.480124891, 0.214375019)) | |
1367 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.01327896e-006, 2.6059866, 0.051631093, 1, 2.90808202e-007, 5.96046519e-008, -5.96046306e-008, -8.07461475e-008, 1, 2.90808202e-007, -1, -8.07461333e-008)) | |
1368 | - | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.488124937, 0.359375)) |
1368 | + | |
1369 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.ForceField,0,0,"Black","Part",Vector3.new(0.275000006, 0.235124931, 1.6693753)) | |
1370 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-4.29153442e-006, -0.399590373, 4.02885008, -1, 2.75204592e-009, -4.1723257e-007, 2.09061284e-008, -0.998391747, -0.0566919968, -4.16717569e-007, -0.0566919968, 0.998391747)) | |
1371 | - | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.221124932, 0.655375004)) |
1371 | + | |
1372 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Bright blue","Part",Vector3.new(0.275000006, 0.237124875, 0.214375019)) | |
1373 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(2.08616257e-006, 2.20885611, -3.10965157, 1, 1.22782865e-007, 3.27825546e-007, -8.59755218e-008, -0.82164669, 0.569997251, 3.39342648e-007, -0.569997191, -0.821646631)) | |
1374 | mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.449999988, 0.800000012, 0.100000001)) | |
1375 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.ForceField,0,0,"Black","Part",Vector3.new(0.275000006, 1.65712488, 0.359375)) | |
1376 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.1920929e-006, 4.40055227, -0.0314526558, 1, 2.82533193e-007, 5.96046519e-008, -4.34911662e-008, -0.0566928945, 0.998391747, 2.85457958e-007, -0.998391688, -0.0566928908)) | |
1377 | - | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.488124937, 0.418375015)) |
1377 | + | |
1378 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.ForceField,0,0,"Black","Part",Vector3.new(0.275000006, 0.488124937, 0.359375)) | |
1379 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(9.53674316e-007, 2.57349205, 0.495863676, 1, 2.95756422e-007, 5.96046519e-008, -9.27020594e-008, 0.113203131, 0.993571877, 2.87107866e-007, -0.993571937, 0.113203138)) | |
1380 | mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1, 0.5)) | |
1381 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.ForceField,0,0,"Black","Part",Vector3.new(0.275000006, 0.221124932, 0.655375004)) | |
1382 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.84774399e-006, 1.02953684, 2.8258214, -1, -1.09740803e-007, -3.27825546e-007, -2.40661642e-008, -0.923879445, 0.382683516, -3.44867317e-007, 0.382683575, 0.923879564)) | |
1383 | mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1.04999995, 0.899999976)) | |
1384 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Royal purple","Part",Vector3.new(0.200000003, 0.217000008, 0.200375021)) | |
1385 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.78813934e-007, -3.40289879, -1.62781823, 1, 8.19928516e-008, -2.68220901e-007, -2.15646111e-007, -0.386710614, -0.922201157, -1.79337775e-007, 0.922201157, -0.386710614)) | |
1386 | - | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.618124902, 0.209375009)) |
1386 | + | |
1387 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.ForceField,0,0,"Black","Part",Vector3.new(0.275000006, 0.488124937, 0.418375015)) | |
1388 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.07288361e-006, 2.60998273, -0.0503669977, 1, 2.90808202e-007, 5.96046519e-008, -5.96046306e-008, -8.07461475e-008, 1, 2.90808202e-007, -1, -8.07461333e-008)) | |
1389 | - | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.484124899, 0.227375031)) |
1389 | + | |
1390 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Royal purple","Part",Vector3.new(0.200000003, 0.217000008, 0.200375021)) | |
1391 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.78813934e-007, -3.25880861, -1.56739795, 1, 8.19928516e-008, -2.68220901e-007, -2.15646111e-007, -0.386710614, -0.922201157, -1.79337775e-007, 0.922201157, -0.386710614)) | |
1392 | mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.560000002, 0.200000003, 0.600000024)) | |
1393 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Bright blue","Part",Vector3.new(0.275000006, 0.265124857, 0.214375019)) | |
1394 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.1920929e-007, 3.70434904, 2.44769764, 1, 3.05401159e-007, -1.49011612e-007, -3.84168999e-008, 0.537299871, 0.843391299, 3.37636607e-007, -0.843391299, 0.537299871)) | |
1395 | - | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 1.65712488, 0.422374964)) |
1395 | + | |
1396 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.ForceField,0,0,"Black","Part",Vector3.new(0.275000006, 0.618124902, 0.209375009)) | |
1397 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.07288361e-006, 2.67497754, -0.154865503, 1, 2.90808202e-007, 5.96046519e-008, -5.96046306e-008, -8.07461475e-008, 1, 2.90808202e-007, -1, -8.07461333e-008)) | |
1398 | - | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.446125001, 0.496375084)) |
1398 | + | |
1399 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.ForceField,0,0,"Black","Part",Vector3.new(0.275000006, 0.484124899, 0.227375031)) | |
1400 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.13248825e-006, 2.07749343, -1.55897069, -1, 2.0314171e-007, -1.49011612e-007, 3.82758287e-008, 0.707107008, 0.70710659, 2.49009986e-007, 0.70710659, -0.707106948)) | |
1401 | mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.349999994, 0.300000012, 1)) | |
1402 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Bright blue","Part",Vector3.new(0.275000006, 0.454124868, 0.214375019)) | |
1403 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(3.09944153e-006, 4.72574425, -0.500342607, 1, 2.72365185e-007, 1.49011612e-007, -1.17221134e-007, -0.113203213, 0.993571877, 2.87482976e-007, -0.993571877, -0.113203213)) | |
1404 | - | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.275000006, 0.277124941, 0.702375054)) |
1404 | + | |
1405 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.ForceField,0,0,"Black","Part",Vector3.new(0.275000006, 1.65712488, 0.422374964)) | |
1406 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.25169754e-006, 4.40054798, -0.205949783, 1, 2.82533193e-007, 5.96046519e-008, -4.34911662e-008, -0.0566928945, 0.998391747, 2.85457958e-007, -0.998391688, -0.0566928908)) | |
1407 | - | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.422124922, 0.412375003)) |
1407 | + | |
1408 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.ForceField,0,0,"Black","Part",Vector3.new(0.275000006, 0.446125001, 0.496375084)) | |
1409 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.7285347e-006, 0.313133836, 6.93109894, -1, 3.38840884e-008, 5.96046519e-008, -3.38840529e-008, -1, 5.74912178e-007, 5.96046661e-008, 5.74912178e-007, 1)) | |
1410 | - | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.207000002, 0.303375006)) |
1410 | + | |
1411 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Royal purple","Part",Vector3.new(0.421999991, 0.200000003, 0.280375004)) | |
1412 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.558792, -0.0312539935, -0.45239532, 2.98023224e-008, -0.707106769, -0.707106829, -1, -7.48441451e-008, 3.26972902e-008, -7.60432783e-008, 0.707106829, -0.707106709)) | |
1413 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5)) | |
1414 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.ForceField,0,0,"Black","Part",Vector3.new(0.275000006, 0.277124941, 0.702375054)) | |
1415 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(4.76837158e-007, -2.44779181, 0.103008986, 1, 2.03386463e-007, -1.49011612e-007, -1.4901174e-007, 6.17194019e-007, -1, -2.03386378e-007, 1, 6.17194075e-007)) | |
1416 | mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.550000012, 0.5, 0.800000012)) | |
1417 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.ForceField,0,0,"Black","Part",Vector3.new(0.275000006, 0.422124922, 0.412375003)) | |
1418 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.31130219e-006, -1.70811987, 0.370481491, 1, 1.56259688e-007, -2.68220901e-007, -2.99524515e-007, 0.258819312, -0.965925872, -8.15145142e-008, 0.965925872, 0.258819312)) | |
1419 | - | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.275000006, 0.23299998, 0.295375019)) |
1419 | + | |
1420 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.ForceField,0,0,"Black","Part",Vector3.new(0.275000006, 0.207000002, 0.303375006)) | |
1421 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.7285347e-006, -1.7005955, 0.278747916, 1, 8.41783816e-008, -5.96046519e-008, -5.96046874e-008, 4.38378009e-007, -1, -8.41783532e-008, 1, 4.38378009e-007)) | |
1422 | - | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.221124932, 0.418375015)) |
1422 | + | |
1423 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Royal purple","Part",Vector3.new(0.421999991, 0.200000003, 0.280375004)) | |
1424 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.55879188, -0.0312462449, -0.452395201, 5.96046448e-008, 0.707106769, 0.707106829, 1, -4.38479519e-009, -7.99089008e-008, -5.34036033e-008, 0.707106829, -0.707106709)) | |
1425 | - | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Institutional white","Part",Vector3.new(0.275000006, 0.200124964, 0.287375033)) |
1425 | + | |
1426 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Royal purple","Part",Vector3.new(0.275000006, 0.204124942, 0.464375019)) | |
1427 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(5.36441803e-007, -2.27592182, 0.103008866, 1, 2.03386463e-007, -1.49011612e-007, -1.4901174e-007, 6.17194019e-007, -1, -2.03386378e-007, 1, 6.17194075e-007)) | |
1428 | - | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.275000006, 0.216999978, 0.295375019)) |
1428 | + | |
1429 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.ForceField,0,0,"Black","Part",Vector3.new(0.275000006, 0.23299998, 0.295375019)) | |
1430 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-2.08616257e-006, -0.537618876, 2.27821803, -1, 3.50292382e-008, 2.68220901e-007, -3.50290357e-008, -1, 7.53727932e-007, 2.6822093e-007, 7.53727932e-007, 1)) | |
1431 | - | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.221124932, 0.418375015)) |
1431 | + | |
1432 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.ForceField,0,0,"Black","Part",Vector3.new(0.275000006, 0.221124932, 0.418375015)) | |
1433 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.54972076e-006, 1.79147363, 1.84832418, -1, -2.19832074e-007, -2.68220901e-007, -3.42159723e-008, -0.707107008, 0.70710659, -3.45105576e-007, 0.70710659, 0.707106948)) | |
1434 | - | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.207000002, 0.303375006)) |
1434 | + | |
1435 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.ForceField,0,0,"Institutional white","Part",Vector3.new(0.275000006, 0.200124964, 0.287375033)) | |
1436 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-6.55651093e-007, -0.200989008, 2.46776938, -1, 3.38840884e-008, 5.96046519e-008, -3.38840529e-008, -1, 5.74912178e-007, 5.96046661e-008, 5.74912178e-007, 1)) | |
1437 | - | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.331124961, 0.412375003)) |
1437 | + | |
1438 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.ForceField,0,0,"Black","Part",Vector3.new(0.275000006, 0.216999978, 0.295375019)) | |
1439 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.78813934e-007, -0.42824471, 2.46571684, -1, 3.50217348e-008, 2.68220901e-007, -3.50215323e-008, -1, 7.53727875e-007, 2.6822093e-007, 7.53727875e-007, 1)) | |
1440 | - | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.709124923, 0.47437498)) |
1440 | + | |
1441 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.ForceField,0,0,"Black","Part",Vector3.new(0.275000006, 0.221124932, 0.418375015)) | |
1442 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.1920929e-007, 1.93505025, 1.70474756, 1, 1.8804613e-007, -2.68220901e-007, 5.6691988e-008, 0.707107067, 0.707106471, 3.22629546e-007, -0.707106531, 0.707107067)) | |
1443 | - | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.277124912, 0.227375031)) |
1443 | + | |
1444 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.ForceField,0,0,"Black","Part",Vector3.new(0.275000006, 0.207000002, 0.303375006)) | |
1445 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.7285347e-006, -1.70059586, -0.138124347, -1, -1.71600149e-007, 5.96046519e-008, -5.96047229e-008, 4.38378009e-007, -1, 1.71600121e-007, -1, -4.38378009e-007)) | |
1446 | - | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Institutional white","Part",Vector3.new(0.275000006, 0.200124964, 0.287375033)) |
1446 | + | |
1447 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.ForceField,0,0,"Black","Part",Vector3.new(0.275000006, 0.331124961, 0.412375003)) | |
1448 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(2.98023224e-007, -1.41137242, -1.47533894, 1, 1.56260029e-007, -2.68220901e-007, -7.91682311e-008, -0.707106948, -0.70710665, -3.00153374e-007, 0.70710665, -0.707106888)) | |
1449 | - | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.84512496, 0.359375)) |
1449 | + | |
1450 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.ForceField,0,0,"Black","Part",Vector3.new(0.275000006, 0.709124923, 0.47437498)) | |
1451 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.25169754e-006, -1.87605298, 0.196760774, 1, 1.5625281e-007, -2.68220901e-007, -2.68220987e-007, 6.17193848e-007, -1, -1.56252639e-007, 1, 6.17193905e-007)) | |
1452 | mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1.04999995, 0.800000012)) | |
1453 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.ForceField,0,0,"Black","Part",Vector3.new(0.275000006, 0.277124912, 0.227375031)) | |
1454 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-3.15904617e-006, 2.51099396, -0.945535302, -1, 2.51590308e-007, -1.49011612e-007, -3.25266569e-009, 0.50000006, 0.866025388, 2.92389416e-007, 0.866025448, -0.50000006)) | |
1455 | mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.349999994, 0.300000012, 1)) | |
1456 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.ForceField,0,0,"Institutional white","Part",Vector3.new(0.275000006, 0.200124964, 0.287375033)) | |
1457 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.01327896e-006, 0.00686681271, 2.46776795, 1, 4.04674836e-008, 5.96046519e-008, -4.04674481e-008, 1, -5.74912178e-007, -5.96046803e-008, 5.74912178e-007, 1)) | |
1458 | - | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.25999999, 0.3125, 0.320125014)) |
1458 | + | |
1459 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.ForceField,0,0,"Black","Part",Vector3.new(0.275000006, 0.84512496, 0.359375)) | |
1460 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(4.17232513e-007, 3.25642681, 0.179460406, 1, 2.88228279e-007, 5.96046519e-008, -5.96046021e-008, -1.70154109e-007, 1, 2.88228279e-007, -1, -1.70154095e-007)) | |
1461 | - | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.698124886, 0.732374966)) |
1461 | + | |
1462 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Royal purple","Part",Vector3.new(0.453000009, 0.200000003, 0.280375004)) | |
1463 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.95527112, -0.0312464833, 0.483453929, 1.19209275e-007, 0.258818507, 0.965925932, 1, -8.24298763e-009, -1.21205815e-007, -2.34081945e-008, 0.965925932, -0.258818507)) | |
1464 | - | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Bright blue","Part",Vector3.new(0.275000006, 0.698124886, 0.534374952)) |
1464 | + | |
1465 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Royal purple","Part",Vector3.new(0.453000009, 0.200000003, 0.280375004)) | |
1466 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.95527112, -0.0312538147, 0.483453929, -2.98023224e-008, -0.258818537, -0.965925992, -1, -2.11072013e-008, 3.65092774e-008, -2.98372704e-008, 0.965925932, -0.258818537)) | |
1467 | - | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.275000006, 0.368124902, 0.378374994)) |
1467 | + | |
1468 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.ForceField,0,0,"Black","Part",Vector3.new(0.25999999, 0.3125, 0.320125014)) | |
1469 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-0.00167268515, -1.01674032, 0.0665671825, -1, -2.06061035e-008, 5.96046519e-008, 5.96046661e-008, -4.97983308e-007, 1, -2.06060733e-008, 1, 4.97983308e-007)) | |
1470 | - | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.567124963, 0.311374992)) |
1470 | + | |
1471 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.ForceField,0,0,"Black","Part",Vector3.new(0.275000006, 0.698124886, 0.732374966)) | |
1472 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-2.02655792e-006, 1.51446426, -0.0117214918, -1, 2.45074915e-007, -5.96046519e-008, -5.96047798e-008, -5.27786028e-007, 1, 2.45074887e-007, 1, 5.27786028e-007)) | |
1473 | - | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.418250024, 0.25)) |
1473 | + | |
1474 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.ForceField,0,0,"Bright blue","Part",Vector3.new(0.275000006, 0.698124886, 0.534374952)) | |
1475 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-2.02655792e-006, 1.51446426, -0.0117214918, -1, 2.45074915e-007, -5.96046519e-008, -5.96047798e-008, -5.27786028e-007, 1, 2.45074887e-007, 1, 5.27786028e-007)) | |
1476 | - | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.403124899, 0.352375001)) |
1476 | + | |
1477 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.ForceField,0,0,"Black","Part",Vector3.new(0.275000006, 0.368124902, 0.378374994)) | |
1478 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-2.20537186e-006, 1.49373317, 0.509495497, -1, 1.54237696e-007, -1.49011612e-007, -1.49011683e-007, -4.38377924e-007, 1, 1.54237625e-007, 1, 4.38377953e-007)) | |
1479 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1, 1)) | |
1480 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.ForceField,0,0,"Black","Part",Vector3.new(0.275000006, 0.567124963, 0.311374992)) | |
1481 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.96695328e-006, 0.994490385, 0.140751123, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007)) | |
1482 | mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1.04999995, 0.5)) | |
1483 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.ForceField,0,0,"Black","Part",Vector3.new(0.275000006, 0.418250024, 0.25)) | |
1484 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(5.96046448e-008, -1.13293266, -0.127015591, -1, 1.1814204e-007, -5.96046519e-008, -8.81511255e-008, -0.258819431, 0.965925753, 9.8689604e-008, 0.965925813, 0.258819431)) | |
1485 | mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1, 0.25)) | |
1486 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.ForceField,0,0,"Black","Part",Vector3.new(0.275000006, 0.403124899, 0.352375001)) | |
1487 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-2.14576721e-006, 1.55247092, -0.700873375, -1, 3.75780473e-009, -1.49011612e-007, -1.02709933e-007, 0.707106948, 0.707106709, 1.08024309e-007, 0.70710665, -0.707106888)) | |
1488 | - | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 1.66212487, 0.359375)) |
1488 | + | |
1489 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Royal purple","Part",Vector3.new(1.625, 0.200000003, 0.296375006)) | |
1490 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(3.97657108, -0.0312469006, 0.569297791, -1.78813934e-007, -0.0523363948, 0.99862951, 1, 7.44965192e-008, 1.82963561e-007, -8.39700789e-008, 0.99862957, 0.0523363985)) | |
1491 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5)) | |
1492 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Royal purple","Part",Vector3.new(0.940000057, 0.200000003, 0.285374999)) | |
1493 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(5.0734067, -0.0312458873, 4.6572032, -2.38418608e-007, -0.694658399, 0.719339788, 1, -7.77344482e-008, 2.56373596e-007, -1.22174583e-007, 0.719339788, 0.694658399)) | |
1494 | - | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.204125047, 0.207375005)) |
1494 | + | |
1495 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Royal purple","Part",Vector3.new(1.625, 0.200000003, 0.296375006)) | |
1496 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-3.97657156, -0.0312528014, 0.569297791, 8.94069672e-008, 0.0523363948, -0.99862957, -1, -7.9065849e-008, -9.36733713e-008, -8.38600229e-008, 0.99862957, 0.0523363948)) | |
1497 | - | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.223124996, 0.234375)) |
1497 | + | |
1498 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.ForceField,0,0,"Black","Part",Vector3.new(0.275000006, 1.66212487, 0.359375)) | |
1499 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.84774399e-006, 5.95509291, -0.320841074, 1, 2.75573711e-007, 1.49011612e-007, -1.16857876e-007, -0.113203339, 0.993571877, 2.90670897e-007, -0.993571937, -0.113203347)) | |
1500 | - | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.244125068, 0.416375011)) |
1500 | + | |
1501 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Royal purple","Part",Vector3.new(1.78499997, 0.200000003, 0.301375002)) | |
1502 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-5.64131165, -0.0312528014, 0.814543009, 8.94069672e-008, 0.104528897, -0.994521856, -1, -7.01918026e-008, -9.72769385e-008, -7.99755355e-008, 0.994521916, 0.104528904)) | |
1503 | - | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.206125051, 0.280375004)) |
1503 | + | |
1504 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.ForceField,0,0,"Black","Part",Vector3.new(0.275000006, 0.204125047, 0.207375005)) | |
1505 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.78813934e-006, -1.16710985, 0.175246477, -1, -2.06059703e-008, 0, -7.19086588e-015, 3.48970019e-007, -1, 2.06059703e-008, -1, -3.48970019e-007)) | |
1506 | - | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.398124993, 0.303375006)) |
1506 | + | |
1507 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.ForceField,0,0,"Black","Part",Vector3.new(0.275000006, 0.223124996, 0.234375)) | |
1508 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-5.96046448e-008, -0.964124441, -0.0247514248, 1, -3.01422034e-007, 5.96046519e-008, -3.31073302e-008, 0.0871552527, 0.99619478, -3.05469911e-007, -0.99619478, 0.0871552527)) | |
1509 | mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1, 0.400000006)) | |
1510 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.ForceField,0,0,"Black","Part",Vector3.new(0.275000006, 0.244125068, 0.416375011)) | |
1511 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.1920929e-007, -0.686996341, -0.125002146, -1, -5.23922274e-008, 1.49011612e-007, -1.49011626e-007, 3.48969991e-007, -1, 5.23921742e-008, -1, -3.48969991e-007)) | |
1512 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.560000002, 0.5)) | |
1513 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.ForceField,0,0,"Black","Part",Vector3.new(0.275000006, 0.206125051, 0.280375004)) | |
1514 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(0, 0.168619156, -0.0937508345, -1, -5.23922559e-008, 1.49011612e-007, -1.4901164e-007, 4.97983251e-007, -1, 5.23921813e-008, -1, -4.97983251e-007)) | |
1515 | - | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.275000006, 0.315999985, 0.310375005)) |
1515 | + | |
1516 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.ForceField,0,0,"Black","Part",Vector3.new(0.275000006, 0.398124993, 0.303375006)) | |
1517 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.84774399e-006, 1.4540993, 0.200625658, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007)) | |
1518 | mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1, 1)) | |
1519 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Bright blue","Part",Vector3.new(0.275000006, 0.239124984, 0.205375016)) | |
1520 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.90734863e-006, 1.85597229, 0.341248155, -1, 2.73445636e-007, -5.96046519e-008, -5.96047869e-008, -4.97983308e-007, 1, 2.73445607e-007, 1, 4.97983308e-007)) | |
1521 | mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.550000012, 1, 1)) | |
1522 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Bright blue","Part",Vector3.new(0.275000006, 0.698124886, 0.534374952)) | |
1523 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-2.02655792e-006, 1.51446426, -0.0117214918, -1, 2.45074915e-007, -5.96046519e-008, -5.96047798e-008, -5.27786028e-007, 1, 2.45074887e-007, 1, 5.27786028e-007)) | |
1524 | - | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.311124951, 0.267374992)) |
1524 | + | |
1525 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.ForceField,0,0,"Black","Part",Vector3.new(0.275000006, 0.315999985, 0.310375005)) | |
1526 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(2.68220901e-006, 2.08321929, -0.579118371, 1, -3.05231737e-007, 5.96046519e-008, -5.96048082e-008, -4.97983308e-007, 1, -3.05231708e-007, -1, -4.97983308e-007)) | |
1527 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 1, 0.5)) | |
1528 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Royal purple","Part",Vector3.new(0.496000022, 0.200000003, 0.280375004)) | |
1529 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(0.99925971, -0.0312514305, -0.496301413, 0, -0.707106709, 0.707106829, -1, 1.69960003e-007, 1.69959961e-007, -2.40359725e-007, -0.707106888, -0.707106769)) | |
1530 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5)) | |
1531 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Bright blue","Part",Vector3.new(0.275000006, 0.207000002, 0.213375002)) | |
1532 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-7.74860382e-007, -1.99747372, -0.297748566, -1, -1.71600149e-007, 5.96046519e-008, -5.96047229e-008, 4.38378009e-007, -1, 1.71600121e-007, -1, -4.38378009e-007)) | |
1533 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.550000012, 0.25, 0.5)) | |
1534 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.ForceField,0,0,"Black","Part",Vector3.new(0.275000006, 0.311124951, 0.267374992)) | |
1535 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(2.14576721e-006, -1.94385314, 0.47499609, 1, -6.68158364e-008, 5.96046519e-008, 5.96046803e-008, 4.38378009e-007, -1, 6.6815808e-008, 1, 4.38378009e-007)) | |
1536 | mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.495000005, 1, 1)) | |
1537 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Bright blue","Part",Vector3.new(0.275000006, 0.200000003, 0.213375002)) | |
1538 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.96695328e-006, 1.71972692, -0.297746897, 1, -1.86023797e-007, 5.96046519e-008, -5.96047443e-008, -4.97983308e-007, 1, -1.86023769e-007, -1, -4.97983308e-007)) | |
1539 | - | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.577124953, 0.303375006)) |
1539 | + | |
1540 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Royal purple","Part",Vector3.new(0.643000007, 0.200000003, 0.280375004)) | |
1541 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.51446462, -0.0312519073, 0.511714339, 0, -4.38378066e-007, 1, -1, 2.45074915e-007, 1.0743547e-013, -2.45074915e-007, -1, -4.38378066e-007)) | |
1542 | - | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.304124922, 0.267374992)) |
1542 | + | |
1543 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Royal purple","Part",Vector3.new(0.496000022, 0.200000003, 0.280375004)) | |
1544 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.13575315, -0.0312535167, 1.63871276, -5.96046448e-008, -0.707106888, -0.707106709, 1, 1.651742e-007, -2.49467973e-007, 2.93196308e-007, -0.707106709, 0.707106888)) | |
1545 | - | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.275000006, 0.330124915, 0.226374999)) |
1545 | + | |
1546 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Royal purple","Part",Vector3.new(0.643000007, 0.200000003, 0.280375004)) | |
1547 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.51446474, -0.0312479734, 0.511714339, 5.96046519e-008, 4.38378066e-007, -1, 1, -2.45074915e-007, 5.96045453e-008, -2.45074887e-007, -1, -4.38378095e-007)) | |
1548 | - | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.25999999, 0.578125, 0.21875)) |
1548 | + | |
1549 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.ForceField,0,0,"Black","Part",Vector3.new(0.275000006, 0.577124953, 0.303375006)) | |
1550 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.96695328e-006, 1.2623533, 0.27874887, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007)) | |
1551 | - | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.275000006, 0.239124984, 0.303375006)) |
1551 | + | |
1552 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.ForceField,0,0,"Black","Part",Vector3.new(0.275000006, 0.304124922, 0.267374992)) | |
1553 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-2.14576721e-006, 1.6403501, 0.474995613, -1, 1.54237696e-007, -1.49011612e-007, -1.49011683e-007, -4.38377924e-007, 1, 1.54237625e-007, 1, 4.38377953e-007)) | |
1554 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.495000005, 1, 1)) | |
1555 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.ForceField,0,0,"Black","Part",Vector3.new(0.275000006, 0.330124915, 0.226374999)) | |
1556 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-2.2649765e-006, 1.84085846, 0.585492015, -1, 1.54237696e-007, -1.49011612e-007, -1.49011683e-007, -4.38377924e-007, 1, 1.54237625e-007, 1, 4.38377953e-007)) | |
1557 | mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1, 1)) | |
1558 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.ForceField,0,0,"Black","Part",Vector3.new(0.25999999, 0.578125, 0.21875)) | |
1559 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(0.00167268515, 1.04017782, 0.125254273, 1, 2.06060218e-008, 5.96046519e-008, 5.96046448e-008, 3.48969991e-007, -1, -2.06060431e-008, 1, 3.48969991e-007)) | |
1560 | - | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.275000006, 0.410999984, 0.469375014)) |
1560 | + | |
1561 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.ForceField,0,0,"Black","Part",Vector3.new(0.275000006, 0.239124984, 0.303375006)) | |
1562 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.90734863e-006, 1.85597229, 0.341248155, -1, 2.73445636e-007, -5.96046519e-008, -5.96047869e-008, -4.97983308e-007, 1, 2.73445607e-007, 1, 4.97983308e-007)) | |
1563 | mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.524999976, 1, 1)) | |
1564 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Royal purple","Part",Vector3.new(0.423000038, 0.200000003, 0.280375004)) | |
1565 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(1.828511, -0.0312466025, 1.86352599, -1.49011612e-007, -0.500000238, 0.866025269, 1, -3.47173224e-009, 1.70059423e-007, -8.20231492e-008, 0.866025269, 0.500000238)) | |
1566 | - | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.275000006, 0.315999985, 0.303375006)) |
1566 | + | |
1567 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Royal purple","Part",Vector3.new(0.275000006, 0.23712492, 0.375375003)) | |
1568 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(4.76837158e-007, -2.23306799, -0.714783967, 1, 1.28876025e-007, -1.49011612e-007, -8.8350177e-008, -0.38268286, -0.923879802, -1.76090154e-007, 0.923879862, -0.38268289)) | |
1569 | - | Part=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Black","Part",Vector3.new(0.275000006, 0.698124886, 0.638374984)) |
1569 | + | |
1570 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.ForceField,0,0,"Black","Part",Vector3.new(0.275000006, 0.410999984, 0.469375014)) | |
1571 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(7.15255737e-007, -2.25397205, 0.350374818, 1, 8.41783816e-008, -5.96046519e-008, -5.96046874e-008, 4.38378009e-007, -1, -8.41783532e-008, 1, 4.38378009e-007)) | |
1572 | mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.5, 0.850000024, 0.699999988)) | |
1573 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Royal purple","Part",Vector3.new(0.293000042, 0.200000003, 0.280375004)) | |
1574 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(0.930041909, -0.0312547088, 2.61983705, 2.68220924e-006, -0.866025388, 0.500000238, 1, 1.34954996e-006, -3.0269282e-006, 1.94662152e-006, 0.500000238, 0.866025388)) | |
1575 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5)) | |
1576 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.ForceField,0,0,"Black","Part",Vector3.new(0.275000006, 0.315999985, 0.303375006)) | |
1577 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(3.75509262e-006, -2.0832181, 0.73186779, 1, 8.41783816e-008, -5.96046519e-008, -5.96046874e-008, 4.38378009e-007, -1, -8.41783532e-008, 1, 4.38378009e-007)) | |
1578 | - | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.235124931, 0.586375237)) |
1578 | + | |
1579 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.ForceField,0,0,"Black","Part",Vector3.new(0.275000006, 0.698124886, 0.638374984)) | |
1580 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-2.02655792e-006, 1.51446426, -0.0117214918, -1, 2.45074915e-007, -5.96046519e-008, -5.96047798e-008, -5.27786028e-007, 1, 2.45074887e-007, 1, 5.27786028e-007)) | |
1581 | - | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.28125, 0.234375)) |
1581 | + | |
1582 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Royal purple","Part",Vector3.new(0.293000042, 0.200000003, 0.280375004)) | |
1583 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-0.930041909, -0.03124547, 2.61983705, -2.75671505e-006, 0.866025388, -0.500000238, -1, -1.43972136e-006, 3.0197582e-006, 1.89532614e-006, 0.500000238, 0.866025329)) | |
1584 | mesh("SpecialMesh",Part,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.300000012, 0.5)) | |
1585 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Royal purple","Part",Vector3.new(0.275000006, 0.238124937, 0.381375015)) | |
1586 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.1920929e-006, -2.16469121, -0.908047557, -1, -9.70897673e-008, -1.49011612e-007, 1.00514129e-007, 0.382683396, -0.923879564, 1.46723522e-007, -0.923879564, -0.382683367)) | |
1587 | - | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.287124902, 0.227375031)) |
1587 | + | |
1588 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.ForceField,0,0,"Black","Part",Vector3.new(0.275000006, 0.235124931, 0.586375237)) | |
1589 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-4.70876694e-006, -4.59392071, 4.83900547, -1, 3.01723389e-007, -3.27825546e-007, 2.23408545e-008, -0.700909495, -0.713250279, -4.44980344e-007, -0.713250279, 0.700909495)) | |
1590 | - | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.22512494, 0.42337501)) |
1590 | + | |
1591 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.ForceField,0,0,"Black","Part",Vector3.new(0.275000006, 0.28125, 0.234375)) | |
1592 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-5.96046448e-008, -1.44312787, -0.230922222, 1, -1.99133694e-007, -5.96046519e-008, 9.3278274e-008, 0.173647881, 0.984807849, -1.85758211e-007, -0.984807849, 0.173647881)) | |
1593 | - | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.221124932, 0.408374965)) |
1593 | + | |
1594 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Royal purple","Part",Vector3.new(0.423000038, 0.200000003, 0.280375004)) | |
1595 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.82851136, -0.0312532187, 1.86352599, 5.96046448e-008, 0.500000238, -0.866025329, -1, -3.57638221e-008, -8.94738008e-008, -7.57092948e-008, 0.866025269, 0.500000238)) | |
1596 | - | Part=part(Enum.FormFactor.Custom,m,Enum.Material.Metal,0,0,"Black","Part",Vector3.new(0.275000006, 0.221124932, 0.408374965)) |
1596 | + | |
1597 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.ForceField,0,0,"Black","Part",Vector3.new(0.275000006, 0.287124902, 0.227375031)) | |
1598 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-3.03983688e-006, 2.52654123, 0.448077202, -1, 2.51590194e-007, -1.49011612e-007, -1.49011683e-007, -2.59562086e-007, 1, 2.51590166e-007, 1, 2.59562114e-007)) | |
1599 | mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.349999994, 1, 1)) | |
1600 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.ForceField,0,0,"Black","Part",Vector3.new(0.275000006, 0.22512494, 0.42337501)) | |
1601 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(5.36441803e-007, 2.19158387, 0.875249863, 1, 2.87006458e-007, -5.96046519e-008, -2.30892709e-008, 0.279828936, 0.960049868, 2.92219624e-007, -0.960049927, 0.279828966)) | |
1602 | mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.400000006, 1, 0.5)) | |
1603 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.ForceField,0,0,"Black","Part",Vector3.new(0.275000006, 0.221124932, 0.408374965)) | |
1604 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(4.76837158e-007, -2.34476542, -0.473634839, 1, 1.52993096e-007, -1.49011612e-007, -1.04336792e-007, -0.258818269, -0.965926051, -1.86346938e-007, 0.965926051, -0.258818269)) | |
1605 | mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.550000012, 1.04999995, 0.800000012)) | |
1606 | Part=part(Enum.FormFactor.Custom,m,Enum.Material.ForceField,0,0,"Black","Part",Vector3.new(0.275000006, 0.221124932, 0.408374965)) | |
1607 | Partweld=weld(m,Handle,Part,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-1.1920929e-006, -2.29170871, -0.671645045, -1, -1.21206767e-007, -1.49011612e-007, 1.12563526e-007, 0.258819103, -0.965925813, 1.55643789e-007, -0.965925813, -0.258819103)) | |
1608 | mesh("SpecialMesh",Part,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.550000012, 1.04999995, 0.800000012)) | |
1609 | Hitbox=part(Enum.FormFactor.Symmetric,m,Enum.Material.Plastic,0,1,"Medium stone grey","Hitbox",Vector3.new(4.90999985, 1.2299999, 0.200000003)) | |
1610 | Hitboxweld=weld(m,Handle,Hitbox,CFrame.new(0, 0, 0, -1, 2.17809955e-007, -5.96046519e-008, -5.96047656e-008, -4.97983308e-007, 1, 2.17809927e-007, 1, 4.97983308e-007),CFrame.new(-4.90843725, -0.0829741955, 0.0609716177, 0, -6.82671129e-008, -1, 1.1055932e-007, 1, -6.82671129e-008, 1, -1.1055932e-007, 7.547565e-015)) | |
1611 | ||
1612 | mouse.Button1Down:connect(function() | |
1613 | if attack==false and attacktype==1 then | |
1614 | attacktype=2 | |
1615 | attackone() | |
1616 | elseif attack==false and attacktype==2 then | |
1617 | attacktype=3 | |
1618 | attacktwo() | |
1619 | elseif attack==false and attacktype==3 then | |
1620 | attacktype=4 | |
1621 | attackthree() | |
1622 | elseif attack==false and attacktype==4 then | |
1623 | attacktype=1 | |
1624 | attackfour() | |
1625 | end | |
1626 | end) | |
1627 | ||
1628 | function bladespin() | |
1629 | attack=true | |
1630 | con1=Hitbox.Touched:connect(function(hit) Damagefunc(hit,5,7,math.random(10,20),"Normal",RootPart,.2,1) end) | |
1631 | for i=0,1,0.1 do | |
1632 | swait() | |
1633 | RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,-.5)*angles(math.rad(0),math.rad(0),math.rad(-10)),.4) | |
1634 | RW.C0=clerp(RW.C0,cf(1,0.5,-.5)*angles(math.rad(0),math.rad(-90),math.rad(-90))*angles(math.rad(-75),0,math.rad(0)),.4) | |
1635 | LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(-25)), 0.3) | |
1636 | HandleWeld.C0=clerp(HandleWeld.C0,cf(0,-1,-1)*angles(math.rad(-90),math.rad(0),math.rad(0)),.4) | |
1637 | end | |
1638 | for z = 0, 2 do | |
1639 | so("http://roblox.com/asset/?id=199146359",Hitbox,1.15,1.05) | |
1640 | for i=0,1,0.5 do | |
1641 | swait() | |
1642 | Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(0),math.rad(0),math.rad(0)),.4) | |
1643 | RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,-.5)*angles(math.rad(0),math.rad(0),math.rad(90)),.4) | |
1644 | RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*angles(math.rad(0),math.rad(-90),math.rad(-90))*angles(math.rad(90),0,math.rad(0)),.4) | |
1645 | LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(-25)), 0.3) | |
1646 | HandleWeld.C0=clerp(HandleWeld.C0,cf(0,-.5,-.5)*angles(math.rad(-35),math.rad(0),math.rad(0)),.4) | |
1647 | end | |
1648 | for i=0,1,0.5 do | |
1649 | swait() | |
1650 | Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(0),math.rad(0),math.rad(0)),.4) | |
1651 | RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,-.5)*angles(math.rad(0),math.rad(0),math.rad(180)),.4) | |
1652 | RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*angles(math.rad(0),math.rad(-90),math.rad(-90))*angles(math.rad(90),0,math.rad(0)),.4) | |
1653 | LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(-25)), 0.3) | |
1654 | HandleWeld.C0=clerp(HandleWeld.C0,cf(0,-.5,-.5)*angles(math.rad(-35),math.rad(0),math.rad(0)),.4) | |
1655 | end | |
1656 | for i=0,1,0.5 do | |
1657 | swait() | |
1658 | Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(0),math.rad(0),math.rad(0)),.4) | |
1659 | RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,-.5)*angles(math.rad(0),math.rad(0),math.rad(240)),.4) | |
1660 | RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*angles(math.rad(0),math.rad(-90),math.rad(-90))*angles(math.rad(90),0,math.rad(0)),.4) | |
1661 | LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(-25)), 0.3) | |
1662 | HandleWeld.C0=clerp(HandleWeld.C0,cf(0,-.5,-.5)*angles(math.rad(-35),math.rad(0),math.rad(0)),.4) | |
1663 | end | |
1664 | for i=0,1,0.5 do | |
1665 | swait() | |
1666 | Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(0),math.rad(0),math.rad(0)),.4) | |
1667 | RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,-.5)*angles(math.rad(0),math.rad(0),math.rad(360)),.4) | |
1668 | RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*angles(math.rad(0),math.rad(-90),math.rad(-90))*angles(math.rad(90),0,math.rad(0)),.4) | |
1669 | LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(-25)), 0.3) | |
1670 | HandleWeld.C0=clerp(HandleWeld.C0,cf(0,-.5,-.5)*angles(math.rad(-35),math.rad(0),math.rad(0)),.4) | |
1671 | end | |
1672 | end | |
1673 | attack=false | |
1674 | con1:disconnect() | |
1675 | end | |
1676 | ||
1677 | function flashingslash() | |
1678 | attack=true | |
1679 | for i=0,2,0.1 do | |
1680 | swait() | |
1681 | Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(-90)),.3) | |
1682 | RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(90)),.4) | |
1683 | RW.C0=clerp(RW.C0,cf(1,0.5,-.5)*angles(math.rad(0),math.rad(-80),math.rad(-80))*angles(math.rad(-75),0,math.rad(0)),.4) | |
1684 | LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(-25)), 0.3) | |
1685 | HandleWeld.C0=clerp(HandleWeld.C0,cf(0,-1,-1)*angles(math.rad(-90),math.rad(0),math.rad(0)),.4) | |
1686 | end | |
1687 | so("http://roblox.com/asset/?id=540358153",Hitbox,1,0.9) | |
1688 | local b = Instance.new("Part") | |
1689 | b.Parent = char | |
1690 | b.Material = "Neon" | |
1691 | b.Color = BrickColor.new("White").Color | |
1692 | b.CanCollide = false | |
1693 | b.Shape = "Ball" | |
1694 | b.CFrame = Hitbox.CFrame | |
1695 | b.Anchored = true | |
1696 | b.Transparency = 0 | |
1697 | b.Size = vt(0.5,0.5,0.5) | |
1698 | local z = Instance.new("SpecialMesh",b) | |
1699 | z.MeshType = "Sphere" | |
1700 | con1=Hitbox.Touched:connect(function(hit) Damagefunc(hit,13,16,math.random(10,20),"Normal",RootPart,.2,1) end) | |
1701 | for i=0,2,0.1 do | |
1702 | swait() | |
1703 | z.Scale = z.Scale + vt(7.5,-0.01,-0.01) | |
1704 | b.Transparency = b.Transparency + 0.05 | |
1705 | Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(-90)),.3) | |
1706 | RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,-2.5,0)*angles(math.rad(0),math.rad(0),math.rad(90)),.3) | |
1707 | RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*angles(math.rad(0),math.rad(70),math.rad(90))*angles(math.rad(-75),0,math.rad(0)),.9) | |
1708 | LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(-25)), 0.3) | |
1709 | HandleWeld.C0=clerp(HandleWeld.C0,cf(0,-1,-1)*angles(math.rad(-90),math.rad(0),math.rad(0)),.4) | |
1710 | end | |
1711 | con1:disconnect() | |
1712 | attack = false | |
1713 | b:Destroy() | |
1714 | end | |
1715 | ||
1716 | function executionstab() | |
1717 | attack=true | |
1718 | for i=0,5,0.1 do | |
1719 | swait() | |
1720 | Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(-90)),.3) | |
1721 | RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(90)),.4) | |
1722 | RW.C0=clerp(RW.C0,cf(1,0.5,-.5)*angles(math.rad(0),math.rad(-80),math.rad(-80))*angles(math.rad(-75),0,math.rad(0)),.4) | |
1723 | LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(-25)), 0.3) | |
1724 | HandleWeld.C0=clerp(HandleWeld.C0,cf(0,-1,-1)*angles(math.rad(-90),math.rad(0),math.rad(0)),.4) | |
1725 | end | |
1726 | so("http://roblox.com/asset/?id=540358153",Hitbox,1.5,0.75) | |
1727 | local b = Instance.new("Part") | |
1728 | b.Parent = char | |
1729 | b.Material = "Neon" | |
1730 | b.Color = BrickColor.new("Really red").Color | |
1731 | b.CanCollide = false | |
1732 | b.Shape = "Ball" | |
1733 | b.CFrame = Hitbox.CFrame | |
1734 | b.Anchored = true | |
1735 | b.Transparency = 0 | |
1736 | b.Size = vt(0.5*2,0.5*2,0.5*2) | |
1737 | local z = Instance.new("SpecialMesh",b) | |
1738 | z.MeshType = "Sphere" | |
1739 | con1=Hitbox.Touched:connect(function(hit) Damagefunc(hit,50,60,math.random(10,20),"Normal",RootPart,.2,1) end) | |
1740 | for i=0,5,0.1 do | |
1741 | swait() | |
1742 | z.Scale = z.Scale + vt(15,-0.01*2,-0.01*2) | |
1743 | b.Transparency = b.Transparency + 0.05 | |
1744 | Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(-90)),.3) | |
1745 | RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(90)),.3) | |
1746 | RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*angles(math.rad(0),math.rad(70),math.rad(90))*angles(math.rad(-75),0,math.rad(0)),.9) | |
1747 | LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(-25)), 0.3) | |
1748 | HandleWeld.C0=clerp(HandleWeld.C0,cf(0,-1,-1)*angles(math.rad(-90),math.rad(0),math.rad(0)),.4) | |
1749 | end | |
1750 | con1:disconnect() | |
1751 | attack = false | |
1752 | b:Destroy() | |
1753 | end | |
1754 | ||
1755 | function enerwave() | |
1756 | attack=true | |
1757 | for i=0,1,0.1 do | |
1758 | swait() | |
1759 | Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(0)),.3) | |
1760 | RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.4) | |
1761 | RW.C0=clerp(RW.C0,cf(1,0.5,-.5)*angles(math.rad(0),math.rad(-80),math.rad(-80))*angles(math.rad(-75),0,math.rad(0)),.4) | |
1762 | LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(-25)), 0.3) | |
1763 | HandleWeld.C0=clerp(HandleWeld.C0,cf(0,-1,-1)*angles(math.rad(-90),math.rad(0),math.rad(0)),.4) | |
1764 | end | |
1765 | so("http://roblox.com/asset/?id=540358153",Hitbox,1,0.9) | |
1766 | local lb = Instance.new("Part") | |
1767 | lb.Parent = char | |
1768 | lb.Material = "Neon" | |
1769 | lb.Color = BrickColor.new("Royal purple").Color | |
1770 | lb.CanCollide = false | |
1771 | lb.CFrame = Torso.CFrame + Torso.CFrame.lookVector*5 | |
1772 | lb.Transparency = 0 | |
1773 | lb.Size = vt(15,0.6,3) | |
1774 | local tra2 = Instance.new("ParticleEmitter",lb) | |
1775 | tra2.Texture = "http://www.roblox.com/asset/?id=745304849" | |
1776 | tra2.LightEmission = 1 | |
1777 | tra2.Color = ColorSequence.new(lb.BrickColor.Color) | |
1778 | tra2.Rate = 500000000000 | |
1779 | tra2.Lifetime = NumberRange.new(0.5) | |
1780 | tra2.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,3,0),NumberSequenceKeypoint.new(1,0,0)}) | |
1781 | tra2.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0,0),NumberSequenceKeypoint.new(1,1,0)}) | |
1782 | tra2.Speed = NumberRange.new(0) | |
1783 | tra2.Rotation = NumberRange.new(-500,500) | |
1784 | tra2.VelocitySpread = 90000 | |
1785 | tra2.RotSpeed = NumberRange.new(-500,500) | |
1786 | local thing = Instance.new("SpecialMesh",lb) | |
1787 | thing.MeshType = "Sphere" | |
1788 | lb.Touched:connect(function(hit) Damagefunc(hit,10,13,math.random(10,20),"Normal",RootPart,.2,1) end) | |
1789 | local bv = Instance.new("BodyVelocity") | |
1790 | bv.maxForce = Vector3.new(1e9, 1e9, 1e9) | |
1791 | bv.velocity = Torso.CFrame.lookVector *150 | |
1792 | bv.Parent = lb | |
1793 | for i=0,2,0.1 do | |
1794 | swait() | |
1795 | Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(30)),.3) | |
1796 | RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,-.5)*angles(math.rad(0),math.rad(0),math.rad(-30)),.3) | |
1797 | RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*angles(math.rad(0),math.rad(70),math.rad(90))*angles(math.rad(-75),0,math.rad(0)),.3) | |
1798 | LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(-25)), 0.3) | |
1799 | HandleWeld.C0=clerp(HandleWeld.C0,cf(0,-1,-1)*angles(math.rad(-90),math.rad(0),math.rad(0)),.4) | |
1800 | end | |
1801 | attack = false | |
1802 | wait(1) | |
1803 | lb:Destroy() | |
1804 | end | |
1805 | ||
1806 | function repeatbullet() | |
1807 | attack = true | |
1808 | for i = 0,1,0.3 do | |
1809 | swait() | |
1810 | RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(-90)),.3) | |
1811 | Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(90)),.3) | |
1812 | RW.C0 = clerp(RW.C0, CFrame.new(1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(25)), 0.3) | |
1813 | LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(170), math.rad(0), math.rad(-90)), 0.3) | |
1814 | end | |
1815 | so("http://roblox.com/asset/?id=604905243",barrelhole,1,1) | |
1816 | local lb = Instance.new("Part") | |
1817 | lb.Parent = char | |
1818 | lb.Material = "Neon" | |
1819 | lb.Color = BrickColor.new("Royal purple").Color | |
1820 | lb.CanCollide = false | |
1821 | lb.Shape = "Ball" | |
1822 | lb.CFrame = barrelhole.CFrame | |
1823 | lb.Anchored = true | |
1824 | lb.Transparency = 0 | |
1825 | lb.Size = vt(0.6,0.6,0.6) | |
1826 | local thing = Instance.new("SpecialMesh",lb) | |
1827 | thing.MeshType = "Sphere" | |
1828 | local b = Instance.new("Part") | |
1829 | b.Parent = char | |
1830 | b.Material = "Neon" | |
1831 | b.Color = BrickColor.new("Royal purple").Color | |
1832 | b.CanCollide = false | |
1833 | b.Shape = "Ball" | |
1834 | b.CFrame = barrelhole.CFrame | |
1835 | b.Anchored = true | |
1836 | b.Transparency = 0 | |
1837 | b.Size = vt(1,1,1) | |
1838 | local z = Instance.new("SpecialMesh",b) | |
1839 | z.MeshType = "Sphere" | |
1840 | local hitted = false | |
1841 | lb.Anchored = false | |
1842 | local bv = Instance.new("BodyVelocity") | |
1843 | bv.maxForce = Vector3.new(1e9, 1e9, 1e9) | |
1844 | bv.velocity = mouse.Hit.lookVector *150 | |
1845 | bv.Parent = lb | |
1846 | lb.Touched:connect(function(hit) Damagefunc(hit,9,10,math.random(10,20),"Normal",RootPart,.2,1) end) | |
1847 | z.Scale = vt(1,1,1) | |
1848 | b.Transparency = 0 | |
1849 | b.CFrame = barrelhole.CFrame | |
1850 | for i = 0,1,0.3 do | |
1851 | swait() | |
1852 | z.Scale = z.Scale + vt(0.2,0.2,0.2) | |
1853 | b.Transparency = b.Transparency + 0.25 | |
1854 | RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(-90)),.3) | |
1855 | Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(90)),.3) | |
1856 | RW.C0 = clerp(RW.C0, CFrame.new(1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(25)), 0.3) | |
1857 | LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(170), math.rad(0), math.rad(-50)), 0.3) | |
1858 | end | |
1859 | for i = 0,1,0.3 do | |
1860 | swait() | |
1861 | RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(-90)),.3) | |
1862 | Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(90)),.3) | |
1863 | RW.C0 = clerp(RW.C0, CFrame.new(1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(25)), 0.3) | |
1864 | LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(170), math.rad(0), math.rad(-90)), 0.3) | |
1865 | end | |
1866 | so("http://roblox.com/asset/?id=604905243",barrelhole,1,1) | |
1867 | local lb = Instance.new("Part") | |
1868 | lb.Parent = char | |
1869 | lb.Material = "Neon" | |
1870 | lb.Color = BrickColor.new("Royal purple").Color | |
1871 | lb.CanCollide = false | |
1872 | lb.Shape = "Ball" | |
1873 | lb.CFrame = barrelhole.CFrame | |
1874 | lb.Anchored = true | |
1875 | lb.Transparency = 0 | |
1876 | lb.Size = vt(0.6,0.6,0.6) | |
1877 | local thing = Instance.new("SpecialMesh",lb) | |
1878 | thing.MeshType = "Sphere" | |
1879 | local hitted = false | |
1880 | lb.Anchored = false | |
1881 | local bv = Instance.new("BodyVelocity") | |
1882 | bv.maxForce = Vector3.new(1e9, 1e9, 1e9) | |
1883 | bv.velocity = mouse.Hit.lookVector *150 | |
1884 | bv.Parent = lb | |
1885 | lb.Touched:connect(function(hit) Damagefunc(hit,9,10,math.random(10,20),"Normal",RootPart,.2,1) end) | |
1886 | z.Scale = vt(1,1,1) | |
1887 | b.Transparency = 0 | |
1888 | b.CFrame = barrelhole.CFrame | |
1889 | for i = 0,1,0.3 do | |
1890 | swait() | |
1891 | z.Scale = z.Scale + vt(0.2,0.2,0.2) | |
1892 | b.Transparency = b.Transparency + 0.25 | |
1893 | RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(-90)),.3) | |
1894 | Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(90)),.3) | |
1895 | RW.C0 = clerp(RW.C0, CFrame.new(1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(25)), 0.3) | |
1896 | LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(170), math.rad(0), math.rad(-50)), 0.3) | |
1897 | end | |
1898 | for i = 0,1,0.3 do | |
1899 | swait() | |
1900 | RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(-90)),.3) | |
1901 | Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(90)),.3) | |
1902 | RW.C0 = clerp(RW.C0, CFrame.new(1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(25)), 0.3) | |
1903 | LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(170), math.rad(0), math.rad(-90)), 0.3) | |
1904 | end | |
1905 | so("http://roblox.com/asset/?id=604905243",barrelhole,1,1) | |
1906 | local lb = Instance.new("Part") | |
1907 | lb.Parent = char | |
1908 | lb.Material = "Neon" | |
1909 | lb.Color = BrickColor.new("Royal purple").Color | |
1910 | lb.CanCollide = false | |
1911 | lb.Shape = "Ball" | |
1912 | lb.CFrame = barrelhole.CFrame | |
1913 | lb.Anchored = true | |
1914 | lb.Transparency = 0 | |
1915 | lb.Size = vt(0.6,0.6,0.6) | |
1916 | local thing = Instance.new("SpecialMesh",lb) | |
1917 | thing.MeshType = "Sphere" | |
1918 | local hitted = false | |
1919 | lb.Anchored = false | |
1920 | local bv = Instance.new("BodyVelocity") | |
1921 | bv.maxForce = Vector3.new(1e9, 1e9, 1e9) | |
1922 | bv.velocity = mouse.Hit.lookVector *150 | |
1923 | bv.Parent = lb | |
1924 | lb.Touched:connect(function(hit) Damagefunc(hit,9,10,math.random(10,20),"Normal",RootPart,.2,1) end) | |
1925 | z.Scale = vt(1,1,1) | |
1926 | b.CFrame = barrelhole.CFrame | |
1927 | b.Transparency = 0 | |
1928 | for i = 0,1,0.3 do | |
1929 | swait() | |
1930 | z.Scale = z.Scale + vt(0.2,0.2,0.2) | |
1931 | b.Transparency = b.Transparency + 0.25 | |
1932 | RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(-90)),.3) | |
1933 | Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(90)),.3) | |
1934 | RW.C0 = clerp(RW.C0, CFrame.new(1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(25)), 0.3) | |
1935 | LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(170), math.rad(0), math.rad(-50)), 0.3) | |
1936 | end | |
1937 | attack = false | |
1938 | b:Destroy() | |
1939 | wait(10) | |
1940 | lb:Destroy() | |
1941 | lb:Destroy() | |
1942 | lb:Destroy() | |
1943 | end | |
1944 | ||
1945 | function stickybomb() | |
1946 | attack = true | |
1947 | for i = 0,2,0.1 do | |
1948 | swait() | |
1949 | RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(-90)),.3) | |
1950 | Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(90)),.3) | |
1951 | RW.C0 = clerp(RW.C0, CFrame.new(1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(25)), 0.3) | |
1952 | LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(170), math.rad(0), math.rad(-90)), 0.3) | |
1953 | end | |
1954 | so("http://roblox.com/asset/?id=604905243",barrelhole,1,1) | |
1955 | local lb = Instance.new("Part") | |
1956 | lb.Parent = char | |
1957 | lb.Material = "Neon" | |
1958 | lb.Color = BrickColor.new("Royal purple").Color | |
1959 | lb.CanCollide = false | |
1960 | lb.Shape = "Ball" | |
1961 | lb.CFrame = barrelhole.CFrame | |
1962 | lb.Anchored = true | |
1963 | lb.Transparency = 0 | |
1964 | lb.Size = vt(1,1,1) | |
1965 | local thing = Instance.new("SpecialMesh",lb) | |
1966 | thing.MeshType = "Sphere" | |
1967 | local b = Instance.new("Part") | |
1968 | b.Parent = char | |
1969 | b.Material = "Neon" | |
1970 | b.Color = BrickColor.new("Royal purple").Color | |
1971 | b.CanCollide = false | |
1972 | b.Shape = "Ball" | |
1973 | b.CFrame = barrelhole.CFrame | |
1974 | b.Anchored = true | |
1975 | b.Transparency = 0 | |
1976 | b.Size = vt(1,1,1) | |
1977 | local z = Instance.new("SpecialMesh",b) | |
1978 | z.MeshType = "Sphere" | |
1979 | local hitted = false | |
1980 | lb.Anchored = false | |
1981 | local bv = Instance.new("BodyVelocity") | |
1982 | bv.maxForce = Vector3.new(1e9, 1e9, 1e9) | |
1983 | bv.velocity = mouse.Hit.lookVector *150 | |
1984 | bv.Parent = lb | |
1985 | hitted = false | |
1986 | wait(0.00005) | |
1987 | lb.Touched:connect(function(hit) | |
1988 | if hitted == false then | |
1989 | hitted = true | |
1990 | lb.Anchored = true | |
1991 | so("http://roblox.com/asset/?id=604906197",lb,1,1) | |
1992 | Damagefunc(hit,1,3,-10,"Normal",RootPart,.2,1) | |
1993 | for i = 0, 4 do | |
1994 | lb.BrickColor = BrickColor.new("Really red") | |
1995 | wait(0.25) | |
1996 | lb.BrickColor = BrickColor.new("Royal purple") | |
1997 | wait(0.25) | |
1998 | end | |
1999 | lb.Transparency = 1 | |
2000 | so("http://roblox.com/asset/?id=412755503",lb,1,0.875) | |
2001 | local ba = Instance.new("Part") | |
2002 | ba.Parent = char | |
2003 | ba.Material = "Neon" | |
2004 | ba.Color = BrickColor.new("Royal purple").Color | |
2005 | ba.CanCollide = false | |
2006 | ba.Shape = "Ball" | |
2007 | ba.CFrame = lb.CFrame | |
2008 | ba.Anchored = true | |
2009 | ba.Transparency = 0 | |
2010 | ba.Size = vt(10,10,10) | |
2011 | ba.CFrame = lb.CFrame | |
2012 | local za = Instance.new("SpecialMesh",ba) | |
2013 | za.MeshType = "Sphere" | |
2014 | za.Scale = vt(0,0,0) | |
2015 | ba.Touched:connect(function(hit) | |
2016 | Damagefunc(hit,16,19,math.random(10,20),"Normal",RootPart,.2,1) | |
2017 | end) | |
2018 | for i = 0, 19 do | |
2019 | ba.Transparency = ba.Transparency + 0.05 | |
2020 | za.Scale = za.Scale + vt(0.25,0.25,0.25) | |
2021 | wait() | |
2022 | end | |
2023 | ba:Destroy() | |
2024 | lb:Destroy() | |
2025 | end | |
2026 | end) | |
2027 | for i = 0,2,0.1 do | |
2028 | swait() | |
2029 | z.Scale = z.Scale + vt(0.1,0.1,0.1) | |
2030 | b.Transparency = b.Transparency + 0.05 | |
2031 | RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(-90)),.3) | |
2032 | Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(90)),.3) | |
2033 | RW.C0 = clerp(RW.C0, CFrame.new(1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(25)), 0.3) | |
2034 | LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(170), math.rad(0), math.rad(-50)), 0.3) | |
2035 | end | |
2036 | attack = false | |
2037 | b:Destroy() | |
2038 | wait(30) | |
2039 | lb:Destroy() | |
2040 | end | |
2041 | ||
2042 | function yep() | |
2043 | attack = true | |
2044 | for i = 0,2,0.1 do | |
2045 | swait() | |
2046 | RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(-90)),.3) | |
2047 | Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(90)),.3) | |
2048 | RW.C0 = clerp(RW.C0, CFrame.new(1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(25)), 0.3) | |
2049 | LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(170), math.rad(0), math.rad(-90)), 0.3) | |
2050 | end | |
2051 | so("http://roblox.com/asset/?id=178452221",barrelhole,1,1) | |
2052 | local lb = Instance.new("Part") | |
2053 | lb.Parent = char | |
2054 | lb.Material = "Neon" | |
2055 | lb.Color = BrickColor.new("Royal purple").Color | |
2056 | lb.CanCollide = false | |
2057 | lb.CFrame = barrelhole.CFrame + hed.CFrame.lookVector*37.5 | |
2058 | lb.Anchored = true | |
2059 | lb.Transparency = 0 | |
2060 | lb.Size = vt(2.5,75,2.5) | |
2061 | local zb = Instance.new("SpecialMesh",lb) | |
2062 | zb.MeshType = "Sphere" | |
2063 | zb.Scale = vt(1,1,1) | |
2064 | lb.Touched:connect(function(hit) | |
2065 | Damagefunc(hit,17,20,math.random(10,20),"Normal",RootPart,.2,1) | |
2066 | end) | |
2067 | for i = 0, 9 do | |
2068 | zb.Scale = zb.Scale + vt(0.1,0,0.1) | |
2069 | lb.CFrame = barrelhole.CFrame + hed.CFrame.lookVector*37.5 | |
2070 | lb.Transparency = lb.Transparency + 0.1 | |
2071 | wait() | |
2072 | end | |
2073 | lb:Destroy() | |
2074 | attack = false | |
2075 | end | |
2076 | ||
2077 | function test() | |
2078 | attack = true | |
2079 | for i = 0,2,0.1 do | |
2080 | swait() | |
2081 | RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(-90)),.3) | |
2082 | Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(90)),.3) | |
2083 | RW.C0 = clerp(RW.C0, CFrame.new(1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(25)), 0.3) | |
2084 | LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(170), math.rad(0), math.rad(-90)), 0.3) | |
2085 | end | |
2086 | so("http://roblox.com/asset/?id=412756262",barrelhole,1,0.95) | |
2087 | local ba = Instance.new("Part") | |
2088 | ba.Parent = char | |
2089 | ba.Material = "Neon" | |
2090 | ba.Color = BrickColor.new("Royal purple").Color | |
2091 | ba.CanCollide = false | |
2092 | ba.Shape = "Ball" | |
2093 | ba.CFrame = barrelhole.CFrame | |
2094 | ba.Anchored = true | |
2095 | ba.Transparency = 1 | |
2096 | ba.Size = vt(1,1,1) | |
2097 | ba.CFrame = barrelhole.CFrame | |
2098 | local za = Instance.new("SpecialMesh",ba) | |
2099 | za.MeshType = "Sphere" | |
2100 | za.Scale = vt(5,5,5) | |
2101 | for i = 0, 49 do | |
2102 | ba.CFrame = barrelhole.CFrame | |
2103 | ba.Transparency = ba.Transparency - 0.1 | |
2104 | za.Scale = za.Scale - vt(0.1,0.1,0.1) | |
2105 | wait() | |
2106 | end | |
2107 | so("http://roblox.com/asset/?id=412756199",barrelhole,1,0.95) | |
2108 | so("http://roblox.com/asset/?id=412756123",barrelhole,1,0.95) | |
2109 | so("http://roblox.com/asset/?id=412755564",barrelhole,1,0.95) | |
2110 | so("http://roblox.com/asset/?id=178452221",barrelhole,1,0.6) | |
2111 | so("http://roblox.com/asset/?id=87767777",barrelhole,1,1) | |
2112 | ba.Transparency = 0 | |
2113 | za.Scale = vt(5,5,5) | |
2114 | local seen = Instance.new("Sound",barrelhole) | |
2115 | seen.SoundId = "rbxassetid://445796828" | |
2116 | seen.Pitch = 0.75 | |
2117 | seen.Volume = 2.5 | |
2118 | seen.Looped = true | |
2119 | seen:Play() | |
2120 | local lb = Instance.new("Part") | |
2121 | lb.Parent = char | |
2122 | lb.Material = "Neon" | |
2123 | lb.Color = BrickColor.new("Royal purple").Color | |
2124 | lb.CanCollide = false | |
2125 | lb.CFrame = barrelhole.CFrame + hed.CFrame.lookVector*200 | |
2126 | lb.Anchored = true | |
2127 | lb.Transparency = 0 | |
2128 | lb.Size = vt(10,400,10) | |
2129 | local zb = Instance.new("SpecialMesh",lb) | |
2130 | zb.MeshType = "Sphere" | |
2131 | zb.Scale = vt(1,1,1) | |
2132 | lb.Touched:connect(function(hit) | |
2133 | Damagefunc(hit,22,28,math.random(10,20),"Normal",RootPart,.2,1) | |
2134 | end) | |
2135 | for i = 0, 99 do | |
2136 | ba.CFrame = barrelhole.CFrame | |
2137 | ba.Transparency = ba.Transparency + 0.025 | |
2138 | zb.Scale = zb.Scale + vt(0.01,0,0.01) | |
2139 | za.Scale = za.Scale + vt(1,1,1) | |
2140 | lb.CFrame = barrelhole.CFrame + hed.CFrame.lookVector*200 | |
2141 | wait() | |
2142 | end | |
2143 | for i = 0, 19 do | |
2144 | seen.Volume = seen.Volume - 0.1 | |
2145 | zb.Scale = zb.Scale - vt(0.05,0,0.05) | |
2146 | lb.CFrame = barrelhole.CFrame + hed.CFrame.lookVector*200 | |
2147 | lb.Transparency = lb.Transparency + 0.05 | |
2148 | wait() | |
2149 | end | |
2150 | seen:Destroy() | |
2151 | ba:Destroy() | |
2152 | lb:Destroy() | |
2153 | attack = false | |
2154 | end | |
2155 | ||
2156 | mouse.KeyDown:connect(function(k) | |
2157 | if k == "q" and gunmode == false then | |
2158 | gunmode = true | |
2159 | elseif k == "q" and gunmode == true then | |
2160 | gunmode = false | |
2161 | end | |
2162 | if k == "z" and gunmode == false and attack == false then | |
2163 | bladespin() | |
2164 | elseif k == "z" and gunmode == true and attack == false then | |
2165 | repeatbullet() | |
2166 | end | |
2167 | if k == "x" and gunmode == false and attack == false then | |
2168 | flashingslash() | |
2169 | elseif k == "x" and gunmode == true and attack == false then | |
2170 | stickybomb() | |
2171 | end | |
2172 | if k == "c" and gunmode == false and attack == false then | |
2173 | enerwave() | |
2174 | elseif k == "c" and gunmode == true and attack == false then | |
2175 | yep() | |
2176 | end | |
2177 | if k == "v" and gunmode == false and attack == false then | |
2178 | executionstab() | |
2179 | elseif k == "v" and gunmode == true and attack == false then | |
2180 | test() | |
2181 | end | |
2182 | end) | |
2183 | ||
2184 | function attackone() | |
2185 | attack=true | |
2186 | con1=Hitbox.Touched:connect(function(hit) Damagefunc(hit,7,9,math.random(10,20),"Normal",RootPart,.2,1) end) | |
2187 | for i=0,1,0.1 do | |
2188 | swait() | |
2189 | RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*angles(math.rad(0),math.rad(-90),math.rad(-90))*angles(math.rad(90),0,math.rad(0)),.4) | |
2190 | LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(-25)), 0.3) | |
2191 | end | |
2192 | so("http://roblox.com/asset/?id=199150686",Hitbox,1,1) | |
2193 | for i=0,1,0.1 do | |
2194 | swait() | |
2195 | Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(0),math.rad(0),math.rad(-20)),.4) | |
2196 | RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,-.5)*angles(math.rad(0),math.rad(0),math.rad(25)),.4) | |
2197 | RW.C0=clerp(RW.C0,cf(1,0.5,-.5)*angles(math.rad(0),math.rad(-90),math.rad(-100))*angles(math.rad(-75),0,math.rad(0)),.4) | |
2198 | LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(-25)), 0.3) | |
2199 | HandleWeld.C0=clerp(HandleWeld.C0,cf(0,-1,-1)*angles(math.rad(-90),math.rad(0),math.rad(0)),.4) | |
2200 | end | |
2201 | attack=false | |
2202 | con1:disconnect() | |
2203 | end | |
2204 | ||
2205 | function attacktwo() | |
2206 | attack=true | |
2207 | con1=Hitbox.Touched:connect(function(hit) Damagefunc(hit,7,9,math.random(10,20),"Normal",RootPart,.2,1) end) | |
2208 | for i=0,1,0.1 do | |
2209 | swait() | |
2210 | RW.C0=clerp(RW.C0,cf(1,0.5,-.5)*angles(math.rad(0),math.rad(-90),math.rad(-90))*angles(math.rad(-75),0,math.rad(0)),.4) | |
2211 | LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(-25)), 0.3) | |
2212 | HandleWeld.C0=clerp(HandleWeld.C0,cf(0,-1,-1)*angles(math.rad(-90),math.rad(0),math.rad(0)),.4) | |
2213 | end | |
2214 | so("http://roblox.com/asset/?id=199146359",Hitbox,1,1) | |
2215 | for i=0,1,0.1 do | |
2216 | swait() | |
2217 | Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(0),math.rad(0),math.rad(40)),.4) | |
2218 | RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,-.5)*angles(math.rad(0),math.rad(0),math.rad(-45)),.4) | |
2219 | RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*angles(math.rad(0),math.rad(-90),math.rad(-90))*angles(math.rad(90),0,math.rad(0)),.4) | |
2220 | LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(-25)), 0.3) | |
2221 | HandleWeld.C0=clerp(HandleWeld.C0,cf(0,-.5,-.5)*angles(math.rad(-35),math.rad(0),math.rad(0)),.4) | |
2222 | end | |
2223 | attack=false | |
2224 | con1:disconnect() | |
2225 | end | |
2226 | ||
2227 | function attackthree() | |
2228 | attack = true | |
2229 | for i = 0,2,0.1 do | |
2230 | swait() | |
2231 | RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(-90)),.3) | |
2232 | Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(90)),.3) | |
2233 | RW.C0 = clerp(RW.C0, CFrame.new(1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(25)), 0.3) | |
2234 | LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(170), math.rad(0), math.rad(-90)), 0.3) | |
2235 | end | |
2236 | so("http://roblox.com/asset/?id=604905243",barrelhole,1,1) | |
2237 | local lb = Instance.new("Part") | |
2238 | lb.Parent = char | |
2239 | lb.Material = "Neon" | |
2240 | lb.Color = BrickColor.new("Royal purple").Color | |
2241 | lb.CanCollide = false | |
2242 | lb.Shape = "Ball" | |
2243 | lb.CFrame = barrelhole.CFrame | |
2244 | lb.Anchored = true | |
2245 | lb.Transparency = 0 | |
2246 | lb.Size = vt(0.6,0.6,0.6) | |
2247 | local thing = Instance.new("SpecialMesh",lb) | |
2248 | thing.MeshType = "Sphere" | |
2249 | local b = Instance.new("Part") | |
2250 | b.Parent = char | |
2251 | b.Material = "Neon" | |
2252 | b.Color = BrickColor.new("Royal purple").Color | |
2253 | b.CanCollide = false | |
2254 | b.Shape = "Ball" | |
2255 | b.CFrame = barrelhole.CFrame | |
2256 | b.Anchored = true | |
2257 | b.Transparency = 0 | |
2258 | b.Size = vt(1,1,1) | |
2259 | local z = Instance.new("SpecialMesh",b) | |
2260 | z.MeshType = "Sphere" | |
2261 | local hitted = false | |
2262 | lb.Anchored = false | |
2263 | local bv = Instance.new("BodyVelocity") | |
2264 | bv.maxForce = Vector3.new(1e9, 1e9, 1e9) | |
2265 | bv.velocity = mouse.Hit.lookVector *150 | |
2266 | bv.Parent = lb | |
2267 | lb.Touched:connect(function(hit) Damagefunc(hit,9,12,math.random(10,20),"Normal",RootPart,.2,1) end) | |
2268 | for i = 0,2,0.1 do | |
2269 | swait() | |
2270 | z.Scale = z.Scale + vt(0.1,0.1,0.1) | |
2271 | b.Transparency = b.Transparency + 0.05 | |
2272 | RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(-90)),.3) | |
2273 | Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(90)),.3) | |
2274 | RW.C0 = clerp(RW.C0, CFrame.new(1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(25)), 0.3) | |
2275 | LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(170), math.rad(0), math.rad(-50)), 0.3) | |
2276 | end | |
2277 | attack = false | |
2278 | b:Destroy() | |
2279 | wait(10) | |
2280 | lb:Destroy() | |
2281 | end | |
2282 | ||
2283 | function attackfour() | |
2284 | attack = true | |
2285 | for i = 0,2,0.1 do | |
2286 | swait() | |
2287 | RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(80)),.3) | |
2288 | Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(-80)),.3) | |
2289 | RW.C0 = clerp(RW.C0, CFrame.new(1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(25)), 0.3) | |
2290 | LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(170), math.rad(0), math.rad(-90)), 0.3) | |
2291 | end | |
2292 | so("http://roblox.com/asset/?id=199145204",barrelhole,1,1) | |
2293 | local con = barrel2.Touched:connect(function(hit) Damagefunc(hit,8,10,math.random(10,20),"Normal",RootPart,.2,1) end) | |
2294 | for i = 0,1,0.1 do | |
2295 | swait() | |
2296 | RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(-90)),.3) | |
2297 | Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(90)),.3) | |
2298 | RW.C0 = clerp(RW.C0, CFrame.new(1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(25)), 0.3) | |
2299 | LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(170), math.rad(0), math.rad(-90)), 0.3) | |
2300 | end | |
2301 | con:disconnect() | |
2302 | so("http://roblox.com/asset/?id=604905243",barrelhole,1.25,0.9) | |
2303 | local b = Instance.new("Part") | |
2304 | b.Parent = char | |
2305 | b.Material = "Neon" | |
2306 | b.Color = BrickColor.new("Royal purple").Color | |
2307 | b.CanCollide = false | |
2308 | b.Shape = "Ball" | |
2309 | b.CFrame = barrelhole.CFrame | |
2310 | b.Anchored = true | |
2311 | b.Transparency = 0 | |
2312 | b.Size = vt(5,5,5) | |
2313 | local z = Instance.new("SpecialMesh",b) | |
2314 | z.MeshType = "Sphere" | |
2315 | z.Scale = vt(0.25,0.25,0.25) | |
2316 | local bv = Instance.new("BodyVelocity") | |
2317 | bv.maxForce = Vector3.new(1e9, 1e9, 1e9) | |
2318 | bv.velocity = mouse.Hit.lookVector *150 | |
2319 | bv.Parent = lb | |
2320 | b.Touched:connect(function(hit) Damagefunc(hit,9,11,math.random(10,20),"Normal",RootPart,.2,1) end) | |
2321 | for i = 0,2,0.1 do | |
2322 | swait() | |
2323 | z.Scale = z.Scale + vt(0.15,0.15,0.15) | |
2324 | b.Transparency = b.Transparency + 0.05 | |
2325 | RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(-90)),.3) | |
2326 | Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(5),math.rad(0),math.rad(90)),.3) | |
2327 | RW.C0 = clerp(RW.C0, CFrame.new(1.45, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(25)), 0.3) | |
2328 | LW.C0 = clerp(LW.C0, CFrame.new(-1.45, 0.5, 0) * angles(math.rad(170), math.rad(0), math.rad(-50)), 0.3) | |
2329 | end | |
2330 | attack = false | |
2331 | b:Destroy() | |
2332 | end | |
2333 | ||
2334 | idleanim=.4 | |
2335 | Humanoid.Animator.Parent = nil | |
2336 | while true do | |
2337 | swait() | |
2338 | sine = sine + change | |
2339 | local torvel=(RootPart.Velocity*Vector3.new(1,0,1)).magnitude | |
2340 | local velderp=RootPart.Velocity.y | |
2341 | hitfloor,posfloor=rayCast(RootPart.Position,(CFrame.new(RootPart.Position,RootPart.Position - Vector3.new(0,1,0))).lookVector,4,Character) | |
2342 | if equipped==true or equipped==false then | |
2343 | if attack==false then | |
2344 | idle=idle+1 | |
2345 | else | |
2346 | idle=0 | |
2347 | end | |
2348 | if idle>=500 then | |
2349 | if attack==false then | |
2350 | --Sheath() | |
2351 | end | |
2352 | end | |
2353 | if RootPart.Velocity.y > 1 and hitfloor==nil then | |
2354 | Anim="Jump" | |
2355 | if attack==false then | |
2356 | Neck.C0=clerp(Neck.C0,necko*euler(-0.2,0,0),.3) | |
2357 | Neck.C1=clerp(Neck.C1,necko2*euler(0,0,0),.3) | |
2358 | RootJoint.C0=clerp(RootJoint.C0,RootCF*euler(0,0,0),.3) | |
2359 | RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*euler(-.5,0,0.5)*angles(math.rad(-25),math.rad(105),math.rad(0)),.3) | |
2360 | RW.C1=clerp(LW.C1,cf(0,0.5,0)*euler(0,0,0),.3) | |
2361 | LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*euler(-.5,0,-0.5),.3) | |
2362 | LW.C1=clerp(LW.C1,cf(0,0.5,0)*euler(0,0,0),.3) | |
2363 | RH.C0=clerp(RH.C0,cf(1,-1,-.3)*euler(-0.5,1.57,0)*euler(-.2,0,0),.2) | |
2364 | LH.C0=clerp(LH.C0,cf(-1,-1,-.3)*euler(-0.5,-1.57,0)*euler(-.2,0,0),.2) | |
2365 | HandleWeld.C0=clerp(HandleWeld.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.3) | |
2366 | end | |
2367 | elseif RootPart.Velocity.y < -1 and hitfloor==nil then | |
2368 | Anim="Fall" | |
2369 | if attack==false then | |
2370 | Neck.C0=clerp(Neck.C0,necko*euler(0.4,0,0),.3) | |
2371 | Neck.C1=clerp(Neck.C1,necko2*euler(0,0,0),.3) | |
2372 | RootJoint.C0=clerp(RootJoint.C0,RootCF*euler(0,0,0),.3) | |
2373 | RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*euler(0.3,0,0.2)*angles(math.rad(-25),math.rad(115),math.rad(0)),.3) | |
2374 | RW.C1=clerp(LW.C1,cf(0,0.5,0)*euler(0,0,0),.3) | |
2375 | LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*euler(0.3,0,-0.2),.3) | |
2376 | LW.C1=clerp(LW.C1,cf(0,0.5,0)*euler(0,0,0),.3) | |
2377 | RH.C0=clerp(RH.C0,cf(1,-1,0)*euler(0.4,1.57,0),.2) | |
2378 | LH.C0=clerp(LH.C0,cf(-1,-1,0)*euler(-0.2,-1.57,0),.2) | |
2379 | HandleWeld.C0=clerp(HandleWeld.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.3) | |
2380 | end | |
2381 | elseif torvel<1 and hitfloor~=nil then | |
2382 | Anim="Idle" | |
2383 | RH.C0=clerp(RH.C0,cf(1,-1 - 0.05 * math.cos(sine / 32),0)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(0),math.rad(0),math.rad(0)),.3) | |
2384 | LH.C0=clerp(LH.C0,cf(-1,-1 - 0.05 * math.cos(sine / 32),0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(0),math.rad(0),math.rad(0)),.3) | |
2385 | if attack==false then | |
2386 | if gunmode == true then | |
2387 | RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0 + 0.05 * math.cos(sine / 32))*angles(math.rad(0),math.rad(0),math.rad(-60)),.3) | |
2388 | Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(0),math.rad(0),math.rad(60)),.3) | |
2389 | RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*angles(math.rad(-35),math.rad(90),math.rad(0))*angles(math.rad(-25 + 5 * math.cos(sine / 32)),math.rad(15),math.rad(0)),.3) | |
2390 | LW.C0=clerp(LW.C0,cf(-1.35,0.5,0)*angles(math.rad(180),math.rad(30),math.rad(-90)),.3) | |
2391 | HandleWeld.C0=clerp(HandleWeld.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.3) | |
2392 | elseif gunmode == false then | |
2393 | RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0 + 0.05 * math.cos(sine / 32))*angles(math.rad(0),math.rad(0),math.rad(-35)),.3) | |
2394 | Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(0),math.rad(0),math.rad(35)),.3) | |
2395 | RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*angles(math.rad(-35),math.rad(90),math.rad(0))*angles(math.rad(-25 + 5 * math.cos(sine / 32)),math.rad(15),math.rad(0)),.3) | |
2396 | LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*angles(math.rad(0),math.rad(0),math.rad(-25 + 2.5 * math.cos(sine / 32))),.3) | |
2397 | HandleWeld.C0=clerp(HandleWeld.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.3) | |
2398 | end | |
2399 | end | |
2400 | elseif torvel>2 and torvel<22 and hitfloor~=nil then | |
2401 | Anim="Walk" | |
2402 | RH.C0=clerp(RH.C0,cf(1,-1 - 0.05 * math.cos(sine / 32),0)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(0),math.rad(0),math.rad(0 + 50 * math.cos(sine / 6))),.3) | |
2403 | LH.C0=clerp(LH.C0,cf(-1,-1 - 0.05 * math.cos(sine / 32),0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(0),math.rad(0),math.rad(0 + 50 * math.cos(sine / 6))),.3) | |
2404 | if attack==false then | |
2405 | if gunmode == false then | |
2406 | --RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.3) | |
2407 | --Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(0),math.rad(0),math.rad(0)),.3) | |
2408 | RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0 + 0.05 * math.cos(sine / 32))* angles(math.rad(5),math.rad(0),math.rad(0)),.3) | |
2409 | Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(5),math.rad(0),math.rad(0)),.3) | |
2410 | RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*angles(math.rad(-55),math.rad(90),math.rad(0))*angles(math.rad(-15),math.rad(0),math.rad(0)),.3) | |
2411 | LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*angles(math.rad(-15),math.rad(0),math.rad(-25)),.3) | |
2412 | --RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(0)),.3) | |
2413 | --LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0)),.3) | |
2414 | HandleWeld.C0=clerp(HandleWeld.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.3) | |
2415 | elseif gunmode == true then | |
2416 | --RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.3) | |
2417 | --Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(0),math.rad(0),math.rad(0)),.3) | |
2418 | RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0 + 0.05 * math.cos(sine / 32))* angles(math.rad(5),math.rad(0),math.rad(0)),.3) | |
2419 | Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(5),math.rad(0),math.rad(0)),.3) | |
2420 | RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*angles(math.rad(-55),math.rad(90),math.rad(0))*angles(math.rad(-15),math.rad(0),math.rad(0)),.3) | |
2421 | LW.C0=clerp(LW.C0,cf(-1.5,0.45,0)*angles(math.rad(55),math.rad(0),math.rad(25)),.3) | |
2422 | --RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(0)),.3) | |
2423 | --LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0)),.3) | |
2424 | HandleWeld.C0=clerp(HandleWeld.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.3) | |
2425 | end | |
2426 | end | |
2427 | elseif torvel>=22 and hitfloor~=nil then | |
2428 | Anim="Run" | |
2429 | RH.C0=clerp(RH.C0,cf(1,-1 - 0.05 * math.cos(sine / 32),0)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(0),math.rad(0),math.rad(0 + 75 * math.cos(sine / 3))),.3) | |
2430 | LH.C0=clerp(LH.C0,cf(-1,-1 - 0.05 * math.cos(sine / 32),0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(0),math.rad(0),math.rad(0 + 75 * math.cos(sine / 3))),.3) | |
2431 | if attack==false then | |
2432 | RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,-0.25 + 0.05 * math.cos(sine / 32))* angles(math.rad(35),math.rad(0),math.rad(0)),.3) | |
2433 | Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(-5),math.rad(0),math.rad(0)),.3) | |
2434 | RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*angles(math.rad(-50),math.rad(-60),math.rad(25)),.3) | |
2435 | LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*angles(math.rad(-50),math.rad(0),math.rad(-25)),.3) | |
2436 | HandleWeld.C0=clerp(HandleWeld.C0,cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(0)),.3) | |
2437 | end | |
2438 | end | |
2439 | end | |
2440 | end |