View difference between Paste ID: vkkjCuWf and zXi87Es1
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,game,owner = owner,game
3
local RealPlayer = Player
4
do
5
    print("FE Compatibility code by Mokiros")
6
    local rp = RealPlayer
7
    script.Parent = rp.Character
8
   
9
    --RemoteEvent for communicating
10
    local Event = Instance.new("RemoteEvent")
11
    Event.Name = "UserInput_Event"
12
 
13
    --Fake event to make stuff like Mouse.KeyDown work
14
    local function fakeEvent()
15
        local t = {_fakeEvent=true,Functions={},Connect=function(self,f)table.insert(self.Functions,f) end}
16
        t.connect = t.Connect
17
        return t
18
    end
19
 
20
    --Creating fake input objects with fake variables
21
    local m = {Target=nil,Hit=CFrame.new(),KeyUp=fakeEvent(),KeyDown=fakeEvent(),Button1Up=fakeEvent(),Button1Down=fakeEvent()}
22
    local UIS = {InputBegan=fakeEvent(),InputEnded=fakeEvent()}
23
    local CAS = {Actions={},BindAction=function(self,name,fun,touch,...)
24
        CAS.Actions[name] = fun and {Name=name,Function=fun,Keys={...}} or nil
25
    end}
26
    --Merged 2 functions into one by checking amount of arguments
27
    CAS.UnbindAction = CAS.BindAction
28
 
29
    --This function will trigger the events that have been :Connect()'ed
30
    local function te(self,ev,...)
31
        local t = m[ev]
32
        if t and t._fakeEvent then
33
            for _,f in pairs(t.Functions) do
34
                f(...)
35
            end
36
        end
37
    end
38
    m.TrigEvent = te
39
    UIS.TrigEvent = te
40
 
41
    Event.OnServerEvent:Connect(function(plr,io)
42
        if plr~=rp then return end
43
        m.Target = io.Target
44
        m.Hit = io.Hit
45
        if not io.isMouse then
46
            local b = io.UserInputState == Enum.UserInputState.Begin
47
            if io.UserInputType == Enum.UserInputType.MouseButton1 then
48
                return m:TrigEvent(b and "Button1Down" or "Button1Up")
49
            end
50
            for _,t in pairs(CAS.Actions) do
51
                for _,k in pairs(t.Keys) do
52
                    if k==io.KeyCode then
53
                        t.Function(t.Name,io.UserInputState,io)
54
                    end
55
                end
56
            end
57
            m:TrigEvent(b and "KeyDown" or "KeyUp",io.KeyCode.Name:lower())
58
            UIS:TrigEvent(b and "InputBegan" or "InputEnded",io,false)
59
        end
60
    end)
61
    Event.Parent = NLS([==[
62
    local Player = game:GetService("Players").LocalPlayer
63
    local Event = script:WaitForChild("UserInput_Event")
64
 
65
    local Mouse = Player:GetMouse()
66
    local UIS = game:GetService("UserInputService")
67
    local input = function(io,a)
68
        if a then return end
69
        --Since InputObject is a client-side instance, we create and pass table instead
70
        Event:FireServer({KeyCode=io.KeyCode,UserInputType=io.UserInputType,UserInputState=io.UserInputState,Hit=Mouse.Hit,Target=Mouse.Target})
71
    end
72
    UIS.InputBegan:Connect(input)
73
    UIS.InputEnded:Connect(input)
74
 
75
    local h,t
76
    --Give the server mouse data 30 times every second, but only if the values changed
77
    --If player is not moving their mouse, client won't fire events
78
    while wait(1/30) do
79
        if h~=Mouse.Hit or t~=Mouse.Target then
80
            h,t=Mouse.Hit,Mouse.Target
81
            Event:FireServer({isMouse=true,Target=t,Hit=h})
82
        end
83
    end]==],Player.Character)
84
 
85
    ----Sandboxed game object that allows the usage of client-side methods and services
86
    --Real game object
87
    local _rg = game
88
 
89
    --Metatable for fake service
90
    local fsmt = {
91
        __index = function(self,k)
92
            local s = rawget(self,"_RealService")
93
            if s then return s[k] end
94
        end,
95
        __newindex = function(self,k,v)
96
            local s = rawget(self,"_RealService")
97
            if s then s[k]=v end
98
        end,
99
        __call = function(self,...)
100
            local s = rawget(self,"_RealService")
101
            if s then return s(...) end
102
        end
103
    }
104
    local function FakeService(t,RealService)
105
        t._RealService = typeof(RealService)=="string" and _rg:GetService(RealService) or RealService
106
        return setmetatable(t,fsmt)
107
    end
108
 
109
    --Fake game object
110
    local g = {
111
        GetService = function(self,s)
112
            return self[s]
113
        end,
114
        Players = FakeService({
115
            LocalPlayer = FakeService({GetMouse=function(self)return m end},Player)
116
        },"Players"),
117
        UserInputService = FakeService(UIS,"UserInputService"),
118
        ContextActionService = FakeService(CAS,"ContextActionService"),
119
    }
120
    rawset(g.Players,"localPlayer",g.Players.LocalPlayer)
121
    g.service = g.GetService
122
   
123
    g.RunService = FakeService({
124
        RenderStepped = _rg:GetService("RunService").Heartbeat,
125
        BindToRenderStep = function(self,name,_,fun)
126
 
127
        end,
128
        UnbindFromRenderStep = function(self,name)
129
            self._btrs[name]:Disconnect()
130
        end,
131
    },"RunService")
132
 
133
    setmetatable(g,{
134
        __index=function(self,s)
135
            return _rg:GetService(s) or typeof(_rg[s])=="function"
136
            and function(_,...)return _rg[s](_rg,...)end or _rg[s]
137
        end,
138
        __newindex = fsmt.__newindex,
139
        __call = fsmt.__call
140
    })
141
    --Changing owner to fake player object to support owner:GetMouse()
142
    game,owner = g,g.Players.LocalPlayer
143
end
144
 
145-
warn'Neptune/Neptunian V'
145+
print([[
146-
warn[[Absolutely.
146+
___________________________________
147
  
148-
Created by NoobyGames12
148+
Kyutatsuki13's Stella the [T E C H N O . F A I R Y] script
149-
----------------------------]]
149+
Build 0002
150
Mmmmmh character designed by Kyu...
151-
print[[Set your theme by:
151+
  
152-
id/
152+
___________________________________
153-
vol/
153+
]])
154-
pitch/
154+
155-
You can skip through the position of theme by:
155+
156-
skipto/]]
156+
warn("You're whitelisted, "..Player.Name.." :)")
157
158-
warn("Have fun using this!")
158+
local p = Player
159-
---- DO NOT CHANGE ANYTHING BELOW IF YOU'RE NOT AN EDITOR
159+
local char = p.Character
160
--local mouse = p:GetMouse()
161
local larm = char:WaitForChild("Left Arm")
162-
--Converted with ttyyuu12345's model to script plugin v4
162+
local rarm = char:WaitForChild("Right Arm")
163-
function sandbox(var,func)
163+
local lleg = char:WaitForChild("Left Leg")
164-
    local env = getfenv(func)
164+
local rleg = char:WaitForChild("Right Leg")
165-
    local newenv = setmetatable({},{
165+
local hed = char:WaitForChild("Head")
166
local torso = char:WaitForChild("Torso")
167-
            if k=="script" then
167+
local root = char:WaitForChild("HumanoidRootPart")
168-
                return var
168+
local hum = char:FindFirstChildOfClass("Humanoid")
169-
            else
169+
local debris = game:GetService("Debris")
170-
                return env[k]
170+
local input = game:GetService("UserInputService")
171
local run = game:GetService("RunService")
172
local rs = run.RenderStepped
173
local wingpose = "Idle"
174-
    setfenv(func,newenv)
174+
local DebrisModel = Instance.new("Model",char)
175-
    return func
175+
DebrisModel.Name = "Debris"
176
--repeat while true do until p.CharacterAppearanceLoaded
177-
cors = {}
177+
mouse = owner:GetMouse()
178-
mas = Instance.new("Model",game:GetService("Lighting"))
178+
noidle = false
179
shift = false
180
control = false
181
no_nosound_able = true
182
183-
SpecialMesh4 = Instance.new("SpecialMesh")
183+
----------------------------------------------------------------------------
184-
Weld5 = Instance.new("Weld")
184+
185-
Weld6 = Instance.new("Weld")
185+
function rswait(value)
186-
Weld7 = Instance.new("Weld")
186+
  if value ~= nil and value ~= 0 then
187-
Weld8 = Instance.new("Weld")
187+
    for i=1,value do
188-
Weld9 = Instance.new("Weld")
188+
     while true do
189-
Weld10 = Instance.new("Weld")
189+
		wait(1/60)
190-
Weld11 = Instance.new("Weld")
190+
	  end
191-
Weld12 = Instance.new("Weld")
191+
	end
192-
Weld13 = Instance.new("Weld")
192+
--    end
193-
Weld14 = Instance.new("Weld")
193+
--  else
194-
Weld15 = Instance.new("Weld")
194+
195-
Weld16 = Instance.new("Weld")
195+
196-
Weld17 = Instance.new("Weld")
196+
197-
Weld18 = Instance.new("Weld")
197+
----------------------------------------------------------------------------
198-
Weld19 = Instance.new("Weld")
198+
199-
Weld20 = Instance.new("Weld")
199+
local timeposition = 0
200-
Weld21 = Instance.new("Weld")
200+
201-
Weld22 = Instance.new("Weld")
201+
function music(id)
202-
Weld23 = Instance.new("Weld")
202+
if not torso:FindFirstChild("MusicRuin") then
203-
Weld24 = Instance.new("Weld")
203+
soundz = Instance.new("Sound",torso)
204-
Weld25 = Instance.new("Weld")
204+
205-
Weld26 = Instance.new("Weld")
205+
soundz.Volume = 10
206-
Weld27 = Instance.new("Weld")
206+
soundz.Name = "MusicRuin"
207-
Weld28 = Instance.new("Weld")
207+
soundz.Looped = true
208-
Weld29 = Instance.new("Weld")
208+
soundz.PlaybackSpeed = 1
209-
Weld30 = Instance.new("Weld")
209+
soundz.SoundId = "rbxassetid://"..id
210-
Weld31 = Instance.new("Weld")
210+
soundz:Stop()
211-
Weld32 = Instance.new("Weld")
211+
soundz:Play()
212-
Weld33 = Instance.new("Weld")
212+
if no_nosound_able == true then
213-
Weld34 = Instance.new("Weld")
213+
soundz.TimePosition = timeposition
214-
Weld35 = Instance.new("Weld")
214+
215-
Weld36 = Instance.new("Weld")
215+
216-
Weld37 = Instance.new("Weld")
216+
217-
Weld38 = Instance.new("Weld")
217+
----------------------------------------------------------------------------
218-
Weld39 = Instance.new("Weld")
218+
219-
Weld40 = Instance.new("Weld")
219+
function lerp(a, b, t)
220-
Weld41 = Instance.new("Weld")
220+
  return a + (b - a)*t
221-
Weld42 = Instance.new("Weld")
221+
222-
Weld43 = Instance.new("Weld")
222+
223-
Weld44 = Instance.new("Weld")
223+
----------------------------------------------------------------------------
224-
Weld45 = Instance.new("Weld")
224+
225-
Weld46 = Instance.new("Weld")
225+
function Lerp(c1,c2,al)
226-
Weld47 = Instance.new("Weld")
226+
  local com1 = {c1.X,c1.Y,c1.Z,c1:toEulerAnglesXYZ()}
227-
Weld48 = Instance.new("Weld")
227+
  local com2 = {c2.X,c2.Y,c2.Z,c2:toEulerAnglesXYZ()}
228-
Weld49 = Instance.new("Weld")
228+
  for i,v in pairs(com1) do
229-
Weld50 = Instance.new("Weld")
229+
    com1[i] = v+(com2[i]-v)*al
230-
Weld51 = Instance.new("Weld")
230+
231-
Weld52 = Instance.new("Weld")
231+
  return CFrame.new(com1[1],com1[2],com1[3]) * CFrame.Angles(select(4,unpack(com1)))
232-
Weld53 = Instance.new("Weld")
232+
233-
Weld54 = Instance.new("Weld")
233+
234-
Weld55 = Instance.new("Weld")
234+
----------------------------------------------------------------------------
235-
Weld56 = Instance.new("Weld")
235+
236-
Weld57 = Instance.new("Weld")
236+
function slerp(a, b, t)
237-
Weld58 = Instance.new("Weld")
237+
  dot = a:Dot(b)
238-
Weld59 = Instance.new("Weld")
238+
  if dot > 0.99999 or dot < -0.99999 then
239-
Weld60 = Instance.new("Weld")
239+
    return t <= 0.5 and a or b
240-
Weld61 = Instance.new("Weld")
240+
241-
Weld62 = Instance.new("Weld")
241+
    r = math.acos(dot)
242-
Weld63 = Instance.new("Weld")
242+
    return (a*math.sin((1 - t)*r) + b*math.sin(t*r)) / math.sin(r)
243-
Weld64 = Instance.new("Weld")
243+
244-
Weld65 = Instance.new("Weld")
244+
245-
Weld66 = Instance.new("Weld")
245+
246-
Weld67 = Instance.new("Weld")
246+
----------------------------------------------------------------------------
247-
Weld68 = Instance.new("Weld")
247+
248-
Weld69 = Instance.new("Weld")
248+
function clerp(c1,c2,al)
249-
Weld70 = Instance.new("Weld")
249+
250-
Weld71 = Instance.new("Weld")
250+
  local com1 = {c1.X,c1.Y,c1.Z,c1:toEulerAnglesXYZ()}
251-
Weld72 = Instance.new("Weld")
251+
252-
Weld73 = Instance.new("Weld")
252+
  local com2 = {c2.X,c2.Y,c2.Z,c2:toEulerAnglesXYZ()}
253-
Weld74 = Instance.new("Weld")
253+
254-
Weld75 = Instance.new("Weld")
254+
  for i,v in pairs(com1) do
255-
Weld76 = Instance.new("Weld")
255+
256-
Weld77 = Instance.new("Weld")
256+
    com1[i] = lerp(v,com2[i],al)
257-
Weld78 = Instance.new("Weld")
257+
258-
Weld79 = Instance.new("Weld")
258+
259-
Weld80 = Instance.new("Weld")
259+
260-
Weld81 = Instance.new("Weld")
260+
  return CFrame.new(com1[1],com1[2],com1[3]) * CFrame.Angles(select(4,unpack(com1)))
261-
Weld82 = Instance.new("Weld")
261+
262-
Weld83 = Instance.new("Weld")
262+
263-
Weld84 = Instance.new("Weld")
263+
264-
Weld85 = Instance.new("Weld")
264+
----------------------------------------------------------------------------
265-
Weld86 = Instance.new("Weld")
265+
266-
Weld87 = Instance.new("Weld")
266+
function findAllNearestTorso(pos,dist)
267-
Weld88 = Instance.new("Weld")
267+
    local list = workspace:children()
268-
Weld89 = Instance.new("Weld")
268+
    local torso = {}
269-
Weld90 = Instance.new("Weld")
269+
    local temp = nil
270-
Weld91 = Instance.new("Weld")
270+
    local human = nil
271-
Weld92 = Instance.new("Weld")
271+
    local temp2 = nil
272-
Weld93 = Instance.new("Weld")
272+
    for x = 1, #list do
273-
Weld94 = Instance.new("Weld")
273+
        temp2 = list[x]
274-
Weld95 = Instance.new("Weld")
274+
        if (temp2.className == "Model") and (temp2 ~= char) then
275-
Weld96 = Instance.new("Weld")
275+
            temp = temp2:findFirstChild("Torso")
276-
Weld97 = Instance.new("Weld")
276+
            human = temp2:findFirstChildOfClass("Humanoid")
277-
Weld98 = Instance.new("Weld")
277+
            if (temp ~= nil) and (human ~= nil) and (human.Health > 0) then
278-
Weld99 = Instance.new("Weld")
278+
                if (temp.Position - pos).magnitude < dist then
279-
Weld100 = Instance.new("Weld")
279+
                    table.insert(torso,temp)
280-
Weld101 = Instance.new("Weld")
280+
                    dist = (temp.Position - pos).magnitude
281-
Weld102 = Instance.new("Weld")
281+
282-
Weld103 = Instance.new("Weld")
282+
283-
Weld104 = Instance.new("Weld")
283+
284-
Weld105 = Instance.new("Weld")
284+
285-
Weld106 = Instance.new("Weld")
285+
    return torso
286-
Weld107 = Instance.new("Weld")
286+
287-
Weld108 = Instance.new("Weld")
287+
288-
Weld109 = Instance.new("Weld")
288+
----------------------------------------------------------------------------
289-
Weld110 = Instance.new("Weld")
289+
290-
Weld111 = Instance.new("Weld")
290+
function checkIfNotPlayer(model)
291-
Weld112 = Instance.new("Weld")
291+
if model.CanCollide == true and model ~= char and model.Parent ~= char and model.Parent.Parent ~= char and model.Parent.Parent ~= char and model.Parent ~= DebrisModel and model.Parent.Parent ~= DebrisModel and model.Parent.Parent.Parent ~= DebrisModel and model ~= wings and model.Parent ~= wings and model.Parent.Parent ~= wings then
292-
Weld113 = Instance.new("Weld")
292+
return true
293-
Weld114 = Instance.new("Weld")
293+
294-
Weld115 = Instance.new("Weld")
294+
return false
295-
Weld116 = Instance.new("Weld")
295+
296-
Weld117 = Instance.new("Weld")
296+
297-
Weld118 = Instance.new("Weld")
297+
298-
Weld119 = Instance.new("Weld")
298+
----------------------------------------------------------------------------
299-
Weld120 = Instance.new("Weld")
299+
300-
Weld121 = Instance.new("Weld")
300+
function newWeld(wp0, wp1, wc0x, wc0y, wc0z)
301-
Weld122 = Instance.new("Weld")
301+
302-
Weld123 = Instance.new("Weld")
302+
  local wld = Instance.new("Weld", wp1)
303-
Weld124 = Instance.new("Weld")
303+
304-
Weld125 = Instance.new("Weld")
304+
  wld.Part0 = wp0
305-
Weld126 = Instance.new("Weld")
305+
306-
Weld127 = Instance.new("Weld")
306+
  wld.Part1 = wp1
307-
Weld128 = Instance.new("Weld")
307+
308-
Weld129 = Instance.new("Weld")
308+
  wld.C0 = CFrame.new(wc0x, wc0y, wc0z)
309-
Weld130 = Instance.new("Weld")
309+
310-
Weld131 = Instance.new("Weld")
310+
  return wld
311-
Weld132 = Instance.new("Weld")
311+
312-
Weld133 = Instance.new("Weld")
312+
313-
Weld134 = Instance.new("Weld")
313+
314-
Weld135 = Instance.new("Weld")
314+
function weld(model)
315-
Weld136 = Instance.new("Weld")
315+
  local parts,last = {}
316-
Weld137 = Instance.new("Weld")
316+
  local function scan(parent)
317-
Weld138 = Instance.new("Weld")
317+
    for _,v in pairs(parent:GetChildren()) do
318-
Weld139 = Instance.new("Weld")
318+
      if (v:IsA("BasePart")) then
319-
Weld140 = Instance.new("Weld")
319+
        if (last) then
320-
Weld141 = Instance.new("Weld")
320+
          local w = Instance.new("Weld")
321-
Weld142 = Instance.new("Weld")
321+
          w.Name = ("%s_Weld"):format(v.Name)
322-
Weld143 = Instance.new("Weld")
322+
          w.Part0,w.Part1 = last,v
323-
Weld144 = Instance.new("Weld")
323+
          w.C0 = last.CFrame:inverse()
324-
Weld145 = Instance.new("Weld")
324+
          w.C1 = v.CFrame:inverse()
325-
Weld146 = Instance.new("Weld")
325+
          w.Parent = last
326-
Weld147 = Instance.new("Weld")
326+
327-
Weld148 = Instance.new("Weld")
327+
        last = v
328-
Weld149 = Instance.new("Weld")
328+
        table.insert(parts,v)
329-
Weld150 = Instance.new("Weld")
329+
330-
Weld151 = Instance.new("Weld")
330+
      scan(v)
331-
Weld152 = Instance.new("Weld")
331+
332-
Weld153 = Instance.new("Weld")
332+
333-
Weld154 = Instance.new("Weld")
333+
  scan(model)
334-
Weld155 = Instance.new("Weld")
334+
  for _,v in pairs(parts) do
335-
Weld156 = Instance.new("Weld")
335+
336-
Weld157 = Instance.new("Weld")
336+
        v.Locked = true
337-
Weld158 = Instance.new("Weld")
337+
338-
Weld159 = Instance.new("Weld")
338+
        v.BackSurface = Enum.SurfaceType.SmoothNoOutlines
339-
Weld160 = Instance.new("Weld")
339+
        v.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
340-
Weld161 = Instance.new("Weld")
340+
        v.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
341-
Weld162 = Instance.new("Weld")
341+
        v.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
342-
Part163 = Instance.new("Part")
342+
        v.RightSurface = Enum.SurfaceType.SmoothNoOutlines
343-
SpecialMesh164 = Instance.new("SpecialMesh")
343+
        v.TopSurface = Enum.SurfaceType.SmoothNoOutlines
344-
Part165 = Instance.new("Part")
344+
        v.CustomPhysicalProperties = PhysicalProperties.new(0,0,0)
345-
SpecialMesh166 = Instance.new("SpecialMesh")
345+
346-
Part167 = Instance.new("Part")
346+
347-
SpecialMesh168 = Instance.new("SpecialMesh")
347+
348-
Part169 = Instance.new("Part")
348+
----------------------------------------------------------------------------
349-
SpecialMesh170 = Instance.new("SpecialMesh")
349+
350-
Part171 = Instance.new("Part")
350+
function calculate(part,asd)
351-
SpecialMesh172 = Instance.new("SpecialMesh")
351+
local Head = hed
352-
Part173 = Instance.new("Part")
352+
local RightShoulder = asd
353-
SpecialMesh174 = Instance.new("SpecialMesh")
353+
local RightArm = part
354-
Part175 = Instance.new("Part")
354+
local MousePosition = mouse.Hit.p
355-
SpecialMesh176 = Instance.new("SpecialMesh")
355+
local ToMouse = (MousePosition - Head.Position).unit
356-
Part177 = Instance.new("Part")
356+
local Angle = math.acos(ToMouse:Dot(Vector3.new(0, 1, 0)))
357-
SpecialMesh178 = Instance.new("SpecialMesh")
357+
local FromRightArmPos = (Head.Position + Head.CFrame:vectorToWorldSpace(Vector3.new(((Head.Size.X / 2) + (RightArm.Size.X / 2)), ((Head.Size.Y / 2) - (RightArm.Size.Z / 2)), 0)))
358-
Part179 = Instance.new("Part")
358+
local ToMouseRightArm = ((MousePosition - FromRightArmPos) * Vector3.new(1 ,0, 1)).unit
359-
SpecialMesh180 = Instance.new("SpecialMesh")
359+
local Look = (Head.CFrame.lookVector * Vector3.new(1, 0, 1)).unit
360-
Part181 = Instance.new("Part")
360+
local LateralAngle = math.acos(ToMouseRightArm:Dot(Look))
361-
SpecialMesh182 = Instance.new("SpecialMesh")
361+
if tostring(LateralAngle) == "-1.#IND" then
362-
Part183 = Instance.new("Part")
362+
LateralAngle = 0
363-
SpecialMesh184 = Instance.new("SpecialMesh")
363+
364-
Part185 = Instance.new("Part")
364+
local Cross = Head.CFrame.lookVector:Cross(ToMouseRightArm)
365-
SpecialMesh186 = Instance.new("SpecialMesh")
365+
if LateralAngle > (math.pi / 2) then
366-
Part187 = Instance.new("Part")
366+
LateralAngle = (math.pi / 2)
367-
SpecialMesh188 = Instance.new("SpecialMesh")
367+
local Torso = root
368-
Part189 = Instance.new("Part")
368+
local Point = Torso.CFrame:vectorToObjectSpace(mouse.Hit.p-Torso.CFrame.p)
369-
SpecialMesh190 = Instance.new("SpecialMesh")
369+
if Point.Z > 0 then
370-
Part191 = Instance.new("Part")
370+
if Point.X > -0 and RightArm == rarm then
371-
SpecialMesh192 = Instance.new("SpecialMesh")
371+
Torso.CFrame = CFrame.new(Torso.Position,Vector3.new(mouse.Hit.X,Torso.Position.Y,mouse.Hit.Z))*CFrame.Angles(0,math.rad(110),0)
372-
Part193 = Instance.new("Part")
372+
elseif Point.X < 0 and RightArm == rarm then
373-
SpecialMesh194 = Instance.new("SpecialMesh")
373+
Torso.CFrame = CFrame.new(Torso.Position,Vector3.new(mouse.Hit.X,Torso.Position.Y,mouse.Hit.Z))*CFrame.Angles(0,math.rad(-110),0)
374-
Part195 = Instance.new("Part")
374+
375-
SpecialMesh196 = Instance.new("SpecialMesh")
375+
376-
Part197 = Instance.new("Part")
376+
377-
SpecialMesh198 = Instance.new("SpecialMesh")
377+
if Cross.Y < 0 then
378-
Part199 = Instance.new("Part")
378+
LateralAngle = -LateralAngle
379-
SpecialMesh200 = Instance.new("SpecialMesh")
379+
380-
Part201 = Instance.new("Part")
380+
return(CFrame.Angles(((math.pi / 2) - Angle), ((math.pi / 2) + LateralAngle), math.pi/2))
381-
SpecialMesh202 = Instance.new("SpecialMesh")
381+
382-
Part203 = Instance.new("Part")
382+
383-
SpecialMesh204 = Instance.new("SpecialMesh")
383+
----------------------------------------------------------------------------
384-
Part205 = Instance.new("Part")
384+
385-
SpecialMesh206 = Instance.new("SpecialMesh")
385+
function sound(id,position,vol,pitch,start,finish)
386-
Part207 = Instance.new("Part")
386+
  coroutine.resume(coroutine.create(function()
387-
SpecialMesh208 = Instance.new("SpecialMesh")
387+
388-
Part209 = Instance.new("Part")
388+
  local part = Instance.new("Part",workspace)
389-
SpecialMesh210 = Instance.new("SpecialMesh")
389+
  part.Position = position
390-
Part211 = Instance.new("Part")
390+
  part.Size = Vector3.new(0,0,0)
391-
SpecialMesh212 = Instance.new("SpecialMesh")
391+
  part.CanCollide = false
392-
Part213 = Instance.new("Part")
392+
  part.Transparency = 1
393-
SpecialMesh214 = Instance.new("SpecialMesh")
393+
394-
Part215 = Instance.new("Part")
394+
  local sound = Instance.new("Sound",part)
395-
SpecialMesh216 = Instance.new("SpecialMesh")
395+
396-
Part217 = Instance.new("Part")
396+
  sound.SoundId = "rbxassetid://"..id
397-
SpecialMesh218 = Instance.new("SpecialMesh")
397+
398-
Part219 = Instance.new("Part")
398+
  repeat wait(1/60) until sound.IsLoaded
399-
SpecialMesh220 = Instance.new("SpecialMesh")
399+
  
400-
Part221 = Instance.new("Part")
400+
  if vol ~= nil then
401-
SpecialMesh222 = Instance.new("SpecialMesh")
401+
    sound.Volume = vol
402-
Part223 = Instance.new("Part")
402+
403-
SpecialMesh224 = Instance.new("SpecialMesh")
403+
404-
Part225 = Instance.new("Part")
404+
  if pitch ~= nil then
405-
SpecialMesh226 = Instance.new("SpecialMesh")
405+
    sound.PlaybackSpeed = pitch
406-
Part227 = Instance.new("Part")
406+
407-
SpecialMesh228 = Instance.new("SpecialMesh")
407+
408-
Part229 = Instance.new("Part")
408+
  if start ~= nil then
409-
SpecialMesh230 = Instance.new("SpecialMesh")
409+
    sound.TimePosition = start
410-
Part231 = Instance.new("Part")
410+
411-
SpecialMesh232 = Instance.new("SpecialMesh")
411+
412-
Part233 = Instance.new("Part")
412+
  if finish ~= nil then
413-
SpecialMesh234 = Instance.new("SpecialMesh")
413+
    debris:AddItem(part,finish-start)
414-
Part235 = Instance.new("Part")
414+
415-
SpecialMesh236 = Instance.new("SpecialMesh")
415+
    debris:AddItem(part,sound.TimeLength)
416-
Part237 = Instance.new("Part")
416+
417-
SpecialMesh238 = Instance.new("SpecialMesh")
417+
  
418-
Part239 = Instance.new("Part")
418+
  sound:Play()  
419-
SpecialMesh240 = Instance.new("SpecialMesh")
419+
420-
Part241 = Instance.new("Part")
420+
  return sound
421-
SpecialMesh242 = Instance.new("SpecialMesh")
421+
422-
Part243 = Instance.new("Part")
422+
  end))
423-
SpecialMesh244 = Instance.new("SpecialMesh")
423+
424-
Part245 = Instance.new("Part")
424+
425-
SpecialMesh246 = Instance.new("SpecialMesh")
425+
----------------------------------------------------------------------------
426-
Part247 = Instance.new("Part")
426+
427-
SpecialMesh248 = Instance.new("SpecialMesh")
427+
function computeDirection(vec)
428-
Part249 = Instance.new("Part")
428+
local lenSquared = vec.magnitude * vec.magnitude
429-
SpecialMesh250 = Instance.new("SpecialMesh")
429+
local invSqrt = 1 / math.sqrt(lenSquared)
430-
Part251 = Instance.new("Part")
430+
return Vector3.new(vec.x * invSqrt, vec.y * invSqrt, vec.z * invSqrt)
431-
SpecialMesh252 = Instance.new("SpecialMesh")
431+
432-
Part253 = Instance.new("Part")
432+
433-
SpecialMesh254 = Instance.new("SpecialMesh")
433+
----------------------------------------------------------------------------
434-
Part255 = Instance.new("Part")
434+
435-
SpecialMesh256 = Instance.new("SpecialMesh")
435+
local shaking = 0
436-
Part257 = Instance.new("Part")
436+
function shake(num) if num > shaking then shaking = num end end
437-
SpecialMesh258 = Instance.new("SpecialMesh")
437+
wait(1/60)
438-
Part259 = Instance.new("Part")
438+
--function()
439-
SpecialMesh260 = Instance.new("SpecialMesh")
439+
--hum.CameraOffset = Vector3.new(math.random(-1,1),math.random(-1,1),math.random(-1,1))*(shaking/100)
440-
Part261 = Instance.new("Part")
440+
--if shaking > 0 then shaking = shaking - 1 else shaking = 0 end
441-
SpecialMesh262 = Instance.new("SpecialMesh")
441+
--end)
442-
Part263 = Instance.new("Part")
442+
443-
SpecialMesh264 = Instance.new("SpecialMesh")
443+
plr = game:GetService("Players").LocalPlayer
444-
Part265 = Instance.new("Part")
444+
DebrisModel = Instance.new("Model",plr.Character)
445-
SpecialMesh266 = Instance.new("SpecialMesh")
445+
DebrisModel.Name = "DebrisModel"
446-
Part267 = Instance.new("Part")
446+
447-
SpecialMesh268 = Instance.new("SpecialMesh")
447+
function Effect(mesh,size,transparency,material,color,position,rotation,positionchange,sizechange,rotationchange,transparencychange,acceleration)
448-
Part269 = Instance.new("Part")
448+
449-
SpecialMesh270 = Instance.new("SpecialMesh")
449+
 local part = Instance.new("Part",DebrisModel)
450-
Part271 = Instance.new("Part")
450+
  part.Anchored = true
451-
SpecialMesh272 = Instance.new("SpecialMesh")
451+
  part.CanCollide = false
452-
Part273 = Instance.new("Part")
452+
  part.Size = Vector3.new(1,1,1)
453-
SpecialMesh274 = Instance.new("SpecialMesh")
453+
  part.Transparency = transparency
454-
Part275 = Instance.new("Part")
454+
  part.Material = material
455-
SpecialMesh276 = Instance.new("SpecialMesh")
455+
  part.Color = color
456-
Part277 = Instance.new("Part")
456+
  part.CFrame = CFrame.new(position)*CFrame.Angles(math.rad(rotation.X),math.rad(rotation.Y),math.rad(rotation.Z))
457-
SpecialMesh278 = Instance.new("SpecialMesh")
457+
458-
Part279 = Instance.new("Part")
458+
 local partmesh = Instance.new("SpecialMesh",part)
459-
SpecialMesh280 = Instance.new("SpecialMesh")
459+
  if tonumber(mesh) == nil then partmesh.MeshType = mesh else partmesh.MeshId = "rbxassetid://"..mesh end
460-
Part281 = Instance.new("Part")
460+
  partmesh.Scale = size
461-
SpecialMesh282 = Instance.new("SpecialMesh")
461+
462-
Part283 = Instance.new("Part")
462+
 local pvalue = Instance.new("Vector3Value",part)
463-
SpecialMesh284 = Instance.new("SpecialMesh")
463+
  pvalue.Name = "Position"
464-
Part285 = Instance.new("Part")
464+
  pvalue.Value = positionchange
465-
SpecialMesh286 = Instance.new("SpecialMesh")
465+
466-
Part287 = Instance.new("Part")
466+
 local svalue = Instance.new("Vector3Value",part)
467-
SpecialMesh288 = Instance.new("SpecialMesh")
467+
  svalue.Name = "Size"
468-
Part289 = Instance.new("Part")
468+
  svalue.Value = sizechange
469-
SpecialMesh290 = Instance.new("SpecialMesh")
469+
470-
Part291 = Instance.new("Part")
470+
 local rvalue = Instance.new("Vector3Value",part)
471-
SpecialMesh292 = Instance.new("SpecialMesh")
471+
  rvalue.Name = "Rotation"
472-
Part293 = Instance.new("Part")
472+
  rvalue.Value = rotationchange
473-
SpecialMesh294 = Instance.new("SpecialMesh")
473+
  
474-
Part295 = Instance.new("Part")
474+
 local tvalue = Instance.new("NumberValue",part)
475-
SpecialMesh296 = Instance.new("SpecialMesh")
475+
  tvalue.Name = "Transparency"
476-
Part297 = Instance.new("Part")
476+
  tvalue.Value = transparencychange
477-
SpecialMesh298 = Instance.new("SpecialMesh")
477+
478-
Part299 = Instance.new("Part")
478+
 local avalue = Instance.new("NumberValue",part)
479-
SpecialMesh300 = Instance.new("SpecialMesh")
479+
  avalue.Name = "Acceleration"
480-
Part301 = Instance.new("Part")
480+
  avalue.Value = acceleration
481-
SpecialMesh302 = Instance.new("SpecialMesh")
481+
482-
Part303 = Instance.new("Part")
482+
 part.Name = "EFFECT"
483-
SpecialMesh304 = Instance.new("SpecialMesh")
483+
484-
Part305 = Instance.new("Part")
484+
 return part
485-
SpecialMesh306 = Instance.new("SpecialMesh")
485+
486-
Part307 = Instance.new("Part")
486+
487-
SpecialMesh308 = Instance.new("SpecialMesh")
487+
488-
Part309 = Instance.new("Part")
488+
wait(1/60)
489-
SpecialMesh310 = Instance.new("SpecialMesh")
489+
--function()
490-
Part311 = Instance.new("Part")
490+
491-
SpecialMesh312 = Instance.new("SpecialMesh")
491+
492-
Part313 = Instance.new("Part")
492+
 if not plr.Character:FindFirstChild("DebrisModel") then
493-
SpecialMesh314 = Instance.new("SpecialMesh")
493+
  DebrisModel = Instance.new("Model",plr.Character)
494-
Part315 = Instance.new("Part")
494+
  DebrisModel.Name = "DebrisModel"
495-
SpecialMesh316 = Instance.new("SpecialMesh")
495+
 end
496-
Part317 = Instance.new("Part")
496+
497-
SpecialMesh318 = Instance.new("SpecialMesh")
497+
 for i,v in pairs(DebrisModel:GetChildren()) do
498-
Part319 = Instance.new("Part")
498+
  if v:IsA("BasePart") and v.Name == "EFFECT" then
499-
SpecialMesh320 = Instance.new("SpecialMesh")
499+
   local pvalue = v:FindFirstChild("Position").Value
500-
Part321 = Instance.new("Part")
500+
   local svalue = v:FindFirstChild("Size").Value
501-
SpecialMesh322 = Instance.new("SpecialMesh")
501+
   local rvalue = v:FindFirstChild("Rotation").Value
502-
Part323 = Instance.new("Part")
502+
   local tvalue = v:FindFirstChild("Transparency").Value
503-
SpecialMesh324 = Instance.new("SpecialMesh")
503+
   local avalue = v:FindFirstChild("Acceleration").Value
504-
Part325 = Instance.new("Part")
504+
   local mesh = v:FindFirstChild("Mesh")
505-
SpecialMesh326 = Instance.new("SpecialMesh")
505+
   mesh.Scale = mesh.Scale + svalue
506-
Part327 = Instance.new("Part")
506+
   v:FindFirstChild("Size").Value = v:FindFirstChild("Size").Value + (Vector3.new(1,1,1)*avalue)
507-
SpecialMesh328 = Instance.new("SpecialMesh")
507+
   v.Transparency = v.Transparency + tvalue
508-
Part329 = Instance.new("Part")
508+
   v.CFrame = CFrame.new(pvalue)*v.CFrame*CFrame.Angles(math.rad(rvalue.X),math.rad(rvalue.Y),math.rad(rvalue.Z))
509-
SpecialMesh330 = Instance.new("SpecialMesh")
509+
   if v.Transparency >= 1 or mesh.Scale.X < 0 or mesh.Scale.Y < 0 or mesh.Scale.Z < 0 then
510-
Part331 = Instance.new("Part")
510+
     v:Destroy()
511-
SpecialMesh332 = Instance.new("SpecialMesh")
511+
   end
512-
Part333 = Instance.new("Part")
512+
513-
SpecialMesh334 = Instance.new("SpecialMesh")
513+
 end
514-
Part335 = Instance.new("Part")
514+
515-
SpecialMesh336 = Instance.new("SpecialMesh")
515+
516-
Part337 = Instance.new("Part")
516+
--end)
517-
SpecialMesh338 = Instance.new("SpecialMesh")
517+
518-
Part339 = Instance.new("Part")
518+
----------------------------------------------------------------------------
519-
SpecialMesh340 = Instance.new("SpecialMesh")
519+
skin_color = BrickColor.new("Light orange")
520-
Part341 = Instance.new("Part")
520+
p:ClearCharacterAppearance()
521-
SpecialMesh342 = Instance.new("SpecialMesh")
521+
hed:WaitForChild("face"):Destroy()
522-
Part343 = Instance.new("Part")
522+
523-
SpecialMesh344 = Instance.new("SpecialMesh")
523+
----------------------------------------------------------------------------
524-
Part345 = Instance.new("Part")
524+
525-
SpecialMesh346 = Instance.new("SpecialMesh")
525+
local size = 1
526-
Part347 = Instance.new("Part")
526+
527-
SpecialMesh348 = Instance.new("SpecialMesh")
527+
newWeld(torso, larm, -1.5, 0.5, 0)
528-
Part349 = Instance.new("Part")
528+
larm.Weld.C1 = CFrame.new(0, 0.5, 0)
529-
SpecialMesh350 = Instance.new("SpecialMesh")
529+
newWeld(torso, rarm, 1.5, 0.5, 0)
530-
Part351 = Instance.new("Part")
530+
rarm.Weld.C1 = CFrame.new(0, 0.5, 0)
531-
SpecialMesh352 = Instance.new("SpecialMesh")
531+
newWeld(torso, hed, 0, 1.5, 0)
532-
Part353 = Instance.new("Part")
532+
newWeld(torso, lleg, -0.5, -1, 0)
533-
SpecialMesh354 = Instance.new("SpecialMesh")
533+
lleg.Weld.C1 = CFrame.new(0, 1, 0)
534-
Part355 = Instance.new("Part")
534+
newWeld(torso, rleg, 0.5, -1, 0)
535-
SpecialMesh356 = Instance.new("SpecialMesh")
535+
rleg.Weld.C1 = CFrame.new(0, 1, 0)
536-
Part357 = Instance.new("Part")
536+
newWeld(root, torso, 0, -1, 0)
537-
SpecialMesh358 = Instance.new("SpecialMesh")
537+
torso.Weld.C1 = CFrame.new(0, -1, 0)
538-
Part359 = Instance.new("Part")
538+
539-
SpecialMesh360 = Instance.new("SpecialMesh")
539+
emitters={}
540-
Part361 = Instance.new("Part")
540+
541-
SpecialMesh362 = Instance.new("SpecialMesh")
541+
----------------------------------------------------------------------------------------
542-
Part363 = Instance.new("Part")
542+
543-
SpecialMesh364 = Instance.new("SpecialMesh")
543+
544-
Part365 = Instance.new("Part")
544+
545-
SpecialMesh366 = Instance.new("SpecialMesh")
545+
Part2 = Instance.new("Part")
546-
Part367 = Instance.new("Part")
546+
547-
SpecialMesh368 = Instance.new("SpecialMesh")
547+
Part4 = Instance.new("Part")
548-
Part369 = Instance.new("Part")
548+
Part5 = Instance.new("Part")
549-
SpecialMesh370 = Instance.new("SpecialMesh")
549+
SpecialMesh6 = Instance.new("SpecialMesh")
550-
Part371 = Instance.new("Part")
550+
Part7 = Instance.new("Part")
551-
SpecialMesh372 = Instance.new("SpecialMesh")
551+
SpecialMesh8 = Instance.new("SpecialMesh")
552-
Part373 = Instance.new("Part")
552+
Part9 = Instance.new("Part")
553-
SpecialMesh374 = Instance.new("SpecialMesh")
553+
Part10 = Instance.new("Part")
554-
Part375 = Instance.new("Part")
554+
Part11 = Instance.new("Part")
555-
SpecialMesh376 = Instance.new("SpecialMesh")
555+
Model0.Name = "3"
556-
Part377 = Instance.new("Part")
556+
Model0.Parent = char
557-
SpecialMesh378 = Instance.new("SpecialMesh")
557+
558-
Part379 = Instance.new("Part")
558+
Part1.Material = Enum.Material.Neon
559-
SpecialMesh380 = Instance.new("SpecialMesh")
559+
560-
Part381 = Instance.new("Part")
560+
561-
SpecialMesh382 = Instance.new("SpecialMesh")
561+
Part1.Size = Vector3.new(1.60000002, 0.400000006, 0.100000001)
562-
Part383 = Instance.new("Part")
562+
Part1.CFrame = CFrame.new(-22.6299973, 18, 15.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
563-
SpecialMesh384 = Instance.new("SpecialMesh")
563+
Part1.BottomSurface = Enum.SurfaceType.Smooth
564-
Part385 = Instance.new("Part")
564+
Part1.TopSurface = Enum.SurfaceType.Smooth
565-
SpecialMesh386 = Instance.new("SpecialMesh")
565+
Part1.Position = Vector3.new(-22.6299973, 18, 15.5)
566-
Part387 = Instance.new("Part")
566+
Part1.Color = Color3.new(0.0156863, 0.686275, 0.92549)
567-
SpecialMesh388 = Instance.new("SpecialMesh")
567+
Part2.Parent = Model0
568-
Part389 = Instance.new("Part")
568+
Part2.Material = Enum.Material.Neon
569-
SpecialMesh390 = Instance.new("SpecialMesh")
569+
Part2.Anchored = true
570-
Part391 = Instance.new("Part")
570+
Part2.CanCollide = false
571-
SpecialMesh392 = Instance.new("SpecialMesh")
571+
Part2.Size = Vector3.new(1.62000012, 0.419999987, 0.0800000057)
572-
Part393 = Instance.new("Part")
572+
Part2.CFrame = CFrame.new(-22.6299973, 18, 15.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
573-
SpecialMesh394 = Instance.new("SpecialMesh")
573+
Part2.BottomSurface = Enum.SurfaceType.Smooth
574-
Part395 = Instance.new("Part")
574+
Part2.TopSurface = Enum.SurfaceType.Smooth
575-
SpecialMesh396 = Instance.new("SpecialMesh")
575+
Part2.Position = Vector3.new(-22.6299973, 18, 15.5)
576-
Part397 = Instance.new("Part")
576+
Part2.Color = Color3.new(0.384314, 0.145098, 0.819608)
577-
SpecialMesh398 = Instance.new("SpecialMesh")
577+
578-
Part399 = Instance.new("Part")
578+
Part3.Material = Enum.Material.Neon
579-
SpecialMesh400 = Instance.new("SpecialMesh")
579+
580-
Part401 = Instance.new("Part")
580+
581-
SpecialMesh402 = Instance.new("SpecialMesh")
581+
Part3.Size = Vector3.new(1.10000002, 0.320000023, 0.0800000057)
582-
Part403 = Instance.new("Part")
582+
Part3.CFrame = CFrame.new(-23.9799976, 17.9500008, 15.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
583-
SpecialMesh404 = Instance.new("SpecialMesh")
583+
Part3.BottomSurface = Enum.SurfaceType.Smooth
584-
Part405 = Instance.new("Part")
584+
Part3.TopSurface = Enum.SurfaceType.Smooth
585-
SpecialMesh406 = Instance.new("SpecialMesh")
585+
Part3.Position = Vector3.new(-23.9799976, 17.9500008, 15.5)
586-
Part407 = Instance.new("Part")
586+
Part3.Color = Color3.new(0.384314, 0.145098, 0.819608)
587-
SpecialMesh408 = Instance.new("SpecialMesh")
587+
Part4.Parent = Model0
588-
Part409 = Instance.new("Part")
588+
Part4.Material = Enum.Material.Neon
589-
SpecialMesh410 = Instance.new("SpecialMesh")
589+
Part4.Rotation = Vector3.new(-180, 0, -18.4300003)
590-
Part411 = Instance.new("Part")
590+
Part4.Anchored = true
591-
SpecialMesh412 = Instance.new("SpecialMesh")
591+
Part4.CanCollide = false
592-
Part413 = Instance.new("Part")
592+
Part4.Size = Vector3.new(0.316227764, 0.284604996, 0.100000001)
593-
SpecialMesh414 = Instance.new("SpecialMesh")
593+
Part4.CFrame = CFrame.new(-23.5349979, 18.0149994, 15.5, 0.948683262, 0.316227764, 0, 0.316227764, -0.948683262, 0, 0, 0, -1)
594-
Part415 = Instance.new("Part")
594+
Part4.BottomSurface = Enum.SurfaceType.Smooth
595-
SpecialMesh416 = Instance.new("SpecialMesh")
595+
Part4.TopSurface = Enum.SurfaceType.Smooth
596-
Part417 = Instance.new("Part")
596+
Part4.Position = Vector3.new(-23.5349979, 18.0149994, 15.5)
597-
SpecialMesh418 = Instance.new("SpecialMesh")
597+
Part4.Color = Color3.new(0.0156863, 0.686275, 0.92549)
598-
Part419 = Instance.new("Part")
598+
Part5.Parent = Model0
599-
SpecialMesh420 = Instance.new("SpecialMesh")
599+
Part5.Material = Enum.Material.Neon
600-
Part421 = Instance.new("Part")
600+
Part5.Rotation = Vector3.new(-180, 90, 0)
601-
SpecialMesh422 = Instance.new("SpecialMesh")
601+
Part5.Anchored = true
602-
Part423 = Instance.new("Part")
602+
Part5.CanCollide = false
603-
SpecialMesh424 = Instance.new("SpecialMesh")
603+
Part5.Size = Vector3.new(0.0799999461, 0.320000023, 1.05000007)
604-
Part425 = Instance.new("Part")
604+
Part5.CFrame = CFrame.new(-25.0549965, 17.9500008, 15.5, -4.37113883e-08, 0, 1, -8.74227766e-08, -0.99999994, -3.82137093e-15, 1, -8.74227695e-08, 4.37113883e-08)
605-
SpecialMesh426 = Instance.new("SpecialMesh")
605+
Part5.BottomSurface = Enum.SurfaceType.Smooth
606-
Part427 = Instance.new("Part")
606+
Part5.TopSurface = Enum.SurfaceType.Smooth
607-
SpecialMesh428 = Instance.new("SpecialMesh")
607+
Part5.Position = Vector3.new(-25.0549965, 17.9500008, 15.5)
608-
Part429 = Instance.new("Part")
608+
Part5.Color = Color3.new(0.384314, 0.145098, 0.819608)
609-
SpecialMesh430 = Instance.new("SpecialMesh")
609+
SpecialMesh6.Parent = Part5
610-
Part431 = Instance.new("Part")
610+
SpecialMesh6.MeshType = Enum.MeshType.Wedge
611-
SpecialMesh432 = Instance.new("SpecialMesh")
611+
Part7.Parent = Model0
612-
Part433 = Instance.new("Part")
612+
Part7.Material = Enum.Material.Neon
613-
SpecialMesh434 = Instance.new("SpecialMesh")
613+
Part7.Rotation = Vector3.new(-180, 90, 0)
614-
Part435 = Instance.new("Part")
614+
Part7.Anchored = true
615-
SpecialMesh436 = Instance.new("SpecialMesh")
615+
Part7.CanCollide = false
616-
Part437 = Instance.new("Part")
616+
Part7.Size = Vector3.new(0.0999999419, 0.300000012, 1)
617-
SpecialMesh438 = Instance.new("SpecialMesh")
617+
Part7.CFrame = CFrame.new(-25.0299969, 17.9500008, 15.5, -4.37113883e-08, 0, 1, -8.74227766e-08, -0.99999994, -3.82137093e-15, 1, -8.74227695e-08, 4.37113883e-08)
618-
Part439 = Instance.new("Part")
618+
Part7.BottomSurface = Enum.SurfaceType.Smooth
619-
SpecialMesh440 = Instance.new("SpecialMesh")
619+
Part7.TopSurface = Enum.SurfaceType.Smooth
620-
Part441 = Instance.new("Part")
620+
Part7.Position = Vector3.new(-25.0299969, 17.9500008, 15.5)
621-
SpecialMesh442 = Instance.new("SpecialMesh")
621+
Part7.Color = Color3.new(0.0156863, 0.686275, 0.92549)
622-
Part443 = Instance.new("Part")
622+
SpecialMesh8.Parent = Part7
623-
SpecialMesh444 = Instance.new("SpecialMesh")
623+
SpecialMesh8.MeshType = Enum.MeshType.Wedge
624-
Part445 = Instance.new("Part")
624+
Part9.Parent = Model0
625-
SpecialMesh446 = Instance.new("SpecialMesh")
625+
Part9.Material = Enum.Material.Neon
626-
Part447 = Instance.new("Part")
626+
Part9.Anchored = true
627-
SpecialMesh448 = Instance.new("SpecialMesh")
627+
Part9.CanCollide = false
628-
Part449 = Instance.new("Part")
628+
Part9.Size = Vector3.new(1.10000002, 0.300000012, 0.100000001)
629-
SpecialMesh450 = Instance.new("SpecialMesh")
629+
Part9.CFrame = CFrame.new(-23.9799976, 17.9500008, 15.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
630-
Part451 = Instance.new("Part")
630+
Part9.BottomSurface = Enum.SurfaceType.Smooth
631-
SpecialMesh452 = Instance.new("SpecialMesh")
631+
Part9.TopSurface = Enum.SurfaceType.Smooth
632-
Part453 = Instance.new("Part")
632+
Part9.Position = Vector3.new(-23.9799976, 17.9500008, 15.5)
633-
SpecialMesh454 = Instance.new("SpecialMesh")
633+
Part9.Color = Color3.new(0.0156863, 0.686275, 0.92549)
634-
Part455 = Instance.new("Part")
634+
Part10.Name = "asd"
635-
SpecialMesh456 = Instance.new("SpecialMesh")
635+
Part10.Parent = Model0
636-
Part457 = Instance.new("Part")
636+
Part10.Material = Enum.Material.Neon
637-
SpecialMesh458 = Instance.new("SpecialMesh")
637+
Part10.Transparency = 1
638-
Part459 = Instance.new("Part")
638+
Part10.Anchored = true
639-
SpecialMesh460 = Instance.new("SpecialMesh")
639+
Part10.CanCollide = false
640-
Part461 = Instance.new("Part")
640+
Part10.Size = Vector3.new(0.400000006, 0.400000006, 0.120000005)
641-
SpecialMesh462 = Instance.new("SpecialMesh")
641+
Part10.CFrame = CFrame.new(-22.0299969, 18, 15.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
642-
Part463 = Instance.new("Part")
642+
Part10.BottomSurface = Enum.SurfaceType.Smooth
643-
SpecialMesh464 = Instance.new("SpecialMesh")
643+
Part10.TopSurface = Enum.SurfaceType.Smooth
644-
Part465 = Instance.new("Part")
644+
Part10.Position = Vector3.new(-22.0299969, 18, 15.5)
645-
SpecialMesh466 = Instance.new("SpecialMesh")
645+
Part10.Color = Color3.new(0.0156863, 0.686275, 0.92549)
646-
Part467 = Instance.new("Part")
646+
Part11.Parent = Model0
647-
SpecialMesh468 = Instance.new("SpecialMesh")
647+
Part11.Material = Enum.Material.Neon
648-
Part469 = Instance.new("Part")
648+
Part11.Rotation = Vector3.new(-180, 0, -18.4300003)
649-
SpecialMesh470 = Instance.new("SpecialMesh")
649+
Part11.Anchored = true
650-
Part471 = Instance.new("Part")
650+
Part11.CanCollide = false
651-
SpecialMesh472 = Instance.new("SpecialMesh")
651+
Part11.Size = Vector3.new(0.316227764, 0.304604977, 0.0800000057)
652-
Part473 = Instance.new("Part")
652+
Part11.CFrame = CFrame.new(-23.5349979, 18.0149994, 15.5, 0.948683262, 0.316227764, 0, 0.316227764, -0.948683262, 0, 0, 0, -1)
653-
SpecialMesh474 = Instance.new("SpecialMesh")
653+
Part11.BottomSurface = Enum.SurfaceType.Smooth
654-
Part475 = Instance.new("Part")
654+
Part11.TopSurface = Enum.SurfaceType.Smooth
655-
SpecialMesh476 = Instance.new("SpecialMesh")
655+
Part11.Position = Vector3.new(-23.5349979, 18.0149994, 15.5)
656-
Model0.Parent = mas
656+
Part11.Color = Color3.new(0.384314, 0.145098, 0.819608)
657
weld(Model0)
658-
Part1.CFrame = CFrame.new(-0.612978518, 3.52787709, -14.4877329, 0.999985635, -0.00299202278, 0.00444748998, 0.00513700023, 0.297964603, -0.95456326, 0.00153088011, 0.95457232, 0.297975689)
658+
Model1 = Model0:Clone()
659-
Part1.Orientation = Vector3.new(72.659996, 0.859999955, 0.98999995)
659+
Model1.Parent = char
660-
Part1.Position = Vector3.new(-0.612978518, 3.52787709, -14.4877329)
660+
l1=newWeld(torso,Model0.asd,-0.8,0.8,0.5)
661-
Part1.Rotation = Vector3.new(72.659996, 0.25, 0.170000002)
661+
r1=newWeld(torso,Model1.asd,0.8,0.8,0.5)
662-
Part1.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
662+
Model1.asd.Weld.C1 = CFrame.Angles(0,math.rad(180),0)
663-
Part1.Velocity = Vector3.new(1.29135582e-08, 0.00246586069, 1.6969787e-07)
663+
664-
Part1.Size = Vector3.new(0.275000006, 0.22512494, 0.42337501)
664+
665
Part1 = Instance.new("Part")
666-
Part1.BackSurface = Enum.SurfaceType.SmoothNoOutlines
666+
Part2 = Instance.new("Part")
667-
Part1.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
667+
SpecialMesh3 = Instance.new("SpecialMesh")
668-
Part1.BrickColor = BrickColor.new("Really black")
668+
Part4 = Instance.new("Part")
669
Part5 = Instance.new("Part")
670-
Part1.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
670+
SpecialMesh6 = Instance.new("SpecialMesh")
671-
Part1.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
671+
Part7 = Instance.new("Part")
672-
Part1.Material = Enum.Material.Metal
672+
Part8 = Instance.new("Part")
673-
Part1.RightSurface = Enum.SurfaceType.SmoothNoOutlines
673+
Part9 = Instance.new("Part")
674-
Part1.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
674+
Part10 = Instance.new("Part")
675-
Part1.TopSurface = Enum.SurfaceType.SmoothNoOutlines
675+
Part11 = Instance.new("Part")
676-
Part1.brickColor = BrickColor.new("Really black")
676+
Model0.Name = "2"
677
Model0.Parent = char
678-
SpecialMesh2.Scale = Vector3.new(0.400000006, 1, 0.5)
678+
679-
SpecialMesh2.MeshType = Enum.MeshType.Brick
679+
Part1.Material = Enum.Material.Neon
680
Part1.Rotation = Vector3.new(-180, 0, -18.4300003)
681-
Part3.CFrame = CFrame.new(-0.608517408, 2.57421446, -14.2038746, 0.999985635, 0.00162795268, -0.00510686403, 0.0051367972, -0.0189460143, 0.999807417, 0.00153088395, -0.999819279, -0.0189541057)
681+
682-
Part3.Orientation = Vector3.new(-88.8799973, -164.919998, 164.830002)
682+
683-
Part3.Position = Vector3.new(-0.608517408, 2.57421446, -14.2038746)
683+
Part1.Size = Vector3.new(0.252982229, 0.227684006, 0.0800000057)
684-
Part3.Rotation = Vector3.new(-91.0899963, -0.289999992, -0.0899999961)
684+
Part1.CFrame = CFrame.new(-23.567997, 16.0119991, 15.75, 0.948683262, 0.316227764, 0, 0.316227764, -0.948683262, 0, 0, 0, -1)
685-
Part3.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
685+
Part1.BottomSurface = Enum.SurfaceType.Smooth
686-
Part3.Velocity = Vector3.new(1.6413172e-07, 0.00246645301, 2.15686623e-06)
686+
Part1.TopSurface = Enum.SurfaceType.Smooth
687-
Part3.Size = Vector3.new(0.275000006, 0.315999985, 0.303375006)
687+
Part1.Position = Vector3.new(-23.567997, 16.0119991, 15.75)
688
Part1.Color = Color3.new(0.0156863, 0.686275, 0.92549)
689-
Part3.BackSurface = Enum.SurfaceType.SmoothNoOutlines
689+
Part2.Parent = Model0
690-
Part3.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
690+
Part2.Material = Enum.Material.Neon
691-
Part3.BrickColor = BrickColor.new("Really black")
691+
Part2.Rotation = Vector3.new(-180, 90, 0)
692
Part2.Anchored = true
693-
Part3.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
693+
Part2.CanCollide = false
694-
Part3.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
694+
Part2.Size = Vector3.new(0.0799999535, 0.24000001, 0.800000012)
695-
Part3.Material = Enum.Material.Glass
695+
Part2.CFrame = CFrame.new(-24.7639961, 15.960001, 15.75, -4.37113883e-08, 0, 1, -8.74227766e-08, -0.99999994, -3.82137093e-15, 1, -8.74227695e-08, 4.37113883e-08)
696-
Part3.RightSurface = Enum.SurfaceType.SmoothNoOutlines
696+
Part2.BottomSurface = Enum.SurfaceType.Smooth
697-
Part3.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
697+
Part2.TopSurface = Enum.SurfaceType.Smooth
698-
Part3.TopSurface = Enum.SurfaceType.SmoothNoOutlines
698+
Part2.Position = Vector3.new(-24.7639961, 15.960001, 15.75)
699-
Part3.brickColor = BrickColor.new("Really black")
699+
Part2.Color = Color3.new(0.0156863, 0.686275, 0.92549)
700-
SpecialMesh4.Parent = Part3
700+
SpecialMesh3.Parent = Part2
701-
SpecialMesh4.Scale = Vector3.new(0.5, 1, 0.5)
701+
SpecialMesh3.MeshType = Enum.MeshType.Wedge
702-
SpecialMesh4.MeshType = Enum.MeshType.Wedge
702+
Part4.Parent = Model0
703-
Weld5.Name = "BTWeld"
703+
Part4.Material = Enum.Material.Neon
704-
Weld5.Parent = Part3
704+
Part4.Anchored = true
705-
Weld5.C1 = CFrame.new(1.78813934e-06, -0.442868233, -0.256871939, -1, 2.08499841e-07, 2.3712164e-07, -2.08849087e-07, -1.00000024, 0, 2.39566361e-07, 1.86264515e-09, 1.00000024)
705+
Part4.CanCollide = false
706-
Weld5.Part0 = Part3
706+
Part4.Size = Vector3.new(1.29600012, 0.335999995, 0.064000003)
707-
Weld5.Part1 = Part441
707+
Part4.CFrame = CFrame.new(-22.843998, 16, 15.75, 1, 0, 0, 0, 1, 0, 0, 0, 1)
708-
Weld5.part1 = Part441
708+
Part4.BottomSurface = Enum.SurfaceType.Smooth
709-
Weld6.Name = "BTWeld"
709+
Part4.TopSurface = Enum.SurfaceType.Smooth
710-
Weld6.Parent = Part3
710+
Part4.Position = Vector3.new(-22.843998, 16, 15.75)
711-
Weld6.C1 = CFrame.new(2.8014183e-06, 0.12912178, 0.434119463, -1, -2.32830644e-10, 3.05299181e-08, 2.32830644e-10, 1.00000024, 1.80676579e-07, -3.2619937e-08, 1.76951289e-07, -1.00000024)
711+
Part4.Color = Color3.new(0.384314, 0.145098, 0.819608)
712-
Weld6.Part0 = Part3
712+
Part5.Parent = Model0
713-
Weld6.Part1 = Part323
713+
Part5.Material = Enum.Material.Neon
714-
Weld6.part1 = Part323
714+
Part5.Rotation = Vector3.new(-180, 90, 0)
715-
Weld7.Name = "BTWeld"
715+
Part5.Anchored = true
716-
Weld7.Parent = Part3
716+
Part5.CanCollide = false
717-
Weld7.C1 = CFrame.new(-3.09944153e-06, -0.192704201, -0.62885952, 1, 8.96397978e-08, 1.20697223e-07, -8.91741365e-08, 1.00000024, 1.78813934e-07, -1.1825432e-07, -1.78813934e-07, 1.00000024)
717+
Part5.Size = Vector3.new(0.0639999583, 0.256000012, 0.840000093)
718-
Weld7.Part0 = Part3
718+
Part5.CFrame = CFrame.new(-24.7839966, 15.960001, 15.75, -4.37113883e-08, 0, 1, -8.74227766e-08, -0.99999994, -3.82137093e-15, 1, -8.74227695e-08, 4.37113883e-08)
719-
Weld7.Part1 = Part371
719+
Part5.BottomSurface = Enum.SurfaceType.Smooth
720-
Weld7.part1 = Part371
720+
Part5.TopSurface = Enum.SurfaceType.Smooth
721-
Weld8.Name = "BTWeld"
721+
Part5.Position = Vector3.new(-24.7839966, 15.960001, 15.75)
722-
Weld8.Parent = Part3
722+
Part5.Color = Color3.new(0.384314, 0.145098, 0.819608)
723-
Weld8.C1 = CFrame.new(-2.86102295e-06, 0.0544996262, -0.312496185, 1, 2.32830644e-10, 1.14778231e-09, 2.32830644e-10, 1.00000024, 1.86264515e-09, 1.14778231e-09, 1.86264515e-09, 1.00000024)
723+
SpecialMesh6.Parent = Part5
724-
Weld8.Part0 = Part3
724+
SpecialMesh6.MeshType = Enum.MeshType.Wedge
725-
Weld8.Part1 = Part167
725+
Part7.Parent = Model0
726-
Weld8.part1 = Part167
726+
Part7.Material = Enum.Material.Neon
727-
Weld9.Name = "BTWeld"
727+
Part7.Anchored = true
728-
Weld9.Parent = Part3
728+
Part7.CanCollide = false
729-
Weld9.C1 = CFrame.new(3.63588333e-06, -2.63571262, -0.638117313, -1, 1.18976459e-07, 3.0064075e-07, -1.19325705e-07, -1.00000024, -5.96046448e-08, 3.02987246e-07, -5.77419996e-08, 1.00000024)
729+
Part7.Size = Vector3.new(0.880000055, 0.256000012, 0.064000003)
730-
Weld9.Part0 = Part3
730+
Part7.CFrame = CFrame.new(-23.9239979, 15.960001, 15.75, 1, 0, 0, 0, 1, 0, 0, 0, 1)
731-
Weld9.Part1 = Part177
731+
Part7.BottomSurface = Enum.SurfaceType.Smooth
732-
Weld9.part1 = Part177
732+
Part7.TopSurface = Enum.SurfaceType.Smooth
733-
Weld10.Name = "BTWeld"
733+
Part7.Position = Vector3.new(-23.9239979, 15.960001, 15.75)
734-
Weld10.Parent = Part3
734+
Part7.Color = Color3.new(0.384314, 0.145098, 0.819608)
735-
Weld10.C1 = CFrame.new(-2.98023224e-06, -0.077252388, -0.223499537, 1, 2.32830644e-10, 1.14778231e-09, 2.32830644e-10, 1.00000024, 1.86264515e-09, 1.14778231e-09, 1.86264515e-09, 1.00000024)
735+
Part8.Parent = Model0
736-
Weld10.Part0 = Part3
736+
Part8.Material = Enum.Material.Neon
737-
Weld10.Part1 = Part277
737+
Part8.Rotation = Vector3.new(-180, 0, -18.4300003)
738-
Weld10.part1 = Part277
738+
Part8.Anchored = true
739-
Weld11.Name = "BTWeld"
739+
Part8.CanCollide = false
740-
Weld11.Parent = Part3
740+
Part8.Size = Vector3.new(0.252982229, 0.243683979, 0.064000003)
741-
Weld11.C1 = CFrame.new(1.90734863e-06, -0.629117966, -0.531242609, -1, 1.18976459e-07, 3.0064075e-07, -1.19325705e-07, -1.00000024, -5.96046448e-08, 3.02987246e-07, -5.77419996e-08, 1.00000024)
741+
Part8.CFrame = CFrame.new(-23.567997, 16.0119991, 15.75, 0.948683262, 0.316227764, 0, 0.316227764, -0.948683262, 0, 0, 0, -1)
742-
Weld11.Part0 = Part3
742+
Part8.BottomSurface = Enum.SurfaceType.Smooth
743-
Weld11.Part1 = Part427
743+
Part8.TopSurface = Enum.SurfaceType.Smooth
744-
Weld11.part1 = Part427
744+
Part8.Position = Vector3.new(-23.567997, 16.0119991, 15.75)
745-
Weld12.Name = "BTWeld"
745+
Part8.Color = Color3.new(0.384314, 0.145098, 0.819608)
746-
Weld12.Parent = Part3
746+
Part9.Parent = Model0
747-
Weld12.C1 = CFrame.new(3.87430191e-06, -1.56084347, -0.606865883, -1, 2.08499841e-07, 1.81222276e-07, -2.08849087e-07, -1.00000024, 0, 1.83687007e-07, 1.86264515e-09, 1.00000024)
747+
Part9.Material = Enum.Material.Neon
748-
Weld12.Part0 = Part3
748+
Part9.Anchored = true
749-
Weld12.Part1 = Part209
749+
Part9.CanCollide = false
750-
Weld12.part1 = Part209
750+
Part9.Size = Vector3.new(0.880000055, 0.24000001, 0.0800000057)
751-
Weld13.Name = "BTWeld"
751+
Part9.CFrame = CFrame.new(-23.9239979, 15.960001, 15.75, 1, 0, 0, 0, 1, 0, 0, 0, 1)
752-
Weld13.Parent = Part3
752+
Part9.BottomSurface = Enum.SurfaceType.Smooth
753-
Weld13.C1 = CFrame.new(-1.66893005e-06, -0.394741058, 0.453120232, 1, -1.19092874e-07, -2.68964868e-07, -1.19325705e-07, -1.00000024, -5.96046448e-08, -2.71322278e-07, 5.77419996e-08, -1.00000024)
753+
Part9.TopSurface = Enum.SurfaceType.Smooth
754-
Weld13.Part0 = Part3
754+
Part9.Position = Vector3.new(-23.9239979, 15.960001, 15.75)
755-
Weld13.Part1 = Part265
755+
Part9.Color = Color3.new(0.0156863, 0.686275, 0.92549)
756-
Weld13.part1 = Part265
756+
Part10.Parent = Model0
757-
Weld14.Name = "BTWeld"
757+
Part10.Material = Enum.Material.Neon
758-
Weld14.Parent = Part3
758+
Part10.Anchored = true
759-
Weld14.C1 = CFrame.new(-3.51667404e-06, -3.62178516, 0.128079414, 1, 2.32830644e-10, -2.82076144e-07, 4.92436811e-08, -0.984807968, 0.173648342, -2.7945498e-07, -0.173648342, -0.984807968)
759+
Part10.CanCollide = false
760-
Weld14.Part0 = Part3
760+
Part10.Size = Vector3.new(1.28000009, 0.320000023, 0.0800000057)
761-
Weld14.Part1 = Part445
761+
Part10.CFrame = CFrame.new(-22.843998, 16, 15.75, 1, 0, 0, 0, 1, 0, 0, 0, 1)
762-
Weld14.part1 = Part445
762+
Part10.BottomSurface = Enum.SurfaceType.Smooth
763-
Weld15.Name = "BTWeld"
763+
Part10.TopSurface = Enum.SurfaceType.Smooth
764-
Weld15.Parent = Part3
764+
Part10.Position = Vector3.new(-22.843998, 16, 15.75)
765-
Weld15.C1 = CFrame.new(1.7285347e-06, -0.568753242, -0.743589878, -1, 1.18976459e-07, 3.28123861e-07, -1.1944212e-07, -1.00000024, -8.94069672e-08, 3.30041075e-07, -8.7544322e-08, 1.00000024)
765+
Part10.Color = Color3.new(0.0156863, 0.686275, 0.92549)
766-
Weld15.Part0 = Part3
766+
Part11.Name = "asd"
767-
Weld15.Part1 = Part175
767+
Part11.Parent = Model0
768-
Weld15.part1 = Part175
768+
Part11.Material = Enum.Material.Neon
769-
Weld16.Name = "BTWeld"
769+
Part11.Transparency = 1
770-
Weld16.Parent = Part3
770+
Part11.Anchored = true
771-
Weld16.C1 = CFrame.new(-0.568752289, -0.0312482715, 1.24358273, -5.98374754e-08, -1.00000024, 0, -1, 5.93718141e-08, 3.27925591e-07, -3.30370312e-07, -1.86264515e-09, -1.00000024)
771+
Part11.CanCollide = false
772-
Weld16.Part0 = Part3
772+
Part11.Size = Vector3.new(0.320000023, 0.320000023, 0.0960000083)
773-
Weld16.Part1 = Part433
773+
Part11.CFrame = CFrame.new(-22.3639965, 16, 15.75, 1, 0, 0, 0, 1, 0, 0, 0, 1)
774-
Weld16.part1 = Part433
774+
Part11.BottomSurface = Enum.SurfaceType.Smooth
775-
Weld17.Name = "BTWeld"
775+
Part11.TopSurface = Enum.SurfaceType.Smooth
776-
Weld17.Parent = Part3
776+
Part11.Position = Vector3.new(-22.3639965, 16, 15.75)
777-
Weld17.C1 = CFrame.new(1.7285347e-06, -0.568753242, -0.743589878, -1, 1.18976459e-07, 3.28123861e-07, -1.1944212e-07, -1.00000024, -8.94069672e-08, 3.30041075e-07, -8.7544322e-08, 1.00000024)
777+
Part11.Color = Color3.new(0.0156863, 0.686275, 0.92549)
778-
Weld17.Part0 = Part3
778+
weld(Model0)
779-
Weld17.Part1 = Part417
779+
Model1 = Model0:Clone()
780-
Weld17.part1 = Part417
780+
Model1.Parent = char
781-
Weld18.Name = "BTWeld"
781+
l2=newWeld(torso,Model0.asd,-0.8,0.6,0.5)
782-
Weld18.Parent = Part3
782+
r2=newWeld(torso,Model1.asd,0.8,0.6,0.5)
783-
Weld18.C1 = CFrame.new(-3.09944153e-06, -0.364574432, -0.628859282, 1, 8.96397978e-08, 1.20697223e-07, -8.91741365e-08, 1.00000024, 1.78813934e-07, -1.1825432e-07, -1.78813934e-07, 1.00000024)
783+
Model1.asd.Weld.C1 = CFrame.Angles(0,math.rad(180),0)
784-
Weld18.Part0 = Part3
784+
785-
Weld18.Part1 = Part295
785+
786-
Weld18.part1 = Part295
786+
787-
Weld19.Name = "BTWeld"
787+
Part2 = Instance.new("Part")
788-
Weld19.Parent = Part3
788+
789-
Weld19.C1 = CFrame.new(3.93390656e-06, -3.33387375, 1.42912102, -1, 2.08499841e-07, 7.08205334e-08, -1.35507435e-07, -0.838670611, 0.544639409, 1.75263267e-07, 0.544639468, 0.838670611)
789+
Part4 = Instance.new("Part")
790-
Weld19.Part0 = Part3
790+
SpecialMesh5 = Instance.new("SpecialMesh")
791-
Weld19.Part1 = Part165
791+
Part6 = Instance.new("Part")
792-
Weld19.part1 = Part165
792+
Part7 = Instance.new("Part")
793-
Weld20.Name = "BTWeld"
793+
Part8 = Instance.new("Part")
794-
Weld20.Parent = Part3
794+
SpecialMesh9 = Instance.new("SpecialMesh")
795-
Weld20.C1 = CFrame.new(1.78813934e-07, -3.38045502, 0.755048752, 1, 2.32830644e-10, -2.6903399e-07, -2.32830644e-10, -1.00000024, 8.7544322e-08, -2.71093086e-07, -9.12696123e-08, -1.00000024)
795+
Part10 = Instance.new("Part")
796-
Weld20.Part0 = Part3
796+
Part11 = Instance.new("Part")
797-
Weld20.Part1 = Part315
797+
Model0.Name = "1"
798-
Weld20.part1 = Part315
798+
Model0.Parent = char
799-
Weld21.Name = "BTWeld"
799+
800-
Weld21.Parent = Part3
800+
Part1.Material = Enum.Material.Neon
801-
Weld21.C1 = CFrame.new(0.522247314, -0.031253159, 0.449784279, 2.578774e-06, -0.500000775, -0.866025329, 1, 2.96742655e-06, 1.26622399e-06, 1.93726737e-06, -0.866025329, 0.500000715)
801+
802-
Weld21.Part0 = Part3
802+
803-
Weld21.Part1 = Part457
803+
Part1.Size = Vector3.new(0.704000056, 0.192000017, 0.064000003)
804-
Weld21.part1 = Part457
804+
Part1.CFrame = CFrame.new(-23.8791981, 13.9680004, 15.75, 1, 0, 0, 0, 1, 0, 0, 0, 1)
805-
Weld22.Name = "BTWeld"
805+
Part1.BottomSurface = Enum.SurfaceType.Smooth
806-
Weld22.Parent = Part3
806+
Part1.TopSurface = Enum.SurfaceType.Smooth
807-
Weld22.C1 = CFrame.new(-3.03983688e-06, -0.26757431, -0.628857851, 1, 8.96397978e-08, 1.20697223e-07, -8.91741365e-08, 1.00000024, 1.78813934e-07, -1.1825432e-07, -1.78813934e-07, 1.00000024)
807+
Part1.Position = Vector3.new(-23.8791981, 13.9680004, 15.75)
808-
Weld22.Part0 = Part3
808+
Part1.Color = Color3.new(0.0156863, 0.686275, 0.92549)
809-
Weld22.Part1 = Part363
809+
Part2.Parent = Model0
810-
Weld22.part1 = Part363
810+
Part2.Material = Enum.Material.Neon
811-
Weld23.Name = "BTWeld"
811+
Part2.Rotation = Vector3.new(-180, 0, -18.4300003)
812-
Weld23.Parent = Part3
812+
Part2.Anchored = true
813-
Weld23.C1 = CFrame.new(-3.03983688e-06, 0.579193592, -0.519788742, 1, 2.08732672e-07, 7.35781214e-08, -9.66247171e-08, 0.707106471, -0.707107365, -1.97673216e-07, 0.707107365, 0.707106471)
813+
Part2.CanCollide = false
814-
Weld23.Part0 = Part3
814+
Part2.Size = Vector3.new(0.202385783, 0.194947183, 0.0512000024)
815-
Weld23.Part1 = Part429
815+
Part2.CFrame = CFrame.new(-23.5943966, 14.0095997, 15.75, 0.948683262, 0.316227764, 0, 0.316227764, -0.948683262, 0, 0, 0, -1)
816-
Weld23.part1 = Part429
816+
Part2.BottomSurface = Enum.SurfaceType.Smooth
817-
Weld24.Name = "BTWeld"
817+
Part2.TopSurface = Enum.SurfaceType.Smooth
818-
Weld24.Parent = Part3
818+
Part2.Position = Vector3.new(-23.5943966, 14.0095997, 15.75)
819-
Weld24.C1 = CFrame.new(3.57627869e-06, -2.7432127, -0.596743584, -1, 1.18976459e-07, 3.0064075e-07, -1.19325705e-07, -1.00000024, -5.96046448e-08, 3.02987246e-07, -5.77419996e-08, 1.00000024)
819+
Part2.Color = Color3.new(0.384314, 0.145098, 0.819608)
820-
Weld24.Part0 = Part3
820+
821-
Weld24.Part1 = Part253
821+
Part3.Material = Enum.Material.Neon
822-
Weld24.part1 = Part253
822+
Part3.Rotation = Vector3.new(-180, 0, -18.4300003)
823-
Weld25.Name = "BTWeld"
823+
824-
Weld25.Parent = Part3
824+
825-
Weld25.C1 = CFrame.new(-5.96046448e-08, -0.0365514755, -0.0244483948, -1, 2.08383426e-07, 3.34477591e-07, -3.4889672e-07, -0.866025686, -0.49999994, 1.87254045e-07, -0.499999881, 0.866025686)
825+
Part3.Size = Vector3.new(0.202385783, 0.182147205, 0.064000003)
826-
Weld25.Part0 = Part3
826+
Part3.CFrame = CFrame.new(-23.5943966, 14.0095997, 15.75, 0.948683262, 0.316227764, 0, 0.316227764, -0.948683262, 0, 0, 0, -1)
827-
Weld25.Part1 = Part383
827+
Part3.BottomSurface = Enum.SurfaceType.Smooth
828-
Weld25.part1 = Part383
828+
Part3.TopSurface = Enum.SurfaceType.Smooth
829-
Weld26.Name = "BTWeld"
829+
Part3.Position = Vector3.new(-23.5943966, 14.0095997, 15.75)
830-
Weld26.Parent = Part3
830+
Part3.Color = Color3.new(0.0156863, 0.686275, 0.92549)
831-
Weld26.C1 = CFrame.new(0.0437097549, -0.0312481523, 1.49426508, -1.02329068e-07, -0.707107306, -0.707106531, -1, -1.1047814e-07, 2.52499376e-07, -2.57976353e-07, 0.70710659, -0.707107306)
831+
Part4.Parent = Model0
832-
Weld26.Part0 = Part3
832+
Part4.Material = Enum.Material.Neon
833-
Weld26.Part1 = Part289
833+
Part4.Rotation = Vector3.new(-180, 90, 0)
834-
Weld26.part1 = Part289
834+
Part4.Anchored = true
835-
Weld27.Name = "BTWeld"
835+
Part4.CanCollide = false
836-
Weld27.Parent = Part3
836+
Part4.Size = Vector3.new(0.0639999658, 0.192000017, 0.640000045)
837-
Weld27.C1 = CFrame.new(-0.390325546, -0.0312492251, 0.188101292, 1.53668225e-07, 0.866025686, 0.5, -1, 1.49011612e-07, 4.73319233e-08, -3.19560058e-08, -0.49999994, 0.866025686)
837+
Part4.CFrame = CFrame.new(-24.5511971, 13.9680004, 15.75, -4.37113883e-08, 0, 1, -8.74227766e-08, -0.99999994, -3.82137093e-15, 1, -8.74227695e-08, 4.37113883e-08)
838-
Weld27.Part0 = Part3
838+
Part4.BottomSurface = Enum.SurfaceType.Smooth
839-
Weld27.Part1 = Part465
839+
Part4.TopSurface = Enum.SurfaceType.Smooth
840-
Weld27.part1 = Part465
840+
Part4.Position = Vector3.new(-24.5511971, 13.9680004, 15.75)
841-
Weld28.Name = "BTWeld"
841+
Part4.Color = Color3.new(0.0156863, 0.686275, 0.92549)
842-
Weld28.Parent = Part3
842+
SpecialMesh5.Parent = Part4
843-
Weld28.C1 = CFrame.new(3.69548798e-06, 1.39622211, 0.606865406, -1, -8.95233825e-08, 3.02316039e-08, -8.91741365e-08, 1.00000024, -8.94069672e-08, -3.26745067e-08, -9.12696123e-08, -1.00000024)
843+
SpecialMesh5.MeshType = Enum.MeshType.Wedge
844-
Weld28.Part0 = Part3
844+
Part6.Parent = Model0
845-
Weld28.Part1 = Part325
845+
Part6.Material = Enum.Material.Neon
846-
Weld28.part1 = Part325
846+
Part6.Anchored = true
847-
Weld29.Name = "BTWeld"
847+
Part6.CanCollide = false
848-
Weld29.Parent = Part3
848+
Part6.Size = Vector3.new(1.03680015, 0.26879999, 0.0512000024)
849-
Weld29.C1 = CFrame.new(-3.03983688e-06, -0.0283536911, -0.593729019, 1, 8.95233825e-08, 4.61641321e-08, -6.54254109e-08, 0.923879802, -0.382683307, -7.52625056e-08, 0.382683337, 0.923879921)
849+
Part6.CFrame = CFrame.new(-23.0151978, 14, 15.75, 1, 0, 0, 0, 1, 0, 0, 0, 1)
850-
Weld29.Part0 = Part3
850+
Part6.BottomSurface = Enum.SurfaceType.Smooth
851-
Weld29.Part1 = Part435
851+
Part6.TopSurface = Enum.SurfaceType.Smooth
852-
Weld29.part1 = Part435
852+
Part6.Position = Vector3.new(-23.0151978, 14, 15.75)
853-
Weld30.Name = "BTWeld"
853+
Part6.Color = Color3.new(0.384314, 0.145098, 0.819608)
854-
Weld30.Parent = Part3
854+
Part7.Name = "asd"
855-
Weld30.C1 = CFrame.new(-2.98023224e-06, 0.0857448578, -0.331493855, 1, 2.32830644e-10, 1.14778231e-09, 2.32830644e-10, 1.00000024, 1.86264515e-09, 1.14778231e-09, 1.86264515e-09, 1.00000024)
855+
Part7.Parent = Model0
856-
Weld30.Part0 = Part3
856+
Part7.Material = Enum.Material.Neon
857-
Weld30.Part1 = Part297
857+
Part7.Transparency = 1
858-
Weld30.part1 = Part297
858+
Part7.Anchored = true
859-
Weld31.Name = "BTWeld"
859+
Part7.CanCollide = false
860-
Weld31.Parent = Part3
860+
Part7.Size = Vector3.new(0.256000012, 0.256000012, 0.0768000111)
861-
Weld31.C1 = CFrame.new(2.98023224e-06, 0.0857439041, 0.434119463, -1, -2.32830644e-10, -8.87230271e-08, 2.32830644e-10, 1.00000024, 1.86264515e-09, 8.63965397e-08, -1.86264515e-09, -1.00000024)
861+
Part7.CFrame = CFrame.new(-22.631197, 14, 15.75, 1, 0, 0, 0, 1, 0, 0, 0, 1)
862-
Weld31.Part0 = Part3
862+
Part7.BottomSurface = Enum.SurfaceType.Smooth
863-
Weld31.Part1 = Part403
863+
Part7.TopSurface = Enum.SurfaceType.Smooth
864-
Weld31.part1 = Part403
864+
Part7.Position = Vector3.new(-22.631197, 14, 15.75)
865-
Weld32.Name = "BTWeld"
865+
Part7.Color = Color3.new(0.0156863, 0.686275, 0.92549)
866-
Weld32.Parent = Part3
866+
Part8.Parent = Model0
867-
Weld32.C1 = CFrame.new(3.69548798e-06, -1.12822342, -0.591116667, -1, 1.18976459e-07, 3.0064075e-07, -1.19325705e-07, -1.00000024, -5.96046448e-08, 3.02987246e-07, -5.77419996e-08, 1.00000024)
867+
Part8.Material = Enum.Material.Neon
868-
Weld32.Part0 = Part3
868+
Part8.Rotation = Vector3.new(-180, 90, 0)
869-
Weld32.Part1 = Part317
869+
Part8.Anchored = true
870-
Weld32.part1 = Part317
870+
Part8.CanCollide = false
871-
Weld33.Name = "BTWeld"
871+
Part8.Size = Vector3.new(0.0511999689, 0.20480001, 0.67200011)
872-
Weld33.Parent = Part3
872+
Part8.CFrame = CFrame.new(-24.5671959, 13.9680004, 15.75, -4.37113883e-08, 0, 1, -8.74227766e-08, -0.99999994, -3.82137093e-15, 1, -8.74227695e-08, 4.37113883e-08)
873-
Weld33.C1 = CFrame.new(-3.57627869e-06, 1.17320824, 0.736830235, 1, -1.19092874e-07, 2.04781827e-07, -1.19325705e-07, -1.00000024, 2.68220901e-07, 2.03222953e-07, -2.68220901e-07, -1.00000024)
873+
Part8.BottomSurface = Enum.SurfaceType.Smooth
874-
Weld33.Part0 = Part3
874+
Part8.TopSurface = Enum.SurfaceType.Smooth
875-
Weld33.Part1 = Part171
875+
Part8.Position = Vector3.new(-24.5671959, 13.9680004, 15.75)
876-
Weld33.part1 = Part171
876+
Part8.Color = Color3.new(0.384314, 0.145098, 0.819608)
877-
Weld34.Name = "BTWeld"
877+
SpecialMesh9.Parent = Part8
878-
Weld34.Parent = Part3
878+
SpecialMesh9.MeshType = Enum.MeshType.Wedge
879-
Weld34.C1 = CFrame.new(3.51667404e-06, -2.70561504, -1.06026649, -1, 1.18976459e-07, 3.69582267e-07, -1.82189979e-07, -0.984807968, -0.173648283, 3.45506123e-07, -0.173648298, 0.984807968)
879+
Part10.Parent = Model0
880-
Weld34.Part0 = Part3
880+
Part10.Material = Enum.Material.Neon
881-
Weld34.Part1 = Part251
881+
Part10.Anchored = true
882-
Weld34.part1 = Part251
882+
Part10.CanCollide = false
883-
Weld35.Name = "BTWeld"
883+
Part10.Size = Vector3.new(1.02400005, 0.256000012, 0.064000003)
884-
Weld35.Parent = Part3
884+
Part10.CFrame = CFrame.new(-23.0151978, 14, 15.75, 1, 0, 0, 0, 1, 0, 0, 0, 1)
885-
Weld35.C1 = CFrame.new(0.568753242, -0.0312516689, 1.24358273, 1.1944212e-07, 1.00000024, 0, 1, -1.18976459e-07, -3.28123861e-07, -3.30370312e-07, -1.86264515e-09, -1.00000024)
885+
Part10.BottomSurface = Enum.SurfaceType.Smooth
886-
Weld35.Part0 = Part3
886+
Part10.TopSurface = Enum.SurfaceType.Smooth
887-
Weld35.Part1 = Part443
887+
Part10.Position = Vector3.new(-23.0151978, 14, 15.75)
888-
Weld35.part1 = Part443
888+
Part10.Color = Color3.new(0.0156863, 0.686275, 0.92549)
889-
Weld36.Name = "BTWeld"
889+
Part11.Parent = Model0
890-
Weld36.Parent = Part3
890+
Part11.Material = Enum.Material.Neon
891-
Weld36.C1 = CFrame.new(-0.00166904926, -3.09995842, -0.665301085, -1, -2.32830644e-10, 6.22057996e-08, -1.16415322e-10, -1.00000024, -6.14672899e-08, 6.45686669e-08, -5.77419996e-08, 1.00000024)
891+
Part11.Anchored = true
892-
Weld36.Part0 = Part3
892+
Part11.CanCollide = false
893-
Weld36.Part1 = Part243
893+
Part11.Size = Vector3.new(0.704000056, 0.20480001, 0.0512000024)
894-
Weld36.part1 = Part243
894+
Part11.CFrame = CFrame.new(-23.8791981, 13.9680004, 15.75, 1, 0, 0, 0, 1, 0, 0, 0, 1)
895-
Weld37.Name = "BTWeld"
895+
Part11.BottomSurface = Enum.SurfaceType.Smooth
896-
Weld37.Parent = Part3
896+
Part11.TopSurface = Enum.SurfaceType.Smooth
897-
Weld37.C1 = CFrame.new(-1.3257277, -0.0312492847, 5.10531425, 9.66574589e-08, 0.0174533594, 0.999847949, -1, 2.08499841e-07, 9.1315087e-08, -2.07335688e-07, -0.999847949, 0.0174533576)
897+
Part11.Position = Vector3.new(-23.8791981, 13.9680004, 15.75)
898-
Weld37.Part0 = Part3
898+
Part11.Color = Color3.new(0.384314, 0.145098, 0.819608)
899-
Weld37.Part1 = Part191
899+
weld(Model0)
900-
Weld37.part1 = Part191
900+
Model1 = Model0:Clone()
901-
Weld38.Name = "BTWeld"
901+
Model1.Parent = char
902-
Weld38.Parent = Part3
902+
l3=newWeld(torso,Model0.asd,-0.8,0.4,0.5)
903-
Weld38.C1 = CFrame.new(2.98023224e-06, -0.520121574, 0.565322638, -1, 2.08499841e-07, -1.4426405e-08, 1.87777914e-07, 0.923879921, 0.382683069, 9.12114047e-08, 0.382683039, -0.923879921)
903+
r3=newWeld(torso,Model1.asd,0.8,0.4,0.5)
904-
Weld38.Part0 = Part3
904+
Model1.asd.Weld.C1 = CFrame.Angles(0,math.rad(180),0)
905-
Weld38.Part1 = Part459
905+
906-
Weld38.part1 = Part459
906+
907-
Weld39.Name = "BTWeld"
907+
908-
Weld39.Parent = Part3
908+
909-
Weld39.C1 = CFrame.new(-2.44379044e-06, 1.62276363, -0.980819702, 1, -3.87430191e-07, 3.99177225e-08, -1.89582352e-07, -0.569997728, -0.821646571, 3.3993274e-07, 0.821646512, -0.569997668)
909+
910-
Weld39.Part0 = Part3
910+
Part4 = Instance.new("Part")
911-
Weld39.Part1 = Part327
911+
SpecialMesh5 = Instance.new("SpecialMesh")
912-
Weld39.part1 = Part327
912+
Part6 = Instance.new("Part")
913-
Weld40.Name = "BTWeld"
913+
SpecialMesh7 = Instance.new("SpecialMesh")
914-
Weld40.Parent = Part3
914+
Part8 = Instance.new("Part")
915-
Weld40.C1 = CFrame.new(3.69548798e-06, -1.7807188, -0.638116598, -1, 1.18976459e-07, 3.0064075e-07, -1.19325705e-07, -1.00000024, -5.96046448e-08, 3.02987246e-07, -5.77419996e-08, 1.00000024)
915+
SpecialMesh9 = Instance.new("SpecialMesh")
916-
Weld40.Part0 = Part3
916+
Part10 = Instance.new("Part")
917-
Weld40.Part1 = Part229
917+
Part11 = Instance.new("Part")
918-
Weld40.part1 = Part229
918+
SpecialMesh12 = Instance.new("SpecialMesh")
919-
Weld41.Name = "BTWeld"
919+
Model0.Parent = char
920-
Weld41.Parent = Part3
920+
921-
Weld41.C1 = CFrame.new(-2.98023224e-06, -0.170754433, -0.381493092, 1, 2.32830644e-10, 1.14778231e-09, 2.32830644e-10, 1.00000024, 1.86264515e-09, 1.14778231e-09, 1.86264515e-09, 1.00000024)
921+
Part1.Rotation = Vector3.new(0, 90, 0)
922-
Weld41.Part0 = Part3
922+
923-
Weld41.Part1 = Part469
923+
924-
Weld41.part1 = Part469
924+
Part1.Size = Vector3.new(0.42840001, 0.894600034, 1.18440008)
925-
Weld42.Name = "BTWeld"
925+
Part1.CFrame = CFrame.new(-40.6850014, 7.97090054, 29, -4.37113883e-08, 0, 1, 0, 0.99999994, 0, -1, 0, -4.37113883e-08)
926-
Weld42.Parent = Part3
926+
Part1.BottomSurface = Enum.SurfaceType.Smooth
927-
Weld42.C1 = CFrame.new(1.7285347e-06, -0.568753242, -0.743589878, -1, 1.18976459e-07, 3.28123861e-07, -1.1944212e-07, -1.00000024, -8.94069672e-08, 3.30041075e-07, -8.7544322e-08, 1.00000024)
927+
Part1.TopSurface = Enum.SurfaceType.Smooth
928-
Weld42.Part0 = Part3
928+
Part1.Position = Vector3.new(-40.6850014, 7.97090054, 29)
929-
Weld42.Part1 = Part169
929+
Part1.Color = Color3.new(0.384314, 0.145098, 0.819608)
930-
Weld42.part1 = Part169
930+
931-
Weld43.Name = "BTWeld"
931+
SpecialMesh2.MeshType = Enum.MeshType.Cylinder
932-
Weld43.Parent = Part3
932+
933-
Weld43.C1 = CFrame.new(1.84774399e-06, -0.227245331, -0.390619993, -1, 1.18976459e-07, 3.56074452e-07, -1.19325705e-07, -1.00000024, -5.96046448e-08, 3.58400939e-07, -5.77419996e-08, 1.00000024)
933+
Part3.Rotation = Vector3.new(0, 90, 0)
934-
Weld43.Part0 = Part3
934+
935-
Weld43.Part1 = Part463
935+
936-
Weld43.part1 = Part463
936+
Part3.Size = Vector3.new(0.42840001, 0.447300076, 1.52460003)
937-
Weld44.Name = "BTWeld"
937+
Part3.CFrame = CFrame.new(-41, 7.74725056, 29, -4.37113883e-08, 0, 1, 0, 0.99999994, 0, -1, 0, -4.37113883e-08)
938-
Weld44.Parent = Part3
938+
Part3.BottomSurface = Enum.SurfaceType.Smooth
939-
Weld44.C1 = CFrame.new(-1.84774399e-06, 0.916108131, -0.790865183, 1, -5.93718141e-08, 2.56368367e-08, 5.97210601e-08, 1.00000024, 5.96046448e-08, -2.29756552e-08, -5.77419996e-08, 1.00000024)
939+
Part3.TopSurface = Enum.SurfaceType.Smooth
940-
Weld44.Part0 = Part3
940+
Part3.Position = Vector3.new(-41, 7.74725056, 29)
941-
Weld44.Part1 = Part411
941+
Part3.Color = Color3.new(0.384314, 0.145098, 0.819608)
942-
Weld44.part1 = Part411
942+
Part4.Parent = Model0
943-
Weld45.Name = "BTWeld"
943+
Part4.Rotation = Vector3.new(0, 90, 0)
944-
Weld45.Parent = Part3
944+
Part4.Anchored = true
945-
Weld45.C1 = CFrame.new(3.75509262e-06, -2.08321857, -0.731868029, -1, 1.18976459e-07, 3.0064075e-07, -1.19325705e-07, -1.00000024, -5.96046448e-08, 3.02987246e-07, -5.77419996e-08, 1.00000024)
945+
Part4.CanCollide = false
946-
Weld45.Part0 = Part3
946+
Part4.Size = Vector3.new(0.42840001, 0.894600034, 1.18440008)
947-
Weld45.Part1 = Part475
947+
Part4.CFrame = CFrame.new(-41.3149986, 7.97090054, 29, -4.37113883e-08, 0, 1, 0, 0.99999994, 0, -1, 0, -4.37113883e-08)
948-
Weld45.part1 = Part475
948+
Part4.BottomSurface = Enum.SurfaceType.Smooth
949-
Weld46.Name = "BTWeld"
949+
Part4.TopSurface = Enum.SurfaceType.Smooth
950-
Weld46.Parent = Part3
950+
Part4.Position = Vector3.new(-41.3149986, 7.97090054, 29)
951-
Weld46.C1 = CFrame.new(0.00166875124, 3.12339592, -0.606613398, 1, -1.18976459e-07, -6.2136678e-08, 1.1944212e-07, 1.00000024, -8.94069672e-08, 6.48051355e-08, 9.12696123e-08, 1.00000024)
951+
Part4.Color = Color3.new(0.384314, 0.145098, 0.819608)
952-
Weld46.Part0 = Part3
952+
SpecialMesh5.Parent = Part4
953-
Weld46.Part1 = Part473
953+
SpecialMesh5.MeshType = Enum.MeshType.Cylinder
954-
Weld46.part1 = Part473
954+
Part6.Parent = Model0
955-
Weld47.Name = "BTWeld"
955+
Part6.Anchored = true
956-
Weld47.Parent = Part3
956+
Part6.CanCollide = false
957-
Weld47.C1 = CFrame.new(-0.246384621, -0.03125, 0.315700531, 8.35862011e-08, -0.965926051, 0.258819014, 1, 6.17001206e-08, -9.08512447e-08, 7.39237294e-08, 0.258818984, 0.965926111)
957+
Part6.Size = Vector3.new(1.71360004, 0.504000008, 0.504000008)
958-
Weld47.Part0 = Part3
958+
Part6.CFrame = CFrame.new(-41, 7.61180019, 29, 1, 0, 0, 0, 1, 0, 0, 0, 1)
959-
Weld47.Part1 = Part355
959+
Part6.BottomSurface = Enum.SurfaceType.Smooth
960-
Weld47.part1 = Part355
960+
Part6.TopSurface = Enum.SurfaceType.Smooth
961-
Weld48.Name = "BTWeld"
961+
Part6.Position = Vector3.new(-41, 7.61180019, 29)
962-
Weld48.Parent = Part3
962+
Part6.Color = Color3.new(0.384314, 0.145098, 0.819608)
963-
Weld48.C1 = CFrame.new(2.74181366e-06, 0.908480644, 0.621105194, -1, 3.87430191e-07, -2.68737494e-08, -1.25437509e-07, -0.382683992, -0.923879504, -3.67756002e-07, -0.923879564, 0.382684022)
963+
SpecialMesh7.Parent = Part6
964-
Weld48.Part0 = Part3
964+
SpecialMesh7.MeshType = Enum.MeshType.Cylinder
965-
Weld48.Part1 = Part341
965+
Part8.Name = "asd"
966-
Weld48.part1 = Part341
966+
Part8.Parent = Model0
967-
Weld49.Name = "BTWeld"
967+
Part8.Transparency = 1
968-
Weld49.Parent = Part3
968+
Part8.Anchored = true
969-
Weld49.C1 = CFrame.new(1.96695328e-06, -0.43809557, 0.254676819, -1, 2.08499841e-07, 8.61909939e-08, -8.48667696e-08, -0.707106531, 0.707107365, 2.10478902e-07, 0.707107365, 0.707106471)
969+
Part8.CanCollide = false
970-
Weld49.Part0 = Part3
970+
Part8.Size = Vector3.new(2.51999998, 1.25999999, 1.25999999)
971-
Weld49.Part1 = Part269
971+
Part8.CFrame = CFrame.new(-41, 7.61180019, 29, 1, 0, 0, 0, 1, 0, 0, 0, 1)
972-
Weld49.part1 = Part269
972+
Part8.BottomSurface = Enum.SurfaceType.Smooth
973-
Weld50.Name = "BTWeld"
973+
Part8.TopSurface = Enum.SurfaceType.Smooth
974-
Weld50.Parent = Part3
974+
Part8.Position = Vector3.new(-41, 7.61180019, 29)
975-
Weld50.C1 = CFrame.new(1.32572746, -0.0312505364, 5.10531616, -1.84201781e-07, -0.0174533594, -0.999847949, 1, -2.08499841e-07, -1.78890332e-07, -2.05705874e-07, -0.999847949, 0.0174533576)
975+
SpecialMesh9.Parent = Part8
976-
Weld50.Part0 = Part3
976+
SpecialMesh9.Scale = Vector3.new(1.25, 1.25, 1.25)
977-
Weld50.Part1 = Part379
977+
SpecialMesh9.Scale = Vector3.new(1.25, 1.25, 1.25)
978-
Weld50.part1 = Part379
978+
Part10.Parent = Model0
979-
Weld51.Name = "BTWeld"
979+
Part10.Rotation = Vector3.new(0, 90, 0)
980-
Weld51.Parent = Part3
980+
Part10.Anchored = true
981-
Weld51.C1 = CFrame.new(1.7285347e-06, -0.242359161, -0.146375895, -1, 2.08499841e-07, 2.3712164e-07, -2.08849087e-07, -1.00000024, 0, 2.39566361e-07, 1.86264515e-09, 1.00000024)
981+
Part10.CanCollide = false
982-
Weld51.Part0 = Part3
982+
Part10.Size = Vector3.new(0.42840001, 0.894600153, 0.630000055)
983-
Weld51.Part1 = Part455
983+
Part10.CFrame = CFrame.new(-41, 7.97089958, 29, -4.37113883e-08, 0, 1, 0, 0.99999994, 0, -1, 0, -4.37113883e-08)
984-
Weld51.part1 = Part455
984+
Part10.BottomSurface = Enum.SurfaceType.Smooth
985-
Weld52.Name = "BTWeld"
985+
Part10.TopSurface = Enum.SurfaceType.Smooth
986-
Weld52.Parent = Part3
986+
Part10.Position = Vector3.new(-41, 7.97089958, 29)
987-
Weld52.C1 = CFrame.new(-3.03983688e-06, -0.143110275, -0.641388893, 1, 8.95233825e-08, 7.0387614e-08, -6.88014552e-08, 0.96592617, -0.258818775, -8.91450327e-08, 0.258818746, 0.96592623)
987+
Part10.Color = Color3.new(0.384314, 0.145098, 0.819608)
988-
Weld52.Part0 = Part3
988+
Part11.Parent = Model0
989-
Weld52.Part1 = Part453
989+
Part11.Material = Enum.Material.Neon
990-
Weld52.part1 = Part453
990+
Part11.Anchored = true
991-
Weld53.Name = "BTWeld"
991+
Part11.CanCollide = false
992-
Weld53.Parent = Part3
992+
Part11.Size = Vector3.new(1.73879993, 0.453599989, 0.453599989)
993-
Weld53.C1 = CFrame.new(1.84774399e-06, -0.316618919, -0.362743855, -1, 1.18976459e-07, 3.56074452e-07, -1.19325705e-07, -1.00000024, -5.96046448e-08, 3.58400939e-07, -5.77419996e-08, 1.00000024)
993+
Part11.CFrame = CFrame.new(-41, 7.61180019, 29, 1, 0, 0, 0, 1, 0, 0, 0, 1)
994-
Weld53.Part0 = Part3
994+
Part11.BottomSurface = Enum.SurfaceType.Smooth
995-
Weld53.Part1 = Part425
995+
Part11.TopSurface = Enum.SurfaceType.Smooth
996-
Weld53.part1 = Part425
996+
Part11.Position = Vector3.new(-41, 7.61180019, 29)
997-
Weld54.Name = "BTWeld"
997+
Part11.Color = Color3.new(0.0156863, 0.686275, 0.92549)
998-
Weld54.Parent = Part3
998+
SpecialMesh12.Parent = Part11
999-
Weld54.C1 = CFrame.new(-2.44379044e-06, 3.96811485, 0.642149091, 1, -2.08499841e-07, 1.92838343e-07, -1.85798854e-07, -0.993572116, -0.113202929, 2.13360181e-07, 0.113202937, -0.993572235)
999+
SpecialMesh12.MeshType = Enum.MeshType.Cylinder
1000-
Weld54.Part0 = Part3
1000+
weld(Model0)
1001-
Weld54.Part1 = Part241
1001+
newWeld(hed,Model0.asd,0,0.15,0)
1002-
Weld54.part1 = Part241
1002+
1003-
Weld55.Name = "BTWeld"
1003+
1004-
Weld55.Parent = Part3
1004+
1005-
Weld55.C1 = CFrame.new(-2.08616257e-06, 0.207164764, -0.535107613, 1, 2.08732672e-07, 7.35781214e-08, -2.08383426e-07, 1.00000024, 1.78813934e-07, -7.12225301e-08, -1.76951289e-07, 1.00000024)
1005+
Part2 = Instance.new("Part")
1006-
Weld55.Part0 = Part3
1006+
1007-
Weld55.Part1 = Part321
1007+
Part4 = Instance.new("Part")
1008-
Weld55.part1 = Part321
1008+
Model0.Parent = char
1009-
Weld56.Name = "BTWeld"
1009+
1010-
Weld56.Parent = Part3
1010+
1011-
Weld56.C1 = CFrame.new(0.3903265, -0.0312507153, 0.188101292, -2.43075192e-07, -0.866025627, -0.5, 1, -2.29571015e-07, -8.65911716e-08, -3.80096026e-08, -0.49999994, 0.866025686)
1011+
1012-
Weld56.Part0 = Part3
1012+
Part1.Size = Vector3.new(1.01999998, 1.20000005, 1.01999998)
1013-
Weld56.Part1 = Part449
1013+
Part1.CFrame = CFrame.new(-126, 27.1849995, 11, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1014-
Weld56.part1 = Part449
1014+
Part1.BottomSurface = Enum.SurfaceType.Smooth
1015-
Weld57.Name = "BTWeld"
1015+
Part1.TopSurface = Enum.SurfaceType.Smooth
1016-
Weld57.Parent = Part3
1016+
Part1.Position = Vector3.new(-126, 27.1849995, 11)
1017-
Weld57.C1 = CFrame.new(4.0832634, -0.0312500596, 2.68361759, -3.40398401e-07, -0.719340265, -0.694658279, 1, -3.15834768e-07, -1.60429408e-07, -1.03143975e-07, -0.694658279, 0.719340265)
1017+
Part1.Color = Color3.new(0.105882, 0.164706, 0.207843)
1018-
Weld57.Part0 = Part3
1018+
Part2.Name = "asd"
1019-
Weld57.Part1 = Part261
1019+
Part2.Parent = Model0
1020-
Weld57.part1 = Part261
1020+
Part2.Transparency = 1
1021-
Weld58.Name = "BTWeld"
1021+
Part2.Anchored = true
1022-
Weld58.Parent = Part3
1022+
Part2.CanCollide = false
1023-
Weld58.C1 = CFrame.new(3.87430191e-06, -2.97136497, -1.32431102, -1, 1.19092874e-07, 2.00954673e-07, -1.67870894e-07, -0.965925992, -0.258819073, 1.64814992e-07, -0.258819073, 0.965926111)
1023+
Part2.Size = Vector3.new(1, 2, 1)
1024-
Weld58.Part0 = Part3
1024+
Part2.CFrame = CFrame.new(-126, 27.5949993, 11, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1025-
Weld58.Part1 = Part367
1025+
Part2.BottomSurface = Enum.SurfaceType.Smooth
1026-
Weld58.part1 = Part367
1026+
Part2.TopSurface = Enum.SurfaceType.Smooth
1027-
Weld59.Name = "BTWeld"
1027+
Part2.Position = Vector3.new(-126, 27.5949993, 11)
1028-
Weld59.Parent = Part3
1028+
1029-
Weld59.C1 = CFrame.new(-3.21865082e-06, -0.0555143356, 0.74919796, 1, 2.08732672e-07, 1.05254003e-07, 7.4505806e-08, -0.707106292, 0.707107484, 2.20257789e-07, -0.707107544, -0.707106352)
1029+
1030-
Weld59.Part0 = Part3
1030+
1031-
Weld59.Part1 = Part179
1031+
Part3.Size = Vector3.new(1.01999998, 0.0799999833, 0.289999962)
1032-
Weld59.part1 = Part179
1032+
Part3.CFrame = CFrame.new(-126, 26.5450001, 10.6350002, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1033-
Weld60.Name = "BTWeld"
1033+
Part3.BottomSurface = Enum.SurfaceType.Smooth
1034-
Weld60.Parent = Part3
1034+
Part3.TopSurface = Enum.SurfaceType.Smooth
1035-
Weld60.C1 = CFrame.new(0.854812145, -0.0312569141, 0.683163643, -7.71833584e-08, 0.707106531, -0.707107306, 1, 1.8987339e-07, 8.20728019e-08, 1.90921128e-07, -0.707107365, -0.707106531)
1035+
Part3.Position = Vector3.new(-126, 26.5450001, 10.6350002)
1036-
Weld60.Part0 = Part3
1036+
Part3.Color = Color3.new(0.105882, 0.164706, 0.207843)
1037-
Weld60.Part1 = Part437
1037+
Part4.Parent = Model0
1038-
Weld60.part1 = Part437
1038+
Part4.Anchored = true
1039-
Weld61.Name = "BTWeld"
1039+
Part4.CanCollide = false
1040-
Weld61.Parent = Part3
1040+
Part4.Size = Vector3.new(1.01999998, 0.0799999833, 0.590000033)
1041-
Weld61.C1 = CFrame.new(1.84774399e-06, -0.363491058, -0.331495762, -1, 1.18976459e-07, 3.56074452e-07, -1.19325705e-07, -1.00000024, -5.96046448e-08, 3.58400939e-07, -5.77419996e-08, 1.00000024)
1041+
Part4.CFrame = CFrame.new(-126, 26.5450001, 11.2150002, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1042-
Weld61.Part0 = Part3
1042+
Part4.BottomSurface = Enum.SurfaceType.Smooth
1043-
Weld61.Part1 = Part365
1043+
Part4.TopSurface = Enum.SurfaceType.Smooth
1044-
Weld61.part1 = Part365
1044+
Part4.Position = Vector3.new(-126, 26.5450001, 11.2150002)
1045-
Weld62.Name = "BTWeld"
1045+
Part4.Color = Color3.new(0.105882, 0.164706, 0.207843)
1046-
Weld62.Parent = Part3
1046+
weld(Model0)
1047-
Weld62.C1 = CFrame.new(-5.96046448e-08, -0.251069069, 0.0857863426, -1, 2.08499841e-07, 1.84947567e-07, -1.53202564e-07, -0.965926051, 0.258819163, 2.35246262e-07, 0.258819163, 0.96592617)
1047+
Model1 = Model0:Clone()
1048-
Weld62.Part0 = Part3
1048+
Model1.Parent = char
1049-
Weld62.Part1 = Part423
1049+
newWeld(lleg,Model0.asd,0,0,0)
1050-
Weld62.part1 = Part423
1050+
newWeld(rleg,Model1.asd,0,0,0)
1051-
Weld63.Name = "BTWeld"
1051+
Model0.asd.Weld.C1 = CFrame.Angles(0,math.rad(180),0)
1052-
Weld63.Parent = Part3
1052+
Model1.asd.Weld.C1 = CFrame.Angles(0,math.rad(180),0)
1053-
Weld63.C1 = CFrame.new(2.92062759e-06, 0.530877113, 0.384551048, -1, -2.32830644e-10, 1.16708179e-07, -1.19271135e-07, -1.01514161e-06, -1.00000024, -1.16415322e-10, -1.00000024, 1.01141632e-06)
1053+
1054-
Weld63.Part0 = Part3
1054+
1055-
Weld63.Part1 = Part421
1055+
WedgePart1 = Instance.new("WedgePart")
1056-
Weld63.part1 = Part421
1056+
WedgePart2 = Instance.new("WedgePart")
1057-
Weld64.Name = "BTWeld"
1057+
WedgePart3 = Instance.new("WedgePart")
1058-
Weld64.Parent = Part3
1058+
WedgePart4 = Instance.new("WedgePart")
1059-
Weld64.C1 = CFrame.new(3.81469727e-06, -1.63659573, -0.658368826, -1, 2.08499841e-07, 1.81222276e-07, -2.08849087e-07, -1.00000024, 0, 1.83687007e-07, 1.86264515e-09, 1.00000024)
1059+
WedgePart5 = Instance.new("WedgePart")
1060-
Weld64.Part0 = Part3
1060+
WedgePart6 = Instance.new("WedgePart")
1061-
Weld64.Part1 = Part391
1061+
WedgePart7 = Instance.new("WedgePart")
1062-
Weld64.part1 = Part391
1062+
Part8 = Instance.new("Part")
1063-
Weld65.Name = "BTWeld"
1063+
WedgePart9 = Instance.new("WedgePart")
1064-
Weld65.Parent = Part3
1064+
WedgePart10 = Instance.new("WedgePart")
1065-
Weld65.C1 = CFrame.new(3.93390656e-06, -2.9557457, -1.37312269, -1, 1.19092874e-07, 2.00954673e-07, -1.67870894e-07, -0.965925992, -0.258819073, 1.64814992e-07, -0.258819073, 0.965926111)
1065+
Part11 = Instance.new("Part")
1066-
Weld65.Part0 = Part3
1066+
Part12 = Instance.new("Part")
1067-
Weld65.Part1 = Part419
1067+
WedgePart13 = Instance.new("WedgePart")
1068-
Weld65.part1 = Part419
1068+
Model0.Parent = char
1069-
Weld66.Name = "BTWeld"
1069+
WedgePart1.Name = "Part"
1070-
Weld66.Parent = Part3
1070+
WedgePart1.Parent = Model0
1071-
Weld66.C1 = CFrame.new(-2.98023224e-07, 3.86712265, 0.467648745, 1, -2.08499841e-07, 1.92838343e-07, -1.85798854e-07, -0.993572116, -0.113202929, 2.13360181e-07, 0.113202937, -0.993572235)
1071+
WedgePart1.Material = Enum.Material.Neon
1072-
Weld66.Part0 = Part3
1072+
WedgePart1.Rotation = Vector3.new(-108, 0, -180)
1073-
Weld66.Part1 = Part415
1073+
WedgePart1.Anchored = true
1074-
Weld66.part1 = Part415
1074+
WedgePart1.CanCollide = false
1075-
Weld67.Name = "BTWeld"
1075+
WedgePart1.FormFactor = Enum.FormFactor.Custom
1076-
Weld67.Parent = Part3
1076+
WedgePart1.Size = Vector3.new(0.069781214, 0.174453035, 0.069781214)
1077-
Weld67.C1 = CFrame.new(-2.02655792e-06, 0.114692688, -0.875624657, 1, 2.08732672e-07, 7.35781214e-08, -2.19908543e-07, 0.965926111, 0.258818954, -1.55705493e-08, -0.258818954, 0.96592617)
1077+
WedgePart1.CFrame = CFrame.new(-96.4881439, 27.3141098, 11.1037397, -1, 1.92567839e-07, -1.35075409e-08, 4.66602721e-08, 0.309017152, 0.951056719, 1.87316914e-07, 0.951056778, -0.309017181)
1078-
Weld67.Part0 = Part3
1078+
WedgePart1.BottomSurface = Enum.SurfaceType.Smooth
1079-
Weld67.Part1 = Part193
1079+
WedgePart1.Position = Vector3.new(-96.4881439, 27.3141098, 11.1037397)
1080-
Weld67.part1 = Part193
1080+
WedgePart1.Color = Color3.new(0.0156863, 0.686275, 0.92549)
1081-
Weld68.Name = "BTWeld"
1081+
WedgePart2.Name = "Part"
1082-
Weld68.Parent = Part3
1082+
WedgePart2.Parent = Model0
1083-
Weld68.C1 = CFrame.new(1.84774399e-06, -0.820864677, -0.453119278, -1, 1.18976459e-07, 3.0064075e-07, -1.19325705e-07, -1.00000024, -5.96046448e-08, 3.02987246e-07, -5.77419996e-08, 1.00000024)
1083+
WedgePart2.Material = Enum.Material.Neon
1084-
Weld68.Part0 = Part3
1084+
WedgePart2.Rotation = Vector3.new(-144, 0, 0)
1085-
Weld68.Part1 = Part447
1085+
WedgePart2.Anchored = true
1086-
Weld68.part1 = Part447
1086+
WedgePart2.CanCollide = false
1087-
Weld69.Name = "BTWeld"
1087+
WedgePart2.FormFactor = Enum.FormFactor.Custom
1088-
Weld69.Parent = Part3
1088+
WedgePart2.Size = Vector3.new(0.069781214, 0.174453035, 0.069781214)
1089-
Weld69.C1 = CFrame.new(1.84774399e-06, -0.879114151, -0.453119278, -1, 1.18976459e-07, 3.0064075e-07, -1.19325705e-07, -1.00000024, -5.96046448e-08, 3.02987246e-07, -5.77419996e-08, 1.00000024)
1089+
WedgePart2.CFrame = CFrame.new(-96.4881439, 27.2292633, 10.9869566, 1, 1.25302876e-07, -3.53632679e-08, 1.22158227e-07, -0.809017241, 0.587785363, 4.50418014e-08, -0.587785423, -0.809017301)
1090-
Weld69.Part0 = Part3
1090+
WedgePart2.BottomSurface = Enum.SurfaceType.Smooth
1091-
Weld69.Part1 = Part329
1091+
WedgePart2.Position = Vector3.new(-96.4881439, 27.2292633, 10.9869566)
1092-
Weld69.part1 = Part329
1092+
WedgePart2.Color = Color3.new(0.0156863, 0.686275, 0.92549)
1093-
Weld70.Name = "BTWeld"
1093+
WedgePart3.Name = "Part"
1094-
Weld70.Parent = Part3
1094+
WedgePart3.Parent = Model0
1095-
Weld70.C1 = CFrame.new(-3.09944153e-06, 2.06479263, 0.744927168, 1, -1.19092874e-07, 2.05247488e-07, -1.07684173e-07, -0.998391926, -0.0566923842, 2.10064172e-07, 0.0566923767, -0.998391867)
1095+
WedgePart3.Material = Enum.Material.Neon
1096-
Weld70.Part0 = Part3
1096+
WedgePart3.Rotation = Vector3.new(144, 0, 0)
1097-
Weld70.Part1 = Part213
1097+
WedgePart3.Anchored = true
1098-
Weld70.part1 = Part213
1098+
WedgePart3.CanCollide = false
1099-
Weld71.Name = "BTWeld"
1099+
WedgePart3.FormFactor = Enum.FormFactor.Custom
1100-
Weld71.Parent = Part3
1100+
WedgePart3.Size = Vector3.new(0.069781214, 0.174453035, 0.069781214)
1101-
Weld71.C1 = CFrame.new(-4.0832634, -0.0312493443, 2.68361759, 2.50991434e-07, 0.719340265, 0.694658279, -1, 2.34693289e-07, 1.15569492e-07, -7.84639269e-08, -0.694658279, 0.719340265)
1101+
WedgePart3.CFrame = CFrame.new(-96.4881439, 27.2702789, 11.0894966, 1, 1.76688729e-07, -3.53633034e-08, 1.22158212e-07, -0.809017181, -0.587785423, -1.32464464e-07, 0.587785482, -0.809017241)
1102-
Weld71.Part0 = Part3
1102+
WedgePart3.BottomSurface = Enum.SurfaceType.Smooth
1103-
Weld71.Part1 = Part257
1103+
WedgePart3.Position = Vector3.new(-96.4881439, 27.2702789, 11.0894966)
1104-
Weld71.part1 = Part257
1104+
WedgePart3.Color = Color3.new(0.0156863, 0.686275, 0.92549)
1105-
Weld72.Name = "BTWeld"
1105+
WedgePart4.Name = "Part"
1106-
Weld72.Parent = Part3
1106+
WedgePart4.Parent = Model0
1107-
Weld72.C1 = CFrame.new(1.84774399e-06, -0.227245331, -0.390619993, -1, 1.18976459e-07, 3.56074452e-07, -1.19325705e-07, -1.00000024, -5.96046448e-08, 3.58400939e-07, -5.77419996e-08, 1.00000024)
1107+
WedgePart4.Material = Enum.Material.Neon
1108-
Weld72.Part0 = Part3
1108+
WedgePart4.Anchored = true
1109-
Weld72.Part1 = Part173
1109+
WedgePart4.CanCollide = false
1110-
Weld72.part1 = Part173
1110+
WedgePart4.FormFactor = Enum.FormFactor.Custom
1111-
Weld73.Name = "BTWeld"
1111+
WedgePart4.Size = Vector3.new(0.069781214, 0.174453035, 0.069781214)
1112-
Weld73.Parent = Part3
1112+
WedgePart4.CFrame = CFrame.new(-96.4881439, 27.4075661, 10.9751081, 1, 1.61467536e-14, 4.37114345e-08, 8.69356246e-15, 1.00000024, 0, -4.37113421e-08, -7.05797007e-22, 1.00000036)
1113-
Weld73.C1 = CFrame.new(2.86102295e-06, 0.835924149, -0.142241955, -1, 3.27709131e-07, -1.37008101e-07, -1.36438757e-07, -0.707107067, -0.707106829, -3.27592716e-07, -0.707106769, 0.707107008)
1113+
WedgePart4.BottomSurface = Enum.SurfaceType.Smooth
1114-
Weld73.Part0 = Part3
1114+
WedgePart4.Position = Vector3.new(-96.4881439, 27.4075661, 10.9751081)
1115-
Weld73.Part1 = Part361
1115+
WedgePart4.Color = Color3.new(0.0156863, 0.686275, 0.92549)
1116-
Weld73.part1 = Part361
1116+
WedgePart5.Name = "Part"
1117-
Weld74.Name = "BTWeld"
1117+
WedgePart5.Parent = Model0
1118-
Weld74.Parent = Part3
1118+
WedgePart5.Material = Enum.Material.Neon
1119-
Weld74.C1 = CFrame.new(-0.00166893005, 2.82995987, 0.726299524, -1, 1.18976459e-07, 1.49711923e-07, 1.1944212e-07, 1.00000024, 0, -1.52022039e-07, -1.86264515e-09, -1.00000024)
1119+
WedgePart5.Rotation = Vector3.new(-180, 0, -180)
1120-
Weld74.Part0 = Part3
1120+
WedgePart5.Anchored = true
1121-
Weld74.Part1 = Part377
1121+
WedgePart5.CanCollide = false
1122-
Weld74.part1 = Part377
1122+
WedgePart5.FormFactor = Enum.FormFactor.Custom
1123-
Weld75.Name = "BTWeld"
1123+
WedgePart5.Size = Vector3.new(0.069781214, 0.174453035, 0.069781214)
1124-
Weld75.Parent = Part3
1124+
WedgePart5.CFrame = CFrame.new(-96.4881439, 27.4075661, 11.0448904, -1, 1.61467536e-14, -4.37114345e-08, -8.69356246e-15, 1.00000024, 0, 4.37113421e-08, -7.05797007e-22, -1.00000036)
1125-
Weld75.C1 = CFrame.new(1.7285347e-06, 0.0122146606, -1.26963711, -1, -2.32830644e-10, 3.04902642e-07, -2.17230991e-07, -0.707107246, -0.70710665, 2.16532499e-07, -0.70710665, 0.707107186)
1125+
WedgePart5.BottomSurface = Enum.SurfaceType.Smooth
1126-
Weld75.Part0 = Part3
1126+
WedgePart5.Position = Vector3.new(-96.4881439, 27.4075661, 11.0448904)
1127-
Weld75.Part1 = Part283
1127+
WedgePart5.Color = Color3.new(0.0156863, 0.686275, 0.92549)
1128-
Weld75.part1 = Part283
1128+
WedgePart6.Name = "Part"
1129-
Weld76.Name = "BTWeld"
1129+
WedgePart6.Parent = Model0
1130-
Weld76.Parent = Part3
1130+
WedgePart6.Material = Enum.Material.Neon
1131-
Weld76.C1 = CFrame.new(-2.86102295e-06, -0.724999189, 0.384550095, 1, -1.19092874e-07, -4.21059667e-08, 4.47653292e-08, 1.01514161e-06, 1.00000024, -1.19325705e-07, -1.00000024, 1.01327896e-06)
1131+
WedgePart6.Rotation = Vector3.new(72, 0, 0)
1132-
Weld76.Part0 = Part3
1132+
WedgePart6.Anchored = true
1133-
Weld76.Part1 = Part291
1133+
WedgePart6.CanCollide = false
1134-
Weld76.part1 = Part291
1134+
WedgePart6.FormFactor = Enum.FormFactor.Custom
1135-
Weld77.Name = "BTWeld"
1135+
WedgePart6.Size = Vector3.new(0.069781214, 0.174453035, 0.069781214)
1136-
Weld77.Parent = Part3
1136+
WedgePart6.CFrame = CFrame.new(-96.4881439, 27.380476, 11.0821753, 1, 1.92567839e-07, 1.35075409e-08, -4.66602721e-08, 0.309017152, -0.951056719, -1.87316914e-07, 0.951056778, 0.309017181)
1137-
Weld77.C1 = CFrame.new(-8.94069672e-07, 4.09370422, 0.476376891, 1, -5.93718141e-08, 2.00789145e-07, -3.6903657e-08, -0.993572116, -0.113202639, 2.04046955e-07, 0.113202639, -0.993572235)
1137+
WedgePart6.BottomSurface = Enum.SurfaceType.Smooth
1138-
Weld77.Part0 = Part3
1138+
WedgePart6.Position = Vector3.new(-96.4881439, 27.380476, 11.0821753)
1139-
Weld77.Part1 = Part395
1139+
WedgePart6.Color = Color3.new(0.0156863, 0.686275, 0.92549)
1140-
Weld77.part1 = Part395
1140+
WedgePart7.Name = "Part"
1141-
Weld78.Name = "BTWeld"
1141+
WedgePart7.Parent = Model0
1142-
Weld78.Parent = Part3
1142+
WedgePart7.Material = Enum.Material.Neon
1143-
Weld78.C1 = CFrame.new(2.92062759e-06, -0.468894958, 0.574460983, -1, 2.08499841e-07, -3.86498868e-08, 1.92318112e-07, 0.965926051, 0.258818746, 8.94651748e-08, 0.258818746, -0.965926111)
1143+
WedgePart7.Rotation = Vector3.new(-72, 0, 0)
1144-
Weld78.Part0 = Part3
1144+
WedgePart7.Anchored = true
1145-
Weld78.Part1 = Part451
1145+
WedgePart7.CanCollide = false
1146-
Weld78.part1 = Part451
1146+
WedgePart7.FormFactor = Enum.FormFactor.Custom
1147-
Weld79.Name = "BTWeld"
1147+
WedgePart7.Size = Vector3.new(0.069781214, 0.174453035, 0.069781214)
1148-
Weld79.Parent = Part3
1148+
WedgePart7.CFrame = CFrame.new(-96.4881439, 27.3141098, 10.9162607, 1, 4.58507792e-08, 1.35075773e-08, -2.70151279e-08, 0.309017092, 0.951056719, 3.94326847e-08, -0.951056778, 0.309017122)
1149-
Weld79.C1 = CFrame.new(1.90734863e-06, 0.962981224, 0.66424036, -1, 5.93718141e-08, 6.19384082e-08, 5.98374754e-08, 1.00000024, -8.94069672e-08, -6.48051355e-08, -9.12696123e-08, -1.00000024)
1149+
WedgePart7.BottomSurface = Enum.SurfaceType.Smooth
1150-
Weld79.Part0 = Part3
1150+
WedgePart7.Position = Vector3.new(-96.4881439, 27.3141098, 10.9162607)
1151-
Weld79.Part1 = Part203
1151+
WedgePart7.Color = Color3.new(0.0156863, 0.686275, 0.92549)
1152-
Weld79.part1 = Part203
1152+
Part8.Parent = Model0
1153-
Weld80.Name = "BTWeld"
1153+
Part8.Anchored = true
1154-
Weld80.Parent = Part3
1154+
Part8.CanCollide = false
1155-
Weld80.C1 = CFrame.new(-1.93451118, -0.0312488079, -0.270594597, 1.53435394e-07, 0.998629808, 0.0523359701, -1, 1.53202564e-07, 4.08908818e-09, -2.91402102e-09, -0.0523359627, 0.998629689)
1155+
Part8.Size = Vector3.new(0.539999962, 0.149999961, 1.01999998)
1156-
Weld80.Part0 = Part3
1156+
Part8.CFrame = CFrame.new(-96.2506638, 27.0200005, 11, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1157-
Weld80.Part1 = Part397
1157+
Part8.BottomSurface = Enum.SurfaceType.Smooth
1158-
Weld80.part1 = Part397
1158+
Part8.TopSurface = Enum.SurfaceType.Smooth
1159-
Weld81.Name = "BTWeld"
1159+
Part8.Position = Vector3.new(-96.2506638, 27.0200005, 11)
1160-
Weld81.Parent = Part3
1160+
Part8.Color = Color3.new(0.384314, 0.145098, 0.819608)
1161-
Weld81.C1 = CFrame.new(-1.90734863e-06, 0.382622719, -0.453119993, 1, 2.32830644e-10, 1.14778231e-09, 2.32830644e-10, 1.00000024, 1.86264515e-09, 1.14778231e-09, 1.86264515e-09, 1.00000024)
1161+
WedgePart9.Name = "Part"
1162-
Weld81.Part0 = Part3
1162+
WedgePart9.Parent = Model0
1163-
Weld81.Part1 = Part237
1163+
WedgePart9.Material = Enum.Material.Neon
1164-
Weld81.part1 = Part237
1164+
WedgePart9.Rotation = Vector3.new(-36, 0, -180)
1165-
Weld82.Name = "BTWeld"
1165+
WedgePart9.Anchored = true
1166-
Weld82.Parent = Part3
1166+
WedgePart9.CanCollide = false
1167-
Weld82.C1 = CFrame.new(-1.90734863e-06, 1.7890873, 3.13711452, 1, 2.68220901e-07, 1.37593815e-07, 9.1502443e-08, -0.700908601, 0.713251352, 2.86381692e-07, -0.713251412, -0.700908601)
1167+
WedgePart9.FormFactor = Enum.FormFactor.Custom
1168-
Weld82.Part0 = Part3
1168+
WedgePart9.Size = Vector3.new(0.069781214, 0.174453035, 0.069781214)
1169-
Weld82.Part1 = Part373
1169+
WedgePart9.CFrame = CFrame.new(-96.4881439, 27.2292633, 11.0330429, -1, 1.76688729e-07, 3.53633034e-08, -1.22158212e-07, -0.809017181, 0.587785423, 1.32464464e-07, 0.587785482, 0.809017241)
1170-
Weld82.part1 = Part373
1170+
WedgePart9.BottomSurface = Enum.SurfaceType.Smooth
1171-
Weld83.Name = "BTWeld"
1171+
WedgePart9.Position = Vector3.new(-96.4881439, 27.2292633, 11.0330429)
1172-
Weld83.Parent = Part3
1172+
WedgePart9.Color = Color3.new(0.0156863, 0.686275, 0.92549)
1173-
Weld83.C1 = CFrame.new(-3.57627869e-06, 1.17321014, 0.911328077, 1, -1.19092874e-07, 2.04781827e-07, -1.19325705e-07, -1.00000024, 2.68220901e-07, 2.03222953e-07, -2.68220901e-07, -1.00000024)
1173+
WedgePart10.Name = "Part"
1174-
Weld83.Part0 = Part3
1174+
WedgePart10.Parent = Model0
1175-
Weld83.Part1 = Part163
1175+
WedgePart10.Material = Enum.Material.Neon
1176-
Weld83.part1 = Part163
1176+
WedgePart10.Rotation = Vector3.new(108, 0, -180)
1177-
Weld84.Name = "BTWeld"
1177+
WedgePart10.Anchored = true
1178-
Weld84.Parent = Part3
1178+
WedgePart10.CanCollide = false
1179-
Weld84.C1 = CFrame.new(1.7285347e-06, -0.568753242, -0.743589878, -1, 1.18976459e-07, 3.28123861e-07, -1.1944212e-07, -1.00000024, -8.94069672e-08, 3.30041075e-07, -8.7544322e-08, 1.00000024)
1179+
WedgePart10.FormFactor = Enum.FormFactor.Custom
1180-
Weld84.Part0 = Part3
1180+
WedgePart10.Size = Vector3.new(0.069781214, 0.174453035, 0.069781214)
1181-
Weld84.Part1 = Part281
1181+
WedgePart10.CFrame = CFrame.new(-96.4881439, 27.380476, 10.9378242, -1, 4.58507792e-08, -1.35075773e-08, 2.70151279e-08, 0.309017092, -0.951056719, -3.94326847e-08, -0.951056778, -0.309017122)
1182-
Weld84.part1 = Part281
1182+
WedgePart10.BottomSurface = Enum.SurfaceType.Smooth
1183-
Weld85.Name = "BTWeld"
1183+
WedgePart10.Position = Vector3.new(-96.4881439, 27.380476, 10.9378242)
1184-
Weld85.Parent = Part3
1184+
WedgePart10.Color = Color3.new(0.0156863, 0.686275, 0.92549)
1185-
Weld85.C1 = CFrame.new(-4.17232513e-07, 4.000597, -2.49560165, 1, -3.27709131e-07, 1.59834599e-07, -1.16531737e-07, -0.700910211, -0.713249803, 3.44938599e-07, 0.713249862, -0.700910151)
1185+
Part11.Parent = Model0
1186-
Weld85.Part0 = Part3
1186+
Part11.Anchored = true
1187-
Weld85.Part1 = Part345
1187+
Part11.CanCollide = false
1188-
Weld85.part1 = Part345
1188+
Part11.Size = Vector3.new(1.01999998, 0.440000027, 1.01999998)
1189-
Weld86.Name = "BTWeld"
1189+
Part11.CFrame = CFrame.new(-96.0106659, 27.3150005, 11, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1190-
Weld86.Parent = Part3
1190+
Part11.BottomSurface = Enum.SurfaceType.Smooth
1191-
Weld86.C1 = CFrame.new(1.78813934e-06, -0.568753242, -1.01896238, -1, 1.18976459e-07, 3.28123861e-07, -1.1944212e-07, -1.00000024, -8.94069672e-08, 3.30041075e-07, -8.7544322e-08, 1.00000024)
1191+
Part11.TopSurface = Enum.SurfaceType.Smooth
1192-
Weld86.Part0 = Part3
1192+
Part11.Position = Vector3.new(-96.0106659, 27.3150005, 11)
1193-
Weld86.Part1 = Part399
1193+
Part11.Color = Color3.new(0.384314, 0.145098, 0.819608)
1194-
Weld86.part1 = Part399
1194+
Part12.Name = "asd"
1195-
Weld87.Name = "BTWeld"
1195+
Part12.Parent = Model0
1196-
Weld87.Parent = Part3
1196+
Part12.Transparency = 1
1197-
Weld87.C1 = CFrame.new(3.69548798e-06, -2.28520775, -0.633616686, -1, 1.18976459e-07, 3.0064075e-07, -1.19325705e-07, -1.00000024, -5.96046448e-08, 3.02987246e-07, -5.77419996e-08, 1.00000024)
1197+
Part12.Anchored = true
1198-
Weld87.Part0 = Part3
1198+
Part12.CanCollide = false
1199-
Weld87.Part1 = Part199
1199+
Part12.Size = Vector3.new(1, 2, 1)
1200-
Weld87.part1 = Part199
1200+
Part12.CFrame = CFrame.new(-96.0106659, 27.9549999, 11, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1201-
Weld88.Name = "BTWeld"
1201+
Part12.BottomSurface = Enum.SurfaceType.Smooth
1202-
Weld88.Parent = Part3
1202+
Part12.TopSurface = Enum.SurfaceType.Smooth
1203-
Weld88.C1 = CFrame.new(1.78813934e-06, -0.829603195, -0.33899641, -1, 2.08499841e-07, 1.81222276e-07, -2.08849087e-07, -1.00000024, 0, 1.83687007e-07, 1.86264515e-09, 1.00000024)
1203+
Part12.Position = Vector3.new(-96.0106659, 27.9549999, 11)
1204-
Weld88.Part0 = Part3
1204+
WedgePart13.Name = "Part"
1205-
Weld88.Part1 = Part219
1205+
WedgePart13.Parent = Model0
1206-
Weld88.part1 = Part219
1206+
WedgePart13.Material = Enum.Material.Neon
1207-
Weld89.Name = "BTWeld"
1207+
WedgePart13.Rotation = Vector3.new(36, 0, -180)
1208-
Weld89.Parent = Part3
1208+
WedgePart13.Anchored = true
1209-
Weld89.C1 = CFrame.new(-3.33786011e-06, -0.0132074356, 0.994934082, 1, 2.32830644e-10, 2.04248863e-07, -5.65778464e-08, -0.960049927, 0.279829443, 1.94384484e-07, -0.279829443, -0.960049987)
1209+
WedgePart13.CanCollide = false
1210-
Weld89.Part0 = Part3
1210+
WedgePart13.FormFactor = Enum.FormFactor.Custom
1211-
Weld89.Part1 = Part1
1211+
WedgePart13.Size = Vector3.new(0.069781214, 0.174453035, 0.069781214)
1212-
Weld89.part1 = Part1
1212+
WedgePart13.CFrame = CFrame.new(-96.4881439, 27.2702789, 10.9305029, -1, 1.25302876e-07, 3.53632679e-08, -1.22158227e-07, -0.809017241, -0.587785363, -4.50418014e-08, -0.587785423, 0.809017301)
1213-
Weld90.Name = "BTWeld"
1213+
WedgePart13.BottomSurface = Enum.SurfaceType.Smooth
1214-
Weld90.Parent = Part3
1214+
WedgePart13.Position = Vector3.new(-96.4881439, 27.2702789, 10.9305029)
1215-
Weld90.C1 = CFrame.new(1.96695328e-06, 0.916108131, 0.907114267, -1, 5.93718141e-08, 6.19384082e-08, 5.98374754e-08, 1.00000024, -8.94069672e-08, -6.48051355e-08, -9.12696123e-08, -1.00000024)
1215+
WedgePart13.Color = Color3.new(0.0156863, 0.686275, 0.92549)
1216-
Weld90.Part0 = Part3
1216+
weld(Model0)
1217-
Weld90.Part1 = Part275
1217+
Model1 = Model0:Clone()
1218-
Weld90.part1 = Part275
1218+
Model1.Parent = char
1219-
Weld91.Name = "BTWeld"
1219+
newWeld(larm,Model0.asd,0,0,0)
1220-
Weld91.Parent = Part3
1220+
newWeld(rarm,Model1.asd,0,0,0)
1221-
Weld91.C1 = CFrame.new(-1.7285347e-06, -1.12285709, 0.789239883, 1, 2.32830644e-10, -1.49781044e-07, -1.16415322e-10, -1.00000024, -6.14672899e-08, -1.52112989e-07, 5.77419996e-08, -1.00000024)
1221+
Model1.asd.Weld.C1 = CFrame.Angles(0,math.rad(180),0)
1222-
Weld91.Part0 = Part3
1222+
1223-
Weld91.Part1 = Part233
1223+
1224-
Weld91.part1 = Part233
1224+
1225-
Weld92.Name = "BTWeld"
1225+
1226-
Weld92.Parent = Part3
1226+
1227-
Weld92.C1 = CFrame.new(3.03983688e-06, 0.303620577, 0.382497787, -1, -2.08732672e-07, 1.17877789e-07, -1.20393452e-07, -1.19395554e-06, -1.00000024, 2.08499841e-07, -1.00000024, 1.1920929e-06)
1227+
Part4 = Instance.new("Part")
1228-
Weld92.Part0 = Part3
1228+
SpecialMesh5 = Instance.new("SpecialMesh")
1229-
Weld92.Part1 = Part221
1229+
Part6 = Instance.new("Part")
1230-
Weld92.part1 = Part221
1230+
SpecialMesh7 = Instance.new("SpecialMesh")
1231-
Weld93.Name = "BTWeld"
1231+
Part8 = Instance.new("Part")
1232-
Weld93.Parent = Part3
1232+
SpecialMesh9 = Instance.new("SpecialMesh")
1233-
Weld93.C1 = CFrame.new(-0.522247314, -0.0312470198, 0.449783325, -2.65327981e-06, 0.500000775, 0.866025329, -1, -2.96032522e-06, -1.35692608e-06, 1.88592821e-06, -0.866025269, 0.500000715)
1233+
Part10 = Instance.new("Part")
1234-
Weld93.Part0 = Part3
1234+
SpecialMesh11 = Instance.new("SpecialMesh")
1235-
Weld93.Part1 = Part467
1235+
Part12 = Instance.new("Part")
1236-
Weld93.part1 = Part467
1236+
SpecialMesh13 = Instance.new("SpecialMesh")
1237-
Weld94.Name = "BTWeld"
1237+
Part14 = Instance.new("Part")
1238-
Weld94.Parent = Part3
1238+
Part15 = Instance.new("Part")
1239-
Weld94.C1 = CFrame.new(-3.4570694e-06, 1.39806747, 0.593937159, 1, -1.19092874e-07, 2.05247488e-07, -1.07684173e-07, -0.998391926, -0.0566924736, 2.09929567e-07, 0.0566924661, -0.998391867)
1239+
Part16 = Instance.new("Part")
1240-
Weld94.Part0 = Part3
1240+
Part17 = Instance.new("Part")
1241-
Weld94.Part1 = Part339
1241+
Part18 = Instance.new("Part")
1242-
Weld94.part1 = Part339
1242+
SpecialMesh19 = Instance.new("SpecialMesh")
1243-
Weld95.Name = "BTWeld"
1243+
Part20 = Instance.new("Part")
1244-
Weld95.Parent = Part3
1244+
SpecialMesh21 = Instance.new("SpecialMesh")
1245-
Weld95.C1 = CFrame.new(0.795685768, -0.0312509537, -0.711493969, -8.45175236e-08, -0.932008028, 0.362438083, 1, -8.89413059e-08, 5.51335688e-09, 2.98023224e-08, 0.362438083, 0.932008028)
1245+
Part22 = Instance.new("Part")
1246-
Weld95.Part0 = Part3
1246+
Model0.Parent = char
1247-
Weld95.Part1 = Part401
1247+
1248-
Weld95.part1 = Part401
1248+
Part1.Rotation = Vector3.new(-90, 0, 90)
1249-
Weld96.Name = "BTWeld"
1249+
1250-
Weld96.Parent = Part3
1250+
1251-
Weld96.C1 = CFrame.new(3.93390656e-06, -1.17022419, -0.44987011, -1, 2.08499841e-07, 1.81222276e-07, -2.08849087e-07, -1.00000024, 0, 1.83687007e-07, 1.86264515e-09, 1.00000024)
1251+
Part1.Size = Vector3.new(0.0500000007, 0.170000002, 0.349999964)
1252-
Weld96.Part0 = Part3
1252+
Part1.CFrame = CFrame.new(-62.0849991, 28.1099987, 10.312499, 1.71961681e-14, -0.99999994, -3.93402502e-07, -4.37113883e-08, -3.93402445e-07, 1, -0.99999994, 0, -4.37113847e-08)
1253-
Weld96.Part1 = Part409
1253+
Part1.BottomSurface = Enum.SurfaceType.Smooth
1254-
Weld96.part1 = Part409
1254+
Part1.TopSurface = Enum.SurfaceType.Smooth
1255-
Weld97.Name = "BTWeld"
1255+
Part1.Position = Vector3.new(-62.0849991, 28.1099987, 10.312499)
1256-
Weld97.Parent = Part3
1256+
Part1.Color = Color3.new(0.0156863, 0.686275, 0.92549)
1257-
Weld97.C1 = CFrame.new(-2.92062759e-06, 2.3621769, 0.817341089, 1, -1.19092874e-07, 1.99657734e-07, -1.07917003e-07, -0.998391926, -0.0566924736, 2.04341632e-07, 0.0566924661, -0.998391867)
1257+
1258-
Weld97.Part0 = Part3
1258+
SpecialMesh2.MeshType = Enum.MeshType.Wedge
1259-
Weld97.Part1 = Part381
1259+
1260-
Weld97.part1 = Part381
1260+
1261-
Weld98.Name = "BTWeld"
1261+
1262-
Weld98.Parent = Part3
1262+
Part3.Size = Vector3.new(2.02000022, 1.16000009, 1.01999998)
1263-
Weld98.C1 = CFrame.new(-0.431774139, -0.0312498212, 0.503154755, 7.72997737e-08, -0.70710665, 0.707107186, 1, 2.03726813e-08, -8.74406396e-08, 4.88944352e-08, 0.707107186, 0.70710665)
1263+
Part3.CFrame = CFrame.new(-62, 28.414999, 10.8424988, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1264-
Weld98.Part0 = Part3
1264+
Part3.BottomSurface = Enum.SurfaceType.Smooth
1265-
Weld98.Part1 = Part431
1265+
Part3.TopSurface = Enum.SurfaceType.Smooth
1266-
Weld98.part1 = Part431
1266+
Part3.Position = Vector3.new(-62, 28.414999, 10.8424988)
1267-
Weld99.Name = "BTWeld"
1267+
Part3.Color = Color3.new(0.129412, 0.329412, 0.72549)
1268-
Weld99.Parent = Part3
1268+
Part4.Parent = Model0
1269-
Weld99.C1 = CFrame.new(-3.15904617e-06, 0.420814514, 0.987199306, 1, -1.18976459e-07, 2.12703526e-07, -1.42492354e-07, -0.993572056, 0.1132036, 1.96479959e-07, -0.113203593, -0.993572116)
1269+
Part4.Rotation = Vector3.new(-90, 0, -90)
1270-
Weld99.Part0 = Part3
1270+
Part4.Anchored = true
1271-
Weld99.Part1 = Part215
1271+
Part4.CanCollide = false
1272-
Weld99.part1 = Part215
1272+
Part4.Size = Vector3.new(0.0500000007, 0.140000015, 0.159999996)
1273-
Weld100.Name = "BTWeld"
1273+
Part4.CFrame = CFrame.new(-61.9300003, 28.8049984, 10.312499, 8.74227837e-08, 0.99999994, -1.31134158e-07, -4.37113741e-08, 1.31134158e-07, 1, 0.99999994, -8.74227695e-08, 4.37113812e-08)
1274-
Weld100.Parent = Part3
1274+
Part4.BottomSurface = Enum.SurfaceType.Smooth
1275-
Weld100.C1 = CFrame.new(1.66893005e-06, -0.394741058, -0.312496424, -1, 1.18976459e-07, 3.56074452e-07, -1.19325705e-07, -1.00000024, -5.96046448e-08, 3.58400939e-07, -5.77419996e-08, 1.00000024)
1275+
Part4.TopSurface = Enum.SurfaceType.Smooth
1276-
Weld100.Part0 = Part3
1276+
Part4.Position = Vector3.new(-61.9300003, 28.8049984, 10.312499)
1277-
Weld100.Part1 = Part231
1277+
Part4.Color = Color3.new(0.0156863, 0.686275, 0.92549)
1278-
Weld100.part1 = Part231
1278+
SpecialMesh5.Parent = Part4
1279-
Weld101.Name = "BTWeld"
1279+
SpecialMesh5.MeshType = Enum.MeshType.Wedge
1280-
Weld101.Parent = Part3
1280+
Part6.Parent = Model0
1281-
Weld101.C1 = CFrame.new(0.431774139, -0.0312502384, 0.503154755, 1.21071935e-08, 0.70710665, -0.707107186, -1, 2.66591087e-08, 8.21273716e-09, 2.63098627e-08, 0.707107186, 0.70710665)
1281+
Part6.Rotation = Vector3.new(-90, 0, -90)
1282-
Weld101.Part0 = Part3
1282+
Part6.Anchored = true
1283-
Weld101.Part1 = Part195
1283+
Part6.CanCollide = false
1284-
Weld101.part1 = Part195
1284+
Part6.Size = Vector3.new(0.0500000007, 0.170000002, 0.349999964)
1285-
Weld102.Name = "BTWeld"
1285+
Part6.CFrame = CFrame.new(-61.9150009, 28.1099987, 10.312499, 8.74227979e-08, 0.99999994, -3.05979711e-07, -4.37113599e-08, 3.05979682e-07, 1, 0.99999994, -8.74227695e-08, 4.37113812e-08)
1286-
Weld102.Parent = Part3
1286+
Part6.BottomSurface = Enum.SurfaceType.Smooth
1287-
Weld102.C1 = CFrame.new(-2.98023224e-06, 0.52676487, 0.681500196, 1, -1.18976459e-07, 2.07579433e-07, -1.19325705e-07, -1.00000024, 3.57627869e-07, 2.05687684e-07, -3.57627869e-07, -1.00000024)
1287+
Part6.TopSurface = Enum.SurfaceType.Smooth
1288-
Weld102.Part0 = Part3
1288+
Part6.Position = Vector3.new(-61.9150009, 28.1099987, 10.312499)
1289-
Weld102.Part1 = Part247
1289+
Part6.Color = Color3.new(0.0156863, 0.686275, 0.92549)
1290-
Weld102.part1 = Part247
1290+
SpecialMesh7.Parent = Part6
1291-
Weld103.Name = "BTWeld"
1291+
SpecialMesh7.MeshType = Enum.MeshType.Wedge
1292-
Weld103.Parent = Part3
1292+
Part8.Parent = Model0
1293-
Weld103.C1 = CFrame.new(-3.33786011e-06, -0.982596397, -1.40651131, 1, 2.08732672e-07, -4.8930815e-10, -1.93249434e-07, 0.922201157, -0.386711091, -7.82310963e-08, 0.386711091, 0.922201216)
1293+
Part8.Rotation = Vector3.new(90, 0, 90)
1294-
Weld103.Part0 = Part3
1294+
Part8.Anchored = true
1295-
Weld103.Part1 = Part307
1295+
Part8.CanCollide = false
1296-
Weld103.part1 = Part307
1296+
Part8.Size = Vector3.new(0.0500000007, 0.170000002, 0.639999986)
1297-
Weld104.Name = "BTWeld"
1297+
Part8.CFrame = CFrame.new(-62.0849991, 28.6049995, 10.312499, -8.74227908e-08, -0.99999994, 2.18556934e-07, 4.3711367e-08, -2.1855692e-07, -1, 0.99999994, -8.74227695e-08, 4.37113812e-08)
1298-
Weld104.Parent = Part3
1298+
Part8.BottomSurface = Enum.SurfaceType.Smooth
1299-
Weld104.C1 = CFrame.new(-0.0437107086, -0.0312517285, 1.4942646, 1.91503204e-07, 0.707107306, 0.70710659, 1, 2.29338184e-08, -2.9189323e-07, -2.23633833e-07, 0.707106531, -0.707107246)
1299+
Part8.TopSurface = Enum.SurfaceType.Smooth
1300-
Weld104.Part0 = Part3
1300+
Part8.Position = Vector3.new(-62.0849991, 28.6049995, 10.312499)
1301-
Weld104.Part1 = Part259
1301+
Part8.Color = Color3.new(0.0156863, 0.686275, 0.92549)
1302-
Weld104.part1 = Part259
1302+
SpecialMesh9.Parent = Part8
1303-
Weld105.Name = "BTWeld"
1303+
SpecialMesh9.MeshType = Enum.MeshType.Wedge
1304-
Weld105.Parent = Part3
1304+
Part10.Parent = Model0
1305-
Weld105.C1 = CFrame.new(3.87430191e-06, -3.31824732, 1.47011757, -1, 2.08499841e-07, 7.08205334e-08, -1.35507435e-07, -0.838670611, 0.544639409, 1.75263267e-07, 0.544639468, 0.838670611)
1305+
Part10.Rotation = Vector3.new(90, 0, -90)
1306-
Weld105.Part0 = Part3
1306+
Part10.Anchored = true
1307-
Weld105.Part1 = Part407
1307+
Part10.CanCollide = false
1308-
Weld105.part1 = Part407
1308+
Part10.Size = Vector3.new(0.0500000007, 0.140000015, 0.119999997)
1309-
Weld106.Name = "BTWeld"
1309+
Part10.CFrame = CFrame.new(-61.9300003, 28.9449997, 10.312499, -5.73205661e-15, 0.99999994, 1.31134158e-07, 4.37113883e-08, 1.31134158e-07, -1, -0.99999994, 0, -4.37113847e-08)
1310-
Weld106.Parent = Part3
1310+
Part10.BottomSurface = Enum.SurfaceType.Smooth
1311-
Weld106.C1 = CFrame.new(-0.795685768, -0.0312490463, -0.711493969, -4.88944352e-09, 0.932008028, -0.362438083, -1, 1.22236088e-08, 4.33428795e-08, 4.74974513e-08, 0.362438083, 0.932008028)
1311+
Part10.TopSurface = Enum.SurfaceType.Smooth
1312-
Weld106.Part0 = Part3
1312+
Part10.Position = Vector3.new(-61.9300003, 28.9449997, 10.312499)
1313-
Weld106.Part1 = Part263
1313+
Part10.Color = Color3.new(0.0156863, 0.686275, 0.92549)
1314-
Weld106.part1 = Part263
1314+
SpecialMesh11.Parent = Part10
1315-
Weld107.Name = "BTWeld"
1315+
SpecialMesh11.MeshType = Enum.MeshType.Wedge
1316-
Weld107.Parent = Part3
1316+
Part12.Parent = Model0
1317-
Weld107.C1 = CFrame.new(-3.69548798e-06, -3.00638485, 1.33266807, 1, -1.18976459e-07, -3.95668394e-07, -1.86846592e-07, -0.984807968, -0.173648164, -3.70942871e-07, 0.173648179, -0.984807909)
1317+
Part12.Rotation = Vector3.new(90, 0, 90)
1318-
Weld107.Part0 = Part3
1318+
Part12.Anchored = true
1319-
Weld107.Part1 = Part351
1319+
Part12.CanCollide = false
1320-
Weld107.part1 = Part351
1320+
Part12.Size = Vector3.new(0.0500000007, 0.140000015, 0.119999997)
1321-
Weld108.Name = "BTWeld"
1321+
Part12.CFrame = CFrame.new(-62.0699997, 28.9449997, 10.312499, -8.74227766e-08, -0.99999994, 4.37113847e-08, 4.37113812e-08, -4.37113847e-08, -1, 0.99999994, -8.74227695e-08, 4.37113812e-08)
1322-
Weld108.Parent = Part3
1322+
Part12.BottomSurface = Enum.SurfaceType.Smooth
1323-
Weld108.C1 = CFrame.new(3.63588333e-06, -0.320664406, -1.40051842, -1, -2.32830644e-10, 3.04902642e-07, -2.17230991e-07, -0.707107246, -0.70710665, 2.16532499e-07, -0.70710665, 0.707107186)
1323+
Part12.TopSurface = Enum.SurfaceType.Smooth
1324-
Weld108.Part0 = Part3
1324+
Part12.Position = Vector3.new(-62.0699997, 28.9449997, 10.312499)
1325-
Weld108.Part1 = Part331
1325+
Part12.Color = Color3.new(0.0156863, 0.686275, 0.92549)
1326-
Weld108.part1 = Part331
1326+
SpecialMesh13.Parent = Part12
1327-
Weld109.Name = "BTWeld"
1327+
SpecialMesh13.MeshType = Enum.MeshType.Wedge
1328-
Weld109.Parent = Part3
1328+
Part14.Parent = Model0
1329-
Weld109.C1 = CFrame.new(4.17232513e-07, 0.449201822, 1.99047565, -1, 4.76720743e-07, 8.52196536e-08, -6.01830834e-08, 0.0566915721, -0.998391926, -4.81144525e-07, -0.998391926, -0.0566915721)
1329+
Part14.Anchored = true
1330-
Weld109.Part0 = Part3
1330+
Part14.CanCollide = false
1331-
Weld109.Part1 = Part187
1331+
Part14.Size = Vector3.new(0.700000226, 0.860000074, 0.550000012)
1332-
Weld109.part1 = Part187
1332+
Part14.CFrame = CFrame.new(-61.3300018, 28.6349983, 10.5874987, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1333-
Weld110.Name = "BTWeld"
1333+
Part14.BottomSurface = Enum.SurfaceType.Smooth
1334-
Weld110.Parent = Part3
1334+
Part14.TopSurface = Enum.SurfaceType.Smooth
1335-
Weld110.C1 = CFrame.new(-2.86102295e-06, 2.36217117, 0.642843485, 1, -1.19092874e-07, 1.99657734e-07, -1.07800588e-07, -0.998391807, -0.0566924661, 2.0434527e-07, 0.0566924587, -0.998391867)
1335+
Part14.Position = Vector3.new(-61.3300018, 28.6349983, 10.5874987)
1336-
Weld110.Part0 = Part3
1336+
Part14.Color = Color3.new(0.105882, 0.164706, 0.207843)
1337-
Weld110.Part1 = Part239
1337+
Part15.Parent = Model0
1338-
Weld110.part1 = Part239
1338+
Part15.Anchored = true
1339-
Weld111.Name = "BTWeld"
1339+
Part15.CanCollide = false
1340-
Weld111.Parent = Part3
1340+
Part15.Size = Vector3.new(2.0400002, 0.860000074, 0.49999997)
1341-
Weld111.C1 = CFrame.new(-3.64600945, -0.0312488079, -0.13107121, 1.57626346e-07, 0.994522154, 0.104528487, -1, 1.56695023e-07, 1.25419319e-08, -2.27009878e-09, -0.104528494, 0.994522214)
1341+
Part15.CFrame = CFrame.new(-62, 28.6349983, 11.1124992, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1342-
Weld111.Part0 = Part3
1342+
Part15.BottomSurface = Enum.SurfaceType.Smooth
1343-
Weld111.Part1 = Part293
1343+
Part15.TopSurface = Enum.SurfaceType.Smooth
1344-
Weld111.part1 = Part293
1344+
Part15.Position = Vector3.new(-62, 28.6349983, 11.1124992)
1345-
Weld112.Name = "BTWeld"
1345+
Part15.Color = Color3.new(0.105882, 0.164706, 0.207843)
1346-
Weld112.Parent = Part3
1346+
Part16.Name = "asd"
1347-
Weld112.C1 = CFrame.new(-1.84774399e-06, -0.363490105, 0.43412137, 1, -1.19092874e-07, -2.68964868e-07, -1.19325705e-07, -1.00000024, -5.96046448e-08, -2.71322278e-07, 5.77419996e-08, -1.00000024)
1347+
Part16.Parent = Model0
1348-
Weld112.Part0 = Part3
1348+
Part16.Transparency = 1
1349-
Weld112.Part1 = Part387
1349+
Part16.Anchored = true
1350-
Weld112.part1 = Part387
1350+
Part16.CanCollide = false
1351-
Weld113.Name = "BTWeld"
1351+
Part16.Size = Vector3.new(2, 2, 1)
1352-
Weld113.Parent = Part3
1352+
Part16.CFrame = CFrame.new(-62, 28.0450001, 10.8424988, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1353-
Weld113.C1 = CFrame.new(1.7285347e-06, -0.568753242, -0.743589878, -1, 1.18976459e-07, 3.28123861e-07, -1.1944212e-07, -1.00000024, -8.94069672e-08, 3.30041075e-07, -8.7544322e-08, 1.00000024)
1353+
Part16.BottomSurface = Enum.SurfaceType.Smooth
1354-
Weld113.Part0 = Part3
1354+
Part16.TopSurface = Enum.SurfaceType.Smooth
1355-
Weld113.Part1 = Part471
1355+
Part16.Position = Vector3.new(-62, 28.0450001, 10.8424988)
1356-
Weld113.part1 = Part471
1356+
Part17.Parent = Model0
1357-
Weld114.Name = "BTWeld"
1357+
Part17.Anchored = true
1358-
Weld114.Parent = Part3
1358+
Part17.CanCollide = false
1359-
Weld114.C1 = CFrame.new(5.96046448e-08, 0.289498925, 3.66633129, -1, 4.76720743e-07, 1.08511813e-07, -5.57629392e-08, 0.113202013, -0.993572295, -4.86383215e-07, -0.993572235, -0.113202013)
1359+
Part17.Size = Vector3.new(2.02000022, 0.390000075, 1.01999998)
1360-
Weld114.Part0 = Part3
1360+
Part17.CFrame = CFrame.new(-62, 27.2299995, 10.8424988, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1361-
Weld114.Part1 = Part301
1361+
Part17.BottomSurface = Enum.SurfaceType.Smooth
1362-
Weld114.part1 = Part301
1362+
Part17.TopSurface = Enum.SurfaceType.Smooth
1363-
Weld115.Name = "BTWeld"
1363+
Part17.Position = Vector3.new(-62, 27.2299995, 10.8424988)
1364-
Weld115.Parent = Part3
1364+
Part17.Color = Color3.new(0.129412, 0.329412, 0.72549)
1365-
Weld115.C1 = CFrame.new(3.75509262e-06, -2.22058773, -0.638116837, -1, 2.08499841e-07, 1.81222276e-07, -2.08849087e-07, -1.00000024, 0, 1.83687007e-07, 1.86264515e-09, 1.00000024)
1365+
Part18.Parent = Model0
1366-
Weld115.Part0 = Part3
1366+
Part18.Rotation = Vector3.new(90, 0, -90)
1367-
Weld115.Part1 = Part389
1367+
Part18.Anchored = true
1368-
Weld115.part1 = Part389
1368+
Part18.CanCollide = false
1369-
Weld116.Name = "BTWeld"
1369+
Part18.Size = Vector3.new(0.0500000007, 0.170000002, 0.639999986)
1370-
Weld116.Parent = Part3
1370+
Part18.CFrame = CFrame.new(-61.9150009, 28.6049995, 10.312499, -1.33747976e-14, 0.99999994, 3.05979711e-07, 4.37113883e-08, 3.05979682e-07, -1, -0.99999994, 0, -4.37113847e-08)
1371-
Weld116.C1 = CFrame.new(-3.03983688e-06, 0.552669525, 1.01939201, 1, 2.32830644e-10, 1.78628397e-07, -6.84522092e-08, -0.922201097, 0.386711597, 1.62399374e-07, -0.386711597, -0.922201097)
1371+
Part18.BottomSurface = Enum.SurfaceType.Smooth
1372-
Weld116.Part0 = Part3
1372+
Part18.TopSurface = Enum.SurfaceType.Smooth
1373-
Weld116.Part1 = Part255
1373+
Part18.Position = Vector3.new(-61.9150009, 28.6049995, 10.312499)
1374-
Weld116.part1 = Part255
1374+
Part18.Color = Color3.new(0.0156863, 0.686275, 0.92549)
1375-
Weld117.Name = "BTWeld"
1375+
SpecialMesh19.Parent = Part18
1376-
Weld117.Parent = Part3
1376+
SpecialMesh19.MeshType = Enum.MeshType.Wedge
1377-
Weld117.C1 = CFrame.new(-3.75509262e-06, -3.10320187, 0.522767544, 1, -1.19092874e-07, -3.84490704e-07, -8.49831849e-08, -0.996194959, 0.0871557072, -3.95724783e-07, -0.0871557146, -0.996194959)
1377+
Part20.Parent = Model0
1378-
Weld117.Part0 = Part3
1378+
Part20.Rotation = Vector3.new(-90, 0, 90)
1379-
Weld117.Part1 = Part299
1379+
Part20.Anchored = true
1380-
Weld117.part1 = Part299
1380+
Part20.CanCollide = false
1381-
Weld118.Name = "BTWeld"
1381+
Part20.Size = Vector3.new(0.0500000007, 0.140000015, 0.159999996)
1382-
Weld118.Parent = Part3
1382+
Part20.CFrame = CFrame.new(-62.0699997, 28.8049984, 10.312499, 9.55342711e-15, -0.99999994, -2.18556934e-07, -4.37113883e-08, -2.1855692e-07, 1, -0.99999994, 0, -4.37113847e-08)
1383-
Weld118.C1 = CFrame.new(-4.76837158e-07, -2.59509277, 3.90086365, -1, 3.87430191e-07, 3.84452505e-07, 5.47152013e-09, 0.713250041, -0.700909913, -5.47152013e-07, -0.700909972, -0.713250101)
1383+
Part20.BottomSurface = Enum.SurfaceType.Smooth
1384-
Weld118.Part0 = Part3
1384+
Part20.TopSurface = Enum.SurfaceType.Smooth
1385-
Weld118.Part1 = Part461
1385+
Part20.Position = Vector3.new(-62.0699997, 28.8049984, 10.312499)
1386-
Weld118.part1 = Part461
1386+
Part20.Color = Color3.new(0.0156863, 0.686275, 0.92549)
1387-
Weld119.Name = "BTWeld"
1387+
SpecialMesh21.Parent = Part20
1388-
Weld119.Parent = Part3
1388+
SpecialMesh21.MeshType = Enum.MeshType.Wedge
1389-
Weld119.C1 = CFrame.new(-3.4570694e-06, 3.23180103, 0.775444984, 1, -1.19092874e-07, 2.05247488e-07, -1.07567757e-07, -0.998391926, -0.056692116, 2.10009603e-07, 0.0566921085, -0.998391867)
1389+
Part22.Parent = Model0
1390-
Weld119.Part0 = Part3
1390+
Part22.Anchored = true
1391-
Weld119.Part1 = Part349
1391+
Part22.CanCollide = false
1392-
Weld119.part1 = Part349
1392+
Part22.Size = Vector3.new(0.700000226, 0.860000074, 0.550000012)
1393-
Weld120.Name = "BTWeld"
1393+
Part22.CFrame = CFrame.new(-62.6699982, 28.6349983, 10.5874987, 1, 0, 0, 0, 1, 0, 0, 0, 1)
1394-
Weld120.Parent = Part3
1394+
Part22.BottomSurface = Enum.SurfaceType.Smooth
1395-
Weld120.C1 = CFrame.new(-0.854813099, -0.0312469006, 0.683163643, 1.75787136e-08, -0.707106531, 0.707107306, -1, -9.8021701e-08, -7.47404556e-08, 1.20606273e-07, -0.707107365, -0.707106531)
1395+
Part22.TopSurface = Enum.SurfaceType.Smooth
1396-
Weld120.Part0 = Part3
1396+
Part22.Position = Vector3.new(-62.6699982, 28.6349983, 10.5874987)
1397-
Weld120.Part1 = Part217
1397+
Part22.Color = Color3.new(0.105882, 0.164706, 0.207843)
1398-
Weld120.part1 = Part217
1398+
weld(Model0)
1399-
Weld121.Name = "BTWeld"
1399+
newWeld(torso,Model0.asd,0,0,0)
1400-
Weld121.Parent = Part3
1400+
1401-
Weld121.C1 = CFrame.new(8.94069672e-07, 0.388443947, 0.0130519867, -1, 2.08383426e-07, 3.34477591e-07, -3.4889672e-07, -0.866025686, -0.49999994, 1.87254045e-07, -0.499999881, 0.866025686)
1401+
hair = Instance.new("Part",hed)
1402-
Weld121.Part0 = Part3
1402+
hair.Color = Color3.fromRGB(0, 100, 255)
1403-
Weld121.Part1 = Part393
1403+
hairm = Instance.new("SpecialMesh",hair)
1404-
Weld121.part1 = Part393
1404+
hairm.MeshId = "rbxassetid://433031789"
1405-
Weld122.Name = "BTWeld"
1405+
hairm.Scale = Vector3.new(0.7,0.65,0.65)
1406-
Weld122.Parent = Part3
1406+
hweld = newWeld(hed,hair,0,0,0)
1407-
Weld122.C1 = CFrame.new(1.84774399e-06, -1.088727, -0.591116905, -1, 1.18976459e-07, 3.0064075e-07, -1.19325705e-07, -1.00000024, -5.96046448e-08, 3.02987246e-07, -5.77419996e-08, 1.00000024)
1407+
hweld.C0 = CFrame.new(0.075,0.2,0)*CFrame.Angles(math.rad(0),math.rad(180),0)
1408-
Weld122.Part0 = Part3
1408+
1409-
Weld122.Part1 = Part287
1409+
hair = Instance.new("Part",hed)
1410-
Weld122.part1 = Part287
1410+
hair.Color = Color3.fromRGB(0, 100, 255)
1411-
Weld123.Name = "BTWeld"
1411+
hairm = Instance.new("SpecialMesh",hair)
1412-
Weld123.Parent = Part3
1412+
hairm.MeshId = "rbxassetid://1389466576"
1413-
Weld123.C1 = CFrame.new(-2.98023224e-06, 0.291165352, -0.776105642, 1, 2.08732672e-07, 7.35781214e-08, -2.08383426e-07, 1.00000024, 1.78813934e-07, -7.12225301e-08, -1.76951289e-07, 1.00000024)
1413+
hairm.Scale = Vector3.new(0.035,0.035,0.03)
1414-
Weld123.Part0 = Part3
1414+
hweld = newWeld(hed,hair,0,0,0)
1415-
Weld123.Part1 = Part235
1415+
hweld.C0 = CFrame.new(0,-0.1,0.2)*CFrame.Angles(math.rad(0),math.rad(0),0)
1416-
Weld123.part1 = Part235
1416+
1417-
Weld124.Name = "BTWeld"
1417+
local jumped = false
1418-
Weld124.Parent = Part3
1418+
1419-
Weld124.C1 = CFrame.new(-1.78813934e-06, -0.316618919, 0.434119701, 1, -1.19092874e-07, -2.68964868e-07, -1.19325705e-07, -1.00000024, -5.96046448e-08, -2.71322278e-07, 5.77419996e-08, -1.00000024)
1419+
function Lightning(Part0,Part1,Times,Offset,Color,Thickness,Trans)
1420-
Weld124.Part0 = Part3
1420+
    local magz = (Part0 - Part1).magnitude
1421-
Weld124.Part1 = Part227
1421+
    local curpos = Part0
1422-
Weld124.part1 = Part227
1422+
    local trz = {-Offset,Offset} 
1423-
Weld125.Name = "BTWeld"
1423+
    for i=1,Times do
1424-
Weld125.Parent = Part3
1424+
        local li = Instance.new("Part", DebrisModel)
1425-
Weld125.C1 = CFrame.new(1.7285347e-06, -0.568753242, -0.743589878, -1, 1.18976459e-07, 3.28123861e-07, -1.1944212e-07, -1.00000024, -8.94069672e-08, 3.30041075e-07, -8.7544322e-08, 1.00000024)
1425+
        li.TopSurface =0
1426-
Weld125.Part0 = Part3
1426+
        li.Material = Enum.Material.Neon
1427-
Weld125.Part1 = Part375
1427+
        li.BottomSurface = 0
1428-
Weld125.part1 = Part375
1428+
        li.Anchored = true
1429-
Weld126.Name = "BTWeld"
1429+
        li.Locked = true
1430-
Weld126.Parent = Part3
1430+
        li.Transparency = Trans or 0.4
1431-
Weld126.C1 = CFrame.new(1.1920929e-06, 0.194246531, 0.194999695, -1, -2.08732672e-07, 1.17877789e-07, -1.20393452e-07, -1.19395554e-06, -1.00000024, 2.08499841e-07, -1.00000024, 1.1920929e-06)
1431+
        li.Color = Color
1432-
Weld126.Part0 = Part3
1432+
        li.formFactor = "Custom"
1433-
Weld126.Part1 = Part223
1433+
        li.CanCollide = false
1434-
Weld126.part1 = Part223
1434+
        li.Size = Vector3.new(Thickness,Thickness,magz/Times)
1435-
Weld127.Name = "BTWeld"
1435+
        local lim = Instance.new("BlockMesh",li)
1436-
Weld127.Parent = Part3
1436+
        local Offzet = Vector3.new(trz[math.random(1,2)],trz[math.random(1,2)],trz[math.random(1,2)])
1437-
Weld127.C1 = CFrame.new(2.08616257e-06, 0.382621765, 0.593743563, -1, -2.32830644e-10, -8.87230271e-08, 2.32830644e-10, 1.00000024, 1.86264515e-09, 8.63965397e-08, -1.86264515e-09, -1.00000024)
1437+
        local trolpos = CFrame.new(curpos,Part1)*CFrame.new(0,0,magz/Times).p+Offzet
1438-
Weld127.Part0 = Part3
1438+
        if Times == i then
1439-
Weld127.Part1 = Part347
1439+
        local magz2 = (curpos - Part1).magnitude
1440-
Weld127.part1 = Part347
1440+
        li.Size = Vector3.new(Thickness,Thickness,magz2)
1441-
Weld128.Name = "BTWeld"
1441+
        li.CFrame = CFrame.new(curpos,Part1)*CFrame.new(0,0,-magz2/2)
1442-
Weld128.Parent = Part3
1442+
        else
1443-
Weld128.C1 = CFrame.new(3.87430191e-06, -3.59139156, -0.606614113, -1, 2.08383426e-07, 1.49542757e-07, -2.08732672e-07, -1.00000024, -5.96046448e-08, 1.52112989e-07, -5.77419996e-08, 1.00000024)
1443+
        li.CFrame = CFrame.new(curpos,trolpos)*CFrame.new(0,0,magz/Times/2)
1444-
Weld128.Part0 = Part3
1444+
1445-
Weld128.Part1 = Part207
1445+
        curpos = li.CFrame*CFrame.new(0,0,magz/Times/2).p
1446-
Weld128.part1 = Part207
1446+
        li.Name = "LIGHTNING"
1447-
Weld129.Name = "BTWeld"
1447+
1448-
Weld129.Parent = Part3
1448+
1449-
Weld129.C1 = CFrame.new(3.64600849, -0.0312508941, -0.13107121, -2.47033313e-07, -0.994522214, -0.104528487, 1, -2.45636329e-07, -2.16805347e-08, -2.28465069e-09, -0.104528487, 0.994522214)
1449+
local woosh = false
1450-
Weld129.Part0 = Part3
1450+
local debounce = false
1451-
Weld129.Part1 = Part273
1451+
mouse.KeyDown:connect(function(key)
1452-
Weld129.part1 = Part273
1452+
if key == "e" and debounce == false then
1453-
Weld130.Name = "BTWeld"
1453+
debounce = true
1454-
Weld130.Parent = Part3
1454+
noidle = true
1455-
Weld130.C1 = CFrame.new(-1.84774399e-06, -0.879115105, 0.593742847, 1, -1.19092874e-07, -2.13065505e-07, -1.19325705e-07, -1.00000024, -5.96046448e-08, -2.15442924e-07, 5.77419996e-08, -1.00000024)
1455+
sound(1202656211,root.Position,10,math.random(300,350)/100)
1456-
Weld130.Part0 = Part3
1456+
local tempattach=Instance.new("Attachment",root)
1457-
Weld130.Part1 = Part369
1457+
tempattach.Position = Vector3.new(0,0,-20)
1458-
Weld130.part1 = Part369
1458+
for i=1,10 do wait(1/60)
1459-
Weld131.Name = "BTWeld"
1459+
local temppos = root.Position
1460-
Weld131.Parent = Part3
1460+
root.CFrame = CFrame.new(tempattach.WorldPosition)*CFrame.Angles(0,math.rad(root.Orientation.Y),0)
1461-
Weld131.C1 = CFrame.new(3.51667404e-06, 2.25183678, 0.638117313, -1, -8.95233825e-08, 3.02316039e-08, -8.92905518e-08, 1.00000024, 5.96046448e-08, -3.29036993e-08, 5.77419996e-08, -1.00000024)
1461+
root.Velocity = Vector3.new()
1462-
Weld131.Part0 = Part3
1462+
for i,v in pairs(findAllNearestTorso(root.Position,30)) do
1463-
Weld131.Part1 = Part285
1463+
v.Parent:FindFirstChildOfClass("Humanoid").Health = 0
1464-
Weld131.part1 = Part285
1464+
1465-
Weld132.Name = "BTWeld"
1465+
Lightning(root.Position+Vector3.new(math.random(-2,2),math.random(-2,2),math.random(-2,2)),temppos+Vector3.new(math.random(-2,2),math.random(-2,2),math.random(-2,2)), math.random(2,4), 2, Color3.fromHSV(0.5+math.random(0,1000)/10000,math.random(500,1000)/1000,1), .5, .56)
1466-
Weld132.Parent = Part3
1466+
woosh = true
1467-
Weld132.C1 = CFrame.new(1.93451023, -0.0312511921, -0.27059412, -2.42958777e-07, -0.998629749, -0.0523359664, 1, -2.42260285e-07, -8.10723577e-09, -2.90310709e-09, -0.0523359701, 0.998629689)
1467+
hed.Weld.C0 = CFrame.new(0, 1.5, -.1) * CFrame.Angles(0,0,0)
1468-
Weld132.Part0 = Part3
1468+
hed.Weld.C1 = CFrame.Angles(math.rad(-20),0,0)
1469-
Weld132.Part1 = Part405
1469+
larm.Weld.C0 = CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(-40),math.rad(0),math.rad(-5))
1470-
Weld132.part1 = Part405
1470+
rarm.Weld.C0 = CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(-40),math.rad(0),math.rad(5))
1471-
Weld133.Name = "BTWeld"
1471+
torso.Weld.C0 = CFrame.new(0, -0.5, 0) * CFrame.Angles(math.rad(-40),math.rad(0), math.rad(0))
1472-
Weld133.Parent = Part3
1472+
lleg.Weld.C0 = CFrame.new(-0.5,-0.6,-1)*CFrame.Angles(math.rad(-70),math.rad(0),math.rad(-1))
1473-
Weld133.C1 = CFrame.new(3.63588333e-06, -1.6542244, -0.638116837, -1, 1.18976459e-07, 3.0064075e-07, -1.19325705e-07, -1.00000024, -5.96046448e-08, 3.02987246e-07, -5.77419996e-08, 1.00000024)
1473+
rleg.Weld.C0 = CFrame.new(0.5,-0.95,0)*CFrame.Angles(math.rad(-30),math.rad(0),math.rad(1))
1474-
Weld133.Part0 = Part3
1474+
1475-
Weld133.Part1 = Part359
1475+
noidle = false
1476-
Weld133.part1 = Part359
1476+
debounce = false
1477-
Weld134.Name = "BTWeld"
1477+
1478-
Weld134.Parent = Part3
1478+
1479-
Weld134.C1 = CFrame.new(-1.78813934e-06, 0.12912178, -0.362743616, 1, 2.32830644e-10, -1.18105163e-07, 2.32830644e-10, 1.00000024, 1.80676579e-07, 1.20164259e-07, -1.76951289e-07, 1.00000024)
1479+
1480-
Weld134.Part0 = Part3
1480+
mouse.KeyDown:connect(function(key)
1481-
Weld134.Part1 = Part183
1481+
if key == "r" and debounce == false then
1482-
Weld134.part1 = Part183
1482+
debounce = true
1483-
Weld135.Name = "BTWeld"
1483+
noidle = true
1484-
Weld135.Parent = Part3
1484+
local bg = Instance.new("BodyGyro",root)
1485-
Weld135.C1 = CFrame.new(-1.7285347e-06, 0.139364243, -0.256871939, 1, -1.18976459e-07, -1.49711923e-07, 1.1944212e-07, 1.00000024, 0, 1.52022039e-07, 1.86264515e-09, 1.00000024)
1485+
bg.Name = "lolnochara"
1486-
Weld135.Part0 = Part3
1486+
bg.P = 10000
1487-
Weld135.Part1 = Part225
1487+
bg.D = 100
1488-
Weld135.part1 = Part225
1488+
bg.MaxTorque = Vector3.new(10000,10000,10000)
1489-
Weld136.Name = "BTWeld"
1489+
if jumped == false then
1490-
Weld136.Parent = Part3
1490+
root.CFrame = CFrame.new(root.Position,Vector3.new(mouse.Hit.x,root.Position.Y,mouse.Hit.z))
1491-
Weld136.C1 = CFrame.new(2.86102295e-06, 0.0545005798, 0.453119755, -1, -2.32830644e-10, -8.87230271e-08, 2.32830644e-10, 1.00000024, 1.86264515e-09, 8.63965397e-08, -1.86264515e-09, -1.00000024)
1491+
bg.CFrame = CFrame.new(root.Position,Vector3.new(mouse.Hit.x,root.Position.Y,mouse.Hit.z))
1492-
Weld136.Part0 = Part3
1492+
1493-
Weld136.Part1 = Part337
1493+
root.CFrame = CFrame.new(root.Position,mouse.Hit.p)
1494-
Weld136.part1 = Part337
1494+
bg.CFrame = CFrame.new(root.Position,mouse.Hit.p)
1495-
Weld137.Name = "BTWeld"
1495+
1496-
Weld137.Parent = Part3
1496+
local spd = 0.4
1497-
Weld137.C1 = CFrame.new(0.246384621, -0.0312500596, 0.315700054, 5.82076609e-09, 0.965926111, -0.258819044, -1, 2.29338184e-08, 6.17128535e-08, 6.73753675e-08, 0.258819014, 0.965926111)
1497+
for i=1,10 do wait(1/60)
1498-
Weld137.Part0 = Part3
1498+
if jumped == false then
1499-
Weld137.Part1 = Part245
1499+
bg.CFrame = CFrame.new(root.Position,Vector3.new(mouse.Hit.x,root.Position.Y,mouse.Hit.z))
1500-
Weld137.part1 = Part245
1500+
1501-
Weld138.Name = "BTWeld"
1501+
bg.CFrame = CFrame.new(root.Position,mouse.Hit.p)
1502-
Weld138.Parent = Part3
1502+
1503-
Weld138.C1 = CFrame.new(-1.07288361e-06, 1.90734863e-06, 0.152749538, 1, -1.18976459e-07, -3.88215994e-07, -1.19325705e-07, -1.00000024, -5.96046448e-08, -3.90531568e-07, 5.77419996e-08, -1.00000024)
1503+
hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.1)     *CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), spd)
1504-
Weld138.Part0 = Part3
1504+
hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0,0,0)         *CFrame.Angles(math.rad(0),math.rad(40),math.rad(0)), spd)
1505-
Weld138.Part1 = Part309
1505+
larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0) *CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), spd)
1506-
Weld138.part1 = Part309
1506+
rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)  *CFrame.Angles(math.rad(90),math.rad(0),math.rad(50)), spd)
1507-
Weld139.Name = "BTWeld"
1507+
torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -0.5, 0)  *CFrame.Angles(math.rad(0),math.rad(40),math.rad(0)), spd)
1508-
Weld139.Parent = Part3
1508+
lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5,-0.2,-1)*CFrame.Angles(math.rad(-50),math.rad(-10),math.rad(-1)), spd)
1509-
Weld139.C1 = CFrame.new(-3.03983688e-06, 0.82331419, -0.458539009, 1, 2.08732672e-07, 7.35781214e-08, -9.66247171e-08, 0.707106471, -0.707107365, -1.97673216e-07, 0.707107365, 0.707106471)
1509+
rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5,-0.95,0) *CFrame.Angles(math.rad(0),math.rad(0),math.rad(6)), spd)
1510-
Weld139.Part0 = Part3
1510+
1511-
Weld139.Part1 = Part181
1511+
1512-
Weld139.part1 = Part181
1512+
sound(1202656211,root.Position,10,math.random(90,110)/100)
1513-
Weld140.Name = "BTWeld"
1513+
1514-
Weld140.Parent = Part3
1514+
local Position = rarm.Position-rarm.CFrame.upVector
1515-
Weld140.C1 = CFrame.new(-3.39746475e-06, -1.05464268, -1.43672371, 1, 2.08732672e-07, -4.8930815e-10, -1.93249434e-07, 0.922201157, -0.386711091, -7.82310963e-08, 0.386711091, 0.922201216)
1515+
local Target = mouse.Hit.p
1516-
Weld140.Part0 = Part3
1516+
local direction = Target - Position
1517-
Weld140.Part1 = Part333
1517+
local direction = computeDirection(direction)
1518-
Weld140.part1 = Part333
1518+
local ray = Ray.new(Position, (Target-Position).unit*1048)
1519-
Weld141.Name = "BTWeld"
1519+
local part, endPoint = workspace:FindPartOnRay(ray, char)
1520-
Weld141.Parent = Part3
1520+
1521-
Weld141.C1 = CFrame.new(0.0437097549, -0.0312481523, 1.49426508, -1.02329068e-07, -0.707107306, -0.707106531, -1, -1.1047814e-07, 2.52499376e-07, -2.57976353e-07, 0.70710659, -0.707107306)
1521+
for i,v in pairs(findAllNearestTorso(endPoint,30)) do
1522-
Weld141.Part0 = Part3
1522+
v.Parent:FindFirstChildOfClass("Humanoid").Health = 0
1523-
Weld141.Part1 = Part249
1523+
1524-
Weld141.part1 = Part249
1524+
1525-
Weld142.Name = "BTWeld"
1525+
local Part0 = Effect(Enum.MeshType.Sphere,Vector3.new(2,(Position-endPoint).magnitude,2),0,Enum.Material.Neon,Color3.fromHSV(0,0,1),root.Position,Vector3.new(90,0,0),Vector3.new(),Vector3.new(-0.1,0,-0.1),Vector3.new(),0,-0.005)
1526-
Weld142.Parent = Part3
1526+
local pos = Position + (direction * (Part0.Mesh.Scale.Y/2))
1527-
Weld142.C1 = CFrame.new(1.84774399e-06, 1.04499984, 4.84788132, -1, -2.32830644e-10, 1.16708179e-07, -1.19271135e-07, -1.01514161e-06, -1.00000024, -1.16415322e-10, -1.00000024, 1.01141632e-06)
1527+
Part0.CFrame = CFrame.new(pos,  pos + direction) * CFrame.Angles((math.pi/2)+math.rad(180), 0, 0)
1528-
Weld142.Part0 = Part3
1528+
1529-
Weld142.Part1 = Part205
1529+
for i=1,4 do
1530-
Weld142.part1 = Part205
1530+
Lightning(rarm.Position-rarm.CFrame.upVector,endPoint, math.random(5,6), 2, Color3.fromHSV(0.5+math.random(0,1000)/10000,math.random(500,1000)/1000,1), .5, .56)
1531-
Weld143.Name = "BTWeld"
1531+
1532-
Weld143.Parent = Part3
1532+
1533-
Weld143.C1 = CFrame.new(-3.03983688e-06, 0.591758728, 0.577001572, 1, -1.18976459e-07, 2.07579433e-07, -1.19325705e-07, -1.00000024, 3.57627869e-07, 2.05687684e-07, -3.57627869e-07, -1.00000024)
1533+
if part then
1534-
Weld143.Part0 = Part3
1534+
sound(821439273,endPoint,10,math.random(90,110)/100)
1535-
Weld143.Part1 = Part385
1535+
for i=1,5 do
1536-
Weld143.part1 = Part385
1536+
Effect(Enum.MeshType.Sphere,Vector3.new(1,1,1)*math.random(4,10),0,Enum.Material.Neon,Color3.fromHSV(0.5+math.random(0,1000)/10000,math.random(500,1000)/1000,1),endPoint+Vector3.new(math.random(-2,2)*5,math.random(-2,2)*5,math.random(-2,2)*5),Vector3.new(),Vector3.new(),Vector3.new(1,1,1),Vector3.new(),0.04,-0.002)
1537-
Weld144.Name = "BTWeld"
1537+
1538-
Weld144.Parent = Part3
1538+
1539-
Weld144.C1 = CFrame.new(-0.568752289, -0.0312482715, 1.24358273, -5.98374754e-08, -1.00000024, 0, -1, 5.93718141e-08, 3.27925591e-07, -3.30370312e-07, -1.86264515e-09, -1.00000024)
1539+
1540-
Weld144.Part0 = Part3
1540+
bg:Destroy()
1541-
Weld144.Part1 = Part197
1541+
local spd = 0.5
1542-
Weld144.part1 = Part197
1542+
for i=1,5 do wait(1/60)
1543-
Weld145.Name = "BTWeld"
1543+
hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.1)     *CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), spd)
1544-
Weld145.Parent = Part3
1544+
hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0,0,0)         *CFrame.Angles(math.rad(0),math.rad(40),math.rad(0)), spd)
1545-
Weld145.C1 = CFrame.new(8.34465027e-07, 0.340940475, -0.537741661, -1, 2.08383426e-07, 3.34477591e-07, -1.24564394e-08, -0.866025329, 0.500000596, 3.95695679e-07, 0.500000596, 0.866025448)
1545+
larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0) *CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), spd)
1546-
Weld145.Part0 = Part3
1546+
rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)  *CFrame.Angles(math.rad(160),math.rad(0),math.rad(50)), spd)
1547-
Weld145.Part1 = Part357
1547+
torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -0.5, 0)  *CFrame.Angles(math.rad(0),math.rad(40),math.rad(0)), spd)
1548-
Weld145.part1 = Part357
1548+
lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5,-0.2,-1)*CFrame.Angles(math.rad(-50),math.rad(-10),math.rad(-1)), spd)
1549-
Weld146.Name = "BTWeld"
1549+
rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5,-0.95,0) *CFrame.Angles(math.rad(0),math.rad(0),math.rad(6)), spd)
1550-
Weld146.Parent = Part3
1550+
1551-
Weld146.C1 = CFrame.new(-0.0784215927, -0.0312500596, 0.188100338, -2.43075192e-07, -0.866025627, -0.5, 1, -2.29571015e-07, -8.65911716e-08, -3.80096026e-08, -0.49999994, 0.866025686)
1551+
noidle = false
1552-
Weld146.Part0 = Part3
1552+
debounce = false
1553-
Weld146.Part1 = Part343
1553+
1554-
Weld146.part1 = Part343
1554+
1555-
Weld147.Name = "BTWeld"
1555+
1556-
Weld147.Parent = Part3
1556+
mouse.KeyDown:connect(function(key)
1557-
Weld147.C1 = CFrame.new(0.078420639, -0.0312501192, 0.188100815, 1.53668225e-07, 0.866025686, 0.5, -1, 1.49011612e-07, 4.73319233e-08, -3.19560058e-08, -0.49999994, 0.866025686)
1557+
if key == "q" and debounce == false then
1558-
Weld147.Part0 = Part3
1558+
debounce = true
1559-
Weld147.Part1 = Part353
1559+
noidle = true
1560-
Weld147.part1 = Part353
1560+
local mousepos = mouse.Hit.p
1561-
Weld148.Name = "BTWeld"
1561+
if (mousepos-root.Position).magnitude <= 150 then
1562-
Weld148.Parent = Part3
1562+
sound(1202657035,mousepos,10,math.random(150,170)/100)
1563-
Weld148.C1 = CFrame.new(-3.39746475e-06, -1.19873238, -1.4971447, 1, 2.08732672e-07, -4.8930815e-10, -1.93249434e-07, 0.922201157, -0.386711091, -7.82310963e-08, 0.386711091, 0.922201216)
1563+
local spd = 0.4
1564-
Weld148.Part0 = Part3
1564+
for i=1,10 do 
1565-
Weld148.Part1 = Part313
1565+
--	while wait(1/60) do
1566-
Weld148.part1 = Part313
1566+
hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0,1.5,-.1)     *CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), spd)
1567-
Weld149.Name = "BTWeld"
1567+
hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.new(0,0,0)         *CFrame.Angles(math.rad(0),math.rad(40),math.rad(0)), spd)
1568-
Weld149.Parent = Part3
1568+
larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0) *CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)), spd)
1569-
Weld149.C1 = CFrame.new(-0.665288925, -0.0312472582, -0.400229454, 6.10016286e-08, 0.999914467, 0.0130897425, -1, 6.01867214e-08, 2.42216629e-08, 2.52284735e-08, -0.0130897434, 0.999914587)
1569+
rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)  *CFrame.Angles(math.rad(170),math.rad(0),math.rad(50)), spd)
1570-
Weld149.Part0 = Part3
1570+
torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -0.5, 0)  *CFrame.Angles(math.rad(0),math.rad(40),math.rad(0)), spd)
1571-
Weld149.Part1 = Part211
1571+
lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5,-0.2,-1)*CFrame.Angles(math.rad(-50),math.rad(-10),math.rad(-1)), spd)
1572-
Weld149.part1 = Part211
1572+
rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5,-0.95,0) *CFrame.Angles(math.rad(0),math.rad(0),math.rad(6)), spd)
1573-
Weld150.Name = "BTWeld"
1573+
--end
1574-
Weld150.Parent = Part3
1574+
1575-
Weld150.C1 = CFrame.new(1.78813934e-06, -0.22074604, -0.390618801, -1, 1.18976459e-07, 3.56074452e-07, -1.19325705e-07, -1.00000024, -5.96046448e-08, 3.58400939e-07, -5.77419996e-08, 1.00000024)
1575+
for i,v in pairs(findAllNearestTorso(mousepos,15)) do
1576-
Weld150.Part0 = Part3
1576+
v.Parent:FindFirstChildOfClass("Humanoid").Health = 0
1577-
Weld150.Part1 = Part311
1577+
1578-
Weld150.part1 = Part311
1578+
local tempcolor = Color3.fromHSV(0.5+math.random(0,1000)/10000,0.5,1)
1579-
Weld151.Name = "BTWeld"
1579+
1580-
Weld151.Parent = Part3
1580+
for i=1,2 do wait(1/60) wait(1/60) wait(1/60) wait(1/60) wait(1/60) wait(1/60) wait(1/60) wait(1/60) 
1581-
Weld151.C1 = CFrame.new(-3.39746475e-06, -1.12668896, -1.46693516, 1, 2.08732672e-07, -4.8930815e-10, -1.93249434e-07, 0.922201157, -0.386711091, -7.82310963e-08, 0.386711091, 0.922201216)
1581+
Effect(Enum.MeshType.Sphere,Vector3.new(10,10,10)*5,0.999,Enum.Material.Neon,tempcolor,mousepos,Vector3.new(),Vector3.new(),Vector3.new(-0.3,-0.3,-0.3),Vector3.new(),-0.005,-0.05)
1582-
Weld151.Part0 = Part3
1582+
1583-
Weld151.Part1 = Part319
1583+
1584-
Weld151.part1 = Part319
1584+
Effect(Enum.MeshType.Sphere,Vector3.new(5,5,5),0,Enum.Material.Neon,tempcolor,mousepos,Vector3.new(),Vector3.new(),Vector3.new(2,2,2),Vector3.new(),0.03,0)
1585-
Weld152.Name = "BTWeld"
1585+
Effect(Enum.MeshType.Sphere,Vector3.new(20,20,20),0,Enum.Material.Neon,tempcolor,mousepos,Vector3.new(),Vector3.new(),Vector3.new(-0.4,30,-0.4),Vector3.new(),0,0)
1586-
Weld152.Parent = Part3
1586+
1587-
Weld152.C1 = CFrame.new(-3.03983688e-06, 0.522769928, 0.783498287, 1, -1.18976459e-07, 2.07579433e-07, -1.19325705e-07, -1.00000024, 3.57627869e-07, 2.05687684e-07, -3.57627869e-07, -1.00000024)
1587+
noidle = false
1588-
Weld152.Part0 = Part3
1588+
debounce = false
1589-
Weld152.Part1 = Part189
1589+
1590-
Weld152.part1 = Part189
1590+
1591-
Weld153.Name = "BTWeld"
1591+
1592-
Weld153.Parent = Part3
1592+
music(1032975381)
1593-
Weld153.C1 = CFrame.new(0.854812145, -0.0312569141, 0.683163643, -7.71833584e-08, 0.707106531, -0.707107306, 1, 1.8987339e-07, 8.20728019e-08, 1.90921128e-07, -0.707107365, -0.707106531)
1593+
1594-
Weld153.Part0 = Part3
1594+
for i,v in pairs(char:GetChildren()) do
1595-
Weld153.Part1 = Part271
1595+
if v:IsA("Part") and v.Name ~= "HumanoidRootPart" then
1596-
Weld153.part1 = Part271
1596+
local emitter = Instance.new("ParticleEmitter",v)
1597-
Weld154.Name = "BTWeld"
1597+
emitter.LightEmission = 1
1598-
Weld154.Parent = Part3
1598+
emitter.Transparency = NumberSequence.new(0.95,1)
1599-
Weld154.C1 = CFrame.new(1.78813934e-06, -0.589484215, -0.222372532, -1, 2.08499841e-07, 2.3712164e-07, -2.08849087e-07, -1.00000024, 0, 2.39566361e-07, 1.86264515e-09, 1.00000024)
1599+
emitter.Size = NumberSequence.new(0.5)
1600-
Weld154.Part0 = Part3
1600+
emitter.SpreadAngle = Vector2.new(360,360)
1601-
Weld154.Part1 = Part303
1601+
emitter.Speed = NumberRange.new(1)
1602-
Weld154.part1 = Part303
1602+
emitter.Lifetime = NumberRange.new(0.75)
1603-
Weld155.Name = "BTWeld"
1603+
emitter.Texture = "rbxassetid://744949545"
1604-
Weld155.Parent = Part3
1604+
emitter.Rate = 20
1605-
Weld155.C1 = CFrame.new(-2.44379044e-06, 1.74366188, -2.46923256, 1, -3.87313776e-07, -1.35698428e-07, -2.53145117e-07, -0.31730628, -0.948323369, 3.2375101e-07, 0.948323369, -0.31730631)
1605+
emitter.Color = ColorSequence.new(Color3.new(0,1,1))
1606-
Weld155.Part0 = Part3
1606+
emitter.LockedToPart = true
1607-
Weld155.Part1 = Part305
1607+
table.insert(emitters,emitter)
1608-
Weld155.part1 = Part305
1608+
1609-
Weld156.Name = "BTWeld"
1609+
1610-
Weld156.Parent = Part3
1610+
1611-
Weld156.C1 = CFrame.new(2.74181366e-06, 0.0869274139, -0.603420258, -1, 2.08499841e-07, 2.86032446e-07, 5.57629392e-08, -0.707106411, 0.707107425, 3.51225026e-07, 0.707107425, 0.707106411)
1611+
velocityYFall=0
1612-
Weld156.Part0 = Part3
1612+
velocityYFall2=0
1613-
Weld156.Part1 = Part413
1613+
velocityYFall3=0
1614-
Weld156.part1 = Part413
1614+
velocityYFall4=0
1615-
Weld157.Name = "BTWeld"
1615+
neckrotY=0
1616-
Weld157.Parent = Part3
1616+
neckrotY2=0
1617-
Weld157.C1 = CFrame.new(-1.25169754e-06, 2.73876762, 0.462646961, 1, -2.08499841e-07, 1.89578714e-07, -1.861481e-07, -0.993572116, -0.113202803, 2.0985317e-07, 0.113202795, -0.993572176)
1617+
torsorotY=0
1618-
Weld157.Part0 = Part3
1618+
torsorotY2=0
1619-
Weld157.Part1 = Part267
1619+
torsoY=0
1620-
Weld157.part1 = Part267
1620+
torsoY2=0
1621-
Weld158.Name = "BTWeld"
1621+
colored = 0
1622-
Weld158.Parent = Part3
1622+
sine = 0
1623-
Weld158.C1 = CFrame.new(8.94069672e-07, 0.443323135, -0.28379035, -1, 2.08383426e-07, 3.34477591e-07, -2.08732672e-07, -1.00000024, 1.78813934e-07, 3.36614903e-07, 1.80676579e-07, 1.00000024)
1623+
change=0.4
1624-
Weld158.Part0 = Part3
1624+
movement=5
1625-
Weld158.Part1 = Part439
1625+
timeranim=0
1626-
Weld158.part1 = Part439
1626+
running = false
1627-
Weld159.Name = "BTWeld"
1627+
glitched = false
1628-
Weld159.Parent = Part3
1628+
backup = hed.Weld.C1
1629-
Weld159.C1 = CFrame.new(-2.98023224e-07, 2.46521568, 0.596743584, -1, -8.95233825e-08, 3.02316039e-08, -8.92905518e-08, 1.00000024, 5.96046448e-08, -3.29036993e-08, 5.77419996e-08, -1.00000024)
1629+
glitchedC1 = hed.Weld.C1
1630-
Weld159.Part0 = Part3
1630+
glitchedenabled = false
1631-
Weld159.Part1 = Part201
1631+
1632-
Weld159.part1 = Part201
1632+
mouse.KeyDown:connect(function(key)
1633-
Weld160.Name = "BTWeld"
1633+
key = string.lower(key)
1634-
Weld160.Parent = Part3
1634+
if string.byte(key) == 48 then
1635-
Weld160.C1 = CFrame.new(0.665288925, -0.0312529206, -0.400229454, -1.50408596e-07, -0.999914527, -0.0130897444, 1, -1.49477273e-07, -2.5913323e-08, 2.56950443e-08, -0.0130897444, 0.999914587)
1635+
running = true
1636-
Weld160.Part0 = Part3
1636+
local keyup = mouse.KeyUp:connect(function(key)
1637-
Weld160.Part1 = Part279
1637+
if string.byte(key) == 48 then
1638-
Weld160.part1 = Part279
1638+
running = false
1639-
Weld161.Name = "BTWeld"
1639+
1640-
Weld161.Parent = Part3
1640+
1641-
Weld161.C1 = CFrame.new(-3.63588333e-06, 1.55414867, 1.9456358, 1, 8.95233825e-08, 2.22247763e-07, -4.30736691e-08, -0.843391299, 0.537300408, 2.34518666e-07, -0.537300348, -0.84339118)
1641+
repeat wait(1/60) until running == false
1642-
Weld161.Part0 = Part3
1642+
keyup:disconnect()
1643-
Weld161.Part1 = Part335
1643+
1644-
Weld161.part1 = Part335
1644+
1645-
Weld162.Name = "BTWeld"
1645+
1646-
Weld162.Parent = Part3
1646+
icolor=1
1647-
Weld162.C1 = CFrame.new(8.34465027e-07, -3.73201656, 0.770674467, 1, 2.32830644e-10, -2.6903399e-07, -2.32830644e-10, -1.00000024, 8.7544322e-08, -2.71093086e-07, -9.12696123e-08, -1.00000024)
1647+
imode=false
1648-
Weld162.Part0 = Part3
1648+
1649-
Weld162.Part1 = Part185
1649+
didjump = false
1650-
Weld162.part1 = Part185
1650+
jumppower = 0
1651-
Part163.Parent = Model0
1651+
freeze = false
1652-
Part163.CFrame = CFrame.new(-0.611257851, 3.46313882, -15.394145, 0.999985635, -0.00162807317, 0.00510706799, 0.00513700349, 0.0189462826, -0.999807417, 0.00153099932, 0.999819279, 0.0189543739)
1652+
debounceimpact = false
1653-
Part163.Orientation = Vector3.new(88.8799973, 15.0799999, 15.1700001)
1653+
1654-
Part163.Position = Vector3.new(-0.611257851, 3.46313882, -15.394145)
1654+
function jumpimpact()
1655-
Part163.Rotation = Vector3.new(88.909996, 0.289999992, 0.0899999961)
1655+
if debounceimpact == false then
1656-
Part163.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1656+
debounceimpact = true
1657-
Part163.Velocity = Vector3.new(2.31788153e-08, 0.0024639722, 3.04594494e-07)
1657+
if jumppower < -150 then jumppower = -150 end
1658-
Part163.Size = Vector3.new(0.275000006, 0.84512496, 0.359375)
1658+
shake(-jumppower/5)
1659-
Part163.Anchored = true
1659+
for i=1,-jumppower/20 do wait(1/60)
1660-
Part163.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1660+
hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.Angles(0,0,0), 0.05)
1661-
Part163.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1661+
torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, (jumppower/20)-hum.HipHeight, 0) * CFrame.Angles(math.rad(0),math.rad(0), math.rad(0)), 0.05)
1662-
Part163.BrickColor = BrickColor.new("Really black")
1662+
1663-
Part163.CanCollide = false
1663+
debounceimpact = false
1664-
Part163.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1664+
1665-
Part163.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1665+
1666-
Part163.Material = Enum.Material.Metal
1666+
1667-
Part163.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1667+
wait(1/60)
1668-
Part163.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
1668+
1669-
Part163.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1669+
for i,v in pairs(DebrisModel:GetChildren()) do
1670-
Part163.brickColor = BrickColor.new("Really black")
1670+
if v.Name == "LIGHTNING" then
1671-
SpecialMesh164.Parent = Part163
1671+
local vm = v:FindFirstChildOfClass("BlockMesh")
1672-
SpecialMesh164.Scale = Vector3.new(0.349999994, 1, 0.5)
1672+
vm.Scale = vm.Scale - Vector3.new(0.1,0.1,0)
1673-
SpecialMesh164.MeshType = Enum.MeshType.Brick
1673+
if vm.Scale.X <= 0 then
1674-
Part165.Parent = Model0
1674+
1675-
Part165.CFrame = CFrame.new(-0.617485046, 3.2590127, -10.6418428, -0.999985635, -0.00414685067, -0.00339615461, -0.00513672922, 0.560423911, 0.828190207, -0.00153109396, 0.828195751, -0.560437143)
1675+
1676-
Part165.Orientation = Vector3.new(-55.9099998, -179.649994, -0.529999971)
1676+
1677-
Part165.Position = Vector3.new(-0.617485046, 3.2590127, -10.6418428)
1677+
1678-
Part165.Rotation = Vector3.new(-124.089996, -0.189999998, 179.759995)
1678+
1679-
Part165.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1679+
if icolor > 1 then
1680-
Part165.Velocity = Vector3.new(5.55462663e-08, 0.00247387378, 7.29936687e-07)
1680+
imode = false
1681-
Part165.Size = Vector3.new(0.275000006, 0.4375, 0.25)
1681+
elseif icolor < 0 then
1682-
Part165.Anchored = true
1682+
imode = true
1683-
Part165.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1683+
1684-
Part165.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1684+
1685-
Part165.BrickColor = BrickColor.new("Really black")
1685+
if imode == true then
1686-
Part165.CanCollide = false
1686+
icolor = icolor + 0.01
1687-
Part165.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1687+
1688-
Part165.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1688+
icolor = icolor - 0.01
1689-
Part165.Material = Enum.Material.Metal
1689+
1690-
Part165.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1690+
1691-
Part165.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
1691+
for i,v in pairs(emitters) do
1692-
Part165.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1692+
v.Acceleration = root.CFrame.upVector*(666/200)
1693-
Part165.brickColor = BrickColor.new("Really black")
1693+
1694-
SpecialMesh166.Parent = Part165
1694+
1695-
SpecialMesh166.Scale = Vector3.new(0.5, 1, 0.25)
1695+
if p.Character.Parent == nil then
1696-
SpecialMesh166.MeshType = Enum.MeshType.Brick
1696+
local model = Instance.new("Model")
1697-
Part167.Parent = Model0
1697+
model.Name = p.Name
1698-
Part167.CFrame = CFrame.new(-0.610199153, 2.88768315, -14.1553068, 0.999985635, 0.00162795268, -0.00510686403, 0.0051367972, -0.0189460143, 0.999807417, 0.00153088395, -0.999819279, -0.0189541057)
1698+
p.Character = model
1699-
Part167.Orientation = Vector3.new(-88.8799973, -164.919998, 164.830002)
1699+
for i,v in pairs(char:GetChildren()) do
1700-
Part167.Position = Vector3.new(-0.610199153, 2.88768315, -14.1553068)
1700+
v.Parent = p.Character
1701-
Part167.Rotation = Vector3.new(-91.0899963, -0.289999992, -0.0899999961)
1701+
1702-
Part167.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1702+
1703-
Part167.Velocity = Vector3.new(1.14426342e-07, 0.00246655382, 1.50368453e-06)
1703+
1704-
Part167.Size = Vector3.new(0.275000006, 0.207000002, 0.303375006)
1704+
char = p.Character
1705-
Part167.Anchored = true
1705+
if p.Character.Parent ~= workspace then
1706-
Part167.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1706+
p.Character.Parent = workspace
1707-
Part167.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1707+
1708-
Part167.BrickColor = BrickColor.new("Really black")
1708+
for i,v in pairs(char:GetChildren()) do
1709-
Part167.CanCollide = false
1709+
if v:IsA("Accoutrement") then
1710-
Part167.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1710+
if v.Handle:FindFirstChild("Mesh") then
1711-
Part167.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1711+
v.Handle:FindFirstChild("Mesh").Offset = Vector3.new()
1712-
Part167.Material = Enum.Material.Glass
1712+
v.Handle.Transparency = 0
1713-
Part167.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1713+
1714-
Part167.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
1714+
elseif v:IsA("BasePart") then
1715-
Part167.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1715+
1716-
Part167.brickColor = BrickColor.new("Really black")
1716+
if v:FindFirstChildOfClass("BodyPosition") then
1717-
SpecialMesh168.Parent = Part167
1717+
v:FindFirstChildOfClass("BodyPosition"):Destroy()
1718-
SpecialMesh168.Scale = Vector3.new(0.524999976, 0.5, 0.5)
1718+
1719-
SpecialMesh168.MeshType = Enum.MeshType.Wedge
1719+
if v:FindFirstChildOfClass("BodyVelocity") then
1720-
Part169.Parent = Model0
1720+
v:FindFirstChildOfClass("BodyVelocity"):Destroy()
1721-
Part169.CFrame = CFrame.new(-0.613238811, 3.32843637, -13.6493177, -0.999985635, -0.00162807142, -0.00510653527, -0.00513647031, 0.0189459249, 0.999807417, -0.00153100933, 0.999819279, -0.0189540163)
1721+
1722-
Part169.Orientation = Vector3.new(-88.8799973, -164.919998, -15.1700001)
1722+
if v:FindFirstChildOfClass("BodyGyro") and v:FindFirstChildOfClass("BodyGyro").Name ~= "lolnochara" then
1723-
Part169.Position = Vector3.new(-0.613238811, 3.32843637, -13.6493177)
1723+
v:FindFirstChildOfClass("BodyGyro"):Destroy()
1724-
Part169.Rotation = Vector3.new(-91.0899963, -0.289999992, 179.909988)
1724+
1725-
Part169.Color = Color3.new(0.0509804, 0.411765, 0.67451)
1725+
if v:FindFirstChild("Mesh") then
1726-
Part169.Velocity = Vector3.new(4.45380195e-08, 0.00246760761, 5.85277007e-07)
1726+
v:FindFirstChild("Mesh").Offset = Vector3.new()
1727-
Part169.Size = Vector3.new(0.275000006, 0.698124886, 0.534374952)
1727+
1728-
Part169.Anchored = true
1728+
if not DebrisModel:FindFirstChild(v.Name.."FORCEFIELD") then
1729-
Part169.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1729+
local force = Instance.new("Part",DebrisModel)
1730-
Part169.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1730+
force.Name = v.Name.."FORCEFIELD"
1731-
Part169.BrickColor = BrickColor.new("Bright blue")
1731+
if v ~= hed then
1732-
Part169.CanCollide = false
1732+
force.Size = v.Size+(Vector3.new(1,1,1)*0.2)
1733-
Part169.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1733+
1734-
Part169.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1734+
force.Size = (Vector3.new(1,1,1)*v.Size.Y)+(Vector3.new(1,1,1)*0.2)
1735-
Part169.Material = Enum.Material.Neon
1735+
1736-
Part169.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1736+
force.CanCollide = false
1737-
Part169.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
1737+
force.Transparency = 1
1738-
Part169.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1738+
force.Color = Color3.new(0,1,1)
1739-
Part169.brickColor = BrickColor.new("Bright blue")
1739+
force.Material = Enum.Material.Neon
1740-
SpecialMesh170.Parent = Part169
1740+
newWeld(v,force,0,0,0)
1741-
SpecialMesh170.Scale = Vector3.new(0.452499986, 1, 1)
1741+
1742-
SpecialMesh170.MeshType = Enum.MeshType.Cylinder
1742+
if not DebrisModel:FindFirstChild(v.Name.."FORCEFIELD"):FindFirstChildOfClass("Weld") then
1743-
Part171.Parent = Model0
1743+
newWeld(v,DebrisModel:FindFirstChild(v.Name.."FORCEFIELD"),0,0,0)
1744-
Part171.CFrame = CFrame.new(-0.610366702, 3.28867483, -15.3908367, 0.999985635, -0.00162807317, 0.00510706799, 0.00513700349, 0.0189462826, -0.999807417, 0.00153099932, 0.999819279, 0.0189543739)
1744+
1745-
Part171.Orientation = Vector3.new(88.8799973, 15.0799999, 15.1700001)
1745+
1746-
Part171.Position = Vector3.new(-0.610366702, 3.28867483, -15.3908367)
1746+
if v.Name ~= "HumanoidRootPart" then
1747-
Part171.Rotation = Vector3.new(88.909996, 0.289999992, 0.0899999961)
1747+
v.Transparency = 0
1748-
Part171.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1748+
1749-
Part171.Velocity = Vector3.new(5.08428144e-08, 0.00246397941, 6.68129019e-07)
1749+
v.Transparency = 1
1750-
Part171.Size = Vector3.new(0.275000006, 0.84512496, 0.422374964)
1750+
1751-
Part171.Anchored = true
1751+
1752-
Part171.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1752+
1753-
Part171.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1753+
1754-
Part171.BrickColor = BrickColor.new("Really black")
1754+
if freeze == false then
1755-
Part171.CanCollide = false
1755+
if running == false then
1756-
Part171.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1756+
hum.WalkSpeed = 12
1757-
Part171.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1757+
change=0.4
1758-
Part171.Material = Enum.Material.Metal
1758+
movement=5
1759-
Part171.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1759+
1760-
Part171.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
1760+
hum.WalkSpeed = (666/10)
1761-
Part171.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1761+
if (torso.Velocity*Vector3.new(1, 0, 1)).magnitude >= 5 then
1762-
Part171.brickColor = BrickColor.new("Really black")
1762+
change=1
1763-
SpecialMesh172.Parent = Part171
1763+
1764-
SpecialMesh172.Scale = Vector3.new(0.400000006, 1, 0.5)
1764+
change=0.4
1765-
SpecialMesh172.MeshType = Enum.MeshType.Brick
1765+
1766-
Part173.Parent = Model0
1766+
movement=15
1767-
Part173.CFrame = CFrame.new(-0.610880256, 2.96906447, -13.9840736, -0.999985635, -0.00162807154, -0.00510650687, -0.00513644237, 0.0189459547, 0.999807417, -0.00153100991, 0.999819279, -0.0189540461)
1767+
1768-
Part173.Orientation = Vector3.new(-88.8799973, -164.919998, -15.1700001)
1768+
1769-
Part173.Position = Vector3.new(-0.610880256, 2.96906447, -13.9840736)
1769+
1770-
Part173.Rotation = Vector3.new(-91.0899963, -0.289999992, 179.909988)
1770+
change=0.4
1771-
Part173.Color = Color3.new(0.0509804, 0.411765, 0.67451)
1771+
movement=5
1772-
Part173.Velocity = Vector3.new(1.01522062e-07, 0.00246691052, 1.33410845e-06)
1772+
1773-
Part173.Size = Vector3.new(0.275000006, 0.239124984, 0.205375016)
1773+
1774-
Part173.Anchored = true
1774+
if -root.Velocity.Y/1.5 > -5 and -root.Velocity.Y/1.5 < 150 then
1775-
Part173.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1775+
velocityYFall = root.Velocity.Y/1.5
1776-
Part173.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1776+
1777-
Part173.BrickColor = BrickColor.new("Bright blue")
1777+
if -root.Velocity.Y/1.5 < -5 then
1778-
Part173.CanCollide = false
1778+
velocityYFall = 5
1779-
Part173.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1779+
elseif -root.Velocity.Y/1.5 > 150 then
1780-
Part173.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1780+
velocityYFall = -150
1781-
Part173.Material = Enum.Material.Neon
1781+
1782-
Part173.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1782+
1783-
Part173.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
1783+
1784-
Part173.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1784+
if -root.Velocity.Y/180 > 0 and -root.Velocity.Y/180 < 1.2 then
1785-
Part173.brickColor = BrickColor.new("Bright blue")
1785+
velocityYFall2 = root.Velocity.Y/180
1786-
SpecialMesh174.Parent = Part173
1786+
1787-
SpecialMesh174.Scale = Vector3.new(0.550000012, 1, 1)
1787+
if -root.Velocity.Y/180 < 0 then
1788-
SpecialMesh174.MeshType = Enum.MeshType.Brick
1788+
velocityYFall2 = 0
1789-
Part175.Parent = Model0
1789+
elseif -root.Velocity.Y/180 > 1.2 then
1790-
Part175.CFrame = CFrame.new(-0.613238811, 3.32843637, -13.6493177, -0.999985635, -0.00162807142, -0.00510653527, -0.00513647031, 0.0189459249, 0.999807417, -0.00153100933, 0.999819279, -0.0189540163)
1790+
velocityYFall2 = -1.2
1791-
Part175.Orientation = Vector3.new(-88.8799973, -164.919998, -15.1700001)
1791+
1792-
Part175.Position = Vector3.new(-0.613238811, 3.32843637, -13.6493177)
1792+
1793-
Part175.Rotation = Vector3.new(-91.0899963, -0.289999992, 179.909988)
1793+
1794-
Part175.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1794+
if -root.Velocity.Y/1.5 > -5 and -root.Velocity.Y/1.5 < 50 then
1795-
Part175.Velocity = Vector3.new(4.45380195e-08, 0.00246760761, 5.85277007e-07)
1795+
velocityYFall3 = root.Velocity.Y/1.5
1796-
Part175.Size = Vector3.new(0.275000006, 0.698124886, 0.372374952)
1796+
1797-
Part175.Anchored = true
1797+
if -root.Velocity.Y/1.5 < -5 then
1798-
Part175.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1798+
velocityYFall3 = 5
1799-
Part175.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1799+
elseif -root.Velocity.Y/1.5 > 50 then
1800-
Part175.BrickColor = BrickColor.new("Really black")
1800+
velocityYFall3 = -50
1801-
Part175.CanCollide = false
1801+
1802-
Part175.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1802+
1803-
Part175.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1803+
1804-
Part175.Material = Enum.Material.Metal
1804+
if -root.Velocity.Y/1.5 > -50 and -root.Velocity.Y/1.5 < 20 then
1805-
Part175.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1805+
velocityYFall4 = root.Velocity.Y/1.5
1806-
Part175.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
1806+
1807-
Part175.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1807+
if -root.Velocity.Y/180 < -5 then
1808-
Part175.brickColor = BrickColor.new("Really black")
1808+
velocityYFall4 = 5
1809-
SpecialMesh176.Parent = Part175
1809+
elseif -root.Velocity.Y/180 > 50 then
1810-
SpecialMesh176.Scale = Vector3.new(0.455000013, 1, 1)
1810+
velocityYFall4 = -50
1811-
SpecialMesh176.MeshType = Enum.MeshType.Cylinder
1811+
1812-
Part177.Parent = Model0
1812+
1813-
Part177.CFrame = CFrame.new(-0.616063476, 3.26214504, -11.5807333, -0.999985635, -0.00162807154, -0.00510656228, -0.00513649778, 0.0189459547, 0.999807417, -0.00153100886, 0.999819279, -0.0189540461)
1813+
1814-
Part177.Orientation = Vector3.new(-88.8799973, -164.919998, -15.1700001)
1814+
if root.RotVelocity.Y/6 < 1 and root.RotVelocity.Y/6 > -1 then
1815-
Part177.Position = Vector3.new(-0.616063476, 3.26214504, -11.5807333)
1815+
neckrotY = root.RotVelocity.Y/6
1816-
Part177.Rotation = Vector3.new(-91.0899963, -0.289999992, 179.909988)
1816+
1817-
Part177.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1817+
if root.RotVelocity.Y/6 < -1 then
1818-
Part177.Velocity = Vector3.new(5.50495756e-08, 0.00247191754, 7.23409755e-07)
1818+
neckrotY = -1
1819-
Part177.Size = Vector3.new(0.275000006, 0.630125046, 0.280375004)
1819+
elseif root.RotVelocity.Y/6 > 1 then
1820-
Part177.Anchored = true
1820+
neckrotY = 1
1821-
Part177.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1821+
1822-
Part177.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1822+
1823-
Part177.BrickColor = BrickColor.new("Really black")
1823+
1824-
Part177.CanCollide = false
1824+
if root.RotVelocity.Y/8 < 0.6 and root.RotVelocity.Y/8 > -0.6 then
1825-
Part177.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1825+
neckrotY2 = root.RotVelocity.Y/8
1826-
Part177.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1826+
1827-
Part177.Material = Enum.Material.Metal
1827+
if root.RotVelocity.Y/8 < -0.6 then
1828-
Part177.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1828+
neckrotY2 = -0.6
1829-
Part177.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
1829+
elseif root.RotVelocity.Y/8 > 0.6 then
1830-
Part177.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1830+
neckrotY2 = 0.6
1831-
Part177.brickColor = BrickColor.new("Really black")
1831+
1832-
SpecialMesh178.Parent = Part177
1832+
1833-
SpecialMesh178.Scale = Vector3.new(0.400000006, 1.04999995, 0.5)
1833+
1834-
SpecialMesh178.MeshType = Enum.MeshType.Brick
1834+
if root.RotVelocity.Y/6 < 0.2 and root.RotVelocity.Y/6 > -0.2 then
1835-
Part179.Parent = Model0
1835+
torsorotY = root.RotVelocity.Y/6
1836-
Part179.CFrame = CFrame.new(-0.610621691, 3.13382888, -14.7050791, 0.999985635, -0.00476216245, 0.00246017892, 0.00513689732, 0.720368028, -0.693573177, 0.00153067347, 0.693575799, 0.720382154)
1836+
1837-
Part179.Orientation = Vector3.new(43.9099998, 0.199999988, 0.409999996)
1837+
if root.RotVelocity.Y/6 < -0.2 then
1838-
Part179.Position = Vector3.new(-0.610621691, 3.13382888, -14.7050791)
1838+
torsorotY = -0.2
1839-
Part179.Rotation = Vector3.new(43.9099998, 0.140000001, 0.269999981)
1839+
elseif root.RotVelocity.Y/6 > 0.2 then
1840-
Part179.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1840+
torsorotY = 0.2
1841-
Part179.Velocity = Vector3.new(7.53960734e-08, 0.0024654083, 9.90785111e-07)
1841+
1842-
Part179.Size = Vector3.new(0.275000006, 0.221124932, 0.418375015)
1842+
1843-
Part179.Anchored = true
1843+
1844-
Part179.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1844+
if root.RotVelocity.Y/8 < 0.2 and root.RotVelocity.Y/8 > -0.2 then
1845-
Part179.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1845+
torsorotY2 = root.RotVelocity.Y/8
1846-
Part179.BrickColor = BrickColor.new("Really black")
1846+
1847-
Part179.CanCollide = false
1847+
if root.RotVelocity.Y/8 < -0.2 then
1848-
Part179.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1848+
torsorotY2 = -0.2
1849-
Part179.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1849+
elseif root.RotVelocity.Y/8 > 0.2 then
1850-
Part179.Material = Enum.Material.Metal
1850+
torsorotY2 = 0.2
1851-
Part179.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1851+
1852-
Part179.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
1852+
1853-
Part179.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1853+
1854-
Part179.brickColor = BrickColor.new("Really black")
1854+
torsoY = -(torso.Velocity*Vector3.new(1, 0, 1)).magnitude/20
1855-
SpecialMesh180.Parent = Part179
1855+
torsoY2 = -(torso.Velocity*Vector3.new(1, 0, 1)).magnitude/36
1856-
SpecialMesh180.Scale = Vector3.new(0.550000012, 1.04999995, 0.899999976)
1856+
1857-
SpecialMesh180.MeshType = Enum.MeshType.Brick
1857+
local ray1 = Ray.new(root.Position+Vector3.new(size,0,0),Vector3.new(0, -4, 0))
1858-
Part181.Parent = Model0
1858+
local part1, endPoint = workspace:FindPartOnRay(ray1, char)
1859-
Part181.CFrame = CFrame.new(-0.61356318, 3.48533392, -13.9631662, 0.999985635, 0.0047621401, -0.00246015727, 0.00513686566, -0.720367908, 0.693573296, 0.00153067405, -0.693575978, -0.720381975)
1859+
1860-
Part181.Orientation = Vector3.new(-43.9099998, -179.800003, 179.589996)
1860+
local ray2 = Ray.new(root.Position-Vector3.new(size,0,0),Vector3.new(0, -4, 0))
1861-
Part181.Position = Vector3.new(-0.61356318, 3.48533392, -13.9631662)
1861+
local part2, endPoint = workspace:FindPartOnRay(ray2, char)
1862-
Part181.Rotation = Vector3.new(-136.089996, -0.140000001, -0.269999981)
1862+
1863-
Part181.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1863+
local ray3 = Ray.new(root.Position+Vector3.new(0,0,size/2),Vector3.new(0, -4, 0))
1864-
Part181.Velocity = Vector3.new(1.96594527e-08, 0.00246695359, 2.58346063e-07)
1864+
local part3, endPoint = workspace:FindPartOnRay(ray3, char)
1865-
Part181.Size = Vector3.new(0.275000006, 0.413124949, 0.622375011)
1865+
1866-
Part181.Anchored = true
1866+
local ray4 = Ray.new(root.Position-Vector3.new(0,0,size/2),Vector3.new(0, -4, 0))
1867-
Part181.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1867+
local part4, endPoint = workspace:FindPartOnRay(ray4, char)
1868-
Part181.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1868+
1869-
Part181.BrickColor = BrickColor.new("Really black")
1869+
local ray5 = Ray.new(root.Position+Vector3.new(size,0,size/2),Vector3.new(0, -4, 0))
1870-
Part181.CanCollide = false
1870+
local part5, endPoint = workspace:FindPartOnRay(ray5, char)
1871-
Part181.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1871+
1872-
Part181.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1872+
local ray6 = Ray.new(root.Position-Vector3.new(size,0,size/2),Vector3.new(0, -4, 0))
1873-
Part181.Material = Enum.Material.Metal
1873+
local part6, endPoint = workspace:FindPartOnRay(ray6, char)
1874-
Part181.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1874+
1875-
Part181.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
1875+
local ray7 = Ray.new(root.Position+Vector3.new(size,0,-size/2),Vector3.new(0, -4, 0))
1876-
Part181.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1876+
local part7, endPoint = workspace:FindPartOnRay(ray7, char)
1877-
Part181.brickColor = BrickColor.new("Really black")
1877+
1878-
SpecialMesh182.Parent = Part181
1878+
local ray8 = Ray.new(root.Position-Vector3.new(size,0,-size/2),Vector3.new(0, -4, 0))
1879-
SpecialMesh182.Scale = Vector3.new(0.400000006, 1.04999995, 0.5)
1879+
local part8, endPoint = workspace:FindPartOnRay(ray8, char)
1880-
SpecialMesh182.MeshType = Enum.MeshType.Brick
1880+
1881-
Part183.Parent = Model0
1881+
local ray = Ray.new(root.Position,Vector3.new(0, -6, 0))
1882-
Part183.CFrame = CFrame.new(-0.610578179, 2.93933439, -14.0816517, 0.999985635, 0.00162795174, -0.00510674529, 0.005136678, -0.0189458355, 0.999807417, 0.00153088616, -0.999819279, -0.0189539269)
1882+
local part, endPoint = workspace:FindPartOnRay(ray, char)
1883-
Part183.Orientation = Vector3.new(-88.8799973, -164.919998, 164.830002)
1883+
1884-
Part183.Position = Vector3.new(-0.610578179, 2.93933439, -14.0816517)
1884+
if part1 or part2 or part3 or part4 or part5 or part6 or part7 or part8 then jumped = false else endPoint = 0 jumped = true end
1885-
Part183.Rotation = Vector3.new(-91.0899963, -0.289999992, -0.0899999961)
1885+
1886-
Part183.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1886+
local rlegray = Ray.new(rleg.Position+Vector3.new(0,size/2,0),Vector3.new(0, -1.75, 0))
1887-
Part183.Velocity = Vector3.new(1.06236229e-07, 0.00246670726, 1.39605754e-06)
1887+
local rlegpart, rlegendPoint = workspace:FindPartOnRay(rlegray, char)
1888-
Part183.Size = Vector3.new(0.275000006, 0.252000004, 0.213375002)
1888+
1889-
Part183.Anchored = true
1889+
local llegray = Ray.new(lleg.Position+Vector3.new(0,size/2,0),Vector3.new(0, -1.75, 0))
1890-
Part183.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1890+
local llegpart, llegendPoint = workspace:FindPartOnRay(llegray, char)
1891-
Part183.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1891+
1892-
Part183.BrickColor = BrickColor.new("Really black")
1892+
if hum.Health > 0 and noidle == false then
1893-
Part183.CanCollide = false
1893+
if (torso.Velocity*Vector3.new(1, 0, 1)).magnitude >= 5 and jumped == false then
1894-
Part183.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1894+
hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, -.1) * CFrame.Angles(0,0,0), 0.4)
1895-
Part183.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1895+
hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.Angles(math.rad(-20),0,0), 0.1)
1896-
Part183.Material = Enum.Material.Metal
1896+
larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.5,0)*CFrame.Angles(math.rad(-40-20*math.cos(sine/15)),math.rad(0+5*math.sin(sine/15)),math.rad(-5-5*math.sin(sine/15))), 0.2)
1897-
Part183.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1897+
rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.5,0)*CFrame.Angles(math.rad(-40-20*math.cos(sine/15)),math.rad(0-5*math.sin(sine/15)),math.rad(5+5*math.sin(sine/15))), 0.2)
1898-
Part183.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
1898+
torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -0.5-0.5*math.sin(sine/15), 0) * CFrame.Angles(math.rad(-40),math.rad(0), math.rad(0)), 0.1)
1899-
Part183.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1899+
lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5,-0.6,-1)*CFrame.Angles(math.rad(-70-20*math.cos(sine/15)),math.rad(0-5*math.sin(sine/15)),math.rad(-1)), 0.2)
1900-
Part183.brickColor = BrickColor.new("Really black")
1900+
rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5,-0.95,0)*CFrame.Angles(math.rad(-30-20*math.cos(sine/15)),math.rad(0+5*math.sin(sine/15)),math.rad(1)), 0.2)
1901-
SpecialMesh184.Parent = Part183
1901+
elseif jumped == true then
1902-
SpecialMesh184.Scale = Vector3.new(0.569999993, 0.125, 0.375)
1902+
didjump = true
1903-
SpecialMesh184.MeshType = Enum.MeshType.Wedge
1903+
jumppower = root.Velocity.Y
1904-
Part185.Parent = Model0
1904+
hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, -.1) * CFrame.Angles(0,0,0), 0.4)
1905-
Part185.CFrame = CFrame.new(-0.61852932, 3.41544771, -10.4871407, 0.999985635, -0.00162795314, 0.00510659395, 0.00513652712, 0.0189461038, -0.999807417, 0.00153088907, 0.999819279, 0.0189541951)
1905+
hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.Angles(math.rad(-velocityYFall3/5),0,0), 0.1)
1906-
Part185.Orientation = Vector3.new(88.8799973, 15.0799999, 15.1700001)
1906+
larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.55-velocityYFall3/70,0)*CFrame.Angles(math.rad(-velocityYFall3/10),math.rad(0),math.rad(velocityYFall)), 0.2)
1907-
Part185.Position = Vector3.new(-0.61852932, 3.41544771, -10.4871407)
1907+
rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.55-velocityYFall3/70,0)*CFrame.Angles(math.rad(-velocityYFall3/10),math.rad(0),math.rad(-velocityYFall)), 0.2)
1908-
Part185.Rotation = Vector3.new(88.909996, 0.289999992, 0.0899999961)
1908+
torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, -0.5, 0) * CFrame.Angles(math.rad(velocityYFall3/10),math.rad(0), math.rad(0)), 0.1)
1909-
Part185.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1909+
lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5,-0.925,0)*CFrame.Angles(math.rad(-35),math.rad(0),math.rad(-2)), 0.2)
1910-
Part185.Velocity = Vector3.new(3.07410488e-08, 0.00247419602, 4.03969523e-07)
1910+
rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5,0,-0.8)*CFrame.Angles(math.rad(-25),math.rad(0),math.rad(2)), 0.2)
1911-
Part185.Size = Vector3.new(0.270000011, 0.21875, 0.234375)
1911+
elseif (torso.Velocity*Vector3.new(1, 0, 1)).magnitude < 5 then
1912-
Part185.Anchored = true
1912+
hed.Weld.C0 = Lerp(hed.Weld.C0, CFrame.new(0, 1.5, -.1) * CFrame.Angles(math.rad((torso.Velocity*Vector3.new(1, 0, 1)).magnitude/35),0, 0), 0.4)
1913-
Part185.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1913+
hed.Weld.C1 = Lerp(hed.Weld.C1, CFrame.Angles(0.05*math.sin(sine/16)+0.15,0.05*math.cos(sine/32),0.01*math.cos(sine/32)), 0.1)
1914-
Part185.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1914+
larm.Weld.C0 = Lerp(larm.Weld.C0, CFrame.new(-1.5,0.55-(0.1)*math.cos(sine/16)/3,-0.05-0.1*math.cos(sine/16))*CFrame.Angles(math.rad(-2+4*math.cos(sine/16)),math.rad(-5-5*math.sin(sine/16)),math.rad(-6+2*math.cos(sine/16))), 0.2)
1915-
Part185.BrickColor = BrickColor.new("Really black")
1915+
rarm.Weld.C0 = Lerp(rarm.Weld.C0, CFrame.new(1.5,0.55-(0.1)*math.cos(sine/16)/3,-0.05-0.1*math.cos(sine/16))*CFrame.Angles(math.rad(170+4*math.cos(sine/16)),math.rad(5+5*math.sin(sine/16)),math.rad(-20-2*math.cos(sine/16))), 0.2)
1916-
Part185.CanCollide = false
1916+
torso.Weld.C0 = Lerp(torso.Weld.C0, CFrame.new(0, (-0.5-(0.1)*math.cos(sine/16)-hum.HipHeight)+0.5*math.sin(sine/15), -0.1*math.cos(sine/16)) * CFrame.Angles(math.rad(-2-4*math.cos(sine/16)),math.rad(0), math.rad(0-1*math.cos(sine/32))), 0.1)
1917-
Part185.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1917+
lleg.Weld.C0 = Lerp(lleg.Weld.C0, CFrame.new(-0.5,-0.2+(0.1)*math.cos(sine/16),-1)*CFrame.Angles(math.rad(-50+2*math.cos(sine/16)),math.rad(-10+2*math.cos(sine/16)),math.rad(-1+1*math.cos(sine/32))), 0.2)
1918-
Part185.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1918+
rleg.Weld.C0 = Lerp(rleg.Weld.C0, CFrame.new(0.5,-0.95+(0.1)*math.cos(sine/16),0)*CFrame.Angles(math.rad(10+2*math.cos(sine/16)),math.rad(10-2*math.cos(sine/16)),math.rad(1+1*math.cos(sine/32))), 0.2)
1919-
Part185.Material = Enum.Material.Metal
1919+
1920-
Part185.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1920+
1921-
Part185.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
1921+
l1.C0 = CFrame.new(-0.8,0.8,0.5)*CFrame.Angles(0,0.2,-0.1+0.6*math.cos(sine/15))
1922-
Part185.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1922+
r1.C0 = CFrame.new(0.8,0.8,0.5)*CFrame.Angles(0,-0.2,0.1-0.6*math.cos(sine/15))
1923-
Part185.brickColor = BrickColor.new("Really black")
1923+
1924-
SpecialMesh186.Parent = Part185
1924+
l2.C0 = CFrame.new(-0.8,0.4,0.5)*CFrame.Angles(0,0.4,0.5*math.cos(sine/15))
1925-
SpecialMesh186.Scale = Vector3.new(0.5, 0.5, 0.5)
1925+
r2.C0 = CFrame.new(0.8,0.4,0.5)*CFrame.Angles(0,-0.4,-0.5*math.cos(sine/15))
1926-
SpecialMesh186.MeshType = Enum.MeshType.Wedge
1926+
1927-
Part187.Parent = Model0
1927+
l3.C0 = CFrame.new(-0.8,0,0.5)*CFrame.Angles(0,0.6,0.1+0.5*math.cos(sine/15))
1928-
Part187.CFrame = CFrame.new(-0.608188927, 3.09825993, -16.1759663, -0.999985635, 0.00519088237, -0.00133629935, -0.0051367199, -0.999273539, -0.0377651006, -0.0015313623, -0.0377576947, 0.999285877)
1928+
r3.C0 = CFrame.new(0.8,0,0.5)*CFrame.Angles(0,-0.6,-0.1-0.5*math.cos(sine/15))
1929-
Part187.Orientation = Vector3.new(2.15999985, -0.0799999982, -179.709991)
1929+
if didjump == true and jumped == false and jumppower < 0 then
1930-
Part187.Position = Vector3.new(-0.608188927, 3.09825993, -16.1759663)
1930+
didjump = false
1931-
Part187.Rotation = Vector3.new(2.15999985, -0.0799999982, -179.699997)
1931+
jumpimpact()
1932-
Part187.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
1932+
1933-
Part187.Velocity = Vector3.new(8.10360774e-08, 0.00246234378, 1.06490097e-06)
1933+
if math.sin(sine/15) < -0.5 and woosh == false and jumped == false then
1934-
Part187.Size = Vector3.new(0.275000006, 0.235124931, 1.6693753)
1934+
Effect(559831844,Vector3.new(0.001,0.001,0.001),0,Enum.Material.Neon,Color3.fromHSV(0,0,1),endPoint,Vector3.new(90,0,0),Vector3.new(0,0.1,0),Vector3.new(0.05,0.05,0.05),Vector3.new(),0.01,-0.0005)
1935-
Part187.Anchored = true
1935+
Effect(559831844,Vector3.new(0.001,0.001,1),0,Enum.Material.Neon,Color3.fromHSV(0,0,1),endPoint,Vector3.new(90,0,0),Vector3.new(0,0,0),Vector3.new(0.05,0.05,0),Vector3.new(),0.005,0)
1936-
Part187.BackSurface = Enum.SurfaceType.SmoothNoOutlines
1936+
woosh = true
1937-
Part187.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
1937+
elseif math.sin(sine/15) > -0.5 then
1938-
Part187.BrickColor = BrickColor.new("Really black")
1938+
woosh = false
1939-
Part187.CanCollide = false
1939+
1940-
Part187.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
1940+
--timeposition = soundz.TimePosition
1941-
Part187.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
1941+
hed.BrickColor = skin_color
1942-
Part187.Material = Enum.Material.Metal
1942+
torso.BrickColor = skin_color
1943-
Part187.RightSurface = Enum.SurfaceType.SmoothNoOutlines
1943+
rarm.BrickColor = skin_color
1944-
Part187.RotVelocity = Vector3.new(-2.08372262e-06, 1.18487212e-14, 1.58565669e-07)
1944+
larm.BrickColor = skin_color
1945-
Part187.TopSurface = Enum.SurfaceType.SmoothNoOutlines
1945+
rleg.BrickColor = skin_color
1946-
Part187.brickColor = BrickColor.new("Really black")
1946+
lleg.BrickColor = skin_color
1947-
SpecialMesh188.Parent = Part187
1947+
sine = sine + change
1948-
SpecialMesh188.Scale = Vector3.new(0.400000006, 1.04999995, 1)
1948+
hum.Health = math.huge
1949-
SpecialMesh188.MeshType = Enum.MeshType.Brick
1949+
hum.MaxHealth = math.huge
1950-
Part189.Parent = Model0
1950+