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("Really black") |
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("Really black") |
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("Really black") |
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") | |
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") | |
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") | |
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") | |
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") | |
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") | |
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") | |
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") | |
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") | |
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") | |
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") | |
625 | Part14.CanCollide = false | |
626 | Part14.Material = Enum.Material.SmoothPlastic | |
627 | Part14.TopSurface = Enum.SurfaceType.Smooth | |
628 | Part14.brickColor = BrickColor.new("Pastel yellow") | |
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") | |
639 | Part15.CanCollide = false | |
640 | Part15.Material = Enum.Material.SmoothPlastic | |
641 | Part15.TopSurface = Enum.SurfaceType.Smooth | |
642 | Part15.brickColor = BrickColor.new("New Yeller") | |
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") | |
695 | Part30.CanCollide = false | |
696 | Part30.Material = Enum.Material.SmoothPlastic | |
697 | Part30.TopSurface = Enum.SurfaceType.Smooth | |
698 | Part30.brickColor = BrickColor.new("New Yeller") | |
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") | |
709 | Part31.CanCollide = false | |
710 | Part31.Material = Enum.Material.SmoothPlastic | |
711 | Part31.TopSurface = Enum.SurfaceType.Smooth | |
712 | Part31.brickColor = BrickColor.new("New Yeller") | |
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") | |
723 | Part32.CanCollide = false | |
724 | Part32.Material = Enum.Material.SmoothPlastic | |
725 | Part32.TopSurface = Enum.SurfaceType.Smooth | |
726 | Part32.brickColor = BrickColor.new("New Yeller") | |
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") | |
737 | Part33.CanCollide = false | |
738 | Part33.Material = Enum.Material.SmoothPlastic | |
739 | Part33.TopSurface = Enum.SurfaceType.Smooth | |
740 | Part33.brickColor = BrickColor.new("New Yeller") | |
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") | |
751 | Part34.CanCollide = false | |
752 | Part34.Material = Enum.Material.SmoothPlastic | |
753 | Part34.TopSurface = Enum.SurfaceType.Smooth | |
754 | Part34.brickColor = BrickColor.new("New Yeller") | |
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") | |
765 | Part35.CanCollide = false | |
766 | Part35.Material = Enum.Material.SmoothPlastic | |
767 | Part35.TopSurface = Enum.SurfaceType.Smooth | |
768 | Part35.brickColor = BrickColor.new("New Yeller") | |
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") | |
779 | Part36.CanCollide = false | |
780 | Part36.Material = Enum.Material.SmoothPlastic | |
781 | Part36.TopSurface = Enum.SurfaceType.Smooth | |
782 | Part36.brickColor = BrickColor.new("New Yeller") | |
783 | Part36.Shape = Enum.PartType.Ball | |
784 | Part37.Parent = mas | |
785 | Part37.CFrame = CFrame.new(-5.4347682, 2.38718915, -1.17450416, -0.999606609, 0, 0.0281260796, 0, 1, 0, -0.0281260796, 0, -0.999606609) | |
786 | Part37.Orientation = Vector3.new(0, 178.389999, 0) | |
787 | Part37.Position = Vector3.new(-5.4347682, 2.38718915, -1.17450416) | |
788 | Part37.Rotation = Vector3.new(-180, 1.61000001, -180) | |
789 | Part37.Color = Color3.new(1, 1, 0) | |
790 | Part37.Size = Vector3.new(0.161860615, 0.161860615, 0.161860615) | |
791 | Part37.BottomSurface = Enum.SurfaceType.Smooth | |
792 | Part37.BrickColor = BrickColor.new("New Yeller") | |
793 | Part37.CanCollide = false | |
794 | Part37.Material = Enum.Material.SmoothPlastic | |
795 | Part37.TopSurface = Enum.SurfaceType.Smooth | |
796 | Part37.brickColor = BrickColor.new("New Yeller") | |
797 | Part37.Shape = Enum.PartType.Ball | |
798 | Part38.Parent = mas | |
799 | Part38.CFrame = CFrame.new(-5.43925047, 2.38718915, -1.01509559, -0.999606609, 0, 0.0281260796, 0, 1, 0, -0.0281260796, 0, -0.999606609) | |
800 | Part38.Orientation = Vector3.new(0, 178.389999, 0) | |
801 | Part38.Position = Vector3.new(-5.43925047, 2.38718915, -1.01509559) | |
802 | Part38.Rotation = Vector3.new(-180, 1.61000001, -180) | |
803 | Part38.Color = Color3.new(1, 1, 0) | |
804 | Part38.Size = Vector3.new(0.161860615, 0.161860615, 0.161860615) | |
805 | Part38.BottomSurface = Enum.SurfaceType.Smooth | |
806 | Part38.BrickColor = BrickColor.new("New Yeller") | |
807 | Part38.CanCollide = false | |
808 | Part38.Material = Enum.Material.SmoothPlastic | |
809 | Part38.TopSurface = Enum.SurfaceType.Smooth | |
810 | Part38.brickColor = BrickColor.new("New Yeller") | |
811 | Part38.Shape = Enum.PartType.Ball | |
812 | Part39.Parent = mas | |
813 | Part39.CFrame = CFrame.new(-5.43697119, 2.22288823, -1.09609091, -0.999606609, 0, 0.0281260796, 0, 1, 0, -0.0281260796, 0, -0.999606609) | |
814 | Part39.Orientation = Vector3.new(0, 178.389999, 0) | |
815 | Part39.Position = Vector3.new(-5.43697119, 2.22288823, -1.09609091) | |
816 | Part39.Rotation = Vector3.new(-180, 1.61000001, -180) | |
817 | Part39.Color = Color3.new(1, 1, 0) | |
818 | Part39.Size = Vector3.new(0.161860615, 0.161860615, 0.161860615) | |
819 | Part39.BottomSurface = Enum.SurfaceType.Smooth | |
820 | Part39.BrickColor = BrickColor.new("New Yeller") | |
821 | Part39.CanCollide = false | |
822 | Part39.Material = Enum.Material.SmoothPlastic | |
823 | Part39.TopSurface = Enum.SurfaceType.Smooth | |
824 | Part39.brickColor = BrickColor.new("New Yeller") | |
825 | Part39.Shape = Enum.PartType.Ball | |
826 | Part40.Parent = mas | |
827 | Part40.CFrame = CFrame.new(-5.03661871, 2.2724297, -1.10532296, -0.999606609, 0, 0.0281260796, 0, 1, 0, -0.0281260796, 0, -0.999606609) | |
828 | Part40.Orientation = Vector3.new(0, 178.389999, 0) | |
829 | Part40.Position = Vector3.new(-5.03661871, 2.2724297, -1.10532296) | |
830 | Part40.Rotation = Vector3.new(-180, 1.61000001, -180) | |
831 | Part40.Color = Color3.new(1, 1, 0) | |
832 | Part40.Size = Vector3.new(0.830001056, 0.100000069, 1.04999971) | |
833 | Part40.BottomSurface = Enum.SurfaceType.Smooth | |
834 | Part40.BrickColor = BrickColor.new("New Yeller") | |
835 | Part40.CanCollide = false | |
836 | Part40.Material = Enum.Material.SmoothPlastic | |
837 | Part40.TopSurface = Enum.SurfaceType.Smooth | |
838 | Part40.brickColor = BrickColor.new("New Yeller") | |
839 | Part41.Parent = mas | |
840 | Part41.CFrame = CFrame.new(-5.03661871, 2.6140368, -1.10532296, -0.999606609, 0, 0.0281260796, 0, 1, 0, -0.0281260796, 0, -0.999606609) | |
841 | Part41.Orientation = Vector3.new(0, 178.389999, 0) | |
842 | Part41.Position = Vector3.new(-5.03661871, 2.6140368, -1.10532296) | |
843 | Part41.Rotation = Vector3.new(-180, 1.61000001, -180) | |
844 | Part41.Color = Color3.new(1, 1, 0) | |
845 | Part41.Size = Vector3.new(0.830001056, 0.100000069, 1.04999971) | |
846 | Part41.BottomSurface = Enum.SurfaceType.Smooth | |
847 | Part41.BrickColor = BrickColor.new("New Yeller") | |
848 | Part41.CanCollide = false | |
849 | Part41.Material = Enum.Material.SmoothPlastic | |
850 | Part41.TopSurface = Enum.SurfaceType.Smooth | |
851 | Part41.brickColor = BrickColor.new("New Yeller") | |
852 | Part42.Parent = mas | |
853 | Part42.CFrame = CFrame.new(-4.98317862, 3.50830507, -1.10285795, -0.999992013, 0, 0.00455300882, 0, 1, 0, -0.00455300882, 0, -0.999992013) | |
854 | Part42.Orientation = Vector3.new(0, 179.73999, 0) | |
855 | Part42.Position = Vector3.new(-4.98317862, 3.50830507, -1.10285795) | |
856 | Part42.Rotation = Vector3.new(-180, 0.25999999, -180) | |
857 | Part42.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
858 | Part42.Size = Vector3.new(0.830001056, 0.110000081, 1.04999971) | |
859 | Part42.BottomSurface = Enum.SurfaceType.Smooth | |
860 | Part42.BrickColor = BrickColor.new("Institutional white") | |
861 | Part42.CanCollide = false | |
862 | Part42.Material = Enum.Material.SmoothPlastic | |
863 | Part42.TopSurface = Enum.SurfaceType.Smooth | |
864 | Part42.brickColor = BrickColor.new("Institutional white") | |
865 | for i,v in pairs(mas:GetChildren()) do | |
866 | v.Parent = game:GetService("Players").LocalPlayer.Character.Stand | |
867 | pcall(function() v:MakeJoints() end) | |
868 | end | |
869 | local Wld = Instance.new("Weld",Part15) | |
870 | Wld.Part0 = SLA | |
871 | Wld.Part1 = Part15 | |
872 | Wld.C0 = CFrame.new(-0.49,0.55,0.03)*CFrame.Angles(0,3.15,0) | |
873 | mas2 = Instance.new("Model",game:GetService("Lighting")) | |
874 | WeldConstraint0 = Instance.new("WeldConstraint") | |
875 | WeldConstraint1 = Instance.new("WeldConstraint") | |
876 | WeldConstraint2 = Instance.new("WeldConstraint") | |
877 | WeldConstraint3 = Instance.new("WeldConstraint") | |
878 | WeldConstraint4 = Instance.new("WeldConstraint") | |
879 | WeldConstraint5 = Instance.new("WeldConstraint") | |
880 | WeldConstraint6 = Instance.new("WeldConstraint") | |
881 | WeldConstraint7 = Instance.new("WeldConstraint") | |
882 | WeldConstraint8 = Instance.new("WeldConstraint") | |
883 | WeldConstraint9 = Instance.new("WeldConstraint") | |
884 | WeldConstraint10 = Instance.new("WeldConstraint") | |
885 | WeldConstraint11 = Instance.new("WeldConstraint") | |
886 | WeldConstraint12 = Instance.new("WeldConstraint") | |
887 | WeldConstraint13 = Instance.new("WeldConstraint") | |
888 | Part14 = Instance.new("Part") | |
889 | Part15 = Instance.new("Part") | |
890 | WeldConstraint16 = Instance.new("WeldConstraint") | |
891 | WeldConstraint17 = Instance.new("WeldConstraint") | |
892 | WeldConstraint18 = Instance.new("WeldConstraint") | |
893 | WeldConstraint19 = Instance.new("WeldConstraint") | |
894 | WeldConstraint20 = Instance.new("WeldConstraint") | |
895 | WeldConstraint21 = Instance.new("WeldConstraint") | |
896 | WeldConstraint22 = Instance.new("WeldConstraint") | |
897 | WeldConstraint23 = Instance.new("WeldConstraint") | |
898 | WeldConstraint24 = Instance.new("WeldConstraint") | |
899 | WeldConstraint25 = Instance.new("WeldConstraint") | |
900 | WeldConstraint26 = Instance.new("WeldConstraint") | |
901 | WeldConstraint27 = Instance.new("WeldConstraint") | |
902 | WeldConstraint28 = Instance.new("WeldConstraint") | |
903 | WeldConstraint29 = Instance.new("WeldConstraint") | |
904 | Part30 = Instance.new("Part") | |
905 | Part31 = Instance.new("Part") | |
906 | Part32 = Instance.new("Part") | |
907 | Part33 = Instance.new("Part") | |
908 | Part34 = Instance.new("Part") | |
909 | Part35 = Instance.new("Part") | |
910 | Part36 = Instance.new("Part") | |
911 | Part37 = Instance.new("Part") | |
912 | Part38 = Instance.new("Part") | |
913 | Part39 = Instance.new("Part") | |
914 | Part40 = Instance.new("Part") | |
915 | Part41 = Instance.new("Part") | |
916 | Part42 = Instance.new("Part") | |
917 | WeldConstraint20.Parent = Part15 | |
918 | WeldConstraint20.Part0 = Part15 | |
919 | WeldConstraint20.Part1 = Part33 | |
920 | WeldConstraint22.Parent = Part15 | |
921 | WeldConstraint22.Part0 = Part15 | |
922 | WeldConstraint22.Part1 = Part35 | |
923 | WeldConstraint21.Parent = Part15 | |
924 | WeldConstraint21.Part0 = Part15 | |
925 | WeldConstraint21.Part1 = Part34 | |
926 | WeldConstraint23.Parent = Part15 | |
927 | WeldConstraint23.Part0 = Part15 | |
928 | WeldConstraint23.Part1 = Part36 | |
929 | WeldConstraint24.Parent = Part15 | |
930 | WeldConstraint24.Part0 = Part15 | |
931 | WeldConstraint24.Part1 = Part37 | |
932 | WeldConstraint25.Parent = Part15 | |
933 | WeldConstraint25.Part0 = Part15 | |
934 | WeldConstraint25.Part1 = Part38 | |
935 | WeldConstraint26.Parent = Part15 | |
936 | WeldConstraint26.Part0 = Part15 | |
937 | WeldConstraint26.Part1 = Part39 | |
938 | WeldConstraint27.Parent = Part15 | |
939 | WeldConstraint27.Part0 = Part15 | |
940 | WeldConstraint27.Part1 = Part40 | |
941 | WeldConstraint29.Parent = Part15 | |
942 | WeldConstraint29.Part0 = Part15 | |
943 | WeldConstraint29.Part1 = Part42 | |
944 | WeldConstraint28.Parent = Part15 | |
945 | WeldConstraint28.Part0 = Part15 | |
946 | WeldConstraint28.Part1 = Part41 | |
947 | WeldConstraint16.Parent = Part15 | |
948 | WeldConstraint16.Part0 = Part15 | |
949 | WeldConstraint16.Part1 = Part14 | |
950 | WeldConstraint17.Parent = Part15 | |
951 | WeldConstraint17.Part0 = Part15 | |
952 | WeldConstraint17.Part1 = Part30 | |
953 | WeldConstraint18.Parent = Part15 | |
954 | WeldConstraint18.Part0 = Part15 | |
955 | WeldConstraint18.Part1 = Part31 | |
956 | WeldConstraint19.Parent = Part15 | |
957 | WeldConstraint19.Part0 = Part15 | |
958 | WeldConstraint19.Part1 = Part32 | |
959 | Part14.Name = "Glove" | |
960 | Part14.Parent = mas2 | |
961 | Part14.CFrame = CFrame.new(-5.02166224, 2.51579881, -1.10017455, -0.999604464, 0, 0.0281260125, 0, 1, 0, -0.0281260125, 0, -0.999604464) | |
962 | Part14.Orientation = Vector3.new(0, 178.389999, 0) | |
963 | Part14.Position = Vector3.new(-5.02166224, 2.51579881, -1.10017455) | |
964 | Part14.Rotation = Vector3.new(-180, 1.61000001, -180) | |
965 | Part14.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
966 | Part14.Size = Vector3.new(0.830001354, 1.06999958, 1.04000032) | |
967 | Part14.BottomSurface = Enum.SurfaceType.Smooth | |
968 | Part14.BrickColor = BrickColor.new("Pastel yellow") | |
969 | Part14.CanCollide = false | |
970 | Part14.Material = Enum.Material.SmoothPlastic | |
971 | Part14.TopSurface = Enum.SurfaceType.Smooth | |
972 | Part14.brickColor = BrickColor.new("Pastel yellow") | |
973 | Part15.Name = "LeftHandle" | |
974 | Part15.Parent = mas2 | |
975 | Part15.CFrame = CFrame.new(-5.38319588, 3.51649904, -1.08419061, -0.999990106, 0, 0.00455299765, 0, 1, 0, -0.00455299765, 0, -0.999990106) | |
976 | Part15.Orientation = Vector3.new(0, 179.73999, 0) | |
977 | Part15.Position = Vector3.new(-5.38319588, 3.51649904, -1.08419061) | |
978 | Part15.Rotation = Vector3.new(-180, 0.25999999, -180) | |
979 | Part15.Color = Color3.new(1, 1, 0) | |
980 | Part15.Size = Vector3.new(0.211860612, 0.211860612, 0.211860612) | |
981 | Part15.BottomSurface = Enum.SurfaceType.Smooth | |
982 | Part15.BrickColor = BrickColor.new("New Yeller") | |
983 | Part15.CanCollide = false | |
984 | Part15.Material = Enum.Material.SmoothPlastic | |
985 | Part15.TopSurface = Enum.SurfaceType.Smooth | |
986 | Part15.brickColor = BrickColor.new("New Yeller") | |
987 | Part15.Shape = Enum.PartType.Ball | |
988 | WeldConstraint16.Parent = Part15 | |
989 | WeldConstraint16.Part0 = Part15 | |
990 | WeldConstraint16.Part1 = Part14 | |
991 | WeldConstraint17.Parent = Part15 | |
992 | WeldConstraint17.Part0 = Part15 | |
993 | WeldConstraint17.Part1 = Part30 | |
994 | WeldConstraint18.Parent = Part15 | |
995 | WeldConstraint18.Part0 = Part15 | |
996 | WeldConstraint18.Part1 = Part31 | |
997 | WeldConstraint19.Parent = Part15 | |
998 | WeldConstraint19.Part0 = Part15 | |
999 | WeldConstraint19.Part1 = Part32 | |
1000 | WeldConstraint20.Parent = Part15 | |
1001 | WeldConstraint20.Part0 = Part15 | |
1002 | WeldConstraint20.Part1 = Part33 | |
1003 | WeldConstraint21.Parent = Part15 | |
1004 | WeldConstraint21.Part0 = Part15 | |
1005 | WeldConstraint21.Part1 = Part34 | |
1006 | WeldConstraint22.Parent = Part15 | |
1007 | WeldConstraint22.Part0 = Part15 | |
1008 | WeldConstraint22.Part1 = Part35 | |
1009 | WeldConstraint23.Parent = Part15 | |
1010 | WeldConstraint23.Part0 = Part15 | |
1011 | WeldConstraint23.Part1 = Part36 | |
1012 | WeldConstraint24.Parent = Part15 | |
1013 | WeldConstraint24.Part0 = Part15 | |
1014 | WeldConstraint24.Part1 = Part37 | |
1015 | WeldConstraint25.Parent = Part15 | |
1016 | WeldConstraint25.Part0 = Part15 | |
1017 | WeldConstraint25.Part1 = Part38 | |
1018 | WeldConstraint26.Parent = Part15 | |
1019 | WeldConstraint26.Part0 = Part15 | |
1020 | WeldConstraint26.Part1 = Part39 | |
1021 | WeldConstraint27.Parent = Part15 | |
1022 | WeldConstraint27.Part0 = Part15 | |
1023 | WeldConstraint27.Part1 = Part40 | |
1024 | WeldConstraint28.Parent = Part15 | |
1025 | WeldConstraint28.Part0 = Part15 | |
1026 | WeldConstraint28.Part1 = Part41 | |
1027 | WeldConstraint29.Parent = Part15 | |
1028 | WeldConstraint29.Part0 = Part15 | |
1029 | WeldConstraint29.Part1 = Part42 | |
1030 | Part30.Parent = mas2 | |
1031 | Part30.CFrame = CFrame.new(-5.44359446, 2.70850396, -0.860742211, -0.999606609, 0, 0.0281260796, 0, 1, 0, -0.0281260796, 0, -0.999606609) | |
1032 | Part30.Orientation = Vector3.new(0, 178.389999, 0) | |
1033 | Part30.Position = Vector3.new(-5.44359446, 2.70850396, -0.860742211) | |
1034 | Part30.Rotation = Vector3.new(-180, 1.61000001, -180) | |
1035 | Part30.Color = Color3.new(1, 1, 0) | |
1036 | Part30.Size = Vector3.new(0.161860615, 0.161860615, 0.161860615) | |
1037 | Part30.BottomSurface = Enum.SurfaceType.Smooth | |
1038 | Part30.BrickColor = BrickColor.new("New Yeller") | |
1039 | Part30.CanCollide = false | |
1040 | Part30.Material = Enum.Material.SmoothPlastic | |
1041 | Part30.TopSurface = Enum.SurfaceType.Smooth | |
1042 | Part30.brickColor = BrickColor.new("New Yeller") | |
1043 | Part30.Shape = Enum.PartType.Ball | |
1044 | Part31.Parent = mas2 | |
1045 | Part31.CFrame = CFrame.new(-5.43280172, 2.54659009, -1.24430549, -0.999606609, 0, 0.0281260796, 0, 1, 0, -0.0281260796, 0, -0.999606609) | |
1046 | Part31.Orientation = Vector3.new(0, 178.389999, 0) | |
1047 | Part31.Position = Vector3.new(-5.43280172, 2.54659009, -1.24430549) | |
1048 | Part31.Rotation = Vector3.new(-180, 1.61000001, -180) | |
1049 | Part31.Color = Color3.new(1, 1, 0) | |
1050 | Part31.Size = Vector3.new(0.161860615, 0.161860615, 0.161860615) | |
1051 | Part31.BottomSurface = Enum.SurfaceType.Smooth | |
1052 | Part31.BrickColor = BrickColor.new("New Yeller") | |
1053 | Part31.CanCollide = false | |
1054 | Part31.Material = Enum.Material.SmoothPlastic | |
1055 | Part31.TopSurface = Enum.SurfaceType.Smooth | |
1056 | Part31.brickColor = BrickColor.new("New Yeller") | |
1057 | Part31.Shape = Enum.PartType.Ball | |
1058 | Part32.Parent = mas2 | |
1059 | Part32.CFrame = CFrame.new(-5.43926716, 2.70850396, -1.01440942, -0.999606609, 0, 0.0281260796, 0, 1, 0, -0.0281260796, 0, -0.999606609) | |
1060 | Part32.Orientation = Vector3.new(0, 178.389999, 0) | |
1061 | Part32.Position = Vector3.new(-5.43926716, 2.70850396, -1.01440942) | |
1062 | Part32.Rotation = Vector3.new(-180, 1.61000001, -180) | |
1063 | Part32.Color = Color3.new(1, 1, 0) | |
1064 | Part32.Size = Vector3.new(0.161860615, 0.161860615, 0.161860615) | |
1065 | Part32.BottomSurface = Enum.SurfaceType.Smooth | |
1066 | Part32.BrickColor = BrickColor.new("New Yeller") | |
1067 | Part32.CanCollide = false | |
1068 | Part32.Material = Enum.Material.SmoothPlastic | |
1069 | Part32.TopSurface = Enum.SurfaceType.Smooth | |
1070 | Part32.brickColor = BrickColor.new("New Yeller") | |
1071 | Part32.Shape = Enum.PartType.Ball | |
1072 | Part33.Parent = mas2 | |
1073 | Part33.CFrame = CFrame.new(-5.43478155, 2.70850396, -1.17381823, -0.999606609, 0, 0.0281260796, 0, 1, 0, -0.0281260796, 0, -0.999606609) | |
1074 | Part33.Orientation = Vector3.new(0, 178.389999, 0) | |
1075 | Part33.Position = Vector3.new(-5.43478155, 2.70850396, -1.17381823) | |
1076 | Part33.Rotation = Vector3.new(-180, 1.61000001, -180) | |
1077 | Part33.Color = Color3.new(1, 1, 0) | |
1078 | Part33.Size = Vector3.new(0.161860615, 0.161860615, 0.161860615) | |
1079 | Part33.BottomSurface = Enum.SurfaceType.Smooth | |
1080 | Part33.BrickColor = BrickColor.new("New Yeller") | |
1081 | Part33.CanCollide = false | |
1082 | Part33.Material = Enum.Material.SmoothPlastic | |
1083 | Part33.TopSurface = Enum.SurfaceType.Smooth | |
1084 | Part33.brickColor = BrickColor.new("New Yeller") | |
1085 | Part33.Shape = Enum.PartType.Ball | |
1086 | Part34.Parent = mas2 | |
1087 | Part34.CFrame = CFrame.new(-5.43068886, 2.70850396, -1.31938517, -0.999606609, 0, 0.0281260796, 0, 1, 0, -0.0281260796, 0, -0.999606609) | |
1088 | Part34.Orientation = Vector3.new(0, 178.389999, 0) | |
1089 | Part34.Position = Vector3.new(-5.43068886, 2.70850396, -1.31938517) | |
1090 | Part34.Rotation = Vector3.new(-180, 1.61000001, -180) | |
1091 | Part34.Color = Color3.new(1, 1, 0) | |
1092 | Part34.Size = Vector3.new(0.161860615, 0.161860615, 0.161860615) | |
1093 | Part34.BottomSurface = Enum.SurfaceType.Smooth | |
1094 | Part34.BrickColor = BrickColor.new("New Yeller") | |
1095 | Part34.CanCollide = false | |
1096 | Part34.Material = Enum.Material.SmoothPlastic | |
1097 | Part34.TopSurface = Enum.SurfaceType.Smooth | |
1098 | Part34.brickColor = BrickColor.new("New Yeller") | |
1099 | Part34.Shape = Enum.PartType.Ball | |
1100 | Part35.Parent = mas2 | |
1101 | Part35.CFrame = CFrame.new(-5.43728685, 2.54659009, -1.0848968, -0.999606609, 0, 0.0281260796, 0, 1, 0, -0.0281260796, 0, -0.999606609) | |
1102 | Part35.Orientation = Vector3.new(0, 178.389999, 0) | |
1103 | Part35.Position = Vector3.new(-5.43728685, 2.54659009, -1.0848968) | |
1104 | Part35.Rotation = Vector3.new(-180, 1.61000001, -180) | |
1105 | Part35.Color = Color3.new(1, 1, 0) | |
1106 | Part35.Size = Vector3.new(0.161860615, 0.161860615, 0.161860615) | |
1107 | Part35.BottomSurface = Enum.SurfaceType.Smooth | |
1108 | Part35.BrickColor = BrickColor.new("New Yeller") | |
1109 | Part35.CanCollide = false | |
1110 | Part35.Material = Enum.Material.SmoothPlastic | |
1111 | Part35.TopSurface = Enum.SurfaceType.Smooth | |
1112 | Part35.brickColor = BrickColor.new("New Yeller") | |
1113 | Part35.Shape = Enum.PartType.Ball | |
1114 | Part36.Parent = mas2 | |
1115 | Part36.CFrame = CFrame.new(-5.44160986, 2.54659009, -0.931219518, -0.999606609, 0, 0.0281260796, 0, 1, 0, -0.0281260796, 0, -0.999606609) | |
1116 | Part36.Orientation = Vector3.new(0, 178.389999, 0) | |
1117 | Part36.Position = Vector3.new(-5.44160986, 2.54659009, -0.931219518) | |
1118 | Part36.Rotation = Vector3.new(-180, 1.61000001, -180) | |
1119 | Part36.Color = Color3.new(1, 1, 0) | |
1120 | Part36.Size = Vector3.new(0.161860615, 0.161860615, 0.161860615) | |
1121 | Part36.BottomSurface = Enum.SurfaceType.Smooth | |
1122 | Part36.BrickColor = BrickColor.new("New Yeller") | |
1123 | Part36.CanCollide = false | |
1124 | Part36.Material = Enum.Material.SmoothPlastic | |
1125 | Part36.TopSurface = Enum.SurfaceType.Smooth | |
1126 | Part36.brickColor = BrickColor.new("New Yeller") | |
1127 | Part36.Shape = Enum.PartType.Ball | |
1128 | Part37.Parent = mas2 | |
1129 | Part37.CFrame = CFrame.new(-5.4347682, 2.38718915, -1.17450416, -0.999606609, 0, 0.0281260796, 0, 1, 0, -0.0281260796, 0, -0.999606609) | |
1130 | Part37.Orientation = Vector3.new(0, 178.389999, 0) | |
1131 | Part37.Position = Vector3.new(-5.4347682, 2.38718915, -1.17450416) | |
1132 | Part37.Rotation = Vector3.new(-180, 1.61000001, -180) | |
1133 | Part37.Color = Color3.new(1, 1, 0) | |
1134 | Part37.Size = Vector3.new(0.161860615, 0.161860615, 0.161860615) | |
1135 | Part37.BottomSurface = Enum.SurfaceType.Smooth | |
1136 | Part37.BrickColor = BrickColor.new("New Yeller") | |
1137 | Part37.CanCollide = false | |
1138 | Part37.Material = Enum.Material.SmoothPlastic | |
1139 | Part37.TopSurface = Enum.SurfaceType.Smooth | |
1140 | Part37.brickColor = BrickColor.new("New Yeller") | |
1141 | Part37.Shape = Enum.PartType.Ball | |
1142 | Part38.Parent = mas2 | |
1143 | Part38.CFrame = CFrame.new(-5.43925047, 2.38718915, -1.01509559, -0.999606609, 0, 0.0281260796, 0, 1, 0, -0.0281260796, 0, -0.999606609) | |
1144 | Part38.Orientation = Vector3.new(0, 178.389999, 0) | |
1145 | Part38.Position = Vector3.new(-5.43925047, 2.38718915, -1.01509559) | |
1146 | Part38.Rotation = Vector3.new(-180, 1.61000001, -180) | |
1147 | Part38.Color = Color3.new(1, 1, 0) | |
1148 | Part38.Size = Vector3.new(0.161860615, 0.161860615, 0.161860615) | |
1149 | Part38.BottomSurface = Enum.SurfaceType.Smooth | |
1150 | Part38.BrickColor = BrickColor.new("New Yeller") | |
1151 | Part38.CanCollide = false | |
1152 | Part38.Material = Enum.Material.SmoothPlastic | |
1153 | Part38.TopSurface = Enum.SurfaceType.Smooth | |
1154 | Part38.brickColor = BrickColor.new("New Yeller") | |
1155 | Part38.Shape = Enum.PartType.Ball | |
1156 | Part39.Parent = mas2 | |
1157 | Part39.CFrame = CFrame.new(-5.43697119, 2.22288823, -1.09609091, -0.999606609, 0, 0.0281260796, 0, 1, 0, -0.0281260796, 0, -0.999606609) | |
1158 | Part39.Orientation = Vector3.new(0, 178.389999, 0) | |
1159 | Part39.Position = Vector3.new(-5.43697119, 2.22288823, -1.09609091) | |
1160 | Part39.Rotation = Vector3.new(-180, 1.61000001, -180) | |
1161 | Part39.Color = Color3.new(1, 1, 0) | |
1162 | Part39.Size = Vector3.new(0.161860615, 0.161860615, 0.161860615) | |
1163 | Part39.BottomSurface = Enum.SurfaceType.Smooth | |
1164 | Part39.BrickColor = BrickColor.new("New Yeller") | |
1165 | Part39.CanCollide = false | |
1166 | Part39.Material = Enum.Material.SmoothPlastic | |
1167 | Part39.TopSurface = Enum.SurfaceType.Smooth | |
1168 | Part39.brickColor = BrickColor.new("New Yeller") | |
1169 | Part39.Shape = Enum.PartType.Ball | |
1170 | Part40.Parent = mas2 | |
1171 | Part40.CFrame = CFrame.new(-5.03661871, 2.2724297, -1.10532296, -0.999606609, 0, 0.0281260796, 0, 1, 0, -0.0281260796, 0, -0.999606609) | |
1172 | Part40.Orientation = Vector3.new(0, 178.389999, 0) | |
1173 | Part40.Position = Vector3.new(-5.03661871, 2.2724297, -1.10532296) | |
1174 | Part40.Rotation = Vector3.new(-180, 1.61000001, -180) | |
1175 | Part40.Color = Color3.new(1, 1, 0) | |
1176 | Part40.Size = Vector3.new(0.830001056, 0.100000069, 1.04999971) | |
1177 | Part40.BottomSurface = Enum.SurfaceType.Smooth | |
1178 | Part40.BrickColor = BrickColor.new("New Yeller") | |
1179 | Part40.CanCollide = false | |
1180 | Part40.Material = Enum.Material.SmoothPlastic | |
1181 | Part40.TopSurface = Enum.SurfaceType.Smooth | |
1182 | Part40.brickColor = BrickColor.new("New Yeller") | |
1183 | Part41.Parent = mas2 | |
1184 | Part41.CFrame = CFrame.new(-5.03661871, 2.6140368, -1.10532296, -0.999606609, 0, 0.0281260796, 0, 1, 0, -0.0281260796, 0, -0.999606609) | |
1185 | Part41.Orientation = Vector3.new(0, 178.389999, 0) | |
1186 | Part41.Position = Vector3.new(-5.03661871, 2.6140368, -1.10532296) | |
1187 | Part41.Rotation = Vector3.new(-180, 1.61000001, -180) | |
1188 | Part41.Color = Color3.new(1, 1, 0) | |
1189 | Part41.Size = Vector3.new(0.830001056, 0.100000069, 1.04999971) | |
1190 | Part41.BottomSurface = Enum.SurfaceType.Smooth | |
1191 | Part41.BrickColor = BrickColor.new("New Yeller") | |
1192 | Part41.CanCollide = false | |
1193 | Part41.Material = Enum.Material.SmoothPlastic | |
1194 | Part41.TopSurface = Enum.SurfaceType.Smooth | |
1195 | Part41.brickColor = BrickColor.new("New Yeller") | |
1196 | Part42.Parent = mas2 | |
1197 | Part42.CFrame = CFrame.new(-4.98317862, 3.50830507, -1.10285795, -0.999992013, 0, 0.00455300882, 0, 1, 0, -0.00455300882, 0, -0.999992013) | |
1198 | Part42.Orientation = Vector3.new(0, 179.73999, 0) | |
1199 | Part42.Position = Vector3.new(-4.98317862, 3.50830507, -1.10285795) | |
1200 | Part42.Rotation = Vector3.new(-180, 0.25999999, -180) | |
1201 | Part42.Color = Color3.new(0.972549, 0.972549, 0.972549) | |
1202 | Part42.Size = Vector3.new(0.830001056, 0.110000081, 1.04999971) | |
1203 | Part42.BottomSurface = Enum.SurfaceType.Smooth | |
1204 | Part42.BrickColor = BrickColor.new("Institutional white") | |
1205 | Part42.CanCollide = false | |
1206 | Part42.Material = Enum.Material.SmoothPlastic | |
1207 | Part42.TopSurface = Enum.SurfaceType.Smooth | |
1208 | Part42.brickColor = BrickColor.new("Institutional white") | |
1209 | for i,v in pairs(mas2:GetChildren()) do | |
1210 | v.Parent = game:GetService("Players").LocalPlayer.Character.Stand | |
1211 | pcall(function() v:MakeJoints() end) | |
1212 | end | |
1213 | local Wld = Instance.new("Weld",Part15) | |
1214 | Wld.Part0 = SRA | |
1215 | Wld.Part1 = Part15 | |
1216 | Wld.C0 = CFrame.new(0.49,0.55,-0.01)*CFrame.Angles(0,0,0) | |
1217 | for i,v in pairs(mas:children()) do | |
1218 | if v:IsA("Part") then | |
1219 | v.Transparency = 1 | |
1220 | end | |
1221 | end | |
1222 | for i,v in pairs(chr:children()) do | |
1223 | if v:IsA("Accessory") then | |
1224 | v:Destroy() | |
1225 | end | |
1226 | end | |
1227 | ||
1228 | for i,v in pairs(chr:children()) do | |
1229 | if v:IsA("Shirt") then | |
1230 | v:Destroy() | |
1231 | end | |
1232 | end | |
1233 | ||
1234 | for i,v in pairs(chr:children()) do | |
1235 | if v:IsA("Pants") then | |
1236 | v:Destroy() | |
1237 | end | |
1238 | end | |
1239 | for i,v in pairs(Character.Stand:children()) do | |
1240 | if v:IsA("Part") then | |
1241 | v.Transparency = 1 | |
1242 | Face.Transparency = 1 | |
1243 | end | |
1244 | end | |
1245 | local newMotor = function(part0, part1, c0, c1) | |
1246 | local w = Create('Motor'){ | |
1247 | Parent = part0, | |
1248 | Part0 = part0, | |
1249 | Part1 = part1, | |
1250 | C0 = c0, | |
1251 | C1 = c1, | |
1252 | } | |
1253 | return w | |
1254 | end | |
1255 | function clerp(a, b, t) | |
1256 | return a:lerp(b, t) | |
1257 | end | |
1258 | ||
1259 | shirt = Instance.new("Shirt", chr) | |
1260 | shirt.Name = "Shirt" | |
1261 | pants = Instance.new("Pants", chr) | |
1262 | pants.Name = "Pants" | |
1263 | chr.Shirt.ShirtTemplate = "http://www.roblox.com/asset/?id=230449737" | |
1264 | chr.Pants.PantsTemplate = "http://www.roblox.com/asset/?id=676428351" | |
1265 | ||
1266 | coroutine.resume(coroutine.create(function() | |
1267 | while true do | |
1268 | Humanoid.Health = Humanoid.Health + 1.7 | |
1269 | game:GetService("RunService").RenderStepped:wait() | |
1270 | end | |
1271 | end)) | |
1272 | RootCF = CFrame.fromEulerAnglesXYZ(-1.57, 0, 3.14) | |
1273 | NeckCF = CFrame.new(0, 1, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0) | |
1274 | ||
1275 | local RW = newMotor(Torso, RightArm, CFrame.new(1.5, 0, 0), CFrame.new(0, 0, 0)) | |
1276 | local LW = newMotor(Torso, LeftArm, CFrame.new(-1.5, 0, 0), CFrame.new(0, 0, 0)) | |
1277 | local RH = newMotor(Torso, RightLeg, CFrame.new(.5, -2, 0), CFrame.new(0, 0, 0)) | |
1278 | local LH = newMotor(Torso, LeftLeg, CFrame.new(-.5, -2, 0), CFrame.new(0, 0, 0)) | |
1279 | RootJoint.C1 = CFrame.new(0, 0, 0) | |
1280 | RootJoint.C0 = CFrame.new(0, 0, 0) | |
1281 | Torso.Neck.C1 = CFrame.new(0, 0, 0) | |
1282 | Torso.Neck.C0 = CFrame.new(0, 1.5, 0) | |
1283 | ||
1284 | local rarmc1 = RW.C1 | |
1285 | local larmc1 = LW.C1 | |
1286 | local rlegc1 = RH.C1 | |
1287 | local llegc1 = LH.C1 | |
1288 | ||
1289 | local resetc1 = false | |
1290 | ||
1291 | function PlayAnimationFromTable(table, speed, bool) | |
1292 | RootJoint.C0 = clerp(RootJoint.C0, table[1], speed) | |
1293 | Torso.Neck.C0 = clerp(Torso.Neck.C0, table[2], speed) | |
1294 | RW.C0 = clerp(RW.C0, table[3], speed) | |
1295 | LW.C0 = clerp(LW.C0, table[4], speed) | |
1296 | RH.C0 = clerp(RH.C0, table[5], speed) | |
1297 | LH.C0 = clerp(LH.C0, table[6], speed) | |
1298 | if bool == true then | |
1299 | if resetc1 == false then | |
1300 | resetc1 = true | |
1301 | RootJoint.C1 = RootJoint.C1 | |
1302 | Torso.Neck.C1 = Torso.Neck.C1 | |
1303 | RW.C1 = rarmc1 | |
1304 | LW.C1 = larmc1 | |
1305 | RH.C1 = rlegc1 | |
1306 | LH.C1 = llegc1 | |
1307 | end | |
1308 | end | |
1309 | end | |
1310 | ||
1311 | ArtificialHB = Create("BindableEvent", script){ | |
1312 | Parent = script, | |
1313 | Name = "Heartbeat", | |
1314 | } | |
1315 | ||
1316 | script:WaitForChild("Heartbeat") | |
1317 | ||
1318 | frame = 1 / 30 | |
1319 | tf = 0 | |
1320 | allowframeloss = false | |
1321 | tossremainder = false | |
1322 | lastframe = tick() | |
1323 | script.Heartbeat:Fire() | |
1324 | ||
1325 | game:GetService("RunService").Heartbeat:connect(function(s, p) | |
1326 | tf = tf + s | |
1327 | if tf >= frame then | |
1328 | if allowframeloss then | |
1329 | script.Heartbeat:Fire() | |
1330 | lastframe = tick() | |
1331 | else | |
1332 | for i = 1, math.floor(tf / frame) do | |
1333 | script.Heartbeat:Fire() | |
1334 | end | |
1335 | lastframe = tick() | |
1336 | end | |
1337 | if tossremainder then | |
1338 | tf = 0 | |
1339 | else | |
1340 | tf = tf - frame * math.floor(tf / frame) | |
1341 | end | |
1342 | end | |
1343 | end) | |
1344 | ||
1345 | function swait(num) | |
1346 | if num == 0 or num == nil then | |
1347 | ArtificialHB.Event:wait() | |
1348 | else | |
1349 | for i = 0, num do | |
1350 | ArtificialHB.Event:wait() | |
1351 | end | |
1352 | end | |
1353 | end | |
1354 | ||
1355 | ||
1356 | ||
1357 | Mouse.KeyDown:connect(function(key) | |
1358 | if key == "q" then | |
1359 | if Change == false then | |
1360 | Stand() | |
1361 | Change = true | |
1362 | elseif Change == true then | |
1363 | UnStand() | |
1364 | Change = false | |
1365 | end | |
1366 | end | |
1367 | end) | |
1368 | ||
1369 | ||
1370 | function Stand() | |
1371 | if D == false then | |
1372 | D = true | |
1373 | Pause = true | |
1374 | for i = 0,0.1,0.1 do | |
1375 | swait() | |
1376 | PlayAnimationFromTable({ | |
1377 | CFrame.new(0,0,0) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
1378 | CFrame.new(0,1.5,0) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
1379 | CFrame.new(1.5,0,0) * CFrame.new(0, 0, 0) * CFrame.Angles(0,0,0), | |
1380 | CFrame.new(-1.5,0,0) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
1381 | CFrame.new(0.5,-2,0) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
1382 | CFrame.new(-0.5,-2,0) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
1383 | }, .5, false) | |
1384 | ST3.C0 = clerp(ST3.C0,CFrame.new(0,0,0)*CFrame.Angles(0,0,0),0.3) | |
1385 | end | |
1386 | coroutine.resume(coroutine.create(function() | |
1387 | for i = 0,1.2,0.1 do | |
1388 | swait() | |
1389 | PlayAnimationFromTable({ | |
1390 | CFrame.new(0,0,0) * CFrame.new(0, 0, 0) * CFrame.Angles(0.2, 0.5, 0), | |
1391 | CFrame.new(0,1.5,0) * CFrame.new(0, 0, 0) * CFrame.Angles(-0.1, -0.4, 0), | |
1392 | CFrame.new(1.5,0.5,-0.5) * CFrame.new(0, 0, 0) * CFrame.Angles(1.45,0,0.7), | |
1393 | CFrame.new(-1.5,0,0) * CFrame.new(0, 0, 0) * CFrame.Angles(-0.2, 0.2, 0), | |
1394 | CFrame.new(0.6,-2.1,0) * CFrame.new(0, 0, 0) * CFrame.Angles(-0.2, -0.5, 0.1), | |
1395 | CFrame.new(-0.6,-2,0) * CFrame.new(0, 0, 0) * CFrame.Angles(-0.2, 0.2, -0.1), | |
1396 | }, .5, false) | |
1397 | ST3.C0 = clerp(ST3.C0,CFrame.new(1,1.5,1.5)*CFrame.Angles(0,0,0),0.3) | |
1398 | end | |
1399 | Pause = false | |
1400 | end)) | |
1401 | local Sound = Instance.new("Sound",ST) | |
1402 | Sound.Pitch = 1 | |
1403 | Sound.Volume = 121 | |
1404 | Sound.Looped = false | |
1405 | Sound.SoundId = "rbxassetid://463010917" | |
1406 | Sound:play() | |
1407 | coroutine.resume(coroutine.create(function() | |
1408 | for i,v in pairs(mas:children()) do | |
1409 | if v:IsA("Part") then | |
1410 | coroutine.resume(coroutine.create(function() | |
1411 | v.Transparency = v.Transparency - 0.1 | |
1412 | game:GetService("RunService").RenderStepped:wait() | |
1413 | end)) | |
1414 | v.Transparency = 1 | |
1415 | end | |
1416 | end | |
1417 | end)) | |
1418 | for i,v in pairs(Character.Stand:children()) do | |
1419 | if v:IsA("Part") then | |
1420 | coroutine.resume(coroutine.create(function() | |
1421 | for i = 1,11 do | |
1422 | v.Transparency = v.Transparency - 0.1 | |
1423 | Face.Transparency = Face.Transparency - 0.1 | |
1424 | game:GetService("RunService").RenderStepped:wait() | |
1425 | end | |
1426 | FlA.Enabled = true | |
1427 | FlA1.Enabled = true | |
1428 | FlA2.Enabled = true | |
1429 | FlA3.Enabled = true | |
1430 | FlA4.Enabled = true | |
1431 | FlA5.Enabled = true | |
1432 | ZZA.Enabled = true | |
1433 | ZZA1.Enabled = true | |
1434 | ZZA2.Enabled = true | |
1435 | ZZA3.Enabled = true | |
1436 | ZZA4.Enabled = true | |
1437 | ZZA5.Enabled = true | |
1438 | end)) | |
1439 | end | |
1440 | end | |
1441 | ZZZ = Mouse.KeyDown:connect(function(key) | |
1442 | if key == "t" then | |
1443 | Blast() | |
1444 | end | |
1445 | if key == "r" then | |
1446 | StrongOra() | |
1447 | end | |
1448 | if key == "e" then | |
1449 | OHOra() | |
1450 | end | |
1451 | if key == "f" then | |
1452 | TimeStop() | |
1453 | end | |
1454 | if key == "z" then | |
1455 | Jump() | |
1456 | end | |
1457 | end) | |
1458 | ZZZ1 = Mouse.KeyUp:connect(function(key) | |
1459 | if key == "e" then | |
1460 | Stop() | |
1461 | end | |
1462 | end) | |
1463 | wait(0.5) | |
1464 | D = false | |
1465 | end | |
1466 | end | |
1467 | ||
1468 | function Blast() | |
1469 | if D == false then | |
1470 | D = true | |
1471 | Pause = true | |
1472 | for i = 0,1.2,0.1 do | |
1473 | swait() | |
1474 | PlayAnimationFromTable({ | |
1475 | CFrame.new(0,0,0) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
1476 | CFrame.new(0,1.5,0) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
1477 | CFrame.new(1.5,0,0) * CFrame.new(0, 0, 0) * CFrame.Angles(0,0,0), | |
1478 | CFrame.new(-1.5,0,0) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
1479 | CFrame.new(0.5,-2,0) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
1480 | CFrame.new(-0.5,-2,0) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
1481 | }, .5, false) | |
1482 | SRA3.C0 = clerp(SRA3.C0,CFrame.new(2,0.5,0)*CFrame.new(0,0,0)*CFrame.Angles(0,0,1.65),0.3) | |
1483 | SLA3.C0 = clerp(SLA3.C0,CFrame.new(-1.5,0,0)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),0.3) | |
1484 | SRL3.C0 = clerp(SRL3.C0,CFrame.new(0.5,-2,0)*CFrame.Angles(0,0,0),0.3) | |
1485 | SLL3.C0 = clerp(SLL3.C0,CFrame.new(-0.5,-2,0)*CFrame.Angles(0,0,0),0.3) | |
1486 | 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) | |
1487 | SH2.C0 = clerp(SH2.C0,CFrame.new(0,1.5,0)*CFrame.Angles(0,-1.55,0),0.3) | |
1488 | end | |
1489 | coroutine.resume(coroutine.create(function() | |
1490 | wait(0.7) | |
1491 | Pause = false | |
1492 | end)) | |
1493 | local Bl = Instance.new("Part",workspace) | |
1494 | Bl.CanCollide = false | |
1495 | Bl.Material = "Neon" | |
1496 | Bl.Shape = "Ball" | |
1497 | Bl.Size = Vector3.new(20,20,20) | |
1498 | Bl.BrickColor = BrickColor.new("New Yeller") | |
1499 | Bl.CFrame = RootPart.CFrame*CFrame.new(0,0,-20) | |
1500 | local Fl = Instance.new("BodyVelocity",Bl) | |
1501 | Fl.maxForce = Vector3.new(math.huge,math.huge,math.huge) | |
1502 | Fl.Velocity = RootPart.CFrame.lookVector*160 | |
1503 | local Ring = Instance.new("Part",RootPart) | |
1504 | Ring.Size = Vector3.new(1,1,1) | |
1505 | Ring.CanCollide = false | |
1506 | Ring.CFrame = RootPart.CFrame*CFrame.new(0,0,-9)*CFrame.Angles(0,0,0) | |
1507 | Ring.Anchored = true | |
1508 | Ring.BrickColor = BrickColor.new("Institutional white") | |
1509 | Ring.Transparency = 0 | |
1510 | local Ring2 = Instance.new("SpecialMesh",Ring) | |
1511 | Ring2.MeshId = "rbxassetid://3270017" | |
1512 | Ring2.Scale = Vector3.new(1,1,0.1) | |
1513 | coroutine.resume(coroutine.create(function() | |
1514 | for i = 1,50 do | |
1515 | Ring2.Scale = Ring2.Scale + Vector3.new(1,1,0) | |
1516 | Ring.Transparency = Ring.Transparency + 0.07 | |
1517 | game:GetService("RunService").RenderStepped:wait() | |
1518 | end | |
1519 | Ring:remove() | |
1520 | end)) | |
1521 | Bl.Touched:connect(function(hit) | |
1522 | if hit.Parent:FindFirstChild("Humanoid") and hit.Parent ~= nil and hit.Parent.Name ~= Character.Name then | |
1523 | Bl:remove() | |
1524 | local S = Instance.new("Sound",hit.Parent.Head) | |
1525 | S.SoundId = "rbxassetid://539294959" | |
1526 | S.Volume = 1 | |
1527 | S.Looped = false | |
1528 | S:play() | |
1529 | hit.Parent.Humanoid:TakeDamage(60) | |
1530 | hit.Parent.Humanoid.WalkSpeed = 2 | |
1531 | local Ef = Instance.new("Part",workspace) | |
1532 | Ef.Size = Vector3.new(1,1,1) | |
1533 | Ef.CanCollide = false | |
1534 | Ef.Shape = "Ball" | |
1535 | Ef.Material = "Neon" | |
1536 | Ef.BrickColor = BrickColor.new("New Yeller") | |
1537 | Ef.CFrame = hit.Parent.Torso.CFrame*CFrame.new(0,0,0) | |
1538 | Ef.Anchored = true | |
1539 | local Ef2 = Instance.new("SpecialMesh",Ef) | |
1540 | Ef2.MeshType = "Sphere" | |
1541 | Ef2.Scale = Vector3.new(1,1,1) | |
1542 | coroutine.resume(coroutine.create(function() | |
1543 | for i = 1,6 do | |
1544 | local random = math.random(-4,4) | |
1545 | local random2 = math.random(-4,4) | |
1546 | local random3 = math.random(-4,4) | |
1547 | local Ring = Instance.new("Part",Ef) | |
1548 | Ring.Size = Vector3.new(1,1,1) | |
1549 | Ring.CanCollide = false | |
1550 | Ring.CFrame = Ef.CFrame*CFrame.new(0,0,0)*CFrame.Angles(random,random2,random3) | |
1551 | Ring.Anchored = true | |
1552 | Ring.BrickColor = BrickColor.new("Institutional white") | |
1553 | Ring.Transparency = 0 | |
1554 | local Ring2 = Instance.new("SpecialMesh",Ring) | |
1555 | Ring2.MeshId = "rbxassetid://3270017" | |
1556 | Ring2.Scale = Vector3.new(1,1,0.1) | |
1557 | coroutine.resume(coroutine.create(function() | |
1558 | for i = 1,170 do | |
1559 | Ring2.Scale = Ring2.Scale + Vector3.new(1,1,0) | |
1560 | Ring.Transparency = Ring.Transparency + 0.01 | |
1561 | game:GetService("RunService").RenderStepped:wait() | |
1562 | end | |
1563 | Ring:remove() | |
1564 | end)) | |
1565 | end | |
1566 | end)) | |
1567 | for i = 1,170 do | |
1568 | Ef2.Scale = Ef2.Scale + Vector3.new(1,1,1) | |
1569 | Ef.Transparency = Ef.Transparency + 0.01 | |
1570 | game:GetService("RunService").RenderStepped:wait() | |
1571 | end | |
1572 | Ef:remove() | |
1573 | end | |
1574 | end) | |
1575 | wait(1.5) | |
1576 | D = false | |
1577 | end | |
1578 | end | |
1579 | ||
1580 | function Jump() | |
1581 | if DD == false then | |
1582 | DD = true | |
1583 | print("ASD") | |
1584 | local Bod = Instance.new("BodyPosition",RootPart) | |
1585 | Bod.maxForce = Vector3.new(math.huge,math.huge,math.huge) | |
1586 | Bod.Position = RootPart.CFrame*CFrame.new(0,80,-80).p | |
1587 | local Ef = Instance.new("Part",workspace) | |
1588 | Ef.Size = Vector3.new(1,1,1) | |
1589 | Ef.CanCollide = false | |
1590 | Ef.Anchored = true | |
1591 | Ef.BrickColor = BrickColor.new("New Yeller") | |
1592 | Ef.Material = "Neon" | |
1593 | Ef.Shape = "Ball" | |
1594 | Ef.CFrame = ST.CFrame*CFrame.new(0,-2.3,0) | |
1595 | coroutine.resume(coroutine.create(function() | |
1596 | for i = 1,30 do | |
1597 | Ef.Size = Ef.Size + Vector3.new(0.8,0.8,0.8) | |
1598 | Ef.Transparency = Ef.Transparency + 0.07 | |
1599 | game:GetService("RunService").RenderStepped:wait() | |
1600 | end | |
1601 | Ef:remove() | |
1602 | end)) | |
1603 | wait(0.1) | |
1604 | Bod:remove() | |
1605 | wait(1) | |
1606 | DD = false | |
1607 | end | |
1608 | end | |
1609 | ||
1610 | function TimeStop() | |
1611 | if DDZ == false then | |
1612 | DDZ = true | |
1613 | local S = Instance.new("Sound",ST) | |
1614 | S.SoundId = "rbxassetid://1631612542" | |
1615 | S.Pitch = 1.2 | |
1616 | S.Volume = 12312 | |
1617 | S.Looped = false | |
1618 | S:play() | |
1619 | local Ef = Instance.new("Part",workspace) | |
1620 | Ef.Size = Vector3.new(1,1,1) | |
1621 | Ef.Material = "Neon" | |
1622 | Ef.BrickColor = BrickColor.new("White") | |
1623 | Ef.Transparency = 0.4 | |
1624 | Ef.CFrame = RootPart.CFrame*CFrame.new(0,0,0) | |
1625 | Ef.Anchored = true | |
1626 | Ef.CanCollide = false | |
1627 | Ef.Shape = "Ball" | |
1628 | local Ef2 = Instance.new("SpecialMesh",Ef) | |
1629 | Ef2.MeshType = "Sphere" | |
1630 | Ef2.Scale = Vector3.new(1,1,1) | |
1631 | coroutine.resume(coroutine.create(function() | |
1632 | for i = 1,70 do | |
1633 | Ef2.Scale = Ef2.Scale + Vector3.new(1,1,1) | |
1634 | game:GetService("RunService").RenderStepped:wait() | |
1635 | end | |
1636 | for i = 1,70 do | |
1637 | Ef2.Scale = Ef2.Scale - Vector3.new(1,1,1) | |
1638 | game:GetService("RunService").RenderStepped:wait() | |
1639 | end | |
1640 | Ef:remove() | |
1641 | end)) | |
1642 | local HB = Instance.new("Part",workspace) | |
1643 | HB.CanCollide = false | |
1644 | HB.Anchored = true | |
1645 | HB.CFrame = RootPart.CFrame*CFrame.new(0,0,0) | |
1646 | HB.Size = Vector3.new(300,300,300) | |
1647 | HB.Transparency = 1 | |
1648 | HB.Touched:connect(function(hit) | |
1649 | if hit.Parent:FindFirstChild("Humanoid") and hit.Parent ~= nil and hit.Parent.Name ~= Character.Name then | |
1650 | hit.Parent.Torso.Anchored = true | |
1651 | hit.Parent.Head.Anchored = true | |
1652 | hit.Parent["Right Arm"].Anchored = true | |
1653 | hit.Parent["Left Arm"].Anchored = true | |
1654 | hit.Parent["Right Leg"].Anchored = true | |
1655 | hit.Parent["Left Leg"].Anchored = true | |
1656 | wait(Time) | |
1657 | hit.Parent.Torso.Anchored = false | |
1658 | hit.Parent.Head.Anchored = false | |
1659 | hit.Parent["Right Arm"].Anchored = false | |
1660 | hit.Parent["Left Arm"].Anchored = false | |
1661 | hit.Parent["Right Leg"].Anchored = false | |
1662 | hit.Parent["Left Leg"].Anchored = false | |
1663 | end | |
1664 | end) | |
1665 | wait(32) | |
1666 | HB:remove() | |
1667 | DDZ = false | |
1668 | end | |
1669 | end | |
1670 | ||
1671 | function StrongOra() | |
1672 | if D == false then | |
1673 | D = true | |
1674 | Pause = true | |
1675 | local HB = Instance.new("Part",SRA) | |
1676 | HB.CanCollide = false | |
1677 | HB.Transparency = 1 | |
1678 | HB.Size = Vector3.new(1,1,1) | |
1679 | local HB2 = Instance.new("Weld",HB) | |
1680 | HB2.Part0 = SRA | |
1681 | HB2.Part1 = HB | |
1682 | HB2.C0 = CFrame.new(0,0,0) | |
1683 | HB.Touched:connect(function(hit) | |
1684 | if hit.Parent:FindFirstChild("Humanoid") and hit.Parent ~= nil and hit.Parent.Name ~= Character.Name then | |
1685 | HB:remove() | |
1686 | hit.Parent.Humanoid:TakeDamage(30) | |
1687 | hit.Parent.Humanoid.PlatformStand = true | |
1688 | local Ef = Instance.new("Part",workspace) | |
1689 | Ef.Size = Vector3.new(1,1,1) | |
1690 | Ef.CanCollide = false | |
1691 | Ef.Anchored = true | |
1692 | Ef.Shape = "Ball" | |
1693 | Ef.CFrame = hit.Parent.Torso.CFrame*CFrame.new(0,0,0) | |
1694 | Ef.Material = "Neon" | |
1695 | Ef.BrickColor = BrickColor.new("White") | |
1696 | local Ef2 = Instance.new("SpecialMesh",Ef) | |
1697 | Ef2.MeshType = "Sphere" | |
1698 | Ef2.Scale = Vector3.new(1,1,1) | |
1699 | coroutine.resume(coroutine.create(function() | |
1700 | for i = 1,5 do | |
1701 | local random = math.random(-3,3) | |
1702 | local random2 = math.random(-3,3) | |
1703 | local random3 = math.random(-3,3) | |
1704 | local ZC = Instance.new("Part",workspace) | |
1705 | ZC.Size = Vector3.new(1,1,1) | |
1706 | ZC.CanCollide = false | |
1707 | ZC.Anchored = true | |
1708 | ZC.CFrame = hit.Parent.Torso.CFrame*CFrame.new(0,0,0)*CFrame.Angles(random,random2,random3) | |
1709 | ZC.Shape = "Ball" | |
1710 | ZC.Material = "Neon" | |
1711 | ZC.BrickColor = BrickColor.new("New Yeller") | |
1712 | local ZC2 = Instance.new("SpecialMesh",ZC) | |
1713 | ZC2.MeshType = "Sphere" | |
1714 | ZC2.Scale = Vector3.new(1,1,1) | |
1715 | coroutine.resume(coroutine.create(function() | |
1716 | for i = 1,100 do | |
1717 | ZC2.Scale = ZC2.Scale + Vector3.new(0.3,0.3,2) | |
1718 | ZC.Transparency = ZC.Transparency + 0.03 | |
1719 | game:GetService("RunService").RenderStepped:wait() | |
1720 | end | |
1721 | ZC:remove() | |
1722 | end)) | |
1723 | end | |
1724 | end)) | |
1725 | coroutine.resume(coroutine.create(function() | |
1726 | for i = 1,100 do | |
1727 | Ef2.Scale = Ef2.Scale + Vector3.new(0.6,0.6,0.6) | |
1728 | Ef.Transparency = Ef.Transparency + 0.03 | |
1729 | game:GetService("RunService").RenderStepped:wait() | |
1730 | end | |
1731 | Ef:remove() | |
1732 | end)) | |
1733 | local Fl = Instance.new("BodyVelocity",hit.Parent.Head) | |
1734 | Fl.maxForce = Vector3.new(math.huge,math.huge,math.huge) | |
1735 | Fl.velocity = RootPart.CFrame.lookVector*190 | |
1736 | wait(0.3) | |
1737 | Fl:remove() | |
1738 | wait(0.5) | |
1739 | hit.Parent.Humanoid.PlatformStand = false | |
1740 | end | |
1741 | end) | |
1742 | for i = 0,0.5,0.1 do | |
1743 | swait() | |
1744 | PlayAnimationFromTable({ | |
1745 | CFrame.new(0,0,0) * CFrame.new(0, 0, 0) * CFrame.Angles(0.2, 0.5, 0), | |
1746 | CFrame.new(0,1.5,0) * CFrame.new(0, 0, 0) * CFrame.Angles(-0.1, -0.4, 0), | |
1747 | CFrame.new(1.5,0.5,-0.5) * CFrame.new(0, 0, 0) * CFrame.Angles(1.45,0,0.7), | |
1748 | CFrame.new(-1.5,0,0) * CFrame.new(0, 0, 0) * CFrame.Angles(-0.2, 0.2, 0), | |
1749 | CFrame.new(0.6,-2.1,0) * CFrame.new(0, 0, 0) * CFrame.Angles(-0.2, -0.5, 0.1), | |
1750 | CFrame.new(-0.6,-2,0) * CFrame.new(0, 0, 0) * CFrame.Angles(-0.2, 0.2, -0.1), | |
1751 | }, .5, false) | |
1752 | 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) | |
1753 | SLA3.C0 = clerp(SLA3.C0,CFrame.new(-1.5,0,0)*CFrame.new(0,0,0)*CFrame.Angles(-0.1,0,0),0.3) | |
1754 | SRL3.C0 = clerp(SRL3.C0,CFrame.new(0.5,-1.8,-0.2)*CFrame.Angles(-0.5,0,0),0.3) | |
1755 | SLL3.C0 = clerp(SLL3.C0,CFrame.new(-0.5,-2,0)*CFrame.Angles(-0.2,0,0),0.3) | |
1756 | 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) | |
1757 | SH2.C0 = clerp(SH2.C0,CFrame.new(0,1.5,0)*CFrame.Angles(0,0.5,0),0.3) | |
1758 | end | |
1759 | local Ora = Instance.new("Sound",ST) | |
1760 | Ora.SoundId = "rbxassetid://271120244" | |
1761 | Ora.Pitch = 1 | |
1762 | Ora.Looped = false | |
1763 | Ora.Volume = 12312 | |
1764 | Ora:play() | |
1765 | for i = 0,0.6,0.1 do | |
1766 | swait() | |
1767 | PlayAnimationFromTable({ | |
1768 | CFrame.new(0,0,0) * CFrame.new(0, 0, 0) * CFrame.Angles(0.2, 0.5, 0), | |
1769 | CFrame.new(0,1.5,0) * CFrame.new(0, 0, 0) * CFrame.Angles(-0.1, -0.4, 0), | |
1770 | CFrame.new(1.5,0.5,-0.5) * CFrame.new(0, 0, 0) * CFrame.Angles(1.45,0,0.7), | |
1771 | CFrame.new(-1.5,0,0) * CFrame.new(0, 0, 0) * CFrame.Angles(-0.2, 0.2, 0), | |
1772 | CFrame.new(0.6,-2.1,0) * CFrame.new(0, 0, 0) * CFrame.Angles(-0.2, -0.5, 0.1), | |
1773 | CFrame.new(-0.6,-2,0) * CFrame.new(0, 0, 0) * CFrame.Angles(-0.2, 0.2, -0.1), | |
1774 | }, .5, false) | |
1775 | SRA3.C0 = clerp(SRA3.C0,CFrame.new(1,0,0)*CFrame.new(0,1,-2)*CFrame.Angles(1.77,0,-0.5),0.5) | |
1776 | SLA3.C0 = clerp(SLA3.C0,CFrame.new(-1.5,0,0)*CFrame.new(0,0,0)*CFrame.Angles(-0.1,0,0),0.5) | |
1777 | SRL3.C0 = clerp(SRL3.C0,CFrame.new(0.5,-1.7,-0.3)*CFrame.Angles(-0.4,0,0),0.5) | |
1778 | SLL3.C0 = clerp(SLL3.C0,CFrame.new(-0.5,-1.8,0.2)*CFrame.Angles(-0.2,0,0),0.5) | |
1779 | 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) | |
1780 | SH2.C0 = clerp(SH2.C0,CFrame.new(0,1.5,0)*CFrame.Angles(0.2,0,0),0.5) | |
1781 | end | |
1782 | coroutine.resume(coroutine.create(function() | |
1783 | wait(0.4) | |
1784 | HB:remove() | |
1785 | end)) | |
1786 | Pause = false | |
1787 | wait(0.5) | |
1788 | D = false | |
1789 | end | |
1790 | end | |
1791 | function OHOra() | |
1792 | if D == false then | |
1793 | D = true | |
1794 | Pause = true | |
1795 | Loop = true | |
1796 | SoundZ = Instance.new("Sound",ST) | |
1797 | SoundZ.SoundId = "rbxassetid://791374350" | |
1798 | SoundZ.Volume = 2 | |
1799 | SoundZ.Looped = true | |
1800 | SoundZ.Pitch = 0.95 | |
1801 | SoundZ:play() | |
1802 | while Loop do | |
1803 | local HB = Instance.new("Part",SRA) | |
1804 | HB.CanCollide = false | |
1805 | HB.Transparency = 1 | |
1806 | local HB2 = Instance.new("Weld",HB) | |
1807 | HB2.Part0 = SRA | |
1808 | HB2.Part1 = HB | |
1809 | HB2.C0 = CFrame.new(0,-1.1,0) | |
1810 | HB.Touched:connect(function(hit) | |
1811 | if hit.Parent:FindFirstChild("Humanoid") and hit.Parent ~= nil and hit.Parent.Name ~= Character.Name then | |
1812 | HB:remove() | |
1813 | hit.Parent.Humanoid:TakeDamage(1.5) | |
1814 | hit.Parent.Humanoid.WalkSpeed = 2 | |
1815 | local random = math.random(-3,3) | |
1816 | local random2 = math.random(-3,3) | |
1817 | local random3 = math.random(-3,3) | |
1818 | local Ef = Instance.new("Part",workspace) | |
1819 | Ef.Size = Vector3.new(1,1,1) | |
1820 | Ef.CanCollide = false | |
1821 | Ef.Material = "Neon" | |
1822 | Ef.BrickColor = BrickColor.new("White") | |
1823 | Ef.Anchored = true | |
1824 | Ef.CFrame = hit.Parent.Torso.CFrame*CFrame.new(0,0,0)*CFrame.Angles(random,random2,random3) | |
1825 | local Ef2 = Instance.new("SpecialMesh",Ef) | |
1826 | Ef2.MeshType = "Sphere" | |
1827 | Ef2.Scale = Vector3.new(0.1,0.1,0.1) | |
1828 | local Part = Instance.new("Part",workspace) | |
1829 | Part.Size = Vector3.new(1,1,1) | |
1830 | Part.CanCollide = false | |
1831 | Part.BrickColor = BrickColor.new("New Yeller") | |
1832 | Part.Material = "Neon" | |
1833 | Part.Anchored = true | |
1834 | Part.CFrame = hit.Parent.Torso.CFrame*CFrame.new(0,0,0)*CFrame.Angles(random,random2,random3) | |
1835 | local Part2 = Instance.new("SpecialMesh",Part) | |
1836 | Part2.MeshType = "Sphere" | |
1837 | Part2.Scale = Vector3.new(1,1,1) | |
1838 | for i = 1,50 do | |
1839 | Part2.Scale = Part2.Scale + Vector3.new(0.1,0.1,4) | |
1840 | Part.Transparency = Part.Transparency + 0.07 | |
1841 | Ef2.Scale = Ef2.Scale + Vector3.new(0.3,0.3,2) | |
1842 | Ef.Transparency = Ef.Transparency + 0.07 | |
1843 | game:GetService("RunService").RenderStepped:wait() | |
1844 | end | |
1845 | Part:remove() | |
1846 | Ef:remove() | |
1847 | end | |
1848 | end) | |
1849 | for i = 0,0.15,0.1 do | |
1850 | swait() | |
1851 | PlayAnimationFromTable({ | |
1852 | CFrame.new(0,0,0) * CFrame.new(0, 0, 0) * CFrame.Angles(0.2, 0.5, 0), | |
1853 | CFrame.new(0,1.5,0) * CFrame.new(0, 0, 0) * CFrame.Angles(-0.1, -0.4, 0), | |
1854 | CFrame.new(1.5,0.5,-0.5) * CFrame.new(0, 0, 0) * CFrame.Angles(1.45,0,0.7), | |
1855 | CFrame.new(-1.5,0,0) * CFrame.new(0, 0, 0) * CFrame.Angles(-0.2, 0.2, 0), | |
1856 | CFrame.new(0.6,-2.1,0) * CFrame.new(0, 0, 0) * CFrame.Angles(-0.2, -0.5, 0.1), | |
1857 | CFrame.new(-0.6,-2,0) * CFrame.new(0, 0, 0) * CFrame.Angles(-0.2, 0.2, -0.1), | |
1858 | }, .5, false) | |
1859 | SRA3.C0 = clerp(SRA3.C0,CFrame.new(1,0,0)*CFrame.new(0,1,-4)*CFrame.Angles(2.2,0,-0.4),0.3) | |
1860 | 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) | |
1861 | SRL3.C0 = clerp(SRL3.C0,CFrame.new(0.5,-1,-0.2)*CFrame.Angles(-0.5,0,0),0.3) | |
1862 | SLL3.C0 = clerp(SLL3.C0,CFrame.new(-0.5,-1.8,0.3)*CFrame.Angles(-0.5,0,0),0.3) | |
1863 | ST3.C0 = clerp(ST3.C0,CFrame.new(0,0.5,-2)*CFrame.new(0,0,0)*CFrame.Angles(-0.3,1,0),0.3) | |
1864 | SH2.C0 = clerp(SH2.C0,CFrame.new(0,1.5,0)*CFrame.Angles(0.3,-0.5,0),0.3) | |
1865 | end | |
1866 | coroutine.resume(coroutine.create(function() | |
1867 | wait(1) | |
1868 | HB:remove() | |
1869 | end)) | |
1870 | local CCB = Instance.new("Part",SRA) | |
1871 | CCB.CanCollide = false | |
1872 | CCB.Transparency = 1 | |
1873 | local CCB2 = Instance.new("Weld",CCB) | |
1874 | CCB2.Part0 = SRA | |
1875 | CCB2.Part1 = CCB | |
1876 | CCB2.C0 = CFrame.new(0,-1.1,0) | |
1877 | CCB.Touched:connect(function(hit) | |
1878 | if hit.Parent:FindFirstChild("Humanoid") and hit.Parent ~= nil and hit.Parent.Name ~= Character.Name then | |
1879 | CCB:remove() | |
1880 | hit.Parent.Humanoid:TakeDamage(1.5) | |
1881 | hit.Parent.Humanoid.WalkSpeed = 2 | |
1882 | local random = math.random(-3,3) | |
1883 | local random2 = math.random(-3,3) | |
1884 | local random3 = math.random(-3,3) | |
1885 | local Ef = Instance.new("Part",workspace) | |
1886 | Ef.Size = Vector3.new(1,1,1) | |
1887 | Ef.CanCollide = false | |
1888 | Ef.Material = "Neon" | |
1889 | Ef.BrickColor = BrickColor.new("White") | |
1890 | Ef.Anchored = true | |
1891 | Ef.CFrame = hit.Parent.Torso.CFrame*CFrame.new(0,0,0)*CFrame.Angles(random,random2,random3) | |
1892 | local Ef2 = Instance.new("SpecialMesh",Ef) | |
1893 | Ef2.MeshType = "Sphere" | |
1894 | Ef2.Scale = Vector3.new(0.1,0.1,0.1) | |
1895 | local Part = Instance.new("Part",workspace) | |
1896 | Part.Size = Vector3.new(1,1,1) | |
1897 | Part.CanCollide = false | |
1898 | Part.BrickColor = BrickColor.new("New Yeller") | |
1899 | Part.Material = "Neon" | |
1900 | Part.Anchored = true | |
1901 | Part.CFrame = hit.Parent.Torso.CFrame*CFrame.new(0,0,0)*CFrame.Angles(random,random2,random3) | |
1902 | local Part2 = Instance.new("SpecialMesh",Part) | |
1903 | Part2.MeshType = "Sphere" | |
1904 | Part2.Scale = Vector3.new(0.1,0.1,0.1) | |
1905 | for i = 1,50 do | |
1906 | Part2.Scale = Part2.Scale + Vector3.new(0.1,0.1,4) | |
1907 | Part.Transparency = Part.Transparency + 0.07 | |
1908 | Ef2.Scale = Ef2.Scale + Vector3.new(0.3,0.3,2) | |
1909 | Ef.Transparency = Ef.Transparency + 0.07 | |
1910 | game:GetService("RunService").RenderStepped:wait() | |
1911 | end | |
1912 | Part:remove() | |
1913 | Ef:remove() | |
1914 | end | |
1915 | end) | |
1916 | for i = 0,0.15,0.1 do | |
1917 | swait() | |
1918 | PlayAnimationFromTable({ | |
1919 | CFrame.new(0,0,0) * CFrame.new(0, 0, 0) * CFrame.Angles(0.2, 0.5, 0), | |
1920 | CFrame.new(0,1.5,0) * CFrame.new(0, 0, 0) * CFrame.Angles(-0.1, -0.4, 0), | |
1921 | CFrame.new(1.5,0.5,-0.5) * CFrame.new(0, 0, 0) * CFrame.Angles(1.45,0,0.7), | |
1922 | CFrame.new(-1.5,0,0) * CFrame.new(0, 0, 0) * CFrame.Angles(-0.2, 0.2, 0), | |
1923 | CFrame.new(0.6,-2.1,0) * CFrame.new(0, 0, 0) * CFrame.Angles(-0.2, -0.5, 0.1), | |
1924 | CFrame.new(-0.6,-2,0) * CFrame.new(0, 0, 0) * CFrame.Angles(-0.2, 0.2, -0.1), | |
1925 | }, .5, false) | |
1926 | 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) | |
1927 | SLA3.C0 = clerp(SLA3.C0,CFrame.new(-1,0,0)*CFrame.new(0,1,-4)*CFrame.Angles(2.2,0,0.4),0.3) | |
1928 | SRL3.C0 = clerp(SRL3.C0,CFrame.new(0.5,-1,-0.2)*CFrame.Angles(-0.5,0,0),0.3) | |
1929 | SLL3.C0 = clerp(SLL3.C0,CFrame.new(-0.5,-1.8,0.3)*CFrame.Angles(-0.5,0,0),0.3) | |
1930 | ST3.C0 = clerp(ST3.C0,CFrame.new(0,0.5,-2)*CFrame.new(0,0,0)*CFrame.Angles(-0.3,-1,0),0.3) | |
1931 | SH2.C0 = clerp(SH2.C0,CFrame.new(0,1.5,0)*CFrame.Angles(0.3,0.5,0),0.3) | |
1932 | end | |
1933 | coroutine.resume(coroutine.create(function() | |
1934 | wait(1) | |
1935 | CCB:remove() | |
1936 | end)) | |
1937 | game:GetService("RunService").RenderStepped:wait() | |
1938 | end | |
1939 | wait(0.2) | |
1940 | D = false | |
1941 | end | |
1942 | end | |
1943 | ||
1944 | function Stop() | |
1945 | Pause = false | |
1946 | SoundZ:remove() | |
1947 | Loop = false | |
1948 | end | |
1949 | ||
1950 | function UnStand() | |
1951 | if D == false then | |
1952 | D = true | |
1953 | FlA.Enabled = false | |
1954 | FlA1.Enabled = false | |
1955 | FlA2.Enabled = false | |
1956 | FlA3.Enabled = false | |
1957 | FlA4.Enabled = false | |
1958 | FlA5.Enabled = false | |
1959 | ZZA.Enabled= false | |
1960 | ZZA1.Enabled = false | |
1961 | ZZA2.Enabled = false | |
1962 | ZZA3.Enabled = false | |
1963 | ZZA4.Enabled = false | |
1964 | ZZA5.Enabled = false | |
1965 | Pause = true | |
1966 | coroutine.resume(coroutine.create(function() | |
1967 | for i = 0,1.2,0.1 do | |
1968 | swait() | |
1969 | PlayAnimationFromTable({ | |
1970 | CFrame.new(0,0,0) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
1971 | CFrame.new(0,1.5,0) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
1972 | CFrame.new(1.5,0,0) * CFrame.new(0, 0, 0) * CFrame.Angles(0,0,0), | |
1973 | CFrame.new(-1.5,0,0) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
1974 | CFrame.new(0.5,-2,0) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
1975 | CFrame.new(-0.5,-2,0) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), | |
1976 | }, .5, false) | |
1977 | ST3.C0 = clerp(ST3.C0,CFrame.new(0,0,0)*CFrame.Angles(0,0,0),0.3) | |
1978 | end | |
1979 | Pause = false | |
1980 | ZZZ:disconnect() | |
1981 | ZZZ1:disconnect() | |
1982 | end)) | |
1983 | for i,v in pairs(Character.Stand:children()) do | |
1984 | if v:IsA("Part") then | |
1985 | coroutine.resume(coroutine.create(function() | |
1986 | for i = 1,11 do | |
1987 | v.Transparency = v.Transparency + 0.1 | |
1988 | Face.Transparency = Face.Transparency + 0.1 | |
1989 | game:GetService("RunService").RenderStepped:wait() | |
1990 | end | |
1991 | end)) | |
1992 | end | |
1993 | end | |
1994 | wait(0.5) | |
1995 | D = false | |
1996 | ||
1997 | end | |
1998 | end | |
1999 | ||
2000 | ||
2001 | New = function(Object, Parent, Name, Data) | |
2002 | local Object = Instance.new(Object) | |
2003 | for Index, Value in pairs(Data or {}) do | |
2004 | Object[Index] = Value | |
2005 | end | |
2006 | Object.Parent = Parent | |
2007 | Object.Name = Name | |
2008 | return Object | |
2009 | end | |
2010 | function rayCast(Position, Direction, Range, Ignore) | |
2011 | return game:service("Workspace"):FindPartOnRay(Ray.new(Position, Direction.unit * (Range or 999.999)), Ignore) | |
2012 | end | |
2013 | ||
2014 | ||
2015 | ||
2016 | ||
2017 | coroutine.wrap(function() | |
2018 | while 1 do | |
2019 | swait() | |
2020 | if doe <= 360 then | |
2021 | doe = doe + 2 | |
2022 | else | |
2023 | doe = 0 | |
2024 | end | |
2025 | end | |
2026 | end)() | |
2027 | while true do | |
2028 | swait() | |
2029 | for i, v in pairs(Character:GetChildren()) do | |
2030 | if v:IsA("Part") then | |
2031 | v.Material = "SmoothPlastic" | |
2032 | elseif v:IsA("Accessory") then | |
2033 | v:WaitForChild("Handle").Material = "SmoothPlastic" | |
2034 | end | |
2035 | end | |
2036 | ||
2037 | Torsovelocity = (RootPart.Velocity * Vector3.new(1, 0, 1)).magnitude | |
2038 | velocity = RootPart.Velocity.y | |
2039 | sine = sine + change | |
2040 | local hit, pos = rayCast(RootPart.Position, (CFrame.new(RootPart.Position, RootPart.Position - Vector3.new(0, 1, 0))).lookVector, 4, Character) | |
2041 | if RootPart.Velocity.y > 1 and hit == nil then | |
2042 | Anim = "Jump" | |
2043 | if Pause == false then | |
2044 | PlayAnimationFromTable({ | |
2045 | CFrame.new(0,0,0) * CFrame.new(0, 0, 0) * CFrame.Angles(-0.4, 0, 0), -- Torso, | |
2046 | CFrame.new(0,1.5,0) * CFrame.new(0, 0, 0) * CFrame.Angles(0.2, 0, 0), ----- Head | |
2047 | CFrame.new(1.5,0,0) * CFrame.new(0, 0, 0) * CFrame.Angles(-0.2,0,0), --- RightArm | |
2048 | CFrame.new(-1.5,0,0) * CFrame.new(0, 0, 0) * CFrame.Angles(-0.2, 0, 0),--LeftArm | |
2049 | CFrame.new(0.5,-1.6,-0.1) * CFrame.new(0, 0, 0) * CFrame.Angles(-0.3, 0, 0), --RightLeg | |
2050 | CFrame.new(-0.5,-1.8,0.2) * CFrame.new(0, 0, 0) * CFrame.Angles(-0.2, 0, 0), --LeftLeg | |
2051 | }, .3, false) | |
2052 | SRA3.C0 = clerp(SRA3.C0,CFrame.new(1.5,0,0)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),0.3) | |
2053 | SLA3.C0 = clerp(SLA3.C0,CFrame.new(-1.5,0,0)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),0.3) | |
2054 | SRL3.C0 = clerp(SRL3.C0,CFrame.new(0.5,-2,0)*CFrame.Angles(0,0,0),0.3) | |
2055 | SLL3.C0 = clerp(SLL3.C0,CFrame.new(-0.5,-2,0)*CFrame.Angles(0,0,0),0.3) | |
2056 | ST3.C0 = clerp(ST3.C0,CFrame.new(1,1.5,2)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),0.3) | |
2057 | SH2.C0 = clerp(SH2.C0,CFrame.new(0,1.5,0)*CFrame.Angles(0,0,0),0.3) | |
2058 | end | |
2059 | elseif RootPart.Velocity.y < -1 and hit == nil then | |
2060 | Anim = "Fall" | |
2061 | if Pause == false then | |
2062 | PlayAnimationFromTable({ | |
2063 | CFrame.new(0,0,0) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), -- Torso, | |
2064 | CFrame.new(0,1.5,0) * CFrame.new(0, 0, 0) * CFrame.Angles(-0.2, 0, 0), ----- Head | |
2065 | CFrame.new(1.78,0.1,0) * CFrame.new(0, 0, 0) * CFrame.Angles(0,0,0.4), --- RightArm | |
2066 | CFrame.new(-1.78,0.1,0) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, -0.4),--LeftArm | |
2067 | CFrame.new(0.7,-2,0) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0.2), --RightLeg | |
2068 | CFrame.new(-0.7,-2,0) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, -0.2), --LeftLeg | |
2069 | }, .3, false) | |
2070 | SRA3.C0 = clerp(SRA3.C0,CFrame.new(1.5,0,0)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),0.3) | |
2071 | SLA3.C0 = clerp(SLA3.C0,CFrame.new(-1.5,0,0)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),0.3) | |
2072 | SRL3.C0 = clerp(SRL3.C0,CFrame.new(0.5,-2,0)*CFrame.Angles(0,0,0),0.3) | |
2073 | SLL3.C0 = clerp(SLL3.C0,CFrame.new(-0.5,-2,0)*CFrame.Angles(0,0,0),0.3) | |
2074 | ST3.C0 = clerp(ST3.C0,CFrame.new(0,5,3)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),0.3) | |
2075 | SH2.C0 = clerp(SH2.C0,CFrame.new(0,1.5,0)*CFrame.Angles(0,0,0),0.3) | |
2076 | end | |
2077 | elseif Torsovelocity < 1 and hit ~= nil then | |
2078 | Anim = "Idle" | |
2079 | if Pause == false then | |
2080 | change = 1 | |
2081 | PlayAnimationFromTable({ | |
2082 | CFrame.new(0,0-.05*math.sin(tick()*2),0) * CFrame.new(0, 0, 0) * CFrame.Angles(0, -0.4, 0), | |
2083 | CFrame.new(0,1.5,0) * CFrame.new(0, 0, 0) * CFrame.Angles(0-.1*math.sin(tick()*2), 0.4, 0), | |
2084 | CFrame.new(1.59,0,0) * CFrame.new(0, 0, 0) * CFrame.Angles(0,0,0.1), | |
2085 | CFrame.new(-1.59,0,0) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, -0.1), | |
2086 | CFrame.new(0.6,-2,0) * CFrame.new(0, 0+.05*math.sin(tick()*2), 0) * CFrame.Angles(0, 0, 0.1), | |
2087 | CFrame.new(-0.6,-2,0) * CFrame.new(0, 0+.05*math.sin(tick()*2), 0) * CFrame.Angles(0, 0, -0.1), | |
2088 | }, .3, false) | |
2089 | SRA3.C0 = clerp(SRA3.C0,CFrame.new(1.5,0,0)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),0.3) | |
2090 | SLA3.C0 = clerp(SLA3.C0,CFrame.new(-1.5,0,0)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),0.3) | |
2091 | SRL3.C0 = clerp(SRL3.C0,CFrame.new(0.5,-2,0)*CFrame.Angles(0,0,0),0.3) | |
2092 | SLL3.C0 = clerp(SLL3.C0,CFrame.new(-0.5,-2,0)*CFrame.Angles(0,0,0),0.3) | |
2093 | SH2.C0 = clerp(SH2.C0,CFrame.new(0,1.5,0)*CFrame.Angles(0,0,0),0.3) | |
2094 | 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) | |
2095 | end | |
2096 | elseif Torsovelocity > 2 and hit ~= nil then | |
2097 | Anim = "Walk" | |
2098 | if Pause == false then | |
2099 | PlayAnimationFromTable({ | |
2100 | 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), | |
2101 | CFrame.new(0,1.5,0) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0+RootPart.RotVelocity.Y/20, 0), | |
2102 | 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), | |
2103 | 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), | |
2104 | 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), | |
2105 | 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), | |
2106 | }, .3, false) | |
2107 | SRA3.C0 = clerp(SRA3.C0,CFrame.new(1.5,0,0)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),0.3) | |
2108 | SLA3.C0 = clerp(SLA3.C0,CFrame.new(-1.5,0,0)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),0.3) | |
2109 | SRL3.C0 = clerp(SRL3.C0,CFrame.new(0.5,-2,0)*CFrame.Angles(0,0,0),0.3) | |
2110 | SLL3.C0 = clerp(SLL3.C0,CFrame.new(-0.5,-2,0)*CFrame.Angles(0,0,0),0.3) | |
2111 | SH2.C0 = clerp(SH2.C0,CFrame.new(0,1.5,0)*CFrame.Angles(0,0,0),0.3) | |
2112 | 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) | |
2113 | end | |
2114 | end | |
2115 | end |