View difference between Paste ID: ebQwUr0Z and MrpJz2zU
SHOW: | | - or go back to the newest paste.
1
if game:GetService("RunService"):IsClient() then error("Script must be server-side in order to work; use h/ and not hl/") end
2
local Player,Mouse,mouse,UserInputService,ContextActionService = owner
3
do
4
	print("FE Compatibility code by Mokiros")
5
	script.Parent = Player.Character
6
7
	--RemoteEvent for communicating
8
	local Event = Instance.new("RemoteEvent")
9
	Event.Name = "UserInput_Event"
10
11
	--Fake event to make stuff like Mouse.KeyDown work
12
	local function fakeEvent()
13
		local t = {_fakeEvent=true,Connect=function(self,f)self.Function=f end}
14
		t.connect = t.Connect
15
		return t
16
	end
17
18
	--Creating fake input objects with fake variables
19
    local m = {Target=nil,Hit=CFrame.new(),KeyUp=fakeEvent(),KeyDown=fakeEvent(),Button1Up=fakeEvent(),Button1Down=fakeEvent()}
20
	local UIS = {InputBegan=fakeEvent(),InputEnded=fakeEvent()}
21
	local CAS = {Actions={},BindAction=function(self,name,fun,touch,...)
22
		CAS.Actions[name] = fun and {Name=name,Function=fun,Keys={...}} or nil
23
	end}
24
	--Merged 2 functions into one by checking amount of arguments
25
	CAS.UnbindAction = CAS.BindAction
26
27
	--This function will trigger the events that have been :Connect()'ed
28
	local function te(self,ev,...)
29
		local t = m[ev]
30
		if t and t._fakeEvent and t.Function then
31
			t.Function(...)
32
		end
33
	end
34
	m.TrigEvent = te
35
	UIS.TrigEvent = te
36
37
	Event.OnServerEvent:Connect(function(plr,io)
38
	    if plr~=Player then return end
39
		if io.isMouse then
40
			m.Target = io.Target
41
			m.Hit = io.Hit
42
		else
43
			local b = io.UserInputState == Enum.UserInputState.Begin
44
			if io.UserInputType == Enum.UserInputType.MouseButton1 then
45
				return m:TrigEvent(b and "Button1Down" or "Button1Up")
46
			end
47
			for _,t in pairs(CAS.Actions) do
48
				for _,k in pairs(t.Keys) do
49
					if k==io.KeyCode then
50
						t.Function(t.Name,io.UserInputState,io)
51
					end
52
				end
53
			end
54
			m:TrigEvent(b and "KeyDown" or "KeyUp",io.KeyCode.Name:lower())
55
			UIS:TrigEvent(b and "InputBegan" or "InputEnded",io,false)
56
	    end
57
	end)
58
	Event.Parent = NLS([==[
59
	local Player = game:GetService("Players").LocalPlayer
60
	local Event = script:WaitForChild("UserInput_Event")
61
62
	local UIS = game:GetService("UserInputService")
63
	local input = function(io,a)
64
		if a then return end
65
		--Since InputObject is a client-side instance, we create and pass table instead
66
		Event:FireServer({KeyCode=io.KeyCode,UserInputType=io.UserInputType,UserInputState=io.UserInputState})
67
	end
68
	UIS.InputBegan:Connect(input)
69
	UIS.InputEnded:Connect(input)
70
71
	local Mouse = Player:GetMouse()
72
	local h,t
73
	--Give the server mouse data 30 times every second, but only if the values changed
74
	--If player is not moving their mouse, client won't fire events
75
	while wait(1/30) do
76
		if h~=Mouse.Hit or t~=Mouse.Target then
77
			h,t=Mouse.Hit,Mouse.Target
78
			Event:FireServer({isMouse=true,Target=t,Hit=h})
79
		end
80
	end]==],Player.Character)
81
	Mouse,mouse,UserInputService,ContextActionService = m,m,UIS,CAS
82
end
83
84
Player=owner
85
Character=Player.Character 
86
PlayerGui=Player.PlayerGui
87
Backpack=Player.Backpack 
88
Torso=Character.Torso 
89
Head=Character.Head 
90
Humanoid=Character.Humanoid
91
m=Instance.new('Model',Character)
92
LeftArm=Character["Left Arm"] 
93
LeftLeg=Character["Left Leg"] 
94
RightArm=Character["Right Arm"] 
95
RightLeg=Character["Right Leg"] 
96
LS=Torso["Left Shoulder"] 
97
LH=Torso["Left Hip"] 
98
RS=Torso["Right Shoulder"] 
99
RH=Torso["Right Hip"] 
100
Face = Head.face
101
Neck=Torso.Neck
102
it=Instance.new
103
attacktype=1
104
vt=Vector3.new
105
cf=CFrame.new
106
euler=CFrame.fromEulerAnglesXYZ
107
angles=CFrame.Angles
108
cloaked=false
109
necko=cf(0, 1, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
110
necko2=cf(0, -0.5, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
111
LHC0=cf(-1,-1,0,-0,-0,-1,0,1,0,1,0,0)
112
LHC1=cf(-0.5,1,0,-0,-0,-1,0,1,0,1,0,0)
113
RHC0=cf(1,-1,0,0,0,1,0,1,0,-1,-0,-0)
114
RHC1=cf(0.5,1,0,0,0,1,0,1,0,-1,-0,-0)
115
RootPart=Character.HumanoidRootPart
116
RootJoint=RootPart.RootJoint
117
RootCF=euler(-1.57,0,3.14)
118
attack = false 
119
attackdebounce = false 
120
deb=false
121
equipped=true
122
hand=false
123
MMouse=nil
124
combo=0
125
mana=0
126
trispeed=.2
127
attackmode='none'
128
local idle=0
129
local Anim="Idle"
130
local Effects={}
131
local gun=false
132
local shoot=false
133
player=nil 
134
mana=0
135
136
--save shoulders 
137
RSH, LSH=nil, nil 
138
--welds 
139
RW, LW=Instance.new("Weld"), Instance.new("Weld") 
140
RW.Name="Right Shoulder" LW.Name="Left Shoulder"
141
LH=Torso["Left Hip"]
142
RH=Torso["Right Hip"]
143
TorsoColor=Torso.BrickColor
144
function NoOutline(Part)
145
Part.TopSurface,Part.BottomSurface,Part.LeftSurface,Part.RightSurface,Part.FrontSurface,Part.BackSurface = 10,10,10,10,10,10
146
end
147
player=Player 
148
ch=Character
149
RSH=ch.Torso["Right Shoulder"] 
150
LSH=ch.Torso["Left Shoulder"] 
151
-- 
152
RSH.Parent=nil 
153
LSH.Parent=nil 
154
-- 
155
RW.Name="Right Shoulder"
156
RW.Part0=ch.Torso 
157
RW.C0=cf(1.5, 0.5, 0) --* CFrame.fromEulerAnglesXYZ(1.3, 0, -0.5) 
158
RW.C1=cf(0, 0.5, 0) 
159
RW.Part1=ch["Right Arm"] 
160
RW.Parent=ch.Torso 
161
-- 
162
LW.Name="Left Shoulder"
163
LW.Part0=ch.Torso 
164
LW.C0=cf(-1.5, 0.5, 0) --* CFrame.fromEulerAnglesXYZ(1.7, 0, 0.8) 
165
LW.C1=cf(0, 0.5, 0) 
166
LW.Part1=ch["Left Arm"] 
167
LW.Parent=ch.Torso 
168
169
    Player=owner
170
    Character=Player.Character
171
    Mouse=Player:GetMouse()
172
    m=Instance.new('Model',Character)
173
174
175
    local function weldBetween(a, b)
176
        local weldd = Instance.new("ManualWeld")
177
        weldd.Part0 = a
178
        weldd.Part1 = b
179
        weldd.C0 = CFrame.new()
180
        weldd.C1 = b.CFrame:inverse() * a.CFrame
181
        weldd.Parent = a
182
        return weldd
183
    end
184
    
185
    function swait(num)
186
    if num==0 or num==nil then
187
    game:service'RunService'.Stepped:wait(0)
188
    else
189
    for i=0,num do
190
    game:service'RunService'.Stepped:wait(0)
191
    end
192
    end
193
        end
194
    
195
    function nooutline(part)
196
        part.TopSurface,part.BottomSurface,part.LeftSurface,part.RightSurface,part.FrontSurface,part.BackSurface = 10,10,10,10,10,10
197
    end
198
    
199
    Player=game:GetService('Players').LocalPlayer
200
    Character=Player.Character
201
    Mouse=Player:GetMouse()
202
    m=Instance.new('Model',Character)
203
204
205
    local function weldBetween(a, b)
206
        local weldd = Instance.new("ManualWeld")
207
        weldd.Part0 = a
208
        weldd.Part1 = b
209
        weldd.C0 = CFrame.new()
210
        weldd.C1 = b.CFrame:inverse() * a.CFrame
211
        weldd.Parent = a
212
        return weldd
213
    end
214
    
215
    it=Instance.new
216
    
217
    function nooutline(part)
218
        part.TopSurface,part.BottomSurface,part.LeftSurface,part.RightSurface,part.FrontSurface,part.BackSurface = 10,10,10,10,10,10
219
    end
220
    
221
    function part(formfactor,parent,material,reflectance,transparency,brickcolor,name,size)
222
        local fp=it("Part")
223
        fp.formFactor=formfactor
224
        fp.Parent=parent
225
        fp.Reflectance=reflectance
226
        fp.Transparency=transparency
227
        fp.CanCollide=false
228
        fp.Locked=true
229
        fp.BrickColor=BrickColor.new(tostring(brickcolor))
230
        fp.Name=name
231
        fp.Size=size
232
        fp.Position=Character.Torso.Position
233
        nooutline(fp)
234
        fp.Material=material
235
        fp:BreakJoints()
236
        return fp
237
    end
238
    
239
    function mesh(Mesh,part,meshtype,meshid,offset,scale)
240
        local mesh=it(Mesh)
241
        mesh.Parent=part
242
        if Mesh=="SpecialMesh" then
243
            mesh.MeshType=meshtype
244
            mesh.MeshId=meshid
245
        end
246
        mesh.Offset=offset
247
        mesh.Scale=scale
248
        return mesh
249
    end
250
    
251
    function weld(parent,part0,part1,c0,c1)
252
        local weld=it("Weld")
253
        weld.Parent=parent
254
        weld.Part0=part0
255
        weld.Part1=part1
256
        weld.C0=c0
257
        weld.C1=c1
258
        return weld
259
    end
260
261
Aether=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Handle",Vector3.new(0.628554821, 1.32748795, 0.200000003))
262
Aetherweld=weld(m,Character["Left Arm"],Aether,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.859289527, -0.0968446732, 0.0218138695, 0.0220653266, 0.99975431, -0.00205104053, 0.00974609517, 0.00183633971, 0.999950826, 0.99970907, -0.0220842306, -0.00970318168))
263
mesh("CylinderMesh",Aether,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.934888721))
264
Neon=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Lily white","Neon",Vector3.new(0.200000003, 0.200000003, 0.200000003))
265
Neonweld=weld(m,Aether,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0482299328, -0.46901834, -0.00140285492, 0.866025388, 0.5, 4.34461981e-007, 0.5, -0.866025388, 2.34693289e-007, 4.92460458e-007, 1.21071935e-008, -1))
266
mesh("SpecialMesh",Neon,Enum.MeshType.Sphere,"",Vector3.new(0, 0, 0),Vector3.new(0.474570572, 0.50816983, 0.470371157))
267
Neon=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Lily white","Neon",Vector3.new(0.200000003, 0.200000003, 0.200000003))
268
Neonweld=weld(m,Aether,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0408809185, 0.540866375, -0.0013794899, 5.68735413e-006, -1.00000012, -1.12690032e-007, -1.00000012, -5.68758696e-006, 8.57362465e-008, -8.7031367e-008, 1.12690032e-007, -1))
269
mesh("SpecialMesh",Neon,Enum.MeshType.Sphere,"",Vector3.new(0, 0, 0),Vector3.new(0.474570572, 0.50816983, 0.470371157))
270
Neon=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Lily white","Neon",Vector3.new(0.414578706, 0.267470866, 0.508193612))
271
Neonweld=weld(m,Aether,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00239992142, -0.0296115875, 0.771736503, 8.24144081e-007, -5.30853868e-008, -1.00000012, -0.965925813, -0.258818716, -7.82543793e-007, -0.258818716, 0.965925992, -2.64495611e-007))
272
mesh("CylinderMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.400000006))
273
Neon=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Lily white","Neon",Vector3.new(0.414578706, 0.267470866, 0.508193612))
274
Neonweld=weld(m,Aether,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00250148773, 0.0349569321, 0.746231079, -8.24144081e-007, 5.30853868e-008, 1.00000012, -5.69061376e-006, 1, -5.30853868e-008, -1, -5.69084659e-006, -8.25148163e-007))
275
mesh("CylinderMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.400000006))
276
Neon=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Lily white","Neon",Vector3.new(0.200000003, 0.200000003, 0.200000003))
277
Neonweld=weld(m,Aether,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00358104706, -0.869184017, -0.00138282776, -0.866025507, -0.49999997, -2.67289579e-007, -0.49999994, 0.866025507, -2.67289579e-007, 3.64165317e-007, -9.96515155e-008, -1))
278
mesh("SpecialMesh",Neon,Enum.MeshType.Sphere,"",Vector3.new(0, 0, 0),Vector3.new(0.474570572, 0.50816983, 0.470371157))
279
Neon=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Lily white","Neon",Vector3.new(0.200000003, 0.75464201, 0.200000003))
280
Neonweld=weld(m,Aether,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.048207283, 0.848121047, 0.00165987015, 0.866025388, 0.5, 4.34461981e-007, -0.5, 0.866025388, -2.34693289e-007, -4.92460458e-007, -1.21071935e-008, 1))
281
mesh("CylinderMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(0.471740097, 1, 0.682904243))
282
Neon=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Lily white","Neon",Vector3.new(0.200000003, 0.200000003, 0.200000003))
283
Neonweld=weld(m,Aether,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0408153534, 1.29684615, -0.00142383575, 5.68735413e-006, -1.00000012, -1.12690032e-007, -1.00000012, -5.68758696e-006, 8.57362465e-008, -8.7031367e-008, 1.12690032e-007, -1))
284
mesh("SpecialMesh",Neon,Enum.MeshType.Sphere,"",Vector3.new(0, 0, 0),Vector3.new(0.474570572, 0.50816983, 0.470371157))
285
Neon=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Lily white","Neon",Vector3.new(0.414578706, 0.267470866, 0.508193612))
286
Neonweld=weld(m,Aether,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00249433517, -0.030421257, 0.769461155, 8.24144081e-007, -5.30853868e-008, -1.00000012, -0.866025567, -0.499999732, -6.88713044e-007, -0.499999762, 0.866025686, -4.59142029e-007))
287
mesh("CylinderMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.400000006))
288
Neon=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Lily white","Neon",Vector3.new(0.414578706, 0.200274855, 0.508193612))
289
Neonweld=weld(m,Aether,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00255298615, 0.0175304413, 0.694089413, -8.24144081e-007, 5.30853868e-008, 1.00000012, -1, 5.00585884e-008, -8.24971721e-007, -5.00585884e-008, -1.00000012, 5.21540642e-008))
290
mesh("CylinderMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.400000006))
291
Neon=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Lily white","Neon",Vector3.new(0.200000003, 0.200000003, 0.200000003))
292
Neonweld=weld(m,Aether,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00361680984, -1.62502837, -0.00139760971, -0.866025507, -0.49999997, -2.67289579e-007, -0.49999994, 0.866025507, -2.67289579e-007, 3.64165317e-007, -9.96515155e-008, -1))
293
mesh("SpecialMesh",Neon,Enum.MeshType.Sphere,"",Vector3.new(0, 0, 0),Vector3.new(0.474570572, 0.50816983, 0.470371157))
294
Neon=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Lily white","Neon",Vector3.new(0.414578706, 0.267470866, 0.508193612))
295
Neonweld=weld(m,Aether,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00245523453, -0.0160694122, -0.768128753, -8.24144081e-007, 5.30853868e-008, 1.00000012, -1, 5.00585884e-008, -8.24971721e-007, -5.00585884e-008, -1.00000012, 5.21540642e-008))
296
mesh("CylinderMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.400000006))
297
Neon=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Lily white","Neon",Vector3.new(0.414578706, 0.267470866, 0.508193612))
298
Neonweld=weld(m,Aether,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00248527527, -0.0654726028, 0.760480046, 8.24144081e-007, -5.30853868e-008, -1.00000012, -0.499997318, -0.866026998, -3.66941094e-007, -0.866027057, 0.499997318, -7.41332769e-007))
299
mesh("CylinderMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.400000006))
300
Neon=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Lily white","Neon",Vector3.new(0.414578706, 0.267470866, 0.508193612))
301
Neonweld=weld(m,Aether,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00253629684, -0.0646264553, 0.748324633, 8.24144081e-007, -5.30853868e-008, -1.00000012, -0.258814603, -0.965927124, -1.62981451e-007, -0.965927064, 0.258814663, -8.11880454e-007))
302
mesh("CylinderMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.400000006))
303
Neon=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Lily white","Neon",Vector3.new(0.200000003, 0.200000003, 0.200000003))
304
Neonweld=weld(m,Aether,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0167102814, -0.91748333, -0.00139427185, -0.866026878, 0.499997616, 1.37835741e-007, 0.499997616, 0.866026759, -4.64729965e-007, -3.52476491e-007, -3.34344804e-007, -1.00000012))
305
mesh("SpecialMesh",Neon,Enum.MeshType.Sphere,"",Vector3.new(0, 0, 0),Vector3.new(0.474570572, 0.50816983, 0.470371157))
306
Neon=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Lily white","Neon",Vector3.new(0.414578706, 0.267470866, 0.508193612))
307
Neonweld=weld(m,Aether,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00250673294, -0.0676466227, 0.777448893, -8.24144081e-007, 5.30853868e-008, 1.00000012, 0.258824974, -0.965924323, 2.64495611e-007, 0.965924263, 0.258824974, 7.8510493e-007))
308
mesh("CylinderMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.400000006))
309
Neon=part(Enum.FormFactor.Symmetric,m,Enum.Material.Neon,0,0,"Lily white","Neon",Vector3.new(0.201587483, 0.204107866, 0.20326753))
310
Neonweld=weld(m,Aether,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.102931261, 0.746011496, -0.00346374512, 5.68735413e-006, -1.00000012, -1.12690032e-007, -1.00000012, -5.68758696e-006, 8.57362465e-008, -8.7031367e-008, 1.12690032e-007, -1))
311
mesh("SpecialMesh",Neon,Enum.MeshType.Sphere,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
312
Neon=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Lily white","Neon",Vector3.new(0.414578706, 0.267470866, 0.508193612))
313
Neonweld=weld(m,Aether,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00245761871, 0.0617038012, 0.698882341, -8.24144081e-007, 5.30853868e-008, 1.00000012, -0.86602658, 0.499997973, -7.40401447e-007, -0.499997973, -0.8660267, -3.67872417e-007))
314
mesh("CylinderMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.400000006))
315
Neon=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Lily white","Neon",Vector3.new(0.414578706, 0.267470866, 0.508193612))
316
Neonweld=weld(m,Aether,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00255489349, -0.0120299459, 0.792168617, -8.24144081e-007, 5.30853868e-008, 1.00000012, 0.86602658, -0.499997973, 7.40401447e-007, 0.499997973, 0.8660267, 3.67872417e-007))
317
mesh("CylinderMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.400000006))
318
Neon=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Lily white","Neon",Vector3.new(0.200000003, 0.75464201, 0.200000003))
319
Neonweld=weld(m,Aether,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0407748222, -0.917782784, 0.00175046921, 5.68735413e-006, -1.00000012, -1.12690032e-007, 1.00000012, 5.68758696e-006, -8.57362465e-008, 8.7031367e-008, -1.12690032e-007, 1))
320
mesh("CylinderMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(0.471740097, 1, 0.682904243))
321
Neon=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Lily white","Neon",Vector3.new(0.207467124, 0.200000003, 0.200747684))
322
Neonweld=weld(m,Aether,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.698031425, 0.199667215, -0.0031504631, -0.499997377, -0.866026998, 2.65426934e-007, -0.866026998, 0.499997318, -1.53668225e-007, -2.34831532e-009, -3.08267772e-007, -1))
323
mesh("SpecialMesh",Neon,Enum.MeshType.Sphere,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.974342167, 1))
324
Neon=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Lily white","Neon",Vector3.new(0.414578706, 0.267470866, 0.508193612))
325
Neonweld=weld(m,Aether,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0024805069, 0.0297365189, 0.693201661, 8.24144081e-007, -5.30853868e-008, -1.00000012, 0.866025567, 0.499999732, 6.88713044e-007, 0.499999762, -0.866025686, 4.59142029e-007))
326
mesh("CylinderMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.400000006))
327
Neon=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Lily white","Neon",Vector3.new(0.200000003, 0.75464201, 0.200000003))
328
Neonweld=weld(m,Aether,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0246095657, 0.946931005, 0.00160741806, 5.68735413e-006, -1.00000012, -1.12690032e-007, 1.00000012, 5.68758696e-006, -8.57362465e-008, 8.7031367e-008, -1.12690032e-007, 1))
329
mesh("CylinderMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(0.471740097, 1, 0.682904243))
330
Neon=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Lily white","Neon",Vector3.new(0.414578706, 0.267470866, 0.508193612))
331
Neonweld=weld(m,Aether,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00253391266, -0.0274742842, 0.799907207, -8.24144081e-007, 5.30853868e-008, 1.00000012, 0.707110167, -0.707103372, 6.20726496e-007, 0.707103372, 0.707110226, 5.46686351e-007))
332
mesh("CylinderMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.400000006))
333
Neon=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Lily white","Neon",Vector3.new(0.200000003, 0.75464201, 0.200000003))
334
Neonweld=weld(m,Aether,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00361967087, 1.24815178, 0.00166797638, -0.866025507, -0.49999997, -2.67289579e-007, 0.49999994, -0.866025507, 2.67289579e-007, -3.64165317e-007, 9.96515155e-008, 1))
335
mesh("CylinderMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(0.471740097, 1, 0.682904243))
336
Neon=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Lily white","Neon",Vector3.new(0.414578706, 0.267470866, 0.508193612))
337
Neonweld=weld(m,Aether,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00258970261, -0.0367918015, 0.760182619, -8.24144081e-007, 5.30853868e-008, 1.00000012, 5.69061376e-006, -1, 5.30853868e-008, 1, 5.69084659e-006, 8.25148163e-007))
338
mesh("CylinderMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.400000006))
339
Neon=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Lily white","Neon",Vector3.new(0.414578706, 0.267470866, 0.508193612))
340
Neonweld=weld(m,Aether,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00249910355, 0.0319302082, 0.736921787, 8.24144081e-007, -5.30853868e-008, -1.00000012, 0.258814603, 0.965927124, 1.62981451e-007, 0.965927064, -0.258814663, 8.11880454e-007))
341
mesh("CylinderMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.400000006))
342
Neon=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Lily white","Neon",Vector3.new(0.200000003, 0.200000003, 0.200000003))
343
Neonweld=weld(m,Aether,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0245614052, -1.32380986, -0.00139141083, 5.68735413e-006, -1.00000012, -1.12690032e-007, -1.00000012, -5.68758696e-006, 8.57362465e-008, -8.7031367e-008, 1.12690032e-007, -1))
344
mesh("SpecialMesh",Neon,Enum.MeshType.Sphere,"",Vector3.new(0, 0, 0),Vector3.new(0.474570572, 0.50816983, 0.470371157))
345
Neon=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Lily white","Neon",Vector3.new(0.414578706, 0.267470866, 0.508193612))
346
Neonweld=weld(m,Aether,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0024394989, -0.00593090057, 0.788860798, -8.24144081e-007, 5.30853868e-008, 1.00000012, 0.965926111, -0.25881815, 8.12113285e-007, 0.25881812, 0.965926111, 1.62050128e-007))
347
mesh("CylinderMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.400000006))
348
Neon=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Lily white","Neon",Vector3.new(0.414578706, 0.267470866, 0.508193612))
349
Neonweld=weld(m,Aether,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00250387192, 0.0384171009, 0.715082526, 8.24144081e-007, -5.30853868e-008, -1.00000012, 0.707106292, 0.707107365, 5.46686351e-007, 0.707107306, -0.707106292, 6.21192157e-007))
350
mesh("CylinderMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.400000006))
351
Neon=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Lily white","Neon",Vector3.new(0.200000003, 0.200000003, 0.200000003))
352
Neonweld=weld(m,Aether,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0245568752, -0.567831755, -0.00136518478, 5.68735413e-006, -1.00000012, -1.12690032e-007, -1.00000012, -5.68758696e-006, 8.57362465e-008, -8.7031367e-008, 1.12690032e-007, -1))
353
mesh("SpecialMesh",Neon,Enum.MeshType.Sphere,"",Vector3.new(0, 0, 0),Vector3.new(0.474570572, 0.50816983, 0.470371157))
354
Neon=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Lily white","Neon",Vector3.new(0.414578706, 0.267470866, 0.508193612))
355
Neonweld=weld(m,Aether,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0024433136, 0.00553488731, 0.692357302, -8.24144081e-007, 5.30853868e-008, 1.00000012, -0.965926111, 0.25881815, -8.12113285e-007, -0.25881812, -0.965926111, -1.62050128e-007))
356
mesh("CylinderMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.400000006))
357
Neon=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Lily white","Neon",Vector3.new(0.414578706, 0.267470866, 0.508193612))
358
Neonweld=weld(m,Aether,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00244855881, 0.0087852478, 0.682419538, 8.24144081e-007, -5.30853868e-008, -1.00000012, 0.965925813, 0.258818716, 7.82543793e-007, 0.258818716, -0.965925992, 2.64495611e-007))
359
mesh("CylinderMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.400000006))
360
Neon=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Lily white","Neon",Vector3.new(0.414578706, 0.267470866, 0.508193612))
361
Neonweld=weld(m,Aether,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00248146057, -0.0610060692, 0.789432049, -8.24144081e-007, 5.30853868e-008, 1.00000012, 0.500005364, -0.866022348, 4.58210707e-007, 0.866022289, 0.500005364, 6.88247383e-007))
362
mesh("CylinderMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.400000006))
363
Neon=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Lily white","Neon",Vector3.new(0.414578706, 0.267470866, 0.508193612))
364
Neonweld=weld(m,Aether,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00248479843, 0.0247051716, 0.724541545, 8.24144081e-007, -5.30853868e-008, -1.00000012, 0.499997318, 0.866026998, 3.66941094e-007, 0.866027057, -0.499997318, 7.41332769e-007))
365
mesh("CylinderMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.400000006))
366
Neon=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Lily white","Neon",Vector3.new(0.200000003, 0.75464201, 0.200000003))
367
Neonweld=weld(m,Aether,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0618763566, 0.844838619, 0.00165748596, 0.866026819, -0.499997675, -1.76951289e-008, 0.499997675, 0.866026819, -8.7544322e-008, 5.87260729e-008, 6.61239028e-008, 1.00000012))
368
mesh("CylinderMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(0.471740097, 1, 0.682904243))
369
Neon=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Lily white","Neon",Vector3.new(0.200000003, 0.200000003, 0.200000003))
370
Neonweld=weld(m,Aether,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.061909318, -1.22174335, -0.00138807297, 0.866026819, -0.499997675, -1.76951289e-008, -0.499997675, -0.866026819, 8.7544322e-008, -5.87260729e-008, -6.61239028e-008, -1.00000012))
371
mesh("SpecialMesh",Neon,Enum.MeshType.Sphere,"",Vector3.new(0, 0, 0),Vector3.new(0.474570572, 0.50816983, 0.470371157))
372
Neon=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Lily white","Neon",Vector3.new(0.200000003, 0.200000003, 0.200000003))
373
Neonweld=weld(m,Aether,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0167390108, -1.67346716, -0.0013666153, -0.866026878, 0.499997616, 1.37835741e-007, 0.499997616, 0.866026759, -4.64729965e-007, -3.52476491e-007, -3.34344804e-007, -1.00000012))
374
mesh("SpecialMesh",Neon,Enum.MeshType.Sphere,"",Vector3.new(0, 0, 0),Vector3.new(0.474570572, 0.50816983, 0.470371157))
375
Neon=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Lily white","Neon",Vector3.new(0.200000003, 0.200000003, 0.200000003))
376
Neonweld=weld(m,Aether,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0481948853, -1.22510386, -0.0013961792, 0.866025388, 0.5, 4.34461981e-007, 0.5, -0.866025388, 2.34693289e-007, 4.92460458e-007, 1.21071935e-008, -1))
377
mesh("SpecialMesh",Neon,Enum.MeshType.Sphere,"",Vector3.new(0, 0, 0),Vector3.new(0.474570572, 0.50816983, 0.470371157))
378
Neon=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Lily white","Neon",Vector3.new(0.200000003, 0.75464201, 0.200000003))
379
Neonweld=weld(m,Aether,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0167447329, 1.29658318, 0.00167179108, -0.866026878, 0.499997616, 1.37835741e-007, -0.499997616, -0.866026759, 4.64729965e-007, 3.52476491e-007, 3.34344804e-007, 1.00000012))
380
mesh("CylinderMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(0.471740097, 1, 0.682904243))
381
Neon=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Lily white","Neon",Vector3.new(0.200000003, 0.200000003, 0.200000003))
382
Neonweld=weld(m,Aether,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0619024634, -0.465797901, -0.00137424469, 0.866026819, -0.499997675, -1.76951289e-008, -0.499997675, -0.866026819, 8.7544322e-008, -5.87260729e-008, -6.61239028e-008, -1.00000012))
383
mesh("SpecialMesh",Neon,Enum.MeshType.Sphere,"",Vector3.new(0, 0, 0),Vector3.new(0.474570572, 0.50816983, 0.470371157))
384
Neon=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Lily white","Neon",Vector3.new(0.414578706, 0.267470866, 0.508193612))
385
Neonweld=weld(m,Aether,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00246477127, -0.0393984318, 0.773224831, 8.24144081e-007, -5.30853868e-008, -1.00000012, -0.707106292, -0.707107365, -5.46686351e-007, -0.707107306, 0.707106292, -6.21192157e-007))
386
mesh("CylinderMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.400000006))
387
NeonLetter=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Lily white","NeonLetter",Vector3.new(0.270463198, 0.200000003, 0.200000003))
388
NeonLetterweld=weld(m,Aether,NeonLetter,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00296783447, -0.892157197, -0.0495495796, -8.24144081e-007, 5.30853868e-008, 1.00000012, -0.289944708, -0.957043409, -1.89058483e-007, 0.957043409, -0.289944708, 8.03964213e-007))
389
mesh("SpecialMesh",NeonLetter,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.0965944752, 0.0839949176))
390
NeonLetter=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Lily white","NeonLetter",Vector3.new(0.200000003, 0.200000003, 0.272143304))
391
NeonLetterweld=weld(m,Aether,NeonLetter,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0220781565, -0.875856161, -0.00244951248, 0.965505719, -0.260382056, 1.36205927e-007, -0.260382056, -0.965505779, 2.00234354e-007, 7.75817171e-008, -2.28174031e-007, -1.00000012))
392
mesh("SpecialMesh",NeonLetter,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.0839947835, 0.0839950144, 1))
393
NeonLetter=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Lily white","NeonLetter",Vector3.new(0.270463198, 0.200000003, 0.200000003))
394
NeonLetterweld=weld(m,Aether,NeonLetter,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00298309326, 0.739748716, 0.227409244, -8.24144081e-007, 5.30853868e-008, 1.00000012, 0.485118002, 0.874448776, 3.55765224e-007, -0.874448717, 0.485117972, -7.45989382e-007))
395
mesh("SpecialMesh",NeonLetter,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.251985252, 0.0839949176))
396
NeonLetter=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Lily white","NeonLetter",Vector3.new(0.200000003, 0.200000003, 0.272143304))
397
NeonLetterweld=weld(m,Aether,NeonLetter,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.17238736, 0.25947094, -0.00244283676, -0.104480669, -0.994526982, -3.21306288e-007, -0.994526863, 0.104480661, -2.65077688e-007, 2.96309736e-007, 2.90572643e-007, -1.00000012))
398
mesh("SpecialMesh",NeonLetter,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.0839947835, 0.390576929, 1))
399
NeonLetter=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Lily white","NeonLetter",Vector3.new(0.200000003, 0.200000003, 0.272143304))
400
NeonLetterweld=weld(m,Aether,NeonLetter,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.192257524, -0.812019348, -0.00239419937, 0.895354569, -0.445353955, -4.33064997e-008, -0.445353985, -0.895354629, -4.56348062e-007, 1.6192098e-007, 4.25614417e-007, -1))
401
mesh("SpecialMesh",NeonLetter,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.0839947835, 0.390576929, 1))
402
NeonLetter=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Lily white","NeonLetter",Vector3.new(0.200000003, 0.422494948, 0.272143304))
403
NeonLetterweld=weld(m,Aether,NeonLetter,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0329217911, -0.964554191, 0.00242137909, -0.995991826, 0.0894442722, -2.12225132e-007, -0.0894442648, -0.995991766, 1.67638063e-008, -2.07572157e-007, 3.63215804e-008, 1))
404
mesh("SpecialMesh",NeonLetter,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.306580961, 1, 1))
405
NeonLetter=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Lily white","NeonLetter",Vector3.new(0.200000003, 0.291462719, 0.272143304))
406
NeonLetterweld=weld(m,Aether,NeonLetter,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.875645757, -0.439057112, 0.00245189667, -0.451866388, -0.892085612, -2.87778676e-007, 0.892085731, -0.451866418, 9.17352736e-008, -2.08923666e-007, -2.1327287e-007, 1.00000012))
407
mesh("SpecialMesh",NeonLetter,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.0839947835, 1, 1))
408
NeonLetter=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Lily white","NeonLetter",Vector3.new(0.200000003, 0.200000003, 0.272143304))
409
NeonLetterweld=weld(m,Aether,NeonLetter,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.16988111, -0.0580990314, -0.00243186951, 0.137960076, -0.990437865, 4.65661287e-009, -0.990437746, -0.137960061, -3.53320502e-007, 3.50833943e-007, 4.28408384e-008, -1))
410
mesh("SpecialMesh",NeonLetter,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.0839947835, 0.390576929, 1))
411
NeonLetter=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Lily white","NeonLetter",Vector3.new(0.270463198, 0.200000003, 0.200000003))
412
NeonLetterweld=weld(m,Aether,NeonLetter,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00295591354, 0.59362936, 0.516537428, -8.24144081e-007, 5.30853868e-008, 1.00000012, 0.485118002, 0.874448776, 3.55765224e-007, -0.874448717, 0.485117972, -7.45989382e-007))
413
mesh("SpecialMesh",NeonLetter,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.432574511, 0.352778435))
414
NeonLetter=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Lily white","NeonLetter",Vector3.new(0.200000003, 0.415775359, 0.272143304))
415
NeonLetterweld=weld(m,Aether,NeonLetter,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.505042911, -0.851142645, 0.00249242783, -0.882199347, 0.470876366, -3.75322998e-007, -0.470876336, -0.882199347, 2.17929482e-007, -2.28741555e-007, 3.6880374e-007, 1.00000012))
416
mesh("SpecialMesh",NeonLetter,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.34437868, 1, 1))
417
NeonLetter=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Lily white","NeonLetter",Vector3.new(0.200000003, 0.200000003, 0.272143304))
418
NeonLetterweld=weld(m,Aether,NeonLetter,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.04437017, -0.460815907, -0.0024471283, 0.462649375, -0.886541367, -6.97560608e-007, -0.886541307, -0.462649375, -1.11293048e-007, -2.22287781e-007, 6.69620931e-007, -1.00000012))
419
mesh("SpecialMesh",NeonLetter,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.0839947835, 0.848349869, 1))
420
Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.628554821, 0.267470866, 0.922772646))
421
Partweld=weld(m,Aether,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(3.61204147e-005, 0.00246715546, -0.952003956, 1, 0, 1.11867848e-009, 2.55931809e-009, 2.05822289e-007, 1, 0, -1, 2.05822289e-007))
422
mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
423
BladeNeon=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Lily white","BladeNeon",Vector3.new(0.405694813, 5.90820885, 0.200000003))
424
BladeNeonweld=weld(m,Aether,BladeNeon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00310599804, -4.01893425, 0.000883102417, 1, 0, 1.11867848e-009, 0, -1, 0, -1.11867848e-009, 0, -1))
425
mesh("SpecialMesh",BladeNeon,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.29999995, 1, 0.377976805))
426
BladeNeon=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Lily white","BladeNeon",Vector3.new(0.200000003, 0.64424175, 0.260384023))
427
BladeNeonweld=weld(m,Aether,BladeNeon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00020647049, -7.29191971, 0.136616588, -8.24144081e-007, 5.30853868e-008, 1.00000012, 5.75021841e-006, -1, 5.21540642e-008, 1, 5.75045124e-006, 8.24569725e-007))
428
mesh("SpecialMesh",BladeNeon,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.362857431, 1, 1))
429
BladeNeon=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Lily white","BladeNeon",Vector3.new(0.200000003, 0.64424175, 0.264583766))
430
BladeNeonweld=weld(m,Aether,BladeNeon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000224590302, -7.2902317, 0.127586007, 8.24144081e-007, -5.30853868e-008, -1.00000012, 5.75021841e-006, -1, 5.21540642e-008, -1, -5.75045124e-006, -8.24569725e-007))
431
mesh("SpecialMesh",BladeNeon,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.362857431, 1, 1))
432
Blade=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Blade",Vector3.new(0.405694813, 5.84185266, 0.200000003))
433
Bladeweld=weld(m,Aether,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00318789482, -4.05222178, 0.000928878784, 1, 0, 1.11867848e-009, 0, -1, 0, -1.11867848e-009, 0, -1))
434
mesh("SpecialMesh",Blade,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.419974238))
435
Blade=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Blade",Vector3.new(0.200000003, 0.522449017, 0.209147185))
436
Bladeweld=weld(m,Aether,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000205039978, -7.23093414, 0.0965009928, 8.24144081e-007, -5.30853868e-008, -1.00000012, 5.75021841e-006, -1, 5.21540642e-008, -1, -5.75045124e-006, -8.24569725e-007))
437
mesh("SpecialMesh",Blade,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.403174937, 1, 1))
438
Blade=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Blade",Vector3.new(0.200000003, 0.522449017, 0.200000003))
439
Bladeweld=weld(m,Aether,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.000283241272, -7.2334938, 0.1067518, -8.24144081e-007, 5.30853868e-008, 1.00000012, 5.75021841e-006, -1, 5.21540642e-008, 1, 5.75045124e-006, 8.24569725e-007))
440
mesh("SpecialMesh",Blade,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.403174937, 1, 0.995338917))
441
442
Nether=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Handle",Vector3.new(0.628554821, 1.32748795, 0.200000003))
443
Netherweld=weld(m,Character["Right Arm"],Nether,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.87177372, -0.0829503536, 0.0382533073, -0.0281696357, 0.999596834, -0.00352261961, -0.000984552898, 0.00349627063, 0.999993443, 0.999602675, 0.0281729139, 0.000885667396))
444
mesh("CylinderMesh",Nether,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.934888721))
445
Blade=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Blade",Vector3.new(0.405694813, 5.84185266, 0.200000003))
446
Bladeweld=weld(m,Nether,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0030772686, -4.05209923, 0.000898361206, 1, 0, 6.13908924e-011, 0, -1.00000012, 0, -6.13908924e-011, 0, -1))
447
mesh("SpecialMesh",Blade,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.419974238))
448
Blade=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Blade",Vector3.new(0.200000003, 0.522449017, 0.209147185))
449
Bladeweld=weld(m,Nether,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000222921371, -7.23093987, 0.0966489315, -1.9498998e-007, -1.84983946e-007, -1, 5.25335781e-006, -1.00000012, 1.84983946e-007, -1, -5.25335781e-006, 1.94589347e-007))
450
mesh("SpecialMesh",Blade,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.403174937, 1, 1))
451
Blade=part(Enum.FormFactor.Custom,m,Enum.Material.SmoothPlastic,0,0,"Really black","Blade",Vector3.new(0.200000003, 0.522449017, 0.200000003))
452
Bladeweld=weld(m,Nether,Blade,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.000254154205, -7.23342943, 0.106646538, 1.9498998e-007, 1.84983946e-007, 1, 5.25335781e-006, -1.00000012, 1.84983946e-007, 1, 5.25335781e-006, -1.94589347e-007))
453
mesh("SpecialMesh",Blade,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.403174937, 1, 0.995338917))
454
BladeNeon=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Really black","BladeNeon",Vector3.new(0.200000003, 0.64424175, 0.264583766))
455
BladeNeonweld=weld(m,Nether,BladeNeon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.000238418579, -7.29017735, 0.127707481, -1.9498998e-007, -1.84983946e-007, -1, 5.25335781e-006, -1.00000012, 1.84983946e-007, -1, -5.25335781e-006, 1.94589347e-007))
456
mesh("SpecialMesh",BladeNeon,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.362857431, 1, 1))
457
BladeNeon=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Really black","BladeNeon",Vector3.new(0.200000003, 0.64424175, 0.260384023))
458
BladeNeonweld=weld(m,Nether,BladeNeon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00025844574, -7.29181671, 0.136456728, 1.9498998e-007, 1.84983946e-007, 1, 5.25335781e-006, -1.00000012, 1.84983946e-007, 1, 5.25335781e-006, -1.94589347e-007))
459
mesh("SpecialMesh",BladeNeon,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(0.362857431, 1, 1))
460
BladeNeon=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Really black","BladeNeon",Vector3.new(0.405694813, 5.90820885, 0.200000003))
461
BladeNeonweld=weld(m,Nether,BladeNeon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00305366516, -4.01884222, 0.000908613205, 1, 0, 6.13908924e-011, 0, -1.00000012, 0, -6.13908924e-011, 0, -1))
462
mesh("SpecialMesh",BladeNeon,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(1.29999995, 1, 0.377976805))
463
Neon=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Really black","Neon",Vector3.new(0.200000003, 0.75464201, 0.200000003))
464
Neonweld=weld(m,Nether,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0482237339, 0.848191738, 0.00165343285, 0.866025805, 0.499999255, -8.93487595e-008, -0.499999255, 0.866025925, -1.87952537e-007, -1.55712314e-008, 2.07568519e-007, 1))
465
mesh("CylinderMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(0.471740097, 1, 0.682904243))
466
Neon=part(Enum.FormFactor.Symmetric,m,Enum.Material.Neon,0,0,"Really black","Neon",Vector3.new(0.201587483, 0.204107866, 0.20326753))
467
Neonweld=weld(m,Nether,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.102931023, 0.746085167, -0.00350427628, 5.15114516e-006, -1.00000012, 1.11933332e-007, -1, -5.15114516e-006, 8.4153271e-009, -8.98012331e-009, -1.11933332e-007, -1))
468
mesh("SpecialMesh",Neon,Enum.MeshType.Sphere,"",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
469
Neon=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Really black","Neon",Vector3.new(0.200000003, 0.200000003, 0.200000003))
470
Neonweld=weld(m,Nether,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0245368481, -1.32375312, -0.00137233734, 5.2258838e-006, -1.00000012, 1.14087015e-007, -1, -5.2258838e-006, -6.55222721e-009, 5.92854121e-009, -1.14087015e-007, -1))
471
mesh("SpecialMesh",Neon,Enum.MeshType.Sphere,"",Vector3.new(0, 0, 0),Vector3.new(0.474570572, 0.50816983, 0.470371157))
472
Neon=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Really black","Neon",Vector3.new(0.200000003, 0.200000003, 0.200000003))
473
Neonweld=weld(m,Nether,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0245070457, -0.56784308, -0.00138664246, 5.2258838e-006, -1.00000012, 1.14087015e-007, -1, -5.2258838e-006, -6.55222721e-009, 5.92854121e-009, -1.14087015e-007, -1))
474
mesh("SpecialMesh",Neon,Enum.MeshType.Sphere,"",Vector3.new(0, 0, 0),Vector3.new(0.474570572, 0.50816983, 0.470371157))
475
Neon=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Really black","Neon",Vector3.new(0.200000003, 0.75464201, 0.200000003))
476
Neonweld=weld(m,Nether,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0245621204, 0.946876049, 0.00165820122, 5.2258838e-006, -1.00000012, 1.14087015e-007, 1, 5.2258838e-006, 6.55222721e-009, -5.92854121e-009, 1.14087015e-007, 1))
477
mesh("CylinderMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(0.471740097, 1, 0.682904243))
478
Neon=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Really black","Neon",Vector3.new(0.200000003, 0.200000003, 0.200000003))
479
Neonweld=weld(m,Nether,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0408022404, 0.540900946, -0.00139760971, 5.2258838e-006, -1.00000012, 1.14087015e-007, -1, -5.2258838e-006, -6.55222721e-009, 5.92854121e-009, -1.14087015e-007, -1))
480
mesh("SpecialMesh",Neon,Enum.MeshType.Sphere,"",Vector3.new(0, 0, 0),Vector3.new(0.474570572, 0.50816983, 0.470371157))
481
Neon=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Really black","Neon",Vector3.new(0.200000003, 0.75464201, 0.200000003))
482
Neonweld=weld(m,Nether,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0407652855, -0.917833328, 0.00166773796, 5.2258838e-006, -1.00000012, 1.14087015e-007, 1, 5.2258838e-006, 6.55222721e-009, -5.92854121e-009, 1.14087015e-007, 1))
483
mesh("CylinderMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(0.471740097, 1, 0.682904243))
484
Neon=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Really black","Neon",Vector3.new(0.200000003, 0.200000003, 0.200000003))
485
Neonweld=weld(m,Nether,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0408360958, 1.29686904, -0.00143361092, 5.2258838e-006, -1.00000012, 1.14087015e-007, -1, -5.2258838e-006, -6.55222721e-009, 5.92854121e-009, -1.14087015e-007, -1))
486
mesh("SpecialMesh",Neon,Enum.MeshType.Sphere,"",Vector3.new(0, 0, 0),Vector3.new(0.474570572, 0.50816983, 0.470371157))
487
Neon=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Really black","Neon",Vector3.new(0.200000003, 0.200000003, 0.200000003))
488
Neonweld=weld(m,Nether,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00358486176, -0.869122982, -0.00142788887, -0.866025805, -0.499999255, 5.95464371e-008, -0.499999255, 0.866025925, -9.76142474e-008, -3.38104655e-009, -1.15134753e-007, -1.00000012))
489
mesh("SpecialMesh",Neon,Enum.MeshType.Sphere,"",Vector3.new(0, 0, 0),Vector3.new(0.474570572, 0.50816983, 0.470371157))
490
Neon=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Really black","Neon",Vector3.new(0.200000003, 0.200000003, 0.200000003))
491
Neonweld=weld(m,Nether,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00356197357, -1.62506747, -0.00138115883, -0.866025805, -0.499999255, 5.95464371e-008, -0.499999255, 0.866025925, -9.76142474e-008, -3.38104655e-009, -1.15134753e-007, -1.00000012))
492
mesh("SpecialMesh",Neon,Enum.MeshType.Sphere,"",Vector3.new(0, 0, 0),Vector3.new(0.474570572, 0.50816983, 0.470371157))
493
Neon=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Really black","Neon",Vector3.new(0.414578706, 0.267470866, 0.508193612))
494
Neonweld=weld(m,Nether,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00249695778, 0.0617160797, 0.698945522, 1.9498998e-007, 1.84983946e-007, 1, -0.866027296, 0.499996901, 7.64266588e-008, -0.499996871, -0.866027355, 2.58325599e-007))
495
mesh("CylinderMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.400000006))
496
Neon=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Really black","Neon",Vector3.new(0.200000003, 0.75464201, 0.200000003))
497
Neonweld=weld(m,Nether,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0035841465, 1.24818707, 0.00168299675, -0.866025805, -0.499999255, 5.95464371e-008, 0.499999255, -0.866025925, 9.76142474e-008, 3.38104655e-009, 1.15134753e-007, 1.00000012))
498
mesh("CylinderMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(0.471740097, 1, 0.682904243))
499
Neon=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Really black","Neon",Vector3.new(0.200000003, 0.200000003, 0.200000003))
500
Neonweld=weld(m,Nether,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0167120695, -0.917606354, -0.00141716003, -0.866027117, 0.499997139, -2.43715476e-007, 0.499997109, 0.866027176, 8.61473382e-008, 2.55289933e-007, -4.703179e-008, -1.00000012))
501
mesh("SpecialMesh",Neon,Enum.MeshType.Sphere,"",Vector3.new(0, 0, 0),Vector3.new(0.474570572, 0.50816983, 0.470371157))
502
Neon=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Really black","Neon",Vector3.new(0.200000003, 0.200000003, 0.200000003))
503
Neonweld=weld(m,Nether,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0167376995, -1.67353034, -0.00138163567, -0.866027117, 0.499997139, -2.43715476e-007, 0.499997109, 0.866027176, 8.61473382e-008, 2.55289933e-007, -4.703179e-008, -1.00000012))
504
mesh("SpecialMesh",Neon,Enum.MeshType.Sphere,"",Vector3.new(0, 0, 0),Vector3.new(0.474570572, 0.50816983, 0.470371157))
505
Neon=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Really black","Neon",Vector3.new(0.200000003, 0.75464201, 0.200000003))
506
Neonweld=weld(m,Nether,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0167084932, 1.29656816, 0.00165486336, -0.866027117, 0.499997139, -2.43715476e-007, -0.499997109, -0.866027176, -8.61473382e-008, -2.55289933e-007, 4.703179e-008, 1.00000012))
507
mesh("CylinderMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(0.471740097, 1, 0.682904243))
508
Neon=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Really black","Neon",Vector3.new(0.200000003, 0.200000003, 0.200000003))
509
Neonweld=weld(m,Nether,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0618534684, -0.465709448, -0.00136375427, 0.866027176, -0.49999702, 2.12166924e-007, -0.49999705, -0.866027296, 1.89756975e-008, 1.75463583e-007, -1.23225618e-007, -1.00000012))
510
mesh("SpecialMesh",Neon,Enum.MeshType.Sphere,"",Vector3.new(0, 0, 0),Vector3.new(0.474570572, 0.50816983, 0.470371157))
511
Neon=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Really black","Neon",Vector3.new(0.200000003, 0.75464201, 0.200000003))
512
Neonweld=weld(m,Nether,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0618223548, 0.84479332, 0.00163936615, 0.866027176, -0.49999702, 2.12166924e-007, 0.49999705, 0.866027296, -1.89756975e-008, -1.75463583e-007, 1.23225618e-007, 1.00000012))
513
mesh("CylinderMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(0.471740097, 1, 0.682904243))
514
Neon=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Really black","Neon",Vector3.new(0.200000003, 0.200000003, 0.200000003))
515
Neonweld=weld(m,Nether,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0618728399, -1.22165966, -0.00139498711, 0.866027176, -0.49999702, 2.12166924e-007, -0.49999705, -0.866027296, 1.89756975e-008, 1.75463583e-007, -1.23225618e-007, -1.00000012))
516
mesh("SpecialMesh",Neon,Enum.MeshType.Sphere,"",Vector3.new(0, 0, 0),Vector3.new(0.474570572, 0.50816983, 0.470371157))
517
Neon=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Really black","Neon",Vector3.new(0.414578706, 0.267470866, 0.508193612))
518
Neonweld=weld(m,Nether,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0025229454, 0.00553905964, 0.69238019, 1.9498998e-007, 1.84983946e-007, 1, -0.96592629, 0.258817375, 1.39538315e-007, -0.258817375, -0.965926349, 2.29396392e-007))
519
mesh("CylinderMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.400000006))
520
Neon=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Really black","Neon",Vector3.new(0.200000003, 0.200000003, 0.200000003))
521
Neonweld=weld(m,Nether,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0482130051, -1.2250942, -0.00141119957, 0.866025805, 0.499999255, -8.93487595e-008, 0.499999255, -0.866025925, 1.87952537e-007, 1.55712314e-008, -2.07568519e-007, -1))
522
mesh("SpecialMesh",Neon,Enum.MeshType.Sphere,"",Vector3.new(0, 0, 0),Vector3.new(0.474570572, 0.50816983, 0.470371157))
523
Neon=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Really black","Neon",Vector3.new(0.414578706, 0.200274855, 0.508193612))
524
Neonweld=weld(m,Nether,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00249862671, 0.0175659657, 0.69406867, 1.9498998e-007, 1.84983946e-007, 1, -1, -2.32830644e-010, 1.9551635e-007, 2.32830644e-010, -1.00000012, 1.84925739e-007))
525
mesh("CylinderMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.400000006))
526
Neon=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Really black","Neon",Vector3.new(0.414578706, 0.267470866, 0.508193612))
527
Neonweld=weld(m,Nether,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00248932838, 0.0247342587, 0.724454165, -1.9498998e-007, -1.84983946e-007, -1, 0.499999076, 0.866026044, -2.575689e-007, 0.866026044, -0.499999106, -7.65430741e-008))
528
mesh("CylinderMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.400000006))
529
Neon=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Really black","Neon",Vector3.new(0.414578706, 0.267470866, 0.508193612))
530
Neonweld=weld(m,Nether,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00250530243, -0.0609382391, 0.789362431, 1.9498998e-007, 1.84983946e-007, 1, 0.500005364, -0.866022408, 6.35045581e-008, 0.866022229, 0.500005424, -2.62720278e-007))
531
mesh("CylinderMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.400000006))
532
Neon=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Really black","Neon",Vector3.new(0.414578706, 0.267470866, 0.508193612))
533
Neonweld=weld(m,Nether,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00251436234, -0.0160479546, -0.768103242, 1.9498998e-007, 1.84983946e-007, 1, -1, -2.32830644e-010, 1.9551635e-007, 2.32830644e-010, -1.00000012, 1.84925739e-007))
534
mesh("CylinderMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.400000006))
535
Neon=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Really black","Neon",Vector3.new(0.414578706, 0.267470866, 0.508193612))
536
Neonweld=weld(m,Nether,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00245881081, -0.0120127201, 0.792094946, 1.9498998e-007, 1.84983946e-007, 1, 0.866027117, -0.499997079, -7.66012818e-008, 0.499997109, 0.866027176, -2.58442014e-007))
537
mesh("CylinderMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.400000006))
538
Neon=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Really black","Neon",Vector3.new(0.414578706, 0.267470866, 0.508193612))
539
Neonweld=weld(m,Nether,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00251865387, -0.0275073051, 0.799879313, 1.9498998e-007, 1.84983946e-007, 1, 0.707110524, -0.707103193, -7.39237294e-009, 0.707103133, 0.707110465, -2.68802978e-007))
540
mesh("CylinderMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.400000006))
541
Neon=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Really black","Neon",Vector3.new(0.414578706, 0.267470866, 0.508193612))
542
Neonweld=weld(m,Nether,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00250387192, -0.0393373966, 0.773245454, -1.9498998e-007, -1.84983946e-007, -1, -0.707106709, -0.707106948, 2.70025339e-007, -0.707106948, 0.707106709, 6.81029633e-009))
543
mesh("CylinderMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.400000006))
544
Neon=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Really black","Neon",Vector3.new(0.414578706, 0.267470866, 0.508193612))
545
Neonweld=weld(m,Nether,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0025036335, 0.0319125652, 0.736887157, -1.9498998e-007, -1.84983946e-007, -1, 0.258815348, 0.965926886, -2.2893073e-007, 0.965926766, -0.258815348, -1.39611075e-007))
546
mesh("CylinderMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.400000006))
547
Neon=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Really black","Neon",Vector3.new(0.414578706, 0.267470866, 0.508193612))
548
Neonweld=weld(m,Nether,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00251102448, 0.0297060013, 0.693159103, -1.9498998e-007, -1.84983946e-007, -1, 0.866025805, 0.499999285, -2.60683009e-007, 0.499999315, -0.866025984, 6.21657819e-008))
549
mesh("CylinderMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.400000006))
550
Neon=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Really black","Neon",Vector3.new(0.414578706, 0.267470866, 0.508193612))
551
Neonweld=weld(m,Nether,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00252056122, -0.0655257702, 0.760563135, -1.9498998e-007, -1.84983946e-007, -1, -0.499999076, -0.866026044, 2.575689e-007, -0.866026044, 0.499999106, 7.65430741e-008))
552
mesh("CylinderMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.400000006))
553
Neon=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Really black","Neon",Vector3.new(0.414578706, 0.267470866, 0.508193612))
554
Neonweld=weld(m,Nether,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00251436234, -0.0367987156, 0.760144949, 1.9498998e-007, 1.84983946e-007, 1, 5.25335781e-006, -1.00000012, 1.84983946e-007, 1, 5.25335781e-006, -1.94589347e-007))
555
mesh("CylinderMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.400000006))
556
Neon=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Really black","Neon",Vector3.new(0.414578706, 0.267470866, 0.508193612))
557
Neonweld=weld(m,Nether,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00248408318, -0.0303695202, 0.769465566, -1.9498998e-007, -1.84983946e-007, -1, -0.866025805, -0.499999285, 2.60683009e-007, -0.499999315, 0.866025984, -6.21657819e-008))
558
mesh("CylinderMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.400000006))
559
Neon=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Really black","Neon",Vector3.new(0.414578706, 0.267470866, 0.508193612))
560
Neonweld=weld(m,Nether,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00249958038, 0.00876927376, 0.682365179, -1.9498998e-007, -1.84983946e-007, -1, 0.96592617, 0.258817852, -2.37778295e-007, 0.258817852, -0.96592629, 1.28813554e-007))
561
mesh("CylinderMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.400000006))
562
Neon=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Really black","Neon",Vector3.new(0.414578706, 0.267470866, 0.508193612))
563
Neonweld=weld(m,Nether,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00249004364, -0.067527771, 0.777368069, 1.9498998e-007, 1.84983946e-007, 1, 0.258825153, -0.965924203, 1.28289685e-007, 0.965924263, 0.258825183, -2.36876076e-007))
564
mesh("CylinderMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.400000006))
565
Neon=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Really black","Neon",Vector3.new(0.414578706, 0.267470866, 0.508193612))
566
Neonweld=weld(m,Nether,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00249266624, -0.0645384789, 0.748389721, -1.9498998e-007, -1.84983946e-007, -1, -0.258815348, -0.965926886, 2.2893073e-007, -0.965926766, 0.258815348, 1.39611075e-007))
567
mesh("CylinderMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.400000006))
568
Neon=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Really black","Neon",Vector3.new(0.414578706, 0.267470866, 0.508193612))
569
Neonweld=weld(m,Nether,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00249934196, 0.0384550095, 0.715066433, -1.9498998e-007, -1.84983946e-007, -1, 0.707106709, 0.707106948, -2.70025339e-007, 0.707106948, -0.707106709, -6.81029633e-009))
570
mesh("CylinderMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.400000006))
571
Neon=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Really black","Neon",Vector3.new(0.414578706, 0.267470866, 0.508193612))
572
Neonweld=weld(m,Nether,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00247359276, -0.0059517622, 0.788795471, 1.9498998e-007, 1.84983946e-007, 1, 0.96592629, -0.258817375, -1.39538315e-007, 0.258817375, 0.965926349, -2.29396392e-007))
573
mesh("CylinderMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.400000006))
574
Neon=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Really black","Neon",Vector3.new(0.414578706, 0.267470866, 0.508193612))
575
Neonweld=weld(m,Nether,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.00248098373, 0.0349800587, 0.746271133, 1.9498998e-007, 1.84983946e-007, 1, -5.25335781e-006, 1.00000012, -1.84983946e-007, -1, -5.25335781e-006, 1.94589347e-007))
576
mesh("CylinderMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.400000006))
577
Neon=part(Enum.FormFactor.Brick,m,Enum.Material.Neon,0,0,"Really black","Neon",Vector3.new(0.414578706, 0.267470866, 0.508193612))
578
Neonweld=weld(m,Nether,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00248861313, -0.0295228958, 0.771678805, -1.9498998e-007, -1.84983946e-007, -1, -0.96592617, -0.258817852, 2.37778295e-007, -0.258817852, 0.96592629, -1.28813554e-007))
579
mesh("CylinderMesh",Neon,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 0.400000006))
580
Neon=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Really black","Neon",Vector3.new(0.207467124, 0.200000003, 0.200747684))
581
Neonweld=weld(m,Nether,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.698108196, 0.199664474, -0.00309181213, -0.499998838, -0.866026163, -6.19329512e-008, -0.866026103, 0.499998808, -1.50990672e-007, 1.62069909e-007, -2.24099495e-008, -1))
582
mesh("SpecialMesh",Neon,Enum.MeshType.Sphere,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.974342167, 1))
583
Neon=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Really black","Neon",Vector3.new(0.200000003, 0.200000003, 0.200000003))
584
Neonweld=weld(m,Nether,Neon,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0482084751, -0.469145536, -0.00139713287, 0.866025805, 0.499999255, -8.93487595e-008, 0.499999255, -0.866025925, 1.87952537e-007, 1.55712314e-008, -2.07568519e-007, -1))
585
mesh("SpecialMesh",Neon,Enum.MeshType.Sphere,"",Vector3.new(0, 0, 0),Vector3.new(0.474570572, 0.50816983, 0.470371157))
586
NeonLetter=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Lily white","NeonLetter",Vector3.new(0.270463198, 0.200000003, 0.200000003))
587
NeonLetterweld=weld(m,Nether,NeonLetter,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00194454193, -1.06429565, -0.294578314, -1.9498998e-007, -1.84983946e-007, -1, 0.436867625, -0.89952594, 8.17235559e-008, -0.89952594, -0.436867625, 2.55706254e-007))
588
mesh("SpecialMesh",NeonLetter,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.621563315, 0.302381516))
589
NeonLetter=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Lily white","NeonLetter",Vector3.new(0.200000003, 0.200000003, 0.272143304))
590
NeonLetterweld=weld(m,Nether,NeonLetter,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.19455266, -0.800625026, 0.00243830681, -0.895353794, -0.445355684, -7.94534571e-008, 0.445355654, -0.895353794, 2.69035809e-007, -1.92516382e-007, 2.05182005e-007, 1))
591
mesh("SpecialMesh",NeonLetter,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.0839947835, 0.390576929, 1))
592
NeonLetter=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Lily white","NeonLetter",Vector3.new(0.270463198, 0.200000003, 0.200000003))
593
NeonLetterweld=weld(m,Nether,NeonLetter,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0019402504, -0.881215215, -0.0536847115, -1.9498998e-007, -1.84983946e-007, -1, 0.289954394, -0.957040548, 1.20722689e-007, -0.957040489, -0.289954424, 2.41707312e-007))
594
mesh("SpecialMesh",NeonLetter,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.0965944752, 0.0839949176))
595
NeonLetter=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Lily white","NeonLetter",Vector3.new(0.270463198, 0.200000003, 0.200000003))
596
NeonLetterweld=weld(m,Nether,NeonLetter,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.00192308426, 0.728180289, 0.229098558, -1.9498998e-007, -1.84983946e-007, -1, -0.485126227, 0.874444187, -6.71716407e-008, 0.874444187, 0.485126287, -2.58820364e-007))
597
mesh("SpecialMesh",NeonLetter,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.251985252, 0.0839949176))
598
NeonLetter=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Lily white","NeonLetter",Vector3.new(0.200000003, 0.200000003, 0.272143304))
599
NeonLetterweld=weld(m,Nether,NeonLetter,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.0265626907, -0.864977717, 0.0024471283, -0.965505838, -0.260381699, -2.91329343e-008, 0.260381699, -0.965505838, 7.95116648e-008, -4.86113549e-008, 6.90342858e-008, 1))
600
mesh("SpecialMesh",NeonLetter,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.0839947835, 0.0839950144, 1))
601
NeonLetter=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Lily white","NeonLetter",Vector3.new(0.200000003, 0.200000003, 0.272143304))
602
NeonLetterweld=weld(m,Nether,NeonLetter,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.03947759, -0.450213075, 0.0024869442, -0.462641776, -0.88654542, 1.23050995e-007, 0.88654536, -0.462641776, -1.10972906e-007, 1.54459713e-007, 5.76255843e-008, 1))
603
mesh("SpecialMesh",NeonLetter,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.0839947835, 0.848349869, 1))
604
NeonLetter=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Lily white","NeonLetter",Vector3.new(0.200000003, 0.422494948, 0.272143304))
605
NeonLetterweld=weld(m,Nether,NeonLetter,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.0392067432, -0.954729676, -0.00247454643, 0.995991766, 0.089444153, 5.62213245e-008, 0.0894441605, -0.995991826, 1.16007868e-007, 6.55215899e-008, -1.10594556e-007, -1.00000012))
606
mesh("SpecialMesh",NeonLetter,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.306580961, 1, 1))
607
NeonLetter=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Lily white","NeonLetter",Vector3.new(0.200000003, 0.200000003, 0.272143304))
608
NeonLetterweld=weld(m,Nether,NeonLetter,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.16178858, -0.0497832298, 0.00244355202, -0.137950227, -0.990439177, 8.88248906e-008, 0.990439236, -0.137950242, 2.30327714e-007, -2.16429044e-007, 1.1944212e-007, 1))
609
mesh("SpecialMesh",NeonLetter,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.0839947835, 0.390576929, 1))
610
NeonLetter=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Lily white","NeonLetter",Vector3.new(0.200000003, 0.200000003, 0.272143304))
611
NeonLetterweld=weld(m,Nether,NeonLetter,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-1.16243589, 0.265618801, 0.0024394989, 0.104491726, -0.994525909, 5.90225682e-008, 0.99452585, 0.104491726, -2.46720447e-007, 2.40048166e-007, 8.44011083e-008, 1))
612
mesh("SpecialMesh",NeonLetter,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.0839947835, 0.390576929, 1))
613
NeonLetter=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Lily white","NeonLetter",Vector3.new(0.200000003, 0.313301444, 0.272143304))
614
NeonLetterweld=weld(m,Nether,NeonLetter,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.311394453, -0.842094541, -0.00247263908, 0.892084658, 0.451868415, -5.24159987e-008, 0.451868445, -0.892084718, 8.64965841e-008, -9.01673047e-009, -1.01572368e-007, -1))
615
mesh("SpecialMesh",NeonLetter,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.289781988, 1, 1))
616
NeonLetter=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Lily white","NeonLetter",Vector3.new(0.200000003, 0.415775359, 0.272143304))
617
NeonLetterweld=weld(m,Nether,NeonLetter,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(0.506984472, -0.839653134, -0.00243520737, 0.882198989, 0.470877051, 3.44123691e-007, 0.470877022, -0.882198989, 1.79978088e-007, 3.8736448e-007, 2.6775524e-009, -1))
618
mesh("SpecialMesh",NeonLetter,Enum.MeshType.Brick,"",Vector3.new(0, 0, 0),Vector3.new(0.34437868, 1, 1))
619
Part=part(Enum.FormFactor.Brick,m,Enum.Material.SmoothPlastic,0,0,"Really black","Part",Vector3.new(0.628554821, 0.267470866, 0.922772646))
620
Partweld=weld(m,Nether,Part,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(7.86781311e-006, 0.00250267982, -0.951990962, 1, 0, 6.13908924e-011, -6.46878107e-010, 2.01049261e-007, 1, 0, -1.00000012, 2.01107468e-007))
621
mesh("CylinderMesh",Part,"","",Vector3.new(0, 0, 0),Vector3.new(1, 1, 1))
622
NeonLetter=part(Enum.FormFactor.Custom,m,Enum.Material.Neon,0,0,"Lily white","NeonLetter",Vector3.new(0.270463198, 0.200000003, 0.200000003))
623
NeonLetterweld=weld(m,Nether,NeonLetter,CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1),CFrame.new(-0.001922369, 0.582068503, 0.518258333, -1.9498998e-007, -1.84983946e-007, -1, -0.485126227, 0.874444187, -6.71716407e-008, 0.874444187, 0.485126287, -2.58820364e-007))
624
mesh("SpecialMesh",NeonLetter,Enum.MeshType.Wedge,"",Vector3.new(0, 0, 0),Vector3.new(1, 0.432574511, 0.352778435))
625
626
----(Sky's Secret Settings)----
627
local Player = game:getService("Players").LocalPlayer
628
local Players = game.Players
629
local Character = Player.Character
630
me = game.Players.LocalPlayer
631
----(Variables)----
632
local player = game.Players.LocalPlayer
633
local char = player.Character
634
local a = Instance.new("Part", char)
635
wait(0.00001)
636
local a2 = Instance.new("Part", char)
637
638
639
--[[for _, v in pairs(Character:GetChildren()) do
640
    if v:IsA("Part") then
641
        --table.insert(BodyParts, v)
642
        v.Transparency = 1
643
        if v:IsA("Hat") then
644
        v:Destroy()
645
    end
646
end]]
647
648
649
--[[
650
wait(0.00001)
651
local b = Instance.new("Part", char)
652
wait(0.00001)
653
local b2 = Instance.new("Part", char)
654
wait(0.00001)
655
local c = Instance.new("Part", char)
656
wait(0.00001)
657
local c2 = Instance.new("Part", char)
658
]]--
659
local pos = player.Character.Torso.Position
660
local chat = game:GetService("Chat")
661
local mouse = player:GetMouse()
662
local active = true
663
local meshs = {};
664
local sounds = {};
665
666
local fly = Instance.new("BodyPosition", a)
667
a.CanCollide = false
668
a.Material = "Neon"
669
a.Shape = Enum.PartType.Ball
670
a.Size = Vector3.new(2.6, 2.6, 2.6)
671
a.BrickColor = BrickColor.new("Intitutional white")
672
a.Position = fly.position
673
674
local fly2 = Instance.new("BodyPosition", a2)
675
a2.CanCollide = false
676
a2.Material = "Neon"
677
a2.BrickColor = BrickColor.new("Really black")
678
a2.Shape = Enum.PartType.Ball
679
a2.Size = Vector3.new(2.6, 2.6, 2.6)
680
a2.Position = fly2.position
681
682
local p = Instance.new('Part', char.Torso)
683
p.Name = 'Orb' --name it whatever you want
684
p.Transparency = 1
685
p.Anchored = false
686
p.CanCollide = false
687
p.Size = Vector3.new(1, 1, 1)
688
        local w = Instance.new('Weld', p)
689
        w.Part0 = p
690
        w.Part1 = char.Torso
691
        w.C0 = CFrame.new(3, -2, 0)  -- you can adjust the position the first ball will be in - josh50535
692
693
local p2 = Instance.new('Part', char.Torso)
694
p2.Name = 'AsdfOrb' --name it whatever you want
695
p2.Transparency = 1
696
p2.Anchored = false
697
p2.CanCollide = false
698
p2.Size = Vector3.new(1, 1, 1)
699
        local w = Instance.new('Weld', p2)
700
        w.Part0 = p2
701
        w.Part1 = char.Torso
702
        w.C0 = CFrame.new(-3, -2, 0)   -- you can adjust the position the second ball will be in - josh50535
703
704
705
game:service'RunService'.RenderStepped:connect(function()
706
        fly.position = p.CFrame.p
707
        fly2.position = p2.CFrame.p
708
end)
709
710
711
712
    
713
local function CFrameFromTopBack(at, top, back)
714
local right = top:Cross(back)
715
return CFrame.new(at.x, at.y, at.z,
716
right.x, top.x, back.x,
717
right.y, top.y, back.y,
718
right.z, top.z, back.z)
719
end
720
721
function Triangle(a, b, c)
722
local edg1 = (c-a):Dot((b-a).unit)
723
local edg2 = (a-b):Dot((c-b).unit)
724
local edg3 = (b-c):Dot((a-c).unit)
725
if edg1 <= (b-a).magnitude and edg1 >= 0 then
726
a, b, c = a, b, c
727
elseif edg2 <= (c-b).magnitude and edg2 >= 0 then
728
a, b, c = b, c, a
729
elseif edg3 <= (a-c).magnitude and edg3 >= 0 then
730
a, b, c = c, a, b
731
else
732
assert(false, "unreachable")
733
end
734
 
735
local len1 = (c-a):Dot((b-a).unit)
736
local len2 = (b-a).magnitude - len1
737
local width = (a + (b-a).unit*len1 - c).magnitude
738
 
739
local maincf = CFrameFromTopBack(a, (b-a):Cross(c-b).unit, -(b-a).unit)
740
 
741
local list = {}
742
743
local TrailColor = ("Dark grey")
744
 
745
if len1 > 0.01 then
746
local w1 = Instance.new('WedgePart', m)
747
game:GetService("Debris"):AddItem(w1,5)
748
w1.Material = "SmoothPlastic"
749
w1.FormFactor = 'Custom'
750
w1.BrickColor = BrickColor.new(TrailColor)
751
w1.Transparency = 0
752
w1.Reflectance = 0
753
w1.Material = "SmoothPlastic"
754
w1.CanCollide = false
755
NoOutline(w1)
756
local sz = Vector3.new(0.2, width, len1)
757
w1.Size = sz
758
local sp = Instance.new("SpecialMesh",w1)
759
sp.MeshType = "Wedge"
760
sp.Scale = Vector3.new(0,1,1) * sz/w1.Size
761
w1:BreakJoints()
762
w1.Anchored = true
763
w1.Parent = workspace
764
w1.Transparency = 0.7
765
table.insert(Effects,{w1,"Disappear",.01})
766
w1.CFrame = maincf*CFrame.Angles(math.pi,0,math.pi/2)*CFrame.new(0,width/2,len1/2)
767
table.insert(list,w1)
768
end
769
 
770
if len2 > 0.01 then
771
local w2 = Instance.new('WedgePart', m)
772
game:GetService("Debris"):AddItem(w2,5)
773
w2.Material = "SmoothPlastic"
774
w2.FormFactor = 'Custom'
775
w2.BrickColor = BrickColor.new(TrailColor)
776
w2.Transparency = 0
777
w2.Reflectance = 0
778
w2.Material = "SmoothPlastic"
779
w2.CanCollide = false
780
NoOutline(w2)
781
local sz = Vector3.new(0.2, width, len2)
782
w2.Size = sz
783
local sp = Instance.new("SpecialMesh",w2)
784
sp.MeshType = "Wedge"
785
sp.Scale = Vector3.new(0,1,1) * sz/w2.Size
786
w2:BreakJoints()
787
w2.Anchored = true
788
w2.Parent = workspace
789
w2.Transparency = 0.7
790
table.insert(Effects,{w2,"Disappear",.01})
791
w2.CFrame = maincf*CFrame.Angles(math.pi,math.pi,-math.pi/2)*CFrame.new(0,width/2,-len1 - len2/2)
792
table.insert(list,w2)
793
end
794
return unpack(list)
795
end
796
    
797
    
798
so = function(id,par,vol,pit) 
799
coroutine.resume(coroutine.create(function()
800
local sou = Instance.new("Sound",par or workspace)
801
sou.Volume=vol
802
sou.Pitch=pit or 1
803
sou.SoundId=id
804
swait() 
805
sou:play() 
806
game:GetService("Debris"):AddItem(sou,6)
807
end))
808
end
809
 
810
function clerp(a,b,t) 
811
local qa = {QuaternionFromCFrame(a)}
812
local qb = {QuaternionFromCFrame(b)} 
813
local ax, ay, az = a.x, a.y, a.z 
814
local bx, by, bz = b.x, b.y, b.z
815
local _t = 1-t
816
return QuaternionToCFrame(_t*ax + t*bx, _t*ay + t*by, _t*az + t*bz,QuaternionSlerp(qa, qb, t)) 
817
end 
818
 
819
function QuaternionFromCFrame(cf) 
820
local mx, my, mz, m00, m01, m02, m10, m11, m12, m20, m21, m22 = cf:components() 
821
local trace = m00 + m11 + m22 
822
if trace > 0 then 
823
local s = math.sqrt(1 + trace) 
824
local recip = 0.5/s 
825
return (m21-m12)*recip, (m02-m20)*recip, (m10-m01)*recip, s*0.5 
826
else 
827
local i = 0 
828
if m11 > m00 then
829
i = 1
830
end
831
if m22 > (i == 0 and m00 or m11) then 
832
i = 2 
833
end 
834
if i == 0 then 
835
local s = math.sqrt(m00-m11-m22+1) 
836
local recip = 0.5/s 
837
return 0.5*s, (m10+m01)*recip, (m20+m02)*recip, (m21-m12)*recip 
838
elseif i == 1 then 
839
local s = math.sqrt(m11-m22-m00+1) 
840
local recip = 0.5/s 
841
return (m01+m10)*recip, 0.5*s, (m21+m12)*recip, (m02-m20)*recip 
842
elseif i == 2 then 
843
local s = math.sqrt(m22-m00-m11+1) 
844
local recip = 0.5/s return (m02+m20)*recip, (m12+m21)*recip, 0.5*s, (m10-m01)*recip 
845
end 
846
end 
847
end
848
 
849
function QuaternionToCFrame(px, py, pz, x, y, z, w) 
850
local xs, ys, zs = x + x, y + y, z + z 
851
local wx, wy, wz = w*xs, w*ys, w*zs 
852
local xx = x*xs 
853
local xy = x*ys 
854
local xz = x*zs 
855
local yy = y*ys 
856
local yz = y*zs 
857
local zz = z*zs 
858
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)) 
859
end
860
 
861
function QuaternionSlerp(a, b, t) 
862
local cosTheta = a[1]*b[1] + a[2]*b[2] + a[3]*b[3] + a[4]*b[4] 
863
local startInterp, finishInterp; 
864
if cosTheta >= 0.0001 then 
865
if (1 - cosTheta) > 0.0001 then 
866
local theta = math.acos(cosTheta) 
867
local invSinTheta = 1/math.sin(theta) 
868
startInterp = math.sin((1-t)*theta)*invSinTheta 
869
finishInterp = math.sin(t*theta)*invSinTheta  
870
else 
871
startInterp = 1-t 
872
finishInterp = t 
873
end 
874
else 
875
if (1+cosTheta) > 0.0001 then 
876
local theta = math.acos(-cosTheta) 
877
local invSinTheta = 1/math.sin(theta) 
878
startInterp = math.sin((t-1)*theta)*invSinTheta 
879
finishInterp = math.sin(t*theta)*invSinTheta 
880
else 
881
startInterp = t-1 
882
finishInterp = t 
883
end 
884
end 
885
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 
886
end
887
888
--Example: Torso.Weld.C0 = clerp(Torso.Weld.C0, CFrame.new(0, 0, 0) * CFrame.Angles(math.rad(0), math.rad(0), math.rad(0)), 0.4)
889
890
891
function rayCast(Pos, Dir, Max, Ignore)  -- Origin Position , Direction, MaxDistance , IgnoreDescendants
892
return game:service("Workspace"):FindPartOnRay(Ray.new(Pos, Dir.unit * (Max or 999.999)), Ignore) 
893
end 
894
895
Damagefunc=function(hit,minim,maxim,knockback,Type,Property,Delay,KnockbackType,decreaseblock)
896
        if hit.Parent==nil then
897
                return
898
        end
899
        h=hit.Parent:FindFirstChild("Humanoid")
900
        for _,v in pairs(hit.Parent:children()) do
901
        if v:IsA("Humanoid") then
902
        h=v
903
        end
904
        end
905
        if hit.Parent.Parent:FindFirstChild("Torso")~=nil then
906
        h=hit.Parent.Parent:FindFirstChild("Humanoid")
907
        end
908
        if hit.Parent.className=="Hat" then
909
        hit=hit.Parent.Parent:findFirstChild("Head")
910
        end
911
        if h~=nil and hit.Parent.Name~=Character.Name and hit.Parent:FindFirstChild("Torso")~=nil then
912
        if hit.Parent:findFirstChild("DebounceHit")~=nil then if hit.Parent.DebounceHit.Value==true then return end end
913
        --[[                if game.Players:GetPlayerFromCharacter(hit.Parent)~=nil then
914
                        return
915
                end]]
916
--                        hs(hit,1.2) 
917
                        c=Instance.new("ObjectValue")
918
                        c.Name="creator"
919
                        c.Value=game:service("Players").LocalPlayer
920
                        c.Parent=h
921
                        game:GetService("Debris"):AddItem(c,.5)
922
                Damage=math.random(minim,maxim)
923
--                h:TakeDamage(Damage)
924
                blocked=false
925
                block=hit.Parent:findFirstChild("Block")
926
                if block~=nil then
927
                print(block.className)
928
                if block.className=="NumberValue" then
929
                if block.Value>0 then
930
                blocked=true
931
                if decreaseblock==nil then
932
                block.Value=block.Value-1
933
                end
934
                end
935
                end
936
                if block.className=="IntValue" then
937
                if block.Value>0 then
938
                blocked=true
939
                if decreaseblock~=nil then
940
                block.Value=block.Value-1
941
                end
942
                end
943
                end
944
                end
945
                if blocked==false then
946
--                h:TakeDamage(Damage)
947
                h.Health=h.Health-Damage
948
                showDamage(hit.Parent,Damage,.5,BrickColor.new("New Yeller"))
949
                else
950
                h.Health=h.Health-(Damage/2)
951
                showDamage(hit.Parent,Damage/2,.5,BrickColor.new("Bright blue"))
952
                end
953
                if Type=="Knockdown" then
954
                hum=hit.Parent.Humanoid
955
hum.PlatformStand=true
956
coroutine.resume(coroutine.create(function(HHumanoid)
957
swait(1)
958
HHumanoid.PlatformStand=false
959
end),hum)
960
                local angle=(hit.Position-(Property.Position+Vector3.new(0,0,0))).unit
961
--hit.CFrame=CFrame.new(hit.Position,Vector3.new(angle.x,hit.Position.y,angle.z))*CFrame.fromEulerAnglesXYZ(math.pi/4,0,0)
962
local bodvol=Instance.new("BodyVelocity")
963
bodvol.velocity=angle*knockback
964
bodvol.P=5000
965
bodvol.maxForce=Vector3.new(8e+003, 8e+003, 8e+003)
966
bodvol.Parent=hit
967
rl=Instance.new("BodyAngularVelocity")
968
rl.P=3000
969
rl.maxTorque=Vector3.new(500000,500000,500000)*50000000000000
970
rl.angularvelocity=Vector3.new(math.random(-10,10),math.random(-10,10),math.random(-10,10))
971
rl.Parent=hit
972
game:GetService("Debris"):AddItem(bodvol,.5)
973
game:GetService("Debris"):AddItem(rl,.5)
974
                elseif Type=="Normal" then
975
                vp=Instance.new("BodyVelocity")
976
                vp.P=500
977
                vp.maxForce=Vector3.new(math.huge,0,math.huge)
978
--                vp.velocity=Character.Torso.CFrame.lookVector*Knockback
979
                if KnockbackType==1 then
980
                vp.velocity=Property.CFrame.lookVector*knockback+Property.Velocity/1.05
981
                elseif KnockbackType==2 then
982
                vp.velocity=Property.CFrame.lookVector*knockback
983
                end
984
                if knockback>0 then
985
                        vp.Parent=hit.Parent.Torso
986
                end
987
                game:GetService("Debris"):AddItem(vp,.5)
988
                elseif Type=="Up" then
989
                local bodyVelocity=Instance.new("BodyVelocity")
990
                bodyVelocity.velocity=vt(0,60,0)
991
                bodyVelocity.P=5000
992
                bodyVelocity.maxForce=Vector3.new(8e+003, 8e+003, 8e+003)
993
                bodyVelocity.Parent=hit
994
                game:GetService("Debris"):AddItem(bodyVelocity,1)
995
                rl=Instance.new("BodyAngularVelocity")
996
                rl.P=3000
997
                rl.maxTorque=Vector3.new(500000,500000,500000)*50000000000000
998
                rl.angularvelocity=Vector3.new(math.random(-30,30),math.random(-30,30),math.random(-30,30))
999
                rl.Parent=hit
1000
                game:GetService("Debris"):AddItem(rl,.5)
1001
                elseif Type=="Snare" then
1002
                bp=Instance.new("BodyPosition")
1003
                bp.P=2000
1004
                bp.D=100
1005
                bp.maxForce=Vector3.new(math.huge,math.huge,math.huge)
1006
                bp.position=hit.Parent.Torso.Position
1007
                bp.Parent=hit.Parent.Torso
1008
                game:GetService("Debris"):AddItem(bp,1)
1009
                elseif Type=="Target" then
1010
                if Targetting==false then
1011
                ZTarget=hit.Parent.Torso
1012
                coroutine.resume(coroutine.create(function(Part) 
1013
                so("http://www.roblox.com/asset/?id=15666462",Part,1,1.5) 
1014
                swait(5)
1015
                so("http://www.roblox.com/asset/?id=15666462",Part,1,1.5) 
1016
                end),ZTarget)
1017
                TargHum=ZTarget.Parent:findFirstChild("Humanoid")
1018
                targetgui=Instance.new("BillboardGui")
1019
                targetgui.Parent=ZTarget
1020
                targetgui.Size=UDim2.new(10,100,10,100)
1021
                targ=Instance.new("ImageLabel")
1022
                targ.Parent=targetgui
1023
                targ.BackgroundTransparency=1
1024
                targ.Image="rbxassetid://4834067"
1025
                targ.Size=UDim2.new(1,0,1,0)
1026
                cam.CameraType="Scriptable"
1027
                cam.CoordinateFrame=CFrame.new(Head.CFrame.p,ZTarget.Position)
1028
                dir=Vector3.new(cam.CoordinateFrame.lookVector.x,0,cam.CoordinateFrame.lookVector.z)
1029
                workspace.CurrentCamera.CoordinateFrame=CFrame.new(Head.CFrame.p,ZTarget.Position)
1030
                Targetting=true
1031
                RocketTarget=ZTarget
1032
                for i=1,Property do
1033
                --while Targetting==true and Humanoid.Health>0 and Character.Parent~=nil do
1034
                if Humanoid.Health>0 and Character.Parent~=nil and TargHum.Health>0 and TargHum.Parent~=nil and Targetting==true then
1035
                swait()
1036
                end
1037
                --workspace.CurrentCamera.CoordinateFrame=CFrame.new(Head.CFrame.p,Head.CFrame.p+rmdir*100)
1038
                cam.CoordinateFrame=CFrame.new(Head.CFrame.p,ZTarget.Position)
1039
                dir=Vector3.new(cam.CoordinateFrame.lookVector.x,0,cam.CoordinateFrame.lookVector.z)
1040
                cam.CoordinateFrame=CFrame.new(Head.CFrame.p,ZTarget.Position)*cf(0,5,10)*euler(-0.3,0,0)
1041
                end
1042
                Targetting=false
1043
                RocketTarget=nil
1044
                targetgui.Parent=nil
1045
                cam.CameraType="Custom"
1046
                end
1047
                end
1048
                        debounce=Instance.new("BoolValue")
1049
                        debounce.Name="DebounceHit"
1050
                        debounce.Parent=hit.Parent
1051
                        debounce.Value=true
1052
                        game:GetService("Debris"):AddItem(debounce,Delay)
1053
                        c=Instance.new("ObjectValue")
1054
                        c.Name="creator"
1055
                        c.Value=Player
1056
                        c.Parent=h
1057
                        game:GetService("Debris"):AddItem(c,.5)
1058
                CRIT=false
1059
                hitDeb=true
1060
                AttackPos=6
1061
        end
1062
end
1063
 
1064
showDamage=function(Char,Dealt,du,Color)
1065
        m=Instance.new("Model")
1066
        m.Name=tostring(Dealt)
1067
        h=Instance.new("Humanoid")
1068
        h.Health=0
1069
        h.MaxHealth=0
1070
        h.Parent=m
1071
        c=Instance.new("Part")
1072
        c.Transparency=0
1073
        c.BrickColor=Color
1074
        c.Name="Head"
1075
        c.TopSurface=0
1076
        c.BottomSurface=0
1077
        c.formFactor="Plate"
1078
        c.Size=Vector3.new(1,.4,1)
1079
        ms=Instance.new("CylinderMesh")
1080
        ms.Scale=Vector3.new(.8,.8,.8)
1081
        if CRIT==true then
1082
                ms.Scale=Vector3.new(1,1.25,1)
1083
        end
1084
        ms.Parent=c
1085
        c.Reflectance=0
1086
        Instance.new("BodyGyro").Parent=c
1087
        c.Parent=m
1088
        if Char:findFirstChild("Head")~=nil then
1089
        c.CFrame=CFrame.new(Char["Head"].CFrame.p+Vector3.new(0,1.5,0))
1090
        elseif Char.Parent:findFirstChild("Head")~=nil then
1091
        c.CFrame=CFrame.new(Char.Parent["Head"].CFrame.p+Vector3.new(0,1.5,0))
1092
        end
1093
        f=Instance.new("BodyPosition")
1094
        f.P=2000
1095
        f.D=100
1096
        f.maxForce=Vector3.new(math.huge,math.huge,math.huge)
1097
        f.position=c.Position+Vector3.new(0,3,0)
1098
        f.Parent=c
1099
        game:GetService("Debris"):AddItem(m,.5+du)
1100
        c.CanCollide=false
1101
        m.Parent=workspace
1102
        c.CanCollide=false
1103
end
1104
1105
function attackone()
1106
    attack=true
1107
    con1=Aether.Touched:connect(function(hit) Damagefunc(hit,12,30,math.random(5,10),"Normal",RootPart,.2,1) end) 
1108
    for i=0,1,0.08 do
1109
        swait()
1110
RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*angles(math.rad(130),math.rad(0),math.rad(20)),.3)
1111
LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*angles(math.rad(0),math.rad(0),math.rad(-90)),.3)
1112
LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0)),.3)
1113
RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(0)),.3)
1114
RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(-80)),.3)
1115
Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(0),math.rad(0),math.rad(80)),.3)
1116
    end
1117
    for i=0,1,0.08 do
1118
        swait()
1119
RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*angles(math.rad(30),math.rad(0),math.rad(20)),.3)
1120
LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*angles(math.rad(0),math.rad(0),math.rad(-50)),.3)
1121
LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0)),.3)
1122
RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(0)),.3)
1123
RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(20),math.rad(0),math.rad(80)),.3)
1124
Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(-10),math.rad(10),math.rad(-80)),.3)
1125
    end
1126
    attack=false
1127
    con1:disconnect()
1128
end
1129
1130
function attacktwo()
1131
con1=Blade.Touched:connect(function(hit) Damagefunc(hit,15,25,math.random(5,10),"Normal",RootPart,.2,1) end) 
1132
con2=Blade.Touched:connect(function(hit) Damagefunc(hit,15,25,math.random(5,10),"Normal",RootPart,.2,1) end) 
1133
for i=0,1,0.2 do
1134
swait()
1135
Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(0),math.rad(0),math.rad(0)),.3)
1136
RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*angles(math.rad(0),math.rad(0),math.rad(90)),.3)
1137
LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*angles(math.rad(0),math.rad(0),math.rad(-90)),.3)
1138
LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0)),.3)
1139
RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(0)),.3)
1140
RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,6)*angles(0,0,0),.3)
1141
end
1142
for i=0,1,1 do
1143
swait()
1144
for i=0,1,0.075 do
1145
swait()
1146
Torso.Velocity=RootPart.CFrame.lookVector*50
1147
Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(0),math.rad(0),math.rad(0)),.3)
1148
RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*angles(math.rad(0),math.rad(0),math.rad(90)),.3)
1149
LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*angles(math.rad(0),math.rad(0),math.rad(-90)),.3)
1150
LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0)),.3)
1151
RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(0)),.3)
1152
RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,6)*angles(math.rad(0),math.rad(90),6*i),.3)
1153
end
1154
end
1155
for i=0,1,1 do
1156
swait()
1157
for i=0,1,0.075 do
1158
swait()
1159
Torso.Velocity=RootPart.CFrame.lookVector*50
1160
RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*angles(math.rad(0),math.rad(0),math.rad(90)),.3)
1161
LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*angles(math.rad(0),math.rad(0),math.rad(-90)),.3)
1162
LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0)),.3)
1163
RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(0)),.3)
1164
RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,6)*angles(math.rad(0),math.rad(90),6*i),.3)
1165
end
1166
end
1167
con1:disconnect()
1168
con2:disconnect()
1169
attack=false
1170
end
1171
1172
function attackthree()
1173
attack=true
1174
Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(0),math.rad(0),math.rad(0)),.3)
1175
con1=Aether.Touched:connect(function(hit) Damagefunc(hit,5,15,math.random(5,10),"Normal",RootPart,.2,1) end) 
1176
con2=Nether.Touched:connect(function(hit) Damagefunc(hit,5,15,math.random(5,10),"Normal",RootPart,.2,1) end) 
1177
for i=0,1,0.15 do
1178
swait()
1179
RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*angles(math.rad(0),math.rad(0),math.rad(90)),.3)
1180
LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*angles(math.rad(0),math.rad(0),math.rad(-90)),.3)
1181
LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0)),.3)
1182
RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(0)),.3)
1183
RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(0,0,0),.3)
1184
end
1185
for i=0,1,0.075 do
1186
swait()
1187
Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(0),math.rad(0),math.rad(0)),.3)
1188
RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*angles(math.rad(0),math.rad(0),math.rad(90)),.3)
1189
LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*angles(math.rad(0),math.rad(0),math.rad(-90)),.3)
1190
LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0)),.3)
1191
RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(0)),.3)
1192
RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(0,0,6*i),.3)
1193
end
1194
con1:disconnect()
1195
con2:disconnect()
1196
attack=false
1197
end
1198
1199
1200
mouse.Button1Down:connect(function()
1201
    if attack==false then
1202
        if attacktype==1 then
1203
            attack=true
1204
            attacktype=2
1205
            attackone()
1206
        elseif attacktype==2 then
1207
            attack=true
1208
            attacktype=3
1209
            attacktwo()
1210
        elseif attacktype==3 then
1211
            attack=true
1212
            attacktype=4
1213
            attackthree()
1214
        elseif attacktype==4 then
1215
            attack=true
1216
            attacktype=1
1217
            attackone()
1218
        end
1219
    end
1220
end)
1221
1222
mouse.KeyDown:connect(function(k)
1223
    k=k:lower()
1224
    if k == "r" and attack == false then
1225
        Test()
1226
    end
1227
end)
1228
1229
local sine = 0
1230
local change = 1
1231
local val = 0
1232
1233
while true do
1234
swait()
1235
sine = sine + change
1236
local torvel=(RootPart.Velocity*Vector3.new(1,0,1)).magnitude 
1237
local velderp=RootPart.Velocity.y
1238
hitfloor,posfloor=rayCast(RootPart.Position,(CFrame.new(RootPart.Position,RootPart.Position - Vector3.new(0,1,0))).lookVector,4,Character)
1239
if equipped==true or equipped==false then
1240
if attack==false then
1241
idle=idle+1
1242
else
1243
idle=0
1244
end
1245
if idle>=500 then
1246
if attack==false then
1247
--Sheath()
1248
end
1249
end
1250
if RootPart.Velocity.y > 1 and hitfloor==nil then 
1251
Anim="Jump"
1252
if attack==false then
1253
RootJoint.C0 = clerp(RootJoint.C0, RootCF * cf(0, 0, 0) * angles(math.rad(5), math.rad(0), math.rad(0)), .3)
1254
Torso.Neck.C0 = clerp(Torso.Neck.C0, necko * angles(math.rad(-10), math.rad(0), math.rad(0)), .3)
1255
RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(30)), 0.3)
1256
LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(-30)), 0.3)
1257
RH.C0 = clerp(RH.C0, cf(1, -.8, -.5) * angles(math.rad(0), math.rad(90), math.rad(-20)), .3)
1258
LH.C0 = clerp(LH.C0, cf(-1, -1, -.3) * angles(math.rad(0), math.rad(-90), math.rad(30)), .3)
1259
end
1260
elseif RootPart.Velocity.y < -1 and hitfloor==nil then 
1261
Anim="Fall"
1262
if attack==false then
1263
RootJoint.C0 = clerp(RootJoint.C0, RootCF * cf(0, 0, 0) * angles(math.rad(-5), math.rad(0), math.rad(0)), .3)
1264
Torso.Neck.C0 = clerp(Torso.Neck.C0, necko * angles(math.rad(10), math.rad(0), math.rad(0)), .3)
1265
RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(50)), 0.3)
1266
LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(-50)), 0.3)
1267
RH.C0 = clerp(RH.C0, cf(1, -.7, -.5) * angles(math.rad(0), math.rad(90), math.rad(-20)), .3)
1268
LH.C0 = clerp(LH.C0, cf(-1, -.9, -.3) * angles(math.rad(0), math.rad(-90), math.rad(30)), .3)
1269
end
1270
elseif torvel<1 and hitfloor~=nil then
1271
Anim="Idle"
1272
if attack==false then
1273
RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(0),math.rad(0),math.rad(-10)),0.15)
1274
Torso.Neck.C0=clerp(Torso.Neck.C0,necko*cf(0,0,0)*angles(math.rad(10),math.rad(0),math.rad(10)),0.15)
1275
RW.C0=clerp(RW.C0,CFrame.new(1.5,0.5,0)*angles(math.rad(20),math.rad(0),math.rad(10)),0.15)
1276
LW.C0=clerp(LW.C0,CFrame.new(-1.5,0.5,0)*angles(math.rad(-10),math.rad(0),math.rad(-10)),0.15)
1277
RH.C0=clerp(RH.C0,cf(1.05,-1,0)*angles(math.rad(0),math.rad(80),math.rad(0))*angles(math.rad(-5),math.rad(0),math.rad(5)),0.15)
1278
LH.C0=clerp(LH.C0,cf(-1.05,-1,0)*angles(math.rad(0),math.rad(-70),math.rad(0))*angles(math.rad(-5),math.rad(0),math.rad(5)),0.15)
1279
end
1280
elseif torvel>2 and torvel<22 and hitfloor~=nil then
1281
Anim="Walk"
1282
if attack==false then
1283
change=3
1284
RootJoint.C0=clerp(RootJoint.C0,RootCF*cf(0,0,0)*angles(math.rad(20),math.rad(0),math.rad(0)),.3)
1285
Torso.Neck.C0=clerp(Torso.Neck.C0,necko*angles(math.rad(-10),math.rad(0),math.rad(0)),.3)
1286
RW.C0=clerp(RW.C0,cf(1.5,0.5,0)*angles(math.rad(-10+5*math.cos(sine/30)),math.rad(-20),math.rad(30+5*math.cos(sine/30))),.3)
1287
LW.C0=clerp(LW.C0,cf(-1.5,0.5,0)*angles(math.rad(-10+5*math.cos(sine/30)),math.rad(20),math.rad(-30-5*math.cos(sine/30))),.3)
1288
LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0))*angles(math.rad(0),math.rad(0),math.rad(0)),.3)
1289
RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(0))*angles(math.rad(0),math.rad(0),math.rad(0)),.3)
1290
end
1291
elseif torvel>=22 and hitfloor~=nil then
1292
Anim="Run"
1293
if attack==false then
1294
RootJoint.C0 = clerp(RootJoint.C0,RootCF*cf(0,0,0)* angles(math.rad(0),math.rad(0),math.rad(0)),.3)
1295
Torso.Neck.C0 = clerp(Torso.Neck.C0,necko *angles(math.rad(0),math.rad(0),math.rad(0)),.3)
1296
RW.C0 = clerp(RW.C0, CFrame.new(1.5, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
1297
LW.C0 = clerp(LW.C0, CFrame.new(-1.5, 0.5, 0) * angles(math.rad(0), math.rad(0), math.rad(0)), 0.3)
1298
RH.C0=clerp(RH.C0,cf(1,-1,0)*angles(math.rad(0),math.rad(90),math.rad(0)),.3)
1299
LH.C0=clerp(LH.C0,cf(-1,-1,0)*angles(math.rad(0),math.rad(-90),math.rad(0)),.3)
1300
end
1301
end
1302
end
1303
if #Effects>0 then
1304
--table.insert(Effects,{prt,"Block1",delay})
1305
for e=1,#Effects do
1306
if Effects[e]~=nil then
1307
--for j=1,#Effects[e] do
1308
local Thing=Effects[e]
1309
if Thing~=nil then
1310
local Part=Thing[1]
1311
local Mode=Thing[2]
1312
local Delay=Thing[3]
1313
local IncX=Thing[4]
1314
local IncY=Thing[5]
1315
local IncZ=Thing[6]
1316
if Thing[1].Transparency<=1 then
1317
if Thing[2]=="Block1" then
1318
Thing[1].CFrame=Thing[1].CFrame*euler(math.random(-50,50),math.random(-50,50),math.random(-50,50))
1319
Mesh=Thing[1].Mesh
1320
Mesh.Scale=Mesh.Scale+vt(Thing[4],Thing[5],Thing[6])
1321
Thing[1].Transparency=Thing[1].Transparency+Thing[3]
1322
elseif Thing[2]=="Cylinder" then
1323
Mesh=Thing[1].Mesh
1324
Mesh.Scale=Mesh.Scale+vt(Thing[4],Thing[5],Thing[6])
1325
Thing[1].Transparency=Thing[1].Transparency+Thing[3]
1326
elseif Thing[2]=="Blood" then
1327
Mesh=Thing[7]
1328
Thing[1].CFrame=Thing[1].CFrame*cf(0,.5,0)
1329
Mesh.Scale=Mesh.Scale+vt(Thing[4],Thing[5],Thing[6])
1330
Thing[1].Transparency=Thing[1].Transparency+Thing[3]
1331
elseif Thing[2]=="Elec" then
1332
Mesh=Thing[1].Mesh
1333
Mesh.Scale=Mesh.Scale+vt(Thing[7],Thing[8],Thing[9])
1334
Thing[1].Transparency=Thing[1].Transparency+Thing[3]
1335
elseif Thing[2]=="Disappear" then
1336
Thing[1].Transparency=Thing[1].Transparency+Thing[3]
1337
end
1338
else
1339
Part.Parent=nil
1340
table.remove(Effects,e)
1341
end
1342
end
1343
--end
1344
end
1345
end
1346
end
1347
end