reset234567890

trump

May 28th, 2019
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 79.24 KB | None | 0 0
  1. -- This script has convert to FE by who i don't know?
  2.  
  3. -----------------------------------------------------
  4. if game:GetService("RunService"):IsClient() then error("Script must be server-side in order to work; use h/ and not hl/") end
  5. local Player,game,owner = owner,game
  6. local RealPlayer = Player
  7. do
  8. print("FE Compatibility code by Mokiros | Showcase by Bacon Hair!")
  9. local rp = RealPlayer
  10. script.Parent = rp.Character
  11.  
  12. --RemoteEvent for communicating
  13. local Event = Instance.new("RemoteEvent")
  14. Event.Name = "UserInput_Event"
  15.  
  16. --Fake event to make stuff like Mouse.KeyDown work
  17. local function fakeEvent()
  18. local t = {_fakeEvent=true,Functions={},Connect=function(self,f)table.insert(self.Functions,f) end}
  19. t.connect = t.Connect
  20. return t
  21. end
  22.  
  23. --Creating fake input objects with fake variables
  24. local m = {Target=nil,Hit=CFrame.new(),KeyUp=fakeEvent(),KeyDown=fakeEvent(),Button1Up=fakeEvent(),Button1Down=fakeEvent()}
  25. local UIS = {InputBegan=fakeEvent(),InputEnded=fakeEvent()}
  26. local CAS = {Actions={},BindAction=function(self,name,fun,touch,...)
  27. CAS.Actions[name] = fun and {Name=name,Function=fun,Keys={...}} or nil
  28. end}
  29. --Merged 2 functions into one by checking amount of arguments
  30. CAS.UnbindAction = CAS.BindAction
  31.  
  32. --This function will trigger the events that have been :Connect()'ed
  33. local function te(self,ev,...)
  34. local t = m[ev]
  35. if t and t._fakeEvent then
  36. for _,f in pairs(t.Functions) do
  37. f(...)
  38. end
  39. end
  40. end
  41. m.TrigEvent = te
  42. UIS.TrigEvent = te
  43.  
  44. Event.OnServerEvent:Connect(function(plr,io)
  45. if plr~=rp then return end
  46. m.Target = io.Target
  47. m.Hit = io.Hit
  48. if not io.isMouse then
  49. local b = io.UserInputState == Enum.UserInputState.Begin
  50. if io.UserInputType == Enum.UserInputType.MouseButton1 then
  51. return m:TrigEvent(b and "Button1Down" or "Button1Up")
  52. end
  53. for _,t in pairs(CAS.Actions) do
  54. for _,k in pairs(t.Keys) do
  55. if k==io.KeyCode then
  56. t.Function(t.Name,io.UserInputState,io)
  57. end
  58. end
  59. end
  60. m:TrigEvent(b and "KeyDown" or "KeyUp",io.KeyCode.Name:lower())
  61. UIS:TrigEvent(b and "InputBegan" or "InputEnded",io,false)
  62. end
  63. end)
  64. Event.Parent = NLS([==[
  65. local Player = game:GetService("Players").LocalPlayer
  66. local Event = script:WaitForChild("UserInput_Event")
  67.  
  68. local Mouse = Player:GetMouse()
  69. local UIS = game:GetService("UserInputService")
  70. local input = function(io,a)
  71. if a then return end
  72. --Since InputObject is a client-side instance, we create and pass table instead
  73. Event:FireServer({KeyCode=io.KeyCode,UserInputType=io.UserInputType,UserInputState=io.UserInputState,Hit=Mouse.Hit,Target=Mouse.Target})
  74. end
  75. UIS.InputBegan:Connect(input)
  76. UIS.InputEnded:Connect(input)
  77.  
  78. local h,t
  79. --Give the server mouse data 30 times every second, but only if the values changed
  80. --If player is not moving their mouse, client won't fire events
  81. while wait(1/30) do
  82. if h~=Mouse.Hit or t~=Mouse.Target then
  83. h,t=Mouse.Hit,Mouse.Target
  84. Event:FireServer({isMouse=true,Target=t,Hit=h})
  85. end
  86. end]==],Player.Character)
  87.  
  88. ----Sandboxed game object that allows the usage of client-side methods and services
  89. --Real game object
  90. local _rg = game
  91.  
  92. --Metatable for fake service
  93. local fsmt = {
  94. __index = function(self,k)
  95. local s = rawget(self,"_RealService")
  96. if s then return s[k] end
  97. end,
  98. __newindex = function(self,k,v)
  99. local s = rawget(self,"_RealService")
  100. if s then s[k]=v end
  101. end,
  102. __call = function(self,...)
  103. local s = rawget(self,"_RealService")
  104. if s then return s(...) end
  105. end
  106. }
  107. local function FakeService(t,RealService)
  108. t._RealService = typeof(RealService)=="string" and _rg:GetService(RealService) or RealService
  109. return setmetatable(t,fsmt)
  110. end
  111.  
  112. --Fake game object
  113. local g = {
  114. GetService = function(self,s)
  115. return self[s]
  116. end,
  117. Players = FakeService({
  118. LocalPlayer = FakeService({GetMouse=function(self)return m end},Player)
  119. },"Players"),
  120. UserInputService = FakeService(UIS,"UserInputService"),
  121. ContextActionService = FakeService(CAS,"ContextActionService"),
  122. }
  123. rawset(g.Players,"localPlayer",g.Players.LocalPlayer)
  124. g.service = g.GetService
  125.  
  126. g.RunService = FakeService({
  127. RenderStepped = _rg:GetService("RunService").Heartbeat,
  128. BindToRenderStep = function(self,name,_,fun)
  129.  
  130. end,
  131. UnbindFromRenderStep = function(self,name)
  132. self._btrs[name]:Disconnect()
  133. end,
  134. },"RunService")
  135.  
  136. setmetatable(g,{
  137. __index=function(self,s)
  138. return _rg:GetService(s) or typeof(_rg[s])=="function"
  139. and function(_,...)return _rg[s](_rg,...)end or _rg[s]
  140. end,
  141. __newindex = fsmt.__newindex,
  142. __call = fsmt.__call
  143. })
  144. --Changing owner to fake player object to support owner:GetMouse()
  145. game,owner = g,g.Players.LocalPlayer
  146. end
  147.  
  148. ---------------------------
  149. local MaxMana = 50000000000 -- Max Mana You Can Get
  150. local Mana = 5000000 -- Mana You Start With
  151. local ManaGain = 5000000000 -- How Much Mana You Gain Per Second
  152. ---------------------------
  153. repeat game:GetService('RunService').Stepped:wait() until game:GetService('Players').LocalPlayer.Character
  154. ----190470714
  155. ----
  156. sit = true
  157. cn = CFrame.new
  158. v3 = Vector3.new
  159. c3 = Color3.new
  160. bn = BrickColor.new
  161. ca2 = CFrame.Angles
  162. ca = function(x,y,z) return ca2(math.rad(x),math.rad(y),math.rad(z)) end
  163. ud2 = UDim2.new
  164. ----
  165. ----
  166. local Player = game:GetService('Players').LocalPlayer
  167. local Char = Player.Character
  168. local Human = Char.Humanoid
  169. local Mouse = Player:GetMouse()
  170.  
  171. ----
  172. Human.WalkSpeed = 0
  173. print ('Searching China for bombs...')
  174. wait(0)
  175. ----
  176. ----
  177. local mananum=0
  178. la = Char['Left Arm']
  179. ra = Char['Right Arm']
  180. ll = Char['Left Leg']
  181. rl = Char['Right Leg']
  182. tr = Char['Torso']
  183. hd = Char['Head']
  184. rp = Char['HumanoidRootPart']
  185. ----
  186. ----
  187. ram = tr['Right Shoulder']
  188. lam = tr['Left Shoulder']
  189. llm = tr['Left Hip']
  190. rlm = tr['Right Hip']
  191. hm = tr['Neck']
  192. rj = rp['RootJoint']
  193. ----
  194. ----
  195. InputService = game:GetService('UserInputService')
  196. RunService = game:GetService('RunService')
  197. ----
  198. ----
  199. it=Instance.new
  200. Torso=Char.Torso
  201. local fengui=it("GuiMain")
  202. fengui.Parent=Player.PlayerGui
  203. fengui.Name="WeaponGUI"
  204. local fenframe=it("Frame")
  205. fenframe.Parent=fengui
  206. fenframe.BackgroundColor3=Color3.new(255,255,255)
  207. fenframe.BackgroundTransparency=1
  208. fenframe.BorderColor3=Color3.new(17,17,17)
  209. fenframe.Size=UDim2.new(0.0500000007, 0, 0.100000001, 0)
  210. fenframe.Position=UDim2.new(0.4,0,0.1,0)
  211. local fenbarmana1=it("TextLabel")
  212. fenbarmana1.Parent=fenframe
  213. fenbarmana1.Text=" "
  214. fenbarmana1.BackgroundTransparency=0
  215. fenbarmana1.BackgroundColor3=Color3.new(0,0,0)
  216. fenbarmana1.SizeConstraint="RelativeXY"
  217. fenbarmana1.TextXAlignment="Center"
  218. fenbarmana1.TextYAlignment="Center"
  219. fenbarmana1.Position=UDim2.new(0,0,0,0)
  220. fenbarmana1.Size=UDim2.new(4,0,0.2,0)
  221. local fenbarmana2=it("TextLabel")
  222. fenbarmana2.Parent=fenframe
  223. fenbarmana2.Text=" "
  224. fenbarmana2.BackgroundTransparency=0
  225. fenbarmana2.BackgroundColor3=Torso.Color
  226. fenbarmana2.SizeConstraint="RelativeXY"
  227. fenbarmana2.TextXAlignment="Center"
  228. fenbarmana2.TextYAlignment="Center"
  229. fenbarmana2.Position=UDim2.new(0,0,0,0)
  230. fenbarmana2.Size=UDim2.new(4*Mana/MaxMana,0,0.2,0)
  231. local fenbarmana3=it("TextLabel")
  232. fenbarmana3.Parent=fenframe
  233. fenbarmana3.Text=" "
  234. fenbarmana3.BackgroundTransparency=0
  235. fenbarmana3.BackgroundColor3=Color3.new(Col1,Col2,Col3)
  236. fenbarmana3.SizeConstraint="RelativeXY"
  237. fenbarmana3.TextXAlignment="Center"
  238. fenbarmana3.TextYAlignment="Center"
  239. fenbarmana3.Position=UDim2.new(0,0,0,0)
  240. fenbarmana3.Size=UDim2.new(0,0,0.2,0)
  241. local fenbarmana4=it("TextLabel")
  242. fenbarmana4.Parent=fenframe
  243. fenbarmana4.Text="Energy("..Mana..")"
  244. fenbarmana4.BackgroundTransparency=1
  245. fenbarmana4.BackgroundColor3=Color3.new(0,0,0)
  246. fenbarmana4.SizeConstraint="RelativeXY"
  247. fenbarmana4.TextXAlignment="Center"
  248. fenbarmana4.TextYAlignment="Center"
  249. fenbarmana4.Position=UDim2.new(0,0,-0.3,0)
  250. fenbarmana4.Size=UDim2.new(4,0,0.2,0)
  251. fenbarmana4.FontSize="Size9"
  252. fenbarmana4.TextStrokeTransparency=0
  253. fenbarmana4.TextColor=BrickColor.new("White")
  254.  
  255. LastMade = nil
  256.  
  257. xNew=function(Table)
  258. local Obj=Instance.new(Table[1])
  259. for Ind,Val in pairs(Table) do
  260. if Ind~=1 and Ind~=2 then
  261. Obj[Ind] = Val
  262. end
  263. end
  264. Obj.Parent=Table[2]
  265. LastMade= Obj
  266. return Obj
  267. end
  268.  
  269. xPart=function(tab)
  270. local v=Instance.new(tab.type or "Part")
  271. if tab.type~="CornerWedgePart" then v.formFactor="Custom" end
  272. v.CanCollide=false
  273. v.TopSurface=10 v.BottomSurface=10 v.RightSurface=10 v.LeftSurface=10 v.FrontSurface=10 v.BackSurface=10
  274. v.Size=v3(tab[2],tab[3],tab[4])
  275. if tab.co then v.BrickColor=bn(tab.co) end
  276. if tab.tr then v.Transparency=tab.tr end
  277. if tab.rf then v.Reflectance=tab.rf end
  278. if tab.cf then v.CFrame=tab.cf end
  279. if tab.an then v.Anchored=tab.an end
  280. if tab.mt then v.Material=tab.mt end
  281. if tab.ca then v.CanCollide=tab.ca end
  282. v.Parent=tab[1]
  283. LastMade= v
  284. return v
  285. end
  286.  
  287. xWeld = function(a,b,between,type)
  288. local Weld = xNew{type or 'Weld',a,Part0 = a,Part1 = b, C0 = cn()}
  289. if between then
  290. Weld.C1 = b.CFrame:inverse() * a.CFrame
  291. else
  292. Weld.C1 = cn()
  293. end
  294. return Weld
  295. end
  296.  
  297. function xSound(id,parent,pitch)
  298. local s = xNew{'Sound', PlayOnRemove = true, SoundId = 'http://roblox.com/asset/?id='..id,Pitch = pitch}
  299. s.Parent = parent
  300. s:Destroy()
  301. if id == 385822799 then
  302. s.Looped = true
  303. s.Name = "Music"
  304. end
  305. end
  306.  
  307. ----
  308. xSound(190470714,workspace,1.5)
  309. ----
  310. do local function QuaternionFromCFrame(cf) local mx, my, mz, m00, m01, m02, m10, m11, m12, m20, m21, m22 = cf:components() local trace = m00 + m11 + m22 if trace > 0 then local s = math.sqrt(1 + trace) local recip = 0.5/s return (m21-m12)*recip, (m02-m20)*recip, (m10-m01)*recip, s*0.5 else local i = 0 if m11 > m00 then i = 1 end if m22 > (i == 0 and m00 or m11) then i = 2 end if i == 0 then local s = math.sqrt(m00-m11-m22+1) local recip = 0.5/s return 0.5*s, (m10+m01)*recip, (m20+m02)*recip, (m21-m12)*recip elseif i == 1 then local s = math.sqrt(m11-m22-m00+1) local recip = 0.5/s return (m01+m10)*recip, 0.5*s, (m21+m12)*recip, (m02-m20)*recip elseif i == 2 then local s = math.sqrt(m22-m00-m11+1) local recip = 0.5/s return (m02+m20)*recip, (m12+m21)*recip, 0.5*s, (m10-m01)*recip end end end local function QuaternionToCFrame(px, py, pz, x, y, z, w) local xs, ys, zs = x + x, y + y, z + z local wx, wy, wz = w*xs, w*ys, w*zs local xx = x*xs local xy = x*ys local xz = x*zs local yy = y*ys local yz = y*zs local zz = z*zs return CFrame.new(px, py, pz,1-(yy+zz), xy - wz, xz + wy,xy + wz, 1-(xx+zz), yz - wx, xz - wy, yz + wx, 1-(xx+yy)) end local function QuaternionSlerp(a, b, t) local cosTheta = a[1]*b[1] + a[2]*b[2] + a[3]*b[3] + a[4]*b[4] local startInterp, finishInterp; if cosTheta >= 0.0001 then if (1 - cosTheta) > 0.0001 then local theta = math.acos(cosTheta) local invSinTheta = 1/math.sin(theta) startInterp = math.sin((1-t)*theta)*invSinTheta finishInterp = math.sin(t*theta)*invSinTheta else startInterp = 1-t finishInterp = t end else if (1+cosTheta) > 0.0001 then local theta = math.acos(-cosTheta) local invSinTheta = 1/math.sin(theta) startInterp = math.sin((t-1)*theta)*invSinTheta finishInterp = math.sin(t*theta)*invSinTheta else startInterp = t-1 finishInterp = t end end return a[1]*startInterp + b[1]*finishInterp, a[2]*startInterp + b[2]*finishInterp, a[3]*startInterp + b[3]*finishInterp, a[4]*startInterp + b[4]*finishInterp end function clerp(a,b,t) local qa = {QuaternionFromCFrame(a)} local qb = {QuaternionFromCFrame(b)} local ax, ay, az = a.x, a.y, a.z local bx, by, bz = b.x, b.y, b.z local _t = 1-t return QuaternionToCFrame(_t*ax + t*bx, _t*ay + t*by, _t*az + t*bz,QuaternionSlerp(qa, qb, t)) end end
  311. function xlerp(weld,to,tim)
  312. if weld.C1 ~= to then
  313. --weld.C1 = clerp(weld.C1,to,tim)
  314. weld.C1 = weld.C1:lerp(to,tim)
  315. end
  316. end
  317. function lerp(a,b,c)return a+(b-a)*c end
  318. ----
  319. ----
  320. if Char:findFirstChild("Health") then
  321. Char.Health:Destroy()
  322. end
  323. wait(0)
  324. ----
  325. --hd.Mesh.Scale = Vector3.new(hd.Mesh.Scale.X * 3,hd.Mesh.Scale.Y * 3,hd.Mesh.Scale.Z * 3)
  326. ra.Size = ra.Size * 4.5
  327. la.Size = la.Size * 4.5
  328. ll.Size = ll.Size * 4.5
  329. rl.Size = rl.Size * 4.5
  330. tr.Size = tr.Size * 4.5
  331. hd.Size = hd.Size * 4.5
  332. rp.Size = rp.Size * 4.5
  333. --
  334. local tw = xWeld(rp,tr)
  335. tw.C1 = cn(0,0,0)
  336. local law = xWeld(tr,la)
  337. law.C0 = cn(-6.5,.7,0)
  338. law.C1 = cn(0,.7,0)
  339. local raw = xWeld(tr,ra)
  340. raw.C0 = cn(6.5,.7,0)
  341. raw.C1 = cn(0,.7,0)
  342. local llw = xWeld(tr,ll)
  343. llw.C0 = cn(-2.5,-6,0)
  344. llw.C1 = cn(0,3.5,0)
  345. local rlw = xWeld(tr,rl)
  346. rlw.C0 = cn(2.5,-6,0)
  347. rlw.C1 = cn(0,3.5,0)
  348. local hw = xWeld(tr,hd)
  349. hw.C1 = cn(0,-6.5,0)
  350. ras = raw.C1
  351. las = law.C1
  352. lls = llw.C1
  353. rls = rlw.C1
  354. ts = tw.C1
  355. hs = hw.C1
  356. -----
  357. for _,Part in pairs(Char:GetChildren()) do
  358. if Part:IsA('BasePart') then
  359. Part.CustomPhysicalProperties = PhysicalProperties.new(0, .3, .5)
  360. end
  361. end
  362. --------------------------------------------------------
  363. --------------------------------------------------------
  364. -----------------------CONSTANTS------------------------
  365. --------------------------------------------------------
  366. --------------------------------------------------------
  367. REGEN_SPEED = 5
  368. WEAPON_NAME = 'Grandark'
  369. ----------------------------------------------------
  370. ----------------------------------------------------
  371. -----------------------MODEL------------------------
  372. ----------------------------------------------------
  373. ----------------------------------------------------
  374. local Handle
  375. local Blade
  376. local haw
  377. Pack = Instance.new('Model', Char)
  378. Pack.Name = WEAPON_NAME
  379. do
  380. Handle = xPart{Pack,0.54285717, 4.96428585, 1.02857149} Handle.BrickColor = BrickColor.new('Light orange') Handle.Material = Enum.Material.Plastic; haw = xWeld(ra,Handle); LastMade.C1 = ca(90,0,180)*cn(0,3,0) LastMade.C0 = CFrame.new(0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  381.  
  382. end
  383. has = haw.C1
  384.  
  385. for _,v in pairs(Pack:GetChildren()) do
  386. v.CustomPhysicalProperties = PhysicalProperties.new(0, 0, 0)
  387. end
  388. --------------------------------------------------------
  389. --------------------------------------------------------
  390. -----------------------VARIABLES------------------------
  391. --------------------------------------------------------
  392. --------------------------------------------------------
  393. State = 'Idle'
  394. FallTime = 0
  395. Walk = 0
  396. WalkReverse = false
  397. StompDB = false
  398. JumpDB = false
  399. --
  400. function NewHitbox(Radius,Position)
  401. local Returning = {}
  402. for _,v in pairs(workspace:GetChildren()) do
  403. if v~=Char and v:FindFirstChild('Humanoid') and v:FindFirstChild('Torso') then
  404. local Mag = (v.Torso.Position - Position).magnitude
  405. if Mag < Radius then
  406. table.insert(Returning,v)
  407. end
  408. end
  409. end
  410. return Returning
  411. end
  412. --
  413. function UpdateState()
  414. if (rp.Velocity*v3(1, 0, 1)).magnitude > 5 then
  415. if State == 'Idle' then State = 'Walking' end
  416. else
  417. if State == 'Walking' then State = 'Idle'; end
  418. end
  419. if WalkReverse then
  420. Walk = Walk - .5
  421. else
  422. Walk = Walk + .5
  423. end
  424. if Walk >= 10 then
  425. WalkReverse = true
  426. elseif Walk <= -10 then
  427. WalkReverse = false
  428. end
  429. end
  430. --
  431. function JumpExplode()
  432. local Hit = NewHitbox(35,Char.Torso.Position)
  433. for _,v in pairs(Hit) do
  434. v.Humanoid.MaxHealth = 100
  435. v.Humanoid.Health = v.Humanoid.Health - 1000000000
  436. if sit then
  437. v.Humanoid.Sit = true
  438. end
  439. end
  440. xSound('2233908',tr,1)
  441. coroutine.wrap(function()
  442. local Explosion = xNew{'Part',Char,Anchored = true,CanCollide = false,FormFactor = 'Custom',BrickColor = bn('Earth green')}
  443. local Mesh = xNew{'SpecialMesh', Explosion,MeshType = 'FileMesh', MeshId = 'http://www.roblox.com/asset/?id=20329976'}
  444. Explosion.CFrame = Char.Torso.CFrame * cn(0,-20,0)
  445. Mesh.Scale = v3(1,7,1)
  446. repeat
  447. Mesh.Scale = Mesh.Scale + v3(1,0,1)
  448. Explosion.Transparency = Explosion.Transparency + .025
  449. wait()
  450. until Explosion.Transparency >= 1
  451. Explosion:Destroy()
  452. end)()
  453. end
  454. --
  455. function Stomp()
  456. if State == 'Walking' or State == 'Idle' then
  457. if StompDB == false then
  458. StompDB = true
  459. State = 'Attacking'
  460. Human.WalkSpeed = 0
  461. --
  462. xSound('138186576',Char.Head,1)
  463. for _=0,1,.05 do
  464. xlerp(tw,ts,.2)
  465. xlerp(hw,hs*ca(40,0,0)*cn(0,-1,-1.5),.2)
  466. xlerp(rlw,rls*ca(20,0,0),.2)
  467. xlerp(llw,lls*cn(0,-2,1.25),.2)
  468. xlerp(raw,ras*ca(20,0,-20)*cn(-.5,-.5,0),.2)
  469. xlerp(law,las*ca(20,0,0),.2)
  470. wait()
  471. end
  472. coroutine.wrap(function()
  473. local Explosion = xNew{'Part',Char,Anchored = true,CanCollide = false,FormFactor = 'Custom',BrickColor = bn('Earth green')}
  474. local Mesh = xNew{'SpecialMesh', Explosion,MeshType = 'FileMesh', MeshId = 'http://www.roblox.com/asset/?id=3270017'}
  475. Explosion.CFrame = rp.CFrame * cn(0,-7,0)*ca(90,0,0)
  476. Mesh.Scale = v3(5,5,10)
  477. repeat
  478. Mesh.Scale = Mesh.Scale + v3(2,2,.5)
  479. Explosion.Transparency = Explosion.Transparency + .01
  480. wait()
  481. until Explosion.Transparency >= 1
  482. Explosion:Destroy()
  483. end)()
  484. coroutine.wrap(function()
  485. local Already = {}
  486. for i=1,50,2 do
  487. wait(.1)
  488. local Hit = NewHitbox(i*2,Char.Torso.Position)
  489. for _,v in pairs(Hit) do
  490. if not Already[v] then
  491. v.Humanoid.MaxHealth = 100
  492. v.Humanoid.Health = v.Humanoid.Health - 300000000000
  493. if sit then
  494. v.Humanoid.Sit = true
  495. end
  496. Already[v] = true
  497. end
  498. end
  499. end
  500. end)()
  501. --attack
  502. for _=0,1,.05 do
  503. xlerp(tw,ts,.3)
  504. xlerp(hw,hs*ca(40,0,0)*cn(0,-1,-1.5),.3)
  505. xlerp(rlw,rls*ca(20,0,0),.3)
  506. xlerp(llw,lls*cn(0,0,1.25),.3)
  507. xlerp(raw,ras*ca(20,0,-20)*cn(-.5,-.5,0),.3)
  508. xlerp(law,las*ca(20,0,0),.3)
  509. wait()
  510. end
  511. State = 'Idle'
  512. Human.WalkSpeed = 50
  513. coroutine.wrap(function()
  514. wait(0)
  515. StompDB = false
  516. end)()
  517. end
  518. end
  519. end
  520. --
  521. function Charge()
  522. if State == 'Walking' or State == 'Idle' then
  523. State = 'Charge'
  524. for _, controller in pairs(game:GetService("ControllerService"):GetChildren()) do
  525. controller.Parent = workspace
  526. end
  527. local function Exp()
  528. local Explosion = xNew{'Part',Char,Anchored = true,CanCollide = false,FormFactor = 'Custom',BrickColor = bn('White')}
  529. local Mesh = xNew{'SpecialMesh', Explosion,MeshType = 'FileMesh', MeshId = 'http://www.roblox.com/asset/?id=20329976'}
  530. Explosion.CFrame = rp.CFrame * cn(0,0,-15)*ca(70,0,0)
  531. Mesh.Scale = v3(1,6,1)
  532. repeat
  533. Char.Head.Velocity=Char.Head.CFrame.lookVector*100
  534. Mesh.Scale = Mesh.Scale + v3(1,.5,1)
  535. Explosion.Transparency = Explosion.Transparency + .05
  536. wait()
  537. until Explosion.Transparency >= 1
  538. Explosion:Destroy()
  539. end
  540. coroutine.wrap(function()
  541. wait(0)
  542. Human.WalkSpeed = 80
  543. Char.Head.Velocity=Char.Head.CFrame.lookVector*200
  544. for _=1, 10 do
  545. coroutine.wrap(Exp)()
  546. local Hit = NewHitbox(10,Char.Torso.Position)
  547. for _,v in pairs(Hit) do
  548. v.Humanoid.MaxHealth = 100
  549. v.Humanoid.Health = v.Humanoid.Health - 100000000000
  550. end
  551. wait(0)
  552. xSound('10730819',tr,.8)
  553. Char.Head.Velocity=Char.Head.CFrame.lookVector*100
  554. end
  555. Human.WalkSpeed = 50
  556. State = 'Idle'
  557. end)()
  558. --
  559. for _=0,1,.05 do
  560. Char.Head.Velocity=Char.Head.CFrame.lookVector*100
  561. xlerp(tw,ts*ca(0,-90,0),.4)
  562. xlerp(hw,hs*ca(0,90,0),.4)
  563. xlerp(raw,ras*ca(-90,0,-90)*cn(0,-1,0),.4)
  564. xlerp(law,las*ca(0,0,40)*cn(1,-.5,0),.4)
  565. xlerp(rlw,rls*ca(0,0,10)*cn(1,0,0),.4)
  566. xlerp(llw,lls*ca(0,0,10)*cn(1,0,0),.4)
  567. wait()
  568. end
  569. --
  570. end
  571. end
  572. function Combo()
  573. if State == 'Idle' or State == 'Walking' then
  574. State = 'Attacking'
  575. Human.WalkSpeed = 3
  576. for _=0,1,.2 do
  577. xlerp(tw,ts*ca(0,20,0),.4)
  578. xlerp(hw,hs*ca(0,30,0),.4)
  579. xlerp(raw,ras*ca(0,180,-90)*cn(-1,-1,0),.4)
  580. xlerp(law,las*ca(0,0,40)*cn(1,-.5,0),.4)
  581. xlerp(rlw,rls*ca(20,0,0)*cn(0,0,-1),.4)
  582. xlerp(llw,lls*cn(0,0,1.25),.4)
  583. wait()
  584. end
  585. local Already = {}
  586. xSound('231731980',tr,1.3)
  587. for _=0,1,.1 do
  588. xlerp(tw,ts*ca(0,-30,0),.4)
  589. xlerp(hw,hs*ca(0,-50,0),.4)
  590. xlerp(raw,ras*ca(160,180,-130)*cn(2,-1,1),.4)
  591. xlerp(law,las*ca(0,0,40)*cn(1,-.5,0),.4)
  592. xlerp(rlw,rls*ca(20,0,0)*cn(0,0,-1),.4)
  593. xlerp(llw,lls*cn(0,0,1.25),.4)
  594. xlerp(haw,has*ca(40,0,0),.4)
  595. wait()
  596. local Hit = NewHitbox(15,(Blade.CFrame).p)
  597. for _,v in pairs(Hit) do
  598. if not Already[v] then
  599. v.Humanoid.MaxHealth = 100
  600. v.Humanoid.Health = v.Humanoid.Health - 300000000000
  601. Already[v] = true
  602. end
  603. end
  604. end
  605. ----Combo2
  606. for _=0,1,.2 do
  607. xlerp(tw,ts*ca(0,-35,0),.4)
  608. xlerp(haw,has,.4)
  609. xlerp(hw,hs*ca(0,-30,0),.4)
  610. xlerp(raw,ras*ca(-120,0,-70)*cn(1,-1,0),.4)
  611. xlerp(law,las*ca(0,0,40)*cn(1,-.5,0),.4)
  612. xlerp(rlw,rls*ca(20,0,0)*cn(0,0,-1),.4)
  613. xlerp(llw,lls*cn(0,0,1.25),.4)
  614. wait()
  615. end
  616. xSound('231731980',tr,1)
  617. local Already = {}
  618. for _=0,1,.1 do
  619. xlerp(tw,ts*ca(0,20,0),.4)
  620. xlerp(hw,hs*ca(0,30,0),.4)
  621. xlerp(raw,ras*ca(30,0,-90)*cn(0,-1,0),.4)
  622. xlerp(law,las*ca(0,0,40)*cn(1,-.5,0),.4)
  623. xlerp(rlw,rls*ca(20,0,0)*cn(0,0,-1),.4)
  624. xlerp(llw,lls*cn(0,0,1.25),.4)
  625. wait()
  626. local Hit = NewHitbox(15,(Blade.CFrame).p)
  627. for _,v in pairs(Hit) do
  628. if not Already[v] then
  629. v.Humanoid.MaxHealth = 100
  630. v.Humanoid.Health = v.Humanoid.Health - 3000000000000
  631. Already[v] = true
  632. end
  633. end
  634. end
  635. --Combo 3
  636. for _=0,1,.1 do
  637. xlerp(tw,ts,.3)
  638. xlerp(hw,hs,.3)
  639. xlerp(haw,has,.3)
  640. xlerp(raw,ras*ca(-140,0,0)*cn(0,-1.5,0),.3)
  641. xlerp(law,las*ca(0,0,40)*cn(1,-.5,0),.3)
  642. xlerp(rlw,rls*ca(20,0,0)*cn(0,0,-1),.3)
  643. xlerp(llw,lls*cn(0,0,1.25),.4)
  644. wait()
  645. end
  646. xSound('231731980',tr,.8)
  647. local Already = {}
  648. for _=0,1,.1 do
  649. xlerp(tw,ts*ca(15,0,0)*cn(0,1.5,0),.4)
  650. xlerp(hw,hs,.4)
  651. xlerp(raw,ras*ca(-20,0,0)*cn(0,0,0),.4)
  652. xlerp(law,las*ca(0,0,40)*cn(1,-.5,0),.4)
  653. xlerp(haw,has*ca(20,0,0),.4)
  654. wait()
  655. local Hit = NewHitbox(10,(Blade.CFrame).p)
  656. for _,v in pairs(Hit) do
  657. if not Already[v] then
  658. v.Humanoid.MaxHealth = 100
  659. v.Humanoid.Health = v.Humanoid.Health - 300000000000
  660. Already[v] = true
  661. end
  662. end
  663. end
  664. wait(.2)
  665. State = 'Idle'
  666. Human.WalkSpeed = 50
  667. end
  668. end
  669. --
  670. function SwordSlam()
  671. if State == 'Walking' or State == 'Idle' then
  672. State = 'Attacking'
  673. Human.WalkSpeed = 0
  674. for _=0,1,.05 do
  675. xlerp(tw,ts,.2)
  676. xlerp(hw,hs,.2)
  677. xlerp(raw,ras*ca(-140,0,0)*cn(0,-1.5,0),.2)
  678. xlerp(law,las*ca(0,0,40)*cn(1,-.5,0),.2)
  679. xlerp(rlw,rls*ca(20,0,0)*cn(0,0,-1),.2)
  680. xlerp(llw,lls*cn(0,0,1.25),.2)
  681. wait()
  682. end
  683. coroutine.wrap(function()
  684. wait()
  685. xSound('10730819',tr,.5)
  686. local Explosion = xNew{'Part',Char,Anchored = true,CanCollide = false,FormFactor = 'Custom',BrickColor = bn('dsasda')}
  687. local Mesh = xNew{'SpecialMesh', Explosion,MeshType = 'FileMesh', MeshId = 'http://www.roblox.com/asset/?id=20329976'}
  688. Explosion.CFrame = rp.CFrame * cn(0,-5,-20)
  689. Mesh.Scale = v3(1,5,1)
  690. repeat
  691. Mesh.Scale = Mesh.Scale + v3(1,1,1)
  692. Explosion.Transparency = Explosion.Transparency + .025
  693. wait()
  694. until Explosion.Transparency >= 1
  695. Explosion:Destroy()
  696. end)()
  697. for _=0,1,.15 do
  698. xlerp(tw,ts*ca(15,0,0)*cn(0,1.5,0),.4)
  699. xlerp(hw,hs,.4)
  700. xlerp(raw,ras*ca(-20,0,0)*cn(0,0,0),.4)
  701. xlerp(law,las*ca(0,0,40)*cn(1,-.5,0),.4)
  702. xlerp(haw,has*ca(20,0,0),.4)
  703. wait()
  704. end
  705. local Hit = NewHitbox(40,(rp.CFrame * cn(0,-5,-20)).p)
  706. for _,v in pairs(Hit) do
  707. v.Humanoid.MaxHealth = 100
  708. v.Humanoid.Health = v.Humanoid.Health - 100000000000
  709. if sit then
  710. v.Humanoid.Sit = true
  711. end
  712. end
  713. wait(0)
  714. State = 'Idle'
  715. Human.WalkSpeed = 50
  716. end
  717. end
  718. --
  719. CanBoom = true
  720. function Fire(Part)
  721. local Flame = Instance.new("ParticleEmitter",Part)
  722. Flame.LightEmission = 0.21
  723. Flame.Size = NumberSequence.new(15)
  724. Flame.Texture = "http://www.roblox.com/asset/?id=343377229"
  725. Flame.Transparency = NumberSequence.new(0.5)
  726. Flame.LockedToPart = true
  727. Flame.Lifetime = NumberRange.new(0.1,0.8)
  728. Flame.Rate = 40
  729. Flame.VelocitySpread = 2
  730. end
  731. Mouse.KeyDown:connect(function(key)
  732. if key == ' ' then
  733. if State == 'Walking' or State == 'Idle' then
  734. if JumpDB == false then
  735. JumpDB = true
  736. State = 'Jumping'
  737. Human.Jump = true
  738. Human.WalkSpeed = 50
  739. wait(0)
  740. State = 'Falling'
  741. coroutine.wrap(function()
  742. wait(0)
  743. JumpDB = false
  744. end)()
  745. end
  746. end
  747. elseif key == 'z' and Mana >= 400 then
  748. Mana = Mana-400
  749. Combo()
  750. elseif key == 'x' and Mana >= 300 then
  751. Mana = Mana-300
  752. Charge()
  753. elseif key == 'c' and Mana >= 250 then
  754. Mana = Mana-250
  755. SwordSlam()
  756. elseif key == 'v' and Mana >= 100 then
  757. Mana = Mana-100
  758. Stomp()
  759. elseif key == "p" and Mana >= 1000 then
  760. Mana = Mana-1000
  761. Stomp()
  762. wait()
  763. SwordSlam()
  764. wait()
  765. Combo()
  766. wait()
  767. Combo()
  768. elseif key == "f" and Mana >= 800 and CanBoom then
  769. Mana = Mana - 800
  770. CanBoom = false
  771. local P = Instance.new("Part",Char)
  772. P.Name = "Boom"
  773. P.Anchored = true
  774. P.Transparency = 1
  775. Fire(P)
  776. P.Material = "Neon"
  777. P.BrickColor = BrickColor.new("Crimson")
  778. P.TopSurface = "Smooth"
  779. P.CFrame = Torso.CFrame
  780. P.CanCollide = false
  781. xSound(400832473,workspace,0.9)
  782. function Hit(hit)
  783. if hit.Parent and hit.Parent:findFirstChild("Humanoid") then
  784. if hit.Parent:findFirstChild("Torso") and hit.Parent.Name ~= Player.Character.Name and hit.Parent:findFirstChild("Flamed") == nil then
  785. local Z = Instance.new("StringValue",hit.Parent)
  786. Z.Name = "Flamed"
  787. local Torsoo = hit.Parent:findFirstChild("Torso")
  788. Torsoo.Anchored = true
  789. for i,v in pairs(hit.Parent:GetChildren()) do
  790. Fire(v)
  791. end
  792. if hit.Parent:findFirstChild("Humanoid") then
  793. local H = hit.Parent:findFirstChild("Humanoid")
  794. H.MaxHealth = math.huge
  795. H.WalkSpeed = 0
  796. H.JumpPower = 0
  797. wait()
  798. Torsoo.Anchored = false
  799. H:remove()
  800. if hit.Parent then
  801. hit.Parent:BreakJoints()
  802. end
  803. end
  804. end
  805. end
  806. end
  807. P.Touched:connect(Hit)
  808. for i=1,100 do
  809. wait(0.1)
  810. P.CFrame = Torso.CFrame
  811. P.Size = Vector3.new(P.Size.X + 0.5,P.Size.Y + 0.5,P.Size.Z + 0.5)
  812. P.CFrame = Torso.CFrame
  813. end
  814. P:remove()
  815. wait(0)
  816. CanBoom = true
  817.  
  818. end
  819. end)
  820. --
  821. Human.Changed:connect(function()
  822. if State ~= 'Jumping' then
  823. Human.Jump = false
  824. end
  825. end)
  826.  
  827. Human.FreeFalling:connect(function(a)
  828. if a then
  829. if State == 'Walking' or State == 'Idle' then
  830. State = 'Falling'
  831. end
  832. elseif State == 'Jumping' or State == 'Falling' then
  833. State = 'Idle'
  834. if FallTime > 10 then
  835. warn ('Boom!')
  836. JumpExplode()
  837. end
  838. Human.WalkSpeed = 50
  839. FallTime = 0
  840. end
  841. end)
  842. --
  843. wait(0)
  844. game:GetService('RunService').RenderStepped:connect(function()
  845. UpdateState()
  846. if State == 'Jumping' or State == 'Falling' then
  847. FallTime = FallTime + .1
  848. xlerp(tw,ts,.3)
  849. xlerp(hw,hs*ca(40,0,0)*cn(0,-1,-1.5),.2)
  850. xlerp(raw,ras*ca(0,0,-90)*cn(-1,-1,0),.2)
  851. xlerp(law,las*ca(0,0,90)*cn(1,-1,0),.2)
  852. xlerp(rlw,rls*ca(20,0,0),.2)
  853. xlerp(llw,lls*cn(0,-.5,1.25),.2)
  854. elseif State == 'Idle' then
  855. xlerp(tw,ts*ca(0,25,0),.1)
  856. xlerp(hw,hs*ca(0,-25,0),.1)
  857. xlerp(raw,ras*ca(20,0,-20)*cn(-.5,-.5,0),.1)
  858. xlerp(law,las*ca(20,0,0),.1)
  859. xlerp(rlw,rls*ca(20,0,0)*cn(0,0,-1),.1)
  860. xlerp(llw,lls*cn(0,0,1.25),.1)
  861. xlerp(haw,has,.4)
  862. elseif State == 'Walking' then
  863. xlerp(tw,ts,.15)
  864. xlerp(hw,hs,.15)
  865. --xlerp(law,las*ca(30,0,0),.3)
  866. --xlerp(raw,ras*ca(20,0,-40)*cn(-1,-.5,0),.15)
  867. xlerp(raw,ras*ca(20,0,-20)*cn(-.5,-.5,0),.1)
  868. xlerp(law,las*ca(20,0,0),.1)
  869. if WalkReverse then
  870. xlerp(rlw,rls*ca(30,0,0)*cn(0,-1,-1.5),.05)
  871. xlerp(llw,lls*ca(-30,0,0)*cn(0,-1,1.5),.05)
  872. else
  873. xlerp(rlw,rls*ca(-30,0,0)*cn(0,-1,1.5),.05)
  874. xlerp(llw,lls*ca(30,0,0)*cn(0,-1,-1.5),.05)
  875. end
  876. end
  877. fenbarmana2:TweenSize(UDim2.new(4*Mana/MaxMana,0,0.2,0),nil,1,0.4,true)
  878. fenbarmana4.Text="[Mana]-> [-> "..Mana.." <-] <-[Mana]"
  879. if Mana>=MaxMana then
  880. Mana=MaxMana
  881. else
  882. if mananum<=8 then
  883. mananum=mananum+1
  884. else
  885. mananum=0
  886. Mana=Mana+ManaGain
  887. Char.Humanoid.Health = Char.Humanoid.Health + 1000
  888. end
  889. end
  890. if Mana <= MaxMana/2 then
  891. fenbarmana2.BackgroundColor = BrickColor.new("Bright red")
  892. Char.Humanoid.MaxHealth = 40000
  893. Human.Health = Human.MaxHealth
  894. else
  895. fenbarmana2.BackgroundColor = BrickColor.new("Royal purple")
  896. Char.Humanoid.MaxHealth = 50000
  897. Human.Health = Human.MaxHealth
  898. end
  899. end)
  900. --
  901. Char.Humanoid.WalkSpeed = 50
  902. Char.Humanoid.JumpPower = 190
  903.  
  904. Human.Health = Human.MaxHealth
  905.  
  906. ---------------------------------------------------------------ExtraMorphing-------------
  907. ----------------------------------------------------------------------------------------
  908.  
  909. Create = function(itemClass,tabl)
  910. local item = Instance.new(itemClass)
  911. for i,v in pairs(tabl) do
  912. local a,b = ypcall(function() return item[i] end)
  913. if a then
  914. item[i] = tabl[i]
  915. end
  916. end
  917. return item
  918. end
  919. function runDummyScript(f,scri)
  920. local oldenv = getfenv(f)
  921. local newenv = setmetatable({}, {
  922. __index = function(_, k)
  923. if k:lower() == 'script' then
  924. return scri
  925. else
  926. return oldenv[k]
  927. end
  928. end
  929. })
  930. setfenv(f, newenv)
  931. ypcall(function() f() end)
  932. end
  933. cors = {}
  934. mas = Instance.new("Model",game:GetService("Lighting"))
  935. mas.Name = "CompiledModel"
  936. o1 = Create("Model",{
  937. ["Name"] = "BETA",
  938. ["Parent"] = mas,
  939. })
  940. o2 = Create("Model",{
  941. ["Name"] = "Chest",
  942. ["Parent"] = o1,
  943. })
  944. o3 = Create("Part",{
  945. ["Name"] = "Middle",
  946. ["Parent"] = o2,
  947. ["Material"] = Enum.Material.Granite,
  948. ["BrickColor"] = BrickColor.new("Light orange"),
  949. ["Position"] = Vector3.new(3923.3938, -4665.64014, -10.7899675),
  950. ["Rotation"] = Vector3.new(-0, -90, 0),
  951. ["Anchored"] = true,
  952. ["CFrame"] = CFrame.new(3923.3938, -4665.64014, -10.7899675, 0, 0, -1, 0, 1, 0, 1, 0, 0),
  953. ["CanCollide"] = false,
  954. ["Locked"] = true,
  955. ["FormFactor"] = Enum.FormFactor.Symmetric,
  956. ["Size"] = Vector3.new(9.28780556, 9.28781509, 4.6439023),
  957. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  958. ["TopSurface"] = Enum.SurfaceType.Smooth,
  959. })
  960. o4 = Create("ParticleEmitter",{
  961. ["Parent"] = o3,
  962. ["Size"] = NumberSequence.new(1,0.9375,1.7500001192093,0.87499976158142,2.8749995231628,1.25,2.0625,1.1874997615814,2.9375,1.3124996423721,2.8749995231628,5.6875),
  963. ["Texture"] = "http://www.roblox.com/asset/?id=343377229",
  964. ["Lifetime"] = NumberRange.new(1,1),
  965. ["Rate"] = 40,
  966. ["RotSpeed"] = NumberRange.new(30,30),
  967. ["Speed"] = NumberRange.new(0,0),
  968. })
  969. o5 = Create("ParticleEmitter",{
  970. ["Parent"] = o3,
  971. ["Transparency"] = NumberSequence.new(0,0.85000002384186,0.375,0.13749998807907,0.58124995231628,0.018750011920929,0.11874997615814,0.14999997615814,0.58749997615814,0.125,0.83749997615814,0.050000011920929,0.94999998807907,0.25),
  972. ["Size"] = NumberSequence.new(1.5644174814224,1.8124997615814,2.7499997615814,1.4999997615814,1.8124997615814,2.6875,1.875,4.25),
  973. ["Texture"] = "http://www.roblox.com/asset/?id=343377229",
  974. ["Lifetime"] = NumberRange.new(2,2),
  975. ["Rate"] = 30,
  976. ["RotSpeed"] = NumberRange.new(400,400),
  977. ["Speed"] = NumberRange.new(3,3),
  978. })
  979. o6 = Create("Part",{
  980. ["Name"] = "Bluesteel Bathelm",
  981. ["Parent"] = o2,
  982. ["Material"] = Enum.Material.Concrete,
  983. ["BrickColor"] = BrickColor.new("Light orange"),
  984. ["Position"] = Vector3.new(3923.3938, -4657.74463, -10.8262482),
  985. ["Rotation"] = Vector3.new(-0, -90, 0),
  986. ["Anchored"] = true,
  987. ["CFrame"] = CFrame.new(3923.3938, -4657.74463, -10.8262482, 0, 0, -1, 0, 1, 0, 1, 0, 0),
  988. ["CanCollide"] = false,
  989. ["Locked"] = true,
  990. ["FormFactor"] = Enum.FormFactor.Symmetric,
  991. ["Size"] = Vector3.new(5.19318867, 3.9473207, 3.94731259),
  992. ["TopSurface"] = Enum.SurfaceType.Smooth,
  993. })
  994. o7 = Create("ParticleEmitter",{
  995. ["Parent"] = o6,
  996. ["Size"] = NumberSequence.new(1,0.9375,1.7500001192093,0.87499976158142,2.8749995231628,1.25,2.0625,1.1874997615814,2.9375,1.3124996423721,2.8749995231628,5.6875),
  997. ["Texture"] = "http://www.roblox.com/asset/?id=343377229",
  998. ["Lifetime"] = NumberRange.new(1,1),
  999. ["Rate"] = 40,
  1000. ["RotSpeed"] = NumberRange.new(30,30),
  1001. ["Speed"] = NumberRange.new(0,0),
  1002. })
  1003. o8 = Create("ParticleEmitter",{
  1004. ["Parent"] = o6,
  1005. ["Transparency"] = NumberSequence.new(0,0.85000002384186,0.375,0.13749998807907,0.58124995231628,0.018750011920929,0.11874997615814,0.14999997615814,0.58749997615814,0.125,0.83749997615814,0.050000011920929,0.94999998807907,0.25),
  1006. ["Size"] = NumberSequence.new(1.5644174814224,1.8124997615814,2.7499997615814,1.4999997615814,1.8124997615814,2.6875,1.875,4.25),
  1007. ["Texture"] = "http://www.roblox.com/asset/?id=343377229",
  1008. ["Lifetime"] = NumberRange.new(2,2),
  1009. ["Rate"] = 30,
  1010. ["RotSpeed"] = NumberRange.new(400,400),
  1011. ["Speed"] = NumberRange.new(3,3),
  1012. })
  1013. o9 = Create("SpecialMesh",{
  1014. ["Parent"] = o6,
  1015. ["MeshId"] = "http://www.roblox.com/asset/?id=16150814",
  1016. ["Scale"] = Vector3.new(5.18085146, 5.18085623, 5.18084764),
  1017. ["TextureId"] = "http://www.roblox.com/asset/?id=343377229",
  1018. ["MeshType"] = Enum.MeshType.FileMesh,
  1019. })
  1020. o10 = Create("Part",{
  1021. ["Parent"] = o2,
  1022. ["BrickColor"] = BrickColor.new("Light orange"),
  1023. ["Transparency"] = 1,
  1024. ["Position"] = Vector3.new(3925.69946, -4678.13916, -11.0854521),
  1025. ["Rotation"] = Vector3.new(79.0394669, 8.73715496, 16.0058537),
  1026. ["Anchored"] = true,
  1027. ["CFrame"] = CFrame.new(3925.69946, -4678.13916, -11.0854521, 0.950079143, -0.272535861, 0.151901796, 0.195775941, 0.141641304, -0.970365703, 0.242943838, 0.951662958, 0.187926412),
  1028. ["CanCollide"] = false,
  1029. ["Locked"] = true,
  1030. ["Size"] = Vector3.new(4, 1, 2),
  1031. })
  1032. o11 = Create("ParticleEmitter",{
  1033. ["Parent"] = o10,
  1034. ["Size"] = NumberSequence.new(2.5,2.5),
  1035. ["Texture"] = "http://www.roblox.com/asset/?id=343377229",
  1036. ["Acceleration"] = Vector3.new(0, -1.29999995, 0),
  1037. })
  1038. o12 = Create("Part",{
  1039. ["Parent"] = o2,
  1040. ["BrickColor"] = BrickColor.new("Light orange"),
  1041. ["Transparency"] = 1,
  1042. ["Position"] = Vector3.new(3925.69946, -4678.13916, -11.0854521),
  1043. ["Rotation"] = Vector3.new(86.3597412, -13.5106392, 95.9657364),
  1044. ["Anchored"] = true,
  1045. ["CFrame"] = CFrame.new(3925.69946, -4678.13916, -11.0854521, -0.101057455, -0.967060804, -0.233625919, 0.0873805359, 0.225292891, -0.970364809, 0.991035938, -0.11847695, 0.0617347658),
  1046. ["CanCollide"] = false,
  1047. ["Locked"] = true,
  1048. ["Size"] = Vector3.new(4, 1, 2),
  1049. })
  1050. o13 = Create("ParticleEmitter",{
  1051. ["Parent"] = o12,
  1052. ["Size"] = NumberSequence.new(2.5,2.5),
  1053. ["Texture"] = "http://www.roblox.com/asset/?id=343377229",
  1054. ["Acceleration"] = Vector3.new(0, -1.29999995, 0),
  1055. })
  1056. o14 = Create("Part",{
  1057. ["Parent"] = o2,
  1058. ["BrickColor"] = BrickColor.new("Light orange"),
  1059. ["Transparency"] = 1,
  1060. ["Position"] = Vector3.new(3925.69946, -4678.13916, -11.0854521),
  1061. ["Rotation"] = Vector3.new(102.543137, 6.23166227, -116.861259),
  1062. ["Anchored"] = true,
  1063. ["CFrame"] = CFrame.new(3925.69946, -4678.13916, -11.0854521, -0.449161828, 0.886832237, 0.108548716, 0.145867065, 0.192651749, -0.970365107, -0.881462872, -0.420017153, -0.215891346),
  1064. ["CanCollide"] = false,
  1065. ["Locked"] = true,
  1066. ["Size"] = Vector3.new(4, 1, 2),
  1067. })
  1068. o15 = Create("ParticleEmitter",{
  1069. ["Parent"] = o14,
  1070. ["Size"] = NumberSequence.new(2.5,2.5),
  1071. ["Texture"] = "http://www.roblox.com/asset/?id=343377229",
  1072. ["Acceleration"] = Vector3.new(0, -1.29999995, 0),
  1073. })
  1074. o16 = Create("Part",{
  1075. ["Parent"] = o2,
  1076. ["BrickColor"] = BrickColor.new("Light orange"),
  1077. ["Transparency"] = 1,
  1078. ["Position"] = Vector3.new(3925.69946, -4678.13916, -11.0854521),
  1079. ["Rotation"] = Vector3.new(102.543076, 6.23150969, -164.84436),
  1080. ["Anchored"] = true,
  1081. ["CFrame"] = CFrame.new(3925.69946, -4678.13916, -11.0854521, -0.959516287, 0.259897143, 0.108546063, -0.0454919189, 0.237321198, -0.970365584, -0.277955443, -0.936019421, -0.215890288),
  1082. ["CanCollide"] = false,
  1083. ["Locked"] = true,
  1084. ["Size"] = Vector3.new(4, 1, 2),
  1085. })
  1086. o17 = Create("ParticleEmitter",{
  1087. ["Parent"] = o16,
  1088. ["Size"] = NumberSequence.new(2.5,2.5),
  1089. ["Texture"] = "http://www.roblox.com/asset/?id=343377229",
  1090. ["Acceleration"] = Vector3.new(0, -1.29999995, 0),
  1091. })
  1092. o18 = Create("Part",{
  1093. ["Parent"] = o2,
  1094. ["BrickColor"] = BrickColor.new("Light orange"),
  1095. ["Transparency"] = 1,
  1096. ["Position"] = Vector3.new(3925.69946, -4678.13916, -11.0854521),
  1097. ["Rotation"] = Vector3.new(102.543114, 6.2315917, -99.8779907),
  1098. ["Anchored"] = true,
  1099. ["CFrame"] = CFrame.new(3925.69946, -4678.13916, -11.0854521, -0.170537025, 0.979354262, 0.108547494, 0.195777684, 0.141642377, -0.970365226, -0.96570617, -0.144232035, -0.215890929),
  1100. ["CanCollide"] = false,
  1101. ["Locked"] = true,
  1102. ["Size"] = Vector3.new(4, 1, 2),
  1103. })
  1104. o19 = Create("ParticleEmitter",{
  1105. ["Parent"] = o18,
  1106. ["Size"] = NumberSequence.new(2.5,2.5),
  1107. ["Texture"] = "http://www.roblox.com/asset/?id=343377229",
  1108. ["Acceleration"] = Vector3.new(0, -1.29999995, 0),
  1109. })
  1110. o20 = Create("Part",{
  1111. ["Parent"] = o2,
  1112. ["BrickColor"] = BrickColor.new("Light orange"),
  1113. ["Transparency"] = 1,
  1114. ["Position"] = Vector3.new(3925.69946, -4678.13916, -11.0854521),
  1115. ["Rotation"] = Vector3.new(102.543205, 6.23175573, -132.792969),
  1116. ["Anchored"] = true,
  1117. ["CFrame"] = CFrame.new(3925.69946, -4678.13916, -11.0854521, -0.675336957, 0.729477286, 0.10855034, 0.0873827487, 0.225293115, -0.970364571, -0.732314408, -0.645837605, -0.215892449),
  1118. ["CanCollide"] = false,
  1119. ["Locked"] = true,
  1120. ["Size"] = Vector3.new(4, 1, 2),
  1121. })
  1122. o21 = Create("ParticleEmitter",{
  1123. ["Parent"] = o20,
  1124. ["Size"] = NumberSequence.new(2.5,2.5),
  1125. ["Texture"] = "http://www.roblox.com/asset/?id=343377229",
  1126. ["Acceleration"] = Vector3.new(0, -1.29999995, 0),
  1127. })
  1128. o22 = Create("Part",{
  1129. ["Parent"] = o2,
  1130. ["BrickColor"] = BrickColor.new("Light orange"),
  1131. ["Transparency"] = 1,
  1132. ["Position"] = Vector3.new(3925.69946, -4678.13916, -11.0854521),
  1133. ["Rotation"] = Vector3.new(102.543076, 6.23157644, -152.474472),
  1134. ["Anchored"] = true,
  1135. ["CFrame"] = CFrame.new(3925.69946, -4678.13916, -11.0854521, -0.881565154, 0.45941323, 0.108547226, 0.00640271604, 0.241557747, -0.970365405, -0.472019136, -0.854745209, -0.215890348),
  1136. ["CanCollide"] = false,
  1137. ["Locked"] = true,
  1138. ["Size"] = Vector3.new(4, 1, 2),
  1139. })
  1140. o23 = Create("ParticleEmitter",{
  1141. ["Parent"] = o22,
  1142. ["Size"] = NumberSequence.new(2.5,2.5),
  1143. ["Texture"] = "http://www.roblox.com/asset/?id=343377229",
  1144. ["Acceleration"] = Vector3.new(0, -1.29999995, 0),
  1145. })
  1146. o24 = Create("Part",{
  1147. ["Parent"] = o2,
  1148. ["BrickColor"] = BrickColor.new("Light orange"),
  1149. ["Transparency"] = 1,
  1150. ["Position"] = Vector3.new(3925.69946, -4678.13916, -11.0854521),
  1151. ["Rotation"] = Vector3.new(93.5509491, 13.533741, -115.702736),
  1152. ["Anchored"] = true,
  1153. ["CFrame"] = CFrame.new(3925.69946, -4678.13916, -11.0854521, -0.421659291, 0.876036167, 0.234017938, -0.045491308, 0.237320334, -0.970365763, -0.905612469, -0.41980958, -0.060216248),
  1154. ["CanCollide"] = false,
  1155. ["Locked"] = true,
  1156. ["Size"] = Vector3.new(4, 1, 2),
  1157. })
  1158. o25 = Create("ParticleEmitter",{
  1159. ["Parent"] = o24,
  1160. ["Size"] = NumberSequence.new(2.5,2.5),
  1161. ["Texture"] = "http://www.roblox.com/asset/?id=343377229",
  1162. ["Acceleration"] = Vector3.new(0, -1.29999995, 0),
  1163. })
  1164. o26 = Create("Part",{
  1165. ["Parent"] = o2,
  1166. ["BrickColor"] = BrickColor.new("Light orange"),
  1167. ["Transparency"] = 1,
  1168. ["Position"] = Vector3.new(3925.69946, -4678.13916, -11.0854521),
  1169. ["Rotation"] = Vector3.new(93.5508499, 13.5340061, -83.6512985),
  1170. ["Anchored"] = true,
  1171. ["CFrame"] = CFrame.new(3925.69946, -4678.13916, -11.0854521, 0.107508615, 0.966268897, 0.234022439, 0.087382853, 0.225292057, -0.970364869, -0.990356684, 0.124772049, -0.0602144599),
  1172. ["CanCollide"] = false,
  1173. ["Locked"] = true,
  1174. ["Size"] = Vector3.new(4, 1, 2),
  1175. })
  1176. o27 = Create("ParticleEmitter",{
  1177. ["Parent"] = o26,
  1178. ["Size"] = NumberSequence.new(2.5,2.5),
  1179. ["Texture"] = "http://www.roblox.com/asset/?id=343377229",
  1180. ["Acceleration"] = Vector3.new(0, -1.29999995, 0),
  1181. })
  1182. o28 = Create("Part",{
  1183. ["Parent"] = o2,
  1184. ["BrickColor"] = BrickColor.new("Light orange"),
  1185. ["Transparency"] = 1,
  1186. ["Position"] = Vector3.new(3925.69946, -4678.13916, -11.0854521),
  1187. ["Rotation"] = Vector3.new(93.5508728, 13.5338879, -67.7195816),
  1188. ["Anchored"] = true,
  1189. ["CFrame"] = CFrame.new(3925.69946, -4678.13916, -11.0854521, 0.368611872, 0.899644494, 0.234020427, 0.145866781, 0.192650631, -0.970365226, -0.918067813, 0.391823798, -0.0602149367),
  1190. ["CanCollide"] = false,
  1191. ["Locked"] = true,
  1192. ["Size"] = Vector3.new(4, 1, 2),
  1193. })
  1194. o29 = Create("ParticleEmitter",{
  1195. ["Parent"] = o28,
  1196. ["Size"] = NumberSequence.new(2.5,2.5),
  1197. ["Texture"] = "http://www.roblox.com/asset/?id=343377229",
  1198. ["Acceleration"] = Vector3.new(0, -1.29999995, 0),
  1199. })
  1200. o30 = Create("Part",{
  1201. ["Parent"] = o2,
  1202. ["BrickColor"] = BrickColor.new("Light orange"),
  1203. ["Transparency"] = 1,
  1204. ["Position"] = Vector3.new(3925.69946, -4678.13916, -11.0854521),
  1205. ["Rotation"] = Vector3.new(93.5509109, 13.5338335, -50.7363472),
  1206. ["Anchored"] = true,
  1207. ["CFrame"] = CFrame.new(3925.69946, -4678.13916, -11.0854521, 0.615315795, 0.752742767, 0.234019518, 0.195777208, 0.141641498, -0.970365524, -0.763582349, 0.642896652, -0.0602156073),
  1208. ["CanCollide"] = false,
  1209. ["Locked"] = true,
  1210. ["Size"] = Vector3.new(4, 1, 2),
  1211. })
  1212. o31 = Create("ParticleEmitter",{
  1213. ["Parent"] = o30,
  1214. ["Size"] = NumberSequence.new(2.5,2.5),
  1215. ["Texture"] = "http://www.roblox.com/asset/?id=343377229",
  1216. ["Acceleration"] = Vector3.new(0, -1.29999995, 0),
  1217. })
  1218. o32 = Create("Part",{
  1219. ["Parent"] = o2,
  1220. ["BrickColor"] = BrickColor.new("Light orange"),
  1221. ["Transparency"] = 1,
  1222. ["Position"] = Vector3.new(3925.69946, -4678.13916, -11.0854521),
  1223. ["Rotation"] = Vector3.new(93.5509033, 13.5337915, -103.332832),
  1224. ["Anchored"] = true,
  1225. ["CFrame"] = CFrame.new(3925.69946, -4678.13916, -11.0854521, -0.224203944, 0.946027577, 0.234018788, 0.00640313327, 0.241556808, -0.970365584, -0.974521399, -0.216061294, -0.0602154732),
  1226. ["CanCollide"] = false,
  1227. ["Locked"] = true,
  1228. ["Size"] = Vector3.new(4, 1, 2),
  1229. })
  1230. o33 = Create("ParticleEmitter",{
  1231. ["Parent"] = o32,
  1232. ["Size"] = NumberSequence.new(2.5,2.5),
  1233. ["Texture"] = "http://www.roblox.com/asset/?id=343377229",
  1234. ["Acceleration"] = Vector3.new(0, -1.29999995, 0),
  1235. })
  1236. o34 = Create("Part",{
  1237. ["Parent"] = o2,
  1238. ["BrickColor"] = BrickColor.new("Light orange"),
  1239. ["Transparency"] = 1,
  1240. ["Position"] = Vector3.new(3925.69946, -4678.13916, -11.0854521),
  1241. ["Rotation"] = Vector3.new(87.5872192, 13.7778225, -25.8519192),
  1242. ["Anchored"] = true,
  1243. ["CFrame"] = CFrame.new(3925.69946, -4678.13916, -11.0854521, 0.874030232, 0.42350024, 0.238157541, 0.195776746, 0.14164117, -0.970365703, -0.444682926, 0.894754469, 0.0408871919),
  1244. ["CanCollide"] = false,
  1245. ["Locked"] = true,
  1246. ["Size"] = Vector3.new(4, 1, 2),
  1247. })
  1248. o35 = Create("ParticleEmitter",{
  1249. ["Parent"] = o34,
  1250. ["Size"] = NumberSequence.new(2.5,2.5),
  1251. ["Texture"] = "http://www.roblox.com/asset/?id=343377229",
  1252. ["Acceleration"] = Vector3.new(0, -1.29999995, 0),
  1253. })
  1254. o36 = Create("Part",{
  1255. ["Parent"] = o2,
  1256. ["BrickColor"] = BrickColor.new("Light orange"),
  1257. ["Transparency"] = 1,
  1258. ["Position"] = Vector3.new(3925.69946, -4678.13916, -11.0854521),
  1259. ["Rotation"] = Vector3.new(87.5871582, 13.7778587, -42.8351593),
  1260. ["Anchored"] = true,
  1261. ["CFrame"] = CFrame.new(3925.69946, -4678.13916, -11.0854521, 0.712212801, 0.660328567, 0.238158152, 0.145866409, 0.192650288, -0.970365465, -0.686641216, 0.725845814, 0.0408882648),
  1262. ["CanCollide"] = false,
  1263. ["Locked"] = true,
  1264. ["Size"] = Vector3.new(4, 1, 2),
  1265. })
  1266. o37 = Create("ParticleEmitter",{
  1267. ["Parent"] = o36,
  1268. ["Size"] = NumberSequence.new(2.5,2.5),
  1269. ["Texture"] = "http://www.roblox.com/asset/?id=343377229",
  1270. ["Acceleration"] = Vector3.new(0, -1.29999995, 0),
  1271. })
  1272. o38 = Create("Part",{
  1273. ["Parent"] = o2,
  1274. ["BrickColor"] = BrickColor.new("Light orange"),
  1275. ["Transparency"] = 1,
  1276. ["Position"] = Vector3.new(3925.69946, -4678.13916, -11.0854521),
  1277. ["Rotation"] = Vector3.new(87.5872955, 13.7777548, -90.8183365),
  1278. ["Anchored"] = true,
  1279. ["CFrame"] = CFrame.new(3925.69946, -4678.13916, -11.0854521, -0.0138711762, 0.971127868, 0.238156393, -0.0454913229, 0.237319738, -0.970365882, -0.998868525, -0.0242941976, 0.0408859849),
  1280. ["CanCollide"] = false,
  1281. ["Locked"] = true,
  1282. ["Size"] = Vector3.new(4, 1, 2),
  1283. })
  1284. o39 = Create("ParticleEmitter",{
  1285. ["Parent"] = o38,
  1286. ["Size"] = NumberSequence.new(2.5,2.5),
  1287. ["Texture"] = "http://www.roblox.com/asset/?id=343377229",
  1288. ["Acceleration"] = Vector3.new(0, -1.29999995, 0),
  1289. })
  1290. o40 = Create("Part",{
  1291. ["Parent"] = o2,
  1292. ["BrickColor"] = BrickColor.new("Light orange"),
  1293. ["Transparency"] = 1,
  1294. ["Position"] = Vector3.new(3925.69946, -4678.13916, -11.0854521),
  1295. ["Rotation"] = Vector3.new(87.5872269, 13.7777824, -78.4484177),
  1296. ["Anchored"] = true,
  1297. ["CFrame"] = CFrame.new(3925.69946, -4678.13916, -11.0854521, 0.194488198, 0.951554537, 0.23815687, 0.00640301406, 0.241556317, -0.970365763, -0.980884075, 0.190249637, 0.0408870727),
  1298. ["CanCollide"] = false,
  1299. ["Locked"] = true,
  1300. ["Size"] = Vector3.new(4, 1, 2),
  1301. })
  1302. o41 = Create("ParticleEmitter",{
  1303. ["Parent"] = o40,
  1304. ["Size"] = NumberSequence.new(2.5,2.5),
  1305. ["Texture"] = "http://www.roblox.com/asset/?id=343377229",
  1306. ["Acceleration"] = Vector3.new(0, -1.29999995, 0),
  1307. })
  1308. o42 = Create("Part",{
  1309. ["Parent"] = o2,
  1310. ["BrickColor"] = BrickColor.new("Light orange"),
  1311. ["Transparency"] = 1,
  1312. ["Position"] = Vector3.new(3925.69946, -4678.13916, -11.0854521),
  1313. ["Rotation"] = Vector3.new(87.5870895, 13.7779512, -58.7668457),
  1314. ["Anchored"] = true,
  1315. ["CFrame"] = CFrame.new(3925.69946, -4678.13916, -11.0854521, 0.503602087, 0.830460906, 0.238159731, 0.0873826072, 0.22529155, -0.970364928, -0.859505475, 0.509488642, 0.0408894569),
  1316. ["CanCollide"] = false,
  1317. ["Locked"] = true,
  1318. ["Size"] = Vector3.new(4, 1, 2),
  1319. })
  1320. o43 = Create("ParticleEmitter",{
  1321. ["Parent"] = o42,
  1322. ["Size"] = NumberSequence.new(2.5,2.5),
  1323. ["Texture"] = "http://www.roblox.com/asset/?id=343377229",
  1324. ["Acceleration"] = Vector3.new(0, -1.29999995, 0),
  1325. })
  1326. o44 = Create("Part",{
  1327. ["Parent"] = o2,
  1328. ["BrickColor"] = BrickColor.new("Light orange"),
  1329. ["Transparency"] = 1,
  1330. ["Position"] = Vector3.new(3925.69946, -4678.13916, -11.0854521),
  1331. ["Rotation"] = Vector3.new(86.3596802, -13.5104132, 76.2841797),
  1332. ["Anchored"] = true,
  1333. ["CFrame"] = CFrame.new(3925.69946, -4678.13916, -11.0854521, 0.230545193, -0.944600403, -0.233622074, 0.00640067458, 0.241556659, -0.970365644, 0.973040581, 0.222217858, 0.0617358685),
  1334. ["CanCollide"] = false,
  1335. ["Locked"] = true,
  1336. ["Size"] = Vector3.new(4, 1, 2),
  1337. })
  1338. o45 = Create("ParticleEmitter",{
  1339. ["Parent"] = o44,
  1340. ["Size"] = NumberSequence.new(2.5,2.5),
  1341. ["Texture"] = "http://www.roblox.com/asset/?id=343377229",
  1342. ["Acceleration"] = Vector3.new(0, -1.29999995, 0),
  1343. })
  1344. o46 = Create("Part",{
  1345. ["Parent"] = o2,
  1346. ["BrickColor"] = BrickColor.new("Light orange"),
  1347. ["Transparency"] = 1,
  1348. ["Position"] = Vector3.new(3925.69946, -4678.13916, -11.0854521),
  1349. ["Rotation"] = Vector3.new(86.3597107, -13.5105181, 111.897423),
  1350. ["Anchored"] = true,
  1351. ["CFrame"] = CFrame.new(3925.69946, -4678.13916, -11.0854521, -0.36262551, -0.902176857, -0.233623862, 0.1458648, 0.192652062, -0.970365405, 0.920449078, -0.385956615, 0.0617353171),
  1352. ["CanCollide"] = false,
  1353. ["Locked"] = true,
  1354. ["Size"] = Vector3.new(4, 1, 2),
  1355. })
  1356. o47 = Create("ParticleEmitter",{
  1357. ["Parent"] = o46,
  1358. ["Size"] = NumberSequence.new(2.5,2.5),
  1359. ["Texture"] = "http://www.roblox.com/asset/?id=343377229",
  1360. ["Acceleration"] = Vector3.new(0, -1.29999995, 0),
  1361. })
  1362. o48 = Create("Part",{
  1363. ["Parent"] = o2,
  1364. ["BrickColor"] = BrickColor.new("Light orange"),
  1365. ["Transparency"] = 1,
  1366. ["Position"] = Vector3.new(3925.69946, -4678.13916, -11.0854521),
  1367. ["Rotation"] = Vector3.new(86.3596725, -13.5104551, 128.880707),
  1368. ["Anchored"] = true,
  1369. ["CFrame"] = CFrame.new(3925.69946, -4678.13916, -11.0854521, -0.61033088, -0.756912768, -0.233622789, 0.195775732, 0.141643152, -0.970365465, 0.767573178, -0.637981534, 0.0617359728),
  1370. ["CanCollide"] = false,
  1371. ["Locked"] = true,
  1372. ["Size"] = Vector3.new(4, 1, 2),
  1373. })
  1374. o49 = Create("ParticleEmitter",{
  1375. ["Parent"] = o48,
  1376. ["Size"] = NumberSequence.new(2.5,2.5),
  1377. ["Texture"] = "http://www.roblox.com/asset/?id=343377229",
  1378. ["Acceleration"] = Vector3.new(0, -1.29999995, 0),
  1379. })
  1380. o50 = Create("Part",{
  1381. ["Parent"] = o2,
  1382. ["BrickColor"] = BrickColor.new("Light orange"),
  1383. ["Transparency"] = 1,
  1384. ["Position"] = Vector3.new(3925.69946, -4678.13916, -11.0854521),
  1385. ["Rotation"] = Vector3.new(86.3596344, -13.5103664, 63.9142685),
  1386. ["Anchored"] = true,
  1387. ["CFrame"] = CFrame.new(3925.69946, -4678.13916, -11.0854521, 0.427547663, -0.873283744, -0.233621284, -0.0454937071, 0.237319678, -0.970365882, 0.902847409, 0.425505877, 0.0617365986),
  1388. ["CanCollide"] = false,
  1389. ["Locked"] = true,
  1390. ["Size"] = Vector3.new(4, 1, 2),
  1391. })
  1392. o51 = Create("ParticleEmitter",{
  1393. ["Parent"] = o50,
  1394. ["Size"] = NumberSequence.new(2.5,2.5),
  1395. ["Texture"] = "http://www.roblox.com/asset/?id=343377229",
  1396. ["Acceleration"] = Vector3.new(0, -1.29999995, 0),
  1397. })
  1398. o52 = Create("Part",{
  1399. ["Parent"] = o2,
  1400. ["BrickColor"] = BrickColor.new("Light orange"),
  1401. ["Transparency"] = 1,
  1402. ["Position"] = Vector3.new(3925.69946, -4678.13916, -11.0854521),
  1403. ["Rotation"] = Vector3.new(102.621109, -6.0702033, -168.148773),
  1404. ["Anchored"] = true,
  1405. ["CFrame"] = CFrame.new(3925.69946, -4678.13916, -11.0854521, -0.973196864, 0.204219759, -0.105746955, 0.145866275, 0.192652568, -0.970364988, -0.177795321, -0.959780931, -0.217277646),
  1406. ["CanCollide"] = false,
  1407. ["Locked"] = true,
  1408. ["Size"] = Vector3.new(4, 1, 2),
  1409. })
  1410. o53 = Create("ParticleEmitter",{
  1411. ["Parent"] = o52,
  1412. ["Size"] = NumberSequence.new(2.5,2.5),
  1413. ["Texture"] = "http://www.roblox.com/asset/?id=343377229",
  1414. ["Acceleration"] = Vector3.new(0, -1.29999995, 0),
  1415. })
  1416. o54 = Create("Part",{
  1417. ["Parent"] = o2,
  1418. ["BrickColor"] = BrickColor.new("Light orange"),
  1419. ["Transparency"] = 1,
  1420. ["Position"] = Vector3.new(3925.69946, -4678.13916, -11.0854521),
  1421. ["Rotation"] = Vector3.new(102.620941, -6.07024574, 143.868088),
  1422. ["Anchored"] = true,
  1423. ["CFrame"] = CFrame.new(3925.69946, -4678.13916, -11.0854521, -0.80313319, -0.586340189, -0.105747685, -0.0454930514, 0.237321064, -0.970365524, 0.594060361, -0.774521887, -0.217274785),
  1424. ["CanCollide"] = false,
  1425. ["Locked"] = true,
  1426. ["Size"] = Vector3.new(4, 1, 2),
  1427. })
  1428. o55 = Create("ParticleEmitter",{
  1429. ["Parent"] = o54,
  1430. ["Size"] = NumberSequence.new(2.5,2.5),
  1431. ["Texture"] = "http://www.roblox.com/asset/?id=343377229",
  1432. ["Acceleration"] = Vector3.new(0, -1.29999995, 0),
  1433. })
  1434. o56 = Create("Part",{
  1435. ["Parent"] = o2,
  1436. ["BrickColor"] = BrickColor.new("Light orange"),
  1437. ["Transparency"] = 1,
  1438. ["Position"] = Vector3.new(3925.69946, -4678.13916, -11.0854521),
  1439. ["Rotation"] = Vector3.new(102.620995, -6.07021284, 156.237991),
  1440. ["Anchored"] = true,
  1441. ["CFrame"] = CFrame.new(3925.69946, -4678.13916, -11.0854521, -0.910095572, -0.40067938, -0.105747119, 0.00640164688, 0.241557866, -0.970365405, 0.414349347, -0.883802176, -0.217275634),
  1442. ["CanCollide"] = false,
  1443. ["Locked"] = true,
  1444. ["Size"] = Vector3.new(4, 1, 2),
  1445. })
  1446. o57 = Create("ParticleEmitter",{
  1447. ["Parent"] = o56,
  1448. ["Size"] = NumberSequence.new(2.5,2.5),
  1449. ["Texture"] = "http://www.roblox.com/asset/?id=343377229",
  1450. ["Acceleration"] = Vector3.new(0, -1.29999995, 0),
  1451. })
  1452. o58 = Create("Part",{
  1453. ["Parent"] = o2,
  1454. ["BrickColor"] = BrickColor.new("Light orange"),
  1455. ["Transparency"] = 1,
  1456. ["Position"] = Vector3.new(3925.69946, -4678.13916, -11.0854521),
  1457. ["Rotation"] = Vector3.new(102.621033, -6.07022762, -151.165482),
  1458. ["Anchored"] = true,
  1459. ["CFrame"] = CFrame.new(3925.69946, -4678.13916, -11.0854521, -0.871104538, 0.479577303, -0.105747372, 0.195777193, 0.141643211, -0.970365286, -0.450386614, -0.865992486, -0.21727632),
  1460. ["CanCollide"] = false,
  1461. ["Locked"] = true,
  1462. ["Size"] = Vector3.new(4, 1, 2),
  1463. })
  1464. o59 = Create("ParticleEmitter",{
  1465. ["Parent"] = o58,
  1466. ["Size"] = NumberSequence.new(2.5,2.5),
  1467. ["Texture"] = "http://www.roblox.com/asset/?id=343377229",
  1468. ["Acceleration"] = Vector3.new(0, -1.29999995, 0),
  1469. })
  1470. o60 = Create("Part",{
  1471. ["Parent"] = o2,
  1472. ["BrickColor"] = BrickColor.new("Light orange"),
  1473. ["Transparency"] = 1,
  1474. ["Position"] = Vector3.new(3925.69946, -4678.13916, -11.0854521),
  1475. ["Rotation"] = Vector3.new(102.621223, -6.07019854, 175.919556),
  1476. ["Anchored"] = true,
  1477. ["CFrame"] = CFrame.new(3925.69946, -4678.13916, -11.0854521, -0.991872668, -0.0707581863, -0.105746865, 0.0873818323, 0.225293636, -0.970364571, 0.0924853384, -0.971718192, -0.217279553),
  1478. ["CanCollide"] = false,
  1479. ["Locked"] = true,
  1480. ["Size"] = Vector3.new(4, 1, 2),
  1481. })
  1482. o61 = Create("ParticleEmitter",{
  1483. ["Parent"] = o60,
  1484. ["Size"] = NumberSequence.new(2.5,2.5),
  1485. ["Texture"] = "http://www.roblox.com/asset/?id=343377229",
  1486. ["Acceleration"] = Vector3.new(0, -1.29999995, 0),
  1487. })
  1488. o62 = Create("Part",{
  1489. ["Parent"] = o2,
  1490. ["BrickColor"] = BrickColor.new("Light orange"),
  1491. ["Transparency"] = 1,
  1492. ["Position"] = Vector3.new(3925.69946, -4678.13916, -11.0854521),
  1493. ["Rotation"] = Vector3.new(76.1906204, -2.22199559, 30.1629696),
  1494. ["Anchored"] = true,
  1495. ["CFrame"] = CFrame.new(3925.69946, -4678.13916, -11.0854521, 0.863949716, -0.50208348, -0.0387714207, 0.0873808563, 0.22529152, -0.970365107, 0.495939046, 0.834958911, 0.238513038),
  1496. ["CanCollide"] = false,
  1497. ["Locked"] = true,
  1498. ["Size"] = Vector3.new(4, 1, 2),
  1499. })
  1500. o63 = Create("ParticleEmitter",{
  1501. ["Parent"] = o62,
  1502. ["Size"] = NumberSequence.new(2.5,2.5),
  1503. ["Texture"] = "http://www.roblox.com/asset/?id=343377229",
  1504. ["Acceleration"] = Vector3.new(0, -1.29999995, 0),
  1505. })
  1506. o64 = Create("Part",{
  1507. ["Parent"] = o2,
  1508. ["BrickColor"] = BrickColor.new("Light orange"),
  1509. ["Transparency"] = 1,
  1510. ["Position"] = Vector3.new(3925.69946, -4678.13916, -11.0854521),
  1511. ["Rotation"] = Vector3.new(76.1907578, -2.22186089, 63.077919),
  1512. ["Anchored"] = true,
  1513. ["CFrame"] = CFrame.new(3925.69946, -4678.13916, -11.0854521, 0.452438056, -0.890953004, -0.0387690663, 0.19577527, 0.141642034, -0.970365763, 0.87004137, 0.431440324, 0.238510787),
  1514. ["CanCollide"] = false,
  1515. ["Locked"] = true,
  1516. ["Size"] = Vector3.new(4, 1, 2),
  1517. })
  1518. o65 = Create("ParticleEmitter",{
  1519. ["Parent"] = o64,
  1520. ["Size"] = NumberSequence.new(2.5,2.5),
  1521. ["Texture"] = "http://www.roblox.com/asset/?id=343377229",
  1522. ["Acceleration"] = Vector3.new(0, -1.29999995, 0),
  1523. })
  1524. o66 = Create("Part",{
  1525. ["Parent"] = o2,
  1526. ["BrickColor"] = BrickColor.new("Light orange"),
  1527. ["Transparency"] = 1,
  1528. ["Position"] = Vector3.new(3925.69946, -4678.13916, -11.0854521),
  1529. ["Rotation"] = Vector3.new(76.190712, -2.22191787, 46.0946541),
  1530. ["Anchored"] = true,
  1531. ["CFrame"] = CFrame.new(3925.69946, -4678.13916, -11.0854521, 0.692947745, -0.719944835, -0.0387700647, 0.145864815, 0.192650661, -0.970365703, 0.706078768, 0.666757405, 0.238511443),
  1532. ["CanCollide"] = false,
  1533. ["Locked"] = true,
  1534. ["Size"] = Vector3.new(4, 1, 2),
  1535. })
  1536. o67 = Create("ParticleEmitter",{
  1537. ["Parent"] = o66,
  1538. ["Size"] = NumberSequence.new(2.5,2.5),
  1539. ["Texture"] = "http://www.roblox.com/asset/?id=343377229",
  1540. ["Acceleration"] = Vector3.new(0, -1.29999995, 0),
  1541. })
  1542. o68 = Create("Part",{
  1543. ["Parent"] = o2,
  1544. ["BrickColor"] = BrickColor.new("Light orange"),
  1545. ["Transparency"] = 1,
  1546. ["Position"] = Vector3.new(3925.69946, -4678.13916, -11.0854521),
  1547. ["Rotation"] = Vector3.new(76.1908188, -2.22179508, -1.88847733),
  1548. ["Anchored"] = true,
  1549. ["CFrame"] = CFrame.new(3925.69946, -4678.13916, -11.0854521, 0.998705685, 0.032929413, -0.0387679189, -0.0454927385, 0.237318829, -0.970366061, -0.0227532424, 0.970873654, 0.2385097),
  1550. ["CanCollide"] = false,
  1551. ["Locked"] = true,
  1552. ["Size"] = Vector3.new(4, 1, 2),
  1553. })
  1554. o69 = Create("ParticleEmitter",{
  1555. ["Parent"] = o68,
  1556. ["Size"] = NumberSequence.new(2.5,2.5),
  1557. ["Texture"] = "http://www.roblox.com/asset/?id=343377229",
  1558. ["Acceleration"] = Vector3.new(0, -1.29999995, 0),
  1559. })
  1560. o70 = Create("Part",{
  1561. ["Parent"] = o2,
  1562. ["BrickColor"] = BrickColor.new("Light orange"),
  1563. ["Transparency"] = 1,
  1564. ["Position"] = Vector3.new(3925.69946, -4678.13916, -11.0854521),
  1565. ["Rotation"] = Vector3.new(76.1907883, -2.22185564, 10.4814234),
  1566. ["Anchored"] = true,
  1567. ["CFrame"] = CFrame.new(3925.69946, -4678.13916, -11.0854521, 0.982574821, -0.181779981, -0.0387689769, 0.00640141964, 0.241555661, -0.970365882, 0.185757935, 0.953208923, 0.238510132),
  1568. ["CanCollide"] = false,
  1569. ["Locked"] = true,
  1570. ["Size"] = Vector3.new(4, 1, 2),
  1571. })
  1572. o71 = Create("ParticleEmitter",{
  1573. ["Parent"] = o70,
  1574. ["Size"] = NumberSequence.new(2.5,2.5),
  1575. ["Texture"] = "http://www.roblox.com/asset/?id=343377229",
  1576. ["Acceleration"] = Vector3.new(0, -1.29999995, 0),
  1577. })
  1578. o72 = Create("Part",{
  1579. ["Parent"] = o2,
  1580. ["BrickColor"] = BrickColor.new("Light orange"),
  1581. ["Transparency"] = 1,
  1582. ["Position"] = Vector3.new(3925.69946, -4678.13916, -11.0854521),
  1583. ["Rotation"] = Vector3.new(79.039566, 8.73714828, -48.9605522),
  1584. ["Anchored"] = true,
  1585. ["CFrame"] = CFrame.new(3925.69946, -4678.13916, -11.0854521, 0.648959339, 0.745505035, 0.151901692, -0.0454917476, 0.237319022, -0.97036618, -0.75946182, 0.622817814, 0.187924758),
  1586. ["CanCollide"] = false,
  1587. ["Locked"] = true,
  1588. ["Size"] = Vector3.new(4, 1, 2),
  1589. })
  1590. o73 = Create("ParticleEmitter",{
  1591. ["Parent"] = o72,
  1592. ["Size"] = NumberSequence.new(2.5,2.5),
  1593. ["Texture"] = "http://www.roblox.com/asset/?id=343377229",
  1594. ["Acceleration"] = Vector3.new(0, -1.29999995, 0),
  1595. })
  1596. o74 = Create("Part",{
  1597. ["Parent"] = o2,
  1598. ["BrickColor"] = BrickColor.new("Light orange"),
  1599. ["Transparency"] = 1,
  1600. ["Position"] = Vector3.new(3925.69946, -4678.13916, -11.0854521),
  1601. ["Rotation"] = Vector3.new(79.0392761, 8.73716068, -16.9090633),
  1602. ["Anchored"] = true,
  1603. ["CFrame"] = CFrame.new(3925.69946, -4678.13916, -11.0854521, 0.945665002, 0.287478387, 0.151901901, 0.0873818249, 0.225291193, -0.970365167, -0.313181132, 0.930913687, 0.187929645),
  1604. ["CanCollide"] = false,
  1605. ["Locked"] = true,
  1606. ["Size"] = Vector3.new(4, 1, 2),
  1607. })
  1608. o75 = Create("ParticleEmitter",{
  1609. ["Parent"] = o74,
  1610. ["Size"] = NumberSequence.new(2.5,2.5),
  1611. ["Texture"] = "http://www.roblox.com/asset/?id=343377229",
  1612. ["Acceleration"] = Vector3.new(0, -1.29999995, 0),
  1613. })
  1614. o76 = Create("Part",{
  1615. ["Parent"] = o2,
  1616. ["BrickColor"] = BrickColor.new("Light orange"),
  1617. ["Transparency"] = 1,
  1618. ["Position"] = Vector3.new(3925.69946, -4678.13916, -11.0854521),
  1619. ["Rotation"] = Vector3.new(79.039505, 8.73712921, -36.5906372),
  1620. ["Anchored"] = true,
  1621. ["CFrame"] = CFrame.new(3925.69946, -4678.13916, -11.0854521, 0.793597758, 0.589176536, 0.151901364, 0.00640243944, 0.241555661, -0.970365882, -0.608409464, 0.771052539, 0.18792586),
  1622. ["CanCollide"] = false,
  1623. ["Locked"] = true,
  1624. ["Size"] = Vector3.new(4, 1, 2),
  1625. })
  1626. o77 = Create("ParticleEmitter",{
  1627. ["Parent"] = o76,
  1628. ["Size"] = NumberSequence.new(2.5,2.5),
  1629. ["Texture"] = "http://www.roblox.com/asset/?id=343377229",
  1630. ["Acceleration"] = Vector3.new(0, -1.29999995, 0),
  1631. })
  1632. o78 = Create("Part",{
  1633. ["Parent"] = o2,
  1634. ["BrickColor"] = BrickColor.new("Light orange"),
  1635. ["Transparency"] = 1,
  1636. ["Position"] = Vector3.new(3925.69946, -4678.13916, -11.0854521),
  1637. ["Rotation"] = Vector3.new(79.0393982, 8.7371397, -0.977389395),
  1638. ["Anchored"] = true,
  1639. ["CFrame"] = CFrame.new(3925.69946, -4678.13916, -11.0854521, 0.988252044, 0.0168598946, 0.151901543, 0.145865604, 0.19265008, -0.970365644, -0.0456241071, 0.981122792, 0.187927589),
  1640. ["CanCollide"] = false,
  1641. ["Locked"] = true,
  1642. ["Size"] = Vector3.new(4, 1, 2),
  1643. })
  1644. o79 = Create("ParticleEmitter",{
  1645. ["Parent"] = o78,
  1646. ["Size"] = NumberSequence.new(2.5,2.5),
  1647. ["Texture"] = "http://www.roblox.com/asset/?id=343377229",
  1648. ["Acceleration"] = Vector3.new(0, -1.29999995, 0),
  1649. })
  1650. o80 = Create("Model",{
  1651. ["Name"] = "Arm1",
  1652. ["Parent"] = o1,
  1653. })
  1654. o81 = Create("Part",{
  1655. ["Name"] = "Middle",
  1656. ["Parent"] = o80,
  1657. ["Material"] = Enum.Material.Granite,
  1658. ["BrickColor"] = BrickColor.new("Light orange"),
  1659. ["Position"] = Vector3.new(3923.3938, -4665.64014, -17.7558212),
  1660. ["Rotation"] = Vector3.new(-0, -90, 0),
  1661. ["Anchored"] = true,
  1662. ["CFrame"] = CFrame.new(3923.3938, -4665.64014, -17.7558212, 0, 0, -1, 0, 1, 0, 1, 0, 0),
  1663. ["CanCollide"] = false,
  1664. ["Locked"] = true,
  1665. ["FormFactor"] = Enum.FormFactor.Symmetric,
  1666. ["Size"] = Vector3.new(4.64390278, 9.28781509, 4.6439023),
  1667. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1668. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1669. })
  1670. o82 = Create("ParticleEmitter",{
  1671. ["Parent"] = o81,
  1672. ["Size"] = NumberSequence.new(1,0.9375,1.7500001192093,0.87499976158142,2.8749995231628,1.25,2.0625,1.1874997615814,2.9375,1.3124996423721,2.8749995231628,5.6875),
  1673. ["Texture"] = "http://www.roblox.com/asset/?id=343377229",
  1674. ["Lifetime"] = NumberRange.new(1,1),
  1675. ["Rate"] = 40,
  1676. ["RotSpeed"] = NumberRange.new(30,30),
  1677. ["Speed"] = NumberRange.new(0,0),
  1678. })
  1679. o83 = Create("ParticleEmitter",{
  1680. ["Parent"] = o81,
  1681. ["Transparency"] = NumberSequence.new(0,0.85000002384186,0.375,0.13749998807907,0.58124995231628,0.018750011920929,0.11874997615814,0.14999997615814,0.58749997615814,0.125,0.83749997615814,0.050000011920929,0.94999998807907,0.25),
  1682. ["Size"] = NumberSequence.new(1.5644174814224,1.8124997615814,2.7499997615814,1.4999997615814,1.8124997615814,2.6875,1.875,4.25),
  1683. ["Texture"] = "http://www.roblox.com/asset/?id=343377229",
  1684. ["Lifetime"] = NumberRange.new(2,2),
  1685. ["Rate"] = 30,
  1686. ["RotSpeed"] = NumberRange.new(400,400),
  1687. ["Speed"] = NumberRange.new(3,3),
  1688. })
  1689. o84 = Create("Model",{
  1690. ["Name"] = "Arm2",
  1691. ["Parent"] = o1,
  1692. })
  1693. o85 = Create("Part",{
  1694. ["Name"] = "Middle",
  1695. ["Parent"] = o84,
  1696. ["Material"] = Enum.Material.Granite,
  1697. ["BrickColor"] = BrickColor.new("Light orange"),
  1698. ["Position"] = Vector3.new(3923.3938, -4665.64014, -3.8241148),
  1699. ["Rotation"] = Vector3.new(-0, -90, 0),
  1700. ["Anchored"] = true,
  1701. ["CFrame"] = CFrame.new(3923.3938, -4665.64014, -3.8241148, 0, 0, -1, 0, 1, 0, 1, 0, 0),
  1702. ["CanCollide"] = false,
  1703. ["Locked"] = true,
  1704. ["FormFactor"] = Enum.FormFactor.Symmetric,
  1705. ["Size"] = Vector3.new(4.64390278, 9.28781509, 4.6439023),
  1706. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1707. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1708. })
  1709. o86 = Create("ParticleEmitter",{
  1710. ["Parent"] = o85,
  1711. ["Size"] = NumberSequence.new(1,0.9375,1.7500001192093,0.87499976158142,2.8749995231628,1.25,2.0625,1.1874997615814,2.9375,1.3124996423721,2.8749995231628,5.6875),
  1712. ["Texture"] = "http://www.roblox.com/asset/?id=343377229",
  1713. ["Lifetime"] = NumberRange.new(1,1),
  1714. ["Rate"] = 40,
  1715. ["RotSpeed"] = NumberRange.new(30,30),
  1716. ["Speed"] = NumberRange.new(0,0),
  1717. })
  1718. o87 = Create("ParticleEmitter",{
  1719. ["Parent"] = o85,
  1720. ["Transparency"] = NumberSequence.new(0,0.85000002384186,0.375,0.13749998807907,0.58124995231628,0.018750011920929,0.11874997615814,0.14999997615814,0.58749997615814,0.125,0.83749997615814,0.050000011920929,0.94999998807907,0.25),
  1721. ["Size"] = NumberSequence.new(1.5644174814224,1.8124997615814,2.7499997615814,1.4999997615814,1.8124997615814,2.6875,1.875,4.25),
  1722. ["Texture"] = "http://www.roblox.com/asset/?id=343377229",
  1723. ["Lifetime"] = NumberRange.new(2,2),
  1724. ["Rate"] = 30,
  1725. ["RotSpeed"] = NumberRange.new(400,400),
  1726. ["Speed"] = NumberRange.new(3,3),
  1727. })
  1728. o88 = Create("Part",{
  1729. ["Parent"] = o84,
  1730. ["Material"] = Enum.Material.Granite,
  1731. ["BrickColor"] = BrickColor.new("Light orange"),
  1732. ["Position"] = Vector3.new(3935.67017, -4667.5542, -3.13911486),
  1733. ["Rotation"] = Vector3.new(90, -82.368454, 90.0000076),
  1734. ["Anchored"] = true,
  1735. ["CFrame"] = CFrame.new(3935.67017, -4667.5542, -3.13911486, -1.44198635e-008, -0.132802665, -0.991142571, 1.18167613e-007, 0.991142571, -0.132802665, 1, -1.19035953e-007, 1.40083323e-009),
  1736. ["CanCollide"] = false,
  1737. ["Locked"] = true,
  1738. ["FormFactor"] = Enum.FormFactor.Symmetric,
  1739. ["Size"] = Vector3.new(1.47390282, 1.33999991, 36.1239014),
  1740. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1741. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1742. })
  1743. o89 = Create("ParticleEmitter",{
  1744. ["Parent"] = o88,
  1745. ["Transparency"] = NumberSequence.new(0,0.85000002384186,0.375,0.13749998807907,0.58124995231628,0.018750011920929,0.11874997615814,0.14999997615814,0.58749997615814,0.125,0.83749997615814,0.050000011920929,0.94999998807907,0.25),
  1746. ["Size"] = NumberSequence.new(1.5644174814224,1.8124997615814,2.7499997615814,1.4999997615814,1.8124997615814,2.6875,1.875,4.25),
  1747. ["Texture"] = "http://www.roblox.com/asset/?id=343377229",
  1748. ["Lifetime"] = NumberRange.new(2,2),
  1749. ["Rate"] = 30,
  1750. ["RotSpeed"] = NumberRange.new(400,400),
  1751. ["Speed"] = NumberRange.new(3,3),
  1752. })
  1753. o90 = Create("Part",{
  1754. ["Parent"] = o84,
  1755. ["Material"] = Enum.Material.Neon,
  1756. ["BrickColor"] = BrickColor.new("Institutional white"),
  1757. ["Position"] = Vector3.new(3947.09888, -4665.76025, -3.20606613),
  1758. ["Rotation"] = Vector3.new(90, -82.368454, 90.0000076),
  1759. ["Anchored"] = true,
  1760. ["CFrame"] = CFrame.new(3947.09888, -4665.76025, -3.20606613, -1.44198635e-008, -0.132802665, -0.991142571, 1.18167613e-007, 0.991142571, -0.132802665, 1, -1.19035953e-007, 1.40083323e-009),
  1761. ["CanCollide"] = false,
  1762. ["Locked"] = true,
  1763. ["FormFactor"] = Enum.FormFactor.Symmetric,
  1764. ["Size"] = Vector3.new(0.200000003, 7.81999969, 31.2939014),
  1765. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1766. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1767. })
  1768. o91 = Create("ParticleEmitter",{
  1769. ["Parent"] = o90,
  1770. ["Transparency"] = NumberSequence.new(0,0.85000002384186,0.375,0.13749998807907,0.58124995231628,0.018750011920929,0.11874997615814,0.14999997615814,0.58749997615814,0.125,0.83749997615814,0.050000011920929,0.94999998807907,0.25),
  1771. ["Size"] = NumberSequence.new(1.5644174814224,1.8124997615814,2.7499997615814,1.4999997615814,1.8124997615814,2.6875,1.875,4.25),
  1772. ["Texture"] = "http://www.roblox.com/asset/?id=343377229",
  1773. ["Lifetime"] = NumberRange.new(2,2),
  1774. ["Rate"] = 30,
  1775. ["RotSpeed"] = NumberRange.new(400,400),
  1776. ["Speed"] = NumberRange.new(3,3),
  1777. })
  1778. o92 = Create("Part",{
  1779. ["Parent"] = o84,
  1780. ["Material"] = Enum.Material.Neon,
  1781. ["BrickColor"] = BrickColor.new("Institutional white"),
  1782. ["Position"] = Vector3.new(3963.30298, -4662.56982, -3.20606613),
  1783. ["Rotation"] = Vector3.new(-90.000061, -44.0050316, -90.0000305),
  1784. ["Anchored"] = true,
  1785. ["CFrame"] = CFrame.new(3963.30298, -4662.56982, -3.20606613, -4.02258507e-007, 0.719278812, -0.69472152, 6.60829357e-007, 0.69472152, 0.719278812, 1, -1.69756362e-007, -7.54778171e-007),
  1786. ["CanCollide"] = false,
  1787. ["Locked"] = true,
  1788. ["FormFactor"] = Enum.FormFactor.Symmetric,
  1789. ["Size"] = Vector3.new(0.200000003, 7.81999969, 7.0639019),
  1790. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1791. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1792. })
  1793. o93 = Create("ParticleEmitter",{
  1794. ["Parent"] = o92,
  1795. ["Transparency"] = NumberSequence.new(0,0.85000002384186,0.375,0.13749998807907,0.58124995231628,0.018750011920929,0.11874997615814,0.14999997615814,0.58749997615814,0.125,0.83749997615814,0.050000011920929,0.94999998807907,0.25),
  1796. ["Size"] = NumberSequence.new(1.5644174814224,1.8124997615814,2.7499997615814,1.4999997615814,1.8124997615814,2.6875,1.875,4.25),
  1797. ["Texture"] = "http://www.roblox.com/asset/?id=343377229",
  1798. ["Lifetime"] = NumberRange.new(2,2),
  1799. ["Rate"] = 30,
  1800. ["RotSpeed"] = NumberRange.new(400,400),
  1801. ["Speed"] = NumberRange.new(3,3),
  1802. })
  1803. o94 = Create("Model",{
  1804. ["Name"] = "Leg1",
  1805. ["Parent"] = o1,
  1806. })
  1807. o95 = Create("Part",{
  1808. ["Name"] = "Middle",
  1809. ["Parent"] = o94,
  1810. ["Material"] = Enum.Material.Granite,
  1811. ["BrickColor"] = BrickColor.new("Light orange"),
  1812. ["Position"] = Vector3.new(3923.3938, -4674.92725, -13.1119194),
  1813. ["Rotation"] = Vector3.new(-0, -90, 0),
  1814. ["Anchored"] = true,
  1815. ["CFrame"] = CFrame.new(3923.3938, -4674.92725, -13.1119194, 0, 0, -1, 0, 1, 0, 1, 0, 0),
  1816. ["CanCollide"] = false,
  1817. ["Locked"] = true,
  1818. ["FormFactor"] = Enum.FormFactor.Symmetric,
  1819. ["Size"] = Vector3.new(4.64390278, 9.28781509, 4.6439023),
  1820. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1821. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1822. })
  1823. o96 = Create("ParticleEmitter",{
  1824. ["Parent"] = o95,
  1825. ["Size"] = NumberSequence.new(1,0.9375,1.7500001192093,0.87499976158142,2.8749995231628,1.25,2.0625,1.1874997615814,2.9375,1.3124996423721,2.8749995231628,5.6875),
  1826. ["Texture"] = "http://www.roblox.com/asset/?id=343377229",
  1827. ["Lifetime"] = NumberRange.new(1,1),
  1828. ["Rate"] = 40,
  1829. ["RotSpeed"] = NumberRange.new(30,30),
  1830. ["Speed"] = NumberRange.new(0,0),
  1831. })
  1832. o97 = Create("ParticleEmitter",{
  1833. ["Parent"] = o95,
  1834. ["Transparency"] = NumberSequence.new(0,0.85000002384186,0.375,0.13749998807907,0.58124995231628,0.018750011920929,0.11874997615814,0.14999997615814,0.58749997615814,0.125,0.83749997615814,0.050000011920929,0.94999998807907,0.25),
  1835. ["Size"] = NumberSequence.new(1.5644174814224,1.8124997615814,2.7499997615814,1.4999997615814,1.8124997615814,2.6875,1.875,4.25),
  1836. ["Texture"] = "http://www.roblox.com/asset/?id=343377229",
  1837. ["Lifetime"] = NumberRange.new(2,2),
  1838. ["Rate"] = 30,
  1839. ["RotSpeed"] = NumberRange.new(400,400),
  1840. ["Speed"] = NumberRange.new(3,3),
  1841. })
  1842. o98 = Create("Model",{
  1843. ["Name"] = "Leg2",
  1844. ["Parent"] = o1,
  1845. })
  1846. o99 = Create("Part",{
  1847. ["Name"] = "Middle",
  1848. ["Parent"] = o98,
  1849. ["Material"] = Enum.Material.Granite,
  1850. ["BrickColor"] = BrickColor.new("Light orange"),
  1851. ["Position"] = Vector3.new(3923.3938, -4674.92725, -8.46801567),
  1852. ["Rotation"] = Vector3.new(-0, -90, 0),
  1853. ["Anchored"] = true,
  1854. ["CFrame"] = CFrame.new(3923.3938, -4674.92725, -8.46801567, 0, 0, -1, 0, 1, 0, 1, 0, 0),
  1855. ["CanCollide"] = false,
  1856. ["Locked"] = true,
  1857. ["FormFactor"] = Enum.FormFactor.Symmetric,
  1858. ["Size"] = Vector3.new(4.64390278, 9.28781509, 4.6439023),
  1859. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1860. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1861. })
  1862. o100 = Create("ParticleEmitter",{
  1863. ["Parent"] = o99,
  1864. ["Size"] = NumberSequence.new(1,0.9375,1.7500001192093,0.87499976158142,2.8749995231628,1.25,2.0625,1.1874997615814,2.9375,1.3124996423721,2.8749995231628,5.6875),
  1865. ["Texture"] = "http://www.roblox.com/asset/?id=343377229",
  1866. ["Lifetime"] = NumberRange.new(1,1),
  1867. ["Rate"] = 40,
  1868. ["RotSpeed"] = NumberRange.new(30,30),
  1869. ["Speed"] = NumberRange.new(0,0),
  1870. })
  1871. o101 = Create("ParticleEmitter",{
  1872. ["Parent"] = o99,
  1873. ["Transparency"] = NumberSequence.new(0,0.85000002384186,0.375,0.13749998807907,0.58124995231628,0.018750011920929,0.11874997615814,0.14999997615814,0.58749997615814,0.125,0.83749997615814,0.050000011920929,0.94999998807907,0.25),
  1874. ["Size"] = NumberSequence.new(1.5644174814224,1.8124997615814,2.7499997615814,1.4999997615814,1.8124997615814,2.6875,1.875,4.25),
  1875. ["Texture"] = "http://www.roblox.com/asset/?id=343377229",
  1876. ["Lifetime"] = NumberRange.new(2,2),
  1877. ["Rate"] = 30,
  1878. ["RotSpeed"] = NumberRange.new(400,400),
  1879. ["Speed"] = NumberRange.new(3,3),
  1880. })
  1881. o102 = Create("Part",{
  1882. ["Name"] = "Head",
  1883. ["Parent"] = o1,
  1884. ["BrickColor"] = BrickColor.new("Really red"),
  1885. ["Position"] = Vector3.new(3930.82446, -4678.17822, -1.96655464),
  1886. ["Rotation"] = Vector3.new(0, 90, 0),
  1887. ["Anchored"] = true,
  1888. ["CFrame"] = CFrame.new(3930.82446, -4678.17822, -1.96655464, 0, 0, 1, 0, 1, -0, -1, 0, 0),
  1889. ["CanCollide"] = false,
  1890. ["Locked"] = true,
  1891. ["FormFactor"] = Enum.FormFactor.Symmetric,
  1892. ["Size"] = Vector3.new(0.928780496, 0.928781509, 0.928780496),
  1893. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  1894. ["TopSurface"] = Enum.SurfaceType.Smooth,
  1895. })
  1896. o103 = Create("Script",{
  1897. ["Name"] = "Arm1",
  1898. ["Parent"] = o102,
  1899. })
  1900. table.insert(cors,coroutine.create(function()
  1901. wait()
  1902. runDummyScript(function()
  1903. function onTouched(hit)
  1904. if hit.Parent:findFirstChild("Humanoid") ~= nil and hit.Parent:findFirstChild("Arm1") == nil then
  1905. local g = script.Parent.Parent.Arm1:clone()
  1906. g.Parent = hit.Parent
  1907. local C = g:GetChildren()
  1908. for i=1, #C do
  1909. if C[i].className == "Part" then
  1910. local W = Instance.new("Weld")
  1911. W.Part0 = g.Middle
  1912. W.Part1 = C[i]
  1913. local CJ = CFrame.new(g.Middle.Position)
  1914. local C0 = g.Middle.CFrame:inverse()*CJ
  1915. local C1 = C[i].CFrame:inverse()*CJ
  1916. W.C0 = C0
  1917. W.C1 = C1
  1918. W.Parent = g.Middle
  1919. end
  1920. local Y = Instance.new("Weld")
  1921. Y.Part0 = hit.Parent["Left Arm"]
  1922. Y.Part1 = g.Middle
  1923. Y.C0 = CFrame.new(0, 0, 0)
  1924. Y.Parent = Y.Part0
  1925. end
  1926.  
  1927. local h = g:GetChildren()
  1928. for i = 1, # h do
  1929. if h[i].className == "Part" then
  1930. h[i].Anchored = false
  1931. h[i].CanCollide = false
  1932. end
  1933. end
  1934.  
  1935. end
  1936.  
  1937. end
  1938.  
  1939. script.Parent.Touched:connect(onTouched)
  1940. end,o103)
  1941. end))
  1942. o104 = Create("Script",{
  1943. ["Name"] = "Leg1",
  1944. ["Parent"] = o102,
  1945. })
  1946. table.insert(cors,coroutine.create(function()
  1947. wait()
  1948. runDummyScript(function()
  1949. function onTouched(hit)
  1950. if hit.Parent:findFirstChild("Humanoid") ~= nil and hit.Parent:findFirstChild("Leg1") == nil then
  1951. local g = script.Parent.Parent.Leg1:clone()
  1952. g.Parent = hit.Parent
  1953. local C = g:GetChildren()
  1954. for i=1, #C do
  1955. if C[i].className == "Part" then
  1956. local W = Instance.new("Weld")
  1957. W.Part0 = g.Middle
  1958. W.Part1 = C[i]
  1959. local CJ = CFrame.new(g.Middle.Position)
  1960. local C0 = g.Middle.CFrame:inverse()*CJ
  1961. local C1 = C[i].CFrame:inverse()*CJ
  1962. W.C0 = C0
  1963. W.C1 = C1
  1964. W.Parent = g.Middle
  1965. end
  1966. local Y = Instance.new("Weld")
  1967. Y.Part0 = hit.Parent["Left Leg"]
  1968. Y.Part1 = g.Middle
  1969. Y.C0 = CFrame.new(0, 0, 0)
  1970. Y.Parent = Y.Part0
  1971. end
  1972.  
  1973. local h = g:GetChildren()
  1974. for i = 1, # h do
  1975. if h[i].className == "Part" then
  1976. h[i].Anchored = false
  1977. h[i].CanCollide = false
  1978. end
  1979. end
  1980.  
  1981. end
  1982.  
  1983. end
  1984.  
  1985. script.Parent.Touched:connect(onTouched)
  1986. end,o104)
  1987. end))
  1988. o105 = Create("Script",{
  1989. ["Name"] = "HatRemover",
  1990. ["Parent"] = o102,
  1991. })
  1992. table.insert(cors,coroutine.create(function()
  1993. wait()
  1994. runDummyScript(function()
  1995. function onTouched(hit)
  1996. local d = hit.Parent:GetChildren()
  1997. for i=1, #d do
  1998. if (d[i].className == "Hat") then
  1999. d[i]:remove()
  2000. end
  2001. end
  2002. end
  2003.  
  2004. script.Parent.Touched:connect(onTouched)
  2005. end,o105)
  2006. end))
  2007. o106 = Create("Script",{
  2008. ["Name"] = "ChangeShirt/Pants",
  2009. ["Parent"] = o102,
  2010. })
  2011. table.insert(cors,coroutine.create(function()
  2012. wait()
  2013. runDummyScript(function()
  2014. --theRal
  2015.  
  2016. worker = false
  2017. part = script.Parent
  2018.  
  2019. function onTouch(hit)
  2020. local human = hit.Parent:FindFirstChild("Humanoid")
  2021. if (human ~= nil) and (worker == false) then
  2022. print ("Bombs found, activate DOnald Mecha!")
  2023. worker = true
  2024. wait(.1)
  2025. local pant = hit.Parent:GetChildren()
  2026. for i=1,#pant do
  2027. if (pant[i].className == "Pants") then
  2028. pant[i].PantsTemplate = ""
  2029. end
  2030. end
  2031. local shirt = hit.Parent:GetChildren()
  2032. for i=1,#shirt do
  2033. if (shirt[i].className == "Shirt") then
  2034. shirt[i].ShirtTemplate = ""
  2035. wait(1)
  2036. worker = false
  2037. end
  2038. end
  2039. end
  2040. end
  2041.  
  2042. script.Parent.Touched:connect(onTouch)
  2043. end,o106)
  2044. end))
  2045. o107 = Create("Script",{
  2046. ["Parent"] = o102,
  2047. })
  2048. table.insert(cors,coroutine.create(function()
  2049. wait()
  2050. runDummyScript(function()
  2051. function onTouch(part)
  2052. local human = part.Parent:findFirstChild("Humanoid")
  2053. if human ~= nil then
  2054. part.Parent:findFirstChild("Head").BrickColor = BrickColor.new(125)
  2055. part.Parent:findFirstChild("Head").Transparency = 0
  2056. part.Parent:findFirstChild("Torso").BrickColor = BrickColor.new(1)
  2057. part.Parent:findFirstChild("Torso").Transparency = 1
  2058. part.Parent:findFirstChild("Left Arm").BrickColor = BrickColor.new(1)
  2059. part.Parent:findFirstChild("Left Arm").Transparency = 1
  2060. part.Parent:findFirstChild("Right Arm").BrickColor = BrickColor.new(1)
  2061. part.Parent:findFirstChild("Right Arm").Transparency = 1
  2062. part.Parent:findFirstChild("Left Leg").BrickColor = BrickColor.new(1)
  2063. part.Parent:findFirstChild("Left Leg").CanCollide = true
  2064. part.Parent:findFirstChild("Left Leg").Transparency = 1
  2065. part.Parent:findFirstChild("Right Leg").BrickColor = BrickColor.new(1)
  2066. part.Parent:findFirstChild("Right Leg").CanCollide = true
  2067. part.Parent:findFirstChild("Right Leg").Transparency = 1
  2068. end
  2069. end
  2070. script.Parent.Touched:connect(onTouch)
  2071.  
  2072. --COLORS
  2073.  
  2074. --1 = white
  2075. --208 = Light stone grey
  2076. --194 = Medium stone grey
  2077. --199 = Dark stone grey
  2078. --26 = Black
  2079. --21 = Bright red
  2080. --24 = Bright yellow
  2081. --226 = Cool yellow
  2082. --23 = Bright blue
  2083. --107 = Bright bluish green
  2084. --102 = Medium blue
  2085. --11 = Pastel blue
  2086. --45 = Light blue
  2087. --135 = Sand blue
  2088. --106 = Bright orange
  2089. --105 = Br. yellowish orange
  2090. --141 = Earth green
  2091. --28 = Dark green
  2092. --37 = Bright green
  2093. --119 = Br. yellowish green
  2094. --29 = Medium green
  2095. --151 = Sand green
  2096. --38 = Dark orange
  2097. --192 = Reddish brown
  2098. --104 = Bright violet
  2099. --9 = Light reddish violet
  2100. --101 = Medium red
  2101. --5 = Brick Yellow
  2102. --153 = Sand red
  2103. --217 = Brown
  2104. --18 = Nougat
  2105. --125 = Light orange
  2106.  
  2107.  
  2108. end,o107)
  2109. end))
  2110. o108 = Create("Script",{
  2111. ["Name"] = "WalkSpeed Script",
  2112. ["Parent"] = o102,
  2113. })
  2114. table.insert(cors,coroutine.create(function()
  2115. wait()
  2116. runDummyScript(function()
  2117. local debounce = false
  2118.  
  2119. function onTouch(part)
  2120.  
  2121. local human = part.Parent:findFirstChild("Humanoid")
  2122. if (human ~= nil) and debounce == false then
  2123.  
  2124. debounce = true
  2125.  
  2126. human.WalkSpeed = 16-- or whatever number
  2127.  
  2128. wait(2)
  2129. debounce = false
  2130. end
  2131. end
  2132.  
  2133.  
  2134. script.Parent.Touched:connect(onTouch)
  2135.  
  2136. end,o108)
  2137. end))
  2138. o109 = Create("Script",{
  2139. ["Name"] = "Leg2",
  2140. ["Parent"] = o102,
  2141. })
  2142. table.insert(cors,coroutine.create(function()
  2143. wait()
  2144. runDummyScript(function()
  2145. function onTouched(hit)
  2146. if hit.Parent:findFirstChild("Humanoid") ~= nil and hit.Parent:findFirstChild("Leg2") == nil then
  2147. local g = script.Parent.Parent.Leg2:clone()
  2148. g.Parent = hit.Parent
  2149. local C = g:GetChildren()
  2150. for i=1, #C do
  2151. if C[i].className == "Part" then
  2152. local W = Instance.new("Weld")
  2153. W.Part0 = g.Middle
  2154. W.Part1 = C[i]
  2155. local CJ = CFrame.new(g.Middle.Position)
  2156. local C0 = g.Middle.CFrame:inverse()*CJ
  2157. local C1 = C[i].CFrame:inverse()*CJ
  2158. W.C0 = C0
  2159. W.C1 = C1
  2160. W.Parent = g.Middle
  2161. end
  2162. local Y = Instance.new("Weld")
  2163. Y.Part0 = hit.Parent["Right Leg"]
  2164. Y.Part1 = g.Middle
  2165. Y.C0 = CFrame.new(0, 0, 0)
  2166. Y.Parent = Y.Part0
  2167. end
  2168.  
  2169. local h = g:GetChildren()
  2170. for i = 1, # h do
  2171. if h[i].className == "Part" then
  2172. h[i].Anchored = false
  2173. h[i].CanCollide = false
  2174. end
  2175. end
  2176.  
  2177. end
  2178.  
  2179. end
  2180.  
  2181. script.Parent.Touched:connect(onTouched)
  2182. end,o109)
  2183. end))
  2184. o110 = Create("Script",{
  2185. ["Name"] = "Arm2",
  2186. ["Parent"] = o102,
  2187. })
  2188. table.insert(cors,coroutine.create(function()
  2189. wait()
  2190. runDummyScript(function()
  2191. function onTouched(hit)
  2192. if hit.Parent:findFirstChild("Humanoid") ~= nil and hit.Parent:findFirstChild("Arm2") == nil then
  2193. local g = script.Parent.Parent.Arm2:clone()
  2194. g.Parent = hit.Parent
  2195. local C = g:GetChildren()
  2196. for i=1, #C do
  2197. if C[i].className == "Part" then
  2198. local W = Instance.new("Weld")
  2199. W.Part0 = g.Middle
  2200. W.Part1 = C[i]
  2201. local CJ = CFrame.new(g.Middle.Position)
  2202. local C0 = g.Middle.CFrame:inverse()*CJ
  2203. local C1 = C[i].CFrame:inverse()*CJ
  2204. W.C0 = C0
  2205. W.C1 = C1
  2206. W.Parent = g.Middle
  2207. end
  2208. local Y = Instance.new("Weld")
  2209. Y.Part0 = hit.Parent["Right Arm"]
  2210. Y.Part1 = g.Middle
  2211. Y.C0 = CFrame.new(0, 0, 0)
  2212. Y.Parent = Y.Part0
  2213. end
  2214.  
  2215. local h = g:GetChildren()
  2216. for i = 1, # h do
  2217. if h[i].className == "Part" then
  2218. h[i].Anchored = false
  2219. h[i].CanCollide = false
  2220. end
  2221. end
  2222.  
  2223. end
  2224.  
  2225. end
  2226.  
  2227. script.Parent.Touched:connect(onTouched)
  2228. end,o110)
  2229. end))
  2230. o111 = Create("Script",{
  2231. ["Name"] = "Torso",
  2232. ["Parent"] = o102,
  2233. })
  2234. table.insert(cors,coroutine.create(function()
  2235. wait()
  2236. runDummyScript(function()
  2237. function onTouched(hit)
  2238. if hit.Parent:findFirstChild("Humanoid") ~= nil and hit.Parent:findFirstChild("Chest") == nil then
  2239. local g = script.Parent.Parent.Chest:clone()
  2240. g.Parent = hit.Parent
  2241. local C = g:GetChildren()
  2242. for i=1, #C do
  2243. if C[i].className == "Part" then
  2244. local W = Instance.new("Weld")
  2245. W.Part0 = g.Middle
  2246. W.Part1 = C[i]
  2247. local CJ = CFrame.new(g.Middle.Position)
  2248. local C0 = g.Middle.CFrame:inverse()*CJ
  2249. local C1 = C[i].CFrame:inverse()*CJ
  2250. W.C0 = C0
  2251. W.C1 = C1
  2252. W.Parent = g.Middle
  2253. end
  2254. local Y = Instance.new("Weld")
  2255. Y.Part0 = hit.Parent.Torso
  2256. Y.Part1 = g.Middle
  2257. Y.C0 = CFrame.new(0, 0, 0)
  2258. Y.Parent = Y.Part0
  2259. end
  2260.  
  2261. local h = g:GetChildren()
  2262. for i = 1, # h do
  2263. if h[i].className == "Part" then
  2264. h[i].Anchored = false
  2265. h[i].CanCollide = false
  2266. end
  2267. end
  2268.  
  2269. end
  2270. end
  2271.  
  2272. script.Parent.Touched:connect(onTouched)
  2273.  
  2274. end,o111)
  2275. end))
  2276. o112 = Create("Script",{
  2277. ["Name"] = "Cframe",
  2278. ["Parent"] = o102,
  2279. })
  2280. table.insert(cors,coroutine.create(function()
  2281. wait()
  2282. runDummyScript(function()
  2283.  
  2284. wait(2)
  2285.  
  2286. local p = script.Parent
  2287. local me = game.Players.LocalPlayer.Character
  2288.  
  2289.  
  2290. p.Shape = "Ball"
  2291.  
  2292. game:GetService('RunService').Stepped:connect(function()
  2293. p.CFrame = me.Torso.CFrame * CFrame.new(0,0,0) * CFrame.Angles(0,0,0)
  2294. end)
  2295.  
  2296. wait(0.5)
  2297.  
  2298. me.Head.Transparency = 1
  2299.  
  2300. p:Remove()
  2301. end,o112)
  2302. end))
  2303. mas.Parent = workspace
  2304. mas:MakeJoints()
  2305. local mas1 = mas:GetChildren()
  2306. for i=1,#mas1 do
  2307. mas1[i].Parent = workspace
  2308. ypcall(function() mas1[i]:MakeJoints() end)
  2309. end
  2310. mas:Destroy()
  2311. for i=1,#cors do
  2312. coroutine.resume(cors[i])
  2313. end
Advertisement
Add Comment
Please, Sign In to add comment