agu29029320904930935

buffed dio over heaven

Nov 26th, 2020 (edited)
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 113.84 KB | None | 0 0
  1. print"Edit by v4mp13r2On1c and BuiIderbot. Original script by trollmon123 and tyefoodmania(Crow_Kiyoamsa)"
  2.  
  3. if game:GetService("RunService"):IsClient() then error("Please run as a server script. Use h/ instead of hl/.") end
  4. print("FE Compatibility: by WaverlyCole & Mokiros")
  5. InternalData = {}
  6. do
  7. script.Parent = owner.Character
  8. local Event = Instance.new("RemoteEvent")
  9. Event.Name = "UserInput"
  10. local function NewFakeEvent()
  11. local Fake = {fakeEvent=true,Connect=function(self,Func)self.Function=Func end}Fake.connect = Fake.Connect
  12. return Fake
  13. end
  14. local Mouse = {Target=nil,Hit=CFrame.new(),KeyUp=NewFakeEvent(),KeyDown=NewFakeEvent(),Button1Up=NewFakeEvent(),Button1Down=NewFakeEvent()}
  15. local UserInputService = {InputBegan=NewFakeEvent(),InputEnded=NewFakeEvent()}
  16. local ContextActionService = {Actions={},BindAction = function(self,actionName,Func,touch,...)
  17. self.Actions[actionName] = Func and {Name=actionName,Function=Func,Keys={...}} or nil
  18. end};ContextActionService.UnBindAction = ContextActionService.BindAction
  19. local function TriggerEvent(self,Event,...)
  20. local Trigger = Mouse[Event]
  21. if Trigger and Trigger.fakeEvent and Trigger.Function then
  22. Trigger.Function(...)
  23. end
  24. end
  25. Mouse.TrigEvent = TriggerEvent
  26. UserInputService.TrigEvent = TriggerEvent
  27. Event.OnServerEvent:Connect(function(FiredBy,Input)
  28. if FiredBy.Name ~= owner.Name then end
  29. if Input.MouseEvent then
  30. Mouse.Target = Input.Target
  31. Mouse.Hit = Input.Hit
  32. else
  33. local Begin = Input.UserInputState == Enum.UserInputState.Begin
  34. if Input.UserInputType == Enum.UserInputType.MouseButton1 then
  35. return Mouse:TrigEvent(Begin and "Button1Down" or "Button1Up")
  36. end
  37. for _,Action in pairs(ContextActionService.Actions) do
  38. for _,Key in pairs(Action.Keys) do
  39. if Key==Input.KeyCode then
  40. Action.Function(Action.Name,Input.UserInputState,Input)
  41. end
  42. end
  43. end
  44. Mouse:TrigEvent(Begin and "KeyDown" or "KeyUp",Input.KeyCode.Name:lower())
  45. UserInputService:TrigEvent(Begin and "InputBegan" or "InputEnded",Input,false)
  46. end
  47. end)
  48. InternalData["Mouse"] = Mouse
  49. InternalData["ContextActionService"] = ContextActionService
  50. InternalData["UserInputService"] = UserInputService
  51. Event.Parent = NLS([[
  52. local Player = owner
  53. local Event = script:WaitForChild("UserInput")
  54. local UserInputService = game:GetService("UserInputService")
  55. local Mouse = Player:GetMouse()
  56. local Input = function(Input,gameProcessedEvent)
  57. if gameProcessedEvent then return end
  58. Event:FireServer({KeyCode=Input.KeyCode,UserInputType=Input.UserInputType,UserInputState=Input.UserInputState})
  59. end
  60. UserInputService.InputBegan:Connect(Input)
  61. UserInputService.InputEnded:Connect(Input)
  62. local Hit,Target
  63. while wait(1/30) do
  64. if Hit ~= Mouse.Hit or Target ~= Mouse.Target then
  65. Hit,Target = Mouse.Hit,Mouse.Target
  66. Event:FireServer({["MouseEvent"]=true,["Target"]=Target,["Hit"]=Hit})
  67. end
  68. end
  69. ]],owner.Character)
  70. end
  71. RealGame = game;game = setmetatable({},{
  72. __index = function (self,Index)
  73. local Sandbox = function (Thing)
  74. if Thing:IsA("Player") then
  75. local RealPlayer = Thing
  76. return setmetatable({},{
  77. __index = function (self,Index)
  78. local Type = type(RealPlayer[Index])
  79. if Type == "function" then
  80. if Index:lower() == "getmouse" or Index:lower() == "mouse" then
  81. return function (self)
  82. return InternalData["Mouse"]
  83. end
  84. end
  85. return function (self,...)
  86. return RealPlayer[Index](RealPlayer,...)
  87. end
  88. else
  89. return RealPlayer[Index]
  90. end
  91. end;
  92. __tostring = function(self)
  93. return RealPlayer.Name
  94. end
  95. })
  96. end
  97. end
  98. if RealGame[Index] then
  99. local Type = type(RealGame[Index])
  100. if Type == "function" then
  101. if Index:lower() == "getservice" or Index:lower() == "service" then
  102. return function (self,Service)
  103. if Service:lower() == "players" then
  104. return setmetatable({},{
  105. __index = function (self2,Index2)
  106. local RealService = RealGame:GetService(Service)
  107. local Type2 = type(Index2)
  108. if Type2 == "function" then
  109. return function (self,...)
  110. return RealService[Index2](RealService,...)
  111. end
  112. else
  113. if Index2:lower() == "localplayer" then
  114. return Sandbox(owner)
  115. end
  116. return RealService[Index2]
  117. end
  118. end;
  119. __tostring = function(self)
  120. return RealGame:GetService(Service).Name
  121. end
  122. })
  123. elseif Service:lower() == "contextactionservice" then
  124. return InternalData["ContextActionService"]
  125. elseif Service:lower() == "contextactionservice" then
  126. return InternalData["UserInputService"]
  127. elseif Service:lower() == "runservice" then
  128. return setmetatable({},{
  129. __index = function(self2,Index2)
  130. local RealService = RealGame:GetService(Service)
  131. local Type2 = type(Index2)
  132. if Type2 == "function" then
  133. return function (self,...)
  134. return RealService[Index2](RealService,...)
  135. end
  136. else
  137. if Index2:lower() == "bindtorenderstep" then
  138. return function (self,Name,Priority,Function)
  139. return RealGame:GetService("RunService").Stepped:Connect(Function)
  140. end
  141. end
  142. if Index2:lower() == "renderstepped" then
  143. return RealService["Stepped"]
  144. end
  145. return RealService[Index2]
  146. end
  147. end
  148. })
  149. else
  150. return RealGame:GetService(Service)
  151. end
  152. end
  153. end
  154. return function (self,...)
  155. return RealGame[Index](RealGame,...)
  156. end
  157. else
  158. if game:GetService(Index) then
  159. return game:GetService(Index)
  160. end
  161. return RealGame[Index]
  162. end
  163. else
  164. return nil
  165. end
  166. end
  167. });Game = game;owner = game:GetService("Players").LocalPlayer
  168. print("Complete! Running...")
  169.  
  170. wait(0.1)
  171. local Player = game.Players.LocalPlayer
  172. local Character = Player.Character
  173. local Humanoid = Character.Humanoid
  174. Humanoid.Name = "DIO"
  175. local Mouse = Player:GetMouse()
  176. local LeftArm = Character["Left Arm"]
  177. local RightArm = Character["Right Arm"]
  178. local LeftLeg = Character["Left Leg"]
  179. local RightLeg = Character["Right Leg"]
  180. local Head = Character.Head
  181. local Torso = Character.Torso
  182. function chatfunc(text)
  183. local chat = coroutine.wrap(function()
  184. if Character:FindFirstChild("TalkingBillBoard")~= nil then
  185. Character:FindFirstChild("TalkingBillBoard"):destroy()
  186. end
  187. local naeeym2 = Instance.new("BillboardGui",Character)
  188. naeeym2.Size = UDim2.new(0,100,0,40)
  189. naeeym2.StudsOffset = Vector3.new(0,3,0)
  190. naeeym2.Adornee = Head
  191. naeeym2.Name = "TalkingBillBoard"
  192. tecks2 = Instance.new("TextLabel",naeeym2)
  193. tecks2.BackgroundTransparency = 1
  194. tecks2.BorderSizePixel = 0
  195. tecks2.Text = ""
  196. tecks2.Font = "Fantasy"
  197. tecks2.TextSize = 30
  198. tecks2.TextStrokeTransparency = 0
  199. tecks2.TextColor3 = Color3.new(0,0,0)
  200. tecks2.TextStrokeColor3 = Color3.new(0,0,255)
  201. tecks2.Size = UDim2.new(1,0,0.5,0)
  202. local tecks3 = Instance.new("TextLabel",naeeym2)
  203. tecks3.BackgroundTransparency = 1
  204. tecks3.BorderSizePixel = 0
  205. tecks3.Text = ""
  206. tecks3.Font = "Fantasy"
  207. tecks3.TextSize = 30
  208. tecks3.TextStrokeTransparency = 0
  209. tecks3.TextColor3 = Color3.new(255,255,0)
  210. tecks3.TextStrokeColor3 = Color3.new(0,255,0)
  211. tecks3.Size = UDim2.new(1,0,0.5,0)
  212. for i = 1,string.len(text),1 do
  213.  
  214. tecks2.Text = string.sub(text,1,i)
  215. tecks3.Text = string.sub(text,1,i)
  216. wait(0.01)
  217. end
  218. wait(2)
  219. for i = 1, 50 do
  220.  
  221. tecks2.Position = tecks2.Position - UDim2.new(math.random(-.4,.4),math.random(-5,5),.05,math.random(-5,5))
  222. tecks2.Rotation = tecks2.Rotation - .8
  223. tecks2.TextStrokeTransparency = tecks2.TextStrokeTransparency +.04
  224. tecks2.TextTransparency = tecks2.TextTransparency + .04
  225. tecks3.Position = tecks2.Position - UDim2.new(math.random(-.4,.4),math.random(-5,5),.05,math.random(-5,5))
  226. tecks3.Rotation = tecks2.Rotation + .8
  227. tecks3.TextStrokeTransparency = tecks2.TextStrokeTransparency +.04
  228. tecks3.TextTransparency = tecks2.TextTransparency + .04
  229. end
  230. naeeym2:Destroy()
  231. end)
  232. chat()
  233.  
  234. end
  235. shirt = Instance.new("Shirt", Character)
  236. shirt.Name = "Shirt"
  237. pants = Instance.new("Pants", Character)
  238. pants.Name = "Pants"
  239. Character.Shirt.ShirtTemplate = "rbxassetid://692901265"
  240. Character.Pants.PantsTemplate = "rbxassetid://692935274"
  241. Head.face.Texture = "rbxassetid://1250061532"
  242. for i,v in pairs(Character:GetChildren()) do
  243. if v.ClassName == "Accessory" or v.ClassName == "Hat" then
  244. v:destroy()
  245. end
  246. end
  247. Humanoid.Health = Humanoid.MaxHealth
  248. local BC = Character["Body Colors"]
  249. BC.HeadColor = BrickColor.new("White")
  250. BC.LeftArmColor = BrickColor.new("White")
  251. BC.LeftLegColor = BrickColor.new("White")
  252. BC.RightArmColor = BrickColor.new("White")
  253. BC.RightLegColor = BrickColor.new("White")
  254. BC.TorsoColor = BrickColor.new("White")
  255. local Hair = Instance.new("Part")
  256. Hair.Parent = Character
  257. Hair.Name = "Hair"
  258. Hair.Size = Vector3.new(1, 1, 1)
  259. Hair.CFrame = Head.CFrame
  260. Hair:BreakJoints()
  261. Hair.CanCollide = false
  262. Hair.TopSurface = "Smooth"
  263. Hair.BottomSurface = "Smooth"
  264. Hair.BrickColor = BrickColor.new("Gold")
  265. Weld = Instance.new("Weld")
  266. Weld.Name = "Weld"
  267. Weld.Part0 = Head
  268. Weld.Part1 = Hair
  269. Weld.Parent = Head
  270. Weld.C0 = CFrame.new(0.1,0,0.2)*CFrame.fromEulerAnglesXYZ(0,0,0)
  271. Mesh = Instance.new("SpecialMesh")
  272. Mesh.Parent = Hair
  273. Mesh.MeshId = "rbxassetid://886288384"
  274. Mesh.TextureId = "http://www.roblox.com/asset/?id=7544944"
  275. Mesh.Scale = Vector3.new(0.11,0.1,0.08)
  276. local Camera = game.Workspace.CurrentCamera
  277. local RootPart = Character.HumanoidRootPart
  278. local Music = Instance.new("Sound",RootPart)
  279. Music.Pitch = 1
  280. Music.Volume = 1
  281. Music.Looped = true
  282. Music.SoundId = "rbxassetid://4571417898"
  283. Music:play()
  284. local RootJoint = RootPart.RootJoint
  285. local Pause = false
  286. local attack = false
  287. local Change = false
  288. local DDZ = false
  289. local LOL = false
  290. local Anim = 'Idle'
  291. local attacktype = 1
  292. local delays = false
  293. local play = true
  294. local Time = 10
  295. local targetted = nil
  296. local Torsovelocity = (RootPart.Velocity * Vector3.new(1, 0, 1)).magnitude
  297. local velocity = RootPart.Velocity.y
  298. local sine = 0
  299. local change = 1
  300. local D = false
  301. Loop = false
  302. local DD = false
  303. local doe = 0
  304. local Create = LoadLibrary("RbxUtility").Create
  305. local Stand = Instance.new("Model",Character)
  306. Stand.Name = "Stand"
  307. local ST = Instance.new("Part",Stand)
  308. ST.Size = Vector3.new(2,2,1)
  309. ST.BrickColor = BrickColor.new("White")
  310. ST.CanCollide = false
  311. local ST2 = Instance.new("SpecialMesh",ST)
  312. ST2.MeshId = "rbxasset://fonts/torso.mesh"
  313. ST2.Scale = Vector3.new(1,1,1)
  314. local ST3 = Instance.new("Weld",ST)
  315. ST3.Part0 = RootPart
  316. ST3.Part1 = ST
  317. ST3.C0 = CFrame.new(0,0,0)
  318. local SH = Instance.new("Part",Stand)
  319. SH.Size = Vector3.new(1.25,1.25,1.25)
  320. SH.CanCollide = false
  321. SH.BrickColor = BrickColor.new("White")
  322. local SH2 = Instance.new("SpecialMesh",SH)
  323. SH2.MeshType = "Head"
  324. SH2.Scale = Vector3.new(1,1,1)
  325. local SH2 = Instance.new("Weld",SH)
  326. SH2.Part0 = ST
  327. SH2.Part1 = SH
  328. SH2.C0 = CFrame.new(0,1.5,0)
  329. local SRA = Instance.new("Part",Stand)
  330. SRA.Size = Vector3.new(1,2,1)
  331. SRA.CanCollide = false
  332. SRA.BrickColor = BrickColor.new("White")
  333. local SRA2 = Instance.new("SpecialMesh",SRA)
  334. SRA2.MeshId = "rbxasset://fonts/rightarm.mesh"
  335. SRA2.Scale = Vector3.new(1,1,1)
  336. local SRA3 = Instance.new("Weld",SRA)
  337. SRA3.Part0 = ST
  338. SRA3.Part1 = SRA
  339. SRA3.C0 = CFrame.new(1.5,0,0)
  340. local SLA = Instance.new("Part",Stand)
  341. SLA.Size = Vector3.new(1,2,1)
  342. SLA.CanCollide = false
  343. SLA.BrickColor = BrickColor.new("White")
  344. local SLA2 = Instance.new("SpecialMesh",SLA)
  345. SLA2.MeshId = "rbxasset://fonts/leftarm.mesh"
  346. SLA2.Scale = Vector3.new(1,1,1)
  347. local SLA3 = Instance.new("Weld",SLA)
  348. SLA3.Part0 = ST
  349. SLA3.Part1 = SLA
  350. SLA3.C0 = CFrame.new(-1.5,0,0)
  351. local SRL = Instance.new("Part",Stand)
  352. SRL.Size = Vector3.new(1,2,1)
  353. SRL.CanCollide = false
  354. SRL.BrickColor = BrickColor.new("White")
  355. local SRL2 = Instance.new("SpecialMesh",SRL)
  356. SRL2.MeshId = "rbxasset://fonts/rightleg.mesh"
  357. SRL2.Scale = Vector3.new(1,1,1)
  358. local SRL3 = Instance.new("Weld",SRL)
  359. SRL3.Part0 = ST
  360. SRL3.Part1 = SRL
  361. SRL3.C0 = CFrame.new(0.5,-2,0)
  362. local SLL = Instance.new("Part",Stand)
  363. SLL.Size = Vector3.new(1,2,1)
  364. SLL.CanCollide = false
  365. SLL.BrickColor = BrickColor.new("White")
  366. local SLL2 = Instance.new("SpecialMesh",SLL)
  367. SLL2.MeshId = "rbxasset://fonts/leftleg.mesh"
  368. SLL2.Scale = Vector3.new(1,1,1)
  369. local SLL3 = Instance.new("Weld",SLL)
  370. SLL3.Part0 = ST
  371. SLL3.Part1 = SLL
  372. SLL3.C0 = CFrame.new(-0.5,-2,0)
  373. local FlA = Instance.new("ParticleEmitter",SRA)
  374. FlA.Texture = "rbxassetid://263837009"
  375. FlA.Size = NumberSequence.new(0.6)
  376. FlA.Rotation = NumberRange.new(-100, 100)
  377. FlA.RotSpeed = NumberRange.new(-200, 200)
  378. FlA.Transparency = NumberSequence.new(0,1)
  379. FlA.Speed = NumberRange.new(0.1)
  380. FlA.ZOffset = -0.1
  381. FlA.Lifetime = NumberRange.new(1)
  382. FlA.Rate = 1111
  383. FlA.LockedToPart = true
  384. FlA.LightEmission = 1
  385. FlA.VelocitySpread = 12121
  386. local ZZA = Instance.new("ParticleEmitter",SRA)
  387. ZZA.Texture = "rbxasset://textures/particles/sparkles_main.dds"
  388. ZZA.Size = NumberSequence.new(0.005)
  389. ZZA.Color = ColorSequence.new(Color3.fromRGB(255,255,255))
  390. ZZA.RotSpeed = NumberRange.new(-200, 200)
  391. ZZA.Transparency = NumberSequence.new(0.7)
  392. ZZA.Lifetime = NumberRange.new(1)
  393. ZZA.Speed = NumberRange.new(0.48)
  394. ZZA.Rate = 1231231
  395. ZZA.ZOffset = 0.1
  396. ZZA.LockedToPart = true
  397. ZZA.LightEmission = 1e9
  398. ZZA.LightInfluence = 1e9
  399. local FlA1 = Instance.new("ParticleEmitter",SLA)
  400. FlA1.Texture = "rbxassetid://263837009"
  401. FlA1.Size = NumberSequence.new(0.6)
  402. FlA1.Rotation = NumberRange.new(-100, 100)
  403. FlA1.RotSpeed = NumberRange.new(-200, 200)
  404. FlA1.Transparency = NumberSequence.new(0,1)
  405. FlA1.Speed = NumberRange.new(0.1)
  406. FlA1.ZOffset = -0.1
  407. FlA1.Lifetime = NumberRange.new(1)
  408. FlA1.Rate = 1111
  409. FlA1.LockedToPart = true
  410. FlA1.LightEmission = 1
  411. FlA1.VelocitySpread = 12121
  412. local ZZA1 = Instance.new("ParticleEmitter",SLA)
  413. ZZA1.Texture = "rbxasset://textures/particles/sparkles_main.dds"
  414. ZZA1.Size = NumberSequence.new(0.005)
  415. ZZA1.Color = ColorSequence.new(Color3.fromRGB(255,255,255))
  416. ZZA1.RotSpeed = NumberRange.new(-200, 200)
  417. ZZA1.Transparency = NumberSequence.new(0.7)
  418. ZZA1.Lifetime = NumberRange.new(1)
  419. ZZA1.Speed = NumberRange.new(0.48)
  420. ZZA1.Rate = 1231231
  421. ZZA1.ZOffset = 0.1
  422. ZZA1.LockedToPart = true
  423. ZZA1.LightEmission = 1e9
  424. ZZA1.LightInfluence = 1e9
  425. local FlA2 = Instance.new("ParticleEmitter",ST)
  426. FlA2.Texture = "rbxassetid://263837009"
  427. FlA2.Size = NumberSequence.new(0.6)
  428. FlA2.Rotation = NumberRange.new(-100, 100)
  429. FlA2.RotSpeed = NumberRange.new(-200, 200)
  430. FlA2.Transparency = NumberSequence.new(0,1)
  431. FlA2.Speed = NumberRange.new(0.1)
  432. FlA2.ZOffset = -0.1
  433. FlA2.Lifetime = NumberRange.new(1)
  434. FlA2.Rate = 1111
  435. FlA2.LockedToPart = true
  436. FlA2.LightEmission = 1
  437. FlA2.VelocitySpread = 12121
  438. local ZZA2 = Instance.new("ParticleEmitter",ST)
  439. ZZA2.Texture = "rbxasset://textures/particles/sparkles_main.dds"
  440. ZZA2.Size = NumberSequence.new(0.005)
  441. ZZA2.Color = ColorSequence.new(Color3.fromRGB(255,255,255))
  442. ZZA2.RotSpeed = NumberRange.new(-200, 200)
  443. ZZA2.Transparency = NumberSequence.new(0.7)
  444. ZZA2.Lifetime = NumberRange.new(1)
  445. ZZA2.Speed = NumberRange.new(0.48)
  446. ZZA2.Rate = 1231231
  447. ZZA2.ZOffset = 0.1
  448. ZZA2.LockedToPart = true
  449. ZZA2.LightEmission = 1e9
  450. ZZA2.LightInfluence = 1e9
  451. local FlA3 = Instance.new("ParticleEmitter",SRL)
  452. FlA3.Texture = "rbxassetid://263837009"
  453. FlA3.Size = NumberSequence.new(0.6)
  454. FlA3.Rotation = NumberRange.new(-100, 100)
  455. FlA3.RotSpeed = NumberRange.new(-200, 200)
  456. FlA3.Transparency = NumberSequence.new(0,1)
  457. FlA3.Speed = NumberRange.new(0.1)
  458. FlA3.ZOffset = -0.1
  459. FlA3.Lifetime = NumberRange.new(1)
  460. FlA3.Rate = 1111
  461. FlA3.LockedToPart = true
  462. FlA3.LightEmission = 1
  463. FlA3.VelocitySpread = 12121
  464. local ZZA3 = Instance.new("ParticleEmitter",SRL)
  465. ZZA3.Texture = "rbxasset://textures/particles/sparkles_main.dds"
  466. ZZA3.Size = NumberSequence.new(0.005)
  467. ZZA3.Color = ColorSequence.new(Color3.fromRGB(255,255,255))
  468. ZZA3.RotSpeed = NumberRange.new(-200, 200)
  469. ZZA3.Transparency = NumberSequence.new(0.7)
  470. ZZA3.Lifetime = NumberRange.new(1)
  471. ZZA3.Speed = NumberRange.new(0.48)
  472. ZZA3.Rate = 1231231
  473. ZZA3.ZOffset = 0.1
  474. ZZA3.LockedToPart = true
  475. ZZA3.LightEmission = 1e9
  476. ZZA3.LightInfluence = 1e9
  477. local FlA4 = Instance.new("ParticleEmitter",SLL)
  478. FlA4.Texture = "rbxassetid://263837009"
  479. FlA4.Size = NumberSequence.new(0.6)
  480. FlA4.Rotation = NumberRange.new(-100, 100)
  481. FlA4.RotSpeed = NumberRange.new(-200, 200)
  482. FlA4.Transparency = NumberSequence.new(0,1)
  483. FlA4.Speed = NumberRange.new(0.1)
  484. FlA4.ZOffset = -0.1
  485. FlA4.Lifetime = NumberRange.new(1)
  486. FlA4.Rate = 1111
  487. FlA4.LockedToPart = true
  488. FlA4.LightEmission = 1
  489. FlA4.VelocitySpread = 12121
  490. local ZZA4 = Instance.new("ParticleEmitter",SLL)
  491. ZZA4.Texture = "rbxasset://textures/particles/sparkles_main.dds"
  492. ZZA4.Size = NumberSequence.new(0.005)
  493. ZZA4.Color = ColorSequence.new(Color3.fromRGB(255,255,255))
  494. ZZA4.RotSpeed = NumberRange.new(-200, 200)
  495. ZZA4.Transparency = NumberSequence.new(0.7)
  496. ZZA4.Lifetime = NumberRange.new(1)
  497. ZZA4.Speed = NumberRange.new(0.48)
  498. ZZA4.Rate = 1231231
  499. ZZA4.ZOffset = 0.1
  500. ZZA4.LockedToPart = true
  501. ZZA4.LightEmission = 1e9
  502. ZZA4.LightInfluence = 1e9
  503. local FlA5 = Instance.new("ParticleEmitter",SH)
  504. FlA5.Texture = "rbxassetid://263837009"
  505. FlA5.Size = NumberSequence.new(0.6)
  506. FlA5.Rotation = NumberRange.new(-100, 100)
  507. FlA5.RotSpeed = NumberRange.new(-200, 200)
  508. FlA5.Transparency = NumberSequence.new(0,1)
  509. FlA5.Speed = NumberRange.new(0.1)
  510. FlA5.ZOffset = -0.1
  511. FlA5.Lifetime = NumberRange.new(1)
  512. FlA5.Rate = 20
  513. FlA5.LockedToPart = true
  514. FlA5.LightEmission = 1
  515. FlA5.VelocitySpread = 12121
  516. local ZZA5 = Instance.new("ParticleEmitter",SH)
  517. ZZA5.Texture = "rbxasset://textures/particles/sparkles_main.dds"
  518. ZZA5.Size = NumberSequence.new(0.005)
  519. ZZA5.Color = ColorSequence.new(Color3.fromRGB(255,255,255))
  520. ZZA5.RotSpeed = NumberRange.new(-200, 200)
  521. ZZA5.Transparency = NumberSequence.new(0.7)
  522. ZZA5.Lifetime = NumberRange.new(1)
  523. ZZA5.Speed = NumberRange.new(0.48)
  524. ZZA5.Rate = 1231233
  525. ZZA5.ZOffset = 0.1
  526. ZZA5.LockedToPart = true
  527. ZZA5.LightEmission = 1e9
  528. ZZA5.LightInfluence = 1e9
  529. FlA.Enabled = false
  530. FlA1.Enabled = false
  531. FlA2.Enabled = false
  532. FlA3.Enabled = false
  533. FlA4.Enabled = false
  534. FlA5.Enabled = false
  535. ZZA.Enabled= false
  536. ZZA1.Enabled = false
  537. ZZA2.Enabled = false
  538. ZZA3.Enabled = false
  539. ZZA4.Enabled = false
  540. ZZA5.Enabled = false
  541. local Face = Instance.new("Decal",SH)
  542. Face.Face = "Front"
  543. Face.Texture = "rbxassetid://541645615"
  544. local StarH = Instance.new("Part",Stand)
  545. StarH.BrickColor = BrickColor.new("White")
  546. StarH.CanCollide = false
  547. local StarH2 = Instance.new("SpecialMesh",StarH)
  548. StarH2.MeshId = "rbxassetid://882264338"
  549. StarH2.Scale = Vector3.new(0.03,0.04,0.03)
  550. local StarH3 = Instance.new("Weld",StarH)
  551. StarH3.Part0 = SH
  552. StarH3.Part1 = StarH
  553. StarH3.C0 = CFrame.new(0,0.6,-0.001)*CFrame.Angles(0,0,0)
  554. local Scarf = Instance.new("Part",Stand)
  555. Scarf.BrickColor = BrickColor.new("White")
  556. Scarf.CanCollide = false
  557. local Scarf2 = Instance.new("SpecialMesh",Scarf)
  558. Scarf2.MeshId = "rbxassetid://1143311149"
  559. Scarf2.Scale = Vector3.new(0.01,0.01,0.01)
  560. local Scarf3 = Instance.new("Weld",Scarf)
  561. Scarf3.Part0 = ST
  562. Scarf3.Part1 = Scarf
  563. Scarf3.C0 = CFrame.new(0,0,0.2)*CFrame.Angles(0,0,0)
  564. local Clot = Instance.new("Part",Stand)
  565. Clot.BrickColor = BrickColor.new("Pastel yellow")
  566. Clot.CanCollide = false
  567. local Clot2 = Instance.new("SpecialMesh",Clot)
  568. Clot2.MeshId = "rbxassetid://0"
  569. Clot2.Scale = Vector3.new(0.012,0.013,0.012)
  570. local Clot3 = Instance.new("Weld",Clot)
  571. Clot3.Part0 = ST
  572. Clot3.Part1 = Clot
  573. Clot3.C0 = CFrame.new(0,-1.9,-0.55)*CFrame.Angles(0.06,0,0)
  574. local BClot = Instance.new("Part",Stand)
  575. BClot.BrickColor = BrickColor.new("Pastel yellow")
  576. BClot.CanCollide = false
  577. local BClot2 = Instance.new("SpecialMesh",BClot)
  578. BClot2.MeshId = "rbxassetid://0"
  579. BClot2.Scale = Vector3.new(0.012,0.013,0.012)
  580. local BClot3 = Instance.new("Weld",BClot)
  581. BClot3.Part0 = ST
  582. BClot3.Part1 = BClot
  583. BClot3.C0 = CFrame.new(0,-1.9,0.55)*CFrame.Angles(-0.06,3.1,0)
  584. local Shoulder = Instance.new("Part",Stand)
  585. Shoulder.BrickColor = BrickColor.new("Pastel yellow")
  586. Shoulder.CanCollide = false
  587. local Shoulder2 = Instance.new("SpecialMesh",Shoulder)
  588. Shoulder2.MeshId = "rbxassetid://0"
  589. Shoulder2.Scale = Vector3.new(0.015,0.015,0.015)
  590. local Shoulder3 = Instance.new("Weld",Shoulder)
  591. Shoulder3.Part0 = SRA
  592. Shoulder3.Part1 = Shoulder
  593. Shoulder3.C0 = CFrame.new(0.2,0.9,0)*CFrame.Angles(0,0,0)
  594. local OtShoulder = Instance.new("Part",Stand)
  595. OtShoulder.BrickColor = BrickColor.new("Pastel yellow")
  596. OtShoulder.CanCollide = false
  597. local OtShoulder2 = Instance.new("SpecialMesh",OtShoulder)
  598. OtShoulder2.MeshId = "rbxassetid://0"
  599. OtShoulder2.Scale = Vector3.new(0.015,0.015,0.015)
  600. local OtShoulder3 = Instance.new("Weld",OtShoulder)
  601. OtShoulder3.Part0 = SLA
  602. OtShoulder3.Part1 = OtShoulder
  603. OtShoulder3.C0 = CFrame.new(-0.2,0.9,0)*CFrame.Angles(0,3.1,0)
  604. local Abs = Instance.new("Part",Stand)
  605. Abs.BrickColor = BrickColor.new("White")
  606. Abs.CanCollide = false
  607. local Abs2 = Instance.new("SpecialMesh",Abs)
  608. Abs2.MeshId = "rbxassetid://958074736"
  609. Abs2.Scale = Vector3.new(0.009,0.01,0.01)
  610. local Abs3 = Instance.new("Weld",Abs)
  611. Abs3.Part0 = ST
  612. Abs3.Part1 = Abs
  613. Abs3.C0 = CFrame.new(0, 0.1, -0.5)*CFrame.Angles(-12.4,0,0)
  614. Humanoid.Animator.Parent = nil
  615. Character.Animate.Parent = nil
  616. mas = Instance.new("Model",game:GetService("Lighting"))
  617. WeldConstraint0 = Instance.new("WeldConstraint")
  618. WeldConstraint1 = Instance.new("WeldConstraint")
  619. WeldConstraint2 = Instance.new("WeldConstraint")
  620. WeldConstraint3 = Instance.new("WeldConstraint")
  621. WeldConstraint4 = Instance.new("WeldConstraint")
  622. WeldConstraint5 = Instance.new("WeldConstraint")
  623. WeldConstraint6 = Instance.new("WeldConstraint")
  624. WeldConstraint7 = Instance.new("WeldConstraint")
  625. WeldConstraint8 = Instance.new("WeldConstraint")
  626. WeldConstraint9 = Instance.new("WeldConstraint")
  627. WeldConstraint10 = Instance.new("WeldConstraint")
  628. WeldConstraint11 = Instance.new("WeldConstraint")
  629. WeldConstraint12 = Instance.new("WeldConstraint")
  630. WeldConstraint13 = Instance.new("WeldConstraint")
  631. Part14 = Instance.new("Part")
  632. Part15 = Instance.new("Part")
  633. WeldConstraint16 = Instance.new("WeldConstraint")
  634. WeldConstraint17 = Instance.new("WeldConstraint")
  635. WeldConstraint18 = Instance.new("WeldConstraint")
  636. WeldConstraint19 = Instance.new("WeldConstraint")
  637. WeldConstraint20 = Instance.new("WeldConstraint")
  638. WeldConstraint21 = Instance.new("WeldConstraint")
  639. WeldConstraint22 = Instance.new("WeldConstraint")
  640. WeldConstraint23 = Instance.new("WeldConstraint")
  641. WeldConstraint24 = Instance.new("WeldConstraint")
  642. WeldConstraint25 = Instance.new("WeldConstraint")
  643. WeldConstraint26 = Instance.new("WeldConstraint")
  644. WeldConstraint27 = Instance.new("WeldConstraint")
  645. WeldConstraint28 = Instance.new("WeldConstraint")
  646. WeldConstraint29 = Instance.new("WeldConstraint")
  647. Part30 = Instance.new("Part")
  648. Part31 = Instance.new("Part")
  649. Part32 = Instance.new("Part")
  650. Part33 = Instance.new("Part")
  651. Part34 = Instance.new("Part")
  652. Part35 = Instance.new("Part")
  653. Part36 = Instance.new("Part")
  654. Part37 = Instance.new("Part")
  655. Part38 = Instance.new("Part")
  656. Part39 = Instance.new("Part")
  657. Part40 = Instance.new("Part")
  658. Part41 = Instance.new("Part")
  659. Part42 = Instance.new("Part")
  660. WeldConstraint20.Parent = Part15
  661. WeldConstraint20.Part0 = Part15
  662. WeldConstraint20.Part1 = Part33
  663. WeldConstraint22.Parent = Part15
  664. WeldConstraint22.Part0 = Part15
  665. WeldConstraint22.Part1 = Part35
  666. WeldConstraint21.Parent = Part15
  667. WeldConstraint21.Part0 = Part15
  668. WeldConstraint21.Part1 = Part34
  669. WeldConstraint23.Parent = Part15
  670. WeldConstraint23.Part0 = Part15
  671. WeldConstraint23.Part1 = Part36
  672. WeldConstraint24.Parent = Part15
  673. WeldConstraint24.Part0 = Part15
  674. WeldConstraint24.Part1 = Part37
  675. WeldConstraint25.Parent = Part15
  676. WeldConstraint25.Part0 = Part15
  677. WeldConstraint25.Part1 = Part38
  678. WeldConstraint26.Parent = Part15
  679. WeldConstraint26.Part0 = Part15
  680. WeldConstraint26.Part1 = Part39
  681. WeldConstraint27.Parent = Part15
  682. WeldConstraint27.Part0 = Part15
  683. WeldConstraint27.Part1 = Part40
  684. WeldConstraint29.Parent = Part15
  685. WeldConstraint29.Part0 = Part15
  686. WeldConstraint29.Part1 = Part42
  687. WeldConstraint28.Parent = Part15
  688. WeldConstraint28.Part0 = Part15
  689. WeldConstraint28.Part1 = Part41
  690. WeldConstraint16.Parent = Part15
  691. WeldConstraint16.Part0 = Part15
  692. WeldConstraint16.Part1 = Part14
  693. WeldConstraint17.Parent = Part15
  694. WeldConstraint17.Part0 = Part15
  695. WeldConstraint17.Part1 = Part30
  696. WeldConstraint18.Parent = Part15
  697. WeldConstraint18.Part0 = Part15
  698. WeldConstraint18.Part1 = Part31
  699. WeldConstraint19.Parent = Part15
  700. WeldConstraint19.Part0 = Part15
  701. WeldConstraint19.Part1 = Part32
  702. Part14.Name = "Glove"
  703. Part14.Parent = mas
  704. Part14.CFrame = CFrame.new(-5.02166224, 2.51579881, -1.10017455, -0.999604464, 0, 0.0281260125, 0, 1, 0, -0.0281260125, 0, -0.999604464)
  705. Part14.Orientation = Vector3.new(0, 178.389999, 0)
  706. Part14.Position = Vector3.new(-5.02166224, 2.51579881, -1.10017455)
  707. Part14.Rotation = Vector3.new(-180, 1.61000001, -180)
  708. Part14.Color = Color3.new(0.972549, 0.972549, 0.972549)
  709. Part14.Size = Vector3.new(0.830001354, 1.06999958, 1.04000032)
  710. Part14.BottomSurface = Enum.SurfaceType.Smooth
  711. Part14.BrickColor = BrickColor.new("White")
  712. Part14.CanCollide = false
  713. Part14.Material = Enum.Material.SmoothPlastic
  714. Part14.TopSurface = Enum.SurfaceType.Smooth
  715. Part14.brickColor = BrickColor.new("White")
  716. Part15.Name = "LeftHandle"
  717. Part15.Parent = mas
  718. Part15.CFrame = CFrame.new(-5.38319588, 3.51649904, -1.08419061, -0.999990106, 0, 0.00455299765, 0, 1, 0, -0.00455299765, 0, -0.999990106)
  719. Part15.Orientation = Vector3.new(0, 179.73999, 0)
  720. Part15.Position = Vector3.new(-5.38319588, 3.51649904, -1.08419061)
  721. Part15.Rotation = Vector3.new(-180, 0.25999999, -180)
  722. Part15.Color = Color3.new(1, 1, 0)
  723. Part15.Size = Vector3.new(0.211860612, 0.211860612, 0.211860612)
  724. Part15.BottomSurface = Enum.SurfaceType.Smooth
  725. Part15.BrickColor = BrickColor.new("White")
  726. Part15.CanCollide = false
  727. Part15.Material = Enum.Material.SmoothPlastic
  728. Part15.TopSurface = Enum.SurfaceType.Smooth
  729. Part15.brickColor = BrickColor.new("New Yeller")
  730. Part15.Shape = Enum.PartType.Ball
  731. WeldConstraint16.Parent = Part15
  732. WeldConstraint16.Part0 = Part15
  733. WeldConstraint16.Part1 = Part14
  734. WeldConstraint17.Parent = Part15
  735. WeldConstraint17.Part0 = Part15
  736. WeldConstraint17.Part1 = Part30
  737. WeldConstraint18.Parent = Part15
  738. WeldConstraint18.Part0 = Part15
  739. WeldConstraint18.Part1 = Part31
  740. WeldConstraint19.Parent = Part15
  741. WeldConstraint19.Part0 = Part15
  742. WeldConstraint19.Part1 = Part32
  743. WeldConstraint20.Parent = Part15
  744. WeldConstraint20.Part0 = Part15
  745. WeldConstraint20.Part1 = Part33
  746. WeldConstraint21.Parent = Part15
  747. WeldConstraint21.Part0 = Part15
  748. WeldConstraint21.Part1 = Part34
  749. WeldConstraint22.Parent = Part15
  750. WeldConstraint22.Part0 = Part15
  751. WeldConstraint22.Part1 = Part35
  752. WeldConstraint23.Parent = Part15
  753. WeldConstraint23.Part0 = Part15
  754. WeldConstraint23.Part1 = Part36
  755. WeldConstraint24.Parent = Part15
  756. WeldConstraint24.Part0 = Part15
  757. WeldConstraint24.Part1 = Part37
  758. WeldConstraint25.Parent = Part15
  759. WeldConstraint25.Part0 = Part15
  760. WeldConstraint25.Part1 = Part38
  761. WeldConstraint26.Parent = Part15
  762. WeldConstraint26.Part0 = Part15
  763. WeldConstraint26.Part1 = Part39
  764. WeldConstraint27.Parent = Part15
  765. WeldConstraint27.Part0 = Part15
  766. WeldConstraint27.Part1 = Part40
  767. WeldConstraint28.Parent = Part15
  768. WeldConstraint28.Part0 = Part15
  769. WeldConstraint28.Part1 = Part41
  770. WeldConstraint29.Parent = Part15
  771. WeldConstraint29.Part0 = Part15
  772. WeldConstraint29.Part1 = Part42
  773. Part30.Parent = mas
  774. Part30.CFrame = CFrame.new(-5.44359446, 2.70850396, -0.860742211, -0.999606609, 0, 0.0281260796, 0, 1, 0, -0.0281260796, 0, -0.999606609)
  775. Part30.Orientation = Vector3.new(0, 178.389999, 0)
  776. Part30.Position = Vector3.new(-5.44359446, 2.70850396, -0.860742211)
  777. Part30.Rotation = Vector3.new(-180, 1.61000001, -180)
  778. Part30.Color = Color3.new(1, 1, 0)
  779. Part30.Size = Vector3.new(0.161860615, 0.161860615, 0.161860615)
  780. Part30.BottomSurface = Enum.SurfaceType.Smooth
  781. Part30.BrickColor = BrickColor.new("New Yeller")
  782. Part30.CanCollide = false
  783. Part30.Material = Enum.Material.SmoothPlastic
  784. Part30.TopSurface = Enum.SurfaceType.Smooth
  785. Part30.brickColor = BrickColor.new("New Yeller")
  786. Part30.Shape = Enum.PartType.Ball
  787. Part31.Parent = mas
  788. Part31.CFrame = CFrame.new(-5.43280172, 2.54659009, -1.24430549, -0.999606609, 0, 0.0281260796, 0, 1, 0, -0.0281260796, 0, -0.999606609)
  789. Part31.Orientation = Vector3.new(0, 178.389999, 0)
  790. Part31.Position = Vector3.new(-5.43280172, 2.54659009, -1.24430549)
  791. Part31.Rotation = Vector3.new(-180, 1.61000001, -180)
  792. Part31.Color = Color3.new(1, 1, 0)
  793. Part31.Size = Vector3.new(0.161860615, 0.161860615, 0.161860615)
  794. Part31.BottomSurface = Enum.SurfaceType.Smooth
  795. Part31.BrickColor = BrickColor.new("White")
  796. Part31.CanCollide = false
  797. Part31.Material = Enum.Material.SmoothPlastic
  798. Part31.TopSurface = Enum.SurfaceType.Smooth
  799. Part31.brickColor = BrickColor.new("New Yeller")
  800. Part31.Shape = Enum.PartType.Ball
  801. Part32.Parent = mas
  802. Part32.CFrame = CFrame.new(-5.43926716, 2.70850396, -1.01440942, -0.999606609, 0, 0.0281260796, 0, 1, 0, -0.0281260796, 0, -0.999606609)
  803. Part32.Orientation = Vector3.new(0, 178.389999, 0)
  804. Part32.Position = Vector3.new(-5.43926716, 2.70850396, -1.01440942)
  805. Part32.Rotation = Vector3.new(-180, 1.61000001, -180)
  806. Part32.Color = Color3.new(1, 1, 0)
  807. Part32.Size = Vector3.new(0.161860615, 0.161860615, 0.161860615)
  808. Part32.BottomSurface = Enum.SurfaceType.Smooth
  809. Part32.BrickColor = BrickColor.new("White")
  810. Part32.CanCollide = false
  811. Part32.Material = Enum.Material.SmoothPlastic
  812. Part32.TopSurface = Enum.SurfaceType.Smooth
  813. Part32.brickColor = BrickColor.new("New Yeller")
  814. Part32.Shape = Enum.PartType.Ball
  815. Part33.Parent = mas
  816. Part33.CFrame = CFrame.new(-5.43478155, 2.70850396, -1.17381823, -0.999606609, 0, 0.0281260796, 0, 1, 0, -0.0281260796, 0, -0.999606609)
  817. Part33.Orientation = Vector3.new(0, 178.389999, 0)
  818. Part33.Position = Vector3.new(-5.43478155, 2.70850396, -1.17381823)
  819. Part33.Rotation = Vector3.new(-180, 1.61000001, -180)
  820. Part33.Color = Color3.new(1, 1, 0)
  821. Part33.Size = Vector3.new(0.161860615, 0.161860615, 0.161860615)
  822. Part33.BottomSurface = Enum.SurfaceType.Smooth
  823. Part33.BrickColor = BrickColor.new("White")
  824. Part33.CanCollide = false
  825. Part33.Material = Enum.Material.SmoothPlastic
  826. Part33.TopSurface = Enum.SurfaceType.Smooth
  827. Part33.brickColor = BrickColor.new("New Yeller")
  828. Part33.Shape = Enum.PartType.Ball
  829. Part34.Parent = mas
  830. Part34.CFrame = CFrame.new(-5.43068886, 2.70850396, -1.31938517, -0.999606609, 0, 0.0281260796, 0, 1, 0, -0.0281260796, 0, -0.999606609)
  831. Part34.Orientation = Vector3.new(0, 178.389999, 0)
  832. Part34.Position = Vector3.new(-5.43068886, 2.70850396, -1.31938517)
  833. Part34.Rotation = Vector3.new(-180, 1.61000001, -180)
  834. Part34.Color = Color3.new(1, 1, 0)
  835. Part34.Size = Vector3.new(0.161860615, 0.161860615, 0.161860615)
  836. Part34.BottomSurface = Enum.SurfaceType.Smooth
  837. Part34.BrickColor = BrickColor.new("White")
  838. Part34.CanCollide = false
  839. Part34.Material = Enum.Material.SmoothPlastic
  840. Part34.TopSurface = Enum.SurfaceType.Smooth
  841. Part34.brickColor = BrickColor.new("New Yeller")
  842. Part34.Shape = Enum.PartType.Ball
  843. Part35.Parent = mas
  844. Part35.CFrame = CFrame.new(-5.43728685, 2.54659009, -1.0848968, -0.999606609, 0, 0.0281260796, 0, 1, 0, -0.0281260796, 0, -0.999606609)
  845. Part35.Orientation = Vector3.new(0, 178.389999, 0)
  846. Part35.Position = Vector3.new(-5.43728685, 2.54659009, -1.0848968)
  847. Part35.Rotation = Vector3.new(-180, 1.61000001, -180)
  848. Part35.Color = Color3.new(1, 1, 0)
  849. Part35.Size = Vector3.new(0.161860615, 0.161860615, 0.161860615)
  850. Part35.BottomSurface = Enum.SurfaceType.Smooth
  851. Part35.BrickColor = BrickColor.new("White")
  852. Part35.CanCollide = false
  853. Part35.Material = Enum.Material.SmoothPlastic
  854. Part35.TopSurface = Enum.SurfaceType.Smooth
  855. Part35.brickColor = BrickColor.new("New Yeller")
  856. Part35.Shape = Enum.PartType.Ball
  857. Part36.Parent = mas
  858. Part36.CFrame = CFrame.new(-5.44160986, 2.54659009, -0.931219518, -0.999606609, 0, 0.0281260796, 0, 1, 0, -0.0281260796, 0, -0.999606609)
  859. Part36.Orientation = Vector3.new(0, 178.389999, 0)
  860. Part36.Position = Vector3.new(-5.44160986, 2.54659009, -0.931219518)
  861. Part36.Rotation = Vector3.new(-180, 1.61000001, -180)
  862. Part36.Color = Color3.new(1, 1, 0)
  863. Part36.Size = Vector3.new(0.161860615, 0.161860615, 0.161860615)
  864. Part36.BottomSurface = Enum.SurfaceType.Smooth
  865. Part36.BrickColor = BrickColor.new("White")
  866. Part36.CanCollide = false
  867. Part36.Material = Enum.Material.SmoothPlastic
  868. Part36.TopSurface = Enum.SurfaceType.Smooth
  869. Part36.brickColor = BrickColor.new("New Yeller")
  870. Part36.Shape = Enum.PartType.Ball
  871. Part37.Parent = mas
  872. Part37.CFrame = CFrame.new(-5.4347682, 2.38718915, -1.17450416, -0.999606609, 0, 0.0281260796, 0, 1, 0, -0.0281260796, 0, -0.999606609)
  873. Part37.Orientation = Vector3.new(0, 178.389999, 0)
  874. Part37.Position = Vector3.new(-5.4347682, 2.38718915, -1.17450416)
  875. Part37.Rotation = Vector3.new(-180, 1.61000001, -180)
  876. Part37.Color = Color3.new(1, 1, 0)
  877. Part37.Size = Vector3.new(0.161860615, 0.161860615, 0.161860615)
  878. Part37.BottomSurface = Enum.SurfaceType.Smooth
  879. Part37.BrickColor = BrickColor.new("New Yeller")
  880. Part37.CanCollide = false
  881. Part37.Material = Enum.Material.SmoothPlastic
  882. Part37.TopSurface = Enum.SurfaceType.Smooth
  883. Part37.brickColor = BrickColor.new("New Yeller")
  884. Part37.Shape = Enum.PartType.Ball
  885. Part38.Parent = mas
  886. Part38.CFrame = CFrame.new(-5.43925047, 2.38718915, -1.01509559, -0.999606609, 0, 0.0281260796, 0, 1, 0, -0.0281260796, 0, -0.999606609)
  887. Part38.Orientation = Vector3.new(0, 178.389999, 0)
  888. Part38.Position = Vector3.new(-5.43925047, 2.38718915, -1.01509559)
  889. Part38.Rotation = Vector3.new(-180, 1.61000001, -180)
  890. Part38.Color = Color3.new(1, 1, 0)
  891. Part38.Size = Vector3.new(0.161860615, 0.161860615, 0.161860615)
  892. Part38.BottomSurface = Enum.SurfaceType.Smooth
  893. Part38.BrickColor = BrickColor.new("White")
  894. Part38.CanCollide = false
  895. Part38.Material = Enum.Material.SmoothPlastic
  896. Part38.TopSurface = Enum.SurfaceType.Smooth
  897. Part38.brickColor = BrickColor.new("New Yeller")
  898. Part38.Shape = Enum.PartType.Ball
  899. Part39.Parent = mas
  900. Part39.CFrame = CFrame.new(-5.43697119, 2.22288823, -1.09609091, -0.999606609, 0, 0.0281260796, 0, 1, 0, -0.0281260796, 0, -0.999606609)
  901. Part39.Orientation = Vector3.new(0, 178.389999, 0)
  902. Part39.Position = Vector3.new(-5.43697119, 2.22288823, -1.09609091)
  903. Part39.Rotation = Vector3.new(-180, 1.61000001, -180)
  904. Part39.Color = Color3.new(1, 1, 0)
  905. Part39.Size = Vector3.new(0.161860615, 0.161860615, 0.161860615)
  906. Part39.BottomSurface = Enum.SurfaceType.Smooth
  907. Part39.BrickColor = BrickColor.new("White")
  908. Part39.CanCollide = false
  909. Part39.Material = Enum.Material.SmoothPlastic
  910. Part39.TopSurface = Enum.SurfaceType.Smooth
  911. Part39.brickColor = BrickColor.new("New Yeller")
  912. Part39.Shape = Enum.PartType.Ball
  913. Part40.Parent = mas
  914. Part40.CFrame = CFrame.new(-5.03661871, 2.2724297, -1.10532296, -0.999606609, 0, 0.0281260796, 0, 1, 0, -0.0281260796, 0, -0.999606609)
  915. Part40.Orientation = Vector3.new(0, 178.389999, 0)
  916. Part40.Position = Vector3.new(-5.03661871, 2.2724297, -1.10532296)
  917. Part40.Rotation = Vector3.new(-180, 1.61000001, -180)
  918. Part40.Color = Color3.new(1, 1, 0)
  919. Part40.Size = Vector3.new(0.830001056, 0.100000069, 1.04999971)
  920. Part40.BottomSurface = Enum.SurfaceType.Smooth
  921. Part40.BrickColor = BrickColor.new("New Yeller")
  922. Part40.CanCollide = false
  923. Part40.Material = Enum.Material.SmoothPlastic
  924. Part40.TopSurface = Enum.SurfaceType.Smooth
  925. Part40.brickColor = BrickColor.new("New Yeller")
  926. Part41.Parent = mas
  927. Part41.CFrame = CFrame.new(-5.03661871, 2.6140368, -1.10532296, -0.999606609, 0, 0.0281260796, 0, 1, 0, -0.0281260796, 0, -0.999606609)
  928. Part41.Orientation = Vector3.new(0, 178.389999, 0)
  929. Part41.Position = Vector3.new(-5.03661871, 2.6140368, -1.10532296)
  930. Part41.Rotation = Vector3.new(-180, 1.61000001, -180)
  931. Part41.Color = Color3.new(1, 1, 0)
  932. Part41.Size = Vector3.new(0.830001056, 0.100000069, 1.04999971)
  933. Part41.BottomSurface = Enum.SurfaceType.Smooth
  934. Part41.BrickColor = BrickColor.new("White")
  935. Part41.CanCollide = false
  936. Part41.Material = Enum.Material.SmoothPlastic
  937. Part41.TopSurface = Enum.SurfaceType.Smooth
  938. Part41.brickColor = BrickColor.new("New Yeller")
  939. Part42.Parent = mas
  940. Part42.CFrame = CFrame.new(-4.98317862, 3.50830507, -1.10285795, -0.999992013, 0, 0.00455300882, 0, 1, 0, -0.00455300882, 0, -0.999992013)
  941. Part42.Orientation = Vector3.new(0, 179.73999, 0)
  942. Part42.Position = Vector3.new(-4.98317862, 3.50830507, -1.10285795)
  943. Part42.Rotation = Vector3.new(-180, 0.25999999, -180)
  944. Part42.Color = Color3.new(0.972549, 0.972549, 0.972549)
  945. Part42.Size = Vector3.new(0.830001056, 0.110000081, 1.04999971)
  946. Part42.BottomSurface = Enum.SurfaceType.Smooth
  947. Part42.BrickColor = BrickColor.new("White")
  948. Part42.CanCollide = false
  949. Part42.Material = Enum.Material.SmoothPlastic
  950. Part42.TopSurface = Enum.SurfaceType.Smooth
  951. Part42.brickColor = BrickColor.new("White")
  952. for i,v in pairs(mas:GetChildren()) do
  953. v.Parent = game:GetService("Players").LocalPlayer.Character.Stand
  954. pcall(function() v:MakeJoints() end)
  955. end
  956. local Wld = Instance.new("Weld",Part15)
  957. Wld.Part0 = SLA
  958. Wld.Part1 = Part15
  959. Wld.C0 = CFrame.new(-0.49,0.55,0.03)*CFrame.Angles(0,3.15,0)
  960. mas2 = Instance.new("Model",game:GetService("Lighting"))
  961. WeldConstraint0 = Instance.new("WeldConstraint")
  962. WeldConstraint1 = Instance.new("WeldConstraint")
  963. WeldConstraint2 = Instance.new("WeldConstraint")
  964. WeldConstraint3 = Instance.new("WeldConstraint")
  965. WeldConstraint4 = Instance.new("WeldConstraint")
  966. WeldConstraint5 = Instance.new("WeldConstraint")
  967. WeldConstraint6 = Instance.new("WeldConstraint")
  968. WeldConstraint7 = Instance.new("WeldConstraint")
  969. WeldConstraint8 = Instance.new("WeldConstraint")
  970. WeldConstraint9 = Instance.new("WeldConstraint")
  971. WeldConstraint10 = Instance.new("WeldConstraint")
  972. WeldConstraint11 = Instance.new("WeldConstraint")
  973. WeldConstraint12 = Instance.new("WeldConstraint")
  974. WeldConstraint13 = Instance.new("WeldConstraint")
  975. Part14 = Instance.new("Part")
  976. Part15 = Instance.new("Part")
  977. WeldConstraint16 = Instance.new("WeldConstraint")
  978. WeldConstraint17 = Instance.new("WeldConstraint")
  979. WeldConstraint18 = Instance.new("WeldConstraint")
  980. WeldConstraint19 = Instance.new("WeldConstraint")
  981. WeldConstraint20 = Instance.new("WeldConstraint")
  982. WeldConstraint21 = Instance.new("WeldConstraint")
  983. WeldConstraint22 = Instance.new("WeldConstraint")
  984. WeldConstraint23 = Instance.new("WeldConstraint")
  985. WeldConstraint24 = Instance.new("WeldConstraint")
  986. WeldConstraint25 = Instance.new("WeldConstraint")
  987. WeldConstraint26 = Instance.new("WeldConstraint")
  988. WeldConstraint27 = Instance.new("WeldConstraint")
  989. WeldConstraint28 = Instance.new("WeldConstraint")
  990. WeldConstraint29 = Instance.new("WeldConstraint")
  991. Part30 = Instance.new("Part")
  992. Part31 = Instance.new("Part")
  993. Part32 = Instance.new("Part")
  994. Part33 = Instance.new("Part")
  995. Part34 = Instance.new("Part")
  996. Part35 = Instance.new("Part")
  997. Part36 = Instance.new("Part")
  998. Part37 = Instance.new("Part")
  999. Part38 = Instance.new("Part")
  1000. Part39 = Instance.new("Part")
  1001. Part40 = Instance.new("Part")
  1002. Part41 = Instance.new("Part")
  1003. Part42 = Instance.new("Part")
  1004. WeldConstraint20.Parent = Part15
  1005. WeldConstraint20.Part0 = Part15
  1006. WeldConstraint20.Part1 = Part33
  1007. WeldConstraint22.Parent = Part15
  1008. WeldConstraint22.Part0 = Part15
  1009. WeldConstraint22.Part1 = Part35
  1010. WeldConstraint21.Parent = Part15
  1011. WeldConstraint21.Part0 = Part15
  1012. WeldConstraint21.Part1 = Part34
  1013. WeldConstraint23.Parent = Part15
  1014. WeldConstraint23.Part0 = Part15
  1015. WeldConstraint23.Part1 = Part36
  1016. WeldConstraint24.Parent = Part15
  1017. WeldConstraint24.Part0 = Part15
  1018. WeldConstraint24.Part1 = Part37
  1019. WeldConstraint25.Parent = Part15
  1020. WeldConstraint25.Part0 = Part15
  1021. WeldConstraint25.Part1 = Part38
  1022. WeldConstraint26.Parent = Part15
  1023. WeldConstraint26.Part0 = Part15
  1024. WeldConstraint26.Part1 = Part39
  1025. WeldConstraint27.Parent = Part15
  1026. WeldConstraint27.Part0 = Part15
  1027. WeldConstraint27.Part1 = Part40
  1028. WeldConstraint29.Parent = Part15
  1029. WeldConstraint29.Part0 = Part15
  1030. WeldConstraint29.Part1 = Part42
  1031. WeldConstraint28.Parent = Part15
  1032. WeldConstraint28.Part0 = Part15
  1033. WeldConstraint28.Part1 = Part41
  1034. WeldConstraint16.Parent = Part15
  1035. WeldConstraint16.Part0 = Part15
  1036. WeldConstraint16.Part1 = Part14
  1037. WeldConstraint17.Parent = Part15
  1038. WeldConstraint17.Part0 = Part15
  1039. WeldConstraint17.Part1 = Part30
  1040. WeldConstraint18.Parent = Part15
  1041. WeldConstraint18.Part0 = Part15
  1042. WeldConstraint18.Part1 = Part31
  1043. WeldConstraint19.Parent = Part15
  1044. WeldConstraint19.Part0 = Part15
  1045. WeldConstraint19.Part1 = Part32
  1046. Part14.Name = "Glove"
  1047. Part14.Parent = mas2
  1048. Part14.CFrame = CFrame.new(-5.02166224, 2.51579881, -1.10017455, -0.999604464, 0, 0.0281260125, 0, 1, 0, -0.0281260125, 0, -0.999604464)
  1049. Part14.Orientation = Vector3.new(0, 178.389999, 0)
  1050. Part14.Position = Vector3.new(-5.02166224, 2.51579881, -1.10017455)
  1051. Part14.Rotation = Vector3.new(-180, 1.61000001, -180)
  1052. Part14.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1053. Part14.Size = Vector3.new(0.830001354, 1.06999958, 1.04000032)
  1054. Part14.BottomSurface = Enum.SurfaceType.Smooth
  1055. Part14.BrickColor = BrickColor.new("White")
  1056. Part14.CanCollide = false
  1057. Part14.Material = Enum.Material.SmoothPlastic
  1058. Part14.TopSurface = Enum.SurfaceType.Smooth
  1059. Part14.brickColor = BrickColor.new("White")
  1060. Part15.Name = "LeftHandle"
  1061. Part15.Parent = mas2
  1062. Part15.CFrame = CFrame.new(-5.38319588, 3.51649904, -1.08419061, -0.999990106, 0, 0.00455299765, 0, 1, 0, -0.00455299765, 0, -0.999990106)
  1063. Part15.Orientation = Vector3.new(0, 179.73999, 0)
  1064. Part15.Position = Vector3.new(-5.38319588, 3.51649904, -1.08419061)
  1065. Part15.Rotation = Vector3.new(-180, 0.25999999, -180)
  1066. Part15.Color = Color3.new(1, 1, 0)
  1067. Part15.Size = Vector3.new(0.211860612, 0.211860612, 0.211860612)
  1068. Part15.BottomSurface = Enum.SurfaceType.Smooth
  1069. Part15.BrickColor = BrickColor.new("White")
  1070. Part15.CanCollide = false
  1071. Part15.Material = Enum.Material.SmoothPlastic
  1072. Part15.TopSurface = Enum.SurfaceType.Smooth
  1073. Part15.brickColor = BrickColor.new("New Yeller")
  1074. Part15.Shape = Enum.PartType.Ball
  1075. WeldConstraint16.Parent = Part15
  1076. WeldConstraint16.Part0 = Part15
  1077. WeldConstraint16.Part1 = Part14
  1078. WeldConstraint17.Parent = Part15
  1079. WeldConstraint17.Part0 = Part15
  1080. WeldConstraint17.Part1 = Part30
  1081. WeldConstraint18.Parent = Part15
  1082. WeldConstraint18.Part0 = Part15
  1083. WeldConstraint18.Part1 = Part31
  1084. WeldConstraint19.Parent = Part15
  1085. WeldConstraint19.Part0 = Part15
  1086. WeldConstraint19.Part1 = Part32
  1087. WeldConstraint20.Parent = Part15
  1088. WeldConstraint20.Part0 = Part15
  1089. WeldConstraint20.Part1 = Part33
  1090. WeldConstraint21.Parent = Part15
  1091. WeldConstraint21.Part0 = Part15
  1092. WeldConstraint21.Part1 = Part34
  1093. WeldConstraint22.Parent = Part15
  1094. WeldConstraint22.Part0 = Part15
  1095. WeldConstraint22.Part1 = Part35
  1096. WeldConstraint23.Parent = Part15
  1097. WeldConstraint23.Part0 = Part15
  1098. WeldConstraint23.Part1 = Part36
  1099. WeldConstraint24.Parent = Part15
  1100. WeldConstraint24.Part0 = Part15
  1101. WeldConstraint24.Part1 = Part37
  1102. WeldConstraint25.Parent = Part15
  1103. WeldConstraint25.Part0 = Part15
  1104. WeldConstraint25.Part1 = Part38
  1105. WeldConstraint26.Parent = Part15
  1106. WeldConstraint26.Part0 = Part15
  1107. WeldConstraint26.Part1 = Part39
  1108. WeldConstraint27.Parent = Part15
  1109. WeldConstraint27.Part0 = Part15
  1110. WeldConstraint27.Part1 = Part40
  1111. WeldConstraint28.Parent = Part15
  1112. WeldConstraint28.Part0 = Part15
  1113. WeldConstraint28.Part1 = Part41
  1114. WeldConstraint29.Parent = Part15
  1115. WeldConstraint29.Part0 = Part15
  1116. WeldConstraint29.Part1 = Part42
  1117. Part30.Parent = mas2
  1118. Part30.CFrame = CFrame.new(-5.44359446, 2.70850396, -0.860742211, -0.999606609, 0, 0.0281260796, 0, 1, 0, -0.0281260796, 0, -0.999606609)
  1119. Part30.Orientation = Vector3.new(0, 178.389999, 0)
  1120. Part30.Position = Vector3.new(-5.44359446, 2.70850396, -0.860742211)
  1121. Part30.Rotation = Vector3.new(-180, 1.61000001, -180)
  1122. Part30.Color = Color3.new(1, 1, 0)
  1123. Part30.Size = Vector3.new(0.161860615, 0.161860615, 0.161860615)
  1124. Part30.BottomSurface = Enum.SurfaceType.Smooth
  1125. Part30.BrickColor = BrickColor.new("New Yeller")
  1126. Part30.CanCollide = false
  1127. Part30.Material = Enum.Material.SmoothPlastic
  1128. Part30.TopSurface = Enum.SurfaceType.Smooth
  1129. Part30.brickColor = BrickColor.new("New Yeller")
  1130. Part30.Shape = Enum.PartType.Ball
  1131. Part31.Parent = mas2
  1132. Part31.CFrame = CFrame.new(-5.43280172, 2.54659009, -1.24430549, -0.999606609, 0, 0.0281260796, 0, 1, 0, -0.0281260796, 0, -0.999606609)
  1133. Part31.Orientation = Vector3.new(0, 178.389999, 0)
  1134. Part31.Position = Vector3.new(-5.43280172, 2.54659009, -1.24430549)
  1135. Part31.Rotation = Vector3.new(-180, 1.61000001, -180)
  1136. Part31.Color = Color3.new(1, 1, 0)
  1137. Part31.Size = Vector3.new(0.161860615, 0.161860615, 0.161860615)
  1138. Part31.BottomSurface = Enum.SurfaceType.Smooth
  1139. Part31.BrickColor = BrickColor.new("New Yeller")
  1140. Part31.CanCollide = false
  1141. Part31.Material = Enum.Material.SmoothPlastic
  1142. Part31.TopSurface = Enum.SurfaceType.Smooth
  1143. Part31.brickColor = BrickColor.new("New Yeller")
  1144. Part31.Shape = Enum.PartType.Ball
  1145. Part32.Parent = mas2
  1146. Part32.CFrame = CFrame.new(-5.43926716, 2.70850396, -1.01440942, -0.999606609, 0, 0.0281260796, 0, 1, 0, -0.0281260796, 0, -0.999606609)
  1147. Part32.Orientation = Vector3.new(0, 178.389999, 0)
  1148. Part32.Position = Vector3.new(-5.43926716, 2.70850396, -1.01440942)
  1149. Part32.Rotation = Vector3.new(-180, 1.61000001, -180)
  1150. Part32.Color = Color3.new(1, 1, 0)
  1151. Part32.Size = Vector3.new(0.161860615, 0.161860615, 0.161860615)
  1152. Part32.BottomSurface = Enum.SurfaceType.Smooth
  1153. Part32.BrickColor = BrickColor.new("New Yeller")
  1154. Part32.CanCollide = false
  1155. Part32.Material = Enum.Material.SmoothPlastic
  1156. Part32.TopSurface = Enum.SurfaceType.Smooth
  1157. Part32.brickColor = BrickColor.new("New Yeller")
  1158. Part32.Shape = Enum.PartType.Ball
  1159. Part33.Parent = mas2
  1160. Part33.CFrame = CFrame.new(-5.43478155, 2.70850396, -1.17381823, -0.999606609, 0, 0.0281260796, 0, 1, 0, -0.0281260796, 0, -0.999606609)
  1161. Part33.Orientation = Vector3.new(0, 178.389999, 0)
  1162. Part33.Position = Vector3.new(-5.43478155, 2.70850396, -1.17381823)
  1163. Part33.Rotation = Vector3.new(-180, 1.61000001, -180)
  1164. Part33.Color = Color3.new(1, 1, 0)
  1165. Part33.Size = Vector3.new(0.161860615, 0.161860615, 0.161860615)
  1166. Part33.BottomSurface = Enum.SurfaceType.Smooth
  1167. Part33.BrickColor = BrickColor.new("New Yeller")
  1168. Part33.CanCollide = false
  1169. Part33.Material = Enum.Material.SmoothPlastic
  1170. Part33.TopSurface = Enum.SurfaceType.Smooth
  1171. Part33.brickColor = BrickColor.new("New Yeller")
  1172. Part33.Shape = Enum.PartType.Ball
  1173. Part34.Parent = mas2
  1174. Part34.CFrame = CFrame.new(-5.43068886, 2.70850396, -1.31938517, -0.999606609, 0, 0.0281260796, 0, 1, 0, -0.0281260796, 0, -0.999606609)
  1175. Part34.Orientation = Vector3.new(0, 178.389999, 0)
  1176. Part34.Position = Vector3.new(-5.43068886, 2.70850396, -1.31938517)
  1177. Part34.Rotation = Vector3.new(-180, 1.61000001, -180)
  1178. Part34.Color = Color3.new(1, 1, 0)
  1179. Part34.Size = Vector3.new(0.161860615, 0.161860615, 0.161860615)
  1180. Part34.BottomSurface = Enum.SurfaceType.Smooth
  1181. Part34.BrickColor = BrickColor.new("New Yeller")
  1182. Part34.CanCollide = false
  1183. Part34.Material = Enum.Material.SmoothPlastic
  1184. Part34.TopSurface = Enum.SurfaceType.Smooth
  1185. Part34.brickColor = BrickColor.new("New Yeller")
  1186. Part34.Shape = Enum.PartType.Ball
  1187. Part35.Parent = mas2
  1188. Part35.CFrame = CFrame.new(-5.43728685, 2.54659009, -1.0848968, -0.999606609, 0, 0.0281260796, 0, 1, 0, -0.0281260796, 0, -0.999606609)
  1189. Part35.Orientation = Vector3.new(0, 178.389999, 0)
  1190. Part35.Position = Vector3.new(-5.43728685, 2.54659009, -1.0848968)
  1191. Part35.Rotation = Vector3.new(-180, 1.61000001, -180)
  1192. Part35.Color = Color3.new(1, 1, 0)
  1193. Part35.Size = Vector3.new(0.161860615, 0.161860615, 0.161860615)
  1194. Part35.BottomSurface = Enum.SurfaceType.Smooth
  1195. Part35.BrickColor = BrickColor.new("New Yeller")
  1196. Part35.CanCollide = false
  1197. Part35.Material = Enum.Material.SmoothPlastic
  1198. Part35.TopSurface = Enum.SurfaceType.Smooth
  1199. Part35.brickColor = BrickColor.new("New Yeller")
  1200. Part35.Shape = Enum.PartType.Ball
  1201. Part36.Parent = mas2
  1202. Part36.CFrame = CFrame.new(-5.44160986, 2.54659009, -0.931219518, -0.999606609, 0, 0.0281260796, 0, 1, 0, -0.0281260796, 0, -0.999606609)
  1203. Part36.Orientation = Vector3.new(0, 178.389999, 0)
  1204. Part36.Position = Vector3.new(-5.44160986, 2.54659009, -0.931219518)
  1205. Part36.Rotation = Vector3.new(-180, 1.61000001, -180)
  1206. Part36.Color = Color3.new(1, 1, 0)
  1207. Part36.Size = Vector3.new(0.161860615, 0.161860615, 0.161860615)
  1208. Part36.BottomSurface = Enum.SurfaceType.Smooth
  1209. Part36.BrickColor = BrickColor.new("New Yeller")
  1210. Part36.CanCollide = false
  1211. Part36.Material = Enum.Material.SmoothPlastic
  1212. Part36.TopSurface = Enum.SurfaceType.Smooth
  1213. Part36.brickColor = BrickColor.new("New Yeller")
  1214. Part36.Shape = Enum.PartType.Ball
  1215. Part37.Parent = mas2
  1216. Part37.CFrame = CFrame.new(-5.4347682, 2.38718915, -1.17450416, -0.999606609, 0, 0.0281260796, 0, 1, 0, -0.0281260796, 0, -0.999606609)
  1217. Part37.Orientation = Vector3.new(0, 178.389999, 0)
  1218. Part37.Position = Vector3.new(-5.4347682, 2.38718915, -1.17450416)
  1219. Part37.Rotation = Vector3.new(-180, 1.61000001, -180)
  1220. Part37.Color = Color3.new(1, 1, 0)
  1221. Part37.Size = Vector3.new(0.161860615, 0.161860615, 0.161860615)
  1222. Part37.BottomSurface = Enum.SurfaceType.Smooth
  1223. Part37.BrickColor = BrickColor.new("New Yeller")
  1224. Part37.CanCollide = false
  1225. Part37.Material = Enum.Material.SmoothPlastic
  1226. Part37.TopSurface = Enum.SurfaceType.Smooth
  1227. Part37.brickColor = BrickColor.new("New Yeller")
  1228. Part37.Shape = Enum.PartType.Ball
  1229. Part38.Parent = mas2
  1230. Part38.CFrame = CFrame.new(-5.43925047, 2.38718915, -1.01509559, -0.999606609, 0, 0.0281260796, 0, 1, 0, -0.0281260796, 0, -0.999606609)
  1231. Part38.Orientation = Vector3.new(0, 178.389999, 0)
  1232. Part38.Position = Vector3.new(-5.43925047, 2.38718915, -1.01509559)
  1233. Part38.Rotation = Vector3.new(-180, 1.61000001, -180)
  1234. Part38.Color = Color3.new(1, 1, 0)
  1235. Part38.Size = Vector3.new(0.161860615, 0.161860615, 0.161860615)
  1236. Part38.BottomSurface = Enum.SurfaceType.Smooth
  1237. Part38.BrickColor = BrickColor.new("New Yeller")
  1238. Part38.CanCollide = false
  1239. Part38.Material = Enum.Material.SmoothPlastic
  1240. Part38.TopSurface = Enum.SurfaceType.Smooth
  1241. Part38.brickColor = BrickColor.new("New Yeller")
  1242. Part38.Shape = Enum.PartType.Ball
  1243. Part39.Parent = mas2
  1244. Part39.CFrame = CFrame.new(-5.43697119, 2.22288823, -1.09609091, -0.999606609, 0, 0.0281260796, 0, 1, 0, -0.0281260796, 0, -0.999606609)
  1245. Part39.Orientation = Vector3.new(0, 178.389999, 0)
  1246. Part39.Position = Vector3.new(-5.43697119, 2.22288823, -1.09609091)
  1247. Part39.Rotation = Vector3.new(-180, 1.61000001, -180)
  1248. Part39.Color = Color3.new(1, 1, 0)
  1249. Part39.Size = Vector3.new(0.161860615, 0.161860615, 0.161860615)
  1250. Part39.BottomSurface = Enum.SurfaceType.Smooth
  1251. Part39.BrickColor = BrickColor.new("New Yeller")
  1252. Part39.CanCollide = false
  1253. Part39.Material = Enum.Material.SmoothPlastic
  1254. Part39.TopSurface = Enum.SurfaceType.Smooth
  1255. Part39.brickColor = BrickColor.new("New Yeller")
  1256. Part39.Shape = Enum.PartType.Ball
  1257. Part40.Parent = mas2
  1258. Part40.CFrame = CFrame.new(-5.03661871, 2.2724297, -1.10532296, -0.999606609, 0, 0.0281260796, 0, 1, 0, -0.0281260796, 0, -0.999606609)
  1259. Part40.Orientation = Vector3.new(0, 178.389999, 0)
  1260. Part40.Position = Vector3.new(-5.03661871, 2.2724297, -1.10532296)
  1261. Part40.Rotation = Vector3.new(-180, 1.61000001, -180)
  1262. Part40.Color = Color3.new(1, 1, 0)
  1263. Part40.Size = Vector3.new(0.830001056, 0.100000069, 1.04999971)
  1264. Part40.BottomSurface = Enum.SurfaceType.Smooth
  1265. Part40.BrickColor = BrickColor.new("New Yeller")
  1266. Part40.CanCollide = false
  1267. Part40.Material = Enum.Material.SmoothPlastic
  1268. Part40.TopSurface = Enum.SurfaceType.Smooth
  1269. Part40.brickColor = BrickColor.new("New Yeller")
  1270. Part41.Parent = mas2
  1271. Part41.CFrame = CFrame.new(-5.03661871, 2.6140368, -1.10532296, -0.999606609, 0, 0.0281260796, 0, 1, 0, -0.0281260796, 0, -0.999606609)
  1272. Part41.Orientation = Vector3.new(0, 178.389999, 0)
  1273. Part41.Position = Vector3.new(-5.03661871, 2.6140368, -1.10532296)
  1274. Part41.Rotation = Vector3.new(-180, 1.61000001, -180)
  1275. Part41.Color = Color3.new(1, 1, 0)
  1276. Part41.Size = Vector3.new(0.830001056, 0.100000069, 1.04999971)
  1277. Part41.BottomSurface = Enum.SurfaceType.Smooth
  1278. Part41.BrickColor = BrickColor.new("New Yeller")
  1279. Part41.CanCollide = false
  1280. Part41.Material = Enum.Material.SmoothPlastic
  1281. Part41.TopSurface = Enum.SurfaceType.Smooth
  1282. Part41.brickColor = BrickColor.new("New Yeller")
  1283. Part42.Parent = mas2
  1284. Part42.CFrame = CFrame.new(-4.98317862, 3.50830507, -1.10285795, -0.999992013, 0, 0.00455300882, 0, 1, 0, -0.00455300882, 0, -0.999992013)
  1285. Part42.Orientation = Vector3.new(0, 179.73999, 0)
  1286. Part42.Position = Vector3.new(-4.98317862, 3.50830507, -1.10285795)
  1287. Part42.Rotation = Vector3.new(-180, 0.25999999, -180)
  1288. Part42.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1289. Part42.Size = Vector3.new(0.830001056, 0.110000081, 1.04999971)
  1290. Part42.BottomSurface = Enum.SurfaceType.Smooth
  1291. Part42.BrickColor = BrickColor.new("Institutional white")
  1292. Part42.CanCollide = false
  1293. Part42.Material = Enum.Material.SmoothPlastic
  1294. Part42.TopSurface = Enum.SurfaceType.Smooth
  1295. Part42.brickColor = BrickColor.new("Institutional white")
  1296. for i,v in pairs(mas2:GetChildren()) do
  1297. v.Parent = game:GetService("Players").LocalPlayer.Character.Stand
  1298. pcall(function() v:MakeJoints() end)
  1299. end
  1300. local Wld = Instance.new("Weld",Part15)
  1301. Wld.Part0 = SRA
  1302. Wld.Part1 = Part15
  1303. Wld.C0 = CFrame.new(0.49,0.55,-0.01)*CFrame.Angles(0,0,0)
  1304. for i,v in pairs(mas:children()) do
  1305. if v:IsA("Part") then
  1306. v.Transparency = 1
  1307. end
  1308. end
  1309. for i,v in pairs(Character.Stand:children()) do
  1310. if v:IsA("Part") then
  1311. v.Transparency = 1
  1312. Face.Transparency = 1
  1313. end
  1314. end
  1315. local newMotor = function(part0, part1, c0, c1)
  1316. local w = Create('Motor'){
  1317. Parent = part0,
  1318. Part0 = part0,
  1319. Part1 = part1,
  1320. C0 = c0,
  1321. C1 = c1,
  1322. }
  1323. return w
  1324. end
  1325. function clerp(a, b, t)
  1326. return a:lerp(b, t)
  1327. end
  1328.  
  1329. coroutine.resume(coroutine.create(function()
  1330. while true do
  1331. Humanoid.MaxHealth = 99999999999999999999999999999999999999999999999999999999999999999
  1332. Humanoid.Health = 99999999999999999999999999999999999999999999999999999999999999999
  1333. Humanoid.WalkSpeed = 50
  1334. Humanoid.JumpPower = 100
  1335. ST.Anchored = false
  1336. SH.Anchored = false
  1337. SRL.Anchored = false
  1338. SLL.Anchored = false
  1339. SRA.Anchored = false
  1340. SLA.Anchored = false
  1341. game:GetService("RunService").RenderStepped:wait()
  1342. end
  1343. end))
  1344. RootCF = CFrame.fromEulerAnglesXYZ(-1.57, 0, 3.14)
  1345. NeckCF = CFrame.new(0, 1, 0, -1, -0, -0, 0, 0, 1, 0, 1, 0)
  1346.  
  1347. local RW = newMotor(Torso, RightArm, CFrame.new(1.5, 0, 0), CFrame.new(0, 0, 0))
  1348. local LW = newMotor(Torso, LeftArm, CFrame.new(-1.5, 0, 0), CFrame.new(0, 0, 0))
  1349. local RH = newMotor(Torso, RightLeg, CFrame.new(.5, -2, 0), CFrame.new(0, 0, 0))
  1350. local LH = newMotor(Torso, LeftLeg, CFrame.new(-.5, -2, 0), CFrame.new(0, 0, 0))
  1351. RootJoint.C1 = CFrame.new(0, 0, 0)
  1352. RootJoint.C0 = CFrame.new(0, 0, 0)
  1353. Torso.Neck.C1 = CFrame.new(0, 0, 0)
  1354. Torso.Neck.C0 = CFrame.new(0, 1.5, 0)
  1355.  
  1356. local rarmc1 = RW.C1
  1357. local larmc1 = LW.C1
  1358. local rlegc1 = RH.C1
  1359. local llegc1 = LH.C1
  1360.  
  1361. local resetc1 = false
  1362.  
  1363. function PlayAnimationFromTable(table, speed, bool)
  1364. RootJoint.C0 = clerp(RootJoint.C0, table[1], speed)
  1365. Torso.Neck.C0 = clerp(Torso.Neck.C0, table[2], speed)
  1366. RW.C0 = clerp(RW.C0, table[3], speed)
  1367. LW.C0 = clerp(LW.C0, table[4], speed)
  1368. RH.C0 = clerp(RH.C0, table[5], speed)
  1369. LH.C0 = clerp(LH.C0, table[6], speed)
  1370. if bool == true then
  1371. if resetc1 == false then
  1372. resetc1 = true
  1373. RootJoint.C1 = RootJoint.C1
  1374. Torso.Neck.C1 = Torso.Neck.C1
  1375. RW.C1 = rarmc1
  1376. LW.C1 = larmc1
  1377. RH.C1 = rlegc1
  1378. LH.C1 = llegc1
  1379. end
  1380. end
  1381. end
  1382.  
  1383. ArtificialHB = Create("BindableEvent", script){
  1384. Parent = script,
  1385. Name = "Heartbeat",
  1386. }
  1387.  
  1388. script:WaitForChild("Heartbeat")
  1389.  
  1390. frame = 1 / 30
  1391. tf = 0
  1392. allowframeloss = false
  1393. tossremainder = false
  1394. lastframe = tick()
  1395. script.Heartbeat:Fire()
  1396.  
  1397. game:GetService("RunService").Heartbeat:connect(function(s, p)
  1398. tf = tf + s
  1399. if tf >= frame then
  1400. if allowframeloss then
  1401. script.Heartbeat:Fire()
  1402. lastframe = tick()
  1403. else
  1404. for i = 1, math.floor(tf / frame) do
  1405. script.Heartbeat:Fire()
  1406. end
  1407. lastframe = tick()
  1408. end
  1409. if tossremainder then
  1410. tf = 0
  1411. else
  1412. tf = tf - frame * math.floor(tf / frame)
  1413. end
  1414. end
  1415. end)
  1416.  
  1417. function swait(num)
  1418. if num == 0 or num == nil then
  1419. ArtificialHB.Event:wait()
  1420. else
  1421. for i = 0, num do
  1422. ArtificialHB.Event:wait()
  1423. end
  1424. end
  1425. end
  1426.  
  1427. Mouse.KeyDown:connect(function(key)
  1428. if key == "q" then
  1429. if Change == false then
  1430. Stand()
  1431. Change = true
  1432. elseif Change == true then
  1433. UnStand()
  1434. Change = false
  1435. end
  1436. end
  1437. end)
  1438.  
  1439. function Stand()
  1440. if D == false then
  1441. D = true
  1442. Pause = true
  1443. for i = 0,0.1,0.1 do
  1444. swait()
  1445. PlayAnimationFromTable({
  1446. CFrame.new(0,0,0) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1447. CFrame.new(0,1.5,0) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1448. CFrame.new(1.5,0,0) * CFrame.new(0, 0, 0) * CFrame.Angles(0,0,0),
  1449. CFrame.new(-1.5,0,0) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1450. CFrame.new(0.5,-2,0) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1451. CFrame.new(-0.5,-2,0) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1452. }, .5, false)
  1453. ST3.C0 = clerp(ST3.C0,CFrame.new(0,0,0)*CFrame.Angles(0,0,0),0.3)
  1454. end
  1455. coroutine.resume(coroutine.create(function()
  1456. for i = 0,1.2,0.1 do
  1457. swait()
  1458. PlayAnimationFromTable({
  1459. CFrame.new(0,0,0) * CFrame.new(0, 0, 0) * CFrame.Angles(0.2, 0.5, 0),
  1460. CFrame.new(0,1.5,0) * CFrame.new(0, 0, 0) * CFrame.Angles(-0.1, -0.4, 0),
  1461. CFrame.new(1.5,0.5,-0.5) * CFrame.new(0, 0, 0) * CFrame.Angles(1.45,0,0.7),
  1462. CFrame.new(-1.5,0,0) * CFrame.new(0, 0, 0) * CFrame.Angles(-0.2, 0.2, 0),
  1463. CFrame.new(0.6,-2.1,0) * CFrame.new(0, 0, 0) * CFrame.Angles(-0.2, -0.5, 0.1),
  1464. CFrame.new(-0.6,-2,0) * CFrame.new(0, 0, 0) * CFrame.Angles(-0.2, 0.2, -0.1),
  1465. }, .5, false)
  1466. ST3.C0 = clerp(ST3.C0,CFrame.new(1,1.5,1.5)*CFrame.Angles(0,0,0),0.3)
  1467. end
  1468. Pause = false
  1469. end))
  1470. local Sound = Instance.new("Sound",ST)
  1471. Sound.Pitch = 2
  1472. Sound.Volume = 5
  1473. Sound.Looped = false
  1474. Sound.SoundId = "rbxassetid://463010917"
  1475. Sound:play()
  1476. local Sound = Instance.new("Sound",ST)
  1477. Sound.Pitch = 1
  1478. Sound.Volume = 5
  1479. Sound.Looped = false
  1480. Sound.SoundId = "rbxassetid://3084232497"
  1481. Sound:play()
  1482. chatfunc("Over Heaven Da.")
  1483. coroutine.resume(coroutine.create(function()
  1484. for i,v in pairs(mas:children()) do
  1485. if v:IsA("Part") then
  1486. coroutine.resume(coroutine.create(function()
  1487. v.Transparency = v.Transparency - 0.1
  1488. game:GetService("RunService").RenderStepped:wait()
  1489. end))
  1490. v.Transparency = 1
  1491. end
  1492. end
  1493. end))
  1494. for i,v in pairs(Character.Stand:children()) do
  1495. if v:IsA("Part") then
  1496. coroutine.resume(coroutine.create(function()
  1497. for i = 1,11 do
  1498. v.Transparency = v.Transparency - 0.1
  1499. Face.Transparency = Face.Transparency - 0.1
  1500. game:GetService("RunService").RenderStepped:wait()
  1501. end
  1502. FlA.Enabled = true
  1503. FlA1.Enabled = true
  1504. FlA2.Enabled = true
  1505. FlA3.Enabled = true
  1506. FlA4.Enabled = true
  1507. FlA5.Enabled = true
  1508. ZZA.Enabled = true
  1509. ZZA1.Enabled = true
  1510. ZZA2.Enabled = true
  1511. ZZA3.Enabled = true
  1512. ZZA4.Enabled = true
  1513. ZZA5.Enabled = true
  1514. end))
  1515. end
  1516. end
  1517. CFuncs = {
  1518. Part = {
  1519. Create = function(Parent, Material, Reflectance, Transparency, BColor, Name, Size)
  1520. local Part = Create("Part")({
  1521. Parent = Parent,
  1522. Reflectance = Reflectance,
  1523. Transparency = Transparency,
  1524. CanCollide = false,
  1525. Locked = true,
  1526. BrickColor = BrickColor.new(tostring(BColor)),
  1527. Name = Name,
  1528. Size = Size,
  1529. Material = Material
  1530. })
  1531. RemoveOutlines(Part)
  1532. return Part
  1533. end
  1534. },
  1535. Mesh = {
  1536. Create = function(Mesh, Part, MeshType, MeshId, OffSet, Scale)
  1537. local Msh = Create(Mesh)({
  1538. Parent = Part,
  1539. Offset = OffSet,
  1540. Scale = Scale
  1541. })
  1542. if Mesh == "SpecialMesh" then
  1543. Msh.MeshType = MeshType
  1544. Msh.MeshId = MeshId
  1545. end
  1546. return Msh
  1547. end
  1548. },
  1549. Weld = {
  1550. Create = function(Parent, Part0, Part1, C0, C1)
  1551. local Weld = Create("Weld")({
  1552. Parent = Parent,
  1553. Part0 = Part0,
  1554. Part1 = Part1,
  1555. C0 = C0,
  1556. C1 = C1
  1557. })
  1558. return Weld
  1559. end
  1560. },
  1561. Sound = {
  1562. Create = function(id, par, vol, pit)
  1563. local Sound = Create("Sound")({
  1564. Volume = vol,
  1565. Pitch = pit or 1,
  1566. SoundId = "rbxassetid://" .. id,
  1567. Parent = par or workspace
  1568. })
  1569. Sound:play()
  1570. game:GetService("Debris"):AddItem(Sound, 130)
  1571. return Sound
  1572. end
  1573. },
  1574. Decal = {
  1575. Create = function(Color, Texture, Transparency, Name, Parent)
  1576. local Decal = Create("Decal")({
  1577. Color3 = Color,
  1578. Texture = "rbxassetid://" .. Texture,
  1579. Transparency = Transparency,
  1580. Name = Name,
  1581. Parent = Parent
  1582. })
  1583. return Decal
  1584. end
  1585. },
  1586. BillboardGui = {
  1587. Create = function(Parent, Image, Position, Size)
  1588. local BillPar = CFuncs.Part.Create(Parent, "SmoothPlastic", 0, 1, BrickColor.new("Black"), "BillboardGuiPart", Vector3.new(1, 1, 1))
  1589. BillPar.CFrame = CFrame.new(Position)
  1590. local Bill = Create("BillboardGui")({
  1591. Parent = BillPar,
  1592. Adornee = BillPar,
  1593. Size = UDim2.new(1, 0, 1, 0),
  1594. SizeOffset = Vector2.new(Size, Size)
  1595. })
  1596. local d = Create("ImageLabel", Bill)({
  1597. Parent = Bill,
  1598. BackgroundTransparency = 1,
  1599. Size = UDim2.new(1, 0, 1, 0),
  1600. Image = "rbxassetid://" .. Image
  1601. })
  1602. return BillPar
  1603. end
  1604. },
  1605. ParticleEmitter = {
  1606. Create = function(Parent, Color1, Color2, LightEmission, Size, Texture, Transparency, ZOffset, Accel, Drag, LockedToPart, VelocityInheritance, EmissionDirection, Enabled, LifeTime, Rate, Rotation, RotSpeed, Speed, VelocitySpread)
  1607. local Particle = Create("ParticleEmitter")({
  1608. Parent = Parent,
  1609. Color = ColorSequence.new(Color1, Color2),
  1610. LightEmission = LightEmission,
  1611. Size = Size,
  1612. Texture = Texture,
  1613. Transparency = Transparency,
  1614. ZOffset = ZOffset,
  1615. Acceleration = Accel,
  1616. Drag = Drag,
  1617. LockedToPart = LockedToPart,
  1618. VelocityInheritance = VelocityInheritance,
  1619. EmissionDirection = EmissionDirection,
  1620. Enabled = Enabled,
  1621. Lifetime = LifeTime,
  1622. Rate = Rate,
  1623. Rotation = Rotation,
  1624. RotSpeed = RotSpeed,
  1625. Speed = Speed,
  1626. VelocitySpread = VelocitySpread
  1627. })
  1628. return Particle
  1629. end
  1630. },
  1631. CreateTemplate = {}
  1632. }
  1633. cooldown = false
  1634. ZZZ = Mouse.KeyDown:connect(function(key)
  1635. if key == "q" then
  1636. if Change == false then
  1637. Stand()
  1638. Change = true
  1639. elseif Change == true then
  1640. UnStand()
  1641. Change = false
  1642. end
  1643. end
  1644. if key == "x" and cooldown == false and DDZ == false then
  1645.  
  1646. game.Lighting.OutdoorAmbient=Color3.new(0,14,135)
  1647. game.Lighting.TimeOfDay="00:00:00"
  1648. wait(0.000004)
  1649. game.Lighting.OutdoorAmbient=Color3.new(135/255, 135/255, 128/255)
  1650. game.Lighting.TimeOfDay="15:00:00"
  1651. Torso.CFrame = CFrame.new(Vector3.new(Mouse.Hit.p.X,Mouse.Hit.p.Y+1.5,Mouse.Hit.p.Z),Torso.CFrame.p)
  1652. bam = CFuncs.Sound.Create("2553988018")
  1653. bam.Volume = 10
  1654. cooldown = true
  1655. wait(0.3)
  1656. bam:Destroy()
  1657. cooldown = false
  1658.  
  1659. end
  1660. if key == "t" and Change == true then
  1661. Blast()
  1662. end
  1663. if key == "r" and Change == true then
  1664. StrongOra()
  1665. end
  1666. if key == "y" and Change == true then
  1667. OverwritingKnife()
  1668. end
  1669. if key == "e" and Change == true then
  1670. OHOra()
  1671. end
  1672. if key == "h" and Change == true then
  1673. Overwrite()
  1674. end
  1675. if key == "f" and Change == true then
  1676. TimeStop()
  1677. end
  1678. if key == "z" and Change == true then
  1679. Jump()
  1680. end
  1681. end)
  1682. ZZZ1 = Mouse.KeyUp:connect(function(key)
  1683. if key == "e" and Change == true then
  1684. Stop()
  1685. end
  1686. end)
  1687. wait(0.5)
  1688. D = false
  1689. end
  1690. end
  1691.  
  1692. function Blast()
  1693. if D == false then
  1694. D = true
  1695. Pause = true
  1696. for i = 0,1.2,0.1 do
  1697. swait()
  1698. PlayAnimationFromTable({
  1699. CFrame.new(0,0,0) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1700. CFrame.new(0,1.5,0) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1701. CFrame.new(1.5,0,0) * CFrame.new(0, 0, 0) * CFrame.Angles(0,0,0),
  1702. CFrame.new(-1.5,0,0) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1703. CFrame.new(0.5,-2,0) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1704. CFrame.new(-0.5,-2,0) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1705. }, .5, false)
  1706. SRA3.C0 = clerp(SRA3.C0,CFrame.new(2,0.5,0)*CFrame.new(0,0,0)*CFrame.Angles(0,0,1.65),0.3)
  1707. SLA3.C0 = clerp(SLA3.C0,CFrame.new(-1.5,0,0)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),0.3)
  1708. SRL3.C0 = clerp(SRL3.C0,CFrame.new(0.5,-2,0)*CFrame.Angles(0,0,0),0.3)
  1709. SLL3.C0 = clerp(SLL3.C0,CFrame.new(-0.5,-2,0)*CFrame.Angles(0,0,0),0.3)
  1710. 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)
  1711. SH2.C0 = clerp(SH2.C0,CFrame.new(0,1.5,0)*CFrame.Angles(0,-1.55,0),0.3)
  1712. end
  1713. coroutine.resume(coroutine.create(function()
  1714. wait(0.7)
  1715. Pause = false
  1716. end))
  1717. local Bl = Instance.new("Part",workspace)
  1718. Bl.CanCollide = false
  1719. Bl.Material = "Neon"
  1720. Bl.Shape = "Ball"
  1721. Bl.Size = Vector3.new(0.7,0.5,0.7)
  1722. Bl.BrickColor = BrickColor.new("New Yeller")
  1723. Bl.CFrame = RootPart.CFrame*CFrame.new(0,0,-5)*CFrame.new(0,0,0)*CFrame.Angles(0,-1.55,0)
  1724. local bl2 = Instance.new("SpecialMesh",Bl)
  1725. bl2.MeshId = "rbxassetid://490893357"
  1726. bl2.TextureId = "rbxassetid://490893474"
  1727. bl2.Scale = Vector3.new(0.5,0.1,0.5)
  1728. trail = Instance.new("Trail")
  1729. local attach1 = Instance.new("Attachment",Bl)
  1730. attach1.Position = Vector3.new(0,1,0.5)
  1731. local attach2 = Instance.new("Attachment",Bl)
  1732. attach2.Position = Vector3.new(0,-1,0)
  1733. trail.Attachment0 = attach1
  1734. trail.Attachment1 = attach2
  1735. trail.Texture = "rbxassetid://3098653383"
  1736. trail.Color = ColorSequence.new(Color3.fromRGB(1,1,1),Color3.fromRGB(255,255,255))
  1737. trail.Lifetime = 0.5
  1738. trail.Parent = Bl
  1739. local Fl = Instance.new("BodyVelocity",Bl)
  1740. Fl.maxForce = Vector3.new(math.huge,math.huge,math.huge)
  1741. if DDZ == true then
  1742. Fl.Velocity = RootPart.CFrame.lookVector*0
  1743. D = false
  1744. repeat
  1745. wait()
  1746. until DDZ == false
  1747. Fl.Velocity = RootPart.CFrame.lookVector*500
  1748. elseif DDZ == false then
  1749. Fl.Velocity = RootPart.CFrame.lookVector*500
  1750. end
  1751. local Ring = Instance.new("Part",RootPart)
  1752. Ring.Size = Vector3.new(1,1,1)
  1753. Ring.CanCollide = false
  1754. Ring.CFrame = RootPart.CFrame*CFrame.new(0,0,-9)*CFrame.Angles(0,0,0)
  1755. Ring.Anchored = true
  1756. Ring.BrickColor = BrickColor.new("Institutional white")
  1757. Ring.Transparency = 0
  1758. local Ring2 = Instance.new("SpecialMesh",Ring)
  1759. Ring2.MeshId = "rbxassetid://3270017"
  1760. Ring2.Scale = Vector3.new(1,1,0.1)
  1761. coroutine.resume(coroutine.create(function()
  1762. for i = 1,50 do
  1763. Ring2.Scale = Ring2.Scale + Vector3.new(1,1,0)
  1764. Ring.Transparency = Ring.Transparency + 0.07
  1765. game:GetService("RunService").RenderStepped:wait()
  1766. end
  1767. Ring:remove()
  1768. end))
  1769. Bl.Touched:connect(function(hit)
  1770. if hit.Parent:FindFirstChild("Torso") or hit.Parent:FindFirstChild("UpperTorso") and hit.Parent ~= nil and hit.Parent.Name ~= Character.Name then
  1771. Bl:remove()
  1772. local S = Instance.new("Sound",hit.Parent.Head)
  1773. S.SoundId = "rbxassetid://2674547670"
  1774. S.Volume = 3
  1775. S.Looped = false
  1776. S:play()
  1777. for i,v in pairs(hit.Parent:GetChildren()) do
  1778. if v:IsA("Humanoid") then
  1779. v.Health = v.Health - math.huge
  1780. end
  1781. end
  1782. hit.Parent.Humanoid:TakeDamage(999999)
  1783. hit.Parent.Humanoid.WalkSpeed = 10
  1784. local random = math.random(-3,3)
  1785. local random2 = math.random(-3,3)
  1786. local random3 = math.random(-3,3)
  1787. local Ef = Instance.new("Part",workspace)
  1788. Ef.Size = Vector3.new(1,1,1)
  1789. Ef.CanCollide = false
  1790. Ef.Material = "Neon"
  1791. Ef.BrickColor = BrickColor.new("White")
  1792. Ef.Anchored = true
  1793. Ef.CFrame = hit.Parent.Torso.CFrame*CFrame.new(0,0,0)*CFrame.Angles(random,random2,random3)
  1794. local Ef2 = Instance.new("SpecialMesh",Ef)
  1795. Ef2.MeshType = "Sphere"
  1796. Ef2.Scale = Vector3.new(0.1,0.1,0.1)
  1797. local Part = Instance.new("Part",workspace)
  1798. Part.Size = Vector3.new(1,1,1)
  1799. Part.CanCollide = false
  1800. Part.BrickColor = BrickColor.new("Electric Blue")
  1801. Part.Material = "Neon"
  1802. Part.Anchored = true
  1803. Part.CFrame = hit.Parent.Torso.CFrame*CFrame.new(0,0,0)*CFrame.Angles(random,random2,random3)
  1804. local Part2 = Instance.new("SpecialMesh",Part)
  1805. Part2.MeshType = "Sphere"
  1806. Part2.Scale = Vector3.new(1,1,1)
  1807. for i = 1,50 do
  1808. Part2.Scale = Part2.Scale + Vector3.new(0.1,0.1,1)
  1809. Part.Transparency = Part.Transparency + 0.07
  1810. Ef2.Scale = Ef2.Scale + Vector3.new(0.3,0.3,2)
  1811. Ef.Transparency = Ef.Transparency + 0.07
  1812. game:GetService("RunService").RenderStepped:wait()
  1813. end
  1814. Part:remove()
  1815. Ef:remove()
  1816. end
  1817. end)
  1818. wait(0.5)
  1819. D = false
  1820. end
  1821. end
  1822. function OverwritingKnife()
  1823. if D == false then
  1824. D = true
  1825. Pause = true
  1826. for i = 0,1.2,0.1 do
  1827. swait()
  1828. PlayAnimationFromTable({
  1829. CFrame.new(0,0,0) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1830. CFrame.new(0,1.5,0) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1831. CFrame.new(1.5,0,0) * CFrame.new(0, 0, 0) * CFrame.Angles(0,0,0),
  1832. CFrame.new(-1.5,0,0) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1833. CFrame.new(0.5,-2,0) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1834. CFrame.new(-0.5,-2,0) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  1835. }, .5, false)
  1836. SRA3.C0 = clerp(SRA3.C0,CFrame.new(2,0.5,0)*CFrame.new(0,0,0)*CFrame.Angles(0,0,1.65),0.3)
  1837. SLA3.C0 = clerp(SLA3.C0,CFrame.new(-1.5,0,0)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),0.3)
  1838. SRL3.C0 = clerp(SRL3.C0,CFrame.new(0.5,-2,0)*CFrame.Angles(0,0,0),0.3)
  1839. SLL3.C0 = clerp(SLL3.C0,CFrame.new(-0.5,-2,0)*CFrame.Angles(0,0,0),0.3)
  1840. 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)
  1841. SH2.C0 = clerp(SH2.C0,CFrame.new(0,1.5,0)*CFrame.Angles(0,-1.55,0),0.3)
  1842. end
  1843. coroutine.resume(coroutine.create(function()
  1844. wait(0.7)
  1845. Pause = false
  1846. end))
  1847. local Bl = Instance.new("Part",workspace)
  1848. Bl.CanCollide = false
  1849. Bl.Material = "Neon"
  1850. Bl.Shape = "Ball"
  1851. Bl.Size = Vector3.new(0.7,0.5,0.7)
  1852. Bl.BrickColor = BrickColor.new("New Yeller")
  1853. Bl.CFrame = RootPart.CFrame*CFrame.new(0,0,-5)*CFrame.new(0,0,0)*CFrame.Angles(0,-1.55,0)
  1854. local bl2 = Instance.new("SpecialMesh",Bl)
  1855. bl2.MeshId = "rbxassetid://490893357"
  1856. bl2.TextureId = "rbxassetid://490893474"
  1857. bl2.Scale = Vector3.new(0.5,0.1,0.5)
  1858. trail = Instance.new("Trail")
  1859. local attach1 = Instance.new("Attachment",Bl)
  1860. attach1.Position = Vector3.new(0,1,0.5)
  1861. local attach2 = Instance.new("Attachment",Bl)
  1862. attach2.Position = Vector3.new(0,-1,0)
  1863. trail.Attachment0 = attach1
  1864. trail.Attachment1 = attach2
  1865. trail.Texture = "rbxassetid://1331766477"
  1866. trail.Color = ColorSequence.new(Color3.fromRGB(1,1,1),Color3.fromRGB(999,999,999))
  1867. trail.Lifetime = 2
  1868. trail.Parent = Bl
  1869. local Fl = Instance.new("BodyVelocity",Bl)
  1870. Fl.maxForce = Vector3.new(math.huge,math.huge,math.huge)
  1871. if DDZ == true then
  1872. Fl.Velocity = RootPart.CFrame.lookVector*0.1
  1873. D = false
  1874. repeat
  1875. wait()
  1876. until DDZ == false
  1877. Fl.Velocity = RootPart.CFrame.lookVector*800
  1878. elseif DDZ == false then
  1879. Fl.Velocity = RootPart.CFrame.lookVector*800
  1880. end
  1881. local Ring = Instance.new("Part",RootPart)
  1882. Ring.Size = Vector3.new(1,1,1)
  1883. Ring.CanCollide = false
  1884. Ring.CFrame = RootPart.CFrame*CFrame.new(0,0,-9)*CFrame.Angles(0,0,0)
  1885. Ring.Anchored = true
  1886. Ring.BrickColor = BrickColor.new("Electric Blue")
  1887. Ring.Transparency = 0
  1888. local Ring2 = Instance.new("SpecialMesh",Ring)
  1889. Ring2.MeshId = "rbxassetid://3270017"
  1890. Ring2.Scale = Vector3.new(2,2,0.1)
  1891. coroutine.resume(coroutine.create(function()
  1892. for i = 1,50 do
  1893. Ring2.Scale = Ring2.Scale + Vector3.new(1,1,0)
  1894. Ring.Transparency = Ring.Transparency + 0.07
  1895. game:GetService("RunService").RenderStepped:wait()
  1896. end
  1897. Ring:remove()
  1898. end))
  1899. Bl.Touched:connect(function(hit)
  1900. if hit.Parent:FindFirstChild("Torso") or hit.Parent:FindFirstChild("UpperTorso") and hit.Parent ~= nil and hit.Parent.Name ~= Character.Name then
  1901. Bl:remove()
  1902. local S = Instance.new("Sound",hit.Parent.Head)
  1903. S.SoundId = "rbxassetid://5246103002"
  1904. S.Volume = 5
  1905. S.Looped = false
  1906. S:play()
  1907. for i,v in pairs(hit.Parent:GetChildren()) do
  1908. if v:IsA("Humanoid") then
  1909. v.Health = v.Health - math.huge
  1910. end
  1911. end
  1912. hit.Parent.Humanoid:TakeDamage(9999999999999999999999999999999999999999999999999999999999)
  1913. hit.Parent.Humanoid.WalkSpeed = 0
  1914. hit.Parent.Humanoid.PlatformStand = true
  1915. hit.Parent.Humanoid.Sit = true
  1916. hit.Parent.Humanoid.JumpPower = 0
  1917. hit.Parent.Humanoid:Remove()
  1918. local random = math.random(-3,3)
  1919. local random2 = math.random(-3,3)
  1920. local random3 = math.random(-3,3)
  1921. local Ef = Instance.new("Part",workspace)
  1922. Ef.Size = Vector3.new(1,1,500)
  1923. Ef.CanCollide = false
  1924. Ef.Material = "Neon"
  1925. Ef.BrickColor = BrickColor.new("Really Red")
  1926. Ef.Anchored = true
  1927. Ef.CFrame = hit.Parent.Torso.CFrame*CFrame.new(0,0,0)*CFrame.Angles(random,random2,random3)
  1928. local Ef2 = Instance.new("SpecialMesh",Ef)
  1929. Ef2.MeshType = "Sphere"
  1930. Ef2.Scale = Vector3.new(0.1,0.1,0.1)
  1931. local Part = Instance.new("Part",workspace)
  1932. Part.Size = Vector3.new(1,1,1)
  1933. Part.CanCollide = false
  1934. Part.BrickColor = BrickColor.new("Really Red")
  1935. Part.Material = "Neon"
  1936. Part.Anchored = true
  1937. Part.CFrame = hit.Parent.Torso.CFrame*CFrame.new(0,0,0)*CFrame.Angles(random,random2,random3)
  1938. local Part2 = Instance.new("SpecialMesh",Part)
  1939. Part2.MeshType = "Sphere"
  1940. Part2.Scale = Vector3.new(500,1,1)
  1941. for i = 1,50 do
  1942. Part2.Scale = Part2.Scale + Vector3.new(0.1,0.1,1)
  1943. Part.Transparency = Part.Transparency + 0.07
  1944. Ef2.Scale = Ef2.Scale + Vector3.new(0.3,0.3,2)
  1945. Ef.Transparency = Ef.Transparency + 0.07
  1946. game:GetService("RunService").RenderStepped:wait()
  1947. end
  1948. Part:remove()
  1949. Ef:remove()
  1950. end
  1951. end)
  1952. wait(0.5)
  1953. D = false
  1954. end
  1955. end
  1956. function Jump()
  1957. if DD == false then
  1958. DD = true
  1959. print("ASD")
  1960. local Bod = Instance.new("BodyPosition",RootPart)
  1961. Bod.maxForce = Vector3.new(math.huge,math.huge,math.huge)
  1962. Bod.Position = RootPart.CFrame*CFrame.new(0,80,-80).p
  1963. local Ef = Instance.new("Part",workspace)
  1964. Ef.Size = Vector3.new(1,1,1)
  1965. Ef.CanCollide = false
  1966. Ef.Anchored = true
  1967. Ef.BrickColor = BrickColor.new("New Yeller")
  1968. Ef.Material = "Neon"
  1969. Ef.Shape = "Ball"
  1970. Ef.CFrame = ST.CFrame*CFrame.new(0,-2.3,0)
  1971. coroutine.resume(coroutine.create(function()
  1972. for i = 1,30 do
  1973. Ef.Size = Ef.Size + Vector3.new(0.8,0.8,0.8)
  1974. Ef.Transparency = Ef.Transparency + 0.07
  1975. game:GetService("RunService").RenderStepped:wait()
  1976. end
  1977. Ef:remove()
  1978. end))
  1979. wait(0.1)
  1980. Bod:remove()
  1981. wait(1)
  1982. DD = false
  1983. end
  1984. end
  1985.  
  1986. function TimeStop()
  1987.  
  1988. if game.PlaceId == 843468296 then return warn("You can't use TimeStop in place 1.") end
  1989. if DDZ == false then
  1990. DDZ = true
  1991. Music:Pause()
  1992. chatfunc("The World, Over Heaven!")
  1993. local S = Instance.new("Sound",ST)
  1994. S.SoundId = "rbxassetid://1193182658"
  1995. S.Pitch = 1
  1996. S.Volume = 12312
  1997. S.Looped = false
  1998. S:play()
  1999. DDZ = true
  2000. game.Lighting.OutdoorAmbient=Color3.new(0,114,0)
  2001. wait(0.1)
  2002. game.Lighting.OutdoorAmbient=Color3.new(50,0,350)
  2003. wait(0.1)
  2004. game.Lighting.OutdoorAmbient=Color3.new(0,114,235)
  2005. wait(0.1)
  2006. game.Lighting.OutdoorAmbient=Color3.new(0,0,235)
  2007.  
  2008. game.Lighting.OutdoorAmbient=Color3.new(135/255, 135/255, 128/255)
  2009. game.Lighting.TimeOfDay="15:00:00"
  2010. local Ef = Instance.new("Part",workspace)
  2011. Ef.Size = Vector3.new(1,1,1)
  2012. Ef.Material = "Neon"
  2013. Ef.BrickColor = BrickColor.new("White")
  2014. Ef.Transparency = 0.4
  2015. Ef.CFrame = RootPart.CFrame*CFrame.new(0,0,0)
  2016. Ef.Anchored = true
  2017. Ef.CanCollide = false
  2018. Ef.Shape = "Ball"
  2019. local Ef2 = Instance.new("SpecialMesh",Ef)
  2020. Ef2.MeshType = "Sphere"
  2021. Ef2.Scale = Vector3.new(1,1,1)
  2022. coroutine.resume(coroutine.create(function()
  2023. for i = 1,70 do
  2024. Ef2.Scale = Ef2.Scale + Vector3.new(1,1,1)
  2025. game:GetService("RunService").RenderStepped:wait()
  2026. end
  2027. for i = 1,70 do
  2028. Ef2.Scale = Ef2.Scale - Vector3.new(1,1,1)
  2029. game:GetService("RunService").RenderStepped:wait()
  2030. end
  2031. Ef:remove()
  2032. end))
  2033. local HB = Instance.new("Part",workspace)
  2034. HB.CanCollide = false
  2035. HB.Anchored = true
  2036. HB.CFrame = RootPart.CFrame*CFrame.new(0,0,0)
  2037. HB.Size = Vector3.new(1000,1000,1000)
  2038. HB.Transparency = 1
  2039. HB.Touched:connect(function(hit)
  2040. DDZ = true
  2041. if hit.Parent:FindFirstChild("Torso") and hit.Parent ~= nil and hit.Parent.Name ~= Character.Name then
  2042. hit.Parent.Torso.Anchored = true
  2043. hit.Parent.Head.Anchored = true
  2044. hit.Parent["Right Arm"].Anchored = true
  2045. hit.Parent["Left Arm"].Anchored = true
  2046. hit.Parent["Right Leg"].Anchored = true
  2047. hit.Parent["Left Leg"].Anchored = true
  2048. wait(9.5)
  2049. chatfunc("Time flows once again.")
  2050. local S = Instance.new("Sound",ST)
  2051. S.SoundId = "rbxassetid://2553929268"
  2052. S.Pitch = 1
  2053. S.Volume = 10
  2054. S.Looped = false
  2055. S:play()
  2056. wait(1.5)
  2057. DDZ = false
  2058. local S = Instance.new("Sound",ST)
  2059. S.SoundId = "rbxassetid://864569342"
  2060. S.Pitch = 1
  2061. S.Volume = 10
  2062. S.Looped = false
  2063. S:play()
  2064. Music:Resume()
  2065. hit.Parent.Torso.Anchored = false
  2066. hit.Parent.Head.Anchored = false
  2067. hit.Parent["Right Arm"].Anchored = false
  2068. hit.Parent["Left Arm"].Anchored = false
  2069. hit.Parent["Right Leg"].Anchored = false
  2070. hit.Parent["Left Leg"].Anchored = false
  2071. game.Lighting.OutdoorAmbient=Color3.new(0,114,0)
  2072. wait(0.1)
  2073. game.Lighting.OutdoorAmbient=Color3.new(50,0,350)
  2074. wait(0.1)
  2075. game.Lighting.OutdoorAmbient=Color3.new(0,114,235)
  2076. wait(0.1)
  2077. game.Lighting.OutdoorAmbient=Color3.new(0,0,235)
  2078.  
  2079. game.Lighting.OutdoorAmbient=Color3.new(135/255, 135/255, 128/255)
  2080. game.Lighting.TimeOfDay="15:00:00"
  2081. end
  2082. end)
  2083. DDZ = false
  2084. wait(5)
  2085. HB:remove()
  2086. end
  2087. end
  2088.  
  2089. function StrongOra()
  2090. if D == false then
  2091. D = true
  2092. Pause = true
  2093. local HB = Instance.new("Part",SRA)
  2094. HB.CanCollide = false
  2095. HB.Transparency = 1
  2096. HB.Size = Vector3.new(1,1,1)
  2097. local HB2 = Instance.new("Weld",HB)
  2098. HB2.Part0 = SRA
  2099. HB2.Part1 = HB
  2100. HB2.C0 = CFrame.new(0,0,0)
  2101. HB.Touched:connect(function(hit)
  2102. if hit.Parent:FindFirstChild("Humanoid") and hit.Parent ~= nil and hit.Parent.Name ~= Character.Name then
  2103. HB:remove()
  2104. hit.Parent.Humanoid:TakeDamage(10000)
  2105. hit.Parent.Humanoid.PlatformStand = true
  2106. local Ef = Instance.new("Part",workspace)
  2107. Ef.Size = Vector3.new(1,1,1)
  2108. Ef.CanCollide = false
  2109. Ef.Anchored = true
  2110. Ef.Shape = "Ball"
  2111. Ef.CFrame = hit.Parent.Torso.CFrame*CFrame.new(0,0,0)
  2112. Ef.Material = "Neon"
  2113. Ef.BrickColor = BrickColor.new("White")
  2114. local Ef2 = Instance.new("SpecialMesh",Ef)
  2115. Ef2.MeshType = "Sphere"
  2116. Ef2.Scale = Vector3.new(1,1,1)
  2117. coroutine.resume(coroutine.create(function()
  2118. for i = 1,5 do
  2119. local random = math.random(-3,3)
  2120. local random2 = math.random(-3,3)
  2121. local random3 = math.random(-3,3)
  2122. local ZC = Instance.new("Part",workspace)
  2123. ZC.Size = Vector3.new(1,1,1)
  2124. ZC.CanCollide = false
  2125. ZC.Anchored = true
  2126. ZC.CFrame = hit.Parent.Torso.CFrame*CFrame.new(0,0,0)*CFrame.Angles(random,random2,random3)
  2127. ZC.Shape = "Ball"
  2128. ZC.Material = "Neon"
  2129. ZC.BrickColor = BrickColor.new("New Yeller")
  2130. local ZC2 = Instance.new("SpecialMesh",ZC)
  2131. ZC2.MeshType = "Sphere"
  2132. ZC2.Scale = Vector3.new(1,1,1)
  2133. coroutine.resume(coroutine.create(function()
  2134. for i = 1,100 do
  2135. ZC2.Scale = ZC2.Scale + Vector3.new(0.3,0.3,2)
  2136. ZC.Transparency = ZC.Transparency + 0.03
  2137. game:GetService("RunService").RenderStepped:wait()
  2138. end
  2139. ZC:remove()
  2140. end))
  2141. end
  2142. end))
  2143. coroutine.resume(coroutine.create(function()
  2144. for i = 1,100 do
  2145. Ef2.Scale = Ef2.Scale + Vector3.new(0.6,0.6,0.6)
  2146. Ef.Transparency = Ef.Transparency + 0.03
  2147. game:GetService("RunService").RenderStepped:wait()
  2148. end
  2149. Ef:remove()
  2150. end))
  2151. local Fl = Instance.new("BodyVelocity",hit.Parent.Head)
  2152. Fl.maxForce = Vector3.new(math.huge,math.huge,math.huge)
  2153. Fl.velocity = RootPart.CFrame.lookVector*360
  2154. wait(0.3)
  2155. Fl:remove()
  2156. wait(0.5)
  2157. hit.Parent.Humanoid.PlatformStand = false
  2158. end
  2159. end)
  2160. for i = 0,0.5,0.1 do
  2161. swait()
  2162. PlayAnimationFromTable({
  2163. CFrame.new(0,0,0) * CFrame.new(0, 0, 0) * CFrame.Angles(0.2, 0.5, 0),
  2164. CFrame.new(0,1.5,0) * CFrame.new(0, 0, 0) * CFrame.Angles(-0.1, -0.4, 0),
  2165. CFrame.new(1.5,0.5,-0.5) * CFrame.new(0, 0, 0) * CFrame.Angles(1.45,0,0.7),
  2166. CFrame.new(-1.5,0,0) * CFrame.new(0, 0, 0) * CFrame.Angles(-0.2, 0.2, 0),
  2167. CFrame.new(0.6,-2.1,0) * CFrame.new(0, 0, 0) * CFrame.Angles(-0.2, -0.5, 0.1),
  2168. CFrame.new(-0.6,-2,0) * CFrame.new(0, 0, 0) * CFrame.Angles(-0.2, 0.2, -0.1),
  2169. }, .5, false)
  2170. 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)
  2171. SLA3.C0 = clerp(SLA3.C0,CFrame.new(-1.5,0,0)*CFrame.new(0,0,0)*CFrame.Angles(-0.1,0,0),0.3)
  2172. SRL3.C0 = clerp(SRL3.C0,CFrame.new(0.5,-1.8,-0.2)*CFrame.Angles(-0.5,0,0),0.3)
  2173. SLL3.C0 = clerp(SLL3.C0,CFrame.new(-0.5,-2,0)*CFrame.Angles(-0.2,0,0),0.3)
  2174. 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)
  2175. SH2.C0 = clerp(SH2.C0,CFrame.new(0,1.5,0)*CFrame.Angles(0,0.5,0),0.3)
  2176. end
  2177. local Ora = Instance.new("Sound",ST)
  2178. Ora.SoundId = "rbxassetid://4580051406"
  2179. Ora.Pitch = 1
  2180. Ora.Looped = false
  2181. Ora.Volume = 2
  2182. Ora:play()
  2183. for i = 0,0.6,0.1 do
  2184. swait()
  2185. PlayAnimationFromTable({
  2186. CFrame.new(0,0,0) * CFrame.new(0, 0, 0) * CFrame.Angles(0.2, 0.5, 0),
  2187. CFrame.new(0,1.5,0) * CFrame.new(0, 0, 0) * CFrame.Angles(-0.1, -0.4, 0),
  2188. CFrame.new(1.5,0.5,-0.5) * CFrame.new(0, 0, 0) * CFrame.Angles(1.45,0,0.7),
  2189. CFrame.new(-1.5,0,0) * CFrame.new(0, 0, 0) * CFrame.Angles(-0.2, 0.2, 0),
  2190. CFrame.new(0.6,-2.1,0) * CFrame.new(0, 0, 0) * CFrame.Angles(-0.2, -0.5, 0.1),
  2191. CFrame.new(-0.6,-2,0) * CFrame.new(0, 0, 0) * CFrame.Angles(-0.2, 0.2, -0.1),
  2192. }, .5, false)
  2193. SRA3.C0 = clerp(SRA3.C0,CFrame.new(1,0,0)*CFrame.new(0,1,-2)*CFrame.Angles(1.77,0,-0.5),0.5)
  2194. SLA3.C0 = clerp(SLA3.C0,CFrame.new(-1.5,0,0)*CFrame.new(0,0,0)*CFrame.Angles(-0.1,0,0),0.5)
  2195. SRL3.C0 = clerp(SRL3.C0,CFrame.new(0.5,-1.7,-0.3)*CFrame.Angles(-0.4,0,0),0.5)
  2196. SLL3.C0 = clerp(SLL3.C0,CFrame.new(-0.5,-1.8,0.2)*CFrame.Angles(-0.2,0,0),0.5)
  2197. 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)
  2198. SH2.C0 = clerp(SH2.C0,CFrame.new(0,1.5,0)*CFrame.Angles(0.2,0,0),0.5)
  2199. end
  2200. coroutine.resume(coroutine.create(function()
  2201. wait(0.4)
  2202. HB:remove()
  2203. end))
  2204. Pause = false
  2205. wait(0.5)
  2206. D = false
  2207. end
  2208. end
  2209. function Overwrite()
  2210. if D == false then
  2211. D = true
  2212. Pause = true
  2213. local HB = Instance.new("Part",SRA)
  2214. HB.CanCollide = false
  2215. HB.Transparency = 1
  2216. HB.Size = Vector3.new(1,1,1)
  2217. local HB2 = Instance.new("Weld",HB)
  2218. HB2.Part0 = SRA
  2219. HB2.Part1 = HB
  2220. HB2.C0 = CFrame.new(0,0,0)
  2221. HB.Touched:connect(function(hit)
  2222. for i,v in pairs(hit.Parent:GetChildren()) do
  2223. if v:IsA("Humanoid") then
  2224. if v.Health > 1000000 or v.Health == math.huge then
  2225. hit.Parent:BreakJoints()
  2226. else
  2227. v.Health = v.Health - math.huge
  2228. end
  2229. end
  2230. end
  2231. if hit.Parent:FindFirstChild("Torso") or hit.Parent:FindFirstChild("UpperTorso") and hit.Parent ~= nil and hit.Parent.Name ~= Character.Name then
  2232. HB:remove()
  2233. hit.Parent.Humanoid:TakeDamage(9999999999999999999999999999999999999999999999999999999999)
  2234. hit.Parent.Humanoid.MaxHealth = 0
  2235. hit.Parent.Humanoid.Health = 0
  2236. wait(0.5)
  2237. hit.Parent.Humanoid:Remove()
  2238. hit.Parent.Humanoid:TakeDamage(9999999999999999999999999999999999999999999999999999999999)
  2239. hit.Parent.Humanoid.PlatformStand = true
  2240. local Ef = Instance.new("Part",workspace)
  2241. Ef.Size = Vector3.new(1,1,1)
  2242. Ef.CanCollide = false
  2243. Ef.Anchored = true
  2244. Ef.Shape = "Ball"
  2245. Ef.CFrame = hit.Parent.Torso.CFrame*CFrame.new(0,0,0)
  2246. Ef.Material = "Neon"
  2247. Ef.BrickColor = BrickColor.new("White")
  2248. local Ef2 = Instance.new("SpecialMesh",Ef)
  2249. Ef2.MeshType = "Sphere"
  2250. Ef2.Scale = Vector3.new(1,1,1)
  2251. coroutine.resume(coroutine.create(function()
  2252. for i = 1,5 do
  2253. local random = math.random(-3,3)
  2254. local random2 = math.random(-3,3)
  2255. local random3 = math.random(-3,3)
  2256. local ZC = Instance.new("Part",workspace)
  2257. ZC.Size = Vector3.new(1,1,1)
  2258. ZC.CanCollide = false
  2259. ZC.Anchored = true
  2260. ZC.CFrame = hit.Parent.Torso.CFrame*CFrame.new(0,0,0)*CFrame.Angles(random,random2,random3)
  2261. ZC.Shape = "Ball"
  2262. ZC.Material = "Neon"
  2263. ZC.BrickColor = BrickColor.new("New Yeller")
  2264. local ZC2 = Instance.new("SpecialMesh",ZC)
  2265. ZC2.MeshType = "Sphere"
  2266. ZC2.Scale = Vector3.new(1,1,1)
  2267. coroutine.resume(coroutine.create(function()
  2268. for i = 1,100 do
  2269. ZC2.Scale = ZC2.Scale + Vector3.new(0.3,0.3,2)
  2270. ZC.Transparency = ZC.Transparency + 0.03
  2271. game:GetService("RunService").RenderStepped:wait()
  2272. end
  2273. ZC:remove()
  2274. end))
  2275. end
  2276. end))
  2277. coroutine.resume(coroutine.create(function()
  2278. for i = 1,100 do
  2279. Ef2.Scale = Ef2.Scale + Vector3.new(0.6,0.6,0.6)
  2280. Ef.Transparency = Ef.Transparency + 0.03
  2281. game:GetService("RunService").RenderStepped:wait()
  2282. end
  2283. Ef:remove()
  2284. end))
  2285. local Fl = Instance.new("BodyVelocity",hit.Parent.Head)
  2286. Fl.maxForce = Vector3.new(math.huge,math.huge,math.huge)
  2287. Fl.velocity = RootPart.CFrame.lookVector*999999999999999999999999999999999999999999999999
  2288. wait(0.3)
  2289. Fl:remove()
  2290. wait(0.5)
  2291. hit.Parent.Humanoid.PlatformStand = false
  2292. end
  2293. end)
  2294. for i = 0,0.5,0.1 do
  2295. swait()
  2296. PlayAnimationFromTable({
  2297. CFrame.new(0,0,0) * CFrame.new(0, 0, 0) * CFrame.Angles(0.2, 0.5, 0),
  2298. CFrame.new(0,1.5,0) * CFrame.new(0, 0, 0) * CFrame.Angles(-0.1, -0.4, 0),
  2299. CFrame.new(1.5,0.5,-0.5) * CFrame.new(0, 0, 0) * CFrame.Angles(1.45,0,0.7),
  2300. CFrame.new(-1.5,0,0) * CFrame.new(0, 0, 0) * CFrame.Angles(-0.2, 0.2, 0),
  2301. CFrame.new(0.6,-2.1,0) * CFrame.new(0, 0, 0) * CFrame.Angles(-0.2, -0.5, 0.1),
  2302. CFrame.new(-0.6,-2,0) * CFrame.new(0, 0, 0) * CFrame.Angles(-0.2, 0.2, -0.1),
  2303. }, .5, false)
  2304. 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)
  2305. SLA3.C0 = clerp(SLA3.C0,CFrame.new(-1.5,0,0)*CFrame.new(0,0,0)*CFrame.Angles(-0.1,0,0),0.3)
  2306. SRL3.C0 = clerp(SRL3.C0,CFrame.new(0.5,-1.8,-0.2)*CFrame.Angles(-0.5,0,0),0.3)
  2307. SLL3.C0 = clerp(SLL3.C0,CFrame.new(-0.5,-2,0)*CFrame.Angles(-0.2,0,0),0.3)
  2308. 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)
  2309. SH2.C0 = clerp(SH2.C0,CFrame.new(0,1.5,0)*CFrame.Angles(0,0.5,0),0.3)
  2310. end
  2311. local Ora = Instance.new("Sound",ST)
  2312. Ora.SoundId = "rbxassetid://5121730005"
  2313. Ora.Pitch = 1
  2314. Ora.Looped = false
  2315. Ora.Volume = 5
  2316. Ora:play()
  2317. for i = 0,0.6,0.1 do
  2318. swait()
  2319. PlayAnimationFromTable({
  2320. CFrame.new(0,0,0) * CFrame.new(0, 0, 0) * CFrame.Angles(0.2, 0.5, 0),
  2321. CFrame.new(0,1.5,0) * CFrame.new(0, 0, 0) * CFrame.Angles(-0.1, -0.4, 0),
  2322. CFrame.new(1.5,0.5,-0.5) * CFrame.new(0, 0, 0) * CFrame.Angles(1.45,0,0.7),
  2323. CFrame.new(-1.5,0,0) * CFrame.new(0, 0, 0) * CFrame.Angles(-0.2, 0.2, 0),
  2324. CFrame.new(0.6,-2.1,0) * CFrame.new(0, 0, 0) * CFrame.Angles(-0.2, -0.5, 0.1),
  2325. CFrame.new(-0.6,-2,0) * CFrame.new(0, 0, 0) * CFrame.Angles(-0.2, 0.2, -0.1),
  2326. }, .5, false)
  2327. SRA3.C0 = clerp(SRA3.C0,CFrame.new(1,0,0)*CFrame.new(0,1,-2)*CFrame.Angles(1.77,0,-0.5),0.5)
  2328. SLA3.C0 = clerp(SLA3.C0,CFrame.new(-1.5,0,0)*CFrame.new(0,0,0)*CFrame.Angles(-0.1,0,0),0.5)
  2329. SRL3.C0 = clerp(SRL3.C0,CFrame.new(0.5,-1.7,-0.3)*CFrame.Angles(-0.4,0,0),0.5)
  2330. SLL3.C0 = clerp(SLL3.C0,CFrame.new(-0.5,-1.8,0.2)*CFrame.Angles(-0.2,0,0),0.5)
  2331. ST3.C0 = clerp(ST3.C0,CFrame.new(0,0.4,-30)*CFrame.new(0,0,0)*CFrame.Angles(-0.2,0.8,0),0.5)
  2332. SH2.C0 = clerp(SH2.C0,CFrame.new(0,1.5,0)*CFrame.Angles(0.2,0,0),0.5)
  2333. end
  2334. coroutine.resume(coroutine.create(function()
  2335. wait(0.4)
  2336. HB:remove()
  2337. end))
  2338. Pause = false
  2339. wait(0.5)
  2340. D = false
  2341. end
  2342. end
  2343. function OHOra()
  2344. if D == false then
  2345. D = true
  2346. Pause = true
  2347. Loop = true
  2348. trail = Instance.new("Trail")
  2349. local attach1 = Instance.new("Attachment",SRA)
  2350. attach1.Position = Vector3.new(0,1,0.5)
  2351. local attach2 = Instance.new("Attachment",SRA)
  2352. attach2.Position = Vector3.new(0,-1,0.5)
  2353. trail.Attachment0 = attach1
  2354. trail.Attachment1 = attach2
  2355. trail.Texture = "rbxassetid://1369718163"
  2356. trail.Color = ColorSequence.new(Color3.fromRGB(0,0,0),Color3.fromRGB(255,255,255))
  2357. trail.Lifetime = 1
  2358. trail.Parent = SRA
  2359. trail2 = Instance.new("Trail")
  2360. local attach1 = Instance.new("Attachment",SLA)
  2361. attach1.Position = Vector3.new(0,1,0.5)
  2362. local attach2 = Instance.new("Attachment",SLA)
  2363. attach2.Position = Vector3.new(0,-1,0.5)
  2364. trail2.Attachment0 = attach1
  2365. trail2.Attachment1 = attach2
  2366. trail2.Texture = "461231644"
  2367. trail2.Color = ColorSequence.new(Color3.fromRGB(0,0,0),Color3.fromRGB(255,255,255))
  2368. trail2.Lifetime = 1
  2369. trail2.Parent = SLA
  2370. SoundZ = Instance.new("Sound",ST)
  2371. SoundZ.SoundId = "rbxassetid://2515715897"
  2372. SoundZ.Volume = 5
  2373. SoundZ.Looped = true
  2374. SoundZ.Pitch = 1
  2375. SoundZ:play()
  2376. while Loop do
  2377. local HB = Instance.new("Part",SRA)
  2378. HB.CanCollide = false
  2379. HB.Transparency = 1
  2380. local HB2 = Instance.new("Weld",HB)
  2381. HB2.Part0 = SRA
  2382. HB2.Part1 = HB
  2383. HB2.C0 = CFrame.new(0,-1.1,0)
  2384. HB.Touched:connect(function(hit)
  2385. if hit.Parent:FindFirstChild("Humanoid") and hit.Parent ~= nil and hit.Parent.Name ~= Character.Name then
  2386. HB:remove()
  2387. for i,v in pairs(hit.Parent:GetChildren()) do
  2388. if v:IsA("Humanoid") then
  2389. v.Health = v.Health - math.huge
  2390. end
  2391. end
  2392. hit.Parent.Humanoid:TakeDamage(50)
  2393. hit.Parent.Humanoid.WalkSpeed = 1
  2394. local random = math.random(-3,3)
  2395. local random2 = math.random(-3,3)
  2396. local random3 = math.random(-3,3)
  2397. local Ef = Instance.new("Part",workspace)
  2398. Ef.Size = Vector3.new(1,1,1)
  2399. Ef.CanCollide = false
  2400. Ef.Material = "Neon"
  2401. Ef.BrickColor = BrickColor.new("White")
  2402. Ef.Anchored = true
  2403. Ef.CFrame = hit.Parent.Torso.CFrame*CFrame.new(0,0,0)*CFrame.Angles(random,random2,random3)
  2404. local Ef2 = Instance.new("SpecialMesh",Ef)
  2405. Ef2.MeshType = "Sphere"
  2406. Ef2.Scale = Vector3.new(0.1,0.1,0.1)
  2407. local Part = Instance.new("Part",workspace)
  2408. Part.Size = Vector3.new(1,1,1)
  2409. Part.CanCollide = false
  2410. Part.BrickColor = BrickColor.new("New Yeller")
  2411. Part.Material = "Neon"
  2412. Part.Anchored = true
  2413. Part.CFrame = hit.Parent.Torso.CFrame*CFrame.new(0,0,0)*CFrame.Angles(random,random2,random3)
  2414. local Part2 = Instance.new("SpecialMesh",Part)
  2415. Part2.MeshType = "Sphere"
  2416. Part2.Scale = Vector3.new(1,1,1)
  2417. for i = 1,50 do
  2418. Part2.Scale = Part2.Scale + Vector3.new(0.1,0.1,4)
  2419. Part.Transparency = Part.Transparency + 0.07
  2420. Ef2.Scale = Ef2.Scale + Vector3.new(0.3,0.3,2)
  2421. Ef.Transparency = Ef.Transparency + 0.07
  2422. game:GetService("RunService").RenderStepped:wait()
  2423. end
  2424. Part:remove()
  2425. Ef:remove()
  2426. end
  2427. end)
  2428. for i = 0,0.15,0.1 do
  2429. swait()
  2430. PlayAnimationFromTable({
  2431. CFrame.new(0,0,0) * CFrame.new(0, 0, 0) * CFrame.Angles(0.2, 0.5, 0),
  2432. CFrame.new(0,1.5,0) * CFrame.new(0, 0, 0) * CFrame.Angles(-0.1, -0.4, 0),
  2433. CFrame.new(1.5,0.5,-0.5) * CFrame.new(0, 0, 0) * CFrame.Angles(1.45,0,0.7),
  2434. CFrame.new(-1.5,0,0) * CFrame.new(0, 0, 0) * CFrame.Angles(-0.2, 0.2, 0),
  2435. CFrame.new(0.6,-2.1,0) * CFrame.new(0, 0, 0) * CFrame.Angles(-0.2, -0.5, 0.1),
  2436. CFrame.new(-0.6,-2,0) * CFrame.new(0, 0, 0) * CFrame.Angles(-0.2, 0.2, -0.1),
  2437. }, .5, false)
  2438. SRA3.C0 = clerp(SRA3.C0,CFrame.new(1,0,0)*CFrame.new(0,1,-4)*CFrame.Angles(2.2,0,-0.4),0.3)
  2439. 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)
  2440. SRL3.C0 = clerp(SRL3.C0,CFrame.new(0.5,-1,-0.2)*CFrame.Angles(-0.5,0,0),0.3)
  2441. SLL3.C0 = clerp(SLL3.C0,CFrame.new(-0.5,-1.8,0.3)*CFrame.Angles(-0.5,0,0),0.3)
  2442. ST3.C0 = clerp(ST3.C0,CFrame.new(0,0.5,-5)*CFrame.new(0,0,0)*CFrame.Angles(-0.3,1,0),0.3)
  2443. SH2.C0 = clerp(SH2.C0,CFrame.new(0,1.5,0)*CFrame.Angles(0.3,-0.5,0),0.3)
  2444. end
  2445. coroutine.resume(coroutine.create(function()
  2446. wait(1)
  2447. HB:remove()
  2448. end))
  2449. local CCB = Instance.new("Part",SRA)
  2450. CCB.CanCollide = false
  2451. CCB.Transparency = 1
  2452. local CCB2 = Instance.new("Weld",CCB)
  2453. CCB2.Part0 = SRA
  2454. CCB2.Part1 = CCB
  2455. CCB2.C0 = CFrame.new(0,-1.1,0)
  2456. CCB.Touched:connect(function(hit)
  2457. if hit.Parent:FindFirstChild("Humanoid") and hit.Parent ~= nil and hit.Parent.Name ~= Character.Name then
  2458. CCB:remove()
  2459. for i,v in pairs(hit.Parent:GetChildren()) do
  2460. if v:IsA("Humanoid") then
  2461. v.Health = v.Health - math.huge
  2462. end
  2463. end
  2464. hit.Parent.Humanoid:TakeDamage(50)
  2465. hit.Parent.Humanoid.WalkSpeed = 1
  2466. local random = math.random(-3,3)
  2467. local random2 = math.random(-3,3)
  2468. local random3 = math.random(-3,3)
  2469. local Ef = Instance.new("Part",workspace)
  2470. Ef.Size = Vector3.new(1,1,1)
  2471. Ef.CanCollide = false
  2472. Ef.Material = "Neon"
  2473. Ef.BrickColor = BrickColor.new("White")
  2474. Ef.Anchored = true
  2475. Ef.CFrame = hit.Parent.Torso.CFrame*CFrame.new(0,0,0)*CFrame.Angles(random,random2,random3)
  2476. local Ef2 = Instance.new("SpecialMesh",Ef)
  2477. Ef2.MeshType = "Sphere"
  2478. Ef2.Scale = Vector3.new(0.1,0.1,0.1)
  2479. local Part = Instance.new("Part",workspace)
  2480. Part.Size = Vector3.new(1,1,1)
  2481. Part.CanCollide = false
  2482. Part.BrickColor = BrickColor.new("New Yeller")
  2483. Part.Material = "Neon"
  2484. Part.Anchored = true
  2485. Part.CFrame = hit.Parent.Torso.CFrame*CFrame.new(0,0,0)*CFrame.Angles(random,random2,random3)
  2486. local Part2 = Instance.new("SpecialMesh",Part)
  2487. Part2.MeshType = "Sphere"
  2488. Part2.Scale = Vector3.new(0.1,0.1,0.1)
  2489. for i = 1,50 do
  2490. Part2.Scale = Part2.Scale + Vector3.new(0.1,0.1,4)
  2491. Part.Transparency = Part.Transparency + 0.07
  2492. Ef2.Scale = Ef2.Scale + Vector3.new(0.3,0.3,2)
  2493. Ef.Transparency = Ef.Transparency + 0.07
  2494. game:GetService("RunService").RenderStepped:wait()
  2495. end
  2496. Part:remove()
  2497. Ef:remove()
  2498. end
  2499. end)
  2500. for i = 0,0.15,0.1 do
  2501. swait()
  2502. PlayAnimationFromTable({
  2503. CFrame.new(0,0,0) * CFrame.new(0, 0, 0) * CFrame.Angles(0.2, 0.5, 0),
  2504. CFrame.new(0,1.5,0) * CFrame.new(0, 0, 0) * CFrame.Angles(-0.1, -0.4, 0),
  2505. CFrame.new(1.5,0.5,-0.5) * CFrame.new(0, 0, 0) * CFrame.Angles(1.45,0,0.7),
  2506. CFrame.new(-1.5,0,0) * CFrame.new(0, 0, 0) * CFrame.Angles(-0.2, 0.2, 0),
  2507. CFrame.new(0.6,-2.1,0) * CFrame.new(0, 0, 0) * CFrame.Angles(-0.2, -0.5, 0.1),
  2508. CFrame.new(-0.6,-2,0) * CFrame.new(0, 0, 0) * CFrame.Angles(-0.2, 0.2, -0.1),
  2509. }, .5, false)
  2510. 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)
  2511. SLA3.C0 = clerp(SLA3.C0,CFrame.new(-1,0,0)*CFrame.new(0,1,-4)*CFrame.Angles(2.2,0,0.4),0.3)
  2512. SRL3.C0 = clerp(SRL3.C0,CFrame.new(0.5,-1,-0.2)*CFrame.Angles(-0.5,0,0),0.3)
  2513. SLL3.C0 = clerp(SLL3.C0,CFrame.new(-0.5,-1.8,0.3)*CFrame.Angles(-0.5,0,0),0.3)
  2514. ST3.C0 = clerp(ST3.C0,CFrame.new(0,0.5,-5)*CFrame.new(0,0,0)*CFrame.Angles(-0.3,-1,0),0.3)
  2515. SH2.C0 = clerp(SH2.C0,CFrame.new(0,1.5,0)*CFrame.Angles(0.3,0.5,0),0.3)
  2516. end
  2517. coroutine.resume(coroutine.create(function()
  2518. wait(1)
  2519. CCB:remove()
  2520. end))
  2521. game:GetService("RunService").RenderStepped:wait()
  2522. end
  2523. wait(0.2)
  2524. D = false
  2525. end
  2526. end
  2527.  
  2528. function Stop()
  2529. Pause = false
  2530. if SoundZ ~= nil then
  2531. SoundZ:remove()
  2532. end
  2533. Loop = false
  2534. if trail ~= nil and trail2 ~= nil then
  2535. trail:remove()
  2536. trail2:remove()
  2537. end
  2538. end
  2539.  
  2540. function UnStand()
  2541. if D == false then
  2542. D = true
  2543. FlA.Enabled = false
  2544. FlA1.Enabled = false
  2545. FlA2.Enabled = false
  2546. FlA3.Enabled = false
  2547. FlA4.Enabled = false
  2548. FlA5.Enabled = false
  2549. ZZA.Enabled= false
  2550. ZZA1.Enabled = false
  2551. ZZA2.Enabled = false
  2552. ZZA3.Enabled = false
  2553. ZZA4.Enabled = false
  2554. ZZA5.Enabled = false
  2555. Pause = true
  2556. coroutine.resume(coroutine.create(function()
  2557. for i = 0,1.2,0.1 do
  2558. swait()
  2559. PlayAnimationFromTable({
  2560. CFrame.new(0,0,0) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2561. CFrame.new(0,1.5,0) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2562. CFrame.new(1.5,0,0) * CFrame.new(0, 0, 0) * CFrame.Angles(0,0,0),
  2563. CFrame.new(-1.5,0,0) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2564. CFrame.new(0.5,-2,0) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2565. CFrame.new(-0.5,-2,0) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0),
  2566. }, .5, false)
  2567. ST3.C0 = clerp(ST3.C0,CFrame.new(0,0,0)*CFrame.Angles(0,0,0),0.3)
  2568. end
  2569. Pause = false
  2570. end))
  2571. for i,v in pairs(Character.Stand:children()) do
  2572. if v:IsA("Part") then
  2573. coroutine.resume(coroutine.create(function()
  2574. for i = 1,11 do
  2575. v.Transparency = v.Transparency + 0.1
  2576. Face.Transparency = Face.Transparency + 0.1
  2577. game:GetService("RunService").RenderStepped:wait()
  2578. end
  2579. end))
  2580. end
  2581. end
  2582. wait(0.5)
  2583. D = false
  2584.  
  2585. end
  2586. end
  2587.  
  2588.  
  2589. New = function(Object, Parent, Name, Data)
  2590. local Object = Instance.new(Object)
  2591. for Index, Value in pairs(Data or {}) do
  2592. Object[Index] = Value
  2593. end
  2594. Object.Parent = Parent
  2595. Object.Name = Name
  2596. return Object
  2597. end
  2598. function rayCast(Position, Direction, Range, Ignore)
  2599. return game:service("Workspace"):FindPartOnRay(Ray.new(Position, Direction.unit * (Range or 999.999)), Ignore)
  2600. end
  2601.  
  2602.  
  2603.  
  2604.  
  2605. while true do
  2606. swait()
  2607. for i, v in pairs(Character:GetChildren()) do
  2608. if v:IsA("Part") then
  2609. v.Material = "SmoothPlastic"
  2610. elseif v:IsA("Accessory") then
  2611. v:WaitForChild("Handle").Material = "SmoothPlastic"
  2612. end
  2613. end
  2614.  
  2615. Torsovelocity = (RootPart.Velocity * Vector3.new(1, 0, 1)).magnitude
  2616. velocity = RootPart.Velocity.y
  2617. sine = sine + change
  2618. local hit, pos = rayCast(RootPart.Position, (CFrame.new(RootPart.Position, RootPart.Position - Vector3.new(0, 1, 0))).lookVector, 4, Character)
  2619. if RootPart.Velocity.y > 1 and hit == nil then
  2620. Anim = "Jump"
  2621. if Pause == false then
  2622. PlayAnimationFromTable({
  2623. CFrame.new(0,0,0) * CFrame.new(0, 0, 0) * CFrame.Angles(-0.4, 0, 0), -- Torso,
  2624. CFrame.new(0,1.5,0) * CFrame.new(0, 0, 0) * CFrame.Angles(0.2, 0, 0), ----- Head
  2625. CFrame.new(1.5,0,0) * CFrame.new(0, 0, 0) * CFrame.Angles(-0.2,0,0), --- RightArm
  2626. CFrame.new(-1.5,0,0) * CFrame.new(0, 0, 0) * CFrame.Angles(-0.2, 0, 0),--LeftArm
  2627. CFrame.new(0.5,-1.6,-0.1) * CFrame.new(0, 0, 0) * CFrame.Angles(-0.3, 0, 0), --RightLeg
  2628. CFrame.new(-0.5,-1.8,0.2) * CFrame.new(0, 0, 0) * CFrame.Angles(-0.2, 0, 0), --LeftLeg
  2629. }, .3, false)
  2630. SRA3.C0 = clerp(SRA3.C0,CFrame.new(1.5,0,0)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),0.3)
  2631. SLA3.C0 = clerp(SLA3.C0,CFrame.new(-1.5,0,0)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),0.3)
  2632. SRL3.C0 = clerp(SRL3.C0,CFrame.new(0.5,-2,0)*CFrame.Angles(0,0,0),0.3)
  2633. SLL3.C0 = clerp(SLL3.C0,CFrame.new(-0.5,-2,0)*CFrame.Angles(0,0,0),0.3)
  2634. ST3.C0 = clerp(ST3.C0,CFrame.new(1,1.5,2)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),0.3)
  2635. SH2.C0 = clerp(SH2.C0,CFrame.new(0,1.5,0)*CFrame.Angles(0,0,0),0.3)
  2636. end
  2637. elseif RootPart.Velocity.y < -1 and hit == nil then
  2638. Anim = "Fall"
  2639. if Pause == false then
  2640. PlayAnimationFromTable({
  2641. CFrame.new(0,0,0) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0), -- Torso,
  2642. CFrame.new(0,1.5,0) * CFrame.new(0, 0, 0) * CFrame.Angles(-0.2, 0, 0), ----- Head
  2643. CFrame.new(1.78,0.1,0) * CFrame.new(0, 0, 0) * CFrame.Angles(0,0,0.4), --- RightArm
  2644. CFrame.new(-1.78,0.1,0) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, -0.4),--LeftArm
  2645. CFrame.new(0.7,-2,0) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, 0.2), --RightLeg
  2646. CFrame.new(-0.7,-2,0) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, -0.2), --LeftLeg
  2647. }, .3, false)
  2648. SRA3.C0 = clerp(SRA3.C0,CFrame.new(1.5,0,0)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),0.3)
  2649. SLA3.C0 = clerp(SLA3.C0,CFrame.new(-1.5,0,0)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),0.3)
  2650. SRL3.C0 = clerp(SRL3.C0,CFrame.new(0.5,-2,0)*CFrame.Angles(0,0,0),0.3)
  2651. SLL3.C0 = clerp(SLL3.C0,CFrame.new(-0.5,-2,0)*CFrame.Angles(0,0,0),0.3)
  2652. ST3.C0 = clerp(ST3.C0,CFrame.new(0,5,3)*CFrame.new(0,0,0)*CFrame.Angles(0,0,0),0.3)
  2653. SH2.C0 = clerp(SH2.C0,CFrame.new(0,1.5,0)*CFrame.Angles(0,0,0),0.3)
  2654. end
  2655. elseif Torsovelocity < 1 and hit ~= nil then
  2656. Anim = "Idle"
  2657. if Pause == false then
  2658. change = 1
  2659. PlayAnimationFromTable({
  2660. CFrame.new(0,0-.05*math.sin(tick()*2),0) * CFrame.new(0, 0, 0) * CFrame.Angles(0, -0.4, 0),
  2661. CFrame.new(0,1.5,0) * CFrame.new(0, 0, 0) * CFrame.Angles(0-.1*math.sin(tick()*2), 0.4, 0),
  2662. CFrame.new(1.59,0,0) * CFrame.new(0, 0, 0) * CFrame.Angles(0,0,0.1),
  2663. CFrame.new(-1.59,0,0) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0, -0.1),
  2664. CFrame.new(0.6,-2,0) * CFrame.new(0, 0+.05*math.sin(tick()*2), 0) * CFrame.Angles(0, 0, 0.1),
  2665. CFrame.new(-0.6,-2,0) * CFrame.new(0, 0+.05*math.sin(tick()*2), 0) * CFrame.Angles(0, 0, -0.1),
  2666. }, .3, false)
  2667. SRA3.C0 = clerp(SRA3.C0,CFrame.new(1.5,0,0)*CFrame.new(0,0,0)*CFrame.Angles(0.4,-0.3,0.1),0.3)
  2668. SLA3.C0 = clerp(SLA3.C0,CFrame.new(-1.5,0,0)*CFrame.new(0,0,0)*CFrame.Angles(0,0.3,-0.1),0.3)
  2669. SRL3.C0 = clerp(SRL3.C0,CFrame.new(0.5,-2,0)*CFrame.Angles(-0.5,0,0),0.3)
  2670. SLL3.C0 = clerp(SLL3.C0,CFrame.new(-0.5,-2,0)*CFrame.Angles(-0.3,0,0),0.3)
  2671. SH2.C0 = clerp(SH2.C0,CFrame.new(0,1.5,0)*CFrame.Angles(0,0,0),0.3)
  2672. ST3.C0 = clerp(ST3.C0,CFrame.new(1.3,1.5,4)*CFrame.new(0,0-.1*math.sin(tick()*3),0)*CFrame.Angles(0,0,0),0.3)
  2673. end
  2674. elseif Torsovelocity > 2 and hit ~= nil then
  2675. Anim = "Walk"
  2676. if Pause == false then
  2677. PlayAnimationFromTable({
  2678. 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),
  2679. CFrame.new(0,1.5,0) * CFrame.new(0, 0, 0) * CFrame.Angles(0, 0+RootPart.RotVelocity.Y/20, 0),
  2680. 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),
  2681. 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),
  2682. 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),
  2683. 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),
  2684. }, .3, false)
  2685. SRA3.C0 = clerp(SRA3.C0,CFrame.new(1.5,0,0)*CFrame.new(0,0,0)*CFrame.Angles(-0.3,0,0),0.3)
  2686. SLA3.C0 = clerp(SLA3.C0,CFrame.new(-1.5,0,0)*CFrame.new(0,0,0)*CFrame.Angles(-0.3,0,0),0.3)
  2687. SRL3.C0 = clerp(SRL3.C0,CFrame.new(0.5,-2,0)*CFrame.Angles(-0.5,0,0),0.3)
  2688. SLL3.C0 = clerp(SLL3.C0,CFrame.new(-0.5,-2,0)*CFrame.Angles(-0.3,0,0),0.3)
  2689. SH2.C0 = clerp(SH2.C0,CFrame.new(0,1.5,0)*CFrame.Angles(0.4,0,0),0.3)
  2690. ST3.C0 = clerp(ST3.C0,CFrame.new(1.5,1.5,2.5)*CFrame.new(0,0-.1*math.sin(tick()*6),0)*CFrame.Angles(-0.4,0,0),0.3)
  2691. end
  2692. end
  2693. end
Advertisement
Add Comment
Please, Sign In to add comment