View difference between Paste ID: Wi2cc4hA and 0qkcGDRu
SHOW: | | - or go back to the newest paste.
1
---IS THIS A JOJO SCRIPT?!?!!?!?
2
---Star Platinum Over Heaven
3
---Made by trollmon123 and tyefoodmania(Crow_Kiyoamsa)
4
---Happy halloween
5
---Last script probably
6
7
---I couldnt make a GUI cuz im lazy so
8
-----KEYDOWNS------
9
--- E(Hold) - OverHeaven Ora Barrages
10
--- R - OverHeaven Strong Hit
11
--- T - OverHeaven Blast
12
--- F - TimeStop
13
--- Z(Can be Spammed) - Stand Jump
14
--- Passive(Ultimate Body)-- This body will give you Faster Health Regeneration
15
------This is a Play Fair script(None of that one shot stuff)
16
17
if game:GetService("RunService"):IsClient() then error("Please run as a server script. Use h/ instead of hl/.") end
18
print("FE Compatibility: by WaverlyCole & Mokiros")
19
InternalData = {}
20
do
21
    script.Parent = owner.Character
22
    local Event = Instance.new("RemoteEvent")
23
    Event.Name = "UserInput"
24
    local function NewFakeEvent()
25
        local Fake = {fakeEvent=true,Connect=function(self,Func)self.Function=Func end}Fake.connect = Fake.Connect
26
        return Fake
27
    end
28
    local Mouse = {Target=nil,Hit=CFrame.new(),KeyUp=NewFakeEvent(),KeyDown=NewFakeEvent(),Button1Up=NewFakeEvent(),Button1Down=NewFakeEvent()}
29
    local UserInputService = {InputBegan=NewFakeEvent(),InputEnded=NewFakeEvent()}
30
    local ContextActionService = {Actions={},BindAction = function(self,actionName,Func,touch,...)
31
        self.Actions[actionName] = Func and {Name=actionName,Function=Func,Keys={...}} or nil
32
    end};ContextActionService.UnBindAction = ContextActionService.BindAction
33
    local function TriggerEvent(self,Event,...)
34
        local Trigger = Mouse[Event]
35
        if Trigger and Trigger.fakeEvent and Trigger.Function then
36
            Trigger.Function(...)
37
        end
38
    end
39
    Mouse.TrigEvent = TriggerEvent
40
    UserInputService.TrigEvent = TriggerEvent
41
    Event.OnServerEvent:Connect(function(FiredBy,Input)
42
        if FiredBy.Name ~= owner.Name then end
43
        if Input.MouseEvent then
44
            Mouse.Target = Input.Target
45
            Mouse.Hit = Input.Hit
46
        else
47
            local Begin = Input.UserInputState == Enum.UserInputState.Begin
48
            if Input.UserInputType == Enum.UserInputType.MouseButton1 then
49
                return Mouse:TrigEvent(Begin and "Button1Down" or "Button1Up")
50
            end
51
            for _,Action in pairs(ContextActionService.Actions) do
52
                for _,Key in pairs(Action.Keys) do
53
                    if Key==Input.KeyCode then
54
                        Action.Function(Action.Name,Input.UserInputState,Input)
55
                    end
56
                end
57
            end
58
            Mouse:TrigEvent(Begin and "KeyDown" or "KeyUp",Input.KeyCode.Name:lower())
59
            UserInputService:TrigEvent(Begin and "InputBegan" or "InputEnded",Input,false)
60
        end
61
    end)
62
    InternalData["Mouse"] = Mouse
63
    InternalData["ContextActionService"] = ContextActionService
64
    InternalData["UserInputService"] = UserInputService
65
    Event.Parent = NLS([[
66
        local Player = owner
67
        local Event = script:WaitForChild("UserInput")
68
        local UserInputService = game:GetService("UserInputService")
69
        local Mouse = Player:GetMouse()
70
        local Input = function(Input,gameProcessedEvent)
71
            if gameProcessedEvent then return end
72
            Event:FireServer({KeyCode=Input.KeyCode,UserInputType=Input.UserInputType,UserInputState=Input.UserInputState})
73
        end
74
        UserInputService.InputBegan:Connect(Input)
75
        UserInputService.InputEnded:Connect(Input)
76
        local Hit,Target
77
        while wait(1/30) do
78
            if Hit ~= Mouse.Hit or Target ~= Mouse.Target then
79
                Hit,Target = Mouse.Hit,Mouse.Target
80
                Event:FireServer({["MouseEvent"]=true,["Target"]=Target,["Hit"]=Hit})
81
            end
82
        end
83
    ]],owner.Character)
84
end
85
RealGame = game;game = setmetatable({},{
86
    __index = function (self,Index)
87
        local Sandbox = function (Thing)
88
            if Thing:IsA("Player") then
89
                local RealPlayer = Thing
90
                return setmetatable({},{
91
                    __index = function (self,Index)
92
                        local Type = type(RealPlayer[Index])
93
                        if Type == "function" then
94
                            if Index:lower() == "getmouse" or Index:lower() == "mouse" then
95
                                return function (self)
96
                                    return InternalData["Mouse"]
97
                                end
98
                            end
99
                            return function (self,...)
100
                                return RealPlayer[Index](RealPlayer,...)
101
                            end
102
                        else
103
                            return RealPlayer[Index]
104
                        end
105
                    end;
106
                    __tostring = function(self)
107
                        return RealPlayer.Name
108
                    end
109
                })
110
            end
111
        end
112
        if RealGame[Index] then
113
            local Type = type(RealGame[Index])
114
            if Type == "function" then
115
                if Index:lower() == "getservice" or Index:lower() == "service" then
116
                    return function (self,Service)
117
                        if Service:lower() == "players" then
118
                            return setmetatable({},{
119
                                __index = function (self2,Index2)
120
                                    local RealService = RealGame:GetService(Service)
121
                                    local Type2 = type(Index2)
122
                                    if Type2 == "function" then
123
                                        return function (self,...)
124
                                            return RealService[Index2](RealService,...)
125
                                        end
126
                                    else
127
                                        if Index2:lower() == "localplayer" then
128
                                            return Sandbox(owner)
129
                                        end
130
                                        return RealService[Index2]
131
                                    end
132
                                end;
133
                                __tostring = function(self)
134
                                    return RealGame:GetService(Service).Name
135
                                end
136
                            })
137
                        elseif Service:lower() == "contextactionservice" then
138
                            return InternalData["ContextActionService"]
139
                        elseif Service:lower() == "contextactionservice" then
140
                            return InternalData["UserInputService"]
141
                        elseif Service:lower() == "runservice" then
142
                            return setmetatable({},{
143
                                __index = function(self2,Index2)
144
                                    local RealService = RealGame:GetService(Service)
145
                                    local Type2 = type(Index2)
146
                                    if Type2 == "function" then
147
                                        return function (self,...)
148
                                            return RealService[Index2](RealService,...)
149
                                        end
150
                                    else
151
                                        if Index2:lower() == "bindtorenderstep" then
152
                                            return function (self,Name,Priority,Function)
153
                                                return RealGame:GetService("RunService").Stepped:Connect(Function)
154
                                            end
155
                                        end
156
                                        if Index2:lower() == "renderstepped" then
157
                                            return RealService["Stepped"]
158
                                        end
159
                                        return RealService[Index2]
160
                                    end
161
                                end
162
                            })
163
                        else
164
                            return RealGame:GetService(Service)
165
                        end
166
                    end
167
                end
168
                return function (self,...)
169
                    return RealGame[Index](RealGame,...)
170
                end
171
            else
172
                if game:GetService(Index) then
173
                    return game:GetService(Index)
174
                end
175
                return RealGame[Index]
176
            end
177
        else
178
            return nil
179
        end
180
    end
181
});Game = game;owner = game:GetService("Players").LocalPlayer
182
print("Complete! Running...")
183
184
wait(0.1)
185
local Player = game.Players.LocalPlayer
186
local Character = Player.Character
187
local Humanoid = Character.Humanoid
188
local Mouse = Player:GetMouse()
189
local LeftArm = Character["Left Arm"]
190
local RightArm = Character["Right Arm"]
191
local LeftLeg = Character["Left Leg"]
192
local RightLeg = Character["Right Leg"]
193
local Head = Character.Head
194
local Torso = Character.Torso
195
local Camera = game.Workspace.CurrentCamera
196
local RootPart = Character.HumanoidRootPart
197
local RootJoint = RootPart.RootJoint
198
local Pause = false
199
local attack = false
200
local Change = false
201
local DDZ = false
202
local LOL = false
203
local Anim = 'Idle'
204
local attacktype = 1
205
local delays = false
206
local play = true
207
local Time = 7
208
local targetted = nil
209
local Torsovelocity = (RootPart.Velocity * Vector3.new(1, 0, 1)).magnitude 
210
local velocity = RootPart.Velocity.y
211
local sine = 0
212
local change = 1
213
local D = false
214
Loop = false
215
local DD = false
216
local doe = 0
217
local Create = LoadLibrary("RbxUtility").Create
218
local Stand = Instance.new("Model",Character)
219
Stand.Name = "Stand"
220
local ST = Instance.new("Part",Stand)
221
ST.Size = Vector3.new(2,2,1)
222-
ST.BrickColor = BrickColor.new("White")
222+
ST.BrickColor = BrickColor.new("Blue")
223
ST.CanCollide = false
224
local ST2 = Instance.new("SpecialMesh",ST)
225
ST2.MeshId = "rbxasset://fonts/torso.mesh"
226
ST2.Scale = Vector3.new(1,1,1)
227
local ST3 = Instance.new("Weld",ST)
228
ST3.Part0 = RootPart
229
ST3.Part1 = ST
230
ST3.C0 = CFrame.new(0,0,0)
231
local SH = Instance.new("Part",Stand)
232
SH.Size = Vector3.new(1.25,1.25,1.25)
233
SH.CanCollide = false
234-
SH.BrickColor = BrickColor.new("White")
234+
SH.BrickColor = BrickColor.new("Blue")
235
local SH2 = Instance.new("SpecialMesh",SH)
236
SH2.MeshType = "Head"
237
SH2.Scale = Vector3.new(1,1,1)
238
local SH2 = Instance.new("Weld",SH)
239
SH2.Part0 = ST
240
SH2.Part1 = SH
241
SH2.C0 = CFrame.new(0,1.5,0)
242
local SRA = Instance.new("Part",Stand)
243
SRA.Size = Vector3.new(1,2,1)
244
SRA.CanCollide = false
245-
SRA.BrickColor = BrickColor.new("White")
245+
SRA.BrickColor = BrickColor.new("Blue")
246
local SRA2 = Instance.new("SpecialMesh",SRA)
247
SRA2.MeshId = "rbxasset://fonts/rightarm.mesh"
248
SRA2.Scale = Vector3.new(1,1,1)
249
local SRA3 = Instance.new("Weld",SRA)
250
SRA3.Part0 = ST
251
SRA3.Part1 = SRA
252
SRA3.C0 = CFrame.new(1.5,0,0)
253
local SLA = Instance.new("Part",Stand)
254
SLA.Size = Vector3.new(1,2,1)
255
SLA.CanCollide = false
256-
SLA.BrickColor = BrickColor.new("White")
256+
SLA.BrickColor = BrickColor.new("Blue")
257
local SLA2 = Instance.new("SpecialMesh",SLA)
258
SLA2.MeshId = "rbxasset://fonts/leftarm.mesh"
259
SLA2.Scale = Vector3.new(1,1,1)
260
local SLA3 = Instance.new("Weld",SLA)
261
SLA3.Part0 = ST
262
SLA3.Part1 = SLA
263
SLA3.C0 = CFrame.new(-1.5,0,0)
264
local SRL = Instance.new("Part",Stand)
265
SRL.Size = Vector3.new(1,2,1)
266
SRL.CanCollide = false
267-
SRL.BrickColor = BrickColor.new("White")
267+
SRL.BrickColor = BrickColor.new("Blue")
268
local SRL2 = Instance.new("SpecialMesh",SRL)
269
SRL2.MeshId = "rbxasset://fonts/rightleg.mesh"
270
SRL2.Scale = Vector3.new(1,1,1)
271
local SRL3 = Instance.new("Weld",SRL)
272
SRL3.Part0 = ST
273
SRL3.Part1 = SRL
274
SRL3.C0 = CFrame.new(0.5,-2,0)
275
local SLL = Instance.new("Part",Stand)
276
SLL.Size = Vector3.new(1,2,1)
277
SLL.CanCollide = false
278-
SLL.BrickColor = BrickColor.new("White")
278+
SLL.BrickColor = BrickColor.new("Blue")
279
local SLL2 = Instance.new("SpecialMesh",SLL)
280
SLL2.MeshId = "rbxasset://fonts/leftleg.mesh"
281
SLL2.Scale = Vector3.new(1,1,1)
282
local SLL3 = Instance.new("Weld",SLL)
283
SLL3.Part0 = ST
284
SLL3.Part1 = SLL
285
SLL3.C0 = CFrame.new(-0.5,-2,0)
286
local FlA = Instance.new("ParticleEmitter",SRA)
287
FlA.Texture = "rbxassetid://263837009"
288
FlA.Size = NumberSequence.new(0.6)
289
FlA.Rotation = NumberRange.new(-100, 100)
290
FlA.RotSpeed = NumberRange.new(-200, 200)
291
FlA.Transparency = NumberSequence.new(0,1)
292
FlA.Speed = NumberRange.new(0.1)
293
FlA.ZOffset = -0.1
294
FlA.Lifetime = NumberRange.new(1)
295
FlA.Rate = 1111
296
FlA.LockedToPart = true
297
FlA.LightEmission = 1
298
FlA.VelocitySpread = 12121
299
local ZZA = Instance.new("ParticleEmitter",SRA)
300
ZZA.Texture = "rbxasset://textures/particles/sparkles_main.dds"
301
ZZA.Size = NumberSequence.new(0.005)
302
ZZA.Color = ColorSequence.new(Color3.fromRGB(255,255,255))
303
ZZA.RotSpeed = NumberRange.new(-200, 200)
304
ZZA.Transparency = NumberSequence.new(0.7)
305
ZZA.Lifetime = NumberRange.new(1)
306
ZZA.Speed = NumberRange.new(0.48)
307
ZZA.Rate = 1231231
308
ZZA.ZOffset = 0.1
309
ZZA.LockedToPart = true
310
ZZA.LightEmission = 1e9
311
ZZA.LightInfluence = 1e9
312
local FlA1 = Instance.new("ParticleEmitter",SLA)
313
FlA1.Texture = "rbxassetid://263837009"
314
FlA1.Size = NumberSequence.new(0.6)
315
FlA1.Rotation = NumberRange.new(-100, 100)
316
FlA1.RotSpeed = NumberRange.new(-200, 200)
317
FlA1.Transparency = NumberSequence.new(0,1)
318
FlA1.Speed = NumberRange.new(0.1)
319
FlA1.ZOffset = -0.1
320
FlA1.Lifetime = NumberRange.new(1)
321
FlA1.Rate = 1111
322
FlA1.LockedToPart = true
323
FlA1.LightEmission = 1
324
FlA1.VelocitySpread = 12121
325
local ZZA1 = Instance.new("ParticleEmitter",SLA)
326
ZZA1.Texture = "rbxasset://textures/particles/sparkles_main.dds"
327
ZZA1.Size = NumberSequence.new(0.005)
328
ZZA1.Color = ColorSequence.new(Color3.fromRGB(255,255,255))
329
ZZA1.RotSpeed = NumberRange.new(-200, 200)
330
ZZA1.Transparency = NumberSequence.new(0.7)
331
ZZA1.Lifetime = NumberRange.new(1)
332
ZZA1.Speed = NumberRange.new(0.48)
333
ZZA1.Rate = 1231231
334
ZZA1.ZOffset = 0.1
335
ZZA1.LockedToPart = true
336
ZZA1.LightEmission = 1e9
337
ZZA1.LightInfluence = 1e9
338
local FlA2 = Instance.new("ParticleEmitter",ST)
339
FlA2.Texture = "rbxassetid://263837009"
340
FlA2.Size = NumberSequence.new(0.6)
341
FlA2.Rotation = NumberRange.new(-100, 100)
342
FlA2.RotSpeed = NumberRange.new(-200, 200)
343
FlA2.Transparency = NumberSequence.new(0,1)
344
FlA2.Speed = NumberRange.new(0.1)
345
FlA2.ZOffset = -0.1
346
FlA2.Lifetime = NumberRange.new(1)
347
FlA2.Rate = 1111
348
FlA2.LockedToPart = true
349
FlA2.LightEmission = 1
350
FlA2.VelocitySpread = 12121
351
local ZZA2 = Instance.new("ParticleEmitter",ST)
352
ZZA2.Texture = "rbxasset://textures/particles/sparkles_main.dds"
353
ZZA2.Size = NumberSequence.new(0.005)
354
ZZA2.Color = ColorSequence.new(Color3.fromRGB(255,255,255))
355
ZZA2.RotSpeed = NumberRange.new(-200, 200)
356
ZZA2.Transparency = NumberSequence.new(0.7)
357
ZZA2.Lifetime = NumberRange.new(1)
358
ZZA2.Speed = NumberRange.new(0.48)
359
ZZA2.Rate = 1231231
360
ZZA2.ZOffset = 0.1
361
ZZA2.LockedToPart = true
362
ZZA2.LightEmission = 1e9
363
ZZA2.LightInfluence = 1e9
364
local FlA3 = Instance.new("ParticleEmitter",SRL)
365
FlA3.Texture = "rbxassetid://263837009"
366
FlA3.Size = NumberSequence.new(0.6)
367
FlA3.Rotation = NumberRange.new(-100, 100)
368
FlA3.RotSpeed = NumberRange.new(-200, 200)
369
FlA3.Transparency = NumberSequence.new(0,1)
370
FlA3.Speed = NumberRange.new(0.1)
371
FlA3.ZOffset = -0.1
372
FlA3.Lifetime = NumberRange.new(1)
373
FlA3.Rate = 1111
374
FlA3.LockedToPart = true
375
FlA3.LightEmission = 1
376
FlA3.VelocitySpread = 12121
377
local ZZA3 = Instance.new("ParticleEmitter",SRL)
378
ZZA3.Texture = "rbxasset://textures/particles/sparkles_main.dds"
379
ZZA3.Size = NumberSequence.new(0.005)
380
ZZA3.Color = ColorSequence.new(Color3.fromRGB(255,255,255))
381
ZZA3.RotSpeed = NumberRange.new(-200, 200)
382
ZZA3.Transparency = NumberSequence.new(0.7)
383
ZZA3.Lifetime = NumberRange.new(1)
384
ZZA3.Speed = NumberRange.new(0.48)
385
ZZA3.Rate = 1231231
386
ZZA3.ZOffset = 0.1
387
ZZA3.LockedToPart = true
388
ZZA3.LightEmission = 1e9
389
ZZA3.LightInfluence = 1e9
390
local FlA4 = Instance.new("ParticleEmitter",SLL)
391
FlA4.Texture = "rbxassetid://263837009"
392
FlA4.Size = NumberSequence.new(0.6)
393
FlA4.Rotation = NumberRange.new(-100, 100)
394
FlA4.RotSpeed = NumberRange.new(-200, 200)
395
FlA4.Transparency = NumberSequence.new(0,1)
396
FlA4.Speed = NumberRange.new(0.1)
397
FlA4.ZOffset = -0.1
398
FlA4.Lifetime = NumberRange.new(1)
399
FlA4.Rate = 1111
400
FlA4.LockedToPart = true
401
FlA4.LightEmission = 1
402
FlA4.VelocitySpread = 12121
403
local ZZA4 = Instance.new("ParticleEmitter",SLL)
404
ZZA4.Texture = "rbxasset://textures/particles/sparkles_main.dds"
405
ZZA4.Size = NumberSequence.new(0.005)
406
ZZA4.Color = ColorSequence.new(Color3.fromRGB(255,255,255))
407
ZZA4.RotSpeed = NumberRange.new(-200, 200)
408
ZZA4.Transparency = NumberSequence.new(0.7)
409
ZZA4.Lifetime = NumberRange.new(1)
410
ZZA4.Speed = NumberRange.new(0.48)
411
ZZA4.Rate = 1231231
412
ZZA4.ZOffset = 0.1
413
ZZA4.LockedToPart = true
414
ZZA4.LightEmission = 1e9
415
ZZA4.LightInfluence = 1e9
416
local FlA5 = Instance.new("ParticleEmitter",SH)
417
FlA5.Texture = "rbxassetid://263837009"
418
FlA5.Size = NumberSequence.new(0.6)
419
FlA5.Rotation = NumberRange.new(-100, 100)
420
FlA5.RotSpeed = NumberRange.new(-200, 200)
421
FlA5.Transparency = NumberSequence.new(0,1)
422
FlA5.Speed = NumberRange.new(0.1)
423
FlA5.ZOffset = -0.1
424
FlA5.Lifetime = NumberRange.new(1)
425
FlA5.Rate = 20
426
FlA5.LockedToPart = true
427
FlA5.LightEmission = 1
428
FlA5.VelocitySpread = 12121
429
local ZZA5 = Instance.new("ParticleEmitter",SH)
430
ZZA5.Texture = "rbxasset://textures/particles/sparkles_main.dds"
431
ZZA5.Size = NumberSequence.new(0.005)
432
ZZA5.Color = ColorSequence.new(Color3.fromRGB(255,255,255))
433
ZZA5.RotSpeed = NumberRange.new(-200, 200)
434
ZZA5.Transparency = NumberSequence.new(0.7)
435
ZZA5.Lifetime = NumberRange.new(1)
436
ZZA5.Speed = NumberRange.new(0.48)
437
ZZA5.Rate = 1231233
438
ZZA5.ZOffset = 0.1
439
ZZA5.LockedToPart = true
440
ZZA5.LightEmission = 1e9
441
ZZA5.LightInfluence = 1e9
442
FlA.Enabled = false
443
FlA1.Enabled = false
444
FlA2.Enabled = false
445
FlA3.Enabled = false
446
FlA4.Enabled = false
447
FlA5.Enabled = false
448
ZZA.Enabled= false
449
ZZA1.Enabled = false
450
ZZA2.Enabled = false
451
ZZA3.Enabled = false
452
ZZA4.Enabled = false
453
ZZA5.Enabled = false
454
local Face = Instance.new("Decal",SH)
455
Face.Face = "Front"
456
Face.Texture = "rbxassetid://1692604813"
457
local StarH = Instance.new("Part",Stand)
458-
StarH.BrickColor = BrickColor.new("Institutional white")
458+
StarH.BrickColor = BrickColor.new("Blue")
459
StarH.CanCollide = false
460
local StarH2 = Instance.new("SpecialMesh",StarH)
461
StarH2.MeshId = "rbxassetid://874044556"
462
StarH2.Scale = Vector3.new(0.04,0.035,0.037)
463
local StarH3 = Instance.new("Weld",StarH)
464
StarH3.Part0 = SH
465
StarH3.Part1 = StarH
466
StarH3.C0 = CFrame.new(0,0.7,0.4)*CFrame.Angles(0,0,0)
467
local Scarf = Instance.new("Part",Stand)
468-
Scarf.BrickColor = BrickColor.new("Pastel yellow")
468+
Scarf.BrickColor = BrickColor.new("Blue")
469
Scarf.CanCollide = false
470
local Scarf2 = Instance.new("SpecialMesh",Scarf)
471
Scarf2.MeshId = "rbxassetid://873798502"
472
Scarf2.Scale = Vector3.new(0.013,0.015,0.013)
473
local Scarf3 = Instance.new("Weld",Scarf)
474
Scarf3.Part0 = SH
475
Scarf3.Part1 = Scarf
476
Scarf3.C0 = CFrame.new(0,-0.44,0)*CFrame.Angles(0,0,0)
477
local Clot = Instance.new("Part",Stand)
478-
Clot.BrickColor = BrickColor.new("Pastel yellow")
478+
Clot.BrickColor = BrickColor.new("Blue")
479
Clot.CanCollide = false
480
local Clot2 = Instance.new("SpecialMesh",Clot)
481
Clot2.MeshId = "rbxassetid://874045262"
482
Clot2.Scale = Vector3.new(0.012,0.013,0.012)
483
local Clot3 = Instance.new("Weld",Clot)
484
Clot3.Part0 = ST
485
Clot3.Part1 = Clot
486
Clot3.C0 = CFrame.new(0,-1.9,-0.55)*CFrame.Angles(0.06,0,0)
487
local BClot = Instance.new("Part",Stand)
488-
BClot.BrickColor = BrickColor.new("Pastel yellow")
488+
BClot.BrickColor = BrickColor.new("Blue")
489
BClot.CanCollide = false
490
local BClot2 = Instance.new("SpecialMesh",BClot)
491
BClot2.MeshId = "rbxassetid://874045262"
492
BClot2.Scale = Vector3.new(0.012,0.013,0.012)
493
local BClot3 = Instance.new("Weld",BClot)
494
BClot3.Part0 = ST
495
BClot3.Part1 = BClot
496
BClot3.C0 = CFrame.new(0,-1.9,0.55)*CFrame.Angles(-0.06,3.1,0)
497
local Shoulder = Instance.new("Part",Stand)
498-
Shoulder.BrickColor = BrickColor.new("Pastel yellow")
498+
Shoulder.BrickColor = BrickColor.new("Blue")
499
Shoulder.CanCollide = false
500
local Shoulder2 = Instance.new("SpecialMesh",Shoulder)
501
Shoulder2.MeshId = "rbxassetid://874040321"
502
Shoulder2.Scale = Vector3.new(0.015,0.015,0.015)
503
local Shoulder3 = Instance.new("Weld",Shoulder)
504
Shoulder3.Part0 = SRA
505
Shoulder3.Part1 = Shoulder
506
Shoulder3.C0 = CFrame.new(0.2,0.9,0)*CFrame.Angles(0,0,0)
507
local OtShoulder = Instance.new("Part",Stand)
508-
OtShoulder.BrickColor = BrickColor.new("Pastel yellow")
508+
OtShoulder.BrickColor = BrickColor.new("Blue")
509
OtShoulder.CanCollide = false
510
local OtShoulder2 = Instance.new("SpecialMesh",OtShoulder)
511
OtShoulder2.MeshId = "rbxassetid://874040321"
512
OtShoulder2.Scale = Vector3.new(0.015,0.015,0.015)
513
local OtShoulder3 = Instance.new("Weld",OtShoulder)
514
OtShoulder3.Part0 = SLA
515
OtShoulder3.Part1 = OtShoulder
516
OtShoulder3.C0 = CFrame.new(-0.2,0.9,0)*CFrame.Angles(0,3.1,0)
517
local Abs = Instance.new("Part",Stand)
518-
Abs.BrickColor = BrickColor.new("Institutional white")
518+
Abs.BrickColor = BrickColor.new("Black")
519
Abs.CanCollide = false
520
local Abs2 = Instance.new("SpecialMesh",Abs)
521
Abs2.MeshId = "rbxassetid://958074736"
522
Abs2.Scale = Vector3.new(0.009,0.01,0.01)
523
local Abs3 = Instance.new("Weld",Abs)
524
Abs3.Part0 = ST
525
Abs3.Part1 = Abs
526
Abs3.C0 = CFrame.new(0, 0.1, -0.5)*CFrame.Angles(-12.4,0,0)
527
Humanoid.Animator.Parent = nil
528
Character.Animate.Parent = nil
529
mas = Instance.new("Model",game:GetService("Lighting"))
530
WeldConstraint0 = Instance.new("WeldConstraint")
531
WeldConstraint1 = Instance.new("WeldConstraint")
532
WeldConstraint2 = Instance.new("WeldConstraint")
533
WeldConstraint3 = Instance.new("WeldConstraint")
534
WeldConstraint4 = Instance.new("WeldConstraint")
535
WeldConstraint5 = Instance.new("WeldConstraint")
536
WeldConstraint6 = Instance.new("WeldConstraint")
537
WeldConstraint7 = Instance.new("WeldConstraint")
538
WeldConstraint8 = Instance.new("WeldConstraint")
539
WeldConstraint9 = Instance.new("WeldConstraint")
540
WeldConstraint10 = Instance.new("WeldConstraint")
541
WeldConstraint11 = Instance.new("WeldConstraint")
542
WeldConstraint12 = Instance.new("WeldConstraint")
543
WeldConstraint13 = Instance.new("WeldConstraint")
544
Part14 = Instance.new("Part")
545
Part15 = Instance.new("Part")
546
WeldConstraint16 = Instance.new("WeldConstraint")
547
WeldConstraint17 = Instance.new("WeldConstraint")
548
WeldConstraint18 = Instance.new("WeldConstraint")
549
WeldConstraint19 = Instance.new("WeldConstraint")
550
WeldConstraint20 = Instance.new("WeldConstraint")
551
WeldConstraint21 = Instance.new("WeldConstraint")
552
WeldConstraint22 = Instance.new("WeldConstraint")
553
WeldConstraint23 = Instance.new("WeldConstraint")
554
WeldConstraint24 = Instance.new("WeldConstraint")
555
WeldConstraint25 = Instance.new("WeldConstraint")
556
WeldConstraint26 = Instance.new("WeldConstraint")
557
WeldConstraint27 = Instance.new("WeldConstraint")
558
WeldConstraint28 = Instance.new("WeldConstraint")
559
WeldConstraint29 = Instance.new("WeldConstraint")
560
Part30 = Instance.new("Part")
561
Part31 = Instance.new("Part")
562
Part32 = Instance.new("Part")
563
Part33 = Instance.new("Part")
564
Part34 = Instance.new("Part")
565
Part35 = Instance.new("Part")
566
Part36 = Instance.new("Part")
567
Part37 = Instance.new("Part")
568
Part38 = Instance.new("Part")
569
Part39 = Instance.new("Part")
570
Part40 = Instance.new("Part")
571
Part41 = Instance.new("Part")
572
Part42 = Instance.new("Part")
573
WeldConstraint20.Parent = Part15
574
WeldConstraint20.Part0 = Part15
575
WeldConstraint20.Part1 = Part33
576
WeldConstraint22.Parent = Part15
577
WeldConstraint22.Part0 = Part15
578
WeldConstraint22.Part1 = Part35
579
WeldConstraint21.Parent = Part15
580
WeldConstraint21.Part0 = Part15
581
WeldConstraint21.Part1 = Part34
582
WeldConstraint23.Parent = Part15
583
WeldConstraint23.Part0 = Part15
584
WeldConstraint23.Part1 = Part36
585
WeldConstraint24.Parent = Part15
586
WeldConstraint24.Part0 = Part15
587
WeldConstraint24.Part1 = Part37
588
WeldConstraint25.Parent = Part15
589
WeldConstraint25.Part0 = Part15
590
WeldConstraint25.Part1 = Part38
591
WeldConstraint26.Parent = Part15
592
WeldConstraint26.Part0 = Part15
593
WeldConstraint26.Part1 = Part39
594
WeldConstraint27.Parent = Part15
595
WeldConstraint27.Part0 = Part15
596
WeldConstraint27.Part1 = Part40
597
WeldConstraint29.Parent = Part15
598
WeldConstraint29.Part0 = Part15
599
WeldConstraint29.Part1 = Part42
600
WeldConstraint28.Parent = Part15
601
WeldConstraint28.Part0 = Part15
602
WeldConstraint28.Part1 = Part41
603
WeldConstraint16.Parent = Part15
604
WeldConstraint16.Part0 = Part15
605
WeldConstraint16.Part1 = Part14
606
WeldConstraint17.Parent = Part15
607
WeldConstraint17.Part0 = Part15
608
WeldConstraint17.Part1 = Part30
609
WeldConstraint18.Parent = Part15
610
WeldConstraint18.Part0 = Part15
611
WeldConstraint18.Part1 = Part31
612
WeldConstraint19.Parent = Part15
613
WeldConstraint19.Part0 = Part15
614
WeldConstraint19.Part1 = Part32
615
Part14.Name = "Glove"
616
Part14.Parent = mas
617
Part14.CFrame = CFrame.new(-5.02166224, 2.51579881, -1.10017455, -0.999604464, 0, 0.0281260125, 0, 1, 0, -0.0281260125, 0, -0.999604464)
618
Part14.Orientation = Vector3.new(0, 178.389999, 0)
619
Part14.Position = Vector3.new(-5.02166224, 2.51579881, -1.10017455)
620
Part14.Rotation = Vector3.new(-180, 1.61000001, -180)
621
Part14.Color = Color3.new(0.972549, 0.972549, 0.972549)
622
Part14.Size = Vector3.new(0.830001354, 1.06999958, 1.04000032)
623
Part14.BottomSurface = Enum.SurfaceType.Smooth
624-
Part14.BrickColor = BrickColor.new("Pastel yellow")
624+
Part14.BrickColor = BrickColor.new("Black")
625
Part14.CanCollide = false
626
Part14.Material = Enum.Material.SmoothPlastic
627
Part14.TopSurface = Enum.SurfaceType.Smooth
628-
Part14.brickColor = BrickColor.new("Pastel yellow")
628+
Part14.brickColor = BrickColor.new("Black")
629
Part15.Name = "LeftHandle"
630
Part15.Parent = mas
631
Part15.CFrame = CFrame.new(-5.38319588, 3.51649904, -1.08419061, -0.999990106, 0, 0.00455299765, 0, 1, 0, -0.00455299765, 0, -0.999990106)
632
Part15.Orientation = Vector3.new(0, 179.73999, 0)
633
Part15.Position = Vector3.new(-5.38319588, 3.51649904, -1.08419061)
634
Part15.Rotation = Vector3.new(-180, 0.25999999, -180)
635
Part15.Color = Color3.new(1, 1, 0)
636
Part15.Size = Vector3.new(0.211860612, 0.211860612, 0.211860612)
637
Part15.BottomSurface = Enum.SurfaceType.Smooth
638-
Part15.BrickColor = BrickColor.new("New Yeller")
638+
Part15.BrickColor = BrickColor.new("Black")
639
Part15.CanCollide = false
640
Part15.Material = Enum.Material.SmoothPlastic
641
Part15.TopSurface = Enum.SurfaceType.Smooth
642-
Part15.brickColor = BrickColor.new("New Yeller")
642+
Part15.brickColor = BrickColor.new("black")
643
Part15.Shape = Enum.PartType.Ball
644
WeldConstraint16.Parent = Part15
645
WeldConstraint16.Part0 = Part15
646
WeldConstraint16.Part1 = Part14
647
WeldConstraint17.Parent = Part15
648
WeldConstraint17.Part0 = Part15
649
WeldConstraint17.Part1 = Part30
650
WeldConstraint18.Parent = Part15
651
WeldConstraint18.Part0 = Part15
652
WeldConstraint18.Part1 = Part31
653
WeldConstraint19.Parent = Part15
654
WeldConstraint19.Part0 = Part15
655
WeldConstraint19.Part1 = Part32
656
WeldConstraint20.Parent = Part15
657
WeldConstraint20.Part0 = Part15
658
WeldConstraint20.Part1 = Part33
659
WeldConstraint21.Parent = Part15
660
WeldConstraint21.Part0 = Part15
661
WeldConstraint21.Part1 = Part34
662
WeldConstraint22.Parent = Part15
663
WeldConstraint22.Part0 = Part15
664
WeldConstraint22.Part1 = Part35
665
WeldConstraint23.Parent = Part15
666
WeldConstraint23.Part0 = Part15
667
WeldConstraint23.Part1 = Part36
668
WeldConstraint24.Parent = Part15
669
WeldConstraint24.Part0 = Part15
670
WeldConstraint24.Part1 = Part37
671
WeldConstraint25.Parent = Part15
672
WeldConstraint25.Part0 = Part15
673
WeldConstraint25.Part1 = Part38
674
WeldConstraint26.Parent = Part15
675
WeldConstraint26.Part0 = Part15
676
WeldConstraint26.Part1 = Part39
677
WeldConstraint27.Parent = Part15
678
WeldConstraint27.Part0 = Part15
679
WeldConstraint27.Part1 = Part40
680
WeldConstraint28.Parent = Part15
681
WeldConstraint28.Part0 = Part15
682
WeldConstraint28.Part1 = Part41
683
WeldConstraint29.Parent = Part15
684
WeldConstraint29.Part0 = Part15
685
WeldConstraint29.Part1 = Part42
686
Part30.Parent = mas
687
Part30.CFrame = CFrame.new(-5.44359446, 2.70850396, -0.860742211, -0.999606609, 0, 0.0281260796, 0, 1, 0, -0.0281260796, 0, -0.999606609)
688
Part30.Orientation = Vector3.new(0, 178.389999, 0)
689
Part30.Position = Vector3.new(-5.44359446, 2.70850396, -0.860742211)
690
Part30.Rotation = Vector3.new(-180, 1.61000001, -180)
691
Part30.Color = Color3.new(1, 1, 0)
692
Part30.Size = Vector3.new(0.161860615, 0.161860615, 0.161860615)
693
Part30.BottomSurface = Enum.SurfaceType.Smooth
694-
Part30.BrickColor = BrickColor.new("New Yeller")
694+
Part30.BrickColor = BrickColor.new("Black")
695
Part30.CanCollide = false
696
Part30.Material = Enum.Material.SmoothPlastic
697
Part30.TopSurface = Enum.SurfaceType.Smooth
698-
Part30.brickColor = BrickColor.new("New Yeller")
698+
Part30.brickColor = BrickColor.new("Black")
699
Part30.Shape = Enum.PartType.Ball
700
Part31.Parent = mas
701
Part31.CFrame = CFrame.new(-5.43280172, 2.54659009, -1.24430549, -0.999606609, 0, 0.0281260796, 0, 1, 0, -0.0281260796, 0, -0.999606609)
702
Part31.Orientation = Vector3.new(0, 178.389999, 0)
703
Part31.Position = Vector3.new(-5.43280172, 2.54659009, -1.24430549)
704
Part31.Rotation = Vector3.new(-180, 1.61000001, -180)
705
Part31.Color = Color3.new(1, 1, 0)
706
Part31.Size = Vector3.new(0.161860615, 0.161860615, 0.161860615)
707
Part31.BottomSurface = Enum.SurfaceType.Smooth
708-
Part31.BrickColor = BrickColor.new("New Yeller")
708+
Part31.BrickColor = BrickColor.new("Black")
709
Part31.CanCollide = false
710
Part31.Material = Enum.Material.SmoothPlastic
711
Part31.TopSurface = Enum.SurfaceType.Smooth
712-
Part31.brickColor = BrickColor.new("New Yeller")
712+
Part31.brickColor = BrickColor.new("Black")
713
Part31.Shape = Enum.PartType.Ball
714
Part32.Parent = mas
715
Part32.CFrame = CFrame.new(-5.43926716, 2.70850396, -1.01440942, -0.999606609, 0, 0.0281260796, 0, 1, 0, -0.0281260796, 0, -0.999606609)
716
Part32.Orientation = Vector3.new(0, 178.389999, 0)
717
Part32.Position = Vector3.new(-5.43926716, 2.70850396, -1.01440942)
718
Part32.Rotation = Vector3.new(-180, 1.61000001, -180)
719
Part32.Color = Color3.new(1, 1, 0)
720
Part32.Size = Vector3.new(0.161860615, 0.161860615, 0.161860615)
721
Part32.BottomSurface = Enum.SurfaceType.Smooth
722-
Part32.BrickColor = BrickColor.new("New Yeller")
722+
Part32.BrickColor = BrickColor.new("Black")
723
Part32.CanCollide = false
724
Part32.Material = Enum.Material.SmoothPlastic
725
Part32.TopSurface = Enum.SurfaceType.Smooth
726-
Part32.brickColor = BrickColor.new("New Yeller")
726+
Part32.brickColor = BrickColor.new("Black")
727
Part32.Shape = Enum.PartType.Ball
728
Part33.Parent = mas
729
Part33.CFrame = CFrame.new(-5.43478155, 2.70850396, -1.17381823, -0.999606609, 0, 0.0281260796, 0, 1, 0, -0.0281260796, 0, -0.999606609)
730
Part33.Orientation = Vector3.new(0, 178.389999, 0)
731
Part33.Position = Vector3.new(-5.43478155, 2.70850396, -1.17381823)
732
Part33.Rotation = Vector3.new(-180, 1.61000001, -180)
733
Part33.Color = Color3.new(1, 1, 0)
734
Part33.Size = Vector3.new(0.161860615, 0.161860615, 0.161860615)
735
Part33.BottomSurface = Enum.SurfaceType.Smooth
736-
Part33.BrickColor = BrickColor.new("New Yeller")
736+
Part33.BrickColor = BrickColor.new("Black")
737
Part33.CanCollide = false
738
Part33.Material = Enum.Material.SmoothPlastic
739
Part33.TopSurface = Enum.SurfaceType.Smooth
740-
Part33.brickColor = BrickColor.new("New Yeller")
740+
Part33.brickColor = BrickColor.new("Black")
741
Part33.Shape = Enum.PartType.Ball
742
Part34.Parent = mas
743
Part34.CFrame = CFrame.new(-5.43068886, 2.70850396, -1.31938517, -0.999606609, 0, 0.0281260796, 0, 1, 0, -0.0281260796, 0, -0.999606609)
744
Part34.Orientation = Vector3.new(0, 178.389999, 0)
745
Part34.Position = Vector3.new(-5.43068886, 2.70850396, -1.31938517)
746
Part34.Rotation = Vector3.new(-180, 1.61000001, -180)
747
Part34.Color = Color3.new(1, 1, 0)
748
Part34.Size = Vector3.new(0.161860615, 0.161860615, 0.161860615)
749
Part34.BottomSurface = Enum.SurfaceType.Smooth
750-
Part34.BrickColor = BrickColor.new("New Yeller")
750+
Part34.BrickColor = BrickColor.new("Black")
751
Part34.CanCollide = false
752
Part34.Material = Enum.Material.SmoothPlastic
753
Part34.TopSurface = Enum.SurfaceType.Smooth
754-
Part34.brickColor = BrickColor.new("New Yeller")
754+
Part34.brickColor = BrickColor.new("Black")
755
Part34.Shape = Enum.PartType.Ball
756
Part35.Parent = mas
757
Part35.CFrame = CFrame.new(-5.43728685, 2.54659009, -1.0848968, -0.999606609, 0, 0.0281260796, 0, 1, 0, -0.0281260796, 0, -0.999606609)
758
Part35.Orientation = Vector3.new(0, 178.389999, 0)
759
Part35.Position = Vector3.new(-5.43728685, 2.54659009, -1.0848968)
760
Part35.Rotation = Vector3.new(-180, 1.61000001, -180)
761
Part35.Color = Color3.new(1, 1, 0)
762
Part35.Size = Vector3.new(0.161860615, 0.161860615, 0.161860615)
763
Part35.BottomSurface = Enum.SurfaceType.Smooth
764-
Part35.BrickColor = BrickColor.new("New Yeller")
764+
Part35.BrickColor = BrickColor.new("Black")
765
Part35.CanCollide = false
766
Part35.Material = Enum.Material.SmoothPlastic
767
Part35.TopSurface = Enum.SurfaceType.Smooth
768-
Part35.brickColor = BrickColor.new("New Yeller")
768+
Part35.brickColor = BrickColor.new("Black")
769
Part35.Shape = Enum.PartType.Ball
770
Part36.Parent = mas
771
Part36.CFrame = CFrame.new(-5.44160986, 2.54659009, -0.931219518, -0.999606609, 0, 0.0281260796, 0, 1, 0, -0.0281260796, 0, -0.999606609)
772
Part36.Orientation = Vector3.new(0, 178.389999, 0)
773
Part36.Position = Vector3.new(-5.44160986, 2.54659009, -0.931219518)
774
Part36.Rotation = Vector3.new(-180, 1.61000001, -180)
775
Part36.Color = Color3.new(1, 1, 0)
776
Part36.Size = Vector3.new(0.161860615, 0.161860615, 0.161860615)
777
Part36.BottomSurface = Enum.SurfaceType.Smooth
778-
Part36.BrickColor = BrickColor.new("New Yeller")
778+
Part36.BrickColor = BrickColor.new("Black")
779
Part36.Material = Enum.Material.SmoothPlastic
780
Part36.TopSurface = Enum.SurfaceType.Smooth
781
Part36.brickColor = BrickColor.new("Black")
782-
Part36.brickColor = BrickColor.new("New Yeller")
782+
783
Part37.Parent = mas
784
Part37.CFrame = CFrame.new(-5.4347682, 2.38718915, -1.17450416, -0.999606609, 0, 0.0281260796, 0, 1, 0, -0.0281260796, 0, -0.999606609)
785
Part37.Orientation = Vector3.new(0, 178.389999, 0)
786
Part37.Position = Vector3.new(-5.4347682, 2.38718915, -1.17450416)
787
Part37.Rotation = Vector3.new(-180, 1.61000001, -180)
788
Part37.Color = Color3.new(1, 1, 0)
789
Part37.Size = Vector3.new(0.161860615, 0.161860615, 0.161860615)
790
Part37.BottomSurface = Enum.SurfaceType.Smooth
791
Part37.BrickColor = BrickColor.new("Black")
792-
Part37.BrickColor = BrickColor.new("New Yeller")
792+
793
Part37.Material = Enum.Material.SmoothPlastic
794
Part37.TopSurface = Enum.SurfaceType.Smooth
795
Part37.brickColor = BrickColor.new("Black")
796-
Part37.brickColor = BrickColor.new("New Yeller")
796+
797
Part38.Parent = mas
798
Part38.CFrame = CFrame.new(-5.43925047, 2.38718915, -1.01509559, -0.999606609, 0, 0.0281260796, 0, 1, 0, -0.0281260796, 0, -0.999606609)
799
Part38.Orientation = Vector3.new(0, 178.389999, 0)
800
Part38.Position = Vector3.new(-5.43925047, 2.38718915, -1.01509559)
801
Part38.Rotation = Vector3.new(-180, 1.61000001, -180)
802
Part38.Color = Color3.new(1, 1, 0)
803
Part38.Size = Vector3.new(0.161860615, 0.161860615, 0.161860615)
804
Part38.BottomSurface = Enum.SurfaceType.Smooth
805
Part38.BrickColor = BrickColor.new("Black")
806-
Part38.BrickColor = BrickColor.new("New Yeller")
806+
807
Part38.Material = Enum.Material.SmoothPlastic
808
Part38.TopSurface = Enum.SurfaceType.Smooth
809
Part38.brickColor = BrickColor.new("Black")
810-
Part38.brickColor = BrickColor.new("New Yeller")
810+
811
Part39.Parent = mas
812
Part39.CFrame = CFrame.new(-5.43697119, 2.22288823, -1.09609091, -0.999606609, 0, 0.0281260796, 0, 1, 0, -0.0281260796, 0, -0.999606609)
813
Part39.Orientation = Vector3.new(0, 178.389999, 0)
814
Part39.Position = Vector3.new(-5.43697119, 2.22288823, -1.09609091)
815
Part39.Rotation = Vector3.new(-180, 1.61000001, -180)
816
Part39.Color = Color3.new(1, 1, 0)
817
Part39.Size = Vector3.new(0.161860615, 0.161860615, 0.161860615)
818
Part39.BottomSurface = Enum.SurfaceType.Smooth
819
Part39.BrickColor = BrickColor.new("Black")
820-
Part39.BrickColor = BrickColor.new("New Yeller")
820+
821
Part39.Material = Enum.Material.SmoothPlastic
822
Part39.TopSurface = Enum.SurfaceType.Smooth
823
Part39.brickColor = BrickColor.new("Black")
824-
Part39.brickColor = BrickColor.new("New Yeller")
824+
825
Part40.Parent = mas
826
Part40.CFrame = CFrame.new(-5.03661871, 2.2724297, -1.10532296, -0.999606609, 0, 0.0281260796, 0, 1, 0, -0.0281260796, 0, -0.999606609)
827
Part40.Orientation = Vector3.new(0, 178.389999, 0)
828
Part40.Position = Vector3.new(-5.03661871, 2.2724297, -1.10532296)
829
Part40.Rotation = Vector3.new(-180, 1.61000001, -180)
830
Part40.Color = Color3.new(1, 1, 0)
831
Part40.Size = Vector3.new(0.830001056, 0.100000069, 1.04999971)
832
Part40.BottomSurface = Enum.SurfaceType.Smooth
833
Part40.BrickColor = BrickColor.new("Black")
834-
Part40.BrickColor = BrickColor.new("New Yeller")
834+
835
Part40.Material = Enum.Material.SmoothPlastic
836
Part40.TopSurface = Enum.SurfaceType.Smooth
837
Part40.brickColor = BrickColor.new("Black")
838-
Part40.brickColor = BrickColor.new("New Yeller")
838+
839
Part41.CFrame = CFrame.new(-5.03661871, 2.6140368, -1.10532296, -0.999606609, 0, 0.0281260796, 0, 1, 0, -0.0281260796, 0, -0.999606609)
840
Part41.Orientation = Vector3.new(0, 178.389999, 0)
841
Part41.Position = Vector3.new(-5.03661871, 2.6140368, -1.10532296)
842
Part41.Rotation = Vector3.new(-180, 1.61000001, -180)
843
Part41.Color = Color3.new(1, 1, 0)
844
Part41.Size = Vector3.new(0.830001056, 0.100000069, 1.04999971)
845
Part41.BottomSurface = Enum.SurfaceType.Smooth
846
Part41.BrickColor = BrickColor.new("Black")
847-
Part41.BrickColor = BrickColor.new("New Yeller")
847+
848
Part41.Material = Enum.Material.SmoothPlastic
849
Part41.TopSurface = Enum.SurfaceType.Smooth
850
Part41.brickColor = BrickColor.new("Black")
851-
Part41.brickColor = BrickColor.new("New Yeller")
851+
852
Part42.CFrame = CFrame.new(-4.98317862, 3.50830507, -1.10285795, -0.999992013, 0, 0.00455300882, 0, 1, 0, -0.00455300882, 0, -0.999992013)
853
Part42.Orientation = Vector3.new(0, 179.73999, 0)
854
Part42.Position = Vector3.new(-4.98317862, 3.50830507, -1.10285795)
855
Part42.Rotation = Vector3.new(-180, 0.25999999, -180)
856
Part42.Color = Color3.new(0.972549, 0.972549, 0.972549)
857
Part42.Size = Vector3.new(0.830001056, 0.110000081, 1.04999971)
858
Part42.BottomSurface = Enum.SurfaceType.Smooth
859
Part42.BrickColor = BrickColor.new("Blue")
860-
Part42.BrickColor = BrickColor.new("Institutional white")
860+
861
Part42.Material = Enum.Material.SmoothPlastic
862
Part42.TopSurface = Enum.SurfaceType.Smooth
863
Part42.brickColor = BrickColor.new("Blue")
864-
Part42.brickColor = BrickColor.new("Institutional white")
864+
865
	v.Parent = game:GetService("Players").LocalPlayer.Character.Stand
866
	pcall(function() v:MakeJoints() end)
867
end
868
local Wld = Instance.new("Weld",Part15)
869
Wld.Part0 = SLA
870
Wld.Part1 = Part15
871
Wld.C0 = CFrame.new(-0.49,0.55,0.03)*CFrame.Angles(0,3.15,0)
872
mas2 = Instance.new("Model",game:GetService("Lighting"))
873
WeldConstraint0 = Instance.new("WeldConstraint")
874
WeldConstraint1 = Instance.new("WeldConstraint")
875
WeldConstraint2 = Instance.new("WeldConstraint")
876
WeldConstraint3 = Instance.new("WeldConstraint")
877
WeldConstraint4 = Instance.new("WeldConstraint")
878
WeldConstraint5 = Instance.new("WeldConstraint")
879
WeldConstraint6 = Instance.new("WeldConstraint")
880
WeldConstraint7 = Instance.new("WeldConstraint")
881
WeldConstraint8 = Instance.new("WeldConstraint")
882
WeldConstraint9 = Instance.new("WeldConstraint")
883
WeldConstraint10 = Instance.new("WeldConstraint")
884
WeldConstraint11 = Instance.new("WeldConstraint")
885
WeldConstraint12 = Instance.new("WeldConstraint")
886
WeldConstraint13 = Instance.new("WeldConstraint")
887
Part14 = Instance.new("Part")
888
Part15 = Instance.new("Part")
889
WeldConstraint16 = Instance.new("WeldConstraint")
890
WeldConstraint17 = Instance.new("WeldConstraint")
891
WeldConstraint18 = Instance.new("WeldConstraint")
892
WeldConstraint19 = Instance.new("WeldConstraint")
893
WeldConstraint20 = Instance.new("WeldConstraint")
894
WeldConstraint21 = Instance.new("WeldConstraint")
895
WeldConstraint22 = Instance.new("WeldConstraint")
896
WeldConstraint23 = Instance.new("WeldConstraint")
897
WeldConstraint24 = Instance.new("WeldConstraint")
898
WeldConstraint25 = Instance.new("WeldConstraint")
899
WeldConstraint26 = Instance.new("WeldConstraint")
900
WeldConstraint27 = Instance.new("WeldConstraint")
901
WeldConstraint28 = Instance.new("WeldConstraint")
902
WeldConstraint29 = Instance.new("WeldConstraint")
903
Part30 = Instance.new("Part")
904
Part31 = Instance.new("Part")
905
Part32 = Instance.new("Part")
906
Part33 = Instance.new("Part")
907
Part34 = Instance.new("Part")
908
Part35 = Instance.new("Part")
909
Part36 = Instance.new("Part")
910
Part37 = Instance.new("Part")
911
Part38 = Instance.new("Part")
912
Part39 = Instance.new("Part")
913
Part40 = Instance.new("Part")
914
Part41 = Instance.new("Part")
915
Part42 = Instance.new("Part")
916
WeldConstraint20.Parent = Part15
917
WeldConstraint20.Part0 = Part15
918
WeldConstraint20.Part1 = Part33
919
WeldConstraint22.Parent = Part15
920
WeldConstraint22.Part0 = Part15
921
WeldConstraint22.Part1 = Part35
922
WeldConstraint21.Parent = Part15
923
WeldConstraint21.Part0 = Part15
924
WeldConstraint21.Part1 = Part34
925
WeldConstraint23.Parent = Part15
926
WeldConstraint23.Part0 = Part15
927
WeldConstraint23.Part1 = Part36
928
WeldConstraint24.Parent = Part15
929
WeldConstraint24.Part0 = Part15
930
WeldConstraint24.Part1 = Part37
931
WeldConstraint25.Parent = Part15
932
WeldConstraint25.Part0 = Part15
933
WeldConstraint25.Part1 = Part38
934
WeldConstraint26.Parent = Part15
935
WeldConstraint26.Part0 = Part15
936
WeldConstraint26.Part1 = Part39
937
WeldConstraint27.Parent = Part15
938
WeldConstraint27.Part0 = Part15
939
WeldConstraint27.Part1 = Part40
940
WeldConstraint29.Parent = Part15
941
WeldConstraint29.Part0 = Part15
942
WeldConstraint29.Part1 = Part42
943
WeldConstraint28.Parent = Part15
944
WeldConstraint28.Part0 = Part15
945
WeldConstraint28.Part1 = Part41
946
WeldConstraint16.Parent = Part15
947
WeldConstraint16.Part0 = Part15
948
WeldConstraint16.Part1 = Part14
949
WeldConstraint17.Parent = Part15
950
WeldConstraint17.Part0 = Part15
951
WeldConstraint17.Part1 = Part30
952
WeldConstraint18.Parent = Part15
953
WeldConstraint18.Part0 = Part15
954
WeldConstraint18.Part1 = Part31
955
WeldConstraint19.Parent = Part15
956
WeldConstraint19.Part0 = Part15
957
WeldConstraint19.Part1 = Part32
958
Part14.Name = "Glove"
959
Part14.Parent = mas2
960
Part14.CFrame = CFrame.new(-5.02166224, 2.51579881, -1.10017455, -0.999604464, 0, 0.0281260125, 0, 1, 0, -0.0281260125, 0, -0.999604464)
961
Part14.Orientation = Vector3.new(0, 178.389999, 0)
962
Part14.Position = Vector3.new(-5.02166224, 2.51579881, -1.10017455)
963
Part14.Rotation = Vector3.new(-180, 1.61000001, -180)
964
Part14.Color = Color3.new(0.972549, 0.972549, 0.972549)
965
Part14.Size = Vector3.new(0.830001354, 1.06999958, 1.04000032)
966
Part14.BottomSurface = Enum.SurfaceType.Smooth
967
Part14.BrickColor = BrickColor.new("Black")
968-
Part14.BrickColor = BrickColor.new("Pastel yellow")
968+
969
Part14.Material = Enum.Material.SmoothPlastic
970
Part14.TopSurface = Enum.SurfaceType.Smooth
971
Part14.brickColor = BrickColor.new("Black")
972-
Part14.brickColor = BrickColor.new("Pastel yellow")
972+
973
Part15.Parent = mas2
974
Part15.CFrame = CFrame.new(-5.38319588, 3.51649904, -1.08419061, -0.999990106, 0, 0.00455299765, 0, 1, 0, -0.00455299765, 0, -0.999990106)
975
Part15.Orientation = Vector3.new(0, 179.73999, 0)
976
Part15.Position = Vector3.new(-5.38319588, 3.51649904, -1.08419061)
977
Part15.Rotation = Vector3.new(-180, 0.25999999, -180)
978
Part15.Color = Color3.new(1, 1, 0)
979
Part15.Size = Vector3.new(0.211860612, 0.211860612, 0.211860612)
980
Part15.BottomSurface = Enum.SurfaceType.Smooth
981
Part15.BrickColor = BrickColor.new("Black")
982-
Part15.BrickColor = BrickColor.new("New Yeller")
982+
983
Part15.Material = Enum.Material.SmoothPlastic
984
Part15.TopSurface = Enum.SurfaceType.Smooth
985
Part15.brickColor = BrickColor.new("Black")
986-
Part15.brickColor = BrickColor.new("New Yeller")
986+
987
WeldConstraint16.Parent = Part15
988
WeldConstraint16.Part0 = Part15
989
WeldConstraint16.Part1 = Part14
990
WeldConstraint17.Parent = Part15
991
WeldConstraint17.Part0 = Part15
992
WeldConstraint17.Part1 = Part30
993
WeldConstraint18.Parent = Part15
994
WeldConstraint18.Part0 = Part15
995
WeldConstraint18.Part1 = Part31
996
WeldConstraint19.Parent = Part15
997
WeldConstraint19.Part0 = Part15
998
WeldConstraint19.Part1 = Part32
999
WeldConstraint20.Parent = Part15
1000
WeldConstraint20.Part0 = Part15
1001
WeldConstraint20.Part1 = Part33
1002
WeldConstraint21.Parent = Part15
1003
WeldConstraint21.Part0 = Part15
1004
WeldConstraint21.Part1 = Part34
1005
WeldConstraint22.Parent = Part15
1006
WeldConstraint22.Part0 = Part15
1007
WeldConstraint22.Part1 = Part35
1008
WeldConstraint23.Parent = Part15
1009
WeldConstraint23.Part0 = Part15
1010
WeldConstraint23.Part1 = Part36
1011
WeldConstraint24.Parent = Part15
1012
WeldConstraint24.Part0 = Part15
1013
WeldConstraint24.Part1 = Part37
1014
WeldConstraint25.Parent = Part15
1015
WeldConstraint25.Part0 = Part15
1016
WeldConstraint25.Part1 = Part38
1017
WeldConstraint26.Parent = Part15
1018
WeldConstraint26.Part0 = Part15
1019
WeldConstraint26.Part1 = Part39
1020
WeldConstraint27.Parent = Part15
1021
WeldConstraint27.Part0 = Part15
1022
WeldConstraint27.Part1 = Part40
1023
WeldConstraint28.Parent = Part15
1024
WeldConstraint28.Part0 = Part15
1025
WeldConstraint28.Part1 = Part41
1026
WeldConstraint29.Parent = Part15
1027
WeldConstraint29.Part0 = Part15
1028
WeldConstraint29.Part1 = Part42
1029
Part30.Parent = mas2
1030
Part30.CFrame = CFrame.new(-5.44359446, 2.70850396, -0.860742211, -0.999606609, 0, 0.0281260796, 0, 1, 0, -0.0281260796, 0, -0.999606609)
1031
Part30.Orientation = Vector3.new(0, 178.389999, 0)
1032
Part30.Position = Vector3.new(-5.44359446, 2.70850396, -0.860742211)
1033
Part30.Rotation = Vector3.new(-180, 1.61000001, -180)
1034
Part30.Color = Color3.new(1, 1, 0)
1035
Part30.Size = Vector3.new(0.161860615, 0.161860615, 0.161860615)
1036
Part30.BottomSurface = Enum.SurfaceType.Smooth
1037
Part30.BrickColor = BrickColor.new("Black")
1038-
Part30.BrickColor = BrickColor.new("New Yeller")
1038+
1039
Part30.Material = Enum.Material.SmoothPlastic
1040
Part30.TopSurface = Enum.SurfaceType.Smooth
1041
Part30.brickColor = BrickColor.new("Black")
1042-
Part30.brickColor = BrickColor.new("New Yeller")
1042+
1043
Part31.Parent = mas2
1044
Part31.CFrame = CFrame.new(-5.43280172, 2.54659009, -1.24430549, -0.999606609, 0, 0.0281260796, 0, 1, 0, -0.0281260796, 0, -0.999606609)
1045
Part31.Orientation = Vector3.new(0, 178.389999, 0)
1046
Part31.Position = Vector3.new(-5.43280172, 2.54659009, -1.24430549)
1047
Part31.Rotation = Vector3.new(-180, 1.61000001, -180)
1048
Part31.Color = Color3.new(1, 1, 0)
1049
Part31.Size = Vector3.new(0.161860615, 0.161860615, 0.161860615)
1050
Part31.BottomSurface = Enum.SurfaceType.Smooth
1051
Part31.BrickColor = BrickColor.new("Black")
1052-
Part31.BrickColor = BrickColor.new("New Yeller")
1052+
1053
Part31.Material = Enum.Material.SmoothPlastic
1054
Part31.TopSurface = Enum.SurfaceType.Smooth
1055
Part31.brickColor = BrickColor.new("Black")
1056-
Part31.brickColor = BrickColor.new("New Yeller")
1056+
1057
Part32.Parent = mas2
1058
Part32.CFrame = CFrame.new(-5.43926716, 2.70850396, -1.01440942, -0.999606609, 0, 0.0281260796, 0, 1, 0, -0.0281260796, 0, -0.999606609)
1059
Part32.Orientation = Vector3.new(0, 178.389999, 0)
1060
Part32.Position = Vector3.new(-5.43926716, 2.70850396, -1.01440942)
1061
Part32.Rotation = Vector3.new(-180, 1.61000001, -180)
1062
Part32.Color = Color3.new(1, 1, 0)
1063
Part32.Size = Vector3.new(0.161860615, 0.161860615, 0.161860615)
1064
Part32.BottomSurface = Enum.SurfaceType.Smooth
1065
Part32.BrickColor = BrickColor.new("Black")
1066-
Part32.BrickColor = BrickColor.new("New Yeller")
1066+
1067
Part32.Material = Enum.Material.SmoothPlastic
1068
Part32.TopSurface = Enum.SurfaceType.Smooth
1069
Part32.brickColor = BrickColor.new("Black")
1070-
Part32.brickColor = BrickColor.new("New Yeller")
1070+
1071
Part33.Parent = mas2
1072
Part33.CFrame = CFrame.new(-5.43478155, 2.70850396, -1.17381823, -0.999606609, 0, 0.0281260796, 0, 1, 0, -0.0281260796, 0, -0.999606609)
1073
Part33.Orientation = Vector3.new(0, 178.389999, 0)
1074
Part33.Position = Vector3.new(-5.43478155, 2.70850396, -1.17381823)
1075
Part33.Rotation = Vector3.new(-180, 1.61000001, -180)
1076
Part33.Color = Color3.new(1, 1, 0)
1077
Part33.Size = Vector3.new(0.161860615, 0.161860615, 0.161860615)
1078
Part33.BottomSurface = Enum.SurfaceType.Smooth
1079
Part33.BrickColor = BrickColor.new("Black")
1080-
Part33.BrickColor = BrickColor.new("New Yeller")
1080+
1081
Part33.Material = Enum.Material.SmoothPlastic
1082
Part33.TopSurface = Enum.SurfaceType.Smooth
1083
Part33.brickColor = BrickColor.new("Black")
1084-
Part33.brickColor = BrickColor.new("New Yeller")
1084+
1085
Part34.Parent = mas2
1086
Part34.CFrame = CFrame.new(-5.43068886, 2.70850396, -1.31938517, -0.999606609, 0, 0.0281260796, 0, 1, 0, -0.0281260796, 0, -0.999606609)
1087
Part34.Orientation = Vector3.new(0, 178.389999, 0)
1088
Part34.Position = Vector3.new(-5.43068886, 2.70850396, -1.31938517)
1089
Part34.Rotation = Vector3.new(-180, 1.61000001, -180)
1090
Part34.Color = Color3.new(1, 1, 0)
1091
Part34.Size = Vector3.new(0.161860615, 0.161860615, 0.161860615)
1092
Part34.BottomSurface = Enum.SurfaceType.Smooth
1093
Part34.BrickColor = BrickColor.new("Black")
1094-
Part34.BrickColor = BrickColor.new("New Yeller")
1094+
1095
Part34.Material = Enum.Material.SmoothPlastic
1096
Part34.TopSurface = Enum.SurfaceType.Smooth
1097
Part34.brickColor = BrickColor.new("Black")
1098-
Part34.brickColor = BrickColor.new("New Yeller")
1098+
1099
Part35.Parent = mas2
1100
Part35.CFrame = CFrame.new(-5.43728685, 2.54659009, -1.0848968, -0.999606609, 0, 0.0281260796, 0, 1, 0, -0.0281260796, 0, -0.999606609)
1101
Part35.Orientation = Vector3.new(0, 178.389999, 0)
1102
Part35.Position = Vector3.new(-5.43728685, 2.54659009, -1.0848968)
1103
Part35.Rotation = Vector3.new(-180, 1.61000001, -180)
1104
Part35.Color = Color3.new(1, 1, 0)
1105
Part35.Size = Vector3.new(0.161860615, 0.161860615, 0.161860615)
1106
Part35.BottomSurface = Enum.SurfaceType.Smooth
1107
Part35.BrickColor = BrickColor.new("Black")
1108-
Part35.BrickColor = BrickColor.new("New Yeller")
1108+
1109
Part35.Material = Enum.Material.SmoothPlastic
1110
Part35.TopSurface = Enum.SurfaceType.Smooth
1111
Part35.brickColor = BrickColor.new("Black")
1112-
Part35.brickColor = BrickColor.new("New Yeller")
1112+
1113
Part36.Parent = mas2
1114
Part36.CFrame = CFrame.new(-5.44160986, 2.54659009, -0.931219518, -0.999606609, 0, 0.0281260796, 0, 1, 0, -0.0281260796, 0, -0.999606609)
1115
Part36.Orientation = Vector3.new(0, 178.389999, 0)
1116
Part36.Position = Vector3.new(-5.44160986, 2.54659009, -0.931219518)
1117
Part36.Rotation = Vector3.new(-180, 1.61000001, -180)
1118
Part36.Color = Color3.new(1, 1, 0)
1119
Part36.Size = Vector3.new(0.161860615, 0.161860615, 0.161860615)
1120
Part36.BottomSurface = Enum.SurfaceType.Smooth
1121
Part36.BrickColor = BrickColor.new("Black")
1122-
Part36.BrickColor = BrickColor.new("New Yeller")
1122+
1123
Part36.Material = Enum.Material.SmoothPlastic
1124
Part36.TopSurface = Enum.SurfaceType.Smooth
1125
Part36.brickColor = BrickColor.new("Black")
1126-
Part36.brickColor = BrickColor.new("New Yeller")
1126+
1127
Part37.Parent = mas2
1128
Part37.CFrame = CFrame.new(-5.4347682, 2.38718915, -1.17450416, -0.999606609, 0, 0.0281260796, 0, 1, 0, -0.0281260796, 0, -0.999606609)
1129
Part37.Orientation = Vector3.new(0, 178.389999, 0)
1130
Part37.Position = Vector3.new(-5.4347682, 2.38718915, -1.17450416)
1131
Part37.Rotation = Vector3.new(-180, 1.61000001, -180)
1132
Part37.Color = Color3.new(1, 1, 0)
1133
Part37.Size = Vector3.new(0.161860615, 0.161860615, 0.161860615)
1134
Part37.BottomSurface = Enum.SurfaceType.Smooth
1135
Part37.BrickColor = BrickColor.new("Black")
1136-
Part37.BrickColor = BrickColor.new("New Yeller")
1136+
1137
Part37.Material = Enum.Material.SmoothPlastic
1138
Part37.TopSurface = Enum.SurfaceType.Smooth
1139
Part37.brickColor = BrickColor.new("Black")
1140-
Part37.brickColor = BrickColor.new("New Yeller")
1140+
1141
Part38.Parent = mas2
1142
Part38.CFrame = CFrame.new(-5.43925047, 2.38718915, -1.01509559, -0.999606609, 0, 0.0281260796, 0, 1, 0, -0.0281260796, 0, -0.999606609)
1143
Part38.Orientation = Vector3.new(0, 178.389999, 0)
1144
Part38.Position = Vector3.new(-5.43925047, 2.38718915, -1.01509559)
1145
Part38.Rotation = Vector3.new(-180, 1.61000001, -180)
1146
Part38.Color = Color3.new(1, 1, 0)
1147
Part38.Size = Vector3.new(0.161860615, 0.161860615, 0.161860615)
1148
Part38.BottomSurface = Enum.SurfaceType.Smooth
1149
Part38.BrickColor = BrickColor.new("Black")
1150-
Part38.BrickColor = BrickColor.new("New Yeller")
1150+
1151
Part38.Material = Enum.Material.SmoothPlastic
1152
Part38.TopSurface = Enum.SurfaceType.Smooth
1153
Part38.brickColor = BrickColor.new("Black")
1154-
Part38.brickColor = BrickColor.new("New Yeller")
1154+
1155
Part39.Parent = mas2
1156
Part39.CFrame = CFrame.new(-5.43697119, 2.22288823, -1.09609091, -0.999606609, 0, 0.0281260796, 0, 1, 0, -0.0281260796, 0, -0.999606609)
1157
Part39.Orientation = Vector3.new(0, 178.389999, 0)
1158
Part39.Position = Vector3.new(-5.43697119, 2.22288823, -1.09609091)
1159
Part39.Rotation = Vector3.new(-180, 1.61000001, -180)
1160
Part39.Color = Color3.new(1, 1, 0)
1161
Part39.Size = Vector3.new(0.161860615, 0.161860615, 0.161860615)
1162
Part39.BottomSurface = Enum.SurfaceType.Smooth
1163
Part39.BrickColor = BrickColor.new("Black")
1164-
Part39.BrickColor = BrickColor.new("New Yeller")
1164+
1165
Part39.Material = Enum.Material.SmoothPlastic
1166
Part39.TopSurface = Enum.SurfaceType.Smooth
1167
Part39.brickColor = BrickColor.new("Black")
1168-
Part39.brickColor = BrickColor.new("New Yeller")
1168+
1169
Part40.Parent = mas2
1170
Part40.CFrame = CFrame.new(-5.03661871, 2.2724297, -1.10532296, -0.999606609, 0, 0.0281260796, 0, 1, 0, -0.0281260796, 0, -0.999606609)
1171
Part40.Orientation = Vector3.new(0, 178.389999, 0)
1172
Part40.Position = Vector3.new(-5.03661871, 2.2724297, -1.10532296)
1173
Part40.Rotation = Vector3.new(-180, 1.61000001, -180)
1174
Part40.Color = Color3.new(1, 1, 0)
1175
Part40.Size = Vector3.new(0.830001056, 0.100000069, 1.04999971)
1176
Part40.BottomSurface = Enum.SurfaceType.Smooth
1177
Part40.BrickColor = BrickColor.new("Black")
1178-
Part40.BrickColor = BrickColor.new("New Yeller")
1178+
1179
Part40.Material = Enum.Material.SmoothPlastic
1180
Part40.TopSurface = Enum.SurfaceType.Smooth
1181
Part40.brickColor = BrickColor.new("Black")
1182-
Part40.brickColor = BrickColor.new("New Yeller")
1182+
1183
Part41.CFrame = CFrame.new(-5.03661871, 2.6140368, -1.10532296, -0.999606609, 0, 0.0281260796, 0, 1, 0, -0.0281260796, 0, -0.999606609)
1184
Part41.Orientation = Vector3.new(0, 178.389999, 0)
1185
Part41.Position = Vector3.new(-5.03661871, 2.6140368, -1.10532296)
1186
Part41.Rotation = Vector3.new(-180, 1.61000001, -180)
1187
Part41.Color = Color3.new(1, 1, 0)
1188
Part41.Size = Vector3.new(0.830001056, 0.100000069, 1.04999971)
1189
Part41.BottomSurface = Enum.SurfaceType.Smooth
1190
Part41.BrickColor = BrickColor.new("Black")
1191-
Part41.BrickColor = BrickColor.new("New Yeller")
1191+
1192
Part41.Material = Enum.Material.SmoothPlastic
1193
Part41.TopSurface = Enum.SurfaceType.Smooth
1194
Part41.brickColor = BrickColor.new("Black")
1195-
Part41.brickColor = BrickColor.new("New Yeller")
1195+
1196
Part42.CFrame = CFrame.new(-4.98317862, 3.50830507, -1.10285795, -0.999992013, 0, 0.00455300882, 0, 1, 0, -0.00455300882, 0, -0.999992013)
1197
Part42.Orientation = Vector3.new(0, 179.73999, 0)
1198
Part42.Position = Vector3.new(-4.98317862, 3.50830507, -1.10285795)
1199
Part42.Rotation = Vector3.new(-180, 0.25999999, -180)
1200
Part42.Color = Color3.new(0.972549, 0.972549, 0.972549)
1201
Part42.Size = Vector3.new(0.830001056, 0.110000081, 1.04999971)
1202
Part42.BottomSurface = Enum.SurfaceType.Smooth
1203
Part42.BrickColor = BrickColor.new("Blue")
1204-
Part42.BrickColor = BrickColor.new("Institutional white")
1204+
Part42.CanCollide = falseutional Blue
1205
Part42.Material = Enum.Material.SmoothPlastic
1206
Part42.TopSurface = Enum.SurfaceType.Smooth
1207
Part42.brickColor = BrickColor.new("Black")
1208-
Part42.brickColor = BrickColor.new("Institutional white")
1208+
1209
	v.Parent = game:GetService("Players").LocalPlayer.Character.Stand
1210
	pcall(function() v:MakeJoints() end)
1211
end
1212
local Wld = Instance.new("Weld",Part15)
1213
Wld.Part0 = SRA
1214
Wld.Part1 = Part15
1215
Wld.C0 = CFrame.new(0.49,0.55,-0.01)*CFrame.Angles(0,0,0)
1216
for i,v in pairs(mas:children()) do
1217
    if v:IsA("Part") then
1218
        v.Transparency = 1
1219
    end
1220
end
1221
for i,v in pairs(Character.Stand:children()) do
1222
    if v:IsA("Part") then
1223
        v.Transparency = 1
1224
		Face.Transparency = 1
1225
    end
1226
end
1227
local newMotor = function(part0, part1, c0, c1)
1228
	local w = Create('Motor'){
1229
		Parent = part0,
1230
		Part0 = part0,
1231
		Part1 = part1,
1232
		C0 = c0,
1233
		C1 = c1,
1234
	}
1235
	return w
1236
end
1237
function clerp(a, b, t)
1238
	return a:lerp(b, t)
1239
end
1240
1241
coroutine.resume(coroutine.create(function()
1242
while true do
1243
	Humanoid.Health = Humanoid.Health + 1.7
1244
	game:GetService("RunService").RenderStepped:wait()
1245
end
1246
end))
1247
RootCF = CFrame.fromEulerAnglesXYZ(-1.57, 0, 3.14)
1248
NeckCF = CFrame.new(0, 1, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
1249
1250
local RW = newMotor(Torso, RightArm, CFrame.new(1.5, 0, 0), CFrame.new(0, 0, 0)) 
1251
local LW = newMotor(Torso, LeftArm, CFrame.new(-1.5, 0, 0), CFrame.new(0, 0, 0))
1252
local RH = newMotor(Torso, RightLeg, CFrame.new(.5, -2, 0), CFrame.new(0, 0, 0))
1253
local LH = newMotor(Torso, LeftLeg, CFrame.new(-.5, -2, 0), CFrame.new(0, 0, 0))
1254
RootJoint.C1 = CFrame.new(0, 0, 0)
1255
RootJoint.C0 = CFrame.new(0, 0, 0)
1256
Torso.Neck.C1 = CFrame.new(0, 0, 0)
1257
Torso.Neck.C0 = CFrame.new(0, 1.5, 0)
1258
1259
local rarmc1 = RW.C1
1260
local larmc1 = LW.C1
1261
local rlegc1 = RH.C1
1262
local llegc1 = LH.C1
1263
1264
local resetc1 = false
1265
1266
function PlayAnimationFromTable(table, speed, bool)
1267
	RootJoint.C0 = clerp(RootJoint.C0, table[1], speed) 
1268
	Torso.Neck.C0 = clerp(Torso.Neck.C0, table[2], speed) 
1269
	RW.C0 = clerp(RW.C0, table[3], speed) 
1270
	LW.C0 = clerp(LW.C0, table[4], speed) 
1271
	RH.C0 = clerp(RH.C0, table[5], speed) 
1272
	LH.C0 = clerp(LH.C0, table[6], speed) 
1273
	if bool == true then
1274
		if resetc1 == false then
1275
			resetc1 = true
1276
			RootJoint.C1 = RootJoint.C1
1277
			Torso.Neck.C1 = Torso.Neck.C1
1278
			RW.C1 = rarmc1
1279
			LW.C1 = larmc1
1280
			RH.C1 = rlegc1
1281
			LH.C1 = llegc1
1282
		end
1283
	end
1284
end
1285
1286
ArtificialHB = Create("BindableEvent", script){
1287
	Parent = script,
1288
	Name = "Heartbeat",
1289
}
1290
1291
script:WaitForChild("Heartbeat")
1292
1293
frame = 1 / 30
1294
tf = 0
1295
allowframeloss = false
1296
tossremainder = false
1297
lastframe = tick()
1298
script.Heartbeat:Fire()
1299
1300
game:GetService("RunService").Heartbeat:connect(function(s, p)
1301
	tf = tf + s
1302
	if tf >= frame then
1303
		if allowframeloss then
1304
			script.Heartbeat:Fire()
1305
			lastframe = tick()
1306
		else
1307
			for i = 1, math.floor(tf / frame) do
1308
				script.Heartbeat:Fire()
1309
			end
1310
			lastframe = tick()
1311
		end
1312
		if tossremainder then
1313
			tf = 0
1314
		else
1315
			tf = tf - frame * math.floor(tf / frame)
1316
		end
1317
	end
1318
end)
1319
1320
function swait(num)
1321
	if num == 0 or num == nil then
1322
		ArtificialHB.Event:wait()
1323
	else
1324
		for i = 0, num do
1325
			ArtificialHB.Event:wait()
1326
		end
1327
	end
1328
end
1329
1330
1331
1332
Mouse.KeyDown:connect(function(key)
1333
	if key == "q" then
1334
		if Change == false then
1335
			Stand()
1336
			Change = true
1337
		elseif Change == true then
1338
			UnStand()
1339
			Change = false 
1340
		end
1341
	end
1342
end)
1343
1344
1345
function Stand()
1346
	if D == false then
1347
		D = true
1348
		Pause = true
1349
		for i = 0,0.1,0.1 do
1350
		swait()
1351
		PlayAnimationFromTable({
1352
         CFrame.new(0,0,0) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 
1353
         CFrame.new(0,1.5,0) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 
1354
         CFrame.new(1.5,0,0) * CFrame.new(0, 0, 0) * CFrame.Angles(0,0,0), 
1355
         CFrame.new(-1.5,0,0) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 
1356
         CFrame.new(0.5,-2,0) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 
1357
         CFrame.new(-0.5,-2,0) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 
1358
		}, .5, false)
1359
		ST3.C0 = clerp(ST3.C0,CFrame.new(0,0,0)*CFrame.Angles(0,0,0),0.3)
1360
		end
1361
		coroutine.resume(coroutine.create(function()
1362
		for i = 0,1.2,0.1 do
1363
		swait()
1364
		PlayAnimationFromTable({
1365
         CFrame.new(0,0,0) * CFrame.new(0, 0, 0) * CFrame.Angles(0.2, 0.5, 0), 
1366
         CFrame.new(0,1.5,0) * CFrame.new(0, 0, 0) * CFrame.Angles(-0.1, -0.4, 0), 
1367
         CFrame.new(1.5,0.5,-0.5) * CFrame.new(0, 0, 0) * CFrame.Angles(1.45,0,0.7), 
1368
         CFrame.new(-1.5,0,0) * CFrame.new(0, 0, 0) * CFrame.Angles(-0.2, 0.2, 0), 
1369
         CFrame.new(0.6,-2.1,0) * CFrame.new(0, 0, 0) * CFrame.Angles(-0.2, -0.5, 0.1), 
1370
         CFrame.new(-0.6,-2,0) * CFrame.new(0, 0, 0) * CFrame.Angles(-0.2, 0.2, -0.1), 
1371
		}, .5, false)
1372
		ST3.C0 = clerp(ST3.C0,CFrame.new(1,1.5,1.5)*CFrame.Angles(0,0,0),0.3)
1373
		end
1374
		Pause = false
1375
		end))
1376
		local Sound = Instance.new("Sound",ST)
1377
		Sound.Pitch = 1
1378
		Sound.Volume = 121
1379
		Sound.Looped = false
1380
		Sound.SoundId = "rbxassetid://862484466"
1381-
		Sound.SoundId = "rbxassetid://463010917"
1381+
1382
		coroutine.resume(coroutine.create(function()
1383
		for i,v in pairs(mas:children()) do
1384
		    if v:IsA("Part") then
1385
				coroutine.resume(coroutine.create(function()
1386
				v.Transparency = v.Transparency - 0.1
1387
				game:GetService("RunService").RenderStepped:wait()	
1388
				end))
1389
		        v.Transparency = 1
1390
		    end
1391
		end
1392
		end))
1393
		for i,v in pairs(Character.Stand:children()) do
1394
		    if v:IsA("Part") then
1395
				coroutine.resume(coroutine.create(function()
1396
				for i = 1,11 do
1397
		        v.Transparency = v.Transparency - 0.1
1398
				Face.Transparency = Face.Transparency - 0.1
1399
				game:GetService("RunService").RenderStepped:wait()
1400
				end
1401
				FlA.Enabled = true
1402
				FlA1.Enabled = true
1403
				FlA2.Enabled = true
1404
				FlA3.Enabled = true
1405
				FlA4.Enabled = true
1406
				FlA5.Enabled = true
1407
				ZZA.Enabled = true
1408
				ZZA1.Enabled = true
1409
				ZZA2.Enabled = true
1410
				ZZA3.Enabled = true
1411
				ZZA4.Enabled = true
1412
				ZZA5.Enabled = true
1413
				end))
1414
		    end
1415
		end
1416
		ZZZ = Mouse.KeyDown:connect(function(key)
1417
			if key == "t" then
1418
				Blast()
1419
			end
1420
			if key == "r" then
1421
				StrongOra()
1422
			end
1423
			if key == "e" then 
1424
				OHOra()
1425
			end
1426
			if key == "f" then
1427
				TimeStop()
1428
			end
1429
			if key == "z" then
1430
				Jump()
1431
			end
1432
		end)
1433
		ZZZ1 = Mouse.KeyUp:connect(function(key)
1434
			if key == "e" then
1435
				Stop()
1436
			end
1437
		end)
1438
		wait(0.5)
1439
		D = false
1440
	end
1441
end
1442
1443
function Blast()
1444
	if D == false then 
1445
		D = true
1446
		Pause = true
1447
		for i = 0,1.2,0.1 do
1448
		swait()
1449
		PlayAnimationFromTable({
1450
         CFrame.new(0,0,0) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 
1451
         CFrame.new(0,1.5,0) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 
1452
         CFrame.new(1.5,0,0) * CFrame.new(0, 0, 0) * CFrame.Angles(0,0,0), 
1453
         CFrame.new(-1.5,0,0) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 
1454
         CFrame.new(0.5,-2,0) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 
1455
         CFrame.new(-0.5,-2,0) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 
1456
		}, .5, false)
1457
		SRA3.C0 = clerp(SRA3.C0,CFrame.new(2,0.5,0)*CFrame.new(0,0,0)*CFrame.Angles(0,0,1.65),0.3)
1458
		SLA3.C0 = clerp(SLA3.C0,CFrame.new(-1.5,0,0)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),0.3)
1459
		SRL3.C0 = clerp(SRL3.C0,CFrame.new(0.5,-2,0)*CFrame.Angles(0,0,0),0.3)
1460
		SLL3.C0 = clerp(SLL3.C0,CFrame.new(-0.5,-2,0)*CFrame.Angles(0,0,0),0.3)
1461
		ST3.C0 = clerp(ST3.C0,CFrame.new(0,0.5,-2.7)*CFrame.new(0,0,0)*CFrame.Angles(0,1.55,0),0.3)
1462
		SH2.C0 = clerp(SH2.C0,CFrame.new(0,1.5,0)*CFrame.Angles(0,-1.55,0),0.3)
1463
		end
1464
		coroutine.resume(coroutine.create(function()
1465
		wait(0.7)
1466
		Pause = false
1467
		end))
1468
		local Bl = Instance.new("Part",workspace)
1469
		Bl.CanCollide = false
1470
		Bl.Material = "Neon"
1471
		Bl.Shape = "Ball"
1472
		Bl.Size = Vector3.new(20,20,20)
1473
		Bl.BrickColor = BrickColor.new("Black")
1474-
		Bl.BrickColor = BrickColor.new("New Yeller")
1474+
1475
		local Fl = Instance.new("BodyVelocity",Bl)
1476
		Fl.maxForce = Vector3.new(math.huge,math.huge,math.huge)
1477
		Fl.Velocity = RootPart.CFrame.lookVector*160
1478
		local Ring = Instance.new("Part",RootPart)
1479
		Ring.Size = Vector3.new(1,1,1)
1480
		Ring.CanCollide = false
1481
		Ring.CFrame = RootPart.CFrame*CFrame.new(0,0,-9)*CFrame.Angles(0,0,0)
1482
		Ring.Anchored = true
1483
		Ring.BrickColor = BrickColor.new("Blue")
1484-
		Ring.BrickColor = BrickColor.new("Institutional white")
1484+
1485
		local Ring2 = Instance.new("SpecialMesh",Ring)
1486
		Ring2.MeshId = "rbxassetid://3270017"
1487
		Ring2.Scale = Vector3.new(1,1,0.1)
1488
		coroutine.resume(coroutine.create(function()
1489
		for i = 1,50 do
1490
			Ring2.Scale = Ring2.Scale + Vector3.new(1,1,0)
1491
			Ring.Transparency = Ring.Transparency + 0.07
1492
			game:GetService("RunService").RenderStepped:wait()
1493
		end
1494
		Ring:remove()
1495
		end))
1496
		Bl.Touched:connect(function(hit)
1497
			if hit.Parent:FindFirstChild("Humanoid") and hit.Parent ~= nil and hit.Parent.Name ~= Character.Name then
1498
				Bl:remove()
1499
				local S = Instance.new("Sound",hit.Parent.Head)
1500
				S.SoundId = "rbxassetid://1006723227" 
1501-
				S.SoundId = "rbxassetid://539294959" 
1501+
1502
				S.Looped = false
1503
				S:play()
1504
				hit.Parent.Humanoid:TakeDamage(60)
1505
				hit.Parent.Humanoid.WalkSpeed = 2
1506
				local Ef = Instance.new("Part",workspace)
1507
				Ef.Size = Vector3.new(1,1,1)
1508
				Ef.CanCollide = false
1509
				Ef.Shape = "Ball"
1510
				Ef.Material = "Neon"
1511
				Ef.BrickColor = BrickColor.new("Black")
1512-
				Ef.BrickColor = BrickColor.new("New Yeller")
1512+
1513
				Ef.Anchored = true
1514
				local Ef2 = Instance.new("SpecialMesh",Ef)
1515
				Ef2.MeshType = "Sphere"
1516
				Ef2.Scale = Vector3.new(1,1,1)
1517
				coroutine.resume(coroutine.create(function()
1518
				for i = 1,6 do
1519
				local random = math.random(-4,4)
1520
				local random2 = math.random(-4,4)
1521
				local random3 = math.random(-4,4)
1522
				local Ring = Instance.new("Part",Ef)
1523
				Ring.Size = Vector3.new(1,1,1)
1524
				Ring.CanCollide = false
1525
				Ring.CFrame = Ef.CFrame*CFrame.new(0,0,0)*CFrame.Angles(random,random2,random3)
1526
				Ring.Anchored = true
1527
				Ring.BrickColor = BrickColor.new("Blue")
1528-
				Ring.BrickColor = BrickColor.new("Institutional white")
1528+
1529
				local Ring2 = Instance.new("SpecialMesh",Ring)
1530
				Ring2.MeshId = "rbxassetid://3270017"
1531
				Ring2.Scale = Vector3.new(1,1,0.1)
1532
				coroutine.resume(coroutine.create(function()
1533
				for i = 1,170 do
1534
					Ring2.Scale = Ring2.Scale + Vector3.new(1,1,0)
1535
					Ring.Transparency = Ring.Transparency + 0.01
1536
					game:GetService("RunService").RenderStepped:wait()
1537
				end
1538
				Ring:remove()
1539
				end))
1540
				end
1541
				end))
1542
				for i = 1,170 do
1543
					Ef2.Scale = Ef2.Scale + Vector3.new(1,1,1)
1544
					Ef.Transparency = Ef.Transparency + 0.01
1545
					game:GetService("RunService").RenderStepped:wait()
1546
				end
1547
				Ef:remove()
1548
			end
1549
		end)
1550
		wait(1.5)
1551
		D = false
1552
	end
1553
end
1554
1555
function Jump()
1556
	if DD == false then
1557
		DD = true
1558
		print("ASD")
1559
		local Bod = Instance.new("BodyPosition",RootPart)
1560
		Bod.maxForce = Vector3.new(math.huge,math.huge,math.huge)
1561
		Bod.Position = RootPart.CFrame*CFrame.new(0,80,-80).p
1562
		local Ef = Instance.new("Part",workspace)
1563
		Ef.Size = Vector3.new(1,1,1)
1564
		Ef.CanCollide = false
1565
		Ef.Anchored = true
1566
		Ef.BrickColor = BrickColor.new("Black")
1567-
		Ef.BrickColor = BrickColor.new("New Yeller")
1567+
1568
		Ef.Shape = "Ball"
1569
		Ef.CFrame = ST.CFrame*CFrame.new(0,-2.3,0)
1570
		coroutine.resume(coroutine.create(function()
1571
		for i = 1,30 do
1572
			Ef.Size = Ef.Size + Vector3.new(0.8,0.8,0.8)
1573
			Ef.Transparency = Ef.Transparency + 0.07
1574
			game:GetService("RunService").RenderStepped:wait()
1575
		end
1576
		Ef:remove()
1577
		end))
1578
		wait(0.1)
1579
		Bod:remove()
1580
		wait(1)
1581
		DD = false
1582
	end
1583
end
1584
1585
function TimeStop()
1586
	if DDZ == false then
1587
		DDZ = true
1588
		local S = Instance.new("Sound",ST)
1589
		S.SoundId = "rbxassetid://2951637608"
1590-
		S.SoundId = "rbxassetid://1631612542"
1590+
1591
		S.Volume = 12312
1592
		S.Looped = false
1593
		S:play()
1594
		local Ef = Instance.new("Part",workspace)
1595
		Ef.Size = Vector3.new(1,1,1)
1596
		Ef.Material = "Neon"
1597
		Ef.BrickColor = BrickColor.new("Blue")
1598-
		Ef.BrickColor = BrickColor.new("White")
1598+
1599
		Ef.CFrame = RootPart.CFrame*CFrame.new(0,0,0)
1600
		Ef.Anchored = true
1601
		Ef.CanCollide = false
1602
		Ef.Shape = "Ball"
1603
		local Ef2 = Instance.new("SpecialMesh",Ef)
1604
		Ef2.MeshType = "Sphere"
1605
		Ef2.Scale = Vector3.new(1,1,1)
1606
		coroutine.resume(coroutine.create(function()
1607
		for i = 1,70 do
1608
			Ef2.Scale = Ef2.Scale + Vector3.new(1,1,1)
1609
			game:GetService("RunService").RenderStepped:wait()
1610
		end
1611
		for i = 1,70 do
1612
			Ef2.Scale = Ef2.Scale - Vector3.new(1,1,1)
1613
			game:GetService("RunService").RenderStepped:wait()
1614
		end
1615
		Ef:remove()
1616
		end))
1617
		local HB = Instance.new("Part",workspace)
1618
		HB.CanCollide = false
1619
		HB.Anchored = true
1620
		HB.CFrame = RootPart.CFrame*CFrame.new(0,0,0)
1621
		HB.Size = Vector3.new(300,300,300)
1622
		HB.Transparency = 1
1623
		HB.Touched:connect(function(hit)
1624
			if hit.Parent:FindFirstChild("Humanoid") and hit.Parent ~= nil and hit.Parent.Name ~= Character.Name then
1625
				hit.Parent.Torso.Anchored = true
1626
				hit.Parent.Head.Anchored = true
1627
				hit.Parent["Right Arm"].Anchored = true
1628
				hit.Parent["Left Arm"].Anchored = true
1629
				hit.Parent["Right Leg"].Anchored = true
1630
				hit.Parent["Left Leg"].Anchored = true
1631
				wait(Time)
1632
				hit.Parent.Torso.Anchored = false
1633
				hit.Parent.Head.Anchored = false
1634
				hit.Parent["Right Arm"].Anchored = false
1635
				hit.Parent["Left Arm"].Anchored = false
1636
				hit.Parent["Right Leg"].Anchored = false
1637
				hit.Parent["Left Leg"].Anchored = false
1638
			end
1639
		end)
1640
		wait(32)
1641
		HB:remove()
1642
		DDZ = false
1643
	end
1644
end
1645
1646
function StrongOra()
1647
	if D == false then 
1648
		D = true
1649
		Pause = true
1650
		local HB = Instance.new("Part",SRA)
1651
		HB.CanCollide = false
1652
		HB.Transparency = 1
1653
		HB.Size = Vector3.new(1,1,1)
1654
		local HB2 = Instance.new("Weld",HB)
1655
		HB2.Part0 = SRA
1656
		HB2.Part1 = HB
1657
		HB2.C0 = CFrame.new(0,0,0)
1658
		HB.Touched:connect(function(hit)
1659
			if hit.Parent:FindFirstChild("Humanoid") and hit.Parent ~= nil and hit.Parent.Name ~= Character.Name then
1660
				HB:remove()
1661
				hit.Parent.Humanoid:TakeDamage(30)
1662
				hit.Parent.Humanoid.PlatformStand = true
1663
				local Ef = Instance.new("Part",workspace)
1664
				Ef.Size = Vector3.new(1,1,1)
1665
				Ef.CanCollide = false
1666
				Ef.Anchored = true
1667
				Ef.Shape = "Ball"
1668
				Ef.CFrame = hit.Parent.Torso.CFrame*CFrame.new(0,0,0)
1669
				Ef.Material = "Neon"
1670
				Ef.BrickColor = BrickColor.new("Blue")
1671-
				Ef.BrickColor = BrickColor.new("White")
1671+
1672
				Ef2.MeshType = "Sphere"
1673
				Ef2.Scale = Vector3.new(1,1,1)
1674
				coroutine.resume(coroutine.create(function()
1675
				for i = 1,5 do
1676
				local random = math.random(-3,3)
1677
				local random2 = math.random(-3,3)
1678
				local random3 = math.random(-3,3)
1679
				local ZC = Instance.new("Part",workspace)
1680
				ZC.Size = Vector3.new(1,1,1)
1681
				ZC.CanCollide = false
1682
				ZC.Anchored = true
1683
				ZC.CFrame = hit.Parent.Torso.CFrame*CFrame.new(0,0,0)*CFrame.Angles(random,random2,random3)
1684
				ZC.Shape = "Ball"
1685
				ZC.Material = "Neon"
1686
				ZC.BrickColor = BrickColor.new("Black")
1687-
				ZC.BrickColor = BrickColor.new("New Yeller")
1687+
1688
				ZC2.MeshType = "Sphere"
1689
				ZC2.Scale = Vector3.new(1,1,1)
1690
				coroutine.resume(coroutine.create(function()
1691
				for i = 1,100 do
1692
					ZC2.Scale = ZC2.Scale + Vector3.new(0.3,0.3,2)
1693
					ZC.Transparency = ZC.Transparency + 0.03
1694
					game:GetService("RunService").RenderStepped:wait()
1695
				end
1696
				ZC:remove()
1697
				end))
1698
				end
1699
				end))
1700
				coroutine.resume(coroutine.create(function()
1701
				for i = 1,100 do
1702
					Ef2.Scale = Ef2.Scale + Vector3.new(0.6,0.6,0.6)
1703
					Ef.Transparency = Ef.Transparency + 0.03
1704
					game:GetService("RunService").RenderStepped:wait()
1705
				end
1706
				Ef:remove()
1707
				end))
1708
				local Fl = Instance.new("BodyVelocity",hit.Parent.Head)
1709
				Fl.maxForce = Vector3.new(math.huge,math.huge,math.huge)
1710
				Fl.velocity = RootPart.CFrame.lookVector*190
1711
				wait(0.3)
1712
				Fl:remove()
1713
				wait(0.5)
1714
				hit.Parent.Humanoid.PlatformStand = false
1715
			end
1716
		end)
1717
		for i = 0,0.5,0.1 do
1718
		swait()
1719
		PlayAnimationFromTable({
1720
         CFrame.new(0,0,0) * CFrame.new(0, 0, 0) * CFrame.Angles(0.2, 0.5, 0), 
1721
         CFrame.new(0,1.5,0) * CFrame.new(0, 0, 0) * CFrame.Angles(-0.1, -0.4, 0), 
1722
         CFrame.new(1.5,0.5,-0.5) * CFrame.new(0, 0, 0) * CFrame.Angles(1.45,0,0.7), 
1723
         CFrame.new(-1.5,0,0) * CFrame.new(0, 0, 0) * CFrame.Angles(-0.2, 0.2, 0), 
1724
         CFrame.new(0.6,-2.1,0) * CFrame.new(0, 0, 0) * CFrame.Angles(-0.2, -0.5, 0.1), 
1725
         CFrame.new(-0.6,-2,0) * CFrame.new(0, 0, 0) * CFrame.Angles(-0.2, 0.2, -0.1),  
1726
		}, .5, false)
1727
		SRA3.C0 = clerp(SRA3.C0,CFrame.new(1.5,0,0)*CFrame.new(0,0.5,0.5)*CFrame.Angles(1.55,0,0.5),0.3)
1728
		SLA3.C0 = clerp(SLA3.C0,CFrame.new(-1.5,0,0)*CFrame.new(0,0,0)*CFrame.Angles(-0.1,0,0),0.3)
1729
		SRL3.C0 = clerp(SRL3.C0,CFrame.new(0.5,-1.8,-0.2)*CFrame.Angles(-0.5,0,0),0.3)
1730
		SLL3.C0 = clerp(SLL3.C0,CFrame.new(-0.5,-2,0)*CFrame.Angles(-0.2,0,0),0.3)
1731
		ST3.C0 = clerp(ST3.C0,CFrame.new(0,0.4,-2)*CFrame.new(0,0,0)*CFrame.Angles(0.2,-0.5,0),0.3)
1732
		SH2.C0 = clerp(SH2.C0,CFrame.new(0,1.5,0)*CFrame.Angles(0,0.5,0),0.3)
1733
		end
1734
		local Ora = Instance.new("Sound",ST)
1735
		Ora.SoundId = "rbxassetid://271120244"
1736
		Ora.Pitch = 1
1737
		Ora.Looped = false
1738
		Ora.Volume = 12312
1739
		Ora:play()
1740
		for i = 0,0.6,0.1 do
1741
		swait()
1742
		PlayAnimationFromTable({
1743
        CFrame.new(0,0,0) * CFrame.new(0, 0, 0) * CFrame.Angles(0.2, 0.5, 0), 
1744
         CFrame.new(0,1.5,0) * CFrame.new(0, 0, 0) * CFrame.Angles(-0.1, -0.4, 0), 
1745
         CFrame.new(1.5,0.5,-0.5) * CFrame.new(0, 0, 0) * CFrame.Angles(1.45,0,0.7), 
1746
         CFrame.new(-1.5,0,0) * CFrame.new(0, 0, 0) * CFrame.Angles(-0.2, 0.2, 0), 
1747
         CFrame.new(0.6,-2.1,0) * CFrame.new(0, 0, 0) * CFrame.Angles(-0.2, -0.5, 0.1), 
1748
         CFrame.new(-0.6,-2,0) * CFrame.new(0, 0, 0) * CFrame.Angles(-0.2, 0.2, -0.1), 
1749
		}, .5, false)
1750
		SRA3.C0 = clerp(SRA3.C0,CFrame.new(1,0,0)*CFrame.new(0,1,-2)*CFrame.Angles(1.77,0,-0.5),0.5)
1751
		SLA3.C0 = clerp(SLA3.C0,CFrame.new(-1.5,0,0)*CFrame.new(0,0,0)*CFrame.Angles(-0.1,0,0),0.5)
1752
		SRL3.C0 = clerp(SRL3.C0,CFrame.new(0.5,-1.7,-0.3)*CFrame.Angles(-0.4,0,0),0.5)
1753
		SLL3.C0 = clerp(SLL3.C0,CFrame.new(-0.5,-1.8,0.2)*CFrame.Angles(-0.2,0,0),0.5)
1754
		ST3.C0 = clerp(ST3.C0,CFrame.new(0,0.4,-2.5)*CFrame.new(0,0,0)*CFrame.Angles(-0.2,0.8,0),0.5)
1755
		SH2.C0 = clerp(SH2.C0,CFrame.new(0,1.5,0)*CFrame.Angles(0.2,0,0),0.5)
1756
		end
1757
		coroutine.resume(coroutine.create(function()
1758
		wait(0.4)
1759
		HB:remove()
1760
		end))
1761
		Pause = false
1762
		wait(0.5)
1763
		D = false
1764
	end
1765
end
1766
function OHOra()
1767
	if D == false then
1768
		D = true
1769
		Pause = true
1770
		Loop = true
1771
		SoundZ = Instance.new("Sound",ST)
1772
		SoundZ.SoundId = "rbxassetid://791374350"
1773
		SoundZ.Volume = 2
1774
		SoundZ.Looped = true
1775
		SoundZ.Pitch = 0.95
1776
		SoundZ:play()
1777
		while Loop do
1778
			local HB = Instance.new("Part",SRA)
1779
			HB.CanCollide = false
1780
			HB.Transparency = 1
1781
			local HB2 = Instance.new("Weld",HB)
1782
			HB2.Part0 = SRA
1783
			HB2.Part1 = HB
1784
			HB2.C0 = CFrame.new(0,-1.1,0)
1785
			HB.Touched:connect(function(hit)
1786
				if hit.Parent:FindFirstChild("Humanoid") and hit.Parent ~= nil and hit.Parent.Name ~= Character.Name then
1787
					HB:remove()
1788
					hit.Parent.Humanoid:TakeDamage(1.5)
1789
					hit.Parent.Humanoid.WalkSpeed = 2
1790
					local random = math.random(-3,3)
1791
					local random2 = math.random(-3,3)
1792
					local random3 = math.random(-3,3)
1793
					local Ef = Instance.new("Part",workspace)
1794
					Ef.Size = Vector3.new(1,1,1)
1795
					Ef.CanCollide = false
1796
					Ef.Material = "Neon"
1797
					Ef.BrickColor = BrickColor.new("Blue")
1798-
					Ef.BrickColor = BrickColor.new("White")
1798+
1799
					Ef.CFrame = hit.Parent.Torso.CFrame*CFrame.new(0,0,0)*CFrame.Angles(random,random2,random3)
1800
					local Ef2 = Instance.new("SpecialMesh",Ef)
1801
					Ef2.MeshType = "Sphere"
1802
					Ef2.Scale = Vector3.new(0.1,0.1,0.1)
1803
					local Part = Instance.new("Part",workspace)
1804
					Part.Size = Vector3.new(1,1,1)
1805
					Part.CanCollide = false
1806
					Part.BrickColor = BrickColor.new("Black")
1807-
					Part.BrickColor = BrickColor.new("New Yeller")
1807+
1808
					Part.Anchored = true
1809
					Part.CFrame = hit.Parent.Torso.CFrame*CFrame.new(0,0,0)*CFrame.Angles(random,random2,random3)
1810
					local Part2 = Instance.new("SpecialMesh",Part)
1811
					Part2.MeshType = "Sphere"
1812
					Part2.Scale = Vector3.new(1,1,1)
1813
					for i = 1,50 do
1814
						Part2.Scale = Part2.Scale + Vector3.new(0.1,0.1,4)
1815
						Part.Transparency = Part.Transparency + 0.07
1816
						Ef2.Scale = Ef2.Scale + Vector3.new(0.3,0.3,2)
1817
						Ef.Transparency = Ef.Transparency + 0.07
1818
						game:GetService("RunService").RenderStepped:wait()
1819
					end
1820
					Part:remove()
1821
					Ef:remove()
1822
					end
1823
			end)
1824
			for i = 0,0.15,0.1 do
1825
			swait()
1826
			PlayAnimationFromTable({
1827
	         CFrame.new(0,0,0) * CFrame.new(0, 0, 0) * CFrame.Angles(0.2, 0.5, 0), 
1828
	         CFrame.new(0,1.5,0) * CFrame.new(0, 0, 0) * CFrame.Angles(-0.1, -0.4, 0), 
1829
	         CFrame.new(1.5,0.5,-0.5) * CFrame.new(0, 0, 0) * CFrame.Angles(1.45,0,0.7), 
1830
	         CFrame.new(-1.5,0,0) * CFrame.new(0, 0, 0) * CFrame.Angles(-0.2, 0.2, 0), 
1831
	         CFrame.new(0.6,-2.1,0) * CFrame.new(0, 0, 0) * CFrame.Angles(-0.2, -0.5, 0.1), 
1832
	         CFrame.new(-0.6,-2,0) * CFrame.new(0, 0, 0) * CFrame.Angles(-0.2, 0.2, -0.1),  
1833
			}, .5, false)
1834
			SRA3.C0 = clerp(SRA3.C0,CFrame.new(1,0,0)*CFrame.new(0,1,-4)*CFrame.Angles(2.2,0,-0.4),0.3)
1835
			SLA3.C0 = clerp(SLA3.C0,CFrame.new(-1.5,0,0)*CFrame.new(0,0.5,3)*CFrame.Angles(1.55,0,0.4),0.3)
1836
			SRL3.C0 = clerp(SRL3.C0,CFrame.new(0.5,-1,-0.2)*CFrame.Angles(-0.5,0,0),0.3)
1837
			SLL3.C0 = clerp(SLL3.C0,CFrame.new(-0.5,-1.8,0.3)*CFrame.Angles(-0.5,0,0),0.3)
1838
			ST3.C0 = clerp(ST3.C0,CFrame.new(0,0.5,-2)*CFrame.new(0,0,0)*CFrame.Angles(-0.3,1,0),0.3)
1839
			SH2.C0 = clerp(SH2.C0,CFrame.new(0,1.5,0)*CFrame.Angles(0.3,-0.5,0),0.3)
1840
			end
1841
			coroutine.resume(coroutine.create(function()
1842
				wait(1)
1843
				HB:remove()
1844
			end))
1845
			local CCB = Instance.new("Part",SRA)
1846
			CCB.CanCollide = false
1847
			CCB.Transparency = 1
1848
			local CCB2 = Instance.new("Weld",CCB)
1849
			CCB2.Part0 = SRA
1850
			CCB2.Part1 = CCB
1851
			CCB2.C0 = CFrame.new(0,-1.1,0)
1852
			CCB.Touched:connect(function(hit)
1853
				if hit.Parent:FindFirstChild("Humanoid") and hit.Parent ~= nil and hit.Parent.Name ~= Character.Name then
1854
					CCB:remove()
1855
					hit.Parent.Humanoid:TakeDamage(1.5)
1856
					hit.Parent.Humanoid.WalkSpeed = 2
1857
					local random = math.random(-3,3)
1858
					local random2 = math.random(-3,3)
1859
					local random3 = math.random(-3,3)
1860
					local Ef = Instance.new("Part",workspace)
1861
					Ef.Size = Vector3.new(1,1,1)
1862
					Ef.CanCollide = false
1863
					Ef.Material = "Neon"
1864
					Ef.BrickColor = BrickColor.new("Blue")
1865-
					Ef.BrickColor = BrickColor.new("White")
1865+
1866
					Ef.CFrame = hit.Parent.Torso.CFrame*CFrame.new(0,0,0)*CFrame.Angles(random,random2,random3)
1867
					local Ef2 = Instance.new("SpecialMesh",Ef)
1868
					Ef2.MeshType = "Sphere"
1869
					Ef2.Scale = Vector3.new(0.1,0.1,0.1)
1870
					local Part = Instance.new("Part",workspace)
1871
					Part.Size = Vector3.new(1,1,1)
1872
					Part.CanCollide = false
1873
					Part.BrickColor = BrickColor.new("Black")
1874-
					Part.BrickColor = BrickColor.new("New Yeller")
1874+
1875
					Part.Anchored = true
1876
					Part.CFrame = hit.Parent.Torso.CFrame*CFrame.new(0,0,0)*CFrame.Angles(random,random2,random3)
1877
					local Part2 = Instance.new("SpecialMesh",Part)
1878
					Part2.MeshType = "Sphere"
1879
					Part2.Scale = Vector3.new(0.1,0.1,0.1)
1880
					for i = 1,50 do
1881
						Part2.Scale = Part2.Scale + Vector3.new(0.1,0.1,4)
1882
						Part.Transparency = Part.Transparency + 0.07
1883
						Ef2.Scale = Ef2.Scale + Vector3.new(0.3,0.3,2)
1884
						Ef.Transparency = Ef.Transparency + 0.07
1885
						game:GetService("RunService").RenderStepped:wait()
1886
					end
1887
					Part:remove()
1888
					Ef:remove()
1889
				end
1890
			end)
1891
			for i = 0,0.15,0.1 do
1892
			swait()
1893
			PlayAnimationFromTable({
1894
	         CFrame.new(0,0,0) * CFrame.new(0, 0, 0) * CFrame.Angles(0.2, 0.5, 0), 
1895
	         CFrame.new(0,1.5,0) * CFrame.new(0, 0, 0) * CFrame.Angles(-0.1, -0.4, 0), 
1896
	         CFrame.new(1.5,0.5,-0.5) * CFrame.new(0, 0, 0) * CFrame.Angles(1.45,0,0.7), 
1897
	         CFrame.new(-1.5,0,0) * CFrame.new(0, 0, 0) * CFrame.Angles(-0.2, 0.2, 0), 
1898
	         CFrame.new(0.6,-2.1,0) * CFrame.new(0, 0, 0) * CFrame.Angles(-0.2, -0.5, 0.1), 
1899
	         CFrame.new(-0.6,-2,0) * CFrame.new(0, 0, 0) * CFrame.Angles(-0.2, 0.2, -0.1),  
1900
			}, .5, false)
1901
			SRA3.C0 = clerp(SRA3.C0,CFrame.new(1.5,0,0)*CFrame.new(0,0.5,3)*CFrame.Angles(1.55,0,0.4),0.3)
1902
			SLA3.C0 = clerp(SLA3.C0,CFrame.new(-1,0,0)*CFrame.new(0,1,-4)*CFrame.Angles(2.2,0,0.4),0.3)
1903
			SRL3.C0 = clerp(SRL3.C0,CFrame.new(0.5,-1,-0.2)*CFrame.Angles(-0.5,0,0),0.3)
1904
			SLL3.C0 = clerp(SLL3.C0,CFrame.new(-0.5,-1.8,0.3)*CFrame.Angles(-0.5,0,0),0.3)
1905
			ST3.C0 = clerp(ST3.C0,CFrame.new(0,0.5,-2)*CFrame.new(0,0,0)*CFrame.Angles(-0.3,-1,0),0.3)
1906
			SH2.C0 = clerp(SH2.C0,CFrame.new(0,1.5,0)*CFrame.Angles(0.3,0.5,0),0.3)
1907
			end
1908
			coroutine.resume(coroutine.create(function()
1909
				wait(1)
1910
				CCB:remove()
1911
			end))
1912
			game:GetService("RunService").RenderStepped:wait()
1913
		end
1914
		wait(0.2)
1915
		D = false
1916
	end
1917
end
1918
1919
function Stop()
1920
	Pause = false
1921
	SoundZ:remove()
1922
	Loop = false
1923
end
1924
1925
function UnStand()
1926
	if D == false then
1927
		D = true
1928
		FlA.Enabled = false
1929
		FlA1.Enabled = false
1930
		FlA2.Enabled = false
1931
		FlA3.Enabled = false
1932
		FlA4.Enabled = false
1933
		FlA5.Enabled = false
1934
		ZZA.Enabled= false
1935
		ZZA1.Enabled = false
1936
		ZZA2.Enabled = false
1937
		ZZA3.Enabled = false
1938
		ZZA4.Enabled = false
1939
		ZZA5.Enabled = false
1940
		Pause = true
1941
		coroutine.resume(coroutine.create(function()
1942
		for i = 0,1.2,0.1 do
1943
		swait()
1944
		PlayAnimationFromTable({
1945
         CFrame.new(0,0,0) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 
1946
         CFrame.new(0,1.5,0) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 
1947
         CFrame.new(1.5,0,0) * CFrame.new(0, 0, 0) * CFrame.Angles(0,0,0), 
1948
         CFrame.new(-1.5,0,0) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 
1949
         CFrame.new(0.5,-2,0) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 
1950
         CFrame.new(-0.5,-2,0) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), 
1951
		}, .5, false)
1952
		ST3.C0 = clerp(ST3.C0,CFrame.new(0,0,0)*CFrame.Angles(0,0,0),0.3)
1953
		end
1954
		Pause = false
1955
		ZZZ:disconnect()
1956
		ZZZ1:disconnect()
1957
		end))
1958
		for i,v in pairs(Character.Stand:children()) do
1959
		    if v:IsA("Part") then
1960
				coroutine.resume(coroutine.create(function()
1961
				for i = 1,11 do
1962
		        v.Transparency = v.Transparency + 0.1
1963
				Face.Transparency = Face.Transparency + 0.1
1964
				game:GetService("RunService").RenderStepped:wait()
1965
				end
1966
				end))
1967
		    end
1968
		end
1969
		wait(0.5)
1970
		D = false
1971
		
1972
	end
1973
end
1974
1975
1976
New = function(Object, Parent, Name, Data)
1977
	local Object = Instance.new(Object)
1978
	for Index, Value in pairs(Data or {}) do
1979
		Object[Index] = Value
1980
	end
1981
	Object.Parent = Parent
1982
	Object.Name = Name
1983
	return Object
1984
end
1985
function rayCast(Position, Direction, Range, Ignore)
1986
	return game:service("Workspace"):FindPartOnRay(Ray.new(Position, Direction.unit * (Range or 999.999)), Ignore) 
1987
end 
1988
1989
1990
1991
1992
coroutine.wrap(function()
1993
while 1 do
1994
swait()
1995
if doe <= 360 then
1996
	doe = doe + 2
1997
else
1998
	doe = 0
1999
end
2000
end
2001
end)()
2002
while true do
2003
	swait()
2004
	for i, v in pairs(Character:GetChildren()) do
2005
		if v:IsA("Part") then
2006
			v.Material = "SmoothPlastic"
2007
		elseif v:IsA("Accessory") then
2008
			v:WaitForChild("Handle").Material = "SmoothPlastic"
2009
		end
2010
	end
2011
2012
	Torsovelocity = (RootPart.Velocity * Vector3.new(1, 0, 1)).magnitude 
2013
	velocity = RootPart.Velocity.y
2014
	sine = sine + change
2015
	local hit, pos = rayCast(RootPart.Position, (CFrame.new(RootPart.Position, RootPart.Position - Vector3.new(0, 1, 0))).lookVector, 4, Character)
2016
		if RootPart.Velocity.y > 1 and hit == nil then 
2017
			Anim = "Jump"
2018
			if Pause == false then
2019
		PlayAnimationFromTable({
2020
          CFrame.new(0,0,0) * CFrame.new(0, 0, 0) * CFrame.Angles(-0.4, 0, 0), -- Torso, 
2021
         CFrame.new(0,1.5,0) * CFrame.new(0, 0, 0) * CFrame.Angles(0.2, 0, 0), ----- Head
2022
         CFrame.new(1.5,0,0) * CFrame.new(0, 0, 0) * CFrame.Angles(-0.2,0,0),  --- RightArm
2023
         CFrame.new(-1.5,0,0) * CFrame.new(0, 0, 0) * CFrame.Angles(-0.2, 0, 0),--LeftArm 
2024
         CFrame.new(0.5,-1.6,-0.1) * CFrame.new(0, 0, 0) * CFrame.Angles(-0.3, 0, 0), --RightLeg
2025
         CFrame.new(-0.5,-1.8,0.2) * CFrame.new(0, 0, 0) * CFrame.Angles(-0.2, 0, 0), --LeftLeg
2026
		}, .3, false)
2027
		SRA3.C0 = clerp(SRA3.C0,CFrame.new(1.5,0,0)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),0.3)
2028
		SLA3.C0 = clerp(SLA3.C0,CFrame.new(-1.5,0,0)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),0.3)
2029
		SRL3.C0 = clerp(SRL3.C0,CFrame.new(0.5,-2,0)*CFrame.Angles(0,0,0),0.3)
2030
		SLL3.C0 = clerp(SLL3.C0,CFrame.new(-0.5,-2,0)*CFrame.Angles(0,0,0),0.3)
2031
		ST3.C0 = clerp(ST3.C0,CFrame.new(1,1.5,2)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),0.3)
2032
		SH2.C0 = clerp(SH2.C0,CFrame.new(0,1.5,0)*CFrame.Angles(0,0,0),0.3)
2033
					end
2034
		elseif RootPart.Velocity.y < -1 and hit == nil then 
2035
			Anim = "Fall"
2036
			if Pause == false then
2037
		PlayAnimationFromTable({
2038
          CFrame.new(0,0,0) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), -- Torso, 
2039
         CFrame.new(0,1.5,0) * CFrame.new(0, 0, 0) * CFrame.Angles(-0.2, 0, 0), ----- Head
2040
         CFrame.new(1.78,0.1,0) * CFrame.new(0, 0, 0) * CFrame.Angles(0,0,0.4),  --- RightArm
2041
         CFrame.new(-1.78,0.1,0) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, -0.4),--LeftArm 
2042
         CFrame.new(0.7,-2,0) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0.2), --RightLeg
2043
         CFrame.new(-0.7,-2,0) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, -0.2), --LeftLeg
2044
		}, .3, false)
2045
		SRA3.C0 = clerp(SRA3.C0,CFrame.new(1.5,0,0)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),0.3)
2046
		SLA3.C0 = clerp(SLA3.C0,CFrame.new(-1.5,0,0)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),0.3)
2047
		SRL3.C0 = clerp(SRL3.C0,CFrame.new(0.5,-2,0)*CFrame.Angles(0,0,0),0.3)
2048
		SLL3.C0 = clerp(SLL3.C0,CFrame.new(-0.5,-2,0)*CFrame.Angles(0,0,0),0.3)
2049
		ST3.C0 = clerp(ST3.C0,CFrame.new(0,5,3)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),0.3)
2050
		SH2.C0 = clerp(SH2.C0,CFrame.new(0,1.5,0)*CFrame.Angles(0,0,0),0.3)
2051
					end
2052
		elseif Torsovelocity < 1 and hit ~= nil then
2053
			Anim = "Idle"
2054
			if Pause == false then
2055
				change = 1
2056
		PlayAnimationFromTable({
2057
         CFrame.new(0,0-.05*math.sin(tick()*2),0) * CFrame.new(0, 0, 0) * CFrame.Angles(0, -0.4, 0), 
2058
         CFrame.new(0,1.5,0) * CFrame.new(0, 0, 0) * CFrame.Angles(0-.1*math.sin(tick()*2), 0.4, 0), 
2059
         CFrame.new(1.59,0,0) * CFrame.new(0, 0, 0) * CFrame.Angles(0,0,0.1), 
2060
         CFrame.new(-1.59,0,0) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, -0.1), 
2061
         CFrame.new(0.6,-2,0) * CFrame.new(0, 0+.05*math.sin(tick()*2), 0) * CFrame.Angles(0, 0, 0.1), 
2062
         CFrame.new(-0.6,-2,0) * CFrame.new(0, 0+.05*math.sin(tick()*2), 0) * CFrame.Angles(0, 0, -0.1),
2063
		}, .3, false)
2064
		SRA3.C0 = clerp(SRA3.C0,CFrame.new(1.5,0,0)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),0.3)
2065
		SLA3.C0 = clerp(SLA3.C0,CFrame.new(-1.5,0,0)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),0.3)
2066
		SRL3.C0 = clerp(SRL3.C0,CFrame.new(0.5,-2,0)*CFrame.Angles(0,0,0),0.3)
2067
		SLL3.C0 = clerp(SLL3.C0,CFrame.new(-0.5,-2,0)*CFrame.Angles(0,0,0),0.3)
2068
		SH2.C0 = clerp(SH2.C0,CFrame.new(0,1.5,0)*CFrame.Angles(0,0,0),0.3)
2069
		ST3.C0 = clerp(ST3.C0,CFrame.new(1,1.5,1.5)*CFrame.new(0,0-.1*math.sin(tick()*3),0)*CFrame.Angles(0,0,0),0.3)
2070
			end
2071
		elseif Torsovelocity > 2 and hit ~= nil then
2072
			Anim = "Walk"
2073
			if Pause == false then
2074
		PlayAnimationFromTable({		
2075
        CFrame.new(0,0,0) * CFrame.new(0, 0-.1*math.sin(tick()*11), 0) * CFrame.Angles(-0.1-.1*math.sin(tick()*11), 0, 0+RootPart.RotVelocity.Y/33), 
2076
         CFrame.new(0,1.5,0) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0+RootPart.RotVelocity.Y/20, 0), 
2077
         CFrame.new(1.5,0,0) * CFrame.new(0, 0, 0- 0.5 * math.cos((sine) / 5)) * CFrame.Angles(math.rad(0+ 20 * math.cos((sine) / 5)),  0, 0), 
2078
         CFrame.new(-1.5,0,0) * CFrame.new(0, 0, 0+ 0.5 * math.cos((sine) / 5)) * CFrame.Angles(math.rad(0- 20 * math.cos((sine) / 5)),  0, 0), 
2079
         CFrame.new(0.5,-2,0) * CFrame.new(0, 0, 0+ .9 * math.cos((sine) / 5)) * CFrame.Angles(math.rad(0 - 30 * math.cos((sine) / 5)), 0, 0-RootPart.RotVelocity.Y/33), 
2080
         CFrame.new(-0.5,-2,0) * CFrame.new(0, 0, 0- .9 * math.cos((sine) / 5)) * CFrame.Angles(math.rad(0 + 30 * math.cos((sine) / 5)), 0, 0-RootPart.RotVelocity.Y/33),  
2081
		}, .3, false)
2082
		SRA3.C0 = clerp(SRA3.C0,CFrame.new(1.5,0,0)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),0.3)
2083
		SLA3.C0 = clerp(SLA3.C0,CFrame.new(-1.5,0,0)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),0.3)
2084
		SRL3.C0 = clerp(SRL3.C0,CFrame.new(0.5,-2,0)*CFrame.Angles(0,0,0),0.3)
2085
		SLL3.C0 = clerp(SLL3.C0,CFrame.new(-0.5,-2,0)*CFrame.Angles(0,0,0),0.3)
2086
		SH2.C0 = clerp(SH2.C0,CFrame.new(0,1.5,0)*CFrame.Angles(0,0,0),0.3)
2087
		ST3.C0 = clerp(ST3.C0,CFrame.new(1,1.5,1.5)*CFrame.new(0,0-.1*math.sin(tick()*6),0)*CFrame.Angles(0,0,0),0.3)
2088
			end
2089
		end
2090
end