Advertisement
seasee54u

Untitled

Apr 28th, 2019
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 337.95 KB | None | 0 0
  1. if game:GetService("RunService"):IsClient() then error("Script must be server-side in order to work; use h/ and not hl/") end
  2. local Player,Mouse,mouse,UserInputService,ContextActionService = owner
  3. do
  4. print("FE Compatibility code by Mokiros")
  5. script.Parent = Player.Character
  6.  
  7. --RemoteEvent for communicating
  8. local Event = Instance.new("RemoteEvent")
  9. Event.Name = "UserInput_Event"
  10.  
  11. --Fake event to make stuff like Mouse.KeyDown work
  12. local function fakeEvent()
  13. local t = {_fakeEvent=true,Connect=function(self,f)self.Function=f end}
  14. t.connect = t.Connect
  15. return t
  16. end
  17.  
  18. --Creating fake input objects with fake variables
  19. local m = {Target=nil,Hit=CFrame.new(),KeyUp=fakeEvent(),KeyDown=fakeEvent(),Button1Up=fakeEvent(),Button1Down=fakeEvent()}
  20. local UIS = {InputBegan=fakeEvent(),InputEnded=fakeEvent()}
  21. local CAS = {Actions={},BindAction=function(self,name,fun,touch,...)
  22. CAS.Actions[name] = fun and {Name=name,Function=fun,Keys={...}} or nil
  23. end}
  24. --Merged 2 functions into one by checking amount of arguments
  25. CAS.UnbindAction = CAS.BindAction
  26.  
  27. --This function will trigger the events that have been :Connect()'ed
  28. local function te(self,ev,...)
  29. local t = m[ev]
  30. if t and t._fakeEvent and t.Function then
  31. t.Function(...)
  32. end
  33. end
  34. m.TrigEvent = te
  35. UIS.TrigEvent = te
  36.  
  37. Event.OnServerEvent:Connect(function(plr,io)
  38. if plr~=Player then return end
  39. if io.isMouse then
  40. m.Target = io.Target
  41. m.Hit = io.Hit
  42. else
  43. local b = io.UserInputState == Enum.UserInputState.Begin
  44. if io.UserInputType == Enum.UserInputType.MouseButton1 then
  45. return m:TrigEvent(b and "Button1Down" or "Button1Up")
  46. end
  47. for _,t in pairs(CAS.Actions) do
  48. for _,k in pairs(t.Keys) do
  49. if k==io.KeyCode then
  50. t.Function(t.Name,io.UserInputState,io)
  51. end
  52. end
  53. end
  54. m:TrigEvent(b and "KeyDown" or "KeyUp",io.KeyCode.Name:lower())
  55. UIS:TrigEvent(b and "InputBegan" or "InputEnded",io,false)
  56. end
  57. end)
  58. Event.Parent = NLS([==[
  59. local Player = game:GetService("Players").LocalPlayer
  60. local Event = script:WaitForChild("UserInput_Event")
  61.  
  62. local UIS = game:GetService("UserInputService")
  63. local input = function(io,a)
  64. if a then return end
  65. --Since InputObject is a client-side instance, we create and pass table instead
  66. Event:FireServer({KeyCode=io.KeyCode,UserInputType=io.UserInputType,UserInputState=io.UserInputState})
  67. end
  68. UIS.InputBegan:Connect(input)
  69. UIS.InputEnded:Connect(input)
  70.  
  71. local Mouse = Player:GetMouse()
  72. local h,t
  73. --Give the server mouse data 30 times every second, but only if the values changed
  74. --If player is not moving their mouse, client won't fire events
  75. while wait(1/30) do
  76. if h~=Mouse.Hit or t~=Mouse.Target then
  77. h,t=Mouse.Hit,Mouse.Target
  78. Event:FireServer({isMouse=true,Target=t,Hit=h})
  79. end
  80. end]==],Player.Character)
  81. Mouse,mouse,UserInputService,ContextActionService = m,m,UIS,CAS
  82. end
  83. --[[ joalars2's script gui ]]--
  84. --[[ lol ur not supposed to have this ]]--
  85.  
  86. local plr = owner
  87.  
  88. local scripttab = {
  89. {
  90. "Bubble",
  91. function()
  92. local plr = owner
  93.  
  94. local tS = false
  95.  
  96. local p = Instance.new("Part",char:FindFirstChild("Torso") or char:FindFirstChild("UpperTorso"))
  97. p.Anchored = true
  98. p.CanCollide = false
  99. p.Transparency = 1
  100. p.TopSurface = "Smooth"
  101. p.BottomSurface = "Smooth"
  102. p.Size = Vector3.new(7,7,7)
  103. p.BrickColor = BrickColor.new("Toothpaste")
  104. p.Material = "Neon"
  105. p.Shape = "Ball"
  106. p.CFrame = CFrame.new(char:FindFirstChild("Torso").Position or char:FindFirstChild("UpperTorso").Position)
  107. local vel = Instance.new("BodyVelocity",char:FindFirstChild("Torso") or char:FindFirstChild("UpperTorso"))
  108. vel.Velocity = Vector3.new(0,0,0)
  109. vel.MaxForce = Vector3.new(0,0,0)
  110.  
  111. mouse.KeyDown:connect(function(key)
  112. if key == "f" then
  113. if tS == false then
  114. tS = true
  115. p.Transparency = 0.7
  116. char.Humanoid.WalkSpeed = 40
  117. else
  118. char.Humanoid.WalkSpeed = 16
  119. tS = false
  120. p.Transparency = 1
  121. table.foreach(Enum.HumanoidStateType:GetEnumItems(),function(st) local s,m = pcall(function() char:FindFirstChild("Humanoid"):SetStateEnabled(st,true) end) if s == false then end end)
  122. char:FindFirstChild("Humanoid"):SetStateEnabled(Enum.HumanoidStateType.Swimming,false)
  123. end
  124. end
  125. end)
  126.  
  127. char:WaitForChild("Humanoid").Died:connect(function()
  128. for i,v in pairs(char:GetChildren()) do
  129. if v:IsA("BasePart") then
  130. v.Anchored = true
  131. v.Transparency = 1
  132. v.CanCollide = false
  133. elseif v:IsA("Accessory") then
  134. v:Destroy()
  135. end
  136. end
  137. for i=1,50 do
  138. p.Size = p.Size + Vector3.new(0.3,0.3,0.3)
  139. p.Transparency = p.Transparency + (0.3/50)
  140. wait()
  141. end
  142. end)
  143.  
  144. local frame = 0
  145. game:GetService("RunService").Stepped:connect(function()
  146. frame = frame + 1
  147. if tS == true then
  148. if math.floor(frame/4) == frame/4 then
  149. local initSize = math.random(70,100)/100
  150.  
  151. local p2 = Instance.new("Part",char:FindFirstChild("Torso") or char:FindFirstChild("UpperTorso"))
  152. p2.Anchored = true
  153. p2.CanCollide = false
  154. p2.Transparency = 0.5
  155. p2.TopSurface = "Smooth"
  156. p2.BottomSurface = "Smooth"
  157. p2.Size = Vector3.new(initSize,initSize,initSize)
  158. p2.BrickColor = BrickColor.new("Toothpaste")
  159. p2.Material = "Neon"
  160. p2.Shape = "Ball"
  161.  
  162. local randcf = CFrame.new(char:FindFirstChild("Torso").Position + Vector3.new(math.random(-35,35)/10,math.random(-35,35)/10,math.random(-35,35)/10) or char:FindFirstChild("UpperTorso").Position + Vector3.new(math.random(-35,35)/10,math.random(-35,35)/10,math.random(-35,35)/10),char:FindFirstChild("Torso").Position)
  163. p2.CFrame = randcf
  164. local frmdet
  165. frmdet = game:GetService("RunService").Stepped:connect(function()
  166. p2.Size = p2.Size - Vector3.new(initSize/50,initSize/50,initSize/50)
  167. p2.Transparency = p2.Transparency + (0.5/60)
  168. p2.CFrame = randcf
  169. randcf = randcf * CFrame.new(0,0,0.02)
  170. if p2.Transparency >= 1 then
  171. frmdet:disconnect()
  172. p2:Destroy()
  173. end
  174. end)
  175. end
  176. p.CFrame = CFrame.new(char:FindFirstChild("Torso").Position or char:FindFirstChild("UpperTorso").Position)
  177. table.foreach(Enum.HumanoidStateType:GetEnumItems(),function(st) local s,m = pcall(function() char:FindFirstChild("Humanoid"):SetStateEnabled(st,false) end) if s == false then end end)
  178. char:FindFirstChild("Humanoid"):SetStateEnabled(Enum.HumanoidStateType.Swimming,true)
  179. char:FindFirstChild("Humanoid"):SetStateEnabled(Enum.HumanoidStateType.Jumping,true)
  180. char:FindFirstChild("Humanoid"):SetStateEnabled(Enum.HumanoidStateType.Dead,true)
  181. char:FindFirstChild("Humanoid"):ChangeState(Enum.HumanoidStateType.Swimming)
  182. vel.MaxForce = Vector3.new(500,4000,500)
  183. else
  184. p.CFrame = CFrame.new(char:FindFirstChild("Torso").Position or char:FindFirstChild("UpperTorso").Position)
  185. vel.MaxForce = Vector3.new(0,0,0)
  186. end
  187. end)
  188. end
  189. },
  190. {
  191. "Platform",
  192. function()
  193. local oldtick = tick()
  194. warn("Loading platform...")
  195.  
  196. local plr = owner
  197.  
  198. local amountbricks = 100
  199.  
  200. local inc = 360/amountbricks
  201.  
  202. local model = Instance.new("Model",char)
  203. model.Name = "pltfrm"
  204. local folder = Instance.new("Folder",model)
  205. folder.Name = "trnsprncy"
  206.  
  207. local atY = char:FindFirstChild("HumanoidRootPart").Position.Y - 2.5
  208. local tY = atY
  209.  
  210. local P = Instance.new("Part",model)
  211. P.Anchored = true
  212. P.Transparency = 0.7
  213. P.Material = "Neon"
  214. P.Shape = "Cylinder"
  215. P.BrickColor = BrickColor.new("New Yeller")
  216. P.Size = Vector3.new(0.2,5.9,5.9)
  217. P.CFrame = CFrame.new(Vector3.new(char:FindFirstChild("HumanoidRootPart").Position.X,tY-0.01,char:FindFirstChild("HumanoidRootPart").Position.Z))*CFrame.Angles(0,0,math.rad(90))
  218.  
  219. model.PrimaryPart = P
  220.  
  221. for i=1,amountbricks do
  222. local p = Instance.new("Part",model)
  223. p.Name = i
  224. p.Size = Vector3.new(0.2,0.2,0.2)
  225. p.Anchored = true
  226. p.CanCollide = false
  227. p.Locked = true
  228. --p.Material = "Neon"
  229. p.BrickColor = BrickColor.new("Really black")
  230. p.Transparency = 0
  231.  
  232. local cosine = math.cos(math.rad(inc*i))*3
  233. local sine = math.sin(math.rad(inc*i))*3
  234.  
  235. p.CFrame = CFrame.new(Vector3.new(char:FindFirstChild("HumanoidRootPart").Position.X,tY,char:FindFirstChild("HumanoidRootPart").Position.Z) + Vector3.new(cosine,0,sine),Vector3.new(char:FindFirstChild("HumanoidRootPart").Position.X,tY,char:FindFirstChild("HumanoidRootPart").Position.Z))
  236. end
  237.  
  238. mouse.KeyDown:connect(function(key)
  239. if key == "r" then
  240. local kup
  241. local frm
  242. frm = game:GetService("RunService").Stepped:connect(function()
  243. atY = atY + 0.3
  244. end)
  245. kup = mouse.KeyUp:connect(function(localkey)
  246. if localkey == "r" then
  247. frm:disconnect()
  248. kup:disconnect()
  249. end
  250. end)
  251. elseif key == "f" then
  252. local kup
  253. local frm
  254. frm = game:GetService("RunService").Stepped:connect(function()
  255. atY = atY - 0.3
  256. end)
  257. kup = mouse.KeyUp:connect(function(localkey)
  258. if localkey == "f" then
  259. frm:disconnect()
  260. kup:disconnect()
  261. end
  262. end)
  263. end
  264. end)
  265.  
  266. local frame = 0
  267. game:GetService("RunService").Stepped:connect(function()
  268. frame = frame + 1
  269. for i,v in pairs(folder:GetChildren()) do
  270. v.Transparency = v.Transparency + 0.04
  271. if v.Transparency >= 1 then
  272. v:Destroy()
  273. end
  274. end
  275. if P.Parent == model and P ~= nil then
  276. tY = atY + math.cos(tick()*2)/4
  277. model:SetPrimaryPartCFrame(CFrame.new(Vector3.new(char:FindFirstChild("HumanoidRootPart").Position.X,tY,char:FindFirstChild("HumanoidRootPart").Position.Z))*CFrame.Angles(0,0,math.rad(90)))
  278. --if math.floor(frame/5) == frame/5 then
  279. for i=1,3 do
  280. local cosine = math.cos(math.rad(((360/3)*i)+frame*3))*3.5
  281. local sine = math.sin(math.rad(((360/3)*i)+frame*3))*3.5
  282. local ocosine = math.cos(math.rad(((360/3)*i)+frame*3-1))*3.5
  283. local osine = math.sin(math.rad(((360/3)*i)+frame*3-1))*3.5
  284.  
  285. local magn = (Vector3.new(char:FindFirstChild("HumanoidRootPart").Position.X + cosine,tY,char:FindFirstChild("HumanoidRootPart").Position.Z + sine) - Vector3.new(char:FindFirstChild("HumanoidRootPart").Position.X + ocosine,tY,char:FindFirstChild("HumanoidRootPart").Position.Z + osine)).Magnitude
  286.  
  287. local p = Instance.new("Part",folder)
  288. p.Anchored = true
  289. p.Material = "Neon"
  290. p.BrickColor = BrickColor.new("New Yeller")
  291. p.CanCollide = false
  292. p.Size = Vector3.new(0.2,0.2,magn*3)
  293. p.CFrame = CFrame.new(Vector3.new(char:FindFirstChild("HumanoidRootPart").Position.X + cosine,tY,char:FindFirstChild("HumanoidRootPart").Position.Z + sine), Vector3.new(char:FindFirstChild("HumanoidRootPart").Position.X + ocosine,tY,char:FindFirstChild("HumanoidRootPart").Position.Z + osine)) * CFrame.new(0,0,-magn/2)
  294. --[[local frm
  295. frm = game:GetService("RunService").Stepped:connect(function()
  296. repeat p.Transparency = p.Transparency + 0.04 wait() until p.Transparency >= 1
  297. p:Destroy()
  298. frm:disconnect()
  299. end)]]
  300. end
  301. --[[for i=1,2 do
  302. local cosine = math.cos(math.rad((180*i)-frame*3))*2.5
  303. local sine = math.sin(math.rad((180*i)-frame*3))*2.5
  304. local ocosine = math.cos(math.rad((180*i)-frame*3-1))*2.5
  305. local osine = math.sin(math.rad((180*i)-frame*3-1))*2.5
  306.  
  307. local magn = (Vector3.new(char:FindFirstChild("HumanoidRootPart").Position.X + cosine,tY,char:FindFirstChild("HumanoidRootPart").Position.Z + sine) - Vector3.new(char:FindFirstChild("HumanoidRootPart").Position.X + ocosine,tY,char:FindFirstChild("HumanoidRootPart").Position.Z + osine)).Magnitude
  308.  
  309. local p = Instance.new("Part",model)
  310. p.Anchored = true
  311. p.CanCollide = false
  312. p.Size = Vector3.new(0.2,0.2,magn*3)
  313. p.CFrame = CFrame.new(Vector3.new(char:FindFirstChild("HumanoidRootPart").Position.X + cosine,tY,char:FindFirstChild("HumanoidRootPart").Position.Z + sine), Vector3.new(char:FindFirstChild("HumanoidRootPart").Position.X + ocosine,tY,char:FindFirstChild("HumanoidRootPart").Position.Z + osine)) * CFrame.new(0,0,-magn/2)
  314. local frm
  315. frm = game:GetService("RunService").Stepped:connect(function()
  316. repeat p.Transparency = p.Transparency + 0.04 wait() until p.Transparency >= 1
  317. p:Destroy()
  318. frm:disconnect()
  319. end)
  320. end]]
  321. --end
  322. else
  323. tY = atY + math.cos(tick()*2)/4
  324. delay(0.2,function() P:Destroy() end)
  325. P = Instance.new("Part",model)
  326. P.Anchored = true
  327. P.Transparency = 0.7
  328. P.Material = "Neon"
  329. P.Shape = "Cylinder"
  330. P.BrickColor = BrickColor.new("New Yeller")
  331. P.Size = Vector3.new(0.2,5.9,5.9)
  332. P.CFrame = CFrame.new(Vector3.new(char:FindFirstChild("HumanoidRootPart").Position.X,tY-0.01,char:FindFirstChild("HumanoidRootPart").Position.Z))*CFrame.Angles(0,0,math.rad(90))
  333. model.PrimaryPart = P
  334. model:SetPrimaryPartCFrame(CFrame.new(Vector3.new(char:FindFirstChild("HumanoidRootPart").Position.X,tY,char:FindFirstChild("HumanoidRootPart").Position.Z))*CFrame.Angles(0,0,math.rad(90)))
  335. end
  336. end)
  337. end
  338. },
  339.  
  340. {
  341. "Ghost doe",
  342. function()
  343. player = owner
  344. chara = player.Character
  345.  
  346. ch = chara:GetChildren()
  347. for i = 1, #ch do
  348. if ch[i].Name == "Torso" then
  349. ch[i].roblox.Transparency = 1
  350. elseif ch[i].Name == "Head" then
  351. ch[i].face.Transparency = 1
  352. ch[i].Transparency = 1
  353. elseif ch[i].ClassName == "Accessory" or ch[i].ClassName == "Shirt" or ch[i].ClassName == "Pants" or ch[i].ClassName == "ShirtGraphic" then
  354. ch[i]:Destroy()
  355. end
  356. end
  357.  
  358. local sPart = Instance.new("Part",workspace)
  359. sPart.Name = "SoundPart"
  360. sPart.Size = Vector3.new(0.2,0.2,0.2)
  361. sPart.Anchored = true
  362. sPart.Transparency = 1
  363. sPart.CanCollide = false
  364. sPart.CFrame = chara.Torso.CFrame
  365.  
  366. chara["Left Arm"].BrickColor = BrickColor.new("Cool yellow")
  367. chara["Right Arm"].BrickColor = BrickColor.new("Cool yellow")
  368. chara["Left Leg"].BrickColor = BrickColor.new("Medium blue")
  369. chara["Right Leg"].BrickColor = BrickColor.new("Medium blue")
  370. chara.Torso.BrickColor = BrickColor.new("Bright yellow")
  371.  
  372. --Outfit--
  373. New = function(Object, Parent, Name, Data)
  374. local Object = Instance.new(Object)
  375. for Index, Value in pairs(Data or {}) do
  376. Object[Index] = Value
  377. end
  378. Object.Parent = Parent
  379. Object.Name = Name
  380. return Object
  381. end
  382.  
  383. function ScatterEff(part)
  384. local eff1 = Instance.new("ParticleEmitter",part)
  385. eff1.Size = NumberSequence.new(.1)
  386. eff1.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0),NumberSequenceKeypoint.new(.9,0),NumberSequenceKeypoint.new(1,1)})
  387. eff1.LightEmission = 1
  388. eff1.Lifetime = NumberRange.new(1)
  389. eff1.Speed = NumberRange.new(1)
  390. eff1.Rate = 25
  391. eff1.VelocitySpread = 10000
  392. eff1.Texture = "rbxassetid://347504241"
  393. eff1.Color = ColorSequence.new(Color3.new(1,0,0))
  394. local eff2 = Instance.new("ParticleEmitter",part)
  395. eff2.Size = NumberSequence.new(.1)
  396. eff2.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0),NumberSequenceKeypoint.new(.9,0),NumberSequenceKeypoint.new(1,1)})
  397. eff2.LightEmission = 1
  398. eff2.Lifetime = NumberRange.new(1)
  399. eff2.Speed = NumberRange.new(1)
  400. eff2.Rate = 25
  401. eff2.VelocitySpread = 10000
  402. eff2.Texture = "rbxassetid://347504259"
  403. eff2.Color = ColorSequence.new(Color3.new(1,0,0))
  404. end
  405.  
  406. function BurningEff(part)
  407. local eff1 = Instance.new("ParticleEmitter",part)
  408. eff1.Size = NumberSequence.new(.1)
  409. eff1.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0),NumberSequenceKeypoint.new(.2,0),NumberSequenceKeypoint.new(1,1)})
  410. eff1.LightEmission = 1
  411. eff1.Lifetime = NumberRange.new(1)
  412. eff1.Speed = NumberRange.new(0)
  413. eff1.Rate = 25
  414. eff1.Texture = "rbxassetid://347504241"
  415. eff1.Acceleration = Vector3.new(0,10,0)
  416. eff1.Color = ColorSequence.new(Color3.new(1,0,0))
  417. local eff2 = Instance.new("ParticleEmitter",part)
  418. eff2.Size = NumberSequence.new(.1)
  419. eff2.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0),NumberSequenceKeypoint.new(.2,0),NumberSequenceKeypoint.new(1,1)})
  420. eff2.LightEmission = 1
  421. eff2.Lifetime = NumberRange.new(1)
  422. eff2.Speed = NumberRange.new(0)
  423. eff2.Rate = 25
  424. eff2.Texture = "rbxassetid://347504259"
  425. eff2.Acceleration = Vector3.new(0,10,0)
  426. eff2.Color = ColorSequence.new(Color3.new(1,0,0))
  427. local eff3 = Instance.new("ParticleEmitter",part)
  428. eff3.Size = NumberSequence.new(1)
  429. eff3.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0),NumberSequenceKeypoint.new(1,1)})
  430. eff3.LightEmission = 1
  431. eff3.Lifetime = NumberRange.new(1)
  432. eff3.Speed = NumberRange.new(0)
  433. eff3.Rate = 25
  434. eff3.Texture = "rbxasset://textures/particles/fire_main.dds"
  435. eff3.Acceleration = Vector3.new(0,10,0)
  436. eff3.Color = ColorSequence.new(Color3.new(1,0,0))
  437. end
  438.  
  439. FakeHead = chara
  440. MainPart = New("Part",FakeHead,"MainPart",{Transparency = 1,FormFactor = Enum.FormFactor.Symmetric,Size = Vector3.new(2, 1, 1),CFrame = CFrame.new(2.29537678, 7.81603718, 0.746068954, 0.00980896503, 0.00110200304, 0.999957919, -0.000536994543, 1.00000548, -0.00109680078, -0.99994874, -0.0005262224, 0.00980964955),CanCollide = false,TopSurface = Enum.SurfaceType.Smooth,})
  441. Mesh = New("SpecialMesh",MainPart,"Mesh",{Scale = Vector3.new(1.25, 1.25, 1.25),})
  442. face = New("Decal",MainPart,"face",{Texture = "rbxasset://textures/face.png",})
  443. Weld = New("ManualWeld",MainPart,"Weld",{Part0 = MainPart,Part1 = chara.Head,C0 = CFrame.new(0, 0, 0, 0.00980896503, -0.000536994543, -0.99994874, 0.00110200304, 1.00000548, -0.0005262224, 0.999957919, -0.00109680078, 0.00980964955),C1 = CFrame.new(5.96046448e-008, -8.58306885e-006, 0, 0.00980896503, -0.000536994543, -0.99994874, 0.00110200304, 1.00000548, -0.0005262224, 0.999957919, -0.00109680078, 0.00980964955),})
  444. FakeHead.MainPart.BrickColor = BrickColor.new("Cool yellow")
  445. EyeFire = New("Part",chara,"EyeFire",{BrickColor = BrickColor.new("Really red"),Material = Enum.Material.Neon,Size = Vector3.new(0.400000006, 0.200000003, 0.200000003),CFrame = CFrame.new(1.69668579, 8.11665249, 0.640022159, -0.00107900088, 0.999958038, -0.00980941113, -1.0000056, -0.00107390946, 0.000525554642, 0.000515007298, 0.00981007144, 0.999948859),CanCollide = false,Color = Color3.new(1, 0, 0),})
  446. Mesh = New("CylinderMesh",EyeFire,"Mesh",{Offset = Vector3.new(0.0500000007, 0, -0.0399999991),Scale = Vector3.new(1, 0.150000006, 1),})
  447. Weld = New("ManualWeld",EyeFire,"Weld",{Part0 = EyeFire,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, -0.0010790003, -0.999999344, 0.000515000196, 0.999951363, -0.0010738963, 0.00981000345, -0.00980944186, 0.000525560055, 0.99995178),C1 = CFrame.new(0.100008011, 0.300009251, -0.600027919, 0.00980899762, -0.000536999898, -0.99995178, 0.00110200245, 0.999999344, -0.000526215415, 0.999951363, -0.00109678751, 0.00980958249),})
  448. Chest = chara
  449. MainPart = New("Part",Chest,"MainPart",{Transparency = 1,Transparency = 1,FormFactor = Enum.FormFactor.Symmetric,Size = Vector3.new(2, 2, 1),CFrame = CFrame.new(2.2937007, 6.31611967, 0.746871948, 0.00980956201, 0.00110224239, 0.999954581, -0.000537135813, 1.00000238, -0.00109703222, -0.99995023, -0.000526354474, 0.00981019717),CanCollide = false,LeftSurface = Enum.SurfaceType.Weld,RightSurface = Enum.SurfaceType.Weld,})
  450. Weld = New("ManualWeld",MainPart,"Weld",{Part0 = MainPart,Part1 = chara.Torso,C0 = CFrame.new(0, 0, 0, 0.009809535, -0.000537137908, -0.99994725, 0.00110225554, 1.00000858, -0.000526368851, 0.999961257, -0.00109705783, 0.00981026888),C1 = CFrame.new(5.96046448e-008, -9.05990601e-006, -2.38418579e-007, 0.00980956666, -0.000537143264, -0.99995023, 0.00110225484, 1.00000238, -0.000526361808, 0.999954581, -0.00109704456, 0.00981020182),})
  451. CorruptedPart = New("Part",Chest,"CorruptedPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Size = Vector3.new(0.400000006, 0.800000072, 1),CFrame = CFrame.new(2.28977966, 7.11656427, 1.34486222, -0.00110228383, -0.00980954897, -0.9999578, -1.00000536, 0.000536905834, 0.00109708123, 0.000526248943, 0.99994868, -0.00981033035),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  452. Mesh = New("BlockMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),})
  453. Weld = New("ManualWeld",CorruptedPart,"Weld",{Part0 = CorruptedPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, -0.0011022957, -0.999999225, 0.000526249292, -0.00980958622, 0.000536918582, 0.99995172, -0.999951243, 0.0010970803, -0.00981026702),C1 = CFrame.new(-0.598430753, 0.800122261, 0.00106739998, 0.00980956666, -0.000537143264, -0.99995023, 0.00110225484, 1.00000238, -0.000526361808, 0.999954581, -0.00109704456, 0.00981020182),})
  454. CorruptedPart = New("Part",Chest,"CorruptedPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Size = Vector3.new(0.400000006, 0.400000066, 1),CFrame = CFrame.new(2.29174757, 6.71645212, 1.54485857, -0.00110228383, -0.00980954897, -0.9999578, -1.00000536, 0.000536905834, 0.00109708123, 0.000526248943, 0.99994868, -0.00981033035),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  455. Mesh = New("BlockMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),})
  456. Weld = New("ManualWeld",CorruptedPart,"Weld",{Part0 = CorruptedPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, -0.0011022957, -0.999999225, 0.000526249292, -0.00980958622, 0.000536918582, 0.99995172, -0.999951243, 0.0010970803, -0.00981026702),C1 = CFrame.new(-0.798183441, 0.399908543, 0.00543618202, 0.00980956666, -0.000537143264, -0.99995023, 0.00110225484, 1.00000238, -0.000526361808, 0.999954581, -0.00109704456, 0.00981020182),})
  457. LeftArm = chara
  458. MainPart = New("Part",LeftArm,"MainPart",{Transparency = 1,Transparency = 1,FormFactor = Enum.FormFactor.Symmetric,Size = Vector3.new(1, 2, 1),CFrame = CFrame.new(1.90889204, 6.31596565, 3.24640989, -0.0484240092, -0.0324009918, 0.998301268, -0.00117100019, 0.999474883, 0.0323822871, -0.998826265, 0.000399069104, -0.0484365262),CanCollide = false,})
  459. Weld = New("ManualWeld",MainPart,"Weld",{Part0 = MainPart,Part1 = chara["Left Arm"],C0 = CFrame.new(0, 0, 0, -0.0484240092, -0.00117100019, -0.998826265, -0.0324009918, 0.999474883, 0.000399069104, 0.998301268, 0.0323822871, -0.0484365262),C1 = CFrame.new(0, -8.10623169e-006, -2.38418579e-007, -0.0484240092, -0.00117100019, -0.998826265, -0.0324009918, 0.999474883, 0.000399069104, 0.998301268, 0.0323822871, -0.0484365262),})
  460. CorruptedPart = New("Part",LeftArm,"CorruptedPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Size = Vector3.new(0.200000003, 0.400000006, 0.200000003),CFrame = CFrame.new(1.48370504, 6.50245714, 2.8663168, -0.048417028, -0.0324150361, 0.998301387, -0.00116700074, 0.999474525, 0.03239654, -0.998826742, 0.000403525919, -0.0484294258),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  461. Mesh = New("BlockMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),})
  462. Weld = New("ManualWeld",CorruptedPart,"Weld",{Part0 = CorruptedPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, -0.048417028, -0.00116700074, -0.998826623, -0.0324150361, 0.999474466, 0.000403525832, 0.998301208, 0.0323965363, -0.0484294109),C1 = CFrame.new(0.400017738, 0.200018406, -0.400015235, -0.0484240092, -0.00117100019, -0.998826265, -0.0324009918, 0.999474883, 0.000399069104, 0.998301268, 0.0323822871, -0.0484365262),})
  463. CorruptedPart = New("Part",LeftArm,"CorruptedPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Size = Vector3.new(0.200000003, 0.600000024, 0.200000003),CFrame = CFrame.new(1.51924801, 6.60332775, 3.66543078, -0.048417028, -0.0324150361, 0.998301387, -0.00116700074, 0.999474525, 0.03239654, -0.998826742, 0.000403525919, -0.0484294258),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  464. Mesh = New("BlockMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),})
  465. Weld = New("ManualWeld",CorruptedPart,"Weld",{Part0 = CorruptedPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, -0.048417028, -0.00116700074, -0.998826623, -0.0324150361, 0.999474466, 0.000403525832, 0.998301208, 0.0323965363, -0.0484294109),C1 = CFrame.new(-0.399997473, 0.300003052, -0.399972558, -0.0484240092, -0.00117100019, -0.998826265, -0.0324009918, 0.999474883, 0.000399069104, 0.998301268, 0.0323822871, -0.0484365262),})
  466. EffCorruptedPart = New("Part",LeftArm,"EffCorruptedPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Size = Vector3.new(1, 1, 1),CFrame = CFrame.new(1.92512023, 5.81624889, 3.24619365, -0.048417028, -0.0324150361, 0.998301387, -0.00116700074, 0.999474525, 0.03239654, -0.998826742, 0.000403525919, -0.0484294258),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  467. Mesh = New("BlockMesh",EffCorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),})
  468. Weld = New("ManualWeld",EffCorruptedPart,"Weld",{Part0 = EffCorruptedPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, -0.048417028, -0.00116700074, -0.998826623, -0.0324150361, 0.999474466, 0.000403525832, 0.998301208, 0.0323965363, -0.0484294109),C1 = CFrame.new(1.52587891e-005, -0.49998045, 2.90870667e-005, -0.0484240092, -0.00117100019, -0.998826265, -0.0324009918, 0.999474883, 0.000399069104, 0.998301268, 0.0323822871, -0.0484365262),})
  469. CorruptedPart = New("Part",LeftArm,"CorruptedPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Size = Vector3.new(0.200000003, 0.800000072, 0.200000003),CFrame = CFrame.new(2.31463432, 6.72918367, 3.62673688, -0.048417028, -0.0324150361, 0.998301387, -0.00116700074, 0.999474525, 0.03239654, -0.998826742, 0.000403525919, -0.0484294258),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  470. Mesh = New("BlockMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),})
  471. Weld = New("ManualWeld",CorruptedPart,"Weld",{Part0 = CorruptedPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, -0.048417028, -0.00116700074, -0.998826623, -0.0324150361, 0.999474466, 0.000403525832, 0.998301208, 0.0323965363, -0.0484294109),C1 = CFrame.new(-0.400012016, 0.400006294, 0.400012136, -0.0484240092, -0.00117100019, -0.998826265, -0.0324009918, 0.999474883, 0.000399069104, 0.998301268, 0.0323822871, -0.0484365262),})
  472. CorruptedPart = New("Part",LeftArm,"CorruptedPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(1.50631011, 6.40297413, 3.26581192, -0.048417028, -0.0324150361, 0.998301387, -0.00116700074, 0.999474525, 0.03239654, -0.998826742, 0.000403525919, -0.0484294258),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  473. Mesh = New("BlockMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),})
  474. Weld = New("ManualWeld",CorruptedPart,"Weld",{Part0 = CorruptedPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, -0.048417028, -0.00116700074, -0.998826623, -0.0324150361, 0.999474466, 0.000403525832, 0.998301208, 0.0323965363, -0.0484294109),C1 = CFrame.new(1.3589859e-005, 0.100014687, -0.400020242, -0.0484240092, -0.00117100019, -0.998826265, -0.0324009918, 0.999474883, 0.000399069104, 0.998301268, 0.0323822871, -0.0484365262),})
  475. CorruptedPart = New("Part",LeftArm,"CorruptedPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Size = Vector3.new(0.200000003, 0.400000036, 0.200000003),CFrame = CFrame.new(1.92179501, 6.51633835, 3.64602208, -0.048417028, -0.0324150361, 0.998301387, -0.00116700074, 0.999474525, 0.03239654, -0.998826742, 0.000403525919, -0.0484294258),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  476. Mesh = New("BlockMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),})
  477. Weld = New("ManualWeld",CorruptedPart,"Weld",{Part0 = CorruptedPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, -0.048417028, -0.00116700074, -0.998826623, -0.0324150361, 0.999474466, 0.000403525832, 0.998301208, 0.0323965363, -0.0484294109),C1 = CFrame.new(-0.40000248, 0.200008869, 1.37090683e-005, -0.0484240092, -0.00117100019, -0.998826265, -0.0324009918, 0.999474883, 0.000399069104, 0.998301268, 0.0323822871, -0.0484365262),})
  478. --BurningEff(EffCorruptedPart)
  479. LeftLeg = chara
  480. MainPart = New("Part",LeftLeg,"MainPart",{Transparency = 1,Transparency = 1,FormFactor = Enum.FormFactor.Symmetric,Size = Vector3.new(1, 2, 1),CFrame = CFrame.new(2.2865479, 1.31659603, 1.24781799, 0.00980953407, 0.00110225566, 0.999961138, -0.000537137908, 1.00000858, -0.00109705783, -0.99994719, -0.000526368851, 0.00981026888),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,})
  481. Weld = New("ManualWeld",MainPart,"Weld",{Part0 = MainPart,Part1 = chara["Left Leg"],C0 = CFrame.new(0, 0, 0, 0.00980953407, -0.000537137908, -0.99994719, 0.00110225566, 1.00000858, -0.000526368851, 0.999961138, -0.00109705783, 0.00981026888),C1 = CFrame.new(0, -8.58306885e-006, -2.38418579e-007, 0.00980953407, -0.000537137908, -0.99994719, 0.00110225566, 1.00000858, -0.000526368851, 0.999961138, -0.00109705783, 0.00981026888),})
  482. EffCorruptedPart = New("Part",LeftLeg,"EffCorruptedPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Size = Vector3.new(1, 0.200000048, 1),CFrame = CFrame.new(2.28007793, 0.400032878, 1.25993299, 1.00001979, -3.03611159e-007, -5.47617674e-007, 5.67175448e-007, 1.00001717, -5.60779881e-007, -1.86450779e-006, 9.50574758e-007, 0.99998951),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  483. Mesh = New("BlockMesh",EffCorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),})
  484. Weld = New("ManualWeld",EffCorruptedPart,"Weld",{Part0 = EffCorruptedPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 1, 5.86369708e-007, -2.15602267e-006, -2.8440752e-007, 0.999998569, 9.76819592e-007, -8.39119252e-007, -5.34477465e-007, 0.999998569),C1 = CFrame.new(-0.0116856098, -0.916567385, -0.00534534454, 0.00980953407, -0.000537137908, -0.99994719, 0.00110225566, 1.00000858, -0.000526368851, 0.999961138, -0.00109705783, 0.00981026888),})
  485. CorruptedPart = New("Part",LeftLeg,"CorruptedPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Size = Vector3.new(0.200000003, 0.600000024, 0.200000003),CFrame = CFrame.new(1.88013697, 0.800038397, 0.859943509, 1.00001979, -3.03611159e-007, -5.47617674e-007, 5.67175448e-007, 1.00001717, -5.60779881e-007, -1.86450779e-006, 9.50574758e-007, 0.99998951),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  486. Mesh = New("BlockMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),})
  487. Weld = New("ManualWeld",CorruptedPart,"Weld",{Part0 = CorruptedPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 1, 5.86369708e-007, -2.15602267e-006, -2.8440752e-007, 0.999998569, 9.76819592e-007, -8.39119252e-007, -5.34477465e-007, 0.999998569),C1 = CFrame.new(0.3841483, -0.516796231, -0.40962553, 0.00980953407, -0.000537137908, -0.99994719, 0.00110225566, 1.00000858, -0.000526368851, 0.999961138, -0.00109705783, 0.00981026888),})
  488. CorruptedPart = New("Part",LeftLeg,"CorruptedPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Size = Vector3.new(0.200000003, 0.800000012, 0.200000003),CFrame = CFrame.new(2.69002914, 0.915953577, 0.851962805, 0.999971032, 0.0011022269, -0.00980960391, -0.00109704852, 1.00001776, 0.000537177373, 0.00981036108, -0.000526409131, 0.999942601),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  489. Mesh = New("BlockMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),})
  490. Weld = New("ManualWeld",CorruptedPart,"Weld",{Part0 = CorruptedPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0.999951303, -0.0010970087, 0.00981015898, 0.00110222446, 0.999999166, -0.000526388001, -0.00980970077, 0.00053719338, 0.99995172),C1 = CFrame.new(0.400011122, -0.399985313, 0.400013685, 0.00980953407, -0.000537137908, -0.99994719, 0.00110225566, 1.00000858, -0.000526368851, 0.999961138, -0.00109705783, 0.00981026888),})
  491. CorruptedPart = New("Part",LeftLeg,"CorruptedPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Size = Vector3.new(0.200000003, 0.800000012, 0.200000003),CFrame = CFrame.new(1.88013721, 0.900040269, 1.65993917, 1.00001979, -3.03611159e-007, -5.47617674e-007, 5.67175448e-007, 1.00001717, -5.60779881e-007, -1.86450779e-006, 9.50574758e-007, 0.99998951),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  492. Mesh = New("BlockMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),})
  493. Weld = New("ManualWeld",CorruptedPart,"Weld",{Part0 = CorruptedPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 1, 5.86369708e-007, -2.15602267e-006, -2.8440752e-007, 0.999998569, 9.76819592e-007, -8.39119252e-007, -5.34477465e-007, 0.999998569),C1 = CFrame.new(-0.415866137, -0.41721642, -0.40188694, 0.00980953407, -0.000537137908, -0.99994719, 0.00110225566, 1.00000858, -0.000526368851, 0.999961138, -0.00109705783, 0.00981026888),})
  494. CorruptedPart = New("Part",LeftLeg,"CorruptedPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(1.88013721, 0.600035727, 1.25993288, 1.00001979, -3.03611159e-007, -5.47617674e-007, 5.67175448e-007, 1.00001717, -5.60779881e-007, -1.86450779e-006, 9.50574758e-007, 0.99998951),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  495. Mesh = New("BlockMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),})
  496. Weld = New("ManualWeld",CorruptedPart,"Weld",{Part0 = CorruptedPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 1, 5.86369708e-007, -2.15602267e-006, -2.8440752e-007, 0.999998569, 9.76819592e-007, -8.39119252e-007, -5.34477465e-007, 0.999998569),C1 = CFrame.new(-0.0157161951, -0.717007458, -0.405481935, 0.00980953407, -0.000537137908, -0.99994719, 0.00110225566, 1.00000858, -0.000526368851, 0.999961138, -0.00109705783, 0.00981026888),})
  497. CorruptedPart = New("Part",LeftLeg,"CorruptedPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Size = Vector3.new(0.200000003, 0.400000006, 0.200000003),CFrame = CFrame.new(2.28007793, 0.700037479, 1.65993929, 1.00001967, -3.84054147e-007, 3.90969217e-006, 6.35045581e-007, 1.00001717, -5.60838998e-007, -6.19795173e-006, 9.32147486e-007, 0.99998951),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  498. Mesh = New("BlockMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),})
  499. Weld = New("ManualWeld",CorruptedPart,"Weld",{Part0 = CorruptedPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 1, 6.5424797e-007, -6.48946025e-006, -3.64865258e-007, 0.999998629, 9.58411874e-007, 3.61912225e-006, -5.34497644e-007, 0.999998629),C1 = CFrame.new(-0.411835551, -0.616776347, -0.00175023079, 0.00980953407, -0.000537137908, -0.99994719, 0.00110225566, 1.00000858, -0.000526368851, 0.999961138, -0.00109705783, 0.00981026888),})
  500. CorruptedPart = New("Part",LeftLeg,"CorruptedPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Size = Vector3.new(0.200000003, 1.20000005, 0.200000003),CFrame = CFrame.new(2.68018699, 1.10004401, 1.65993941, 1.00001967, -3.84054147e-007, 3.90969217e-006, 6.35045581e-007, 1.00001717, -5.60838998e-007, -6.19795173e-006, 9.32147486e-007, 0.99998951),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  501. Mesh = New("BlockMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),})
  502. Weld = New("ManualWeld",CorruptedPart,"Weld",{Part0 = CorruptedPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 1, 6.5424797e-007, -6.48946025e-006, -3.64865258e-007, 0.999998629, 9.58411874e-007, 3.61912225e-006, -5.34497644e-007, 0.999998629),C1 = CFrame.new(-0.408125639, -0.216332912, 0.397896528, 0.00980953407, -0.000537137908, -0.99994719, 0.00110225566, 1.00000858, -0.000526368851, 0.999961138, -0.00109705783, 0.00981026888),})
  503. CorruptedPart = New("Part",LeftLeg,"CorruptedPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Size = Vector3.new(0.200000003, 0.600000024, 0.200000003),CFrame = CFrame.new(2.68596959, 0.816166699, 1.25195313, 0.999971032, 0.0011022269, -0.00980960391, -0.00109704852, 1.00001776, 0.000537177373, 0.00981036108, -0.000526409131, 0.999942601),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  504. Mesh = New("BlockMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),})
  505. Weld = New("ManualWeld",CorruptedPart,"Weld",{Part0 = CorruptedPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0.999951303, -0.0010970087, 0.00981015898, 0.00110222446, 0.999999166, -0.000526388001, -0.00980970077, 0.00053719338, 0.99995172),C1 = CFrame.new(5.20944595e-005, -0.499986172, 0.399987936, 0.00980953407, -0.000537137908, -0.99994719, 0.00110225566, 1.00000858, -0.000526368851, 0.999961138, -0.00109705783, 0.00981026888),})
  506. --ScatterEff(EffCorruptedPart)
  507. RightArm = chara
  508. MainPart = New("Part",RightArm,"MainPart",{Transparency = 1,Transparency = 1,FormFactor = Enum.FormFactor.Symmetric,Size = Vector3.new(1, 2, 1),CFrame = CFrame.new(2.011096, 6.31690788, -3.92582893, 0.00918400101, -0.262283146, 0.964947343, 0.259330034, 0.932596445, 0.251021653, -0.965745091, 0.247934431, 0.0765828639),CanCollide = false,})
  509. Weld = New("ManualWeld",MainPart,"Weld",{Part0 = MainPart,Part1 = chara["Right Arm"],C0 = CFrame.new(0, 0, 0, 0.00918400101, 0.259330034, -0.965745091, -0.262283146, 0.932596445, 0.247934431, 0.964947343, 0.251021653, 0.0765828639),C1 = CFrame.new(-2.86102295e-006, -9.05990601e-006, -2.38418579e-006, 0.00918400101, 0.259330034, -0.965745091, -0.262283146, 0.932596445, 0.247934431, 0.964947343, 0.251021653, 0.0765828639),})
  510. Hitbox = New("Part",RightArm,"Hitbox",{BrickColor = BrickColor.new("Really black"),Transparency = 1,Transparency = 1,Size = Vector3.new(1, 4, 1),CFrame = CFrame.new(22.2733669, 5.0842762, -22.1737366, -0.964945257, -0.262290984, 0.00919180829, -0.251027077, 0.93259424, 0.259333313, -0.0765930116, 0.247935042, -0.965744138),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  511. Weld = New("ManualWeld",Hitbox,"Weld",{Part0 = Hitbox,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, -0.964945257, -0.251027077, -0.0765930116, -0.262290984, 0.93259424, 0.247935042, 0.00919180829, 0.259333313, -0.965744138),C1 = CFrame.new(-1.52587891e-005, -1.00003147, -1.71661377e-005, 0.0091838371, 0.259330064, -0.965745151, -0.262283117, 0.932596445, 0.247934505, 0.964947283, 0.251021653, 0.0765827149),})
  512. CorruptedPart = New("Part",RightArm,"CorruptedPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Size = Vector3.new(1, 2, 1),CFrame = CFrame.new(2.011096, 6.3169179, -3.92581391, -0.964945257, -0.262290984, 0.00919180829, -0.251027077, 0.93259424, 0.259333313, -0.0765930116, 0.247935042, -0.965744138),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  513. Mesh = New("BlockMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),})
  514. Weld = New("ManualWeld",CorruptedPart,"Weld",{Part0 = CorruptedPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, -0.964945138, -0.251027018, -0.0765930042, -0.262290984, 0.932594121, 0.247935027, 0.00919180084, 0.259333313, -0.965744197),C1 = CFrame.new(-1.1920929e-005, 1.28746033e-005, 3.57627869e-006, 0.00918400101, 0.259330034, -0.965745091, -0.262283146, 0.932596445, 0.247934431, 0.964947343, 0.251021653, 0.0765828639),})
  515. CorruptedPart = New("Part",RightArm,"CorruptedPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Size = Vector3.new(1, 0.600000024, 0.400000036),CFrame = CFrame.new(2.14866924, 6.03215551, -4.72580194, -0.964945078, 0.262291819, -0.00918725226, -0.251029015, -0.932593465, -0.259333432, -0.0765890032, -0.247936144, 0.965744317),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  516. Mesh = New("SpecialMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),MeshType = Enum.MeshType.Wedge,})
  517. Weld = New("ManualWeld",CorruptedPart,"Weld",{Part0 = CorruptedPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, -0.964944899, -0.251028955, -0.0765889958, 0.262291819, -0.932593465, -0.247936144, -0.00918724574, -0.259333432, 0.965744257),C1 = CFrame.new(0.699988842, -0.499982834, 7.62939453e-006, 0.00918400101, 0.259330034, -0.965745091, -0.262283146, 0.932596445, 0.247934431, 0.964947343, 0.251021653, 0.0765828639),})
  518. CorruptedPart = New("Part",RightArm,"CorruptedPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Size = Vector3.new(1, 1.20000005, 0.600000024),CFrame = CFrame.new(2.63876629, 4.02682734, -4.32773018, -0.964945078, 0.262291819, -0.00918725226, -0.251029015, -0.932593465, -0.259333432, -0.0765890032, -0.247936144, 0.965744317),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  519. Mesh = New("SpecialMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),MeshType = Enum.MeshType.Wedge,})
  520. Weld = New("ManualWeld",CorruptedPart,"Weld",{Part0 = CorruptedPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, -0.964944899, -0.251028955, -0.0765889958, 0.262291819, -0.932593465, -0.247936144, -0.00918724574, -0.259333432, 0.965744257),C1 = CFrame.new(-0.199987888, -2.39999342, 3.02791595e-005, 0.00918400101, 0.259330034, -0.965745091, -0.262283146, 0.932596445, 0.247934431, 0.964947343, 0.251021653, 0.0765828639),})
  521. CorruptedPart = New("Part",RightArm,"CorruptedPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Size = Vector3.new(1, 1, 0.600000024),CFrame = CFrame.new(1.62134135, 7.81954479, -3.94021821, 0.964945078, -0.262291819, -0.00918725226, 0.251029015, 0.932593465, -0.259333432, 0.0765890032, 0.247936144, 0.965744317),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  522. Mesh = New("SpecialMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),MeshType = Enum.MeshType.Wedge,})
  523. Weld = New("ManualWeld",CorruptedPart,"Weld",{Part0 = CorruptedPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0.964944899, 0.251028955, 0.0765889958, -0.262291819, 0.932593465, 0.247936144, -0.00918724574, -0.259333432, 0.965744257),C1 = CFrame.new(0.399995804, 1.5000124, -2.38418579e-007, 0.00918400101, 0.259330034, -0.965745091, -0.262283146, 0.932596445, 0.247934431, 0.964947343, 0.251021653, 0.0765828639),})
  524. CorruptedPart = New("Part",RightArm,"CorruptedPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Size = Vector3.new(1, 0.600000024, 0.400000036),CFrame = CFrame.new(2.35483098, 5.18234444, -4.53787422, -0.964945078, 0.262291819, -0.00918725226, -0.251029015, -0.932593465, -0.259333432, -0.0765890032, -0.247936144, 0.965744317),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  525. Mesh = New("SpecialMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),MeshType = Enum.MeshType.Wedge,})
  526. Weld = New("ManualWeld",CorruptedPart,"Weld",{Part0 = CorruptedPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, -0.964944899, -0.251028955, -0.0765889958, 0.262291819, -0.932593465, -0.247936144, -0.00918724574, -0.259333432, 0.965744257),C1 = CFrame.new(0.300010204, -1.29999256, 1.40666962e-005, 0.00918400101, 0.259330034, -0.965745091, -0.262283146, 0.932596445, 0.247934431, 0.964947343, 0.251021653, 0.0765828639),})
  527. CorruptedPart = New("Part",RightArm,"CorruptedPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Size = Vector3.new(1, 1, 0.600000024),CFrame = CFrame.new(1.88730097, 6.99068737, -4.57445002, -0.964945078, 0.262291819, -0.00918725226, -0.251029015, -0.932593465, -0.259333432, -0.0765890032, -0.247936144, 0.965744317),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  528. Mesh = New("SpecialMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),MeshType = Enum.MeshType.Wedge,})
  529. Weld = New("ManualWeld",CorruptedPart,"Weld",{Part0 = CorruptedPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, -0.964944899, -0.251028955, -0.0765889958, 0.262291819, -0.932593465, -0.247936144, -0.00918724574, -0.259333432, 0.965744257),C1 = CFrame.new(0.799996853, 0.50001812, 4.29153442e-006, 0.00918400101, 0.259330034, -0.965745091, -0.262283146, 0.932596445, 0.247934431, 0.964947343, 0.251021653, 0.0765828639),})
  530. CorruptedPart = New("Part",RightArm,"CorruptedPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Size = Vector3.new(1, 0.800000072, 0.600000024),CFrame = CFrame.new(2.37646794, 4.9594202, -4.07979012, -0.964945316, -0.262290984, 0.00918756705, -0.251028091, 0.932593942, 0.259333163, -0.0765890256, 0.247935995, -0.965744197),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  531. Mesh = New("BlockMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),})
  532. Weld = New("ManualWeld",CorruptedPart,"Weld",{Part0 = CorruptedPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, -0.964945138, -0.251028031, -0.0765890107, -0.262290955, 0.932593882, 0.247935966, 0.0091875596, 0.259333193, -0.965744257),C1 = CFrame.new(-0.199994564, -1.39999104, 1.52587891e-005, 0.00918400101, 0.259330034, -0.965745091, -0.262283146, 0.932596445, 0.247934431, 0.964947343, 0.251021653, 0.0765828639),})
  533. RightLeg = chara
  534. MainPart = New("Part",RightLeg,"MainPart",{Transparency = 1,Transparency = 1,FormFactor = Enum.FormFactor.Symmetric,Size = Vector3.new(1, 2, 1),CFrame = CFrame.new(2.29641008, 1.31540966, 0.248092994, 0.00933599845, 0.00110999751, 0.999955773, -0.0030579993, 0.999994755, -0.00108149007, -0.99995178, -0.0030477671, 0.00933934376),CanCollide = false,BottomSurface = Enum.SurfaceType.Smooth,})
  535. Weld = New("ManualWeld",MainPart,"Weld",{Part0 = MainPart,Part1 = chara["Right Leg"],C0 = CFrame.new(0, 0, 0, 0.00933599845, -0.0030579993, -0.99995178, 0.00110999751, 0.999994755, -0.0030477671, 0.999955773, -0.00108149007, 0.00933934376),C1 = CFrame.new(2.98023224e-008, -8.58306885e-006, 2.38418579e-007, 0.00933599845, -0.0030579993, -0.99995178, 0.00110999751, 0.999994755, -0.0030477671, 0.999955773, -0.00108149007, 0.00933934376),})
  536. CorruptedPart = New("Part",RightLeg,"CorruptedPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Size = Vector3.new(0.200000003, 0.200000003, 0.200000003),CFrame = CFrame.new(2.70045996, 1.61376095, -0.149078026, 0.999955833, 0.00111049914, -0.0093326522, -0.00108199986, 0.999994755, 0.00305823679, 0.00933599938, -0.00304800388, 0.999951839),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  537. Mesh = New("BlockMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),})
  538. Weld = New("ManualWeld",CorruptedPart,"Weld",{Part0 = CorruptedPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0.999955893, -0.00108199986, 0.00933599938, 0.00111049926, 0.999994755, -0.00304800388, -0.0093326522, 0.00305823679, 0.99995178),C1 = CFrame.new(0.400011688, 0.300008655, 0.400000095, 0.00933599845, -0.0030579993, -0.99995178, 0.00110999751, 0.999994755, -0.0030477671, 0.999955773, -0.00108149007, 0.00933934376),})
  539. CorruptedPart = New("Part",RightLeg,"CorruptedPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Size = Vector3.new(0.200000003, 0.600000024, 0.200000003),CFrame = CFrame.new(1.90071809, 1.81462395, -0.157150015, 0.999955714, 0.00111050205, -0.0093366541, -0.00108199974, 0.999994755, 0.00305724167, 0.00933999754, -0.00304700364, 0.999951899),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  540. Mesh = New("BlockMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),})
  541. Weld = New("ManualWeld",CorruptedPart,"Weld",{Part0 = CorruptedPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0.999955773, -0.00108199974, 0.00933999848, 0.00111050217, 0.999994755, -0.00304700388, -0.00933665317, 0.00305724121, 0.99995178),C1 = CFrame.new(0.400002658, 0.50000751, -0.399999142, 0.00933599845, -0.0030579993, -0.99995178, 0.00110999751, 0.999994755, -0.0030477671, 0.999955773, -0.00108149007, 0.00933934376),})
  542. CorruptedPart = New("Part",RightLeg,"CorruptedPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Size = Vector3.new(0.200000003, 0.400000036, 0.200000003),CFrame = CFrame.new(1.896873, 1.71584904, 0.243133992, 0.999955714, 0.00111050205, -0.0093366541, -0.00108199974, 0.999994755, 0.00305724167, 0.00933999754, -0.00304700364, 0.999951899),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  543. Mesh = New("BlockMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),})
  544. Weld = New("ManualWeld",CorruptedPart,"Weld",{Part0 = CorruptedPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0.999955773, -0.00108199974, 0.00933999848, 0.00111050217, 0.999994755, -0.00304700388, -0.00933665317, 0.00305724121, 0.99995178),C1 = CFrame.new(4.14252281e-006, 0.400008917, -0.399998784, 0.00933599845, -0.0030579993, -0.99995178, 0.00110999751, 0.999994755, -0.0030477671, 0.999955773, -0.00108149007, 0.00933934376),})
  545. CorruptedPart = New("Part",RightLeg,"CorruptedPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Size = Vector3.new(0.200000003, 0.800000072, 0.200000003),CFrame = CFrame.new(1.89314091, 1.71706903, 0.643112063, 0.999955714, 0.00111050205, -0.0093366541, -0.00108199974, 0.999994755, 0.00305724167, 0.00933999754, -0.00304700364, 0.999951899),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  546. Mesh = New("BlockMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),})
  547. Weld = New("ManualWeld",CorruptedPart,"Weld",{Part0 = CorruptedPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0.999955773, -0.00108199974, 0.00933999848, 0.00111050217, 0.999994755, -0.00304700388, -0.00933665317, 0.00305724121, 0.99995178),C1 = CFrame.new(-0.399993181, 0.400005698, -0.399996519, 0.00933599845, -0.0030579993, -0.99995178, 0.00110999751, 0.999994755, -0.0030477671, 0.999955773, -0.00108149007, 0.00933934376),})
  548. EffCorruptedPart = New("Part",RightLeg,"EffCorruptedPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Size = Vector3.new(1, 1.20000005, 1),CFrame = CFrame.new(2.29597116, 0.915416002, 0.249298006, 0.999955714, 0.00111051137, -0.00933665317, -0.00108199974, 0.999994755, 0.00305824191, 0.00933999754, -0.00304800365, 0.999951899),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  549. Mesh = New("BlockMesh",EffCorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),})
  550. Weld = New("ManualWeld",EffCorruptedPart,"Weld",{Part0 = EffCorruptedPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0.999955773, -0.00108199974, 0.00933999848, 0.00111051148, 0.999994755, -0.00304800388, -0.00933665223, 0.00305824145, 0.99995178),C1 = CFrame.new(1.41263008e-005, -0.399995744, 5.00679016e-006, 0.00933599845, -0.0030579993, -0.99995178, 0.00110999751, 0.999994755, -0.0030477671, 0.999955773, -0.00108149007, 0.00933934376),})
  551. CorruptedPart = New("Part",RightLeg,"CorruptedPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Size = Vector3.new(0.200000003, 0.400000006, 0.200000003),CFrame = CFrame.new(2.300596, 1.71419013, -0.153122023, 0.999955714, 0.00111051137, -0.00933665317, -0.00108199974, 0.999994755, 0.00305824191, 0.00933999754, -0.00304800365, 0.999951899),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  552. Mesh = New("BlockMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),})
  553. Weld = New("ManualWeld",CorruptedPart,"Weld",{Part0 = CorruptedPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0.999955773, -0.00108199974, 0.00933999848, 0.00111051148, 0.999994755, -0.00304800388, -0.00933665223, 0.00305824145, 0.99995178),C1 = CFrame.new(0.400015235, 0.400005817, 7.39097595e-006, 0.00933599845, -0.0030579993, -0.99995178, 0.00110999751, 0.999994755, -0.0030477671, 0.999955773, -0.00108149007, 0.00933934376),})
  554. CorruptedPart = New("Part",RightLeg,"CorruptedPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Size = Vector3.new(0.200000003, 0.600000024, 0.200000003),CFrame = CFrame.new(2.69322205, 1.81620288, 0.650299072, 0.999955714, 0.00111051137, -0.00933665317, -0.00108199974, 0.999994755, 0.00305824191, 0.00933999754, -0.00304800365, 0.999951899),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  555. Mesh = New("BlockMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),})
  556. Weld = New("ManualWeld",CorruptedPart,"Weld",{Part0 = CorruptedPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0.999955773, -0.00108199974, 0.00933999848, 0.00111051148, 0.999994755, -0.00304800388, -0.00933665223, 0.00305824145, 0.99995178),C1 = CFrame.new(-0.400013447, 0.500005245, 0.400009155, 0.00933599845, -0.0030579993, -0.99995178, 0.00110999751, 0.999994755, -0.0030477671, 0.999955773, -0.00108149007, 0.00933934376),})
  557. CorruptedPart = New("Part",RightLeg,"CorruptedPart",{BrickColor = BrickColor.new("Really black"),Material = Enum.Material.Granite,Size = Vector3.new(0.200000003, 0.400000006, 0.200000003),CFrame = CFrame.new(2.69684124, 1.71498096, 0.250625998, 0.999955714, 0.00111051137, -0.00933665317, -0.00108199974, 0.999994755, 0.00305824191, 0.00933999754, -0.00304800365, 0.999951899),CanCollide = false,BackSurface = Enum.SurfaceType.SmoothNoOutlines,BottomSurface = Enum.SurfaceType.SmoothNoOutlines,FrontSurface = Enum.SurfaceType.SmoothNoOutlines,LeftSurface = Enum.SurfaceType.SmoothNoOutlines,RightSurface = Enum.SurfaceType.SmoothNoOutlines,TopSurface = Enum.SurfaceType.SmoothNoOutlines,Color = Color3.new(0.0666667, 0.0666667, 0.0666667),})
  558. Mesh = New("BlockMesh",CorruptedPart,"Mesh",{Scale = Vector3.new(1.10000002, 1.10000002, 1.10000002),})
  559. Weld = New("ManualWeld",CorruptedPart,"Weld",{Part0 = CorruptedPart,Part1 = MainPart,C0 = CFrame.new(0, 0, 0, 0.999955773, -0.00108199974, 0.00933999848, 0.00111051148, 0.999994755, -0.00304800388, -0.00933665223, 0.00305824145, 0.99995178),C1 = CFrame.new(-1.63316727e-005, 0.400005937, 0.400005102, 0.00933599845, -0.0030579993, -0.99995178, 0.00110999751, 0.999994755, -0.0030477671, 0.999955773, -0.00108149007, 0.00933934376),})
  560. --ScatterEff(EffCorruptedPart)
  561.  
  562. sa = RightArm:GetChildren()
  563. for i = 1, #sa do
  564. --ScatterEff(sa[i])
  565. end
  566.  
  567. local eff1 = Instance.new("ParticleEmitter",EyeFire)
  568. eff1.Size = NumberSequence.new(.1)
  569. eff1.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0),NumberSequenceKeypoint.new(.2,0),NumberSequenceKeypoint.new(1,1)})
  570. eff1.LightEmission = 1
  571. eff1.Lifetime = NumberRange.new(.5)
  572. eff1.Speed = NumberRange.new(1)
  573. eff1.EmissionDirection = "Front"
  574. eff1.Rate = 100
  575. eff1.Texture = "rbxassetid://347504241"
  576. eff1.Acceleration = Vector3.new(0,10,0)
  577. eff1.Color = ColorSequence.new(Color3.new(1,0,0))
  578. local eff2 = Instance.new("ParticleEmitter",EyeFire)
  579. eff2.Size = NumberSequence.new(.1)
  580. eff2.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0),NumberSequenceKeypoint.new(.2,0),NumberSequenceKeypoint.new(1,1)})
  581. eff2.LightEmission = 1
  582. eff2.Lifetime = NumberRange.new(.5)
  583. eff2.Speed = NumberRange.new(1)
  584. eff2.EmissionDirection = "Front"
  585. eff2.Rate = 100
  586. eff2.Texture = "rbxassetid://347504259"
  587. eff2.Acceleration = Vector3.new(0,10,0)
  588. eff2.Color = ColorSequence.new(Color3.new(1,0,0))
  589. local eff3 = Instance.new("ParticleEmitter",EyeFire)
  590. eff3.Size = NumberSequence.new(.1)
  591. eff3.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0),NumberSequenceKeypoint.new(1,1)})
  592. eff3.LightEmission = 1
  593. eff3.Lifetime = NumberRange.new(.5)
  594. eff3.Speed = NumberRange.new(1)
  595. eff3.EmissionDirection = "Front"
  596. eff3.Rate = 100
  597. eff3.Texture = "rbxasset://textures/particles/fire_main.dds"
  598. eff3.Acceleration = Vector3.new(0,10,0)
  599. eff3.Color = ColorSequence.new(Color3.new(1,0,0))
  600.  
  601. --Sounds--
  602. slashsnd = New("Sound",sPart,"Slash",{SoundId = "rbxassetid://28144425",PlaybackSpeed = .7,Volume = 5})
  603. hitsnd = New("Sound",sPart,"Hit",{SoundId = "rbxassetid://429400881",PlaybackSpeed = .7,Volume = 5})
  604. telesnd = New("Sound",sPart,"Tele",{SoundId = "rbxassetid://2767090",PlaybackSpeed = .7,Volume = 5})
  605. burnsnd = New("Sound",sPart,"Burn",{SoundId = "rbxassetid://32791565",PlaybackSpeed = .7,Volume = 5})
  606. music1 = New("Sound",sPart,"Music1",{SoundId = "rbxassetid://151038517",PlaybackSpeed = .5,Volume = 10,Looped = true})
  607. music2 = New("Sound",sPart,"Music2",{SoundId = "rbxassetid://11984351",PlaybackSpeed = .2,Volume = 5,Looped = true})
  608. deathmus = New("Sound",sPart,"DeathMus",{SoundId = "rbxassetid://19094700",PlaybackSpeed = .5,Volume = 5,Looped = true})
  609. deathex = New("Sound",sPart,"DeathEx",{SoundId = "rbxassetid://11984351",PlaybackSpeed = 1,Volume = 5})
  610.  
  611. --Animations--
  612. swinganim = chara.Humanoid:LoadAnimation(New("Animation",chara,"Swing",{AnimationId = "rbxassetid://186934658"}))
  613.  
  614. --Name Tag--
  615. local naeeym = Instance.new("BillboardGui",chara)
  616. naeeym.Size = UDim2.new(0,100,0,40)
  617. naeeym.StudsOffset = Vector3.new(0,2,0)
  618. naeeym.Adornee = chara.Head
  619. local tecks = Instance.new("TextLabel",naeeym)
  620. tecks.BackgroundTransparency = 1
  621. tecks.BorderSizePixel = 0
  622. tecks.Text = "John Doe"
  623. tecks.Font = "Fantasy"
  624. tecks.FontSize = "Size24"
  625. tecks.TextStrokeTransparency = 1
  626. tecks.TextStrokeColor3 = Color3.new(0,0,0)
  627. tecks.TextColor3 = Color3.new(0,0,0)
  628. tecks.Size = UDim2.new(1,0,0.5,0)
  629.  
  630. --Soul Steal--
  631. function SoulSteal(pos)
  632. local soulst = coroutine.wrap(function()
  633. local soul = Instance.new("Part",workspace)
  634. soul.Size = Vector3.new(0,0,0)
  635. soul.CanCollide = false
  636. soul.Anchored = false
  637. soul.Position = pos
  638. soul.CFrame = CFrame.new(pos.X,pos.Y,pos.Z)
  639. soul.Transparency = 1
  640. local ptc = Instance.new("ParticleEmitter",soul)
  641. ptc.Texture = "http://www.roblox.com/asset/?id=197195522"
  642. ptc.Size = NumberSequence.new(0.5)
  643. ptc.LockedToPart = false
  644. ptc.Rate = 1000
  645. ptc.Color = ColorSequence.new(Color3.fromRGB(0,0,0),Color3.fromRGB(255,0,0))
  646. ptc.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0),NumberSequenceKeypoint.new(1,1)})
  647. ptc.Speed = NumberRange.new(0)
  648. ptc.RotSpeed = NumberRange.new(-70,70)
  649. ptc.Lifetime = NumberRange.new(0.3,0.7)
  650. local bodpos = Instance.new("BodyPosition",soul)
  651. bodpos.Position = pos
  652. wait(2)
  653. soul.Touched:connect(function(hit)
  654. if hit.Parent == chara then
  655. soul:Destroy()
  656. end
  657. end)
  658. while soul do
  659. wait(.1)
  660. bodpos.Position = chara.Torso.Position
  661. end
  662. end)
  663. soulst()
  664. end
  665.  
  666. --Death of a Mortal--
  667. function KillMortal(hitdude)
  668. local torsy = nil
  669. if hitdude:FindFirstChild("Torso")~=nil then
  670. torsy = hitdude.Torso
  671. elseif hitdude:FindFirstChild("UpperTorso")~=nil then
  672. torsy = hitdude.UpperTorso
  673. end
  674. local val = Instance.new("ObjectValue",hitdude)
  675. val.Name = "HasBeenHit"
  676. hitdude:BreakJoints()
  677. hitdude.Humanoid:Destroy()
  678. SoulSteal(torsy.Position)
  679. local chi = hitdude:GetChildren()
  680. for i = 1, #chi do
  681. if chi[i].ClassName == "Part" or chi[i].ClassName == "MeshPart" then
  682. local bodpos = Instance.new("BodyPosition",chi[i])
  683. bodpos.Position = chi[i].Position + Vector3.new(math.random(-5,5),math.random(-5,5),math.random(-5,5))
  684. ScatterEff(chi[i])
  685. chi[i].BrickColor = BrickColor.new("Really black")
  686. end
  687. end
  688. for i = 1, 4 do
  689. for i = 1, #chi do
  690. if chi[i].ClassName == "Part" or chi[i].ClassName == "MeshPart" then
  691. chi[i].Transparency = chi[i].Transparency + .25
  692. wait(.01)
  693. end
  694. end
  695. end
  696. for i = 1, #chi do
  697. if chi[i].ClassName == "Part" or chi[i].ClassName == "MeshPart" then
  698. chi[i]:Destroy()
  699. end
  700. end
  701. end
  702.  
  703. --Arm Touch--
  704. bladeactive = false
  705. Hitbox.Touched:connect(function(hit)
  706. if bladeactive == true then
  707. if hit.Parent:FindFirstChild("Humanoid")~= nil and hit.Parent:FindFirstChild("HasBeenHit")== nil and hit.Parent ~= chara then
  708. hitsnd:Play()
  709. KillMortal(hit.Parent)
  710. end
  711. end
  712. end)
  713.  
  714. --Teleport--
  715. function Teleport(pos)
  716. telesnd:Play()
  717. local ch = chara:GetChildren()
  718. for i = 1, #ch do
  719. if ch[i].ClassName == "Part" and ch[i].Name ~= "HumanoidRootPart" then
  720. local trace = Instance.new("Part",game.Workspace)
  721. trace.Size = ch[i].Size
  722. trace.Material = "Neon"
  723. trace.BrickColor = BrickColor.new("Really black")
  724. trace.Transparency = .3
  725. trace.CanCollide = false
  726. trace.Anchored = true
  727. trace.CFrame = ch[i].CFrame
  728. if ch[i].Name == "Head" then
  729. mehs = Instance.new("CylinderMesh",trace)
  730. mehs.Scale = Vector3.new(1.25,1.25,1.25)
  731. end
  732. tracedisappear = coroutine.wrap(function()
  733. wait(1)
  734. for i = 1, 7 do
  735. wait(.1)
  736. trace.Transparency = trace.Transparency + .1
  737. end
  738. trace:Destroy()
  739. end)
  740. tracedisappear()
  741. end
  742. end
  743. chara.Torso.CFrame = CFrame.new(pos.X,pos.Y,pos.Z)
  744. end
  745.  
  746. --Grab--
  747. function Grab(mouse)
  748. local hit = mouse.Target
  749. if hit ~= nil then
  750. if hit.Parent:FindFirstChild("Humanoid")~=nil then
  751. local torsy = nil
  752. if hit.Parent:FindFirstChild("Torso")~=nil then
  753. torsy = hit.Parent.Torso
  754. elseif hit.Parent:FindFirstChild("UpperTorso")~=nil then
  755. torsy = hit.Parent.UpperTorso
  756. end
  757. local bodpos = Instance.new("BodyPosition",torsy)
  758. bodpos.Position = torsy.Position
  759. wait(1)
  760. burnsnd:Play()
  761. hit.Parent.Humanoid.MaxHealth = 100
  762. bodpos.Position = bodpos.Position + Vector3.new(0,4,0)
  763. for i = 1, 10 do
  764. wait(.1)
  765. BurningEff(torsy)
  766. hit.Parent.Humanoid.Health = hit.Parent.Humanoid.Health - 10
  767. end
  768. KillMortal(hit.Parent)
  769. end
  770. else end
  771. end
  772.  
  773. --Button1Down--
  774. dell = false
  775. function onButton1Down()
  776. if dell == false then
  777. dell = true
  778. swinganim:Play()
  779. bladeactive = true
  780. slashsnd:Play()
  781. wait(.7)
  782. bladeactive = false
  783. dell = false
  784. swinganim:Stop()
  785. end
  786. end
  787.  
  788. --KeyDowns--
  789. function onKeyDown(key)
  790. if key == "z" then
  791. Teleport(Mouse.Hit.p + Vector3.new(0,2,0))
  792. elseif key == "x" then
  793. Grab(Mouse)
  794. end
  795. end
  796.  
  797. --Mouse Functions--
  798. if Mouse then
  799. Mouse.Button1Down:connect(onButton1Down)
  800. Mouse.KeyDown:connect(onKeyDown)
  801. end
  802.  
  803. spawn(function()
  804. print("Loading Ghost Doe by joalars2...")
  805. print("This is a ghost edit of CKbackup's John Doe script. I do not intend to take credit.")
  806.  
  807. local plr = owner
  808.  
  809. local amountGhosts = 3
  810.  
  811. for i,v in pairs(game:GetService("Workspace").CurrentCamera:GetChildren()) do v:Destroy() end
  812.  
  813. local toggle,cd,mcd = false,false,false
  814. local ghosts = {}
  815. local temptab = {}
  816.  
  817. local state = "idle"
  818.  
  819. local gt = true
  820.  
  821. local gyro = Instance.new("BodyGyro",char:WaitForChild("HumanoidRootPart")) --Stops the character from glitching out on enter/exit
  822. gyro.MaxTorque = Vector3.new(0,0,0)
  823. gyro.D = 0
  824. gyro.P = 100000000
  825.  
  826.  
  827. local wCol = BrickColor.new("Really red")
  828. local wCol2 = BrickColor.new("Really black")
  829. local gCol = BrickColor.new("Toothpaste")
  830. local gCol2 = BrickColor.new("Institutional white")
  831.  
  832. function searchAll(m,clear)
  833. if clear then
  834. if clear == true then
  835. for i,v in pairs(temptab) do
  836. table.remove(temptab,1)
  837. end
  838. end
  839. end
  840. for i,v in pairs(m:GetChildren()) do
  841. if v then
  842. local s = v:Clone()
  843. for _,b in pairs(s:GetChildren()) do
  844. b:Destroy()
  845. end
  846. if s:IsA("Part") or s:IsA("WedgePart") or s:IsA("TrussPart") or s:IsA("UnionOperation") then
  847. if s.Name ~= "HumanoidRootPart" then
  848. s.Anchored = true
  849. s.CanCollide = false
  850. s.Transparency = 0.95
  851. v.Transparency = 1
  852. s.TopSurface = "Smooth"
  853. s.BottomSurface = "Smooth"
  854. s.FrontSurface = "Smooth"
  855. s.RightSurface = "Smooth"
  856. s.BackSurface = "Smooth"
  857. s.LeftSurface = "Smooth"
  858. if s.Material ~= Enum.Material.Neon then
  859. if gt == true then
  860. s.BrickColor = wCol2
  861. else
  862. s.BrickColor = gCol2
  863. end
  864. else
  865. if gt == true then
  866. s.BrickColor = wCol
  867. else
  868. s.BrickColor = gCol
  869. end
  870. end
  871. for _,c in pairs(v:GetChildren()) do
  872. if c:IsA("SpecialMesh") or c:IsA("CylinderMesh") then
  873. c:Clone().Parent = s
  874. end
  875. end
  876. local objValue = Instance.new("ObjectValue",s)
  877. objValue.Name = "Target"
  878. objValue.Value = v
  879. table.insert(temptab,s)
  880. end
  881. --elseif s:IsA("CharacterMesh") then
  882. --table.insert(temptab,s)
  883. end
  884. --searchAll(v)
  885. end
  886. end
  887. return temptab
  888. end
  889.  
  890. function CreateGhost()
  891. local ghost = Instance.new("Model",game.Workspace)
  892. searchAll(char,true)
  893. ghost.Name = char.Name.."'s Ghost "..#ghosts..#plr.Name
  894. --Instance.new("Humanoid",ghost)
  895. for i,v in pairs(temptab) do
  896. v:Clone().Parent = ghost
  897. end
  898. table.insert(ghosts,ghost)
  899. end
  900.  
  901. function ClearGhosts()
  902. for i,v in pairs(ghosts) do
  903. v:Destroy()
  904. end
  905. for i,v in pairs(ghosts) do
  906. table.remove(ghosts,1)
  907. end
  908. for i,v in pairs(game:GetService("Workspace"):GetChildren()) do
  909. if string.sub(v.Name,1,#plr.Name+9) == plr.Name.."'s Ghost " then
  910. v:Destroy()
  911. end
  912. end
  913. end
  914.  
  915. Instance.new("ForceField",char).Visible = false
  916.  
  917. toggle = true
  918. for i=1,amountGhosts do
  919. CreateGhost()
  920. end
  921. char.Parent = game:GetService("Workspace").CurrentCamera
  922. char:FindFirstChild("Head").Transparency = 1
  923. char:FindFirstChild("Torso").Transparency = 1
  924. char:FindFirstChild("Right Arm").Transparency = 1
  925. char:FindFirstChild("Left Arm").Transparency = 1
  926. char:FindFirstChild("Right Leg").Transparency = 1
  927. char:FindFirstChild("Left Leg").Transparency = 1
  928. for i,v in pairs(char:GetChildren()) do
  929. if v:IsA("Accessory") then
  930. v:FindFirstChild("Handle").Transparency = 1
  931. end
  932. end
  933. char:FindFirstChild("Head"):FindFirstChild("face"):Destroy()
  934.  
  935. local p1 = Instance.new("Part",workspace)
  936. local m1 = Instance.new("SpecialMesh",p1)
  937. m1.MeshType = "Sphere"
  938. m1.Scale = Vector3.new(5,5,5)
  939. p1.Size = Vector3.new(1,1,1)
  940. p1.Anchored = true
  941. p1.CanCollide = false
  942. p1.TopSurface = "Smooth"
  943. p1.BottomSurface = "Smooth"
  944. p1.BrickColor = wCol
  945. p1.Material = "Neon"
  946. local p2 = Instance.new("Part",workspace)
  947. local m2 = Instance.new("SpecialMesh",p2)
  948. m2.MeshType = "Sphere"
  949. m2.Scale = Vector3.new(8,8,8)
  950. p2.Size = Vector3.new(1,1,1)
  951. p2.Anchored = true
  952. p2.CanCollide = false
  953. p2.TopSurface = "Smooth"
  954. p2.BottomSurface = "Smooth"
  955. p2.BrickColor = wCol2
  956. p2.Material = "Neon"
  957. local p3 = Instance.new("Part",workspace)
  958. local m3 = Instance.new("BlockMesh",p3)
  959. m3.Scale = Vector3.new(7,7,7)
  960. p3.Size = Vector3.new(1,1,1)
  961. p3.Transparency = 0.4
  962. p3.Anchored = true
  963. p3.CanCollide = false
  964. p3.TopSurface = "Smooth"
  965. p3.BottomSurface = "Smooth"
  966. p3.BrickColor = wCol
  967. p3.Material = "Neon"
  968. local p4 = Instance.new("Part",workspace)
  969. local m4 = Instance.new("BlockMesh",p4)
  970. m4.Scale = Vector3.new(10,10,10)
  971. p4.Size = Vector3.new(1,1,1)
  972. p4.Transparency = 0.4
  973. p4.Anchored = true
  974. p4.CanCollide = false
  975. p4.TopSurface = "Smooth"
  976. p4.BottomSurface = "Smooth"
  977. p4.BrickColor = wCol2
  978. p4.Material = "Neon"
  979. local currentframe = 0
  980. local frmR
  981.  
  982. frmR = game:GetService("RunService").Stepped:connect(function()
  983. currentframe = currentframe + 1
  984. if currentframe < 1*60 then
  985. p1.CFrame = char:WaitForChild("Torso").CFrame
  986. p2.CFrame = char:WaitForChild("Torso").CFrame
  987. p3.CFrame = char:WaitForChild("Torso").CFrame * CFrame.Angles(math.rad(math.random(0,360)),math.rad(math.random(0,360)),math.rad(math.random(0,360)))
  988. p4.CFrame = char:WaitForChild("Torso").CFrame * CFrame.Angles(math.rad(math.random(0,360)),math.rad(math.random(0,360)),math.rad(math.random(0,360)))
  989. m1.Scale = m1.Scale + Vector3.new(0.25,0.25,0.25)
  990. m2.Scale = m2.Scale + Vector3.new(0.25,0.25,0.25)
  991. m3.Scale = m3.Scale + Vector3.new(0.25,0.25,0.25)
  992. m4.Scale = m4.Scale + Vector3.new(0.25,0.25,0.25)
  993. p1.Transparency = p1.Transparency + (1/(1*60))
  994. p2.Transparency = p2.Transparency + (1/(1*60))
  995. p3.Transparency = p3.Transparency + (1/(1*60))
  996. p4.Transparency = p4.Transparency + (1/(1*60))
  997. else
  998. p1:Destroy()
  999. p2:Destroy()
  1000. p3:Destroy()
  1001. p4:Destroy()
  1002. frmR:disconnect()
  1003. end
  1004. end)
  1005.  
  1006. char.Humanoid.MaxHealth = math.huge
  1007. wait()
  1008. char.Humanoid.Health = math.huge
  1009.  
  1010. --[[mouse.KeyDown:connect(function(key)
  1011. if key == "r" then
  1012. print("R!")
  1013. if cd == false then
  1014. print("No cooldown!")
  1015. cd = true
  1016. if toggle == false then
  1017. print("Entering godmode")
  1018. toggle = true
  1019. Instance.new("ForceField",char)
  1020. for i=1,amountGhosts do
  1021. CreateGhost()
  1022. end
  1023. char.Parent = game:GetService("Workspace").CurrentCamera
  1024. char:FindFirstChild("Head").Transparency = 1
  1025. char:FindFirstChild("Torso").Transparency = 1
  1026. char:FindFirstChild("Right Arm").Transparency = 1
  1027. char:FindFirstChild("Left Arm").Transparency = 1
  1028. char:FindFirstChild("Right Leg").Transparency = 1
  1029. char:FindFirstChild("Left Leg").Transparency = 1
  1030. for i,v in pairs(char:GetChildren()) do
  1031. if v:IsA("Accessory") then
  1032. v:FindFirstChild("Handle").Transparency = 1
  1033. end
  1034. end
  1035. else
  1036. print("Exiting godmode")
  1037. toggle = false
  1038. for i,v in pairs(ghosts) do
  1039. v:Destroy()
  1040. end
  1041. char.Parent = game:GetService("Workspace")
  1042. char:FindFirstChild("ForceField"):Destroy()
  1043. char:FindFirstChild("Head").Transparency = 0
  1044. char:FindFirstChild("Torso").Transparency = 0
  1045. char:FindFirstChild("Right Arm").Transparency = 0
  1046. char:FindFirstChild("Left Arm").Transparency = 0
  1047. char:FindFirstChild("Right Leg").Transparency = 0
  1048. char:FindFirstChild("Left Leg").Transparency = 0
  1049. for i,v in pairs(char:GetChildren()) do
  1050. if v:IsA("Accessory") then
  1051. v:FindFirstChild("Handle").Transparency = 0
  1052. end
  1053. end
  1054. end
  1055. cd = false
  1056. end
  1057. end
  1058. end)]]
  1059.  
  1060. mouse.KeyDown:connect(function(key)
  1061. if key == "f" then
  1062. ClearGhosts()
  1063. for i=1,amountGhosts do
  1064. CreateGhost()
  1065. end
  1066. end
  1067. end)
  1068.  
  1069. local frm = 0
  1070.  
  1071. local toRemove = {}
  1072.  
  1073. game:GetService("RunService").Stepped:connect(function()
  1074. frm = frm + 1
  1075. if char.Parent == game:GetService("Workspace").CurrentCamera then
  1076.  
  1077. local delay = 0.9
  1078.  
  1079. for i,v in pairs(ghosts) do
  1080. for _,b in pairs(v:GetChildren()) do
  1081. if b:IsA("Part") or b:IsA("WedgePart") or b:IsA("TrussPart") or b:IsA("UnionOperation") then
  1082. b.CFrame = b.CFrame:lerp(b:FindFirstChild("Target").Value.CFrame,delay)
  1083. end
  1084. end
  1085. delay = delay - (0.5/(#ghosts+1))
  1086. end
  1087.  
  1088. --[[if math.floor(frm/8) == frm/8 then
  1089. local isub = 0
  1090. for i,v in pairs(ghosts) do
  1091. if #v:GetChildren() < 6 then
  1092. v:Destroy()
  1093. table.remove(ghosts,i - isub)
  1094. isub = isub + 1
  1095. CreateGhost()
  1096. end
  1097. end
  1098. end]]
  1099. end
  1100.  
  1101. --Animation states
  1102.  
  1103. local ray = Ray.new(char.HumanoidRootPart.CFrame.p, Vector3.new(0,-3,0).unit*4)
  1104. local part,pos,normal = game:GetService("Workspace"):FindPartOnRayWithIgnoreList(ray,ghosts,false,true)
  1105.  
  1106. if state ~= "busy" then
  1107. if char.HumanoidRootPart.Velocity.Magnitude <= 0.5 then
  1108. state = "idle"
  1109. elseif char.HumanoidRootPart.Velocity.Magnitude > 0.5 then
  1110. state = "running"
  1111. --[[elseif char.HumanoidRootPart.Velocity.Y < 0.1 and not part then
  1112. state = "falling"
  1113. elseif char.HumanoidRootPart.Velocity.Y >= 0.1 and not part then
  1114. state = "jumping"]]
  1115. end
  1116. char.Humanoid.WalkSpeed = 32
  1117. char.Humanoid.JumpPower = 70
  1118. end
  1119. end)
  1120.  
  1121. char.Humanoid.Died:connect(function()
  1122. toggle = false
  1123.  
  1124. ClearGhosts()
  1125.  
  1126. char.Parent = game.Workspace
  1127. char.Parent = game:GetService("Workspace")
  1128. char:FindFirstChild("ForceField"):Destroy()
  1129. char:FindFirstChild("Head").Transparency = 0
  1130. char:FindFirstChild("Torso").Transparency = 0
  1131. char:FindFirstChild("Right Arm").Transparency = 0
  1132. char:FindFirstChild("Left Arm").Transparency = 0
  1133. char:FindFirstChild("Right Leg").Transparency = 0
  1134. char:FindFirstChild("Left Leg").Transparency = 0
  1135. for i,v in pairs(char:GetChildren()) do
  1136. if v:IsA("Accessory") then
  1137. v:FindFirstChild("Handle").Transparency = 0
  1138. end
  1139. end
  1140. for i,v in pairs(game:GetService("Workspace").CurrentCamera:GetChildren()) do v:Destroy() end
  1141. plr:LoadCharacter()
  1142. end)
  1143.  
  1144. local msgidGlob = 0
  1145. local state = true
  1146. local font = "Arcade"
  1147. local tcol = Color3.fromRGB(255,217,0)
  1148. local tscol = Color3.fromRGB(0,0,0)
  1149. local fsiz = 28
  1150. local tr = true
  1151. local tsr = false
  1152. local fade = 2
  1153.  
  1154. local p = Instance.new("Part",game.Workspace)
  1155. p.Size = Vector3.new(0.2,0.2,0.2)
  1156. p.Transparency = 1
  1157. p.Anchored = true
  1158. p.CanCollide = false
  1159. p.Name = "Msg"
  1160. p.CFrame = plr.Character:WaitForChild("Head").CFrame + Vector3.new(0,2.25,0)
  1161.  
  1162. local r = 255
  1163. local b = 0
  1164. local g = 0
  1165.  
  1166. plr.Chatted:connect(function(c)
  1167. msgidGlob = msgidGlob + 1
  1168. local curMsgId = msgidGlob
  1169. if string.lower(c) == "!disable" then
  1170. state = false
  1171. elseif string.lower(c) == "!enable" then
  1172. state = true
  1173. elseif string.lower(string.sub(c,1,6)) == "!font " then
  1174. local old = font
  1175. font = string.sub(c,7,#c) or old
  1176. elseif string.lower(string.sub(c,1,8)) == "!tcolor " then
  1177. if string.lower(string.sub(c,9,#c)) == "rainbow" then
  1178. tr = true
  1179. else
  1180. tr = false
  1181. local old = tcol
  1182. tcol = Color3.fromRGB(string.sub(c,9,11),string.sub(c,13,15),string.sub(c,17,19)) or old
  1183. end
  1184. elseif string.lower(string.sub(c,1,9)) == "!tscolor " then
  1185. if string.sub(c,10,#c) == "rainbow" then
  1186. tsr = true
  1187. else
  1188. tsr = false
  1189. local old = tscol
  1190. tscol = Color3.fromRGB(string.sub(c,10,12),string.sub(c,14,16),string.sub(c,18,20)) or old
  1191. end
  1192. elseif string.lower(string.sub(c,1,6)) == "!size " then
  1193. local old = fsiz
  1194. fsiz = string.sub(c,7,#c) or old
  1195. elseif string.lower(string.sub(c,1,6)) == "!fade " then
  1196. local old = fade
  1197. fade = string.sub(c,7,#c) or old
  1198. end
  1199. if plr.Character and state == true then
  1200. if plr.Character:FindFirstChild("Head") then
  1201. for i,v in pairs(p:GetChildren()) do
  1202. if v:IsA("BillboardGui") and v.Name == "J2CMSG" then
  1203. v:Destroy()
  1204. end
  1205. end
  1206. local bbgui = Instance.new("BillboardGui",p)
  1207. bbgui.Name = "J2CMSG"
  1208. bbgui.AlwaysOnTop = true
  1209. bbgui.ExtentsOffsetWorldSpace = Vector3.new(0,4.5,0)
  1210. bbgui.Size = UDim2.new(0.2,0,0.14,0)
  1211. local tl = Instance.new("TextLabel",bbgui)
  1212. tl.BackgroundTransparency = 1
  1213. tl.BorderSizePixel = 0
  1214. tl.Size = UDim2.new(1,0,10,0)
  1215. tl.Position = UDim2.new(0,0,-5,0)
  1216. tl.Font = font or "SciFi"
  1217. tl.FontSize = "Size"..fsiz or "Size36"
  1218. tl.TextColor3 = tcol
  1219. tl.TextScaled = false
  1220. tl.TextWrapped = false
  1221. tl.TextStrokeColor3 = tscol
  1222. tl.TextStrokeTransparency = 0
  1223.  
  1224. game:GetService("RunService").Stepped:connect(function()
  1225. if tr then
  1226. if tl.Parent ~= nil then
  1227. tl.TextColor3 = Color3.fromRGB(r,g,b)
  1228. end
  1229. end
  1230. end)
  1231.  
  1232. for i=1,#c do
  1233. if msgidGlob == curMsgId then
  1234. tl.Text = string.sub(c,1,i)
  1235. if string.sub(c,i,i) ~= " " then
  1236. local s = Instance.new("Sound",p)
  1237. s.SoundId = "rbxassetid://418252437"
  1238. s.Volume = 1
  1239. s.Pitch = 1
  1240. s:Play()
  1241. game.Debris:AddItem(s,2)
  1242. end
  1243. wait()
  1244. end
  1245. end
  1246. wait(fade)
  1247. if msgidGlob == curMsgId then
  1248. for i=1,10 do
  1249. if msgidGlob == curMsgId then
  1250. tl.TextTransparency = tl.TextTransparency + 0.1
  1251. tl.TextStrokeTransparency = tl.TextStrokeTransparency + 0.1
  1252. tl.Position = tl.Position + UDim2.new(0,0,0,-3)
  1253. wait()
  1254. end
  1255. end
  1256. if msgidGlob == curMsgId then
  1257. bbgui:Destroy()
  1258. end
  1259. end
  1260. end
  1261. end
  1262. end)
  1263.  
  1264. coroutine.resume(coroutine.create(function()
  1265. while wait() do
  1266. for i=0,255,10 do g = i wait() end
  1267. for i=255,0,-10 do r = i wait() end
  1268. for i=0,255,10 do b = i wait() end
  1269. for i=255,0,-10 do g = i wait() end
  1270. for i=0,255,10 do r = i wait() end
  1271. for i=255,0,-10 do b = i wait() end
  1272. end
  1273. end))
  1274.  
  1275. game:GetService("RunService").Stepped:connect(function()
  1276. if p.Parent ~= nil then
  1277. p.CFrame = p.CFrame:lerp(plr.Character:WaitForChild("Head").CFrame + Vector3.new(0,2.25,0),0.16)
  1278. else
  1279. p = Instance.new("Part",game.Workspace)
  1280. p.Size = Vector3.new(0.2,0.2,0.2)
  1281. p.Transparency = 1
  1282. p.Anchored = true
  1283. p.CanCollide = false
  1284. p.Name = "Msg"
  1285. p.CFrame = plr.Character:WaitForChild("Head").CFrame + Vector3.new(0,2.25,0)
  1286. end
  1287. end)
  1288. end)
  1289.  
  1290. --Loop Function--
  1291. while true do
  1292. if sPart.Parent ~= nil then
  1293. sPart.CFrame = chara:FindFirstChild("Torso").CFrame
  1294. else
  1295. sPart = Instance.new("Part",workspace)
  1296. sPart.Name = "SoundPart"
  1297. sPart.Size = Vector3.new(0.2,0.2,0.2)
  1298. sPart.Anchored = true
  1299. sPart.Transparency = 1
  1300. sPart.CanCollide = false
  1301. sPart.CFrame = chara.Torso.CFrame
  1302. slashsnd = New("Sound",sPart,"Slash",{SoundId = "rbxassetid://28144425",PlaybackSpeed = .7,Volume = 5})
  1303. hitsnd = New("Sound",sPart,"Hit",{SoundId = "rbxassetid://429400881",PlaybackSpeed = .7,Volume = 5})
  1304. telesnd = New("Sound",sPart,"Tele",{SoundId = "rbxassetid://2767090",PlaybackSpeed = .7,Volume = 5})
  1305. burnsnd = New("Sound",sPart,"Burn",{SoundId = "rbxassetid://32791565",PlaybackSpeed = .7,Volume = 5})
  1306. music1 = New("Sound",sPart,"Music1",{SoundId = "rbxassetid://151038517",PlaybackSpeed = .5,Volume = 10,Looped = true})
  1307. music2 = New("Sound",sPart,"Music2",{SoundId = "rbxassetid://11984351",PlaybackSpeed = .2,Volume = 5,Looped = true})
  1308. deathmus = New("Sound",sPart,"DeathMus",{SoundId = "rbxassetid://19094700",PlaybackSpeed = .5,Volume = 5,Looped = true})
  1309. deathex = New("Sound",sPart,"DeathEx",{SoundId = "rbxassetid://11984351",PlaybackSpeed = 1,Volume = 5})
  1310. end
  1311. wait(.01)
  1312. tecks.TextTransparency = 1
  1313. tecks.TextStrokeTransparency = 1
  1314. chance = math.random(0,100)
  1315. if chance < 10 then
  1316. sel = math.random(1,3)
  1317. if sel == 1 then
  1318. tecks.Text = "NOHOPE"
  1319. elseif sel == 2 then
  1320. tecks.Text = "GIVEUP"
  1321. elseif sel == 3 then
  1322. tecks.Text = "BURNINHELL"
  1323. end
  1324. else tecks.Text = "John Doe"
  1325. end
  1326. if chara.Humanoid.Health > 0 then
  1327. chara.Humanoid.MaxHealth = math.huge
  1328. chara.Humanoid.Health = math.huge
  1329. chara["Left Arm"].BrickColor = BrickColor.new("Cool yellow")
  1330. chara["Right Arm"].BrickColor = BrickColor.new("Cool yellow")
  1331. chara["Left Leg"].BrickColor = BrickColor.new("Medium blue")
  1332. chara["Right Leg"].BrickColor = BrickColor.new("Medium blue")
  1333. chara.Torso.BrickColor = BrickColor.new("Bright yellow")
  1334. chara["Left Arm"].Anchored = false
  1335. chara["Right Arm"].Anchored = false
  1336. chara["Left Leg"].Anchored = false
  1337. chara["Right Leg"].Anchored = false
  1338. chara.Torso.Anchored = false
  1339. ch = chara:GetChildren()
  1340. for i = 1, #ch do
  1341. if ch[i].ClassName == "Accessory" or ch[i].ClassName == "Hat" then
  1342. ch[i]:Destroy()
  1343. end
  1344. end
  1345. tools = player.Backpack:GetChildren()
  1346. for i = 1, #tools do
  1347. if tools[i].ClassName == "HopperBin" then
  1348. tools[i]:Destroy()
  1349. end
  1350. end
  1351. tecks.Position = UDim2.new(0,math.random(-3,3),0,math.random(-3,3))
  1352. local jtrace = Instance.new("Part",game.Workspace)
  1353. jtrace.Name = "JDTrace"
  1354. jtrace.Size = Vector3.new(10,0,10)
  1355. jtrace.Position = chara.Torso.Position
  1356. jtrace.CFrame = chara.Torso.CFrame - Vector3.new(0,3,0)
  1357. jtrace.Transparency = 0.98
  1358. jtrace.Anchored = true
  1359. jtrace.CanCollide = false
  1360. jtrace.BrickColor = BrickColor.new("Really black")
  1361. jtrace.Material = "Granite"
  1362. --BurningEff(jtrace)
  1363. game.Debris:AddItem(jtrace,1)
  1364. end
  1365. end
  1366. end
  1367. },
  1368. {
  1369. "Anti script aura",
  1370. function()
  1371. print("Loading...")
  1372. local ot = tick()
  1373.  
  1374. local plr = owner
  1375.  
  1376. local mode = "script"
  1377.  
  1378. local amountParts = 3
  1379. local offsetxd = 3
  1380.  
  1381. local frame = 0
  1382. local oldTick = tick()
  1383. local actualframe = 0
  1384.  
  1385. local whitelist = {"joalars2","0Popcorn3","Myt_h","Mariotigre","ammar104","Zwreida"}
  1386.  
  1387. local mouseMode = false
  1388.  
  1389. local tPos = Vector3.new(0,0,0)
  1390.  
  1391. local speed = 5
  1392.  
  1393. local mod = 40
  1394.  
  1395. local freezetab = {}
  1396.  
  1397. function circlePos(r,d,off) return off + Vector3.new(math.cos(math.rad(r))*d,0,math.sin(math.rad(r))*d) end
  1398.  
  1399. function search(t,tab)
  1400. local searchtab = {}
  1401. if tab then
  1402. searchtab = tab
  1403. end
  1404. for i,v in pairs(t:GetChildren()) do
  1405. table.insert(searchtab,v)
  1406. search(v,searchtab)
  1407. end
  1408. return searchtab
  1409. end
  1410.  
  1411. local r = 255
  1412. local g = 0
  1413. local b = 0
  1414.  
  1415. plr.Chatted:connect(function(c)
  1416. if string.lower(string.sub(c,1,8)) == "!amount " then
  1417. amountParts = tonumber(string.sub(c,9,#c))
  1418. end
  1419. if string.lower(string.sub(c,1,5)) == "!mod " then
  1420. mod = tonumber(string.sub(c,6,#c))
  1421. end
  1422. if string.lower(string.sub(c,1,8)) == "!offset " then
  1423. offsetxd = tonumber(string.sub(c,9,#c))
  1424. end
  1425. if string.lower(string.sub(c,1,7)) == "!speed " then
  1426. speed = tonumber(string.sub(c,8,#c))
  1427. end
  1428. if string.lower(string.sub(c,1,12)) == "!mode script" then
  1429. mode = "script"
  1430. warn("Mode: Script Destruction")
  1431. end
  1432. if string.lower(string.sub(c,1,10)) == "!mode kill" then
  1433. mode = "kill"
  1434. warn("Mode: Character Killing")
  1435. end
  1436. if string.lower(string.sub(c,1,5)) == "!default" then
  1437. script.Parent = plr
  1438. wait(1)
  1439. script.Parent = char
  1440. end
  1441. end)
  1442.  
  1443. mouse.KeyDown:connect(function(key)
  1444. if key == "f" then
  1445. if mouseMode == false then
  1446. mouseMode = true
  1447. else
  1448. mouseMode = false
  1449. end
  1450. end
  1451. end)
  1452.  
  1453. coroutine.resume(coroutine.create(function()
  1454. while wait() do
  1455. for i=0,255,10 do g = i wait() end
  1456. for i=255,0,-10 do r = i wait() end
  1457. for i=0,255,10 do b = i wait() end
  1458. for i=255,0,-10 do g = i wait() end
  1459. for i=0,255,10 do r = i wait() end
  1460. for i=255,0,-10 do b = i wait() end
  1461. end
  1462. end))
  1463.  
  1464. game:GetService("RunService").Stepped:connect(function()
  1465. actualframe = actualframe + 1
  1466. frame = frame + speed
  1467. local offset = offsetxd
  1468. offset = offsetxd -- + math.cos(tick())*3
  1469. if mouseMode == true then
  1470. tPos = mouse.Hit.p + Vector3.new(0,3,0)
  1471. else
  1472. tPos = char:WaitForChild("Torso").Position
  1473. end
  1474. for i=1,360,(360)/amountParts do
  1475. local p = Instance.new("Part")
  1476. p.TopSurface = "Smooth"
  1477. p.BottomSurface = "Smooth"
  1478. p.Color = Color3.fromRGB(r,g,b)
  1479. p.Material = "Neon"
  1480. local dist = (circlePos(i + frame,offset,tPos + Vector3.new(0,math.cos((frame)/mod)*3,0)) - circlePos(i + frame - 1,offset,tPos + Vector3.new(0,math.cos((frame - 1)/mod)*3,0))).Magnitude*speed
  1481. p.Size = Vector3.new(0.2,0.2,dist)
  1482. p.CanCollide = false
  1483. p.Anchored = true
  1484. local m = Instance.new("BlockMesh",p)
  1485. m.Scale = Vector3.new(1,1,1)
  1486. p.CFrame = CFrame.new(circlePos(i + frame,offset,tPos + Vector3.new(0,math.cos((frame)/mod)*3,0)),circlePos(i + frame - 1,offset,tPos + Vector3.new(0,math.cos((frame - 1)/mod)*3,0))) * CFrame.new(0,0,-dist/2)
  1487. p.Parent = workspace
  1488. local update
  1489. local updateframe = 0
  1490.  
  1491. update = game:GetService("RunService").Stepped:connect(function()
  1492. updateframe = updateframe + 1
  1493. m.Scale = m.Scale - Vector3.new(0.05,0.05,0)
  1494. if updateframe >= 15 then
  1495. p:Destroy()
  1496. update:disconnect()
  1497. end
  1498. end)
  1499. end
  1500. oldTick = tick()
  1501. if math.floor(actualframe/16) == actualframe/16 then
  1502. for i,c in pairs(game:GetService("Players"):GetChildren()) do
  1503. local isW = false
  1504. for i,v in pairs(whitelist) do
  1505. if c.Name == v then
  1506. isW = true
  1507. end
  1508. end
  1509. if c.Character.Parent == workspace then
  1510. if isW == false then
  1511. for i,v in pairs(search(c.Character)) do
  1512. wait()
  1513. if c ~= plr then
  1514. if v:IsA("Part") or v:IsA("WedgePart") or v:IsA("TrussPart") or v:IsA("UnionOperation") then
  1515. if (v.Position - tPos).Magnitude < offset then
  1516. for i,v in pairs(v.Parent:GetChildren()) do
  1517. if v:IsA("LocalScript") or v:IsA("Script") then
  1518. v:Destroy()
  1519. elseif v:IsA("Humanoid") then
  1520. if mode == "kill" then
  1521. v.MaxHealth = 1
  1522. v.Health = 0
  1523. v.Parent:BreakJoints()
  1524. end
  1525. end
  1526. end
  1527. if mode == "kill" then
  1528. v:Destroy()
  1529. end
  1530. end
  1531. end
  1532. end
  1533. end
  1534. end
  1535. end
  1536. end
  1537. end
  1538. end)
  1539. end
  1540. },
  1541. {
  1542. "Subs",
  1543. function()
  1544. warn([[
  1545.  
  1546. Custom chat messages by joalars2
  1547. Commands:
  1548.  
  1549. !tcolor 255 255 255 | Sets the Color3 of the text
  1550. !tscolor 255 255 255 | Sets the Color3 of the text stroke
  1551. !font | Sets the text font
  1552. !fade | Seconds before text fade
  1553. !size | Sets the text font size
  1554. !enable | Enables this script
  1555. !disable | Disables this script
  1556.  
  1557. ]])
  1558.  
  1559. local plr = owner
  1560. local msgidGlob = 0
  1561. local state = true
  1562. local font = "Arcade"
  1563. local tcol = Color3.fromRGB(255,217,0)
  1564. local tscol = Color3.fromRGB(0,0,0)
  1565. local fsiz = 28
  1566. local tr = true
  1567. local tsr = false
  1568. local fade = 2
  1569.  
  1570. local p = Instance.new("Part",game.Workspace)
  1571. p.Size = Vector3.new(0.2,0.2,0.2)
  1572. p.Transparency = 1
  1573. p.Anchored = true
  1574. p.CanCollide = false
  1575. p.Name = "Msg"
  1576. p.CFrame = plr.Character:WaitForChild("Head").CFrame + Vector3.new(0,2.25,0)
  1577.  
  1578. local r = 255
  1579. local b = 0
  1580. local g = 0
  1581.  
  1582. plr.Chatted:connect(function(c)
  1583. msgidGlob = msgidGlob + 1
  1584. local curMsgId = msgidGlob
  1585. if string.lower(c) == "!disable" then
  1586. state = false
  1587. elseif string.lower(c) == "!enable" then
  1588. state = true
  1589. elseif string.lower(string.sub(c,1,6)) == "!font " then
  1590. local old = font
  1591. font = string.sub(c,7,#c) or old
  1592. elseif string.lower(string.sub(c,1,8)) == "!tcolor " then
  1593. if string.lower(string.sub(c,9,#c)) == "rainbow" then
  1594. tr = true
  1595. else
  1596. tr = false
  1597. local old = tcol
  1598. tcol = Color3.fromRGB(string.sub(c,9,11),string.sub(c,13,15),string.sub(c,17,19)) or old
  1599. end
  1600. elseif string.lower(string.sub(c,1,9)) == "!tscolor " then
  1601. if string.sub(c,10,#c) == "rainbow" then
  1602. tsr = true
  1603. else
  1604. tsr = false
  1605. local old = tscol
  1606. tscol = Color3.fromRGB(string.sub(c,10,12),string.sub(c,14,16),string.sub(c,18,20)) or old
  1607. end
  1608. elseif string.lower(string.sub(c,1,6)) == "!size " then
  1609. local old = fsiz
  1610. fsiz = string.sub(c,7,#c) or old
  1611. elseif string.lower(string.sub(c,1,6)) == "!fade " then
  1612. local old = fade
  1613. fade = string.sub(c,7,#c) or old
  1614. end
  1615. if plr.Character and state == true then
  1616. if plr.Character:FindFirstChild("Head") then
  1617. for i,v in pairs(p:GetChildren()) do
  1618. if v:IsA("BillboardGui") and v.Name == "J2CMSG" then
  1619. v:Destroy()
  1620. end
  1621. end
  1622. local bbgui = Instance.new("BillboardGui",p)
  1623. bbgui.Name = "J2CMSG"
  1624. bbgui.AlwaysOnTop = true
  1625. bbgui.ExtentsOffsetWorldSpace = Vector3.new(0,4.5,0)
  1626. bbgui.Size = UDim2.new(0.2,0,0.14,0)
  1627. local tl = Instance.new("TextLabel",bbgui)
  1628. tl.BackgroundTransparency = 1
  1629. tl.BorderSizePixel = 0
  1630. tl.Size = UDim2.new(1,0,10,0)
  1631. tl.Position = UDim2.new(0,0,-5,0)
  1632. tl.Font = font or "SciFi"
  1633. tl.FontSize = "Size"..fsiz or "Size36"
  1634. tl.TextColor3 = tcol
  1635. tl.TextScaled = false
  1636. tl.TextWrapped = false
  1637. tl.TextStrokeColor3 = tscol
  1638. tl.TextStrokeTransparency = 0
  1639.  
  1640. game:GetService("RunService").=Stepped:connect(function()
  1641. if tr then
  1642. if tl.Parent ~= nil then
  1643. tl.TextColor3 = Color3.fromRGB(r,g,b)
  1644. end
  1645. end
  1646. end)
  1647.  
  1648. for i=1,#c do
  1649. if msgidGlob == curMsgId then
  1650. tl.Text = string.sub(c,1,i)
  1651. if string.sub(c,i,i) ~= " " then
  1652. local s = Instance.new("Sound",p)
  1653. s.SoundId = "rbxassetid://418252437"
  1654. s.Volume = 1
  1655. s.Pitch = 1
  1656. s:Play()
  1657. game.Debris:AddItem(s,2)
  1658. end
  1659. wait()
  1660. end
  1661. end
  1662. wait(fade)
  1663. if msgidGlob == curMsgId then
  1664. for i=1,10 do
  1665. if msgidGlob == curMsgId then
  1666. tl.TextTransparency = tl.TextTransparency + 0.1
  1667. tl.TextStrokeTransparency = tl.TextStrokeTransparency + 0.1
  1668. tl.Position = tl.Position + UDim2.new(0,0,0,-3)
  1669. wait()
  1670. end
  1671. end
  1672. if msgidGlob == curMsgId then
  1673. bbgui:Destroy()
  1674. end
  1675. end
  1676. end
  1677. end
  1678. end)
  1679.  
  1680. coroutine.resume(coroutine.create(function()
  1681. while wait() do
  1682. for i=0,255,10 do g = i wait() end
  1683. for i=255,0,-10 do r = i wait() end
  1684. for i=0,255,10 do b = i wait() end
  1685. for i=255,0,-10 do g = i wait() end
  1686. for i=0,255,10 do r = i wait() end
  1687. for i=255,0,-10 do b = i wait() end
  1688. end
  1689. end))
  1690.  
  1691. game:GetService("RunService").=Stepped:connect(function()
  1692. if p.Parent ~= nil then
  1693. p.CFrame = p.CFrame:lerp(plr.Character:WaitForChild("Head").CFrame + Vector3.new(0,2.25,0),0.16)
  1694. else
  1695. p = Instance.new("Part",game.Workspace)
  1696. p.Size = Vector3.new(0.2,0.2,0.2)
  1697. p.Transparency = 1
  1698. p.Anchored = true
  1699. p.CanCollide = false
  1700. p.Name = "Msg"
  1701. p.CFrame = plr.Character:WaitForChild("Head").CFrame + Vector3.new(0,2.25,0)
  1702. end
  1703. end)
  1704. end
  1705. },
  1706. {
  1707. "Drone",
  1708. function()
  1709. wait(2)
  1710.  
  1711. local plr = owner
  1712. local camera = game:GetService("Workspace").CurrentCamera
  1713. local fly = false
  1714. local campos = CFrame.new(0,0,0)
  1715.  
  1716. local wd,ad,sd,dd,qd,ed,rd,fd,moused = false,false,false,false,false,false,false,false,false
  1717.  
  1718. local returnhome = true
  1719. local gun = false
  1720. local gcd = false
  1721. local shooting = false
  1722. local tPitch = 3
  1723.  
  1724. local tCf = CFrame.new(0,20,0)
  1725.  
  1726. o1 = Instance.new("Model")
  1727. o2 = Instance.new("Part")
  1728. o3 = Instance.new("BlockMesh")
  1729. o4 = Instance.new("Part")
  1730. o5 = Instance.new("BlockMesh")
  1731. o6 = Instance.new("Part")
  1732. o7 = Instance.new("Part")
  1733. o8 = Instance.new("BlockMesh")
  1734. o9 = Instance.new("Part")
  1735. o10 = Instance.new("BlockMesh")
  1736. o11 = Instance.new("Part")
  1737. o12 = Instance.new("CylinderMesh")
  1738. o13 = Instance.new("Part")
  1739. o14 = Instance.new("BlockMesh")
  1740. o15 = Instance.new("Part")
  1741. o16 = Instance.new("BlockMesh")
  1742. o17 = Instance.new("Part")
  1743. o18 = Instance.new("BlockMesh")
  1744. o19 = Instance.new("Part")
  1745. o20 = Instance.new("Part")
  1746. o21 = Instance.new("BlockMesh")
  1747. o22 = Instance.new("Part")
  1748. o23 = Instance.new("BlockMesh")
  1749. o24 = Instance.new("Part")
  1750. o25 = Instance.new("BlockMesh")
  1751. o26 = Instance.new("Part")
  1752. o27 = Instance.new("Part")
  1753. o28 = Instance.new("Part")
  1754. o29 = Instance.new("BlockMesh")
  1755. o30 = Instance.new("Part")
  1756. o31 = Instance.new("BlockMesh")
  1757. o32 = Instance.new("Part")
  1758. o33 = Instance.new("Part")
  1759. o34 = Instance.new("BlockMesh")
  1760. o35 = Instance.new("Part")
  1761. o36 = Instance.new("CylinderMesh")
  1762. o37 = Instance.new("Part")
  1763. o38 = Instance.new("CylinderMesh")
  1764. o39 = Instance.new("SpotLight")
  1765. o40 = Instance.new("Model")
  1766. o41 = Instance.new("Part")
  1767. o42 = Instance.new("BlockMesh")
  1768. o43 = Instance.new("Part")
  1769. o44 = Instance.new("BlockMesh")
  1770. o45 = Instance.new("Part")
  1771. o46 = Instance.new("BlockMesh")
  1772. o47 = Instance.new("Part")
  1773. o48 = Instance.new("BlockMesh")
  1774. o49 = Instance.new("Part")
  1775. o50 = Instance.new("BlockMesh")
  1776. o51 = Instance.new("Part")
  1777. o52 = Instance.new("BlockMesh")
  1778. o53 = Instance.new("Model")
  1779. o54 = Instance.new("Part")
  1780. o55 = Instance.new("BlockMesh")
  1781. o56 = Instance.new("Part")
  1782. o57 = Instance.new("BlockMesh")
  1783. o58 = Instance.new("Part")
  1784. o59 = Instance.new("BlockMesh")
  1785. o60 = Instance.new("Part")
  1786. o61 = Instance.new("BlockMesh")
  1787. o62 = Instance.new("Part")
  1788. o63 = Instance.new("BlockMesh")
  1789. o64 = Instance.new("Part")
  1790. o65 = Instance.new("BlockMesh")
  1791. o66 = Instance.new("Part")
  1792. o67 = Instance.new("BlockMesh")
  1793. o68 = Instance.new("Part")
  1794. o69 = Instance.new("BlockMesh")
  1795. o70 = Instance.new("Part")
  1796. o71 = Instance.new("Model")
  1797. o72 = Instance.new("Part")
  1798. o73 = Instance.new("BlockMesh")
  1799. o74 = Instance.new("Part")
  1800. o75 = Instance.new("BlockMesh")
  1801. o76 = Instance.new("Part")
  1802. o77 = Instance.new("BlockMesh")
  1803. o78 = Instance.new("Part")
  1804. o79 = Instance.new("BlockMesh")
  1805. o80 = Instance.new("Part")
  1806. o81 = Instance.new("BlockMesh")
  1807. o82 = Instance.new("Part")
  1808. o83 = Instance.new("BlockMesh")
  1809. o84 = Instance.new("Model")
  1810. o85 = Instance.new("Part")
  1811. o86 = Instance.new("BlockMesh")
  1812. o87 = Instance.new("Part")
  1813. o88 = Instance.new("BlockMesh")
  1814. o89 = Instance.new("Part")
  1815. o90 = Instance.new("BlockMesh")
  1816. o91 = Instance.new("Part")
  1817. o92 = Instance.new("BlockMesh")
  1818. o93 = Instance.new("Part")
  1819. o94 = Instance.new("BlockMesh")
  1820. o95 = Instance.new("Part")
  1821. o96 = Instance.new("BlockMesh")
  1822. o97 = Instance.new("Part")
  1823. o98 = Instance.new("Model")
  1824. o99 = Instance.new("Part")
  1825. o100 = Instance.new("CylinderMesh")
  1826. o101 = Instance.new("Part")
  1827. o102 = Instance.new("CylinderMesh")
  1828. o103 = Instance.new("Part")
  1829. o104 = Instance.new("CylinderMesh")
  1830. o105 = Instance.new("Part")
  1831. o106 = Instance.new("CylinderMesh")
  1832. o107 = Instance.new("Part")
  1833. o108 = Instance.new("CylinderMesh")
  1834. o109 = Instance.new("Part")
  1835. o1.Name = "Drone"
  1836. o1.Parent = owner.Character
  1837. o2.Parent = o1
  1838. o2.Material = Enum.Material.SmoothPlastic
  1839. o2.BrickColor = BrickColor.new("Institutional white")
  1840. o2.Position = Vector3.new(13.0515203, 41.184063, -70.0561295)
  1841. o2.Anchored = true
  1842. o2.CanCollide = false
  1843. o2.Size = Vector3.new(0.200000003, 0.200000003, 0.432551533)
  1844. o2.CFrame = CFrame.new(13.0515203, 41.184063, -70.0561295, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1845. o2.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1846. o2.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1847. o2.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1848. o2.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1849. o2.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1850. o2.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1851. o2.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1852. o2.Position = Vector3.new(13.0515203, 41.184063, -70.0561295)
  1853. o3.Parent = o2
  1854. o3.Scale = Vector3.new(0.337930918, 0.270344734, 1)
  1855. o4.Parent = o1
  1856. o4.Material = Enum.Material.SmoothPlastic
  1857. o4.BrickColor = BrickColor.new("Institutional white")
  1858. o4.Position = Vector3.new(11.0104322, 40.8393707, -70.0561218)
  1859. o4.Anchored = true
  1860. o4.CanCollide = false
  1861. o4.Size = Vector3.new(0.200000003, 0.7434479, 0.432551622)
  1862. o4.CFrame = CFrame.new(11.0104322, 40.8393707, -70.0561218, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1863. o4.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1864. o4.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1865. o4.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1866. o4.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1867. o4.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1868. o4.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1869. o4.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1870. o4.Position = Vector3.new(11.0104322, 40.8393707, -70.0561218)
  1871. o5.Parent = o4
  1872. o5.Scale = Vector3.new(0.337930918, 1, 1)
  1873. o6.Parent = o1
  1874. o6.Material = Enum.Material.SmoothPlastic
  1875. o6.BrickColor = BrickColor.new("Institutional white")
  1876. o6.Position = Vector3.new(12.0309782, 40.8393707, -70.5968246)
  1877. o6.Anchored = true
  1878. o6.Size = Vector3.new(2.10868883, 0.7434479, 0.648827374)
  1879. o6.CFrame = CFrame.new(12.0309782, 40.8393707, -70.5968246, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1880. o6.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1881. o6.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1882. o6.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1883. o6.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1884. o6.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1885. o6.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1886. o6.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1887. o6.Position = Vector3.new(12.0309782, 40.8393707, -70.5968246)
  1888. o7.Parent = o1
  1889. o7.Material = Enum.Material.SmoothPlastic
  1890. o7.BrickColor = BrickColor.new("Institutional white")
  1891. o7.Position = Vector3.new(13.0380087, 40.9340019, -70.0561295)
  1892. o7.Anchored = true
  1893. o7.CanCollide = false
  1894. o7.Size = Vector3.new(0.200000003, 0.446068704, 0.432551533)
  1895. o7.CFrame = CFrame.new(13.0380087, 40.9340019, -70.0561295, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1896. o7.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1897. o7.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1898. o7.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1899. o7.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1900. o7.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1901. o7.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1902. o7.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1903. o7.Position = Vector3.new(13.0380087, 40.9340019, -70.0561295)
  1904. o8.Parent = o7
  1905. o8.Scale = Vector3.new(0.202758551, 1, 1)
  1906. o9.Parent = o1
  1907. o9.Material = Enum.Material.SmoothPlastic
  1908. o9.BrickColor = BrickColor.new("Institutional white")
  1909. o9.Position = Vector3.new(13.0515203, 40.4946709, -70.0561295)
  1910. o9.Anchored = true
  1911. o9.CanCollide = false
  1912. o9.Size = Vector3.new(0.200000003, 0.200000003, 0.432551533)
  1913. o9.CFrame = CFrame.new(13.0515203, 40.4946709, -70.0561295, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1914. o9.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1915. o9.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1916. o9.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1917. o9.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1918. o9.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1919. o9.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1920. o9.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1921. o9.Position = Vector3.new(13.0515203, 40.4946709, -70.0561295)
  1922. o10.Parent = o9
  1923. o10.Scale = Vector3.new(0.337930918, 0.270344734, 1)
  1924. o11.Parent = o1
  1925. o11.Material = Enum.Material.SmoothPlastic
  1926. o11.BrickColor = BrickColor.new("Really black")
  1927. o11.Position = Vector3.new(13.0447683, 40.9407463, -70.0561218)
  1928. o11.Rotation = Vector3.new(-0, 0, -89.9999771)
  1929. o11.Anchored = true
  1930. o11.CanCollide = false
  1931. o11.Size = Vector3.new(0.432551593, 0.200000003, 0.432551533)
  1932. o11.CFrame = CFrame.new(13.0447683, 40.9407463, -70.0561218, 4.17232513e-07, 1.00000525, 0, -1.00000525, 4.17232513e-07, 0, 0, 0, 1)
  1933. o11.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1934. o11.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1935. o11.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1936. o11.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1937. o11.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1938. o11.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1939. o11.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  1940. o11.Position = Vector3.new(13.0447683, 40.9407463, -70.0561218)
  1941. o12.Parent = o11
  1942. o12.Scale = Vector3.new(1, 0.270344734, 1)
  1943. o13.Parent = o1
  1944. o13.Material = Enum.Material.SmoothPlastic
  1945. o13.BrickColor = BrickColor.new("Institutional white")
  1946. o13.Position = Vector3.new(11.6057615, 40.8393707, -71.2487564)
  1947. o13.Rotation = Vector3.new(-180, 14.9999971, -180)
  1948. o13.Anchored = true
  1949. o13.CanCollide = false
  1950. o13.Size = Vector3.new(1.08137906, 0.200000003, 0.200000003)
  1951. o13.CFrame = CFrame.new(11.6057615, 40.8393707, -71.2487564, -0.965925872, 0, 0.258818984, 0, 1, 0, -0.258818984, 0, -0.965925872)
  1952. o13.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1953. o13.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1954. o13.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1955. o13.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1956. o13.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1957. o13.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1958. o13.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1959. o13.Position = Vector3.new(11.6057615, 40.8393707, -71.2487564)
  1960. o14.Parent = o13
  1961. o14.Scale = Vector3.new(1, 0.473103225, 0.946206748)
  1962. o15.Parent = o1
  1963. o15.Material = Enum.Material.SmoothPlastic
  1964. o15.BrickColor = BrickColor.new("Institutional white")
  1965. o15.Position = Vector3.new(12.0377378, 40.8393707, -69.1775131)
  1966. o15.Anchored = true
  1967. o15.CanCollide = false
  1968. o15.Size = Vector3.new(1.82482684, 0.608275533, 0.200000003)
  1969. o15.CFrame = CFrame.new(12.0377378, 40.8393707, -69.1775131, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  1970. o15.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1971. o15.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1972. o15.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1973. o15.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1974. o15.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1975. o15.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1976. o15.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1977. o15.Position = Vector3.new(12.0377378, 40.8393707, -69.1775131)
  1978. o16.Parent = o15
  1979. o16.Scale = Vector3.new(1, 1, 0.540689588)
  1980. o17.Parent = o1
  1981. o17.Material = Enum.Material.SmoothPlastic
  1982. o17.BrickColor = BrickColor.new("Institutional white")
  1983. o17.Position = Vector3.new(11.5763578, 40.8393707, -68.866394)
  1984. o17.Rotation = Vector3.new(-0, 14.9999971, -180)
  1985. o17.Anchored = true
  1986. o17.CanCollide = false
  1987. o17.Size = Vector3.new(1.08137906, 0.200000003, 0.200000003)
  1988. o17.CFrame = CFrame.new(11.5763578, 40.8393707, -68.866394, -0.965925872, 0, 0.258818984, 0, -1, 0, 0.258818984, 0, 0.965925872)
  1989. o17.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  1990. o17.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  1991. o17.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  1992. o17.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  1993. o17.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  1994. o17.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  1995. o17.Color = Color3.new(0.972549, 0.972549, 0.972549)
  1996. o17.Position = Vector3.new(11.5763578, 40.8393707, -68.866394)
  1997. o18.Parent = o17
  1998. o18.Scale = Vector3.new(1, 0.473103225, 0.946206748)
  1999. o19.Parent = o1
  2000. o19.Material = Enum.Material.SmoothPlastic
  2001. o19.BrickColor = BrickColor.new("Institutional white")
  2002. o19.Position = Vector3.new(13.1865072, 40.8325996, -71.4201889)
  2003. o19.Rotation = Vector3.new(-180, -14.9999971, -0)
  2004. o19.Anchored = true
  2005. o19.Size = Vector3.new(0.243310437, 0.243310243, 0.243310302)
  2006. o19.CFrame = CFrame.new(13.1865072, 40.8325996, -71.4201889, 0.965925872, 0, -0.258818984, 0, -1, 0, -0.258818984, 0, -0.965925872)
  2007. o19.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2008. o19.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2009. o19.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2010. o19.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2011. o19.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2012. o19.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2013. o19.Color = Color3.new(0.972549, 0.972549, 0.972549)
  2014. o19.Position = Vector3.new(13.1865072, 40.8325996, -71.4201889)
  2015. o20.Parent = o1
  2016. o20.Material = Enum.Material.SmoothPlastic
  2017. o20.BrickColor = BrickColor.new("Institutional white")
  2018. o20.Position = Vector3.new(12.0650892, 40.8393707, -71.0390167)
  2019. o20.Rotation = Vector3.new(-180, 0, -180)
  2020. o20.Anchored = true
  2021. o20.CanCollide = false
  2022. o20.Size = Vector3.new(0.432551652, 0.202758521, 0.200000003)
  2023. o20.CFrame = CFrame.new(12.0650892, 40.8393707, -71.0390167, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  2024. o20.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2025. o20.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2026. o20.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2027. o20.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2028. o20.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2029. o20.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2030. o20.Color = Color3.new(0.972549, 0.972549, 0.972549)
  2031. o20.Position = Vector3.new(12.0650892, 40.8393707, -71.0390167)
  2032. o21.Parent = o20
  2033. o21.Scale = Vector3.new(1, 1, 0.878620446)
  2034. o22.Parent = o1
  2035. o22.Material = Enum.Material.SmoothPlastic
  2036. o22.BrickColor = BrickColor.new("Institutional white")
  2037. o22.Position = Vector3.new(12.517333, 40.8393707, -68.866394)
  2038. o22.Rotation = Vector3.new(-0, -15.0000248, -0)
  2039. o22.Anchored = true
  2040. o22.CanCollide = false
  2041. o22.Size = Vector3.new(1.08137906, 0.200000003, 0.200000003)
  2042. o22.CFrame = CFrame.new(12.517333, 40.8393707, -68.866394, 0.965927541, 0, -0.258819461, 0, 1, 0, 0.258819461, 0, 0.965927541)
  2043. o22.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2044. o22.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2045. o22.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2046. o22.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2047. o22.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2048. o22.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2049. o22.Color = Color3.new(0.972549, 0.972549, 0.972549)
  2050. o22.Position = Vector3.new(12.517333, 40.8393707, -68.866394)
  2051. o23.Parent = o22
  2052. o23.Scale = Vector3.new(1, 0.473103225, 0.946206748)
  2053. o24.Parent = o1
  2054. o24.Material = Enum.Material.SmoothPlastic
  2055. o24.BrickColor = BrickColor.new("Institutional white")
  2056. o24.Position = Vector3.new(12.0242186, 40.8393707, -70.9347534)
  2057. o24.Anchored = true
  2058. o24.CanCollide = false
  2059. o24.Size = Vector3.new(1.85186148, 0.608275533, 0.200000003)
  2060. o24.CFrame = CFrame.new(12.0242186, 40.8393707, -70.9347534, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2061. o24.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2062. o24.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2063. o24.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2064. o24.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2065. o24.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2066. o24.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2067. o24.Color = Color3.new(0.972549, 0.972549, 0.972549)
  2068. o24.Position = Vector3.new(12.0242186, 40.8393707, -70.9347534)
  2069. o25.Parent = o24
  2070. o25.Scale = Vector3.new(1, 1, 0.540689588)
  2071. o26.Parent = o1
  2072. o26.Material = Enum.Material.SmoothPlastic
  2073. o26.BrickColor = BrickColor.new("Institutional white")
  2074. o26.Position = Vector3.new(10.936595, 40.8325996, -68.6949692)
  2075. o26.Rotation = Vector3.new(-0, 14.9999971, -180)
  2076. o26.Anchored = true
  2077. o26.Size = Vector3.new(0.243310437, 0.243310243, 0.243310302)
  2078. o26.CFrame = CFrame.new(10.936595, 40.8325996, -68.6949692, -0.965925872, 0, 0.258818984, 0, -1, 0, 0.258818984, 0, 0.965925872)
  2079. o26.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2080. o26.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2081. o26.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2082. o26.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2083. o26.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2084. o26.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2085. o26.Color = Color3.new(0.972549, 0.972549, 0.972549)
  2086. o26.Position = Vector3.new(10.936595, 40.8325996, -68.6949692)
  2087. o27.Parent = o1
  2088. o27.Material = Enum.Material.SmoothPlastic
  2089. o27.BrickColor = BrickColor.new("Institutional white")
  2090. o27.Position = Vector3.new(10.9659986, 40.8325996, -71.4201889)
  2091. o27.Rotation = Vector3.new(-180, 14.9999971, -180)
  2092. o27.Anchored = true
  2093. o27.Size = Vector3.new(0.243310437, 0.243310243, 0.243310302)
  2094. o27.CFrame = CFrame.new(10.9659986, 40.8325996, -71.4201889, -0.965925872, 0, 0.258818984, 0, 1, 0, -0.258818984, 0, -0.965925872)
  2095. o27.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2096. o27.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2097. o27.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2098. o27.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2099. o27.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2100. o27.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2101. o27.Color = Color3.new(0.972549, 0.972549, 0.972549)
  2102. o27.Position = Vector3.new(10.9659986, 40.8325996, -71.4201889)
  2103. o28.Parent = o1
  2104. o28.Material = Enum.Material.SmoothPlastic
  2105. o28.BrickColor = BrickColor.new("Institutional white")
  2106. o28.Position = Vector3.new(12.0580168, 40.8393707, -69.0761337)
  2107. o28.Anchored = true
  2108. o28.CanCollide = false
  2109. o28.Size = Vector3.new(0.432551652, 0.202758521, 0.200000003)
  2110. o28.CFrame = CFrame.new(12.0580168, 40.8393707, -69.0761337, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2111. o28.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2112. o28.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2113. o28.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2114. o28.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2115. o28.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2116. o28.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2117. o28.Color = Color3.new(0.972549, 0.972549, 0.972549)
  2118. o28.Position = Vector3.new(12.0580168, 40.8393707, -69.0761337)
  2119. o29.Parent = o28
  2120. o29.Scale = Vector3.new(1, 1, 0.878620446)
  2121. o30.Parent = o1
  2122. o30.Material = Enum.Material.SmoothPlastic
  2123. o30.BrickColor = BrickColor.new("Institutional white")
  2124. o30.Position = Vector3.new(12.0580168, 40.8393707, -69.0355835)
  2125. o30.Anchored = true
  2126. o30.CanCollide = false
  2127. o30.Size = Vector3.new(0.405517191, 0.200000003, 0.256827533)
  2128. o30.CFrame = CFrame.new(12.0580168, 40.8393707, -69.0355835, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2129. o30.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2130. o30.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2131. o30.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2132. o30.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2133. o30.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2134. o30.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2135. o30.Color = Color3.new(0.972549, 0.972549, 0.972549)
  2136. o30.Position = Vector3.new(12.0580168, 40.8393707, -69.0355835)
  2137. o31.Parent = o30
  2138. o31.Scale = Vector3.new(1, 0.473103225, 1)
  2139. o32.Parent = o1
  2140. o32.Material = Enum.Material.SmoothPlastic
  2141. o32.BrickColor = BrickColor.new("Institutional white")
  2142. o32.Position = Vector3.new(13.1571112, 40.8325996, -68.6949692)
  2143. o32.Rotation = Vector3.new(-0, -15.0000248, -0)
  2144. o32.Anchored = true
  2145. o32.Size = Vector3.new(0.243310437, 0.243310243, 0.243310302)
  2146. o32.CFrame = CFrame.new(13.1571112, 40.8325996, -68.6949692, 0.965927541, 0, -0.258819461, 0, 1, 0, 0.258819461, 0, 0.965927541)
  2147. o32.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2148. o32.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2149. o32.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2150. o32.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2151. o32.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2152. o32.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2153. o32.Color = Color3.new(0.972549, 0.972549, 0.972549)
  2154. o32.Position = Vector3.new(13.1571112, 40.8325996, -68.6949692)
  2155. o33.Parent = o1
  2156. o33.Material = Enum.Material.SmoothPlastic
  2157. o33.BrickColor = BrickColor.new("Institutional white")
  2158. o33.Position = Vector3.new(12.5467367, 40.8393707, -71.2487564)
  2159. o33.Rotation = Vector3.new(-180, -14.9999971, -0)
  2160. o33.Anchored = true
  2161. o33.CanCollide = false
  2162. o33.Size = Vector3.new(1.08137906, 0.200000003, 0.200000003)
  2163. o33.CFrame = CFrame.new(12.5467367, 40.8393707, -71.2487564, 0.965925872, 0, -0.258818984, 0, -1, 0, -0.258818984, 0, -0.965925872)
  2164. o33.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2165. o33.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2166. o33.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2167. o33.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2168. o33.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2169. o33.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2170. o33.Color = Color3.new(0.972549, 0.972549, 0.972549)
  2171. o33.Position = Vector3.new(12.5467367, 40.8393707, -71.2487564)
  2172. o34.Parent = o33
  2173. o34.Scale = Vector3.new(1, 0.473103225, 0.946206748)
  2174. o35.Parent = o1
  2175. o35.Material = Enum.Material.Neon
  2176. o35.BrickColor = BrickColor.new("Institutional white")
  2177. o35.Position = Vector3.new(13.05828, 40.9407463, -70.0561218)
  2178. o35.Rotation = Vector3.new(-0, 0, -89.9999771)
  2179. o35.Anchored = true
  2180. o35.CanCollide = false
  2181. o35.Size = Vector3.new(0.324413657, 0.200000003, 0.432551533)
  2182. o35.CFrame = CFrame.new(13.05828, 40.9407463, -70.0561218, 4.17232513e-07, 1.00000525, 0, -1.00000525, 4.17232513e-07, 0, 0, 0, 1)
  2183. o35.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2184. o35.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2185. o35.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2186. o35.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2187. o35.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2188. o35.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2189. o35.Color = Color3.new(0.972549, 0.972549, 0.972549)
  2190. o35.Position = Vector3.new(13.05828, 40.9407463, -70.0561218)
  2191. o36.Parent = o35
  2192. o36.Scale = Vector3.new(1, 0.405517131, 1)
  2193. o37.Name = "Eye"
  2194. o37.Parent = o1
  2195. o37.Material = Enum.Material.Neon
  2196. o37.BrickColor = BrickColor.new("Lime green")
  2197. o37.Position = Vector3.new(13.0515203, 40.9407463, -70.0561218)
  2198. o37.Rotation = Vector3.new(-0, 0, -89.9999771)
  2199. o37.Anchored = true
  2200. o37.CanCollide = false
  2201. o37.Size = Vector3.new(0.405517131, 0.200000003, 0.432551533)
  2202. o37.CFrame = CFrame.new(13.0515203, 40.9407463, -70.0561218, 4.17232513e-07, 1.00000525, 0, -1.00000525, 4.17232513e-07, 0, 0, 0, 1)
  2203. o37.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2204. o37.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2205. o37.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2206. o37.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2207. o37.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2208. o37.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2209. o37.Color = Color3.new(0, 1, 0)
  2210. o37.Position = Vector3.new(13.0515203, 40.9407463, -70.0561218)
  2211. o38.Parent = o37
  2212. o38.Scale = Vector3.new(1, 0.337930918, 1)
  2213. o39.Parent = o37
  2214. o39.Color = Color3.new(0, 1, 0)
  2215. o39.Brightness = 3
  2216. o39.Face = Enum.NormalId.Top
  2217. o39.Name = "Light"
  2218. o40.Name = "Rotor4"
  2219. o40.Parent = o1
  2220. o40.PrimaryPart = o41
  2221. o41.Name = "Main"
  2222. o41.Parent = o40
  2223. o41.Material = Enum.Material.SmoothPlastic
  2224. o41.BrickColor = BrickColor.new("Fossil")
  2225. o41.Position = Vector3.new(13.1841497, 41.1367531, -71.4254456)
  2226. o41.Anchored = true
  2227. o41.CanCollide = false
  2228. o41.Size = Vector3.new(0.200000003, 0.36496532, 0.200000003)
  2229. o41.CFrame = CFrame.new(13.1841497, 41.1367531, -71.4254456, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2230. o41.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2231. o41.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2232. o41.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2233. o41.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2234. o41.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2235. o41.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2236. o41.Color = Color3.new(0.623529, 0.631373, 0.67451)
  2237. o41.Position = Vector3.new(13.1841497, 41.1367531, -71.4254456)
  2238. o42.Parent = o41
  2239. o42.Scale = Vector3.new(0.405518085, 1, 0.40551728)
  2240. o43.Parent = o40
  2241. o43.Material = Enum.Material.SmoothPlastic
  2242. o43.BrickColor = BrickColor.new("Fossil")
  2243. o43.Position = Vector3.new(13.1841497, 41.3597794, -71.4254456)
  2244. o43.Anchored = true
  2245. o43.CanCollide = false
  2246. o43.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2247. o43.CFrame = CFrame.new(13.1841497, 41.3597794, -71.4254456, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2248. o43.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2249. o43.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2250. o43.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2251. o43.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2252. o43.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2253. o43.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2254. o43.Color = Color3.new(0.623529, 0.631373, 0.67451)
  2255. o43.Position = Vector3.new(13.1841497, 41.3597794, -71.4254456)
  2256. o44.Parent = o43
  2257. o44.Scale = Vector3.new(0.540690422, 0.540689468, 0.540689766)
  2258. o45.Parent = o40
  2259. o45.Material = Enum.Material.SmoothPlastic
  2260. o45.BrickColor = BrickColor.new("Fossil")
  2261. o45.Position = Vector3.new(13.1841497, 41.3597794, -71.1821365)
  2262. o45.Rotation = Vector3.new(-0, 0, -14.9999666)
  2263. o45.Anchored = true
  2264. o45.CanCollide = false
  2265. o45.Size = Vector3.new(0.200000003, 0.200000003, 0.405517161)
  2266. o45.CFrame = CFrame.new(13.1841497, 41.3597794, -71.1821365, 0.965925932, 0.258818477, 0, -0.258818448, 0.965926051, 0, 0, 0, 1)
  2267. o45.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2268. o45.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2269. o45.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2270. o45.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2271. o45.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2272. o45.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2273. o45.Color = Color3.new(0.623529, 0.631373, 0.67451)
  2274. o45.Position = Vector3.new(13.1841497, 41.3597794, -71.1821365)
  2275. o46.Parent = o45
  2276. o46.Scale = Vector3.new(0.405518085, 0.135172486, 1)
  2277. o47.Parent = o40
  2278. o47.Material = Enum.Material.SmoothPlastic
  2279. o47.BrickColor = BrickColor.new("Fossil")
  2280. o47.Position = Vector3.new(12.9408331, 41.3597794, -71.4254456)
  2281. o47.Rotation = Vector3.new(14.999939, -90, 0)
  2282. o47.Anchored = true
  2283. o47.CanCollide = false
  2284. o47.Size = Vector3.new(0.200000003, 0.200000003, 0.405517161)
  2285. o47.CFrame = CFrame.new(12.9408331, 41.3597794, -71.4254456, 0, 0, -1, -0.25881803, 0.965926111, 0, 0.965926111, 0.25881803, 0)
  2286. o47.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2287. o47.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2288. o47.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2289. o47.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2290. o47.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2291. o47.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2292. o47.Color = Color3.new(0.623529, 0.631373, 0.67451)
  2293. o47.Position = Vector3.new(12.9408331, 41.3597794, -71.4254456)
  2294. o48.Parent = o47
  2295. o48.Scale = Vector3.new(0.405518085, 0.135172486, 1)
  2296. o49.Parent = o40
  2297. o49.Material = Enum.Material.SmoothPlastic
  2298. o49.BrickColor = BrickColor.new("Fossil")
  2299. o49.Position = Vector3.new(13.1841497, 41.3597794, -71.6687622)
  2300. o49.Rotation = Vector3.new(-0, 0, 14.9999952)
  2301. o49.Anchored = true
  2302. o49.CanCollide = false
  2303. o49.Size = Vector3.new(0.200000003, 0.200000003, 0.405517161)
  2304. o49.CFrame = CFrame.new(13.1841497, 41.3597794, -71.6687622, 0.965925872, -0.258818984, 0, 0.258818984, 0.965925872, 0, 0, 0, 1)
  2305. o49.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2306. o49.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2307. o49.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2308. o49.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2309. o49.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2310. o49.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2311. o49.Color = Color3.new(0.623529, 0.631373, 0.67451)
  2312. o49.Position = Vector3.new(13.1841497, 41.3597794, -71.6687622)
  2313. o50.Parent = o49
  2314. o50.Scale = Vector3.new(0.405518085, 0.135172486, 1)
  2315. o51.Parent = o40
  2316. o51.Material = Enum.Material.SmoothPlastic
  2317. o51.BrickColor = BrickColor.new("Fossil")
  2318. o51.Position = Vector3.new(13.4274492, 41.3597794, -71.4254532)
  2319. o51.Rotation = Vector3.new(-14.9999952, -90, 0)
  2320. o51.Anchored = true
  2321. o51.CanCollide = false
  2322. o51.Size = Vector3.new(0.200000003, 0.200000003, 0.405517161)
  2323. o51.CFrame = CFrame.new(13.4274492, 41.3597794, -71.4254532, 0, 0, -1, 0.258818984, 0.965925872, 0, 0.965925872, -0.258818984, 0)
  2324. o51.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2325. o51.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2326. o51.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2327. o51.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2328. o51.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2329. o51.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2330. o51.Color = Color3.new(0.623529, 0.631373, 0.67451)
  2331. o51.Position = Vector3.new(13.4274492, 41.3597794, -71.4254532)
  2332. o52.Parent = o51
  2333. o52.Scale = Vector3.new(0.405518085, 0.135172486, 1)
  2334. o53.Name = "Rotor3"
  2335. o53.Parent = o1
  2336. o53.PrimaryPart = o54
  2337. o54.Name = "Main"
  2338. o54.Parent = o53
  2339. o54.Material = Enum.Material.SmoothPlastic
  2340. o54.BrickColor = BrickColor.new("Fossil")
  2341. o54.Position = Vector3.new(10.9673338, 41.1367531, -71.4254456)
  2342. o54.Anchored = true
  2343. o54.CanCollide = false
  2344. o54.Size = Vector3.new(0.200000003, 0.36496532, 0.200000003)
  2345. o54.CFrame = CFrame.new(10.9673338, 41.1367531, -71.4254456, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2346. o54.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2347. o54.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2348. o54.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2349. o54.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2350. o54.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2351. o54.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2352. o54.Color = Color3.new(0.623529, 0.631373, 0.67451)
  2353. o54.Position = Vector3.new(10.9673338, 41.1367531, -71.4254456)
  2354. o55.Parent = o54
  2355. o55.Scale = Vector3.new(0.405518085, 1, 0.40551728)
  2356. o56.Parent = o53
  2357. o56.Material = Enum.Material.SmoothPlastic
  2358. o56.BrickColor = BrickColor.new("Fossil")
  2359. o56.Position = Vector3.new(10.9673338, 41.3597794, -71.4254456)
  2360. o56.Anchored = true
  2361. o56.CanCollide = false
  2362. o56.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2363. o56.CFrame = CFrame.new(10.9673338, 41.3597794, -71.4254456, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2364. o56.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2365. o56.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2366. o56.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2367. o56.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2368. o56.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2369. o56.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2370. o56.Color = Color3.new(0.623529, 0.631373, 0.67451)
  2371. o56.Position = Vector3.new(10.9673338, 41.3597794, -71.4254456)
  2372. o57.Parent = o56
  2373. o57.Scale = Vector3.new(0.540690422, 0.540689468, 0.540689766)
  2374. o58.Parent = o53
  2375. o58.Material = Enum.Material.SmoothPlastic
  2376. o58.BrickColor = BrickColor.new("Fossil")
  2377. o58.Position = Vector3.new(10.9673338, 41.3597794, -71.1821365)
  2378. o58.Rotation = Vector3.new(-0, 0, -14.9999666)
  2379. o58.Anchored = true
  2380. o58.CanCollide = false
  2381. o58.Size = Vector3.new(0.200000003, 0.200000003, 0.405517161)
  2382. o58.CFrame = CFrame.new(10.9673338, 41.3597794, -71.1821365, 0.965925932, 0.258818477, 0, -0.258818448, 0.965926051, 0, 0, 0, 1)
  2383. o58.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2384. o58.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2385. o58.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2386. o58.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2387. o58.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2388. o58.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2389. o58.Color = Color3.new(0.623529, 0.631373, 0.67451)
  2390. o58.Position = Vector3.new(10.9673338, 41.3597794, -71.1821365)
  2391. o59.Parent = o58
  2392. o59.Scale = Vector3.new(0.405518085, 0.135172486, 1)
  2393. o60.Parent = o53
  2394. o60.Material = Enum.Material.SmoothPlastic
  2395. o60.BrickColor = BrickColor.new("Fossil")
  2396. o60.Position = Vector3.new(10.7240248, 41.3597794, -71.4254456)
  2397. o60.Rotation = Vector3.new(14.999939, -90, 0)
  2398. o60.Anchored = true
  2399. o60.CanCollide = false
  2400. o60.Size = Vector3.new(0.200000003, 0.200000003, 0.405517161)
  2401. o60.CFrame = CFrame.new(10.7240248, 41.3597794, -71.4254456, 0, 0, -1, -0.25881803, 0.965926111, 0, 0.965926111, 0.25881803, 0)
  2402. o60.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2403. o60.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2404. o60.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2405. o60.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2406. o60.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2407. o60.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2408. o60.Color = Color3.new(0.623529, 0.631373, 0.67451)
  2409. o60.Position = Vector3.new(10.7240248, 41.3597794, -71.4254456)
  2410. o61.Parent = o60
  2411. o61.Scale = Vector3.new(0.405518085, 0.135172486, 1)
  2412. o62.Parent = o53
  2413. o62.Material = Enum.Material.SmoothPlastic
  2414. o62.BrickColor = BrickColor.new("Fossil")
  2415. o62.Position = Vector3.new(10.9673338, 41.3597794, -71.6687622)
  2416. o62.Rotation = Vector3.new(-0, 0, 14.9999952)
  2417. o62.Anchored = true
  2418. o62.CanCollide = false
  2419. o62.Size = Vector3.new(0.200000003, 0.200000003, 0.405517161)
  2420. o62.CFrame = CFrame.new(10.9673338, 41.3597794, -71.6687622, 0.965925872, -0.258818984, 0, 0.258818984, 0.965925872, 0, 0, 0, 1)
  2421. o62.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2422. o62.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2423. o62.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2424. o62.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2425. o62.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2426. o62.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2427. o62.Color = Color3.new(0.623529, 0.631373, 0.67451)
  2428. o62.Position = Vector3.new(10.9673338, 41.3597794, -71.6687622)
  2429. o63.Parent = o62
  2430. o63.Scale = Vector3.new(0.405518085, 0.135172486, 1)
  2431. o64.Parent = o53
  2432. o64.Material = Enum.Material.SmoothPlastic
  2433. o64.BrickColor = BrickColor.new("Fossil")
  2434. o64.Position = Vector3.new(11.2106352, 41.3597794, -71.4254532)
  2435. o64.Rotation = Vector3.new(-14.9999952, -90, 0)
  2436. o64.Anchored = true
  2437. o64.CanCollide = false
  2438. o64.Size = Vector3.new(0.200000003, 0.200000003, 0.405517161)
  2439. o64.CFrame = CFrame.new(11.2106352, 41.3597794, -71.4254532, 0, 0, -1, 0.258818984, 0.965925872, 0, 0.965925872, -0.258818984, 0)
  2440. o64.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2441. o64.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2442. o64.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2443. o64.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2444. o64.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2445. o64.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2446. o64.Color = Color3.new(0.623529, 0.631373, 0.67451)
  2447. o64.Position = Vector3.new(11.2106352, 41.3597794, -71.4254532)
  2448. o65.Parent = o64
  2449. o65.Scale = Vector3.new(0.405518085, 0.135172486, 1)
  2450. o66.Parent = o1
  2451. o66.Material = Enum.Material.SmoothPlastic
  2452. o66.BrickColor = BrickColor.new("Institutional white")
  2453. o66.Position = Vector3.new(13.0515203, 40.6163445, -70.1642685)
  2454. o66.Anchored = true
  2455. o66.CanCollide = false
  2456. o66.Size = Vector3.new(0.200000003, 0.200000003, 0.216275766)
  2457. o66.CFrame = CFrame.new(13.0515203, 40.6163445, -70.1642685, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2458. o66.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2459. o66.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2460. o66.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2461. o66.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2462. o66.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2463. o66.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2464. o66.Color = Color3.new(0.972549, 0.972549, 0.972549)
  2465. o66.Position = Vector3.new(13.0515203, 40.6163445, -70.1642685)
  2466. o67.Parent = o66
  2467. o67.Scale = Vector3.new(0.337930918, 0.94620645, 1)
  2468. o68.Name = "SmgShutter"
  2469. o68.Parent = o1
  2470. o68.Material = Enum.Material.SmoothPlastic
  2471. o68.BrickColor = BrickColor.new("Institutional white")
  2472. o68.Position = Vector3.new(13.0515203, 40.6163445, -69.9479904)
  2473. o68.Anchored = true
  2474. o68.CanCollide = false
  2475. o68.Size = Vector3.new(0.200000003, 0.200000003, 0.216275766)
  2476. o68.CFrame = CFrame.new(13.0515203, 40.6163445, -69.9479904, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2477. o68.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2478. o68.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2479. o68.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2480. o68.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2481. o68.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2482. o68.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2483. o68.Color = Color3.new(0.972549, 0.972549, 0.972549)
  2484. o68.Position = Vector3.new(13.0515203, 40.6163445, -69.9479904)
  2485. o69.Parent = o68
  2486. o69.Scale = Vector3.new(0.337930918, 0.94620645, 1)
  2487. o70.Parent = o1
  2488. o70.Material = Enum.Material.SmoothPlastic
  2489. o70.BrickColor = BrickColor.new("Institutional white")
  2490. o70.Position = Vector3.new(12.0242186, 40.8325996, -70.0561218)
  2491. o70.Anchored = true
  2492. o70.Size = Vector3.new(1.98703384, 0.865103006, 1.62206864)
  2493. o70.CFrame = CFrame.new(12.0242186, 40.8325996, -70.0561218, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2494. o70.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2495. o70.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2496. o70.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2497. o70.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2498. o70.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2499. o70.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2500. o70.Color = Color3.new(0.972549, 0.972549, 0.972549)
  2501. o70.Position = Vector3.new(12.0242186, 40.8325996, -70.0561218)
  2502. o71.Name = "Rotor1"
  2503. o71.Parent = o1
  2504. o71.PrimaryPart = o72
  2505. o72.Name = "Main"
  2506. o72.Parent = o71
  2507. o72.Material = Enum.Material.SmoothPlastic
  2508. o72.BrickColor = BrickColor.new("Fossil")
  2509. o72.Position = Vector3.new(13.1571112, 41.1367531, -68.6949692)
  2510. o72.Anchored = true
  2511. o72.CanCollide = false
  2512. o72.Size = Vector3.new(0.200000003, 0.36496532, 0.200000003)
  2513. o72.CFrame = CFrame.new(13.1571112, 41.1367531, -68.6949692, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2514. o72.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2515. o72.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2516. o72.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2517. o72.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2518. o72.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2519. o72.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2520. o72.Color = Color3.new(0.623529, 0.631373, 0.67451)
  2521. o72.Position = Vector3.new(13.1571112, 41.1367531, -68.6949692)
  2522. o73.Parent = o72
  2523. o73.Scale = Vector3.new(0.405518085, 1, 0.40551728)
  2524. o74.Parent = o71
  2525. o74.Material = Enum.Material.SmoothPlastic
  2526. o74.BrickColor = BrickColor.new("Fossil")
  2527. o74.Position = Vector3.new(13.1571112, 41.3597794, -68.6949692)
  2528. o74.Anchored = true
  2529. o74.CanCollide = false
  2530. o74.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2531. o74.CFrame = CFrame.new(13.1571112, 41.3597794, -68.6949692, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2532. o74.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2533. o74.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2534. o74.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2535. o74.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2536. o74.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2537. o74.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2538. o74.Color = Color3.new(0.623529, 0.631373, 0.67451)
  2539. o74.Position = Vector3.new(13.1571112, 41.3597794, -68.6949692)
  2540. o75.Parent = o74
  2541. o75.Scale = Vector3.new(0.540690422, 0.540689468, 0.540689766)
  2542. o76.Parent = o71
  2543. o76.Material = Enum.Material.SmoothPlastic
  2544. o76.BrickColor = BrickColor.new("Fossil")
  2545. o76.Position = Vector3.new(13.1571112, 41.3597794, -68.4516602)
  2546. o76.Rotation = Vector3.new(-0, 0, -14.9999666)
  2547. o76.Anchored = true
  2548. o76.CanCollide = false
  2549. o76.Size = Vector3.new(0.200000003, 0.200000003, 0.405517161)
  2550. o76.CFrame = CFrame.new(13.1571112, 41.3597794, -68.4516602, 0.965925932, 0.258818477, 0, -0.258818448, 0.965926051, 0, 0, 0, 1)
  2551. o76.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2552. o76.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2553. o76.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2554. o76.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2555. o76.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2556. o76.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2557. o76.Color = Color3.new(0.623529, 0.631373, 0.67451)
  2558. o76.Position = Vector3.new(13.1571112, 41.3597794, -68.4516602)
  2559. o77.Parent = o76
  2560. o77.Scale = Vector3.new(0.405518085, 0.135172486, 1)
  2561. o78.Parent = o71
  2562. o78.Material = Enum.Material.SmoothPlastic
  2563. o78.BrickColor = BrickColor.new("Fossil")
  2564. o78.Position = Vector3.new(12.9138021, 41.3597794, -68.6949692)
  2565. o78.Rotation = Vector3.new(14.999939, -90, 0)
  2566. o78.Anchored = true
  2567. o78.CanCollide = false
  2568. o78.Size = Vector3.new(0.200000003, 0.200000003, 0.405517161)
  2569. o78.CFrame = CFrame.new(12.9138021, 41.3597794, -68.6949692, 0, 0, -1, -0.25881803, 0.965926111, 0, 0.965926111, 0.25881803, 0)
  2570. o78.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2571. o78.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2572. o78.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2573. o78.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2574. o78.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2575. o78.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2576. o78.Color = Color3.new(0.623529, 0.631373, 0.67451)
  2577. o78.Position = Vector3.new(12.9138021, 41.3597794, -68.6949692)
  2578. o79.Parent = o78
  2579. o79.Scale = Vector3.new(0.405518085, 0.135172486, 1)
  2580. o80.Parent = o71
  2581. o80.Material = Enum.Material.SmoothPlastic
  2582. o80.BrickColor = BrickColor.new("Fossil")
  2583. o80.Position = Vector3.new(13.1571112, 41.3597794, -68.9382782)
  2584. o80.Rotation = Vector3.new(-0, 0, 14.9999952)
  2585. o80.Anchored = true
  2586. o80.CanCollide = false
  2587. o80.Size = Vector3.new(0.200000003, 0.200000003, 0.405517161)
  2588. o80.CFrame = CFrame.new(13.1571112, 41.3597794, -68.9382782, 0.965925872, -0.258818984, 0, 0.258818984, 0.965925872, 0, 0, 0, 1)
  2589. o80.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2590. o80.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2591. o80.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2592. o80.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2593. o80.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2594. o80.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2595. o80.Color = Color3.new(0.623529, 0.631373, 0.67451)
  2596. o80.Position = Vector3.new(13.1571112, 41.3597794, -68.9382782)
  2597. o81.Parent = o80
  2598. o81.Scale = Vector3.new(0.405518085, 0.135172486, 1)
  2599. o82.Parent = o71
  2600. o82.Material = Enum.Material.SmoothPlastic
  2601. o82.BrickColor = BrickColor.new("Fossil")
  2602. o82.Position = Vector3.new(13.4004259, 41.3597794, -68.6949692)
  2603. o82.Rotation = Vector3.new(-14.9999952, -90, 0)
  2604. o82.Anchored = true
  2605. o82.CanCollide = false
  2606. o82.Size = Vector3.new(0.200000003, 0.200000003, 0.405517161)
  2607. o82.CFrame = CFrame.new(13.4004259, 41.3597794, -68.6949692, 0, 0, -1, 0.258818984, 0.965925872, 0, 0.965925872, -0.258818984, 0)
  2608. o82.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2609. o82.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2610. o82.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2611. o82.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2612. o82.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2613. o82.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2614. o82.Color = Color3.new(0.623529, 0.631373, 0.67451)
  2615. o82.Position = Vector3.new(13.4004259, 41.3597794, -68.6949692)
  2616. o83.Parent = o82
  2617. o83.Scale = Vector3.new(0.405518085, 0.135172486, 1)
  2618. o84.Name = "Rotor2"
  2619. o84.Parent = o1
  2620. o84.PrimaryPart = o85
  2621. o85.Name = "Main"
  2622. o85.Parent = o84
  2623. o85.Material = Enum.Material.SmoothPlastic
  2624. o85.BrickColor = BrickColor.new("Fossil")
  2625. o85.Position = Vector3.new(10.9403028, 41.1367531, -68.6949692)
  2626. o85.Anchored = true
  2627. o85.CanCollide = false
  2628. o85.Size = Vector3.new(0.200000003, 0.36496532, 0.200000003)
  2629. o85.CFrame = CFrame.new(10.9403028, 41.1367531, -68.6949692, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2630. o85.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2631. o85.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2632. o85.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2633. o85.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2634. o85.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2635. o85.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2636. o85.Color = Color3.new(0.623529, 0.631373, 0.67451)
  2637. o85.Position = Vector3.new(10.9403028, 41.1367531, -68.6949692)
  2638. o86.Parent = o85
  2639. o86.Scale = Vector3.new(0.405518085, 1, 0.40551728)
  2640. o87.Parent = o84
  2641. o87.Material = Enum.Material.SmoothPlastic
  2642. o87.BrickColor = BrickColor.new("Fossil")
  2643. o87.Position = Vector3.new(10.9403028, 41.3597794, -68.6949692)
  2644. o87.Anchored = true
  2645. o87.CanCollide = false
  2646. o87.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2647. o87.CFrame = CFrame.new(10.9403028, 41.3597794, -68.6949692, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2648. o87.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2649. o87.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2650. o87.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2651. o87.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2652. o87.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2653. o87.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2654. o87.Color = Color3.new(0.623529, 0.631373, 0.67451)
  2655. o87.Position = Vector3.new(10.9403028, 41.3597794, -68.6949692)
  2656. o88.Parent = o87
  2657. o88.Scale = Vector3.new(0.540690422, 0.540689468, 0.540689766)
  2658. o89.Parent = o84
  2659. o89.Material = Enum.Material.SmoothPlastic
  2660. o89.BrickColor = BrickColor.new("Fossil")
  2661. o89.Position = Vector3.new(10.9403028, 41.3597794, -68.4516602)
  2662. o89.Rotation = Vector3.new(-0, 0, -14.9999666)
  2663. o89.Anchored = true
  2664. o89.CanCollide = false
  2665. o89.Size = Vector3.new(0.200000003, 0.200000003, 0.405517161)
  2666. o89.CFrame = CFrame.new(10.9403028, 41.3597794, -68.4516602, 0.965925932, 0.258818477, 0, -0.258818448, 0.965926051, 0, 0, 0, 1)
  2667. o89.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2668. o89.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2669. o89.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2670. o89.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2671. o89.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2672. o89.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2673. o89.Color = Color3.new(0.623529, 0.631373, 0.67451)
  2674. o89.Position = Vector3.new(10.9403028, 41.3597794, -68.4516602)
  2675. o90.Parent = o89
  2676. o90.Scale = Vector3.new(0.405518085, 0.135172486, 1)
  2677. o91.Parent = o84
  2678. o91.Material = Enum.Material.SmoothPlastic
  2679. o91.BrickColor = BrickColor.new("Fossil")
  2680. o91.Position = Vector3.new(10.6969938, 41.3597794, -68.6949692)
  2681. o91.Rotation = Vector3.new(14.999939, -90, 0)
  2682. o91.Anchored = true
  2683. o91.CanCollide = false
  2684. o91.Size = Vector3.new(0.200000003, 0.200000003, 0.405517161)
  2685. o91.CFrame = CFrame.new(10.6969938, 41.3597794, -68.6949692, 0, 0, -1, -0.25881803, 0.965926111, 0, 0.965926111, 0.25881803, 0)
  2686. o91.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2687. o91.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2688. o91.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2689. o91.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2690. o91.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2691. o91.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2692. o91.Color = Color3.new(0.623529, 0.631373, 0.67451)
  2693. o91.Position = Vector3.new(10.6969938, 41.3597794, -68.6949692)
  2694. o92.Parent = o91
  2695. o92.Scale = Vector3.new(0.405518085, 0.135172486, 1)
  2696. o93.Parent = o84
  2697. o93.Material = Enum.Material.SmoothPlastic
  2698. o93.BrickColor = BrickColor.new("Fossil")
  2699. o93.Position = Vector3.new(10.9403028, 41.3597794, -68.9382782)
  2700. o93.Rotation = Vector3.new(-0, 0, 14.9999952)
  2701. o93.Anchored = true
  2702. o93.CanCollide = false
  2703. o93.Size = Vector3.new(0.200000003, 0.200000003, 0.405517161)
  2704. o93.CFrame = CFrame.new(10.9403028, 41.3597794, -68.9382782, 0.965925872, -0.258818984, 0, 0.258818984, 0.965925872, 0, 0, 0, 1)
  2705. o93.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2706. o93.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2707. o93.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2708. o93.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2709. o93.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2710. o93.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2711. o93.Color = Color3.new(0.623529, 0.631373, 0.67451)
  2712. o93.Position = Vector3.new(10.9403028, 41.3597794, -68.9382782)
  2713. o94.Parent = o93
  2714. o94.Scale = Vector3.new(0.405518085, 0.135172486, 1)
  2715. o95.Parent = o84
  2716. o95.Material = Enum.Material.SmoothPlastic
  2717. o95.BrickColor = BrickColor.new("Fossil")
  2718. o95.Position = Vector3.new(11.1836042, 41.3597794, -68.6949692)
  2719. o95.Rotation = Vector3.new(-14.9999952, -90, 0)
  2720. o95.Anchored = true
  2721. o95.CanCollide = false
  2722. o95.Size = Vector3.new(0.200000003, 0.200000003, 0.405517161)
  2723. o95.CFrame = CFrame.new(11.1836042, 41.3597794, -68.6949692, 0, 0, -1, 0.258818984, 0.965925872, 0, 0.965925872, -0.258818984, 0)
  2724. o95.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2725. o95.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2726. o95.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2727. o95.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2728. o95.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2729. o95.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2730. o95.Color = Color3.new(0.623529, 0.631373, 0.67451)
  2731. o95.Position = Vector3.new(11.1836042, 41.3597794, -68.6949692)
  2732. o96.Parent = o95
  2733. o96.Scale = Vector3.new(0.405518085, 0.135172486, 1)
  2734. o97.Parent = o1
  2735. o97.Material = Enum.Material.SmoothPlastic
  2736. o97.BrickColor = BrickColor.new("Institutional white")
  2737. o97.Position = Vector3.new(12.0309782, 40.8393707, -69.5154419)
  2738. o97.Anchored = true
  2739. o97.Size = Vector3.new(2.10868883, 0.7434479, 0.648827374)
  2740. o97.CFrame = CFrame.new(12.0309782, 40.8393707, -69.5154419, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2741. o97.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2742. o97.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2743. o97.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2744. o97.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2745. o97.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2746. o97.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2747. o97.Color = Color3.new(0.972549, 0.972549, 0.972549)
  2748. o97.Position = Vector3.new(12.0309782, 40.8393707, -69.5154419)
  2749. o98.Name = "Smg"
  2750. o98.Parent = o1
  2751. o99.Parent = o98
  2752. o99.Material = Enum.Material.SmoothPlastic
  2753. o99.BrickColor = BrickColor.new("Smoky grey")
  2754. o99.Position = Vector3.new(12.7068396, 40.616333, -69.9344788)
  2755. o99.Rotation = Vector3.new(-0, 0, -89.9999771)
  2756. o99.Anchored = true
  2757. o99.CanCollide = false
  2758. o99.Size = Vector3.new(0.200000003, 0.216275766, 0.200000003)
  2759. o99.CFrame = CFrame.new(12.7068396, 40.616333, -69.9344788, 4.17232513e-07, 1.00000525, 0, -1.00000525, 4.17232513e-07, 0, 0, 0, 1)
  2760. o99.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2761. o99.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2762. o99.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2763. o99.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2764. o99.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2765. o99.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2766. o99.Color = Color3.new(0.356863, 0.364706, 0.411765)
  2767. o99.Position = Vector3.new(12.7068396, 40.616333, -69.9344788)
  2768. o100.Parent = o99
  2769. o100.Scale = Vector3.new(0.946206272, 1, 0.946206272)
  2770. o101.Parent = o98
  2771. o101.Material = Enum.Material.SmoothPlastic
  2772. o101.BrickColor = BrickColor.new("Smoky grey")
  2773. o101.Position = Vector3.new(12.8217306, 40.616333, -69.9344788)
  2774. o101.Rotation = Vector3.new(-0, 0, -89.9999771)
  2775. o101.Anchored = true
  2776. o101.CanCollide = false
  2777. o101.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2778. o101.CFrame = CFrame.new(12.8217306, 40.616333, -69.9344788, 4.17232513e-07, 1.00000525, 0, -1.00000525, 4.17232513e-07, 0, 0, 0, 1)
  2779. o101.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2780. o101.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2781. o101.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2782. o101.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2783. o101.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2784. o101.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2785. o101.Color = Color3.new(0.356863, 0.364706, 0.411765)
  2786. o101.Position = Vector3.new(12.8217306, 40.616333, -69.9344788)
  2787. o102.Parent = o101
  2788. o102.Scale = Vector3.new(0.811033964, 0.20275867, 0.946206272)
  2789. o103.Parent = o98
  2790. o103.Material = Enum.Material.SmoothPlastic
  2791. o103.BrickColor = BrickColor.new("Smoky grey")
  2792. o103.Position = Vector3.new(12.9095907, 40.6298485, -69.9344788)
  2793. o103.Rotation = Vector3.new(-0, 0, -89.9999771)
  2794. o103.Anchored = true
  2795. o103.CanCollide = false
  2796. o103.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2797. o103.CFrame = CFrame.new(12.9095907, 40.6298485, -69.9344788, 4.17232513e-07, 1.00000525, 0, -1.00000525, 4.17232513e-07, 0, 0, 0, 1)
  2798. o103.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2799. o103.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2800. o103.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2801. o103.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2802. o103.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2803. o103.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2804. o103.Color = Color3.new(0.356863, 0.364706, 0.411765)
  2805. o103.Position = Vector3.new(12.9095907, 40.6298485, -69.9344788)
  2806. o104.Parent = o103
  2807. o104.Scale = Vector3.new(0.54068929, 0.811033964, 0.946206272)
  2808. o105.Name = "SMGPipeH"
  2809. o105.Parent = o98
  2810. o105.Material = Enum.Material.SmoothPlastic
  2811. o105.BrickColor = BrickColor.new("Really black")
  2812. o105.Position = Vector3.new(12.9974585, 40.6298485, -69.9344788)
  2813. o105.Rotation = Vector3.new(-0, 0, -89.9999771)
  2814. o105.Anchored = true
  2815. o105.CanCollide = false
  2816. o105.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2817. o105.CFrame = CFrame.new(12.9974585, 40.6298485, -69.9344788, 4.17232513e-07, 1.00000525, 0, -1.00000525, 4.17232513e-07, 0, 0, 0, 1)
  2818. o105.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2819. o105.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2820. o105.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2821. o105.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2822. o105.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2823. o105.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2824. o105.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  2825. o105.Position = Vector3.new(12.9974585, 40.6298485, -69.9344788)
  2826. o106.Parent = o105
  2827. o106.Scale = Vector3.new(0.270344585, 0.0675861686, 0.946206272)
  2828. o107.Parent = o98
  2829. o107.Material = Enum.Material.SmoothPlastic
  2830. o107.BrickColor = BrickColor.new("Smoky grey")
  2831. o107.Position = Vector3.new(12.8758001, 40.5825348, -69.9344788)
  2832. o107.Rotation = Vector3.new(-0, 0, -89.9999771)
  2833. o107.Anchored = true
  2834. o107.CanCollide = false
  2835. o107.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  2836. o107.CFrame = CFrame.new(12.8758001, 40.5825348, -69.9344788, 4.17232513e-07, 1.00000525, 0, -1.00000525, 4.17232513e-07, 0, 0, 0, 1)
  2837. o107.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2838. o107.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2839. o107.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2840. o107.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2841. o107.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2842. o107.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2843. o107.Color = Color3.new(0.356863, 0.364706, 0.411765)
  2844. o107.Position = Vector3.new(12.8758001, 40.5825348, -69.9344788)
  2845. o108.Parent = o107
  2846. o108.Scale = Vector3.new(0.337930739, 0.473103255, 0.946206272)
  2847. o109.Name = "Controller"
  2848. o109.Parent = o1
  2849. o109.Material = Enum.Material.SmoothPlastic
  2850. o109.BrickColor = BrickColor.new("Institutional white")
  2851. o109.Position = Vector3.new(12.0515394, 40.7946739, -70.0561295)
  2852. o109.Anchored = true
  2853. o109.CanCollide = false
  2854. o109.Size = Vector3.new(0.200000003, 0.400000006, 0.432551533)
  2855. o109.CFrame = CFrame.new(12.0515394, 40.7946739, -70.0561295, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  2856. o109.BackSurface = Enum.SurfaceType.SmoothNoOutlines
  2857. o109.BottomSurface = Enum.SurfaceType.SmoothNoOutlines
  2858. o109.FrontSurface = Enum.SurfaceType.SmoothNoOutlines
  2859. o109.LeftSurface = Enum.SurfaceType.SmoothNoOutlines
  2860. o109.RightSurface = Enum.SurfaceType.SmoothNoOutlines
  2861. o109.TopSurface = Enum.SurfaceType.SmoothNoOutlines
  2862. o109.Color = Color3.new(0.972549, 0.972549, 0.972549)
  2863. o109.Position = Vector3.new(12.0515394, 40.7946739, -70.0561295)
  2864. o1.PrimaryPart = o109
  2865.  
  2866. local seat = Instance.new("Seat",o1)
  2867. seat.Name = "Seat"
  2868. seat.Size = Vector3.new(1,1,1)
  2869. seat.Transparency = 1
  2870. seat.CFrame = o1.Controller.CFrame * CFrame.Angles(math.rad(0),math.rad(-90),math.rad(0))
  2871. seat.CanCollide = false
  2872.  
  2873. local soisoi = Instance.new("Sound",o1.Controller)
  2874. soisoi.SoundId = "rbxassetid://151800925"
  2875. soisoi.Volume = 0.3
  2876. soisoi.Pitch = 3
  2877. soisoi.Looped = true
  2878. soisoi:Play()
  2879.  
  2880. local rpod = Instance.new("Part")
  2881.  
  2882. local hum = Instance.new("Humanoid",o1)
  2883. hum.MaxHealth = 250
  2884. hum.Health = 250
  2885.  
  2886. o1:FindFirstChild("Rotor1").PrimaryPart = o1:FindFirstChild("Rotor1").Main
  2887. o1:FindFirstChild("Rotor2").PrimaryPart = o1:FindFirstChild("Rotor2").Main
  2888. o1:FindFirstChild("Rotor3").PrimaryPart = o1:FindFirstChild("Rotor3").Main
  2889. o1:FindFirstChild("Rotor4").PrimaryPart = o1:FindFirstChild("Rotor4").Main
  2890. o1:FindFirstChild("Smg").PrimaryPart = o1:FindFirstChild("Smg").SMGPipeH
  2891.  
  2892. o1:FindFirstChild("Eye").Changed:connect(function()
  2893. o1:FindFirstChild("Eye").Light.Color = o1:FindFirstChild("Eye").Color
  2894. end)
  2895.  
  2896. o1:FindFirstChild("Eye").BrickColor = BrickColor.new("New Yeller")
  2897.  
  2898. for i,v in pairs(o1:GetChildren()) do
  2899. if v:IsA("Part") or v:IsA("UnionOperation") or v:IsA("WedgePart") then
  2900. if v.BrickColor == BrickColor.new("Institutional white") then
  2901. v.BrickColor = BrickColor.new("Really black")
  2902. end
  2903. if v.Material ~= Enum.Material.Neon then
  2904. v.Material = "Metal"
  2905. end
  2906. local w = Instance.new("Weld",o109)
  2907. w.Part0 = o109
  2908. w.Part1 = v
  2909. w.C0 = CFrame.new(v.Position-o109.CFrame.p)*CFrame.Angles(math.rad(v.Rotation.X),math.rad(v.Rotation.Y),math.rad(v.Rotation.Z))
  2910. end
  2911. end
  2912.  
  2913. for i,v in pairs(o1:FindFirstChild("Rotor1"):GetChildren()) do
  2914. v.BrickColor = BrickColor.new("Really black")
  2915. end
  2916. for i,v in pairs(o1:FindFirstChild("Rotor2"):GetChildren()) do
  2917. v.BrickColor = BrickColor.new("Really black")
  2918. end
  2919. for i,v in pairs(o1:FindFirstChild("Rotor3"):GetChildren()) do
  2920. v.BrickColor = BrickColor.new("Really black")
  2921. end
  2922. for i,v in pairs(o1:FindFirstChild("Rotor4"):GetChildren()) do
  2923. v.BrickColor = BrickColor.new("Really black")
  2924. end
  2925.  
  2926. --o1.SmgShutter.Material = "DiamondPlate"
  2927.  
  2928. local plr = owner
  2929. local msgidGlob = 0
  2930. local state = true
  2931. local font = "Arcade"
  2932. local tcol = Color3.fromRGB(255,217,0)
  2933. local tscol = Color3.fromRGB(0,0,0)
  2934. local fsiz = 28
  2935. local tr = true
  2936. local fade = 2
  2937.  
  2938. local p = Instance.new("Part",game.Workspace)
  2939. p.Size = Vector3.new(0.2,0.2,0.2)
  2940. p.Transparency = 1
  2941. p.Anchored = true
  2942. p.CanCollide = false
  2943. p.Name = "Msg"
  2944. p.CFrame = o1.PrimaryPart.CFrame + Vector3.new(0,2.25,0)
  2945.  
  2946. local r = 255
  2947. local b = 0
  2948. local g = 0
  2949.  
  2950. function cMsg(c)
  2951. msgidGlob = msgidGlob + 1
  2952. local curMsgId = msgidGlob
  2953. for i,v in pairs(p:GetChildren()) do
  2954. if v:IsA("BillboardGui") and v.Name == "J2CMSG" then
  2955. v:Destroy()
  2956. end
  2957. end
  2958. local bbgui = Instance.new("BillboardGui",p)
  2959. bbgui.Name = "J2CMSG"
  2960. bbgui.AlwaysOnTop = true
  2961. bbgui.ExtentsOffsetWorldSpace = Vector3.new(0,4.5,0)
  2962. bbgui.Size = UDim2.new(0.2,0,0.14,0)
  2963. local tl = Instance.new("TextLabel",bbgui)
  2964. tl.BackgroundTransparency = 1
  2965. tl.BorderSizePixel = 0
  2966. tl.Size = UDim2.new(1,0,10,0)
  2967. tl.Position = UDim2.new(0,0,-5,0)
  2968. tl.Font = font or "Arcade"
  2969. tl.FontSize = "Size"..fsiz or "Size28"
  2970. tl.TextColor3 = tcol
  2971. tl.TextScaled = false
  2972. tl.TextWrapped = false
  2973. tl.TextStrokeColor3 = tscol
  2974. tl.TextStrokeTransparency = 0
  2975.  
  2976. game:GetService("RunService").=Stepped:connect(function()
  2977. if tr then
  2978. if tl.Parent ~= nil then
  2979. tl.TextColor3 = Color3.fromRGB(r,g,b)
  2980. end
  2981. end
  2982. end)
  2983.  
  2984. for i=1,#c do
  2985. if msgidGlob == curMsgId then
  2986. tl.Text = string.sub(c,1,i)
  2987. if string.sub(c,i,i) ~= " " then
  2988. local s = Instance.new("Sound",p)
  2989. s.SoundId = "rbxassetid://418252437"
  2990. s.Volume = 1
  2991. s.Pitch = 1
  2992. s:Play()
  2993. game.Debris:AddItem(s,2)
  2994. end
  2995. wait()
  2996. end
  2997. end
  2998. wait(fade)
  2999. if msgidGlob == curMsgId then
  3000. for i=1,10 do
  3001. if msgidGlob == curMsgId then
  3002. tl.TextTransparency = tl.TextTransparency + 0.1
  3003. tl.TextStrokeTransparency = tl.TextStrokeTransparency + 0.1
  3004. tl.Position = tl.Position + UDim2.new(0,0,0,-3)
  3005. wait()
  3006. end
  3007. end
  3008. if msgidGlob == curMsgId then
  3009. bbgui:Destroy()
  3010. end
  3011. end
  3012. end
  3013.  
  3014. mouse.KeyDown:connect(function(key)
  3015. if key == "b" then
  3016. if fly == false then
  3017. fly = true
  3018. campos = camera.CoordinateFrame
  3019. cMsg("Remote control!")
  3020. else
  3021. fly = false
  3022. returnhome = false
  3023. cMsg("Standby.")
  3024. end
  3025. end
  3026. if key == "w" then
  3027. wd = true
  3028. elseif key == "a" then
  3029. ad = true
  3030. elseif key == "s" then
  3031. sd = true
  3032. elseif key == "d" then
  3033. dd = true
  3034. elseif key == "q" then
  3035. qd = true
  3036. elseif key == "e" then
  3037. ed = true
  3038. elseif key == "r" then
  3039. rd = true
  3040. elseif key == "f" then
  3041. fd = true
  3042. elseif key == "t" then
  3043. if fly == false and returnhome == false then
  3044. returnhome = true
  3045. cMsg("Returning home!")
  3046. elseif fly == false and returnhome == true then
  3047. returnhome = false
  3048. cMsg("Standby.")
  3049. end
  3050. elseif key == "g" then
  3051. if gcd == false and moused == false then
  3052. gcd = true
  3053. if gun == false then
  3054. spawn(function() cMsg("Activating gun mode.") end)
  3055. gun = true
  3056. o1.SmgShutter.Transparency = 1
  3057. for i=1,30 do
  3058. o1.Smg:SetPrimaryPartCFrame(o1.Smg.PrimaryPart.CFrame * CFrame.new(0,0.01,0))
  3059. wait()
  3060. end
  3061. else
  3062. spawn(function() cMsg("Deactivating gun mode.") end)
  3063. gun = false
  3064. for i=1,30 do
  3065. o1.Smg:SetPrimaryPartCFrame(o1.Smg.PrimaryPart.CFrame * CFrame.new(0,-0.01,0))
  3066. wait()
  3067. end
  3068. o1.SmgShutter.Transparency = 0
  3069. end
  3070. wait(1)
  3071. gcd = false
  3072. end
  3073. end
  3074. end)
  3075.  
  3076. mouse.KeyUp:connect(function(key)
  3077. if key == "w" then
  3078. wd = false
  3079. elseif key == "a" then
  3080. ad = false
  3081. elseif key == "s" then
  3082. sd = false
  3083. elseif key == "d" then
  3084. dd = false
  3085. elseif key == "q" then
  3086. qd = false
  3087. elseif key == "e" then
  3088. ed = false
  3089. elseif key == "r" then
  3090. rd = false
  3091. elseif key == "f" then
  3092. fd = false
  3093. end
  3094. end)
  3095.  
  3096.  
  3097. hum.Changed:connect(function()
  3098. if hum.Health > hum.MaxHealth/2 then
  3099. if o1.Controller:FindFirstChild("Fire") then o1.Controller.Fire:Destroy() end
  3100. if o1.Controller:FindFirstChild("Smoke") then o1.Controller.Smoke:Destroy() end
  3101. elseif hum.Health <= hum.MaxHealth/2 and hum.Health > hum.MaxHealth/4 then
  3102. if not o1.Controller:FindFirstChild("Smoke") then Instance.new("Smoke",o1.Controller) end
  3103. if o1.Controller:FindFirstChild("Fire") then o1.Controller.Fire:Destroy() end
  3104. elseif hum.Health <= hum.MaxHealth/4 then
  3105. if not o1.Controller:FindFirstChild("Smoke") then Instance.new("Smoke",o1.Controller) end
  3106. if not o1.Controller:FindFirstChild("Fire") then Instance.new("Fire",o1.Controller) end
  3107. end
  3108. if hum.Health < hum.MaxHealth then
  3109. print("Health is now "..hum.Health)
  3110. else
  3111. print("Health max.")
  3112. end
  3113. end)
  3114.  
  3115. mouse.Button1Down:connect(function()
  3116. if moused == false and gun == true then
  3117. moused = true
  3118. local frms = 0
  3119. frm = game:GetService("RunService").=Stepped:connect(function()
  3120. if math.floor(frms/5) == frms/5 then
  3121. for i=1,3 do
  3122. spawn(function()
  3123. local ray = Ray.new(o1.Smg.SMGPipeH.CFrame.p,((mouse.Hit.p - o1.Smg.SMGPipeH.CFrame.p).unit*2048) + Vector3.new(math.random(-1000,1000)/50,math.random(-1000,1000)/50,math.random(-1000,1000)/50))
  3124. local part,pos,normal = game:GetService("Workspace"):FindPartOnRayWithIgnoreList(ray,char:GetChildren(),false,true)
  3125. local trace = Instance.new("Part")
  3126. trace.BrickColor = BrickColor.new("New Yeller")
  3127. trace.Size = Vector3.new(0.2,0.2,(o1.Smg.SMGPipeH.CFrame.p - pos).Magnitude)
  3128. trace.Anchored = true
  3129. trace.Material = "Neon"
  3130. trace.CanCollide = false
  3131. trace.Parent = game:GetService("Workspace")
  3132. trace.CFrame = CFrame.new(o1.Smg.SMGPipeH.CFrame.p,pos)*CFrame.new(0,0,-((o1.Smg.SMGPipeH.CFrame.p - pos).Magnitude/2))
  3133. local s = Instance.new("Sound",o1.Smg.SMGPipeH)
  3134. s.SoundId = "rbxassetid://131257506"
  3135. s:Play()
  3136. spawn(function()
  3137. wait(2)
  3138. s:Destroy()
  3139. end)
  3140.  
  3141. if part then
  3142. if part.Parent:IsA("Model") then
  3143. if part.Parent:FindFirstChild("Humanoid") then
  3144. part.Parent.Humanoid.Health = part.Parent.Humanoid.Health - 15
  3145. end
  3146. elseif part.Parent.Parent:IsA("Model") then
  3147. if part.Parent.Parent:FindFirstChild("Humanoid") then
  3148. part.Parent.Parent.Humanoid.Health = part.Parent.Parent.Humanoid.Health - 15
  3149. end
  3150. end
  3151. end
  3152.  
  3153. wait(0.05)
  3154. trace:Destroy()
  3155. end)
  3156. end
  3157. end
  3158. frms = frms + 1
  3159. end)
  3160. mbup = mouse.Button1Up:connect(function()
  3161. moused = false
  3162. frm:disconnect()
  3163. mbup:disconnect()
  3164. end)
  3165. end
  3166. end)
  3167.  
  3168. local currentframe = 0
  3169.  
  3170. game:GetService("RunService").=Stepped:connect(function()
  3171. currentframe = currentframe + 1
  3172. if math.floor(currentframe/16) == currentframe/16 then
  3173. if hum.Health < hum.MaxHealth then
  3174. hum.Health = hum.Health + hum.MaxHealth/4800
  3175. end
  3176. end
  3177. if hum.Health > hum.MaxHealth then
  3178. hum.Health = hum.MaxHealth
  3179. end
  3180. local xt = 0
  3181. local yt = 0
  3182. local zt = 0
  3183. local pspd = 0
  3184. if wd == true or ad == true or sd == true or dd == true or qd == true or ed == true or rd == true or fd == true then
  3185. tPitch = 3.4
  3186. pspd = -30
  3187. else
  3188. tPitch = 3
  3189. pspd = -15
  3190. end
  3191. local pChange = (tPitch - soisoi.Pitch)/10
  3192. soisoi.Pitch = soisoi.Pitch + pChange
  3193. if fly == true then
  3194. if wd == true then
  3195. tCf = tCf * CFrame.new(0.5,0,0)
  3196. yt = yt + 5
  3197. end
  3198. if ad == true then
  3199. tCf = tCf * CFrame.new(0,0,-0.5)
  3200. zt = zt - 5
  3201. end
  3202. if sd == true then
  3203. tCf = tCf * CFrame.new(-0.5,0,0)
  3204. yt = yt - 5
  3205. end
  3206. if dd == true then
  3207. tCf = tCf * CFrame.new(0,0,0.5)
  3208. zt = zt + 5
  3209. end
  3210. if qd == true then
  3211. tCf = tCf * CFrame.Angles(math.rad(0),math.rad(3),math.rad(0))
  3212. end
  3213. if ed == true then
  3214. tCf = tCf * CFrame.Angles(math.rad(0),math.rad(-3),math.rad(0))
  3215. end
  3216. if rd == true then
  3217. tCf = tCf * CFrame.new(0,0.5,0)
  3218. end
  3219. if fd == true then
  3220. tCf = tCf * CFrame.new(0,-0.5,0)
  3221. end
  3222. local nvec = Vector3.new(0,2,7)
  3223. if seat.Occupant ~= nil then
  3224. nvec = Vector3.new(2,4,7)
  3225. end
  3226. campos = campos:lerp((o37.CFrame * CFrame.Angles(math.rad(90 - xt),math.rad(0 - yt),math.rad(90 - zt))) * CFrame.new(nvec),0.33)
  3227. camera.CoordinateFrame = campos
  3228. char:FindFirstChild("Humanoid").WalkSpeed = 0
  3229. char:FindFirstChild("Humanoid").JumpPower = 0
  3230. else
  3231. if returnhome == true then
  3232. tCf = (char:FindFirstChild("Head").CFrame + Vector3.new(0,5,0)) * CFrame.Angles(math.rad(0),math.rad(90),math.rad(0))
  3233. end
  3234. char:FindFirstChild("Humanoid").WalkSpeed = 16
  3235. char:FindFirstChild("Humanoid").JumpPower = 50
  3236. end
  3237. o1:FindFirstChild("Rotor1"):SetPrimaryPartCFrame(o1:FindFirstChild("Rotor1").PrimaryPart.CFrame * CFrame.Angles(math.rad(0),math.rad(pspd),math.rad(0)))
  3238. o1:FindFirstChild("Rotor2"):SetPrimaryPartCFrame(o1:FindFirstChild("Rotor2").PrimaryPart.CFrame * CFrame.Angles(math.rad(0),math.rad(pspd),math.rad(0)))
  3239. o1:FindFirstChild("Rotor3"):SetPrimaryPartCFrame(o1:FindFirstChild("Rotor3").PrimaryPart.CFrame * CFrame.Angles(math.rad(0),math.rad(pspd),math.rad(0)))
  3240. o1:FindFirstChild("Rotor4"):SetPrimaryPartCFrame(o1:FindFirstChild("Rotor4").PrimaryPart.CFrame * CFrame.Angles(math.rad(0),math.rad(pspd),math.rad(0)))
  3241. o1:SetPrimaryPartCFrame(o1.PrimaryPart.CFrame:lerp((tCf + Vector3.new(0,math.sin(tick()*4)/5,0)) * CFrame.Angles(math.rad(zt*2),math.rad(0*2),math.rad(-(yt*2))),0.06))
  3242. end)
  3243.  
  3244. plr.Chatted:connect(function(c)
  3245. if o1.PrimaryPart ~= nil and fly == true then
  3246. if string.lower(string.sub(c,1,3)) == "/e " then
  3247. cMsg(string.sub(c,4,#c))
  3248. else
  3249. cMsg(c)
  3250. end
  3251. end
  3252. end)
  3253.  
  3254. coroutine.resume(coroutine.create(function()
  3255. while wait() do
  3256. for i=0,255,10 do g = i wait() end
  3257. for i=255,0,-10 do r = i wait() end
  3258. for i=0,255,10 do b = i wait() end
  3259. for i=255,0,-10 do g = i wait() end
  3260. for i=0,255,10 do r = i wait() end
  3261. for i=255,0,-10 do b = i wait() end
  3262. end
  3263. end))
  3264.  
  3265. game:GetService("RunService").=Stepped:connect(function()
  3266. if p.Parent ~= nil then
  3267. p.CFrame = p.CFrame:lerp(o1.PrimaryPart.CFrame + Vector3.new(0,1,0),0.16)
  3268. else
  3269. p = Instance.new("Part",game.Workspace)
  3270. p.Size = Vector3.new(0.2,0.2,0.2)
  3271. p.Transparency = 1
  3272. p.Anchored = true
  3273. p.CanCollide = false
  3274. p.Name = "Msg"
  3275. p.CFrame = o1.PrimaryPart.CFrame + Vector3.new(0,1,0)
  3276. end
  3277. end)
  3278. end
  3279. },
  3280. {
  3281. "V3 - Bloxxer",
  3282. function()
  3283. --Here we go.
  3284. local Tool = Instance.new("Tool",owner.Backpack)
  3285. Tool.Name = "V3 - Bloxxer"
  3286. Tool.CanBeDropped = false
  3287. Tool.RequiresHandle = false
  3288.  
  3289. local sname = Tool.Name
  3290. Tool.Name = "[WAIT]"
  3291. wait(0.5)
  3292. Tool.Name = sname
  3293.  
  3294. local plr = owner
  3295.  
  3296. while not plr.Character do wait() end
  3297.  
  3298. local char,jtab,ceqpt,bsy,isaim,cd = plr.Character,{},false,false,false,false
  3299.  
  3300. local dmgTab = {
  3301. {"Head",math.huge},
  3302. {"Torso",40}
  3303. }
  3304.  
  3305. local miscDmg = 20 --Anything not in the dmgTab takes this damage.
  3306.  
  3307. local gyro = Instance.new("BodyGyro",game:GetService("ServerStorage"))
  3308. gyro.MaxTorque = Vector3.new(0,0,0)
  3309. gyro.D = 0
  3310. gyro.P = 100000000
  3311.  
  3312. o1 = Tool
  3313. o2 = Instance.new("Part")
  3314. o3 = Instance.new("BlockMesh")
  3315. o4 = Instance.new("Part")
  3316. o5 = Instance.new("BlockMesh")
  3317. o6 = Instance.new("Part")
  3318. o7 = Instance.new("BlockMesh")
  3319. o8 = Instance.new("Part")
  3320. o9 = Instance.new("BlockMesh")
  3321. o10 = Instance.new("Part")
  3322. o11 = Instance.new("CylinderMesh")
  3323. o12 = Instance.new("Part")
  3324. o13 = Instance.new("BlockMesh")
  3325. o14 = Instance.new("Part")
  3326. o15 = Instance.new("BlockMesh")
  3327. o16 = Instance.new("Part")
  3328. o17 = Instance.new("BlockMesh")
  3329. o18 = Instance.new("Part")
  3330. o19 = Instance.new("BlockMesh")
  3331. o20 = Instance.new("Part")
  3332. o21 = Instance.new("BlockMesh")
  3333. o22 = Instance.new("Part")
  3334. o23 = Instance.new("BlockMesh")
  3335. o24 = Instance.new("Part")
  3336. o25 = Instance.new("BlockMesh")
  3337. o26 = Instance.new("Part")
  3338. o27 = Instance.new("BlockMesh")
  3339. o28 = Instance.new("Part")
  3340. o29 = Instance.new("BlockMesh")
  3341. o30 = Instance.new("Part")
  3342. o31 = Instance.new("BlockMesh")
  3343. o32 = Instance.new("Part")
  3344. o33 = Instance.new("BlockMesh")
  3345. o34 = Instance.new("Part")
  3346. o35 = Instance.new("BlockMesh")
  3347. o36 = Instance.new("Part")
  3348. o37 = Instance.new("CylinderMesh")
  3349. o38 = Instance.new("Part")
  3350. o39 = Instance.new("BlockMesh")
  3351. o40 = Instance.new("Part")
  3352. o41 = Instance.new("BlockMesh")
  3353. o42 = Instance.new("Part")
  3354. o43 = Instance.new("SpecialMesh")
  3355. o44 = Instance.new("Part")
  3356. o45 = Instance.new("SpecialMesh")
  3357. o46 = Instance.new("Part")
  3358. o47 = Instance.new("BlockMesh")
  3359. o48 = Instance.new("Part")
  3360. o49 = Instance.new("BlockMesh")
  3361. o50 = Instance.new("Part")
  3362. o51 = Instance.new("BlockMesh")
  3363. o52 = Instance.new("Part")
  3364. o53 = Instance.new("SpecialMesh")
  3365. o54 = Instance.new("Part")
  3366. o55 = Instance.new("SpecialMesh")
  3367. o56 = Instance.new("Part")
  3368. o57 = Instance.new("SpecialMesh")
  3369. o58 = Instance.new("Part")
  3370. o59 = Instance.new("SpecialMesh")
  3371. o60 = Instance.new("Part")
  3372. o61 = Instance.new("CylinderMesh")
  3373. o62 = Instance.new("Part")
  3374. o63 = Instance.new("Part")
  3375. o64 = Instance.new("CylinderMesh")
  3376. o65 = Instance.new("Part")
  3377. o66 = Instance.new("CylinderMesh")
  3378. o67 = Instance.new("Part")
  3379. o68 = Instance.new("SpecialMesh")
  3380. o69 = Instance.new("Part")
  3381. o70 = Instance.new("SpecialMesh")
  3382. o71 = Instance.new("Part")
  3383. o72 = Instance.new("SpecialMesh")
  3384. o73 = Instance.new("Part")
  3385. o74 = Instance.new("SpecialMesh")
  3386. o75 = Instance.new("Part")
  3387. o76 = Instance.new("BlockMesh")
  3388. o77 = Instance.new("Part")
  3389. o78 = Instance.new("SpecialMesh")
  3390. o79 = Instance.new("Part")
  3391. o80 = Instance.new("SpecialMesh")
  3392. o81 = Instance.new("Part")
  3393. o82 = Instance.new("SpecialMesh")
  3394. o83 = Instance.new("Part")
  3395. o84 = Instance.new("SpecialMesh")
  3396. o85 = Instance.new("Part")
  3397. o86 = Instance.new("SpecialMesh")
  3398. o87 = Instance.new("Part")
  3399. o88 = Instance.new("SpecialMesh")
  3400. o89 = Instance.new("Part")
  3401. o90 = Instance.new("SpecialMesh")
  3402. o91 = Instance.new("Part")
  3403. o92 = Instance.new("BlockMesh")
  3404. o93 = Instance.new("Part")
  3405. o94 = Instance.new("SpecialMesh")
  3406. o95 = Instance.new("Part")
  3407. o96 = Instance.new("BlockMesh")
  3408. o97 = Instance.new("Part")
  3409. o98 = Instance.new("BlockMesh")
  3410. o99 = Instance.new("Part")
  3411. o100 = Instance.new("SpecialMesh")
  3412. o101 = Instance.new("Part")
  3413. o102 = Instance.new("Part")
  3414. o103 = Instance.new("BlockMesh")
  3415. o104 = Instance.new("Part")
  3416. o105 = Instance.new("CylinderMesh")
  3417. o106 = Instance.new("Part")
  3418. o107 = Instance.new("SpecialMesh")
  3419. o108 = Instance.new("Part")
  3420. o109 = Instance.new("SpecialMesh")
  3421. o110 = Instance.new("Part")
  3422. o111 = Instance.new("SpecialMesh")
  3423. o112 = Instance.new("Part")
  3424. o113 = Instance.new("SpecialMesh")
  3425. o114 = Instance.new("Part")
  3426. o115 = Instance.new("SpecialMesh")
  3427. o116 = Instance.new("Part")
  3428. o117 = Instance.new("SpecialMesh")
  3429. o118 = Instance.new("Part")
  3430. o119 = Instance.new("SpecialMesh")
  3431. o120 = Instance.new("Part")
  3432. o121 = Instance.new("BlockMesh")
  3433. o122 = Instance.new("Part")
  3434. o123 = Instance.new("SpecialMesh")
  3435. o124 = Instance.new("Part")
  3436. o125 = Instance.new("BlockMesh")
  3437. o126 = Instance.new("Part")
  3438. o127 = Instance.new("SpecialMesh")
  3439. o128 = Instance.new("Part")
  3440. o129 = Instance.new("Part")
  3441. o130 = Instance.new("SpecialMesh")
  3442. o131 = Instance.new("Part")
  3443. o132 = Instance.new("SpecialMesh")
  3444. o133 = Instance.new("Part")
  3445. o134 = Instance.new("CylinderMesh")
  3446. o135 = Instance.new("Part")
  3447. o136 = Instance.new("CylinderMesh")
  3448. o137 = Instance.new("Part")
  3449. o138 = Instance.new("CylinderMesh")
  3450. o139 = Instance.new("Part")
  3451. o140 = Instance.new("CylinderMesh")
  3452. o141 = Instance.new("Part")
  3453. o142 = Instance.new("CylinderMesh")
  3454. o2.Name = "HandlePart"
  3455. o2.Parent = o1
  3456. o2.Transparency = 1
  3457. o2.Position = Vector3.new(48.3958015, 153.580551, 21.9676399)
  3458. o2.Rotation = Vector3.new(4.02395599e-005, 60.0001793, -8.03882431e-005)
  3459. o2.CanCollide = false
  3460. o2.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  3461. o2.CFrame = CFrame.new(48.3958015, 153.580551, 21.9676399, 0.499997973, 7.0151691e-007, 0.866026998, -7.9483641e-007, 1, -3.51154995e-007, -0.866026998, -5.1277857e-007, 0.499997973)
  3462. o2.BottomSurface = Enum.SurfaceType.Smooth
  3463. o2.FrontSurface = Enum.SurfaceType.Glue
  3464. o2.TopSurface = Enum.SurfaceType.Smooth
  3465. o2.Position = Vector3.new(48.3958015, 153.580551, 21.9676399)
  3466. o3.Parent = o2
  3467. o3.Scale = Vector3.new(0.9083215, 0.227080077, 0.454159856)
  3468. o4.Name = "Neon"
  3469. o4.Parent = o1
  3470. o4.Material = Enum.Material.Neon
  3471. o4.BrickColor = BrickColor.new("New Yeller")
  3472. o4.Position = Vector3.new(47.8534203, 154.309479, 21.4704323)
  3473. o4.Rotation = Vector3.new(0.000139710144, -30.0002022, -5.16797354e-006)
  3474. o4.CanCollide = false
  3475. o4.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  3476. o4.CFrame = CFrame.new(47.8534203, 154.309479, 21.4704323, 0.866024077, 7.81137715e-008, -0.50000304, -1.3094168e-006, 1, -2.11171482e-006, 0.50000304, 2.48350307e-006, 0.866024077)
  3477. o4.Color = Color3.new(1, 1, 0)
  3478. o4.Position = Vector3.new(47.8534203, 154.309479, 21.4704323)
  3479. o5.Parent = o4
  3480. o5.Scale = Vector3.new(0.0454160832, 0.476868123, 0.0454159975)
  3481. o6.Name = "Neon"
  3482. o6.Parent = o1
  3483. o6.Material = Enum.Material.Neon
  3484. o6.BrickColor = BrickColor.new("New Yeller")
  3485. o6.Position = Vector3.new(47.9478264, 154.266312, 21.5249386)
  3486. o6.Rotation = Vector3.new(0.000139710086, -30.0002022, -5.16779301e-006)
  3487. o6.CanCollide = false
  3488. o6.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  3489. o6.CFrame = CFrame.new(47.9478264, 154.266312, 21.5249386, 0.866024077, 7.8111043e-008, -0.50000304, -1.30941316e-006, 1, -2.11171391e-006, 0.50000304, 2.48350034e-006, 0.866024077)
  3490. o6.Color = Color3.new(1, 1, 0)
  3491. o6.Position = Vector3.new(47.9478264, 154.266312, 21.5249386)
  3492. o7.Parent = o6
  3493. o7.Scale = Vector3.new(0.22708039, 0.0454160199, 0.0454159975)
  3494. o8.Name = "Neon"
  3495. o8.Parent = o1
  3496. o8.Material = Enum.Material.Neon
  3497. o8.BrickColor = BrickColor.new("New Yeller")
  3498. o8.Position = Vector3.new(47.9950218, 154.314011, 21.5521908)
  3499. o8.Rotation = Vector3.new(0.000139710144, -30.0002022, -5.16797354e-006)
  3500. o8.CanCollide = false
  3501. o8.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  3502. o8.CFrame = CFrame.new(47.9950218, 154.314011, 21.5521908, 0.866024077, 7.81137715e-008, -0.50000304, -1.3094168e-006, 1, -2.11171482e-006, 0.50000304, 2.48350307e-006, 0.866024077)
  3503. o8.Color = Color3.new(1, 1, 0)
  3504. o8.Position = Vector3.new(47.9950218, 154.314011, 21.5521908)
  3505. o9.Parent = o8
  3506. o9.Scale = Vector3.new(0.0454160832, 0.431452125, 0.0454159975)
  3507. o10.Name = "Neon"
  3508. o10.Parent = o1
  3509. o10.Material = Enum.Material.Neon
  3510. o10.BrickColor = BrickColor.new("New Yeller")
  3511. o10.Reflectance = 1
  3512. o10.Position = Vector3.new(47.4816551, 154.61377, 21.4365616)
  3513. o10.Rotation = Vector3.new(-90.0006027, -0.0009542763, -119.998665)
  3514. o10.CanCollide = false
  3515. o10.Size = Vector3.new(0.254330039, 1.28073144, 0.222538337)
  3516. o10.CFrame = CFrame.new(47.4816551, 154.61377, 21.4365616, -0.499980032, 0.866037369, -1.66552636e-005, 7.94808898e-007, 1.96904239e-005, 1, 0.866037369, 0.499980032, -1.05331619e-005)
  3517. o10.BottomSurface = Enum.SurfaceType.Smooth
  3518. o10.TopSurface = Enum.SurfaceType.Smooth
  3519. o10.Color = Color3.new(1, 1, 0)
  3520. o10.Position = Vector3.new(47.4816551, 154.61377, 21.4365616)
  3521. o11.Parent = o10
  3522. o12.Name = "Neon"
  3523. o12.Parent = o1
  3524. o12.Material = Enum.Material.Neon
  3525. o12.BrickColor = BrickColor.new("New Yeller")
  3526. o12.Position = Vector3.new(48.0422249, 154.289032, 21.5794373)
  3527. o12.Rotation = Vector3.new(0.000139710086, -30.0002022, -5.16791351e-006)
  3528. o12.CanCollide = false
  3529. o12.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  3530. o12.CFrame = CFrame.new(48.0422249, 154.289032, 21.5794373, 0.866024077, 7.8112862e-008, -0.50000304, -1.30941498e-006, 1, -2.11171391e-006, 0.50000304, 2.4835017e-006, 0.866024077)
  3531. o12.Color = Color3.new(1, 1, 0)
  3532. o12.Position = Vector3.new(48.0422249, 154.289032, 21.5794373)
  3533. o13.Parent = o12
  3534. o13.Scale = Vector3.new(0.0454160832, 0.0908320472, 0.0454159975)
  3535. o14.Name = "Neon"
  3536. o14.Parent = o1
  3537. o14.Material = Enum.Material.Neon
  3538. o14.BrickColor = BrickColor.new("New Yeller")
  3539. o14.Position = Vector3.new(45.4107933, 154.184601, 20.2409496)
  3540. o14.Rotation = Vector3.new(90.0004044, -0.00056738453, 119.999565)
  3541. o14.CanCollide = false
  3542. o14.Size = Vector3.new(0.322454214, 6.99860668, 0.200000003)
  3543. o14.CFrame = CFrame.new(45.4107933, 154.184601, 20.2409496, -0.499993503, -0.866029441, -9.90272838e-006, -1.17207583e-006, 1.21113271e-005, -1, 0.866029441, -0.499993503, -7.07063191e-006)
  3544. o14.BottomSurface = Enum.SurfaceType.Smooth
  3545. o14.TopSurface = Enum.SurfaceType.Smooth
  3546. o14.Color = Color3.new(1, 1, 0)
  3547. o14.Position = Vector3.new(45.4107933, 154.184601, 20.2409496)
  3548. o15.Parent = o14
  3549. o15.Scale = Vector3.new(1, 1, 0.0454159975)
  3550. o16.Name = "Neon"
  3551. o16.Parent = o1
  3552. o16.Material = Enum.Material.Neon
  3553. o16.BrickColor = BrickColor.new("New Yeller")
  3554. o16.Position = Vector3.new(48.0186195, 154.36171, 21.565815)
  3555. o16.Rotation = Vector3.new(0.000139710144, -30.0002022, -5.16797354e-006)
  3556. o16.CanCollide = false
  3557. o16.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  3558. o16.CFrame = CFrame.new(48.0186195, 154.36171, 21.565815, 0.866024077, 7.81137715e-008, -0.50000304, -1.3094168e-006, 1, -2.11171482e-006, 0.50000304, 2.48350307e-006, 0.866024077)
  3559. o16.Color = Color3.new(1, 1, 0)
  3560. o16.Position = Vector3.new(48.0186195, 154.36171, 21.565815)
  3561. o17.Parent = o16
  3562. o17.Scale = Vector3.new(0.317912549, 0.0454160199, 0.0454159975)
  3563. o18.Name = "Neon"
  3564. o18.Parent = o1
  3565. o18.Material = Enum.Material.Neon
  3566. o18.BrickColor = BrickColor.new("New Yeller")
  3567. o18.Position = Vector3.new(47.9714165, 154.314026, 21.5385609)
  3568. o18.Rotation = Vector3.new(0.000139710144, -30.0002022, -5.16797354e-006)
  3569. o18.CanCollide = false
  3570. o18.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  3571. o18.CFrame = CFrame.new(47.9714165, 154.314026, 21.5385609, 0.866024077, 7.81137715e-008, -0.50000304, -1.3094168e-006, 1, -2.11171482e-006, 0.50000304, 2.48350307e-006, 0.866024077)
  3572. o18.Color = Color3.new(1, 1, 0)
  3573. o18.Position = Vector3.new(47.9714165, 154.314026, 21.5385609)
  3574. o19.Parent = o18
  3575. o19.Scale = Vector3.new(0.0454160832, 0.431452125, 0.0454159975)
  3576. o20.Name = "Neon"
  3577. o20.Parent = o1
  3578. o20.Material = Enum.Material.Neon
  3579. o20.BrickColor = BrickColor.new("New Yeller")
  3580. o20.Position = Vector3.new(47.9006233, 154.309479, 21.4976788)
  3581. o20.Rotation = Vector3.new(0.000139710144, -30.0002022, -5.16797354e-006)
  3582. o20.CanCollide = false
  3583. o20.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  3584. o20.CFrame = CFrame.new(47.9006233, 154.309479, 21.4976788, 0.866024077, 7.81137715e-008, -0.50000304, -1.3094168e-006, 1, -2.11171482e-006, 0.50000304, 2.48350307e-006, 0.866024077)
  3585. o20.Color = Color3.new(1, 1, 0)
  3586. o20.Position = Vector3.new(47.9006233, 154.309479, 21.4976788)
  3587. o21.Parent = o20
  3588. o21.Scale = Vector3.new(0.0454160832, 0.476868123, 0.0454159975)
  3589. o22.Name = "Neon"
  3590. o22.Parent = o1
  3591. o22.Material = Enum.Material.Neon
  3592. o22.BrickColor = BrickColor.new("New Yeller")
  3593. o22.Position = Vector3.new(48.5042763, 154.184586, 22.026989)
  3594. o22.Rotation = Vector3.new(90.0004044, -0.00056738453, 119.999565)
  3595. o22.CanCollide = false
  3596. o22.Size = Vector3.new(0.322454214, 0.200000003, 0.200000003)
  3597. o22.CFrame = CFrame.new(48.5042763, 154.184586, 22.026989, -0.499993503, -0.866029441, -9.90272838e-006, -1.17207583e-006, 1.21113271e-005, -1, 0.866029441, -0.499993503, -7.07063191e-006)
  3598. o22.BottomSurface = Enum.SurfaceType.Smooth
  3599. o22.TopSurface = Enum.SurfaceType.Smooth
  3600. o22.Color = Color3.new(1, 1, 0)
  3601. o22.Position = Vector3.new(48.5042763, 154.184586, 22.026989)
  3602. o23.Parent = o22
  3603. o23.Scale = Vector3.new(1, 0.726655424, 0.0454159975)
  3604. o24.Name = "Neon"
  3605. o24.Parent = o1
  3606. o24.Material = Enum.Material.Neon
  3607. o24.BrickColor = BrickColor.new("New Yeller")
  3608. o24.Position = Vector3.new(48.0225563, 154.266327, 21.5680904)
  3609. o24.Rotation = Vector3.new(0.000139710144, -30.0002022, -5.16797354e-006)
  3610. o24.CanCollide = false
  3611. o24.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  3612. o24.CFrame = CFrame.new(48.0225563, 154.266327, 21.5680904, 0.866024077, 7.81137715e-008, -0.50000304, -1.3094168e-006, 1, -2.11171482e-006, 0.50000304, 2.48350307e-006, 0.866024077)
  3613. o24.Color = Color3.new(1, 1, 0)
  3614. o24.Position = Vector3.new(48.0225563, 154.266327, 21.5680904)
  3615. o25.Parent = o24
  3616. o25.Scale = Vector3.new(0.181664303, 0.0454160199, 0.0454159975)
  3617. o26.Name = "Neon"
  3618. o26.Parent = o1
  3619. o26.Material = Enum.Material.Neon
  3620. o26.BrickColor = BrickColor.new("New Yeller")
  3621. o26.Position = Vector3.new(48.0382881, 154.275406, 21.5771751)
  3622. o26.Rotation = Vector3.new(0.000139710086, -30.0002022, -5.16779301e-006)
  3623. o26.CanCollide = false
  3624. o26.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  3625. o26.CFrame = CFrame.new(48.0382881, 154.275406, 21.5771751, 0.866024077, 7.8111043e-008, -0.50000304, -1.30941316e-006, 1, -2.11171391e-006, 0.50000304, 2.48350034e-006, 0.866024077)
  3626. o26.Color = Color3.new(1, 1, 0)
  3627. o26.Position = Vector3.new(48.0382881, 154.275406, 21.5771751)
  3628. o27.Parent = o26
  3629. o27.Scale = Vector3.new(0.0908321664, 0.0454160199, 0.0454159975)
  3630. o28.Name = "Neon"
  3631. o28.Parent = o1
  3632. o28.Material = Enum.Material.Neon
  3633. o28.BrickColor = BrickColor.new("New Yeller")
  3634. o28.Position = Vector3.new(48.0028877, 154.270874, 21.5567303)
  3635. o28.Rotation = Vector3.new(0.000139710144, -30.0002022, -5.16797354e-006)
  3636. o28.CanCollide = false
  3637. o28.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  3638. o28.CFrame = CFrame.new(48.0028877, 154.270874, 21.5567303, 0.866024077, 7.81137715e-008, -0.50000304, -1.3094168e-006, 1, -2.11171482e-006, 0.50000304, 2.48350307e-006, 0.866024077)
  3639. o28.Color = Color3.new(1, 1, 0)
  3640. o28.Position = Vector3.new(48.0028877, 154.270874, 21.5567303)
  3641. o29.Parent = o28
  3642. o29.Scale = Vector3.new(0.0454160832, 0.0908320397, 0.0454159975)
  3643. o30.Name = "Neon"
  3644. o30.Parent = o1
  3645. o30.Material = Enum.Material.Neon
  3646. o30.BrickColor = BrickColor.new("New Yeller")
  3647. o30.Position = Vector3.new(49.0667305, 154.18454, 22.3517208)
  3648. o30.Rotation = Vector3.new(90.0004044, -0.00056738453, 119.999565)
  3649. o30.CanCollide = false
  3650. o30.Size = Vector3.new(0.249788493, 1.44422913, 0.200000003)
  3651. o30.CFrame = CFrame.new(49.0667305, 154.18454, 22.3517208, -0.499993503, -0.866029441, -9.90272838e-006, -1.17207583e-006, 1.21113271e-005, -1, 0.866029441, -0.499993503, -7.07063191e-006)
  3652. o30.BottomSurface = Enum.SurfaceType.Smooth
  3653. o30.TopSurface = Enum.SurfaceType.Smooth
  3654. o30.Color = Color3.new(1, 1, 0)
  3655. o30.Position = Vector3.new(49.0667305, 154.18454, 22.3517208)
  3656. o31.Parent = o30
  3657. o31.Scale = Vector3.new(1, 1, 0.0454159975)
  3658. o32.Name = "Neon"
  3659. o32.Parent = o1
  3660. o32.Material = Enum.Material.Neon
  3661. o32.BrickColor = BrickColor.new("New Yeller")
  3662. o32.Position = Vector3.new(47.9478188, 154.361694, 21.5249348)
  3663. o32.Rotation = Vector3.new(0.000139710086, -30.0002022, -5.16779301e-006)
  3664. o32.CanCollide = false
  3665. o32.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  3666. o32.CFrame = CFrame.new(47.9478188, 154.361694, 21.5249348, 0.866024077, 7.8111043e-008, -0.50000304, -1.30941316e-006, 1, -2.11171391e-006, 0.50000304, 2.48350034e-006, 0.866024077)
  3667. o32.Color = Color3.new(1, 1, 0)
  3668. o32.Position = Vector3.new(47.9478188, 154.361694, 21.5249348)
  3669. o33.Parent = o32
  3670. o33.Scale = Vector3.new(0.22708039, 0.0454160199, 0.0454159975)
  3671. o34.Name = "Neon"
  3672. o34.Parent = o1
  3673. o34.Material = Enum.Material.Neon
  3674. o34.BrickColor = BrickColor.new("New Yeller")
  3675. o34.Position = Vector3.new(47.9242134, 154.313995, 21.5113087)
  3676. o34.Rotation = Vector3.new(0.000139710144, -30.0002022, -5.16797354e-006)
  3677. o34.CanCollide = false
  3678. o34.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  3679. o34.CFrame = CFrame.new(47.9242134, 154.313995, 21.5113087, 0.866024077, 7.81137715e-008, -0.50000304, -1.3094168e-006, 1, -2.11171482e-006, 0.50000304, 2.48350307e-006, 0.866024077)
  3680. o34.Color = Color3.new(1, 1, 0)
  3681. o34.Position = Vector3.new(47.9242134, 154.313995, 21.5113087)
  3682. o35.Parent = o34
  3683. o35.Scale = Vector3.new(0.0454160832, 0.431452125, 0.0454159975)
  3684. o36.Name = "Neon"
  3685. o36.Parent = o1
  3686. o36.Material = Enum.Material.Neon
  3687. o36.BrickColor = BrickColor.new("New Yeller")
  3688. o36.Position = Vector3.new(42.3802223, 154.189163, 18.4912491)
  3689. o36.Rotation = Vector3.new(0.000161279226, -30.000124, 89.9994965)
  3690. o36.CanCollide = false
  3691. o36.Size = Vector3.new(0.331537426, 0.200000003, 0.322453529)
  3692. o36.CFrame = CFrame.new(42.3802223, 154.189163, 18.4912491, 7.57802991e-006, -0.866024792, -0.500001848, 1, 1.01578034e-005, -2.43773229e-006, 7.19005129e-006, -0.500001788, 0.866024613)
  3693. o36.BottomSurface = Enum.SurfaceType.Smooth
  3694. o36.TopSurface = Enum.SurfaceType.Smooth
  3695. o36.Color = Color3.new(1, 1, 0)
  3696. o36.Position = Vector3.new(42.3802223, 154.189163, 18.4912491)
  3697. o37.Parent = o36
  3698. o37.Scale = Vector3.new(1, 0.0454160199, 1)
  3699. o38.Name = "Neon"
  3700. o38.Parent = o1
  3701. o38.Material = Enum.Material.Neon
  3702. o38.BrickColor = BrickColor.new("New Yeller")
  3703. o38.Position = Vector3.new(47.877018, 154.316284, 21.4840622)
  3704. o38.Rotation = Vector3.new(0.000139710086, -30.0002022, -5.16779301e-006)
  3705. o38.CanCollide = false
  3706. o38.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  3707. o38.CFrame = CFrame.new(47.877018, 154.316284, 21.4840622, 0.866024077, 7.8111043e-008, -0.50000304, -1.30941316e-006, 1, -2.11171391e-006, 0.50000304, 2.48350034e-006, 0.866024077)
  3708. o38.Color = Color3.new(1, 1, 0)
  3709. o38.Position = Vector3.new(47.877018, 154.316284, 21.4840622)
  3710. o39.Parent = o38
  3711. o39.Scale = Vector3.new(0.22708039, 0.0454160199, 0.0454159975)
  3712. o40.Name = "Neon"
  3713. o40.Parent = o1
  3714. o40.Material = Enum.Material.Neon
  3715. o40.BrickColor = BrickColor.new("New Yeller")
  3716. o40.Position = Vector3.new(47.877018, 154.36171, 21.4840622)
  3717. o40.Rotation = Vector3.new(0.000139710086, -30.0002022, -5.16779301e-006)
  3718. o40.CanCollide = false
  3719. o40.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  3720. o40.CFrame = CFrame.new(47.877018, 154.36171, 21.4840622, 0.866024077, 7.8111043e-008, -0.50000304, -1.30941316e-006, 1, -2.11171391e-006, 0.50000304, 2.48350034e-006, 0.866024077)
  3721. o40.Color = Color3.new(1, 1, 0)
  3722. o40.Position = Vector3.new(47.877018, 154.36171, 21.4840622)
  3723. o41.Parent = o40
  3724. o41.Scale = Vector3.new(0.22708039, 0.0454160199, 0.0454159975)
  3725. o42.Parent = o1
  3726. o42.Material = Enum.Material.SmoothPlastic
  3727. o42.BrickColor = BrickColor.new("Really black")
  3728. o42.Position = Vector3.new(48.0224724, 154.488892, 21.7487946)
  3729. o42.Rotation = Vector3.new(-90, 8.7742912e-005, -119.998367)
  3730. o42.CanCollide = false
  3731. o42.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  3732. o42.CFrame = CFrame.new(48.0224724, 154.488892, 21.7487946, -0.499975473, 0.866039872, 1.53140263e-006, 7.94799007e-007, -1.30944227e-006, 1, 0.866039872, 0.499975473, -3.36426638e-008)
  3733. o42.BottomSurface = Enum.SurfaceType.Smooth
  3734. o42.TopSurface = Enum.SurfaceType.Smooth
  3735. o42.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3736. o42.Position = Vector3.new(48.0224724, 154.488892, 21.7487946)
  3737. o43.Parent = o42
  3738. o43.Scale = Vector3.new(0.204372719, 0.113540515, 0.136247978)
  3739. o43.MeshType = Enum.MeshType.Wedge
  3740. o44.Parent = o1
  3741. o44.Material = Enum.Material.SmoothPlastic
  3742. o44.BrickColor = BrickColor.new("Really black")
  3743. o44.Position = Vector3.new(47.0352364, 154.488846, 21.1788216)
  3744. o44.Rotation = Vector3.new(-90, 8.77429629e-005, -119.998993)
  3745. o44.CanCollide = false
  3746. o44.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  3747. o44.CFrame = CFrame.new(47.0352364, 154.488846, 21.1788216, -0.49998486, 0.866034567, 1.53140354e-006, 7.94817993e-007, -1.30943408e-006, 1, 0.866034567, 0.49998486, -3.36485755e-008)
  3748. o44.BottomSurface = Enum.SurfaceType.Smooth
  3749. o44.TopSurface = Enum.SurfaceType.Smooth
  3750. o44.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3751. o44.Position = Vector3.new(47.0352364, 154.488846, 21.1788216)
  3752. o45.Parent = o44
  3753. o45.Scale = Vector3.new(0.204372719, 0.976444602, 0.136247978)
  3754. o45.MeshType = Enum.MeshType.Wedge
  3755. o46.Parent = o1
  3756. o46.Material = Enum.Material.SmoothPlastic
  3757. o46.BrickColor = BrickColor.new("Really black")
  3758. o46.Position = Vector3.new(48.0993614, 153.650528, 21.7932072)
  3759. o46.Rotation = Vector3.new(59.2109299, 41.5605049, 131.929398)
  3760. o46.CanCollide = false
  3761. o46.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  3762. o46.CFrame = CFrame.new(48.0993614, 153.650528, 21.7932072, -0.499995351, -0.556679189, 0.663410604, 1.43222292e-006, -0.766038299, -0.642794907, 0.866028488, -0.32139349, 0.383016437)
  3763. o46.BottomSurface = Enum.SurfaceType.Smooth
  3764. o46.TopSurface = Enum.SurfaceType.Smooth
  3765. o46.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3766. o46.Position = Vector3.new(48.0993614, 153.650528, 21.7932072)
  3767. o47.Parent = o46
  3768. o47.Scale = Vector3.new(0.249788716, 0.272496849, 0.772071779)
  3769. o48.Parent = o1
  3770. o48.Material = Enum.Material.SmoothPlastic
  3771. o48.BrickColor = BrickColor.new("Really black")
  3772. o48.Position = Vector3.new(48.2076988, 153.715652, 21.8557663)
  3773. o48.Rotation = Vector3.new(106.102356, -25.6596756, 123.689758)
  3774. o48.CanCollide = false
  3775. o48.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  3776. o48.CFrame = CFrame.new(48.2076988, 153.715652, 21.8557663, -0.499992937, -0.749998152, -0.433024794, 3.32508989e-008, 0.500011325, -0.866018891, 0.866029918, -0.433003306, -0.250002086)
  3777. o48.BottomSurface = Enum.SurfaceType.Smooth
  3778. o48.TopSurface = Enum.SurfaceType.Smooth
  3779. o48.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3780. o48.Position = Vector3.new(48.2076988, 153.715652, 21.8557663)
  3781. o49.Parent = o48
  3782. o49.Scale = Vector3.new(0.249788716, 0.272496849, 0.499575853)
  3783. o50.Parent = o1
  3784. o50.Material = Enum.Material.SmoothPlastic
  3785. o50.BrickColor = BrickColor.new("Really black")
  3786. o50.Position = Vector3.new(48.3803825, 153.746323, 21.9554558)
  3787. o50.Rotation = Vector3.new(90.0004044, -0.00056738453, 119.999565)
  3788. o50.CanCollide = false
  3789. o50.Size = Vector3.new(0.240705281, 0.200000003, 0.463243037)
  3790. o50.CFrame = CFrame.new(48.3803825, 153.746323, 21.9554558, -0.499993503, -0.866029441, -9.90272838e-006, -1.17207583e-006, 1.21113271e-005, -1, 0.866029441, -0.499993503, -7.07063191e-006)
  3791. o50.BottomSurface = Enum.SurfaceType.Smooth
  3792. o50.TopSurface = Enum.SurfaceType.Smooth
  3793. o50.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3794. o50.Position = Vector3.new(48.3803825, 153.746323, 21.9554558)
  3795. o51.Parent = o50
  3796. o51.Scale = Vector3.new(1, 0.703948855, 1)
  3797. o52.Parent = o1
  3798. o52.Material = Enum.Material.SmoothPlastic
  3799. o52.BrickColor = BrickColor.new("Really black")
  3800. o52.Position = Vector3.new(48.3843269, 154.289047, 21.9577198)
  3801. o52.Rotation = Vector3.new(90.0004044, -0.000655137468, -60.0008698)
  3802. o52.CanCollide = false
  3803. o52.Size = Vector3.new(0.313371032, 0.449618518, 0.217996731)
  3804. o52.CFrame = CFrame.new(48.3843269, 154.289047, 21.9577198, 0.499986947, 0.866033137, -1.14343056e-005, 3.77156084e-007, -1.34208303e-005, -1, -0.866033375, 0.499987006, -7.0368651e-006)
  3805. o52.BottomSurface = Enum.SurfaceType.Smooth
  3806. o52.TopSurface = Enum.SurfaceType.Smooth
  3807. o52.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3808. o52.Position = Vector3.new(48.3843269, 154.289047, 21.9577198)
  3809. o53.Parent = o52
  3810. o53.MeshType = Enum.MeshType.Wedge
  3811. o54.Parent = o1
  3812. o54.Material = Enum.Material.SmoothPlastic
  3813. o54.BrickColor = BrickColor.new("Really black")
  3814. o54.Position = Vector3.new(47.0489922, 154.472931, 21.1867657)
  3815. o54.Rotation = Vector3.new(-90.0003433, -0.000507694145, 60.0009651)
  3816. o54.CanCollide = false
  3817. o54.Size = Vector3.new(0.200000003, 0.245246559, 0.200000003)
  3818. o54.CFrame = CFrame.new(47.0489922, 154.472931, 21.1867657, 0.499985576, -0.86603415, -8.86093403e-006, -7.94816515e-007, -1.06904863e-005, 1, -0.86603415, -0.499985576, -6.03343096e-006)
  3819. o54.BottomSurface = Enum.SurfaceType.Smooth
  3820. o54.TopSurface = Enum.SurfaceType.Smooth
  3821. o54.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3822. o54.Position = Vector3.new(47.0489922, 154.472931, 21.1867657)
  3823. o55.Parent = o54
  3824. o55.Scale = Vector3.new(0.204372719, 1, 0.295203924)
  3825. o55.MeshType = Enum.MeshType.Wedge
  3826. o56.Parent = o1
  3827. o56.Material = Enum.Material.SmoothPlastic
  3828. o56.BrickColor = BrickColor.new("Really black")
  3829. o56.Position = Vector3.new(48.4669075, 153.587341, 22.0054073)
  3830. o56.Rotation = Vector3.new(-89.9996872, 0.000973789487, -119.998787)
  3831. o56.CanCollide = false
  3832. o56.Size = Vector3.new(0.240705281, 0.200000003, 0.200000003)
  3833. o56.CFrame = CFrame.new(48.4669075, 153.587341, 22.0054073, -0.49998194, 0.866036355, 1.6995833e-005, 3.83531005e-006, -1.74106572e-005, 1, 0.866036355, 0.49998194, 5.38348922e-006)
  3834. o56.BottomSurface = Enum.SurfaceType.Smooth
  3835. o56.TopSurface = Enum.SurfaceType.Smooth
  3836. o56.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3837. o56.Position = Vector3.new(48.4669075, 153.587341, 22.0054073)
  3838. o57.Parent = o56
  3839. o57.Scale = Vector3.new(1, 0.295204222, 0.726655781)
  3840. o57.MeshType = Enum.MeshType.Wedge
  3841. o58.Parent = o1
  3842. o58.Material = Enum.Material.SmoothPlastic
  3843. o58.BrickColor = BrickColor.new("Really black")
  3844. o58.Position = Vector3.new(49.7157478, 154.193619, 22.7263947)
  3845. o58.Rotation = Vector3.new(90.000412, -0.0012816547, -60.0014305)
  3846. o58.CanCollide = false
  3847. o58.Size = Vector3.new(0.240705281, 0.200000003, 0.200000003)
  3848. o58.CFrame = CFrame.new(49.7157478, 154.193619, 22.7263947, 0.499978542, 0.866038084, -2.23690949e-005, -4.937227e-006, -2.29788911e-005, -1, -0.866038084, 0.499978542, -7.21312063e-006)
  3849. o58.BottomSurface = Enum.SurfaceType.Smooth
  3850. o58.TopSurface = Enum.SurfaceType.Smooth
  3851. o58.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3852. o58.Position = Vector3.new(49.7157478, 154.193619, 22.7263947)
  3853. o59.Parent = o58
  3854. o59.Scale = Vector3.new(1, 0.272496104, 0.295203924)
  3855. o59.MeshType = Enum.MeshType.Wedge
  3856. o60.Parent = o1
  3857. o60.Material = Enum.Material.SmoothPlastic
  3858. o60.BrickColor = BrickColor.new("Really black")
  3859. o60.Position = Vector3.new(48.1983757, 154.615784, 21.573246)
  3860. o60.Rotation = Vector3.new(-90.0006561, -0.000726932427, -149.997131)
  3861. o60.CanCollide = false
  3862. o60.Size = Vector3.new(0.26341325, 0.200000003, 0.258871108)
  3863. o60.CFrame = CFrame.new(48.1983757, 154.615784, 21.573246, -0.866000533, 0.500043571, -1.26873638e-005, -5.23884319e-006, 1.62995966e-005, 1, 0.500043571, 0.866000533, -1.14958129e-005)
  3864. o60.BottomSurface = Enum.SurfaceType.Smooth
  3865. o60.TopSurface = Enum.SurfaceType.Smooth
  3866. o60.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3867. o60.Position = Vector3.new(48.1983757, 154.615784, 21.573246)
  3868. o61.Parent = o60
  3869. o61.Scale = Vector3.new(1, 0.113539964, 1)
  3870. o62.Parent = o1
  3871. o62.Material = Enum.Material.SmoothPlastic
  3872. o62.BrickColor = BrickColor.new("Really black")
  3873. o62.Position = Vector3.new(47.4619713, 154.289032, 21.4252129)
  3874. o62.Rotation = Vector3.new(90.0004044, -0.00056738453, 119.999565)
  3875. o62.CanCollide = false
  3876. o62.Size = Vector3.new(0.313371032, 1.6803925, 0.217996731)
  3877. o62.CFrame = CFrame.new(47.4619713, 154.289032, 21.4252129, -0.499993503, -0.866029441, -9.90272838e-006, -1.17207583e-006, 1.21113271e-005, -1, 0.866029441, -0.499993503, -7.07063191e-006)
  3878. o62.BottomSurface = Enum.SurfaceType.Smooth
  3879. o62.TopSurface = Enum.SurfaceType.Smooth
  3880. o62.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3881. o62.Position = Vector3.new(47.4619713, 154.289032, 21.4252129)
  3882. o63.Parent = o1
  3883. o63.Material = Enum.Material.SmoothPlastic
  3884. o63.BrickColor = BrickColor.new("Really black")
  3885. o63.Position = Vector3.new(47.4816551, 154.61377, 21.4365616)
  3886. o63.Rotation = Vector3.new(-90.0006027, -0.0009542763, -119.998665)
  3887. o63.CanCollide = false
  3888. o63.Size = Vector3.new(0.26341325, 1.27618992, 0.258871108)
  3889. o63.CFrame = CFrame.new(47.4816551, 154.61377, 21.4365616, -0.499980032, 0.866037369, -1.66552636e-005, 7.94808898e-007, 1.96904239e-005, 1, 0.866037369, 0.499980032, -1.05331619e-005)
  3890. o63.BottomSurface = Enum.SurfaceType.Smooth
  3891. o63.TopSurface = Enum.SurfaceType.Smooth
  3892. o63.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3893. o63.Position = Vector3.new(47.4816551, 154.61377, 21.4365616)
  3894. o64.Parent = o63
  3895. o65.Parent = o1
  3896. o65.Material = Enum.Material.SmoothPlastic
  3897. o65.BrickColor = BrickColor.new("Really black")
  3898. o65.Position = Vector3.new(47.8199043, 154.522949, 21.631855)
  3899. o65.Rotation = Vector3.new(-179.999969, -60.0002403, -179.999924)
  3900. o65.CanCollide = false
  3901. o65.Size = Vector3.new(0.313370973, 0.290662467, 0.200000003)
  3902. o65.CFrame = CFrame.new(47.8199043, 154.522949, 21.631855, -0.499997079, 7.01515091e-007, -0.866027534, 7.94834705e-007, 1, 3.51152266e-007, 0.866027534, -5.12779479e-007, -0.499997079)
  3903. o65.BottomSurface = Enum.SurfaceType.Smooth
  3904. o65.TopSurface = Enum.SurfaceType.Smooth
  3905. o65.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3906. o65.Position = Vector3.new(47.8199043, 154.522949, 21.631855)
  3907. o66.Parent = o65
  3908. o66.Scale = Vector3.new(1, 1, 0.408743829)
  3909. o67.Parent = o1
  3910. o67.Material = Enum.Material.SmoothPlastic
  3911. o67.BrickColor = BrickColor.new("Really black")
  3912. o67.Position = Vector3.new(47.9280739, 154.488876, 21.6943035)
  3913. o67.Rotation = Vector3.new(-90, 8.7742701e-005, 60.0009651)
  3914. o67.CanCollide = false
  3915. o67.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  3916. o67.CFrame = CFrame.new(47.9280739, 154.488876, 21.6943035, 0.499985576, -0.86603415, 1.53139899e-006, -7.94816515e-007, 1.30943044e-006, 1, -0.86603415, -0.499985576, -3.36472112e-008)
  3917. o67.BottomSurface = Enum.SurfaceType.Smooth
  3918. o67.TopSurface = Enum.SurfaceType.Smooth
  3919. o67.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3920. o67.Position = Vector3.new(47.9280739, 154.488876, 21.6943035)
  3921. o68.Parent = o67
  3922. o68.Scale = Vector3.new(0.204372719, 0.976444602, 0.136247978)
  3923. o68.MeshType = Enum.MeshType.Wedge
  3924. o69.Parent = o1
  3925. o69.Material = Enum.Material.SmoothPlastic
  3926. o69.BrickColor = BrickColor.new("Really black")
  3927. o69.Position = Vector3.new(47.6114616, 154.477554, 21.5114899)
  3928. o69.Rotation = Vector3.new(-89.9996643, 0.000683179765, -119.99913)
  3929. o69.CanCollide = false
  3930. o69.Size = Vector3.new(0.200000003, 0.953736305, 0.200000003)
  3931. o69.CFrame = CFrame.new(47.6114616, 154.477554, 21.5114899, -0.499986947, 0.866033375, 1.19237366e-005, 7.9482129e-007, -1.33093554e-005, 1, 0.866033375, 0.499986947, 5.9661561e-006)
  3932. o69.BottomSurface = Enum.SurfaceType.Smooth
  3933. o69.TopSurface = Enum.SurfaceType.Smooth
  3934. o69.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3935. o69.Position = Vector3.new(47.6114616, 154.477554, 21.5114899)
  3936. o70.Parent = o69
  3937. o70.Scale = Vector3.new(0.181664661, 1, 0.158955991)
  3938. o70.MeshType = Enum.MeshType.Wedge
  3939. o71.Parent = o1
  3940. o71.Material = Enum.Material.SmoothPlastic
  3941. o71.BrickColor = BrickColor.new("Really black")
  3942. o71.Position = Vector3.new(47.9280815, 154.472977, 21.6943035)
  3943. o71.Rotation = Vector3.new(-89.9996643, 0.000683179765, -119.99913)
  3944. o71.CanCollide = false
  3945. o71.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  3946. o71.CFrame = CFrame.new(47.9280815, 154.472977, 21.6943035, -0.499986947, 0.866033375, 1.19237366e-005, 7.9482129e-007, -1.33093554e-005, 1, 0.866033375, 0.499986947, 5.9661561e-006)
  3947. o71.BottomSurface = Enum.SurfaceType.Smooth
  3948. o71.TopSurface = Enum.SurfaceType.Smooth
  3949. o71.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3950. o71.Position = Vector3.new(47.9280815, 154.472977, 21.6943035)
  3951. o72.Parent = o71
  3952. o72.Scale = Vector3.new(0.204372719, 0.976444602, 0.295203924)
  3953. o72.MeshType = Enum.MeshType.Wedge
  3954. o73.Parent = o1
  3955. o73.Material = Enum.Material.SmoothPlastic
  3956. o73.BrickColor = BrickColor.new("Really black")
  3957. o73.Position = Vector3.new(48.2977943, 153.684998, 21.9077587)
  3958. o73.Rotation = Vector3.new(-89.9996872, 0.000973765214, 60.0005569)
  3959. o73.CanCollide = false
  3960. o73.Size = Vector3.new(0.236163691, 0.200000003, 0.336078286)
  3961. o73.CFrame = CFrame.new(48.2977943, 153.684998, 21.9077587, 0.499991775, -0.866030574, 1.69954092e-005, -3.8355829e-006, 1.74100769e-005, 1, -0.866030574, -0.499991775, 5.38315817e-006)
  3962. o73.BottomSurface = Enum.SurfaceType.Smooth
  3963. o73.TopSurface = Enum.SurfaceType.Smooth
  3964. o73.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3965. o73.Position = Vector3.new(48.2977943, 153.684998, 21.9077587)
  3966. o74.Parent = o73
  3967. o74.Scale = Vector3.new(1, 0.249787927, 1)
  3968. o74.MeshType = Enum.MeshType.Wedge
  3969. o75.Parent = o1
  3970. o75.Material = Enum.Material.SmoothPlastic
  3971. o75.BrickColor = BrickColor.new("Really black")
  3972. o75.Position = Vector3.new(48.2417641, 153.607681, 21.8754158)
  3973. o75.Rotation = Vector3.new(0.000323726912, 60.0003967, 179.999573)
  3974. o75.CanCollide = false
  3975. o75.Size = Vector3.new(0.200000003, 0.200000003, 0.245246336)
  3976. o75.CFrame = CFrame.new(48.2417641, 153.607681, 21.8754158, -0.499994755, -3.78665663e-006, 0.866028905, 2.68025974e-006, -1, -2.8250206e-006, 0.866028905, 9.08692073e-007, 0.499994755)
  3977. o75.BottomSurface = Enum.SurfaceType.Smooth
  3978. o75.TopSurface = Enum.SurfaceType.Smooth
  3979. o75.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3980. o75.Position = Vector3.new(48.2417641, 153.607681, 21.8754158)
  3981. o76.Parent = o75
  3982. o76.Scale = Vector3.new(0.249788716, 0.272496849, 1)
  3983. o77.Parent = o1
  3984. o77.Material = Enum.Material.SmoothPlastic
  3985. o77.BrickColor = BrickColor.new("Really black")
  3986. o77.Position = Vector3.new(49.762928, 153.84166, 22.7536469)
  3987. o77.Rotation = Vector3.new(90.000412, -0.0012816547, -60.0014305)
  3988. o77.CanCollide = false
  3989. o77.Size = Vector3.new(0.240705281, 0.200000003, 0.644907057)
  3990. o77.CFrame = CFrame.new(49.762928, 153.84166, 22.7536469, 0.499978542, 0.866038084, -2.23690949e-005, -4.937227e-006, -2.29788911e-005, -1, -0.866038084, 0.499978542, -7.21312063e-006)
  3991. o77.BottomSurface = Enum.SurfaceType.Smooth
  3992. o77.TopSurface = Enum.SurfaceType.Smooth
  3993. o77.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  3994. o77.Position = Vector3.new(49.762928, 153.84166, 22.7536469)
  3995. o78.Parent = o77
  3996. o78.Scale = Vector3.new(1, 0.272496104, 1)
  3997. o78.MeshType = Enum.MeshType.Wedge
  3998. o79.Parent = o1
  3999. o79.Material = Enum.Material.SmoothPlastic
  4000. o79.BrickColor = BrickColor.new("Really black")
  4001. o79.Position = Vector3.new(45.8493462, 154.098297, 20.4941597)
  4002. o79.Rotation = Vector3.new(-89.9997253, 0.000948806643, 60.0004196)
  4003. o79.CanCollide = false
  4004. o79.Size = Vector3.new(0.313371032, 2.97020721, 0.200000003)
  4005. o79.CFrame = CFrame.new(45.8493462, 154.098297, 20.4941597, 0.499993742, -0.866029263, 1.65597994e-005, -4.0431878e-006, 1.67872367e-005, 1, -0.866029263, -0.499993742, 4.89199192e-006)
  4006. o79.BottomSurface = Enum.SurfaceType.Smooth
  4007. o79.TopSurface = Enum.SurfaceType.Smooth
  4008. o79.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4009. o79.Position = Vector3.new(45.8493462, 154.098297, 20.4941597)
  4010. o80.Parent = o79
  4011. o80.Scale = Vector3.new(1, 1, 0.817487836)
  4012. o80.MeshType = Enum.MeshType.Wedge
  4013. o81.Parent = o1
  4014. o81.Material = Enum.Material.SmoothPlastic
  4015. o81.BrickColor = BrickColor.new("Really black")
  4016. o81.Position = Vector3.new(45.6054802, 154.26178, 20.3533649)
  4017. o81.Rotation = Vector3.new(90.0004044, -0.00056738453, 119.999565)
  4018. o81.CanCollide = false
  4019. o81.Size = Vector3.new(0.313371032, 2.40704894, 0.200000003)
  4020. o81.CFrame = CFrame.new(45.6054802, 154.26178, 20.3533649, -0.499993503, -0.866029441, -9.90272838e-006, -1.17207583e-006, 1.21113271e-005, -1, 0.866029441, -0.499993503, -7.07063191e-006)
  4021. o81.BottomSurface = Enum.SurfaceType.Smooth
  4022. o81.TopSurface = Enum.SurfaceType.Smooth
  4023. o81.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4024. o81.Position = Vector3.new(45.6054802, 154.26178, 20.3533649)
  4025. o82.Parent = o81
  4026. o82.Scale = Vector3.new(1, 1, 0.817487836)
  4027. o82.MeshType = Enum.MeshType.Wedge
  4028. o83.Parent = o1
  4029. o83.Material = Enum.Material.SmoothPlastic
  4030. o83.BrickColor = BrickColor.new("Really black")
  4031. o83.Position = Vector3.new(48.5101967, 154.050598, 22.0303898)
  4032. o83.Rotation = Vector3.new(-89.9996872, 0.000973766902, -119.999237)
  4033. o83.CanCollide = false
  4034. o83.Size = Vector3.new(0.313371032, 0.200000003, 0.258871138)
  4035. o83.CFrame = CFrame.new(48.5101967, 154.050598, 22.0303898, -0.499988675, 0.866032422, 1.69954383e-005, 3.83549832e-006, -1.74101369e-005, 1, 0.866032422, 0.499988675, 5.38320182e-006)
  4036. o83.BottomSurface = Enum.SurfaceType.Smooth
  4037. o83.TopSurface = Enum.SurfaceType.Smooth
  4038. o83.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4039. o83.Position = Vector3.new(48.5101967, 154.050598, 22.0303898)
  4040. o84.Parent = o83
  4041. o84.Scale = Vector3.new(1, 0.794779956, 1)
  4042. o84.MeshType = Enum.MeshType.Wedge
  4043. o85.Parent = o1
  4044. o85.Material = Enum.Material.SmoothPlastic
  4045. o85.BrickColor = BrickColor.new("Really black")
  4046. o85.Position = Vector3.new(47.1276665, 154.450241, 21.2321815)
  4047. o85.Rotation = Vector3.new(89.9996567, 0.000507693912, 119.99913)
  4048. o85.CanCollide = false
  4049. o85.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  4050. o85.CFrame = CFrame.new(47.1276665, 154.450241, 21.2321815, -0.499986947, -0.866033375, 8.86093039e-006, 7.9482129e-007, -1.06904954e-005, -1, 0.866033375, -0.499986947, 6.03345552e-006)
  4051. o85.BottomSurface = Enum.SurfaceType.Smooth
  4052. o85.TopSurface = Enum.SurfaceType.Smooth
  4053. o85.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4054. o85.Position = Vector3.new(47.1276665, 154.450241, 21.2321815)
  4055. o86.Parent = o85
  4056. o86.Scale = Vector3.new(0.204372719, 0.272496462, 0.522283912)
  4057. o86.MeshType = Enum.MeshType.Wedge
  4058. o87.Parent = o1
  4059. o87.Material = Enum.Material.SmoothPlastic
  4060. o87.BrickColor = BrickColor.new("Really black")
  4061. o87.Position = Vector3.new(48.6419487, 154.205017, 22.1064777)
  4062. o87.Rotation = Vector3.new(90.000412, -0.0012816547, -60.0014305)
  4063. o87.CanCollide = false
  4064. o87.Size = Vector3.new(0.208914012, 0.781155407, 0.254329532)
  4065. o87.CFrame = CFrame.new(48.6419487, 154.205017, 22.1064777, 0.499978542, 0.866038084, -2.23690949e-005, -4.937227e-006, -2.29788911e-005, -1, -0.866038084, 0.499978542, -7.21312063e-006)
  4066. o87.BottomSurface = Enum.SurfaceType.Smooth
  4067. o87.TopSurface = Enum.SurfaceType.Smooth
  4068. o87.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4069. o87.Position = Vector3.new(48.6419487, 154.205017, 22.1064777)
  4070. o88.Parent = o87
  4071. o88.MeshType = Enum.MeshType.Wedge
  4072. o89.Parent = o1
  4073. o89.Material = Enum.Material.SmoothPlastic
  4074. o89.BrickColor = BrickColor.new("Really black")
  4075. o89.Position = Vector3.new(47.4757423, 154.409378, 21.4331532)
  4076. o89.Rotation = Vector3.new(90.0004044, -0.000655137468, -60.0008698)
  4077. o89.CanCollide = false
  4078. o89.Size = Vector3.new(0.313371032, 1.64860117, 0.200000003)
  4079. o89.CFrame = CFrame.new(47.4757423, 154.409378, 21.4331532, 0.499986947, 0.866033137, -1.14343056e-005, 3.77156084e-007, -1.34208303e-005, -1, -0.866033375, 0.499987006, -7.0368651e-006)
  4080. o89.BottomSurface = Enum.SurfaceType.Smooth
  4081. o89.TopSurface = Enum.SurfaceType.Smooth
  4082. o89.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4083. o89.Position = Vector3.new(47.4757423, 154.409378, 21.4331532)
  4084. o90.Parent = o89
  4085. o90.Scale = Vector3.new(1, 1, 0.113540001)
  4086. o90.MeshType = Enum.MeshType.Wedge
  4087. o91.Parent = o1
  4088. o91.Material = Enum.Material.SmoothPlastic
  4089. o91.BrickColor = BrickColor.new("Really black")
  4090. o91.Position = Vector3.new(49.7157173, 153.839401, 22.7264175)
  4091. o91.Rotation = Vector3.new(90.0004044, -0.00056738453, 119.999565)
  4092. o91.CanCollide = false
  4093. o91.Size = Vector3.new(0.240705281, 0.200000003, 0.649448633)
  4094. o91.CFrame = CFrame.new(49.7157173, 153.839401, 22.7264175, -0.499993503, -0.866029441, -9.90272838e-006, -1.17207583e-006, 1.21113271e-005, -1, 0.866029441, -0.499993503, -7.07063191e-006)
  4095. o91.BottomSurface = Enum.SurfaceType.Smooth
  4096. o91.TopSurface = Enum.SurfaceType.Smooth
  4097. o91.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4098. o91.Position = Vector3.new(49.7157173, 153.839401, 22.7264175)
  4099. o92.Parent = o91
  4100. o92.Scale = Vector3.new(1, 0.2724967, 1)
  4101. o93.Parent = o1
  4102. o93.Material = Enum.Material.SmoothPlastic
  4103. o93.BrickColor = BrickColor.new("Really black")
  4104. o93.Position = Vector3.new(46.9408226, 154.488831, 21.1243324)
  4105. o93.Rotation = Vector3.new(-90, 8.77428538e-005, 60.0016022)
  4106. o93.CanCollide = false
  4107. o93.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  4108. o93.CFrame = CFrame.new(46.9408226, 154.488831, 21.1243324, 0.49997595, -0.866039574, 1.53140172e-006, -7.94801281e-007, 1.30944045e-006, 1, -0.866039753, -0.499975979, -3.36463017e-008)
  4109. o93.BottomSurface = Enum.SurfaceType.Smooth
  4110. o93.TopSurface = Enum.SurfaceType.Smooth
  4111. o93.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4112. o93.Position = Vector3.new(46.9408226, 154.488831, 21.1243324)
  4113. o94.Parent = o93
  4114. o94.Scale = Vector3.new(0.204372719, 0.113540515, 0.136247978)
  4115. o94.MeshType = Enum.MeshType.Wedge
  4116. o95.Parent = o1
  4117. o95.Material = Enum.Material.SmoothPlastic
  4118. o95.BrickColor = BrickColor.new("Really black")
  4119. o95.Position = Vector3.new(48.0289345, 153.768982, 21.7525406)
  4120. o95.Rotation = Vector3.new(79.6863098, 17.2289619, 121.566193)
  4121. o95.CanCollide = false
  4122. o95.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  4123. o95.CFrame = CFrame.new(48.0289345, 153.768982, 21.7525406, -0.49999401, -0.813804328, 0.296190858, 6.91067157e-007, -0.342010617, -0.939696074, 0.866029382, -0.469842136, 0.171003759)
  4124. o95.BottomSurface = Enum.SurfaceType.Smooth
  4125. o95.TopSurface = Enum.SurfaceType.Smooth
  4126. o95.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4127. o95.Position = Vector3.new(48.0289345, 153.768982, 21.7525406)
  4128. o96.Parent = o95
  4129. o96.Scale = Vector3.new(0.249788716, 0.272496849, 0.885611713)
  4130. o97.Parent = o1
  4131. o97.Material = Enum.Material.SmoothPlastic
  4132. o97.BrickColor = BrickColor.new("Really black")
  4133. o97.Position = Vector3.new(48.2250175, 153.805359, 21.8657551)
  4134. o97.Rotation = Vector3.new(90.0004044, -0.00056738453, 119.999565)
  4135. o97.CanCollide = false
  4136. o97.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  4137. o97.CFrame = CFrame.new(48.2250175, 153.805359, 21.8657551, -0.499993503, -0.866029441, -9.90272838e-006, -1.17207583e-006, 1.21113271e-005, -1, 0.866029441, -0.499993503, -7.07063191e-006)
  4138. o97.BottomSurface = Enum.SurfaceType.Smooth
  4139. o97.TopSurface = Enum.SurfaceType.Smooth
  4140. o97.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4141. o97.Position = Vector3.new(48.2250175, 153.805359, 21.8657551)
  4142. o98.Parent = o97
  4143. o98.Scale = Vector3.new(0.249788716, 0.272496849, 0.613115788)
  4144. o99.Parent = o1
  4145. o99.Material = Enum.Material.SmoothPlastic
  4146. o99.BrickColor = BrickColor.new("Really black")
  4147. o99.Position = Vector3.new(46.4491615, 154.289108, 20.8404655)
  4148. o99.Rotation = Vector3.new(90.0004044, -0.00056738453, 119.999565)
  4149. o99.CanCollide = false
  4150. o99.Size = Vector3.new(0.313371032, 0.658532143, 0.217996731)
  4151. o99.CFrame = CFrame.new(46.4491615, 154.289108, 20.8404655, -0.499993503, -0.866029441, -9.90272838e-006, -1.17207583e-006, 1.21113271e-005, -1, 0.866029441, -0.499993503, -7.07063191e-006)
  4152. o99.BottomSurface = Enum.SurfaceType.Smooth
  4153. o99.TopSurface = Enum.SurfaceType.Smooth
  4154. o99.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4155. o99.Position = Vector3.new(46.4491615, 154.289108, 20.8404655)
  4156. o100.Parent = o99
  4157. o100.MeshType = Enum.MeshType.Wedge
  4158. o101.Parent = o1
  4159. o101.Material = Enum.Material.SmoothPlastic
  4160. o101.BrickColor = BrickColor.new("Really black")
  4161. o101.Position = Vector3.new(47.7884331, 154.050598, 21.6136894)
  4162. o101.Rotation = Vector3.new(90.0004044, -0.00056738453, 119.999565)
  4163. o101.CanCollide = false
  4164. o101.Size = Vector3.new(0.313371032, 1.50781167, 0.258871168)
  4165. o101.CFrame = CFrame.new(47.7884331, 154.050598, 21.6136894, -0.499993503, -0.866029441, -9.90272838e-006, -1.17207583e-006, 1.21113271e-005, -1, 0.866029441, -0.499993503, -7.07063191e-006)
  4166. o101.BottomSurface = Enum.SurfaceType.Smooth
  4167. o101.TopSurface = Enum.SurfaceType.Smooth
  4168. o101.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4169. o101.Position = Vector3.new(47.7884331, 154.050598, 21.6136894)
  4170. o102.Parent = o1
  4171. o102.Material = Enum.Material.SmoothPlastic
  4172. o102.BrickColor = BrickColor.new("Really black")
  4173. o102.Position = Vector3.new(47.4737663, 153.832581, 21.4320202)
  4174. o102.Rotation = Vector3.new(90.0004044, -0.00056738453, 119.999565)
  4175. o102.CanCollide = false
  4176. o102.Size = Vector3.new(0.313371032, 0.781155527, 0.200000003)
  4177. o102.CFrame = CFrame.new(47.4737663, 153.832581, 21.4320202, -0.499993503, -0.866029441, -9.90272838e-006, -1.17207583e-006, 1.21113271e-005, -1, 0.866029441, -0.499993503, -7.07063191e-006)
  4178. o102.BottomSurface = Enum.SurfaceType.Smooth
  4179. o102.TopSurface = Enum.SurfaceType.Smooth
  4180. o102.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4181. o102.Position = Vector3.new(47.4737663, 153.832581, 21.4320202)
  4182. o103.Parent = o102
  4183. o103.Scale = Vector3.new(1, 1, 0.885611713)
  4184. o104.Parent = o1
  4185. o104.Material = Enum.Material.SmoothPlastic
  4186. o104.BrickColor = BrickColor.new("Really black")
  4187. o104.Position = Vector3.new(47.1748695, 154.522919, 21.2594261)
  4188. o104.Rotation = Vector3.new(-179.999969, -60.0002403, -179.999924)
  4189. o104.CanCollide = false
  4190. o104.Size = Vector3.new(0.313370973, 0.290662467, 0.200000003)
  4191. o104.CFrame = CFrame.new(47.1748695, 154.522919, 21.2594261, -0.499997079, 7.01515091e-007, -0.866027534, 7.94834705e-007, 1, 3.51152266e-007, 0.866027534, -5.12779479e-007, -0.499997079)
  4192. o104.BottomSurface = Enum.SurfaceType.Smooth
  4193. o104.TopSurface = Enum.SurfaceType.Smooth
  4194. o104.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4195. o104.Position = Vector3.new(47.1748695, 154.522919, 21.2594261)
  4196. o105.Parent = o104
  4197. o105.Scale = Vector3.new(1, 1, 0.408743829)
  4198. o106.Parent = o1
  4199. o106.Material = Enum.Material.SmoothPlastic
  4200. o106.BrickColor = BrickColor.new("Really black")
  4201. o106.Position = Vector3.new(48.8523674, 153.589584, 22.2279491)
  4202. o106.Rotation = Vector3.new(-89.9996872, 0.0009737566, 60.0009804)
  4203. o106.CanCollide = false
  4204. o106.Size = Vector3.new(0.240705281, 0.531367242, 0.200000003)
  4205. o106.CFrame = CFrame.new(48.8523674, 153.589584, 22.2279491, 0.499985397, -0.86603415, 1.69952582e-005, -3.83536917e-006, 1.74099805e-005, 1, -0.86603415, -0.499985397, 5.3831709e-006)
  4206. o106.BottomSurface = Enum.SurfaceType.Smooth
  4207. o106.TopSurface = Enum.SurfaceType.Smooth
  4208. o106.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4209. o106.Position = Vector3.new(48.8523674, 153.589584, 22.2279491)
  4210. o107.Parent = o106
  4211. o107.Scale = Vector3.new(1, 1, 0.703947783)
  4212. o107.MeshType = Enum.MeshType.Wedge
  4213. o108.Parent = o1
  4214. o108.Material = Enum.Material.SmoothPlastic
  4215. o108.BrickColor = BrickColor.new("Really black")
  4216. o108.Position = Vector3.new(49.7727623, 153.503311, 22.7593212)
  4217. o108.Rotation = Vector3.new(-89.9996872, 0.000973768067, -119.998802)
  4218. o108.CanCollide = false
  4219. o108.Size = Vector3.new(0.240705281, 0.200000003, 0.200000003)
  4220. o108.CFrame = CFrame.new(49.7727623, 153.503311, 22.7593212, -0.499982089, 0.866036057, 1.69954583e-005, 3.83530369e-006, -1.74102242e-005, 1, 0.866036057, 0.499982089, 5.3832855e-006)
  4221. o108.BottomSurface = Enum.SurfaceType.Smooth
  4222. o108.TopSurface = Enum.SurfaceType.Smooth
  4223. o108.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4224. o108.Position = Vector3.new(49.7727623, 153.503311, 22.7593212)
  4225. o109.Parent = o108
  4226. o109.Scale = Vector3.new(1, 0.158955991, 0.158955932)
  4227. o109.MeshType = Enum.MeshType.Wedge
  4228. o110.Parent = o1
  4229. o110.Material = Enum.Material.SmoothPlastic
  4230. o110.BrickColor = BrickColor.new("Really black")
  4231. o110.Position = Vector3.new(49.4207344, 153.503281, 22.5560741)
  4232. o110.Rotation = Vector3.new(-89.9996872, 0.0009737566, 60.0009804)
  4233. o110.CanCollide = false
  4234. o110.Size = Vector3.new(0.240705281, 0.781155407, 0.200000003)
  4235. o110.CFrame = CFrame.new(49.4207344, 153.503281, 22.5560741, 0.499985397, -0.86603415, 1.69952582e-005, -3.83536917e-006, 1.74099805e-005, 1, -0.86603415, -0.499985397, 5.3831709e-006)
  4236. o110.BottomSurface = Enum.SurfaceType.Smooth
  4237. o110.TopSurface = Enum.SurfaceType.Smooth
  4238. o110.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4239. o110.Position = Vector3.new(49.4207344, 153.503281, 22.5560741)
  4240. o111.Parent = o110
  4241. o111.Scale = Vector3.new(1, 1, 0.158955932)
  4242. o111.MeshType = Enum.MeshType.Wedge
  4243. o112.Parent = o1
  4244. o112.Material = Enum.Material.SmoothPlastic
  4245. o112.BrickColor = BrickColor.new("Really black")
  4246. o112.Position = Vector3.new(47.7727165, 154.450287, 21.6046047)
  4247. o112.Rotation = Vector3.new(89.9996567, 0.000507693912, 119.99913)
  4248. o112.CanCollide = false
  4249. o112.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  4250. o112.CFrame = CFrame.new(47.7727165, 154.450287, 21.6046047, -0.499986947, -0.866033375, 8.86093039e-006, 7.9482129e-007, -1.06904954e-005, -1, 0.866033375, -0.499986947, 6.03345552e-006)
  4251. o112.BottomSurface = Enum.SurfaceType.Smooth
  4252. o112.TopSurface = Enum.SurfaceType.Smooth
  4253. o112.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4254. o112.Position = Vector3.new(47.7727165, 154.450287, 21.6046047)
  4255. o113.Parent = o112
  4256. o113.Scale = Vector3.new(0.204372719, 0.272496462, 0.522283912)
  4257. o113.MeshType = Enum.MeshType.Wedge
  4258. o114.Parent = o1
  4259. o114.Material = Enum.Material.SmoothPlastic
  4260. o114.BrickColor = BrickColor.new("Really black")
  4261. o114.Position = Vector3.new(49.0470924, 154.148193, 22.3403549)
  4262. o114.Rotation = Vector3.new(90.000412, -0.0012816547, -60.0014305)
  4263. o114.CanCollide = false
  4264. o114.Size = Vector3.new(0.240705281, 1.48964524, 0.200000003)
  4265. o114.CFrame = CFrame.new(49.0470924, 154.148193, 22.3403549, 0.499978542, 0.866038084, -2.23690949e-005, -4.937227e-006, -2.29788911e-005, -1, -0.866038084, 0.499978542, -7.21312063e-006)
  4266. o114.BottomSurface = Enum.SurfaceType.Smooth
  4267. o114.TopSurface = Enum.SurfaceType.Smooth
  4268. o114.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4269. o114.Position = Vector3.new(49.0470924, 154.148193, 22.3403549)
  4270. o115.Parent = o114
  4271. o115.Scale = Vector3.new(1, 1, 0.703947783)
  4272. o115.MeshType = Enum.MeshType.Wedge
  4273. o116.Parent = o1
  4274. o116.Material = Enum.Material.SmoothPlastic
  4275. o116.BrickColor = BrickColor.new("Really black")
  4276. o116.Position = Vector3.new(46.4078636, 153.962097, 20.8166122)
  4277. o116.Rotation = Vector3.new(-89.9997253, 0.000948806643, 60.0004196)
  4278. o116.CanCollide = false
  4279. o116.Size = Vector3.new(0.313371032, 1.68039238, 0.435993463)
  4280. o116.CFrame = CFrame.new(46.4078636, 153.962097, 20.8166122, 0.499993742, -0.866029263, 1.65597994e-005, -4.0431878e-006, 1.67872367e-005, 1, -0.866029263, -0.499993742, 4.89199192e-006)
  4281. o116.BottomSurface = Enum.SurfaceType.Smooth
  4282. o116.TopSurface = Enum.SurfaceType.Smooth
  4283. o116.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4284. o116.Position = Vector3.new(46.4078636, 153.962097, 20.8166122)
  4285. o117.Parent = o116
  4286. o117.MeshType = Enum.MeshType.Wedge
  4287. o118.Parent = o1
  4288. o118.Material = Enum.Material.SmoothPlastic
  4289. o118.BrickColor = BrickColor.new("Really black")
  4290. o118.Position = Vector3.new(46.7480965, 154.409409, 21.013052)
  4291. o118.Rotation = Vector3.new(90.0004044, -0.00056738453, 119.999565)
  4292. o118.CanCollide = false
  4293. o118.Size = Vector3.new(0.313371032, 0.200000003, 0.200000003)
  4294. o118.CFrame = CFrame.new(46.7480965, 154.409409, 21.013052, -0.499993503, -0.866029441, -9.90272838e-006, -1.17207583e-006, 1.21113271e-005, -1, 0.866029441, -0.499993503, -7.07063191e-006)
  4295. o118.BottomSurface = Enum.SurfaceType.Smooth
  4296. o118.TopSurface = Enum.SurfaceType.Smooth
  4297. o118.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4298. o118.Position = Vector3.new(46.7480965, 154.409409, 21.013052)
  4299. o119.Parent = o118
  4300. o119.Scale = Vector3.new(1, 0.1589562, 0.113540001)
  4301. o119.MeshType = Enum.MeshType.Wedge
  4302. o120.Parent = o1
  4303. o120.Material = Enum.Material.SmoothPlastic
  4304. o120.BrickColor = BrickColor.new("Really black")
  4305. o120.Position = Vector3.new(48.2722282, 153.912094, 21.8930016)
  4306. o120.Rotation = Vector3.new(90.0004044, -0.00056738453, 119.999565)
  4307. o120.CanCollide = false
  4308. o120.Size = Vector3.new(0.240705281, 0.390577823, 0.200000003)
  4309. o120.CFrame = CFrame.new(48.2722282, 153.912094, 21.8930016, -0.499993503, -0.866029441, -9.90272838e-006, -1.17207583e-006, 1.21113271e-005, -1, 0.866029441, -0.499993503, -7.07063191e-006)
  4310. o120.BottomSurface = Enum.SurfaceType.Smooth
  4311. o120.TopSurface = Enum.SurfaceType.Smooth
  4312. o120.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4313. o120.Position = Vector3.new(48.2722282, 153.912094, 21.8930016)
  4314. o121.Parent = o120
  4315. o121.Scale = Vector3.new(1, 1, 0.658531725)
  4316. o122.Parent = o1
  4317. o122.Material = Enum.Material.SmoothPlastic
  4318. o122.BrickColor = BrickColor.new("Really black")
  4319. o122.Position = Vector3.new(47.222065, 154.450256, 21.286684)
  4320. o122.Rotation = Vector3.new(90.0003433, -0.000683175749, -60.000206)
  4321. o122.CanCollide = false
  4322. o122.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  4323. o122.CFrame = CFrame.new(47.222065, 154.450256, 21.286684, 0.499997079, 0.866027534, -1.19236656e-005, -7.94834705e-007, -1.33093472e-005, -1, -0.866027534, 0.499997079, -5.96627888e-006)
  4324. o122.BottomSurface = Enum.SurfaceType.Smooth
  4325. o122.TopSurface = Enum.SurfaceType.Smooth
  4326. o122.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4327. o122.Position = Vector3.new(47.222065, 154.450256, 21.286684)
  4328. o123.Parent = o122
  4329. o123.Scale = Vector3.new(0.204372719, 0.272496462, 0.522283912)
  4330. o123.MeshType = Enum.MeshType.Wedge
  4331. o124.Parent = o1
  4332. o124.Material = Enum.Material.SmoothPlastic
  4333. o124.BrickColor = BrickColor.new("Really black")
  4334. o124.Position = Vector3.new(49.4108849, 153.589584, 22.5504112)
  4335. o124.Rotation = Vector3.new(90.0004044, -0.00056738453, 119.999565)
  4336. o124.CanCollide = false
  4337. o124.Size = Vector3.new(0.240705281, 0.758447468, 0.200000003)
  4338. o124.CFrame = CFrame.new(49.4108849, 153.589584, 22.5504112, -0.499993503, -0.866029441, -9.90272838e-006, -1.17207583e-006, 1.21113271e-005, -1, 0.866029441, -0.499993503, -7.07063191e-006)
  4339. o124.BottomSurface = Enum.SurfaceType.Smooth
  4340. o124.TopSurface = Enum.SurfaceType.Smooth
  4341. o124.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4342. o124.Position = Vector3.new(49.4108849, 153.589584, 22.5504112)
  4343. o125.Parent = o124
  4344. o125.Scale = Vector3.new(1, 1, 0.703947842)
  4345. o126.Parent = o1
  4346. o126.Material = Enum.Material.SmoothPlastic
  4347. o126.BrickColor = BrickColor.new("Really black")
  4348. o126.Position = Vector3.new(48.6950493, 153.616852, 22.1371078)
  4349. o126.Rotation = Vector3.new(-89.9996872, 0.0009737566, 60.0009804)
  4350. o126.CanCollide = false
  4351. o126.Size = Vector3.new(0.240705281, 0.58586657, 0.200000003)
  4352. o126.CFrame = CFrame.new(48.6950493, 153.616852, 22.1371078, 0.499985397, -0.86603415, 1.69952582e-005, -3.83536917e-006, 1.74099805e-005, 1, -0.86603415, -0.499985397, 5.3831709e-006)
  4353. o126.BottomSurface = Enum.SurfaceType.Smooth
  4354. o126.TopSurface = Enum.SurfaceType.Smooth
  4355. o126.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4356. o126.Position = Vector3.new(48.6950493, 153.616852, 22.1371078)
  4357. o127.Parent = o126
  4358. o127.Scale = Vector3.new(1, 1, 0.431451917)
  4359. o127.MeshType = Enum.MeshType.Wedge
  4360. o128.Parent = o1
  4361. o128.Material = Enum.Material.SmoothPlastic
  4362. o128.BrickColor = BrickColor.new("Really black")
  4363. o128.Position = Vector3.new(49.0667305, 153.941574, 22.351717)
  4364. o128.Rotation = Vector3.new(90.0004044, -0.00056738453, 119.999565)
  4365. o128.CanCollide = false
  4366. o128.Size = Vector3.new(0.240705281, 1.44422936, 0.563158214)
  4367. o128.CFrame = CFrame.new(49.0667305, 153.941574, 22.351717, -0.499993503, -0.866029441, -9.90272838e-006, -1.17207583e-006, 1.21113271e-005, -1, 0.866029441, -0.499993503, -7.07063191e-006)
  4368. o128.BottomSurface = Enum.SurfaceType.Smooth
  4369. o128.TopSurface = Enum.SurfaceType.Smooth
  4370. o128.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4371. o128.Position = Vector3.new(49.0667305, 153.941574, 22.351717)
  4372. o129.Parent = o1
  4373. o129.Material = Enum.Material.SmoothPlastic
  4374. o129.BrickColor = BrickColor.new("Really black")
  4375. o129.Position = Vector3.new(48.1266899, 153.832581, 21.8089848)
  4376. o129.Rotation = Vector3.new(-89.9996872, 0.000973766902, -119.999237)
  4377. o129.CanCollide = false
  4378. o129.Size = Vector3.new(0.313371032, 0.726656258, 0.200000003)
  4379. o129.CFrame = CFrame.new(48.1266899, 153.832581, 21.8089848, -0.499988675, 0.866032422, 1.69954383e-005, 3.83549832e-006, -1.74101369e-005, 1, 0.866032422, 0.499988675, 5.38320182e-006)
  4380. o129.BottomSurface = Enum.SurfaceType.Smooth
  4381. o129.TopSurface = Enum.SurfaceType.Smooth
  4382. o129.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4383. o129.Position = Vector3.new(48.1266899, 153.832581, 21.8089848)
  4384. o130.Parent = o129
  4385. o130.Scale = Vector3.new(1, 1, 0.885611713)
  4386. o130.MeshType = Enum.MeshType.Wedge
  4387. o131.Parent = o1
  4388. o131.Material = Enum.Material.SmoothPlastic
  4389. o131.BrickColor = BrickColor.new("Really black")
  4390. o131.Position = Vector3.new(47.867115, 154.450256, 21.6591072)
  4391. o131.Rotation = Vector3.new(90.0003433, -0.000683175749, -60.000206)
  4392. o131.CanCollide = false
  4393. o131.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  4394. o131.CFrame = CFrame.new(47.867115, 154.450256, 21.6591072, 0.499997079, 0.866027534, -1.19236656e-005, -7.94834705e-007, -1.33093472e-005, -1, -0.866027534, 0.499997079, -5.96627888e-006)
  4395. o131.BottomSurface = Enum.SurfaceType.Smooth
  4396. o131.TopSurface = Enum.SurfaceType.Smooth
  4397. o131.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4398. o131.Position = Vector3.new(47.867115, 154.450256, 21.6591072)
  4399. o132.Parent = o131
  4400. o132.Scale = Vector3.new(0.204372719, 0.272496462, 0.522283912)
  4401. o132.MeshType = Enum.MeshType.Wedge
  4402. o133.Name = "Pipe"
  4403. o133.Parent = o1
  4404. o133.Material = Enum.Material.SmoothPlastic
  4405. o133.BrickColor = BrickColor.new("Really black")
  4406. o133.Position = Vector3.new(45.2593498, 154.189148, 20.1535282)
  4407. o133.Rotation = Vector3.new(0.000161279226, -30.000124, 89.9994965)
  4408. o133.CanCollide = false
  4409. o133.Size = Vector3.new(0.313371032, 6.74881935, 0.308828712)
  4410. o133.CFrame = CFrame.new(45.2593498, 154.189148, 20.1535282, 7.57802991e-006, -0.866024792, -0.500001848, 1, 1.01578034e-005, -2.43773229e-006, 7.19005129e-006, -0.500001788, 0.866024613)
  4411. o133.BottomSurface = Enum.SurfaceType.Smooth
  4412. o133.TopSurface = Enum.SurfaceType.Smooth
  4413. o133.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4414. o133.Position = Vector3.new(45.2593498, 154.189148, 20.1535282)
  4415. o134.Parent = o133
  4416. o135.Name = "Pipe2"
  4417. o135.Parent = o1
  4418. o135.Material = Enum.Material.SmoothPlastic
  4419. o135.BrickColor = BrickColor.new("Really black")
  4420. o135.Position = Vector3.new(46.5356941, 154.043839, 20.8904114)
  4421. o135.Rotation = Vector3.new(0.000161279226, -30.000124, 89.9994965)
  4422. o135.CanCollide = false
  4423. o135.Size = Vector3.new(0.217997238, 4.21914721, 0.308828712)
  4424. o135.CFrame = CFrame.new(46.5356941, 154.043839, 20.8904114, 7.57802991e-006, -0.866024792, -0.500001848, 1, 1.01578034e-005, -2.43773229e-006, 7.19005129e-006, -0.500001788, 0.866024613)
  4425. o135.BottomSurface = Enum.SurfaceType.Smooth
  4426. o135.TopSurface = Enum.SurfaceType.Smooth
  4427. o135.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4428. o135.Position = Vector3.new(46.5356941, 154.043839, 20.8904114)
  4429. o136.Parent = o135
  4430. o137.Name = "Pipe2"
  4431. o137.Parent = o1
  4432. o137.Material = Enum.Material.SmoothPlastic
  4433. o137.BrickColor = BrickColor.new("Really black")
  4434. o137.Position = Vector3.new(44.7047691, 154.041534, 19.8333282)
  4435. o137.Rotation = Vector3.new(0.000161279226, -30.000124, 89.9994965)
  4436. o137.CanCollide = false
  4437. o137.Size = Vector3.new(0.236163691, 0.200000003, 0.358786255)
  4438. o137.CFrame = CFrame.new(44.7047691, 154.041534, 19.8333282, 7.57802991e-006, -0.866024792, -0.500001848, 1, 1.01578034e-005, -2.43773229e-006, 7.19005129e-006, -0.500001788, 0.866024613)
  4439. o137.BottomSurface = Enum.SurfaceType.Smooth
  4440. o137.TopSurface = Enum.SurfaceType.Smooth
  4441. o137.Color = Color3.new(0.0666667, 0.0666667, 0.0666667)
  4442. o137.Position = Vector3.new(44.7047691, 154.041534, 19.8333282)
  4443. o138.Parent = o137
  4444. o138.Scale = Vector3.new(1, 0.272498846, 1)
  4445. o139.Name = "PipeH"
  4446. o139.Parent = o1
  4447. o139.Material = Enum.Material.Neon
  4448. o139.BrickColor = BrickColor.new("New Yeller")
  4449. o139.Position = Vector3.new(42.336956, 154.189194, 18.4662781)
  4450. o139.Rotation = Vector3.new(0.000161279226, -30.000124, 89.9994965)
  4451. o139.CanCollide = false
  4452. o139.Size = Vector3.new(0.249788493, 0.200000003, 0.308828712)
  4453. o139.CFrame = CFrame.new(42.336956, 154.189194, 18.4662781, 7.57802991e-006, -0.866024792, -0.500001848, 1, 1.01578034e-005, -2.43773229e-006, 7.19005129e-006, -0.500001788, 0.866024613)
  4454. o139.BottomSurface = Enum.SurfaceType.Smooth
  4455. o139.TopSurface = Enum.SurfaceType.Smooth
  4456. o139.Color = Color3.new(1, 1, 0)
  4457. o139.Position = Vector3.new(42.336956, 154.189194, 18.4662781)
  4458. o140.Parent = o139
  4459. o140.Scale = Vector3.new(1, 0.0454160199, 1)
  4460. o141.Name = "Thing"
  4461. o141.Parent = o1
  4462. o141.BrickColor = BrickColor.new("Dark stone grey")
  4463. o141.Position = Vector3.new(48.0843468, 154.613983, 21.6376648)
  4464. o141.Rotation = Vector3.new(-179.999313, 29.9983273, -0.00131815404)
  4465. o141.CanCollide = false
  4466. o141.Size = Vector3.new(0.200000003, 0.200000003, 0.200000003)
  4467. o141.CFrame = CFrame.new(48.0843468, 154.613983, 21.6376648, 0.86604023, 1.99242331e-005, 0.499974728, 1.7006736e-005, -1, 1.03919392e-005, 0.499974728, -4.968947e-007, -0.86604023)
  4468. o141.BottomSurface = Enum.SurfaceType.Smooth
  4469. o141.TopSurface = Enum.SurfaceType.Smooth
  4470. o141.Color = Color3.new(0.388235, 0.372549, 0.384314)
  4471. o141.Position = Vector3.new(48.0843468, 154.613983, 21.6376648)
  4472. o142.Parent = o141
  4473. o142.Scale = Vector3.new(0.181664243, 0.113539964, 0.181663886)
  4474.  
  4475. function destroy(p)
  4476. for i,v in pairs(p.Character:GetChildren()) do
  4477. spawn(function()
  4478. if v:IsA("LocalScript") or v:IsA("Script") then
  4479. v:Destroy()
  4480. end
  4481. end)
  4482. end
  4483. end
  4484.  
  4485. for i,v in pairs(Tool:GetChildren()) do
  4486. if v:IsA("Part") or v:IsA("UnionOperation") or v:IsA("WedgePart") then
  4487. if v.Name ~= "HandlePart" then
  4488. local w = Instance.new("Weld",Tool.HandlePart)
  4489. w.Part0 = Tool.HandlePart
  4490. w.Part1 = v
  4491. w.C0 = CFrame.new(v.Position-Tool.HandlePart.Position)*CFrame.Angles(math.rad(v.Rotation.X),math.rad(v.Rotation.Y),math.rad(v.Rotation.Z))
  4492. end
  4493. end
  4494. end
  4495.  
  4496. print(Tool.Name.." Loaded.")
  4497.  
  4498. for i,v in pairs(Tool:GetChildren()) do
  4499. if v:IsA("Part") or v:IsA("WedgePart") or v:IsA("UnionOperation") then
  4500. if v.Material == Enum.Material.Neon then
  4501. v.BrickColor = char:FindFirstChild("Torso").BrickColor
  4502. end
  4503. end
  4504. end
  4505.  
  4506. Tool.Equipped:connect(function()
  4507. ceqpt = true
  4508. bsy = false
  4509. print("|Equipped|: ".."Saving old joints")
  4510. for i,v in pairs(char.Torso:GetChildren()) do
  4511. if v:IsA("Motor6D") and v.Name ~= "Neck" then
  4512. --print("|Equipped|: "..v.Name.." saved!")
  4513. table.insert(jtab,v)
  4514. end
  4515. end
  4516.  
  4517. gyro.Parent = char:WaitForChild("HumanoidRootPart")
  4518.  
  4519. local aWeld = Instance.new("Weld",char["Right Arm"])
  4520. aWeld.Name = "aWeld"
  4521. aWeld.Part0 = Tool.HandlePart
  4522. aWeld.Part1 = char["Right Arm"]
  4523. aWeld.C0 = CFrame.new(0.9,0,0.1)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-60))
  4524.  
  4525. local bWeld = Instance.new("Weld",char["Torso"])
  4526. bWeld.Name = "bWeld"
  4527. bWeld.Part0 = char["Torso"]
  4528. bWeld.Part1 = char["Right Arm"]
  4529. bWeld.C0 = CFrame.new(1.2,0.3,-0.9)*CFrame.Angles(math.rad(90),math.rad(20),math.rad(-80))
  4530.  
  4531. local cWeld = Instance.new("Weld",char["Torso"])
  4532. cWeld.Name = "cWeld"
  4533. cWeld.Part0 = char["Torso"]
  4534. cWeld.Part1 = char["Left Arm"]
  4535. cWeld.C0 = CFrame.new(-1.5,0,0)*CFrame.Angles(math.rad(90),math.rad(40),math.rad(-30))
  4536. end)
  4537.  
  4538. Tool.Unequipped:connect(function()
  4539. ceqpt = false
  4540. for i,v in pairs(char.Torso:GetChildren()) do
  4541. if v:IsA("Weld") or v:IsA("Motor6D") then
  4542. if v.Name ~= "Neck" then
  4543. v:Destroy()
  4544. end
  4545. end
  4546. end
  4547. for i,v in pairs(jtab) do
  4548. v:Clone().Parent = char.Torso
  4549. end
  4550. for i,v in pairs(jtab) do
  4551. table.remove(jtab,1)
  4552. end
  4553.  
  4554. gyro.Parent = game:GetService("ServerStorage")
  4555.  
  4556. char.HumanoidRootPart.RootJoint.C0 = CFrame.new(0,0,0)*CFrame.Angles(math.rad(-90),math.rad(0),math.rad(180))
  4557. gyro.MaxTorque = Vector3.new(0,0,0)
  4558. char.Torso.Neck.C0 = CFrame.new(0,1,0)*CFrame.Angles(math.rad(-90),math.rad(0),math.rad(180))
  4559. --char.Humanoid.WalkSpeed = 16
  4560. --char.Humanoid.JumpPower = 50
  4561. end)
  4562.  
  4563. --Functions
  4564.  
  4565. local rignore = {}
  4566. function rayCast(orig,targ,maxdist)
  4567. local test = Tool.PipeH.Position
  4568. if orig then
  4569. test = orig
  4570. end
  4571. local r = Ray.new(test,(targ-test).unit * maxdist)
  4572. local hit,pos,normal = game:GetService("Workspace"):FindPartOnRayWithIgnoreList(r,rignore,false,true)
  4573. --print(pos)
  4574. return hit,pos,normal
  4575. end
  4576.  
  4577. function clerp(a,b,c)
  4578. return a:lerp(b,c)
  4579. end
  4580.  
  4581. --NHIgnore = {char}
  4582. function getMouseNH(pos,dir)
  4583. if not pos then
  4584. pos = game:GetService("Workspace").CurrentCamera.CFrame.p
  4585. --print("|gMNH|: First pos!")
  4586. end
  4587. if not dir then
  4588. --print("|gMNH|: First dir!")
  4589. end
  4590. local r = Ray.new(pos,dir)
  4591. local hit,pos,normal = game:GetService("Workspace"):FindPartOnRayWithIgnoreList(r,rignore,false,true)
  4592. if hit then
  4593. if hit.Parent:IsA("Accessory") or hit.Parent:IsA("Hat") then
  4594. table.insert(rignore,hit)
  4595. --print("|gMNH|: Accessory!")
  4596. return getMouseNH(pos,dir)
  4597. else
  4598. --print("|gMNH|: Part!")
  4599. return hit,pos,normal
  4600. end
  4601. else
  4602. --print("|gMNH|: Nil!")
  4603. --print(pos)
  4604. return hit,pos,normal
  4605. end
  4606. end
  4607.  
  4608. function shoot(targ,op)
  4609. --print("----Target / Old position----")
  4610. --print(targ)
  4611. --print(op)
  4612. --print("-----------------------------")
  4613. local hit,pos,normal = rayCast(op,targ,2048)
  4614. local dir = (targ-op).unit * 2048
  4615. if hit then
  4616. --print("|Shoot|: "..hit.Name)
  4617. --print("|Shoot|: "..pos.X..","..pos.Y..","..pos.Z..".")
  4618. --print("|Shoot|: "..(op-pos).Magnitude)
  4619. if hit.Parent:FindFirstChild("Humanoid") then
  4620. table.insert(rignore,hit)
  4621.  
  4622. local iscus = false
  4623. for i,v in pairs(dmgTab) do
  4624. if hit.Name == v[1] then
  4625. hit.Parent.Humanoid.Health = hit.Parent.Humanoid.Health - v[2]
  4626. hit:BreakJoints()
  4627. destroy(game:GetService("Players"):GetPlayerFromCharacter(hit.Parent))
  4628. for i=1,7 do
  4629. local blood = Instance.new("Part")
  4630. blood.Size = Vector3.new((math.random(2,10)/10),(math.random(2,10)/10),(math.random(2,10)/10))
  4631. blood.CFrame = CFrame.new(pos)
  4632. blood.CanCollide = false
  4633. blood.TopSurface = "Smooth"
  4634. blood.BottomSurface = "Smooth"
  4635. blood.Velocity = Vector3.new(math.random(-20,20),math.random(-20,20),math.random(-20,20))
  4636. blood.Color = Color3.fromRGB(math.random(150,255),0,0)
  4637. blood.Parent = game:GetService("Workspace")
  4638. end
  4639. iscus = true
  4640. end
  4641. end
  4642. if iscus == false then
  4643. hit.Parent.Humanoid.Health = hit.Parent.Humanoid.Health - miscDmg
  4644. hit:BreakJoints()
  4645. for i=1,7 do
  4646. local blood = Instance.new("Part")
  4647. blood.Size = Vector3.new((math.random(2,10)/10),(math.random(2,10)/10),(math.random(2,10)/10))
  4648. blood.CFrame = CFrame.new(pos)
  4649. blood.CanCollide = false
  4650. blood.TopSurface = "Smooth"
  4651. blood.BottomSurface = "Smooth"
  4652. blood.Velocity = Vector3.new(math.random(-20,20),math.random(-20,20),math.random(-20,20))
  4653. blood.Color = Color3.fromRGB(math.random(150,255),0,0)
  4654. blood.Parent = game:GetService("Workspace")
  4655. end
  4656. end
  4657.  
  4658. shoot(pos + dir,pos)
  4659. elseif hit.Parent:IsA("Hat") or hit.Parent:IsA("Accessory") then
  4660. table.insert(rignore,hit.Parent)
  4661. --print("|Shoot|: Potential hat; "..hit.Name.." moved to ignore list")
  4662. shoot(pos + dir,pos)
  4663. else
  4664. table.insert(rignore,hit)
  4665. shoot(pos + dir,pos)
  4666. end
  4667. local trace = Instance.new("Part",game.Workspace)
  4668. trace.Size = Vector3.new((op-pos).Magnitude,0.2,0.2)
  4669. trace.BrickColor = char:FindFirstChild("Torso").BrickColor
  4670. trace.Anchored = true
  4671. trace.CanCollide = false
  4672. trace.TopSurface = "Smooth"
  4673. trace.BottomSurface = "Smooth"
  4674. trace.Material = Enum.Material.Neon
  4675. trace.CFrame = (CFrame.new(op,pos)*CFrame.new(0,0,-(op-pos).Magnitude/2))*CFrame.Angles(0,math.rad(90),0)
  4676. spawn(function()
  4677. local m = Instance.new("SpecialMesh",trace)
  4678. m.MeshType = Enum.MeshType.Cylinder
  4679. for i=1,10 do
  4680. trace.Transparency = trace.Transparency + 0.1
  4681. m.Scale = m.Scale - Vector3.new(0,0.1,0.1)
  4682. wait(0.05)
  4683. end
  4684. trace:Destroy()
  4685. end)
  4686. else
  4687. --print("|Shoot|: ".."No target or too far away")
  4688. local trace = Instance.new("Part",game.Workspace)
  4689. trace.Size = Vector3.new((op-pos).Magnitude,0.2,0.2)
  4690. trace.BrickColor = char:FindFirstChild("Torso").BrickColor
  4691. trace.Anchored = true
  4692. trace.CanCollide = false
  4693. trace.TopSurface = "Smooth"
  4694. trace.BottomSurface = "Smooth"
  4695. trace.Material = Enum.Material.Neon
  4696. trace.CFrame = (CFrame.new(op,pos)*CFrame.new(0,0,-(op-pos).Magnitude/2))*CFrame.Angles(0,math.rad(90),0)
  4697. spawn(function()
  4698. local m = Instance.new("SpecialMesh",trace)
  4699. m.MeshType = Enum.MeshType.Cylinder
  4700. for i=1,10 do
  4701. trace.Transparency = trace.Transparency + 0.1
  4702. m.Scale = m.Scale - Vector3.new(0,0.1,0.1)
  4703. wait(0.05)
  4704. end
  4705. trace:Destroy()
  4706. end)
  4707. end
  4708. end
  4709.  
  4710. --End of functions
  4711.  
  4712. if ceqpt == true and isaim == true and cd == false then
  4713. cd = true
  4714. local s = Instance.new("Sound",Tool.HandlePart)
  4715. s.SoundId = "rbxassetid://136523485"
  4716. s.PlayOnRemove = false
  4717. s:Play()
  4718. game:GetService("Debris"):AddItem(s,5)
  4719. table.insert(rignore,char)
  4720. for i,v in pairs(rignore) do
  4721. table.remove(rignore,1)
  4722. end
  4723. --print(pos)
  4724. shoot(pos,Tool.PipeH.CFrame.p)
  4725.  
  4726. if char.Torso:FindFirstChild("bWeld") and char.Torso:FindFirstChild("cWeld") then
  4727. bsy = true
  4728. for i=1,5 do
  4729. if char.Torso:FindFirstChild("bWeld") and char.Torso:FindFirstChild("cWeld") and char.HumanoidRootPart:FindFirstChild("RootJoint") and char.Torso:FindFirstChild("Neck") then
  4730. char.Torso:FindFirstChild("bWeld").C0 = clerp(char.Torso.bWeld.C0,(CFrame.new(1,0.5,-1)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-60))*CFrame.new(0,1,0)),0.2)
  4731. char.Torso:FindFirstChild("cWeld").C0 = clerp(char.Torso.cWeld.C0,(CFrame.new(-1.5,0.5,-1)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-10))*CFrame.new(0,1,0)),0.2)
  4732. char.HumanoidRootPart:FindFirstChild("RootJoint").C0 = clerp(char.HumanoidRootPart.RootJoint.C0,CFrame.new(0,0,0)*CFrame.Angles(math.rad(-90),math.rad(0),math.rad(120)),0.2)
  4733. char.Torso:FindFirstChild("Neck").C0 = clerp(char.Torso.Neck.C0,CFrame.new(0,1,0)*CFrame.Angles(math.rad(-120),math.rad(0),math.rad(240)),0.2)
  4734. wait()
  4735. end
  4736. end
  4737. bsy = false
  4738. end
  4739.  
  4740. table.insert(rignore,char)
  4741. cd = false
  4742. end
  4743. end)
  4744.  
  4745. while not ceqpt do wait() end
  4746.  
  4747. local animspeed = 0.3
  4748.  
  4749. while wait() do
  4750. --if ceqpt == true then print("Equipped") else print ("Unequipped") end
  4751.  
  4752. local cPos = game:GetService("Workspace").CurrentCamera.CFrame.p
  4753. local newPos = cPos - char.HumanoidRootPart.CFrame.p
  4754. local dist = math.sqrt((newPos.X*newPos.X)+(newPos.Y*newPos.Y)+(newPos.Z*newPos.Z))
  4755. --print(dist)
  4756.  
  4757. if dist <= 8.5 and ceqpt == true then
  4758. isaim = true
  4759. if char.Torso:FindFirstChild("bWeld") and char.Torso:FindFirstChild("cWeld") then
  4760. if bsy == false then
  4761. char.Torso.bWeld.C0 = clerp(char.Torso.bWeld.C0,CFrame.new(1,0.5 + (y/100),-1)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-60)),animspeed)
  4762. char.Torso.cWeld.C0 = clerp(char.Torso.cWeld.C0,CFrame.new(-1.5,0.5 + (y/60),-1)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(-10)),animspeed)
  4763. char.Torso.bWeld.C1 = clerp(char.Torso.bWeld.C1,(CFrame.new(0,0,0)*CFrame.Angles(math.rad(-y),math.rad(0),math.rad(0))),0.2)
  4764. char.Torso.cWeld.C1 = clerp(char.Torso.cWeld.C1,(CFrame.new(0,0,0)*CFrame.Angles(math.rad(-y),math.rad(0),math.rad(0))),0.2)
  4765. char.HumanoidRootPart.RootJoint.C0 = clerp(char.HumanoidRootPart.RootJoint.C0,CFrame.new(0,0,0)*CFrame.Angles(math.rad(-90),math.rad(0),math.rad(120)),animspeed)
  4766. char.Torso.Neck.C0 = clerp(char.Torso.Neck.C0,CFrame.new(0,1,0)*CFrame.Angles(math.rad(-120),math.rad(y/2),math.rad(240)),animspeed)
  4767. --char.Humanoid.WalkSpeed = 6
  4768. --char.Humanoid.JumpPower = 0
  4769. end
  4770. end
  4771. gyro.MaxTorque = Vector3.new(0,10000000,0)
  4772. else
  4773. isaim = false
  4774. if char.Torso:FindFirstChild("bWeld") and char.Torso:FindFirstChild("cWeld") then
  4775. if bsy == false then
  4776. local y = CFrame.new(plr:GetMouse().Hit.p - char.HumanoidRootPart.Position).p.Y
  4777. y = (y*70)/(plr:GetMouse().Hit.p - char.HumanoidRootPart.Position).Magnitude
  4778. char.Torso.bWeld.C0 = clerp(char.Torso.bWeld.C0,CFrame.new(1.2,0.3 + math.cos(tick())/5,-0.9)*CFrame.Angles(math.rad(90),math.rad(20),math.rad(-80)),animspeed)
  4779. char.Torso.cWeld.C0 = clerp(char.Torso.cWeld.C0,CFrame.new(-1.5,0 + math.cos(tick())/5,0)*CFrame.Angles(math.rad(90),math.rad(40),math.rad(-30)),animspeed)
  4780. char.Torso.bWeld.C1 = clerp(char.Torso.bWeld.C1,(CFrame.new(0,0,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0))),0.2)
  4781. char.Torso.cWeld.C1 = clerp(char.Torso.cWeld.C1,(CFrame.new(0,0,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0))),0.2)
  4782. char.HumanoidRootPart.RootJoint.C0 = clerp(char.HumanoidRootPart.RootJoint.C0,CFrame.new(0,0,0)*CFrame.Angles(math.rad(-90),math.rad(0),math.rad(180)),animspeed)
  4783. char.Torso.Neck.C0 = clerp(char.Torso.Neck.C0,CFrame.new(0,1,0)*CFrame.Angles(math.rad(-90),math.rad(0),math.rad(180)),animspeed)
  4784. --char.Humanoid.WalkSpeed = 16
  4785. --char.Humanoid.JumpPower = 50
  4786. end
  4787. end
  4788. gyro.MaxTorque = Vector3.new(0,0,0)
  4789. end
  4790. end
  4791. end
  4792. },
  4793. {
  4794. "Terrain Generation",
  4795. function()
  4796. --[[ terrain lol ]] --[[ joalars2 ]] local char = owner.Character local xsi,ysi,zsi = 20,3,20 local xs,ys,zs = -xsi*25,4.1,-xsi*25 local rows = 50 local columns = 50 local intensity = 15 --[[ Lower = More intense = Looks crap ]] local rand = math.random(0,10000) local lowest = nil for i=0,rows*xsi,xsi do for o=0,columns*zsi,zsi do local p = Instance.new("Part") p.Size = Vector3.new(xsi,ysi,zsi) p.Anchored = true p.TopSurface = "Smooth" p.BottomSurface = "Smooth" p.Locked = true if math.noise(i/(intensity*xsi),ys + rand,o/(intensity*zsi))*(ys*4) <= -0.3*intensity then p.BrickColor = BrickColor.new("Bright blue") p.Reflectance = 0.3 p.Material = "SmoothPlastic" p.CFrame = CFrame.new(Vector3.new(xs,ys,zs) + Vector3.new(i,-84.5,o)) else p.BrickColor = BrickColor.new("Bright green") p.Material = "Grass" p.CFrame = CFrame.new(Vector3.new(xs,ys,zs) + Vector3.new(i,math.noise(i/(intensity*xsi),ys + rand,o/(intensity*zsi))*(ys*4),o) + Vector3.new(0,-80,0)) end if lowest == nil or p.Position.Y < lowest then lowest = p.Position.Y print("Lowest updated: "..lowest) end p.Parent = workspace["Base"] or workspace local randomchance = math.random(1,400) if math.noise(i/(intensity*xsi),ys + rand,o/(intensity*zsi))*(ys*4) > -0.3*intensity then if randomchance <= 20 then local th = math.random(7,20) local tw = math.random(2,8) local lh = math.random(th/2,th) local lw = math.random(tw*1.5,tw*2.5) local b = Instance.new("Part") b.Size = Vector3.new(th,tw,tw) b.Shape = "Cylinder" b.Anchored = true b.TopSurface = "Smooth" b.Name = "Base" b.BottomSurface = "Smooth" b.BrickColor = BrickColor.new("Brown") b.Material = "Wood" b.CFrame = CFrame.new(p.Position + Vector3.new(0,th/2 + ysi/2,0))*CFrame.Angles(math.rad(0),math.rad(0),math.rad(90)) b.Parent = p local l1 = Instance.new("Part") l1.Size = Vector3.new(lh,lw,lw) l1.Shape = "Cylinder" l1.Anchored = true l1.TopSurface = "Smooth" l1.BottomSurface = "Smooth" l1.BrickColor = BrickColor.new("Camo") l1.Material = "Grass" l1.CFrame = CFrame.new(b.Position + Vector3.new(0,th/2 + lh/2,0))*CFrame.Angles(math.rad(0),math.rad(0),math.rad(90)) l1.Parent = b local l2 = Instance.new("Part") l2.Size = Vector3.new(lw,lw,lw) l2.Shape = "Ball" l2.Anchored = true l2.TopSurface = "Smooth" l2.BottomSurface = "Smooth" l2.BrickColor = BrickColor.new("Camo") l2.Material = "Grass" l2.CFrame = CFrame.new(l1.Position + Vector3.new(0,lh/2,0))*CFrame.Angles(math.rad(0),math.rad(0),math.rad(90)) l2.Parent = b local l3 = Instance.new("Part") l3.Size = Vector3.new(lw,lw,lw) l3.Shape = "Ball" l3.Anchored = true l3.TopSurface = "Smooth" l3.BottomSurface = "Smooth" l3.BrickColor = BrickColor.new("Camo") l3.Material = "Grass" l3.CFrame = CFrame.new(l1.Position + Vector3.new(0,-lh/2,0))*CFrame.Angles(math.rad(0),math.rad(0),math.rad(90)) l3.Parent = b elseif randomchance > 20 and randomchance <= 25 then for i=1,math.random(4,8) do local rh = math.random(3,6) local rl = math.random(3,6) local rw = math.random(3,6) local r = Instance.new("Part") r.Size = Vector3.new(rl,rh,rw) r.Anchored = true r.TopSurface = "Smooth" r.BottomSurface = "Smooth" r.Material = "Slate" r.CFrame = CFrame.new(p.Position + Vector3.new(math.random(-1,1),1,math.random(-1,1))) * CFrame.Angles(math.rad(math.random(0,359)),math.rad(math.random(0,359)),math.rad(math.random(0,359))) r.Parent = p end elseif randomchance > 25 and randomchance <= 35 then for i=1,math.random(4,8) do local rh = math.random(5,8) local rl = math.random(5,8) local rw = math.random(5,8) local r = Instance.new("Part") r.Size = Vector3.new(rl,rh,rw) r.Anchored = true r.TopSurface = "Smooth" r.BottomSurface = "Smooth" r.CanCollide = false r.Material = "Grass" r.BrickColor = BrickColor.new("Camo") r.CFrame = CFrame.new(p.Position + Vector3.new(math.random(-1,1),1,math.random(-1,1))) * CFrame.Angles(math.rad(math.random(0,359)),math.rad(math.random(0,359)),math.rad(math.random(0,359))) r.Parent = p end elseif randomchance == 36 then for i=1,math.random(8,16) do local rh = math.random(8,16) local rl = math.random(8,16) local rw = math.random(8,16) local r = Instance.new("Part") r.Size = Vector3.new(rl,rh,rw) r.Anchored = true r.TopSurface = "Smooth" r.BottomSurface = "Smooth" r.Material = "Slate" r.CFrame = CFrame.new(p.Position + Vector3.new(math.random(-1,1),1,math.random(-1,1))) * CFrame.Angles(math.rad(math.random(0,359)),math.rad(math.random(0,359)),math.rad(math.random(0,359))) r.Parent = p end elseif randomchance == 37 then for i=1,math.random(8,16) do local rh = math.random(10,18) local rl = math.random(10,18) local rw = math.random(10,18) local r = Instance.new("Part") r.Size = Vector3.new(rl,rh,rw) r.CanCollide = false r.Anchored = true r.TopSurface = "Smooth" r.BottomSurface = "Smooth" r.Material = "Grass" r.BrickColor = BrickColor.new("Camo") r.CFrame = CFrame.new(p.Position + Vector3.new(math.random(-1,1),1,math.random(-1,1))) * CFrame.Angles(math.rad(math.random(0,359)),math.rad(math.random(0,359)),math.rad(math.random(0,359))) r.Parent = p end end else --[[ Water Generation ]] end end wait(0.1) end workspace["Base"].Transparency = 1 workspace["Base"].CanCollide = false
  4797. end
  4798. },
  4799. {
  4800. "Tea",
  4801. function()
  4802. print("Loading...") local ot = tick() local plr = owner local equipped = false local cd = false local sizemod = 1 local tRotX = 0 local tRotY = 0 local tRotZ = 0 local mode = true local tool = script.Parent if not tool:IsA("Tool") then print("Creating tool.") tool = Instance.new("Tool",plr.Backpack) tool.Name = "Teapot" tool.ToolTip = "*angery*" tool.CanBeDropped = false script.Parent = tool end local kettled = {} tool.Grip = CFrame.new(0,0,0.8 * sizemod) * CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)) local handle = tool:FindFirstChild("Handle") if handle == nil then handle = Instance.new("Part",tool) handle.Name = "Handle" handle.Size = Vector3.new(sizemod,sizemod,sizemod) handle.CanCollide = false handle.BrickColor = BrickColor.new("White") handle.Shape = "Ball" handle.Size = Vector3.new(0.2,0.2,0.2) local mesh = Instance.new("SpecialMesh",handle) mesh.MeshType = Enum.MeshType.FileMesh mesh.MeshId = "rbxassetid://1594167" mesh.Scale = Vector3.new(1,1,1)*sizemod end local pp = Instance.new("Part",handle) pp.Name = "Particles" pp.Size = Vector3.new(0.2,0.2,0.2) pp.Transparency = 1 pp.CanCollide = false local w = Instance.new("Weld") w.Part0 = pp w.Part1 = handle w.C0 = CFrame.new(0,-0.5*sizemod,1.5*sizemod)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)) w.Parent = pp local s1 = Instance.new("Sound",handle) s1.SoundId = "rbxassetid://318794788" s1.Looped = true s1.Volume = 2 s1.Pitch = 4 local particle = Instance.new("ParticleEmitter",pp) local sk = {NumberSequenceKeypoint.new(0,0.02*sizemod),NumberSequenceKeypoint.new(1,0.3*sizemod)} particle.Size = NumberSequence.new(sk) local sk = {NumberSequenceKeypoint.new(0,1),NumberSequenceKeypoint.new(0.7,0),NumberSequenceKeypoint.new(1,1)} particle.Transparency = NumberSequence.new(sk) particle.Texture = "rbxassetid://453789629" particle.Lifetime = NumberRange.new(2,2.3) particle.Rate = 150 particle.Speed = NumberRange.new(0,0) particle.Acceleration = Vector3.new(math.cos(tick()),sizemod,math.sin(tick())) coroutine.resume(coroutine.create(function() while wait() do particle.Acceleration = Vector3.new((math.cos(tick()*2)/4)*sizemod,sizemod,(math.sin(tick()*1.5)/3)*sizemod) end end)) function throw() local cln = handle:Clone() for i,v in pairs(cln:GetChildren()) do if v:IsA("Sound") then v:Destroy() end end game:GetService("Debris"):AddItem(s,0.9) cln.Name = "Teapot" cln.Size = Vector3.new(1,1,1)*sizemod cln.Velocity = ((mouse.Hit.p - handle.Position).unit*250 + Vector3.new(0,10,0)) cln.Parent = game.Workspace local hitHead = false local tev tev = cln.Touched:connect(function(t) if game:GetService("Players"):GetPlayerFromCharacter(t.Parent) then local isKettled = false for i,v in pairs(kettled) do if game:GetService("Players"):GetPlayerFromCharacter(t.Parent).Name == v then isKettled = true end end if isKettled == false then tev:disconnect() local pname = game:GetService("Players"):GetPlayerFromCharacter(t.Parent).Name table.insert(kettled,pname) if game:GetService("Players"):GetPlayerFromCharacter(t.Parent) ~= plr then local tchar = game:GetService("Players"):GetPlayerFromCharacter(t.Parent).Character cln.Parent = t.Parent local weld = Instance.new("Weld") weld.Part0 = cln weld.Part1 = t.Parent:WaitForChild("Head") weld.C0 = CFrame.new(0,0,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)) weld.C1 = CFrame.new(0,0,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)) weld.Parent = cln hitHead = true local s = Instance.new("Sound",cln) s.SoundId = "rbxassetid://399768457" s.Volume = math.huge s:Play() wait(8) if cln.Parent ~= nil then if game:GetService("Players"):GetPlayerFromCharacter(t.Parent) then spawn(function() tchar:BreakJoints() tchar:FindFirstChild("Humanoid").Health = 0 end) end local p = Instance.new("Part",tchar) p.CanCollide = false p.Anchored = true p.Transparency = 0 p.TopSurface = "Smooth" p.BottomSurface = "Smooth" p.Size = Vector3.new(0.2,0.2,0.2) p.BrickColor = BrickColor.new("Institutional White") local p2 = Instance.new("Part",tchar) p2.CanCollide = false p2.Anchored = true p2.Transparency = 0 p2.TopSurface = "Smooth" p2.BottomSurface = "Smooth" p2.Size = Vector3.new(0.2,0.2,0.2) p2.BrickColor = BrickColor.new("Institutional White") local p3 = Instance.new("Part",tchar) p3.CanCollide = false p3.Anchored = true p3.Transparency = 0 p3.TopSurface = "Smooth" p3.BottomSurface = "Smooth" p3.Size = Vector3.new(0.2,0.2,0.2) p3.BrickColor = BrickColor.new("Institutional White") local p4 = Instance.new("Part",tchar) p4.CanCollide = false p4.Anchored = true p4.Transparency = 0 p4.TopSurface = "Smooth" p4.BottomSurface = "Smooth" p4.Size = Vector3.new(0.2,0.2,0.2) p4.BrickColor = BrickColor.new("Institutional White") local m = Instance.new("SpecialMesh",p) m.MeshType = "Sphere" m.Scale = (Vector3.new(7,7,7)*sizemod)*8 local m2 = Instance.new("SpecialMesh",p2) m2.MeshType = "Sphere" m2.Scale = (Vector3.new(1,1,1)*sizemod)*8 local m3 = Instance.new("BlockMesh",p3) m3.Scale = (Vector3.new(7,7,7)*sizemod)*8 local m4 = Instance.new("BlockMesh",p4) m4.Scale = (Vector3.new(1,1,1)*sizemod)*8 local s = Instance.new("Sound",p) s.SoundId = "rbxassetid://157878578" s.Volume = math.huge s:Play() local sc = cln.CFrame p.CFrame = sc p2.CFrame = sc p3.CFrame = sc p4.CFrame = sc p.Material = "Neon" p2.Material = "Neon" p3.Material = "Neon" p4.Material = "Neon" local pt local p2t local p3t local p4t function brk(c) if c.Parent ~= plr.Character and c.Parent.Parent ~= plr.Character and c.Parent.Parent.Parent ~= plr.Character then if c then for i,v in pairs(c.Parent:GetChildren()) do if v:IsA("Script") or v:IsA("LocalScript") then v:Destroy() wait(0.05) end end wait() c:BreakJoints() end end end function brk2(c) if c.Parent ~= plr.Character and c.Parent.Parent ~= plr.Character then if c then for i,v in pairs(c.Parent:GetChildren()) do if v:IsA("Script") or v:IsA("LocalScript") then v:Destroy() wait(0.05) end end wait() c:BreakJoints() end end end function brk3(c) if c.Parent ~= plr.Character then if c then for i,v in pairs(c.Parent:GetChildren()) do if v:IsA("Script") or v:IsA("LocalScript") then v:Destroy() wait(0.05) end end wait() c:BreakJoints() end end end function brk4(c) local success, msg = pcall(brk,c) if success == false then print("Errored: "..msg) local success, msg = pcall(brk2,c) if success == false then print("Errored: "..msg) brk3(c) end end end pt = p.Touched:connect(function(c) brk4(c) end) p2t = p2.Touched:connect(function(c) brk4(c) end) p3t = p3.Touched:connect(function(c) brk4(c) end) p4t = p4.Touched:connect(function(c) brk4(c) end) local hitReg = {} spawn(function() local reg = Region3.new(p.Position - Vector3.new(20*sizemod,20*sizemod,20*sizemod),p.Position + Vector3.new(20*sizemod,20*sizemod,20*sizemod)) local ht = workspace:FindPartsInRegion3(reg,char,100) for i,v in pairs(ht) do brk4(v) end end) cln:Destroy() for i=1,20 do m.Scale = m.Scale + (Vector3.new(3,3,3)*sizemod) m2.Scale = m2.Scale + (Vector3.new(3,3,3)*sizemod) m3.Scale = m3.Scale + (Vector3.new(3,3,3)*sizemod) m4.Scale = m4.Scale + (Vector3.new(3,3,3)*sizemod) p.Transparency = p.Transparency + 1/20 p2.Transparency = p2.Transparency + 1/20 p3.Transparency = p3.Transparency + 1/20 p4.Transparency = p4.Transparency + 1/20 p.CFrame = sc p2.CFrame = sc p3.CFrame = sc * CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))) p4.CFrame = sc * CFrame.Angles(math.rad(math.random(-360,360)),math.rad(math.random(-360,360)),math.rad(math.random(-360,360))) wait() end pt:disconnect() p2t:disconnect() p3t:disconnect() p4t:disconnect() end local isub = 0 for i,v in pairs(kettled) do if pname == v then table.remove(kettled,i-isub) isub = isub + 1 end end end end elseif game:GetService("Players"):GetPlayerFromCharacter(t.Parent.Parent) then else for i=1,10 do local p = Instance.new("Part",workspace) p.Size = Vector3.new(math.random(-10,10)/10,math.random(-10,10)/10,math.random(-10,10)/10) p.CFrame = cln.CFrame p.Velocity = Vector3.new(math.random(-30,30),math.random(3,50),math.random(-30,30)) p.BrickColor = cln.BrickColor p.TopSurface = "Smooth" p.BottomSurface = "Smooth" game:GetService("Debris"):AddItem(p,math.random(10,25)/10) end tev:disconnect() cln.Anchored = true cln.CanCollide = false cln.Transparency = 1 local s = Instance.new("Sound",cln) s.SoundId = "rbxassetid://138122923" s.Volume = math.huge s:Play() wait(1.5) cln:Destroy() end end) wait() cln.CanCollide = true wait(5) if hitHead == false then cln:Destroy() tev:disconnect() end end tool.Equipped:connect(function() if mode == true then char:WaitForChild("Torso"):WaitForChild("Right Shoulder").C0 = CFrame.new(1,0.5,0) * CFrame.Angles(math.rad(0),math.rad(90),math.rad(0)) else char:WaitForChild("Torso"):WaitForChild("Right Shoulder").C0 = CFrame.new(1,0.5,0) * CFrame.Angles(math.rad(120),math.rad(90),math.rad(0)) end equipped = true s1:Play() for i,v in pairs(handle:GetChildren()) do if v.Name == "Particles" then v:Destroy() end end pp = Instance.new("Part",handle) pp.Name = "Particles" pp.Size = Vector3.new(0.2,0.2,0.2) pp.Transparency = 1 pp.CanCollide = false local w = Instance.new("Weld") w.Part0 = pp w.Part1 = handle w.C0 = CFrame.new(0,-0.5*sizemod,1.5*sizemod)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)) w.Parent = pp particle = Instance.new("ParticleEmitter",pp) local sk = {NumberSequenceKeypoint.new(0,0.02*sizemod),NumberSequenceKeypoint.new(1,0.3*sizemod)} particle.Size = NumberSequence.new(sk) local sk = {NumberSequenceKeypoint.new(0,1),NumberSequenceKeypoint.new(0.7,0),NumberSequenceKeypoint.new(1,1)} particle.Transparency = NumberSequence.new(sk) particle.Texture = "rbxassetid://453789629" particle.Lifetime = NumberRange.new(2,2.3) particle.Rate = 150 particle.Speed = NumberRange.new(0,0) particle.Acceleration = Vector3.new(math.cos(tick()),sizemod,math.sin(tick())) end) tool.Unequipped:connect(function() equipped = false s1:Stop() char:WaitForChild("Torso"):WaitForChild("Right Shoulder").C0 = CFrame.new(1,0.5,0) * CFrame.Angles(math.rad(0),math.rad(90),math.rad(0)) end) local isPour = false mouse.Button1Down:connect(function() if equipped == true and cd == false and mode == false then cd = true local s = Instance.new("Sound",handle) s.SoundId = "rbxassetid://444895479" s.Volume = 2 s.Pitch = math.random(900,1100)/1000 s:Play() char:WaitForChild("Torso"):WaitForChild("Right Shoulder").C0 = CFrame.new(1,0.5,0) * CFrame.Angles(math.rad(120),math.rad(90),math.rad(0)) wait() char:WaitForChild("Torso"):WaitForChild("Right Shoulder").C0 = CFrame.new(1,0.5,0) * CFrame.Angles(math.rad(65),math.rad(90),math.rad(0)) spawn(function() throw() end) wait() char:WaitForChild("Torso"):WaitForChild("Right Shoulder").C0 = CFrame.new(1,0.5,0) * CFrame.Angles(math.rad(0),math.rad(90),math.rad(0)) wait() char:WaitForChild("Torso"):WaitForChild("Right Shoulder").C0 = CFrame.new(1,0.5,0) * CFrame.Angles(math.rad(120),math.rad(90),math.rad(0)) cd = false elseif equipped == true and cd == false and mode == true then cd = true isPour = true local mUp local pour = Instance.new("Part",pp) pour.Anchored = true pour.CanCollide = false pour.BrickColor = BrickColor.new("Brown") pour.TopSurface = "Smooth" pour.BottomSurface = "Smooth" pour.Transparency = 0.3 local ps = Instance.new("Sound",pp) ps.SoundId = "rbxassetid://329308062" ps.Volume = 2 ps.Looped = true ps.Pitch = 3 ps:Play() mUp = mouse.Button1Up:connect(function() mUp:disconnect() cd = false isPour = false pour:Destroy() ps:Destroy() tRotX = 0 tRotY = 0 tRotZ = 0 end) while cd == true do tRotX = 45 tRotY = 0 tRotZ = 0 local ray = Ray.new(pp.Position,Vector3.new(0,-1000,0)) local part,pos,normal = workspace:FindPartOnRay(ray,char,false,true) pour.Size = Vector3.new(0.2,0.2,(pos-pp.Position).Magnitude) pour.CFrame = CFrame.new(pp.Position,pos) * CFrame.new(0,0,-(pos-pp.Position).Magnitude/2) if part then if part.Name ~= "Tea" then local p = Instance.new("Part",part) p.Name = "Tea" p.BrickColor = BrickColor.new("Brown") p.Size = Vector3.new(0.2,0.7,0.7) p.Transparency = 0.3 p.TopSurface = "Smooth" p.BottomSurface = "Smooth" p.CanCollide = false p.TopSurface = "Smooth" p.Anchored = true p.BottomSurface = "Smooth" p.Shape = "Cylinder" p.CFrame = CFrame.new(pos) * CFrame.Angles(math.rad(normal.X),math.rad(normal.Y),math.rad(normal.Z+90)) Instance.new("Vector3Value",p).Value = p.CFrame.p local shrink local frm = 0 shrink = game:GetService("RunService").Stepped:connect(function() frm = frm + 1 if math.floor(frm/4) == frm/4 then spawn(function() local reg = Region3.new(p.Position - Vector3.new(p.Size.Y/2,3,p.Size.Y/2),p.Position + Vector3.new(p.Size.Y/2,3,p.Size.Y/2)) local ht = workspace:FindPartsInRegion3(reg,char,100) for i,v in pairs(ht) do if v.Parent:FindFirstChild("Humanoid") then v.Parent.Humanoid.Health = v.Parent.Humanoid.Health - v.Parent.Humanoid.MaxHealth/200 end end end) end p.Size = p.Size - Vector3.new(0,0.02,0.02) if p.Size.Y <= 0.3 then p:Destroy() shrink:disconnect() end end) local particle1 = Instance.new("ParticleEmitter",p) local sk = {NumberSequenceKeypoint.new(0,0.02*sizemod),NumberSequenceKeypoint.new(1,0.3*sizemod)} particle1.Size = NumberSequence.new(sk) local sk = {NumberSequenceKeypoint.new(0,1),NumberSequenceKeypoint.new(0.7,0),NumberSequenceKeypoint.new(1,1)} particle1.Transparency = NumberSequence.new(sk) particle1.Texture = "rbxassetid://453789629" particle1.Lifetime = NumberRange.new(2,2.3) particle1.Rate = 200 particle1.Speed = NumberRange.new(0,0) particle1.Acceleration = Vector3.new(0,0.5,0) else part.Size = part.Size + Vector3.new(0,0.2,0.2) part.CFrame = CFrame.new(part.Value.Value) * CFrame.Angles(math.rad(0),math.rad(0),math.rad(90)) end end wait() end end end) mouse.KeyDown:connect(function(key) if cd == false and equipped == true then if key == "q" then if mode == false then mode = true char:WaitForChild("Torso"):WaitForChild("Right Shoulder").C0 = CFrame.new(1,0.5,0) * CFrame.Angles(math.rad(0),math.rad(90),math.rad(0)) else mode = false char:WaitForChild("Torso"):WaitForChild("Right Shoulder").C0 = CFrame.new(1,0.5,0) * CFrame.Angles(math.rad(120),math.rad(90),math.rad(0)) end elseif key == "u5jt" then cd = true handle.Transparency = 1 local mug = Instance.new("Part",tool) mug.CanCollide = false mug.BrickColor = BrickColor.new("Institutional white") local mesh = Instance.new("SpecialMesh",mug) mesh.MeshId = "rbxassetid://433095032" mug.Size = Vector3.new(0.2,0.2,0.2) mesh.Scale = Vector3.new(0.145,0.145,0.145) local w = Instance.new("Weld") w.Part0 = mug w.Part1 = char:WaitForChild("Right Arm") w.C0 = CFrame.new(1,0,0) * CFrame.Angles(math.rad(0),math.rad(90),math.rad(0)) w.C1 = CFrame.new(0,0,0) * CFrame.Angles(math.rad(-90),math.rad(0),math.rad(0)) w.Parent = mug local pp1 = Instance.new("Part",mug) pp1.CanCollide = false pp1.Size = Vector3.new(0.7,0.2,0.6) pp1.BrickColor = BrickColor.new("Brown") pp1.Material = "SmoothPlastic" pp1.TopSurface = "Smooth" pp1.BottomSurface = "Smooth" Instance.new("CylinderMesh",pp1) particle:Clone().Parent = pp1 local w = Instance.new("Weld") w.Part0 = pp1 w.Part1 = mug w.C0 = CFrame.new(0.15,-0.3,0) * CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)) w.C1 = CFrame.new(0,0,0) * CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)) w.Parent = pp1 mouse.Button1Down:connect(function() end) tRotX = 0 tRotY = 0 tRotZ = 0 end end end) plr.Chatted:connect(function(msg) if string.lower(string.sub(msg,1,3)) == "-s " then sizemod = string.sub(msg,4,#msg) handle.Mesh.Scale = Vector3.new(1,1,1)*sizemod for i,v in pairs(handle:GetChildren()) do if v.Name == "Particles" or v:IsA("Sound") then v:Destroy() end end s1 = Instance.new("Sound",handle) s1.SoundId = "rbxassetid://318794788" s1.Looped = true s1.Volume = 2 s1.Pitch = 4 s1:Play() pp = Instance.new("Part",handle) pp.Name = "Particles" pp.Size = Vector3.new(0.2,0.2,0.2) pp.Transparency = 1 pp.CanCollide = false local w = Instance.new("Weld") w.Part0 = pp w.Part1 = handle w.C0 = CFrame.new(0,-0.5*sizemod,1.5*sizemod)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)) w.Parent = pp particle = Instance.new("ParticleEmitter",pp) local sk = {NumberSequenceKeypoint.new(0,0.02*sizemod),NumberSequenceKeypoint.new(1,0.3*sizemod)} particle.Size = NumberSequence.new(sk) local sk = {NumberSequenceKeypoint.new(0,1),NumberSequenceKeypoint.new(0.7,0),NumberSequenceKeypoint.new(1,1)} particle.Transparency = NumberSequence.new(sk) particle.Texture = "rbxassetid://453789629" particle.Lifetime = NumberRange.new(2,2.3) particle.Rate = 150 particle.Speed = NumberRange.new(0,0) particle.Acceleration = Vector3.new(math.cos(tick()),sizemod,math.sin(tick())) tRotX = 0 tRotY = 0 tRotZ = 0 end end) print("Loaded! Time elapsed: "..tick() - ot) while wait() do tool.Grip = tool.Grip:lerp(CFrame.new(0,0,0.8 * sizemod) * CFrame.Angles(math.rad(tRotX),math.rad(tRotY),math.rad(tRotZ)),0.33) end
  4803. end
  4804. },
  4805. {
  4806. "Slicey Dicey",
  4807. function()
  4808. local oldtick = tick()
  4809. warn("Slicey Dicey - By joalars2")
  4810.  
  4811. local plr = owner
  4812.  
  4813. local fadeparts = {}
  4814.  
  4815. --[[ Setting up the animation rig ]]
  4816.  
  4817. local dfj = {}
  4818.  
  4819. char:WaitForChild("Animate"):Destroy()
  4820. char:WaitForChild("Humanoid"):WaitForChild("Animator"):Destroy()
  4821.  
  4822. for i,v in pairs(char:FindFirstChild("Torso"):GetChildren()) do
  4823. if v:IsA("Motor6D") and v.Name ~= "Neck" then
  4824. table.insert(dfj,v:Clone())
  4825. v:Destroy()
  4826. end
  4827. end
  4828.  
  4829. local state = "idle"
  4830.  
  4831. local rootpart = char:FindFirstChild("HumanoidRootPart")
  4832. local rootjoint = rootpart:FindFirstChild("RootJoint")
  4833. rootjoint.C1 = CFrame.new(0,0,0) * CFrame.Angles(math.rad(-90),math.rad(0),math.rad(180))
  4834. local rarm = Instance.new("Weld",char:FindFirstChild("Right Arm") or nil)
  4835. rarm.Part0 = char:FindFirstChild("Torso") or nil
  4836. rarm.Part1 = char:FindFirstChild("Right Arm") or nil
  4837. rarm.C0 = CFrame.new(1,0.5,0) * CFrame.Angles(math.rad(0),math.rad(0),math.rad(0))
  4838. rarm.C1 = CFrame.new(-0.5,0.5,0) * CFrame.Angles(math.rad(0),math.rad(0),math.rad(0))
  4839. local larm = Instance.new("Weld",char:FindFirstChild("Left Arm") or nil)
  4840. larm.Part0 = char:FindFirstChild("Torso") or nil
  4841. larm.Part1 = char:FindFirstChild("Left Arm") or nil
  4842. larm.C0 = CFrame.new(-1,0.5,0) * CFrame.Angles(math.rad(0),math.rad(0),math.rad(0))
  4843. larm.C1 = CFrame.new(0.5,0.5,0) * CFrame.Angles(math.rad(0),math.rad(0),math.rad(0))
  4844. local rleg = Instance.new("Weld",char:FindFirstChild("Right Leg") or nil)
  4845. rleg.Part0 = char:FindFirstChild("Torso") or nil
  4846. rleg.Part1 = char:FindFirstChild("Right Leg") or nil
  4847. rleg.C0 = CFrame.new(1,-1,0) * CFrame.Angles(math.rad(0),math.rad(0),math.rad(0))
  4848. rleg.C1 = CFrame.new(0.5,1,0) * CFrame.Angles(math.rad(0),math.rad(0),math.rad(0))
  4849. local lleg = Instance.new("Weld",char:FindFirstChild("Left Leg") or nil)
  4850. lleg.Part0 = char:FindFirstChild("Torso") or nil
  4851. lleg.Part1 = char:FindFirstChild("Left Leg") or nil
  4852. lleg.C0 = CFrame.new(-1,-1,0) * CFrame.Angles(math.rad(0),math.rad(0),math.rad(0))
  4853. lleg.C1 = CFrame.new(-0.5,1,0) * CFrame.Angles(math.rad(0),math.rad(0),math.rad(0))
  4854. local neck = char:FindFirstChild("Torso"):FindFirstChild("Neck") or nil
  4855. neck.Part0 = char:FindFirstChild("Torso") or nil
  4856. neck.Part1 = char:FindFirstChild("Head") or nil
  4857. neck.C0 = CFrame.new(0,1,0) * CFrame.Angles(math.rad(0),math.rad(0),math.rad(0))
  4858. neck.C1 = CFrame.new(0,-0.5,0) * CFrame.Angles(math.rad(0),math.rad(0),math.rad(0))
  4859.  
  4860. --[[ Weapons ]]
  4861.  
  4862. local isClickCombo = false
  4863. local clickTimer = 0
  4864. local clickCombo = 0
  4865. local clickCD = false
  4866. local soundCD = false
  4867. local moveCD = false
  4868.  
  4869. local p1 = Instance.new("Part",char:FindFirstChild("Right Arm") or nil)
  4870. p1.Size = Vector3.new(0.2,0.2,0.2)
  4871. p1.TopSurface = "Smooth"
  4872. p1.BottomSurface = "Smooth"
  4873. p1.CanCollide = false
  4874. local m1 = Instance.new("SpecialMesh",p1)
  4875. m1.VertexColor = Vector3.new(255,255,0)
  4876. m1.MeshId = "rbxassetid://10681506"
  4877. m1.TextureId = "rbxassetid://10681501"
  4878. m1.Scale = Vector3.new(1,1,1)
  4879. local w1 = Instance.new("Weld",p1)
  4880. w1.Part0 = p1
  4881. w1.Part1 = char:FindFirstChild("Right Arm") or nil
  4882. w1.C0 = CFrame.new(-0.3,0,-1.5) * CFrame.Angles(math.rad(-90),math.rad(0),math.rad(0))
  4883. local p2 = Instance.new("Part",char:FindFirstChild("Right Arm") or nil)
  4884. p2.Size = Vector3.new(0.2,1.3,2)
  4885. p2.TopSurface = "Smooth"
  4886. p2.BottomSurface = "Smooth"
  4887. p2.Transparency = 1
  4888. p2.CanCollide = false
  4889. local w1 = Instance.new("Weld",p2)
  4890. w1.Part0 = p2
  4891. w1.Part1 = char:FindFirstChild("Right Arm") or nil
  4892. w1.C0 = CFrame.new(-0.3,0,-2) * CFrame.Angles(math.rad(-90),math.rad(0),math.rad(0))
  4893. p2.Touched:connect(function(p)
  4894. local hum = p.Parent:FindFirstChild("Humanoid") or p.Parent.Parent:FindFirstChild("Humanoid") or nil
  4895. if hum and isClickCombo then
  4896. hum.Health = hum.Health - hum.MaxHealth/20
  4897. if soundCD == false then
  4898. soundCD = true
  4899. local s = Instance.new("Sound",p1)
  4900. s.SoundId = "rbxassetid://566593606"
  4901. s.Volume = 2.5
  4902. s:Play()
  4903. game:GetService("Debris"):AddItem(s,1.5)
  4904. wait(0.1)
  4905. soundCD = false
  4906. end
  4907. end
  4908. end)
  4909. local p3 = Instance.new("Part",char:FindFirstChild("Left Arm") or nil)
  4910. p3.Size = Vector3.new(0.2,0.2,0.2)
  4911. p3.TopSurface = "Smooth"
  4912. p3.BottomSurface = "Smooth"
  4913. p3.CanCollide = false
  4914. local m2 = Instance.new("SpecialMesh",p3)
  4915. m2.VertexColor = Vector3.new(255,255,0)
  4916. m2.MeshId = "rbxassetid://10681506"
  4917. m2.TextureId = "rbxassetid://10681501"
  4918. m2.Scale = Vector3.new(1,1,1)
  4919. local w2 = Instance.new("Weld",p3)
  4920. w2.Part0 = p3
  4921. w2.Part1 = char:FindFirstChild("Left Arm") or nil
  4922. w2.C0 = CFrame.new(-0.3,0,-1.5) * CFrame.Angles(math.rad(-90),math.rad(180),math.rad(0))
  4923. local p4 = Instance.new("Part",char:FindFirstChild("Left Arm") or nil)
  4924. p4.Size = Vector3.new(0.2,1.3,2)
  4925. p4.TopSurface = "Smooth"
  4926. p4.BottomSurface = "Smooth"
  4927. p4.Transparency = 1
  4928. p4.CanCollide = false
  4929. local w1 = Instance.new("Weld",p4)
  4930. w1.Part0 = p4
  4931. w1.Part1 = char:FindFirstChild("Left Arm") or nil
  4932. w1.C0 = CFrame.new(0.3,0,-2) * CFrame.Angles(math.rad(-90),math.rad(0),math.rad(0))
  4933. p4.Touched:connect(function(p)
  4934. local hum = p.Parent:FindFirstChild("Humanoid") or p.Parent.Parent:FindFirstChild("Humanoid") or nil
  4935. if hum and isClickCombo and hum ~= char:FindFirstChild("Humanoid") then
  4936. hum.Health = hum.Health - hum.MaxHealth/20
  4937. if soundCD == false then
  4938. soundCD = true
  4939. local s = Instance.new("Sound",p3)
  4940. s.SoundId = "rbxassetid://566593606"
  4941. s.Volume = 2.5
  4942. s:Play()
  4943. game:GetService("Debris"):AddItem(s,1.5)
  4944. wait(0.1)
  4945. soundCD = false
  4946. end
  4947. end
  4948. end)
  4949.  
  4950. mouse.Button1Down:connect(function()
  4951. if clickCD == false then
  4952. if clickCombo == 0 then
  4953. if not char:FindFirstChild("Right Arm") then
  4954. clickCombo = 1
  4955. end
  4956. end
  4957. if clickCombo == 1 then
  4958. if not char:FindFirstChild("Left Arm") then
  4959. clickCombo = 0
  4960. end
  4961. end
  4962. if not char:FindFirstChild("Right Arm") and not char:FindFirstChild("Left Arm") then
  4963. clickCombo = 3
  4964. end
  4965. if clickCombo == 0 then
  4966. local oldtick = tick()
  4967. state = "busy"
  4968. clickCD = true
  4969. isClickCombo = true
  4970. clickTimer = 1
  4971. clickCombo = clickCombo + 1
  4972.  
  4973. for i=1,5 do
  4974. rleg.C0 = rleg.C0:lerp(CFrame.new(1,-1,0) * CFrame.Angles(math.rad(-10),math.rad(0),math.rad(0)),0.4)
  4975. lleg.C0 = lleg.C0:lerp(CFrame.new(-1,-1,0) * CFrame.Angles(math.rad(-30),math.rad(0),math.rad(0)),0.4)
  4976. rarm.C0 = rarm.C0:lerp(CFrame.new(1,0.5,0) * CFrame.Angles(math.rad(160),math.rad(0),math.rad(45)),0.4)
  4977. larm.C0 = larm.C0:lerp(CFrame.new(-1,0.5,0) * CFrame.Angles(math.rad(40),math.rad(0),math.rad(0)),0.4)
  4978. rootjoint.C0 = rootjoint.C0:lerp(CFrame.new(0,0,0) * CFrame.Angles(math.rad(-70),math.rad(0),math.rad(160)),0.4)
  4979. neck.C0 = neck.C0:lerp(CFrame.new(0,1,0) * CFrame.Angles(math.rad(-20),math.rad(20),math.rad(0)),0.4)
  4980. wait()
  4981. end
  4982. wait()
  4983. for i=1,5 do
  4984. rleg.C0 = rleg.C0:lerp(CFrame.new(1,-1,0) * CFrame.Angles(math.rad(-10),math.rad(0),math.rad(0)),0.4)
  4985. lleg.C0 = lleg.C0:lerp(CFrame.new(-1,-1,0) * CFrame.Angles(math.rad(20),math.rad(0),math.rad(0)),0.4)
  4986. rarm.C0 = rarm.C0:lerp(CFrame.new(1,0.5,0) * CFrame.Angles(math.rad(0),math.rad(70),math.rad(40)),0.4)
  4987. larm.C0 = larm.C0:lerp(CFrame.new(-1,0.5,0) * CFrame.Angles(math.rad(-60),math.rad(0),math.rad(0)),0.4)
  4988. rootjoint.C0 = rootjoint.C0:lerp(CFrame.new(0,0,0) * CFrame.Angles(math.rad(-110),math.rad(0),math.rad(240)),0.4)
  4989. neck.C0 = neck.C0:lerp(CFrame.new(0,1,0) * CFrame.Angles(math.rad(20),math.rad(-60),math.rad(0)),0.4)
  4990. wait()
  4991. end
  4992.  
  4993. state = "idle"
  4994. clickCD = false
  4995. elseif clickCombo == 1 then
  4996. local oldtick = tick()
  4997. state = "busy"
  4998. clickCD = true
  4999. isClickCombo = true
  5000. clickTimer = 1
  5001. clickCombo = 0
  5002.  
  5003. for i=1,5 do
  5004. rleg.C0 = rleg.C0:lerp(CFrame.new(1,-1,0) * CFrame.Angles(math.rad(-30),math.rad(0),math.rad(0)),0.4)
  5005. lleg.C0 = lleg.C0:lerp(CFrame.new(-1,-1,0) * CFrame.Angles(math.rad(-10),math.rad(0),math.rad(0)),0.4)
  5006. rarm.C0 = rarm.C0:lerp(CFrame.new(1,0.5,0) * CFrame.Angles(math.rad(40),math.rad(0),math.rad(0)),0.4)
  5007. larm.C0 = larm.C0:lerp(CFrame.new(-1,0.5,0) * CFrame.Angles(math.rad(160),math.rad(0),math.rad(-45)),0.4)
  5008. rootjoint.C0 = rootjoint.C0:lerp(CFrame.new(0,0,0) * CFrame.Angles(math.rad(-70),math.rad(0),math.rad(200)),0.4)
  5009. neck.C0 = neck.C0:lerp(CFrame.new(0,1,0) * CFrame.Angles(math.rad(-20),math.rad(-20),math.rad(0)),0.4)
  5010. wait()
  5011. end
  5012. wait()
  5013. for i=1,5 do
  5014. rleg.C0 = rleg.C0:lerp(CFrame.new(1,-1,0) * CFrame.Angles(math.rad(20),math.rad(0),math.rad(0)),0.4)
  5015. lleg.C0 = lleg.C0:lerp(CFrame.new(-1,-1,0) * CFrame.Angles(math.rad(-10),math.rad(0),math.rad(0)),0.4)
  5016. rarm.C0 = rarm.C0:lerp(CFrame.new(1,0.5,0) * CFrame.Angles(math.rad(-60),math.rad(0),math.rad(0)),0.4)
  5017. larm.C0 = larm.C0:lerp(CFrame.new(-1,0.5,0) * CFrame.Angles(math.rad(0),math.rad(-70),math.rad(-40)),0.4)
  5018. rootjoint.C0 = rootjoint.C0:lerp(CFrame.new(0,0,0) * CFrame.Angles(math.rad(-110),math.rad(0),math.rad(120)),0.4)
  5019. neck.C0 = neck.C0:lerp(CFrame.new(0,1,0) * CFrame.Angles(math.rad(20),math.rad(60),math.rad(0)),0.4)
  5020. wait()
  5021. end
  5022.  
  5023. state = "idle"
  5024. clickCD = false
  5025. end
  5026. end
  5027. end)
  5028.  
  5029. mouse.KeyDown:connect(function(key)
  5030. if key == "e" then
  5031. if moveCD == false and clickCD == false then
  5032. clickCD = true
  5033. moveCD = true
  5034. state = "busy"
  5035. op1 = p1
  5036. op3 = p3
  5037. for i=1,5 do
  5038. rleg.C0 = rleg.C0:lerp(CFrame.new(1,-1,0) * CFrame.Angles(math.rad(0),math.rad(0),math.rad(10)),0.4)
  5039. lleg.C0 = lleg.C0:lerp(CFrame.new(-1,-1,0) * CFrame.Angles(math.rad(0),math.rad(0),math.rad(-10)),0.4)
  5040. rarm.C0 = rarm.C0:lerp(CFrame.new(1,0.5,0) * CFrame.Angles(math.rad(90),math.rad(0),math.rad(130)),0.4)
  5041. larm.C0 = larm.C0:lerp(CFrame.new(-1,0.5,0) * CFrame.Angles(math.rad(90),math.rad(0),math.rad(-130)),0.4)
  5042. rootjoint.C0 = rootjoint.C0:lerp(CFrame.new(0,0,0) * CFrame.Angles(math.rad(-90),math.rad(0),math.rad(180)),0.4)
  5043. neck.C0 = neck.C0:lerp(CFrame.new(0,1,0) * CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)),0.4)
  5044. wait()
  5045. end
  5046. p1.Transparency = 1
  5047. p3.Transparency = 1
  5048. local dir = rootpart.CFrame.lookVector*2
  5049. local p = Instance.new("Part")
  5050. p.Size = Vector3.new(0.2,0.2,0.2)
  5051. p.Anchored = true
  5052. p.CanCollide = false
  5053. p.CFrame = (CFrame.new(rootpart.Position,rootpart.Position + dir) * CFrame.new(1.3,0,-dir.Magnitude)) * CFrame.Angles(math.rad(180),math.rad(0),math.rad(0))
  5054. local m = Instance.new("SpecialMesh",p)
  5055. m.VertexColor = Vector3.new(255,255,0)
  5056. m.MeshId = "rbxassetid://10681506"
  5057. m.TextureId = "rbxassetid://10681501"
  5058. m.Scale = Vector3.new(1,1,1)
  5059. p.Parent = char
  5060. local p2 = Instance.new("Part")
  5061. p2.Size = Vector3.new(0.2,0.2,0.2)
  5062. p2.Anchored = true
  5063. p2.CanCollide = false
  5064. p2.CFrame = (CFrame.new(rootpart.Position,rootpart.Position + dir) * CFrame.new(-1.3,0,-dir.Magnitude)) * CFrame.Angles(math.rad(180),math.rad(0),math.rad(180))
  5065. local m2 = Instance.new("SpecialMesh",p2)
  5066. m2.VertexColor = Vector3.new(255,255,0)
  5067. m2.MeshId = "rbxassetid://10681506"
  5068. m2.TextureId = "rbxassetid://10681501"
  5069. m2.Scale = Vector3.new(1,1,1)
  5070. p2.Parent = char
  5071.  
  5072. local frm
  5073. local p1l = 0
  5074. local p2l = 0
  5075. frm = game:GetService("RunService").Stepped:connect(function()
  5076. if p1l < 50 then
  5077. p1l = p1l + 1
  5078. local r1 = Ray.new(p.Position,-p.CFrame.lookVector)
  5079. local pa1,po1,no1 = workspace:FindPartOnRayWithIgnoreList(r1,char:GetChildren(),false,true)
  5080. p.CFrame = CFrame.new(po1,(po1 + -dir)) * CFrame.Angles(math.rad(0),math.rad(0),math.rad(180))
  5081. if pa1 ~= nil then
  5082. if p1l < 40 then
  5083. local hum = pa1.Parent:FindFirstChild("Humanoid") or pa1.Parent.Parent:FindFirstChild("Humanoid")
  5084. if hum then
  5085. pa1:BreakJoints()
  5086. end
  5087. end
  5088. p1l = 40
  5089. end
  5090. else
  5091. p:Destroy()
  5092. for i=1,10 do
  5093. op1.Transparency = op1.Transparency - 0.1
  5094. wait()
  5095. end
  5096. end
  5097. if p2l < 50 then
  5098. p2l = p2l + 1
  5099. local r2 = Ray.new(p2.Position,-p2.CFrame.lookVector)
  5100. local pa2,po2,no2 = workspace:FindPartOnRayWithIgnoreList(r2,char:GetChildren(),false,true)
  5101. p2.CFrame = CFrame.new(po2,(po2 + -dir)) * CFrame.Angles(math.rad(0),math.rad(0),math.rad(180))
  5102. if pa2 ~= nil then
  5103. if p2l < 40 then
  5104. local hum = pa2.Parent:FindFirstChild("Humanoid") or pa2.Parent.Parent:FindFirstChild("Humanoid")
  5105. if hum then
  5106. pa2:BreakJoints()
  5107. end
  5108. end
  5109. p2l = 40
  5110. end
  5111. else
  5112. p2:Destroy()
  5113. for i=1,10 do
  5114. op3.Transparency = op3.Transparency - 0.1
  5115. wait()
  5116. end
  5117. end
  5118. if p1l > 40 then
  5119. p.Transparency = p.Transparency + 0.1
  5120. end
  5121. if p2l > 40 then
  5122. p2.Transparency = p2.Transparency + 0.1
  5123. end
  5124. if p.Parent == nil and p2.Parent == nil then
  5125. frm:disconnect()
  5126. wait(1)
  5127. clickCD = false
  5128. moveCD = false
  5129. end
  5130. end)
  5131.  
  5132. wait()
  5133. for i=1,3 do
  5134. rleg.C0 = rleg.C0:lerp(CFrame.new(1,-1,0) * CFrame.Angles(math.rad(0),math.rad(0),math.rad(10)),0.4)
  5135. lleg.C0 = lleg.C0:lerp(CFrame.new(-1,-1,0) * CFrame.Angles(math.rad(0),math.rad(0),math.rad(-10)),0.4)
  5136. rarm.C0 = rarm.C0:lerp(CFrame.new(1,0.5,0) * CFrame.Angles(math.rad(90),math.rad(0),math.rad(-30)),0.4)
  5137. larm.C0 = larm.C0:lerp(CFrame.new(-1,0.5,0) * CFrame.Angles(math.rad(90),math.rad(0),math.rad(30)),0.4)
  5138. rootjoint.C0 = rootjoint.C0:lerp(CFrame.new(0,0,0) * CFrame.Angles(math.rad(-90),math.rad(0),math.rad(180)),0.4)
  5139. neck.C0 = neck.C0:lerp(CFrame.new(0,1,0) * CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)),0.4)
  5140. wait()
  5141. end
  5142. for i=1,10 do
  5143. rleg.C0 = rleg.C0:lerp(CFrame.new(1,-1,0) * CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)),0.4)
  5144. lleg.C0 = lleg.C0:lerp(CFrame.new(-1,-1,0) * CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)),0.4)
  5145. rarm.C0 = rarm.C0:lerp(CFrame.new(1,0.5,0) * CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)),0.4)
  5146. larm.C0 = larm.C0:lerp(CFrame.new(-1,0.5,0) * CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)),0.4)
  5147. rootjoint.C0 = rootjoint.C0:lerp(CFrame.new(0,0,0) * CFrame.Angles(math.rad(-90),math.rad(0),math.rad(180)),0.4)
  5148. neck.C0 = neck.C0:lerp(CFrame.new(0,1,0) * CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)),0.4)
  5149. wait()
  5150. end
  5151. state = "idle"
  5152. end
  5153. end
  5154. end)
  5155.  
  5156. --[[ Animation application ]]
  5157.  
  5158. game:GetService("RunService").Stepped:connect(function()
  5159. if char:FindFirstChild("Humanoid").WalkSpeed < 20 then
  5160. char:FindFirstChild("Humanoid").WalkSpeed = 20
  5161. end
  5162. for i,v in pairs(fadeparts) do
  5163. if v:IsA("BasePart") then
  5164. v.Transparency = v.Transparency + 1/30
  5165. if v.Transparency >= 1 then
  5166. v:Destroy()
  5167. end
  5168. end
  5169. end
  5170. clickTimer = clickTimer - 1/60
  5171. if clickTimer <= 0 then clickTimer = 0 clickCombo = 0 isClickCombo = false end
  5172. local spd = (0.2*char:FindFirstChild("Humanoid").WalkSpeed)/16
  5173. if state ~= "busy" then
  5174. local ray = Ray.new(rootpart.Position,Vector3.new(0,-4,0))
  5175. local part,pos,normal = workspace:FindPartOnRayWithIgnoreList(ray,char:GetChildren(),false,true)
  5176. if rootpart.Velocity.Magnitude > 0.5 and part ~= nil then
  5177. state = "running"
  5178. elseif rootpart.Velocity.Magnitude <= 0.5 and part ~= nil then
  5179. state = "idle"
  5180. elseif rootpart.Velocity.Y > 0 and part == nil then
  5181. state = "jumping"
  5182. elseif rootpart.Velocity.Y <= 0 and part == nil then
  5183. state = "falling"
  5184. end
  5185. if state == "idle" then
  5186. rleg.C0 = rleg.C0:lerp(CFrame.new(1,-1,0) * CFrame.Angles(math.rad(0),math.rad(0),math.rad(-(math.sin(tick()*1*spd*5)-1)*2)),spd)
  5187. lleg.C0 = lleg.C0:lerp(CFrame.new(-1,-1,0) * CFrame.Angles(math.rad(0),math.rad(0),math.rad((math.sin(tick()*1*spd*5)-1)*2)),spd)
  5188. rarm.C0 = rarm.C0:lerp(CFrame.new(1,0.5,0) * CFrame.Angles(math.rad(math.sin(tick()*2*spd*5)*10),math.rad(0),math.rad(0)),spd)
  5189. larm.C0 = larm.C0:lerp(CFrame.new(-1,0.5,0) * CFrame.Angles(math.rad(-math.sin(tick()*2*spd*5)*10),math.rad(0),math.rad(0)),spd)
  5190. rootjoint.C0 = rootjoint.C0:lerp(CFrame.new(0,0,0) * CFrame.Angles(math.rad(-90),math.rad(0),math.rad(180)),spd)
  5191. neck.C0 = neck.C0:lerp(CFrame.new(0,1,0) * CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)),spd)
  5192. elseif state == "running" then
  5193. rleg.C0 = rleg.C0:lerp(CFrame.new(1,-1,0) * CFrame.Angles(math.rad(math.sin(tick()*8*spd*5)*90),math.rad(0),math.rad(0)),spd)
  5194. lleg.C0 = lleg.C0:lerp(CFrame.new(-1,-1,0) * CFrame.Angles(math.rad(-math.sin(tick()*8*spd*5)*90),math.rad(0),math.rad(0)),spd)
  5195. rarm.C0 = rarm.C0:lerp(CFrame.new(1,0.5,0) * CFrame.Angles(math.rad(-math.sin(tick()*8*spd*5)*90),-math.rad(math.sin(tick()*8*spd*5)*30),math.rad(0)),spd)
  5196. larm.C0 = larm.C0:lerp(CFrame.new(-1,0.5,0) * CFrame.Angles(math.rad(math.sin(tick()*8*spd*5)*90),-math.rad(math.sin(tick()*8*spd*5)*30),math.rad(0)),spd)
  5197. rootjoint.C0 = rootjoint.C0:lerp(CFrame.new(0,0,0) * CFrame.Angles(math.rad(-80),math.rad(rootpart.RotVelocity.Y*2.5),math.rad(180)),spd)
  5198. neck.C0 = neck.C0:lerp(CFrame.new(0,1,0) * CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)),spd)
  5199. elseif state == "jumping" then
  5200. rleg.C0 = rleg.C0:lerp(CFrame.new(1,-1,0) * CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)),spd)
  5201. lleg.C0 = lleg.C0:lerp(CFrame.new(-1,-1,0) * CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)),spd)
  5202. rarm.C0 = rarm.C0:lerp(CFrame.new(1,0.5,0) * CFrame.Angles(math.rad(180),math.rad(0),math.rad(0)),spd)
  5203. larm.C0 = larm.C0:lerp(CFrame.new(-1,0.5,0) * CFrame.Angles(math.rad(180),math.rad(0),math.rad(0)),spd)
  5204. rootjoint.C0 = rootjoint.C0:lerp(CFrame.new(0,0,0) * CFrame.Angles(math.rad(-90),math.rad(0),math.rad(180)),spd)
  5205. neck.C0 = neck.C0:lerp(CFrame.new(0,1,0) * CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)),spd)
  5206. elseif state == "falling" then
  5207. rleg.C0 = rleg.C0:lerp(CFrame.new(1,-1,0) * CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)),spd)
  5208. lleg.C0 = lleg.C0:lerp(CFrame.new(-1,-1,0) * CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)),spd)
  5209. rarm.C0 = rarm.C0:lerp(CFrame.new(1,0.5,0) * CFrame.Angles(math.rad(180),math.rad(0),math.rad(0)),spd)
  5210. larm.C0 = larm.C0:lerp(CFrame.new(-1,0.5,0) * CFrame.Angles(math.rad(180),math.rad(0),math.rad(0)),spd)
  5211. rootjoint.C0 = rootjoint.C0:lerp(CFrame.new(0,0,0) * CFrame.Angles(math.rad(-90),math.rad(0),math.rad(180)),spd)
  5212. neck.C0 = neck.C0:lerp(CFrame.new(0,1,0) * CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)),spd)
  5213. end
  5214. end
  5215. end)
  5216. warn("Loaded! Time elapsed: "..tick() - oldtick)
  5217. end
  5218. },
  5219. {
  5220. "Ghost - Animated",
  5221. function()
  5222. local time = tick()
  5223. print("Loading Wraith by joalars2...")
  5224.  
  5225. local plr = owner
  5226.  
  5227. local amountGhosts = 5
  5228.  
  5229. for i,v in pairs(game:GetService("Workspace").CurrentCamera:GetChildren()) do v:Destroy() end
  5230.  
  5231. local toggle,cd,mcd = false,false,false
  5232. local ghosts = {}
  5233. local temptab = {}
  5234.  
  5235. char:WaitForChild("Animate"):Destroy()
  5236. char.Humanoid:WaitForChild("Animator"):Destroy()
  5237.  
  5238. local state = "idle"
  5239.  
  5240. local gt = false
  5241.  
  5242. local gyro = Instance.new("BodyGyro",char:WaitForChild("HumanoidRootPart")) --Stops the character from glitching out on enter/exit
  5243. gyro.MaxTorque = Vector3.new(0,0,0)
  5244. gyro.D = 0
  5245. gyro.P = 100000000
  5246.  
  5247.  
  5248. local wCol = BrickColor.new("Really red")
  5249. local wCol2 = BrickColor.new("Really black")
  5250. local gCol = BrickColor.new("Toothpaste")
  5251. local gCol2 = BrickColor.new("Institutional white")
  5252.  
  5253. function searchAll(m,clear)
  5254. if clear then
  5255. if clear == true then
  5256. for i,v in pairs(temptab) do
  5257. table.remove(temptab,1)
  5258. end
  5259. end
  5260. end
  5261. for i,v in pairs(m:GetChildren()) do
  5262. if v then
  5263. local s = v:Clone()
  5264. for _,b in pairs(s:GetChildren()) do
  5265. b:Destroy()
  5266. end
  5267. if s:IsA("Part") or s:IsA("WedgePart") or s:IsA("TrussPart") or s:IsA("UnionOperation") then
  5268. if s.Name ~= "HumanoidRootPart" then
  5269. s.Anchored = true
  5270. s.CanCollide = false
  5271. s.Transparency = 0.95
  5272. s.TopSurface = "Smooth"
  5273. s.BottomSurface = "Smooth"
  5274. s.FrontSurface = "Smooth"
  5275. s.RightSurface = "Smooth"
  5276. s.BackSurface = "Smooth"
  5277. s.LeftSurface = "Smooth"
  5278. if s.Material ~= Enum.Material.Neon then
  5279. if gt == true then
  5280. s.BrickColor = wCol2
  5281. else
  5282. s.BrickColor = gCol2
  5283. end
  5284. else
  5285. if gt == true then
  5286. s.BrickColor = wCol
  5287. else
  5288. s.BrickColor = gCol
  5289. end
  5290. end
  5291. for _,c in pairs(v:GetChildren()) do
  5292. if c:IsA("SpecialMesh") or c:IsA("CylinderMesh") then
  5293. c:Clone().Parent = s
  5294. end
  5295. end
  5296. local objValue = Instance.new("ObjectValue",s)
  5297. objValue.Name = "Target"
  5298. objValue.Value = v
  5299. table.insert(temptab,s)
  5300. end
  5301. --elseif s:IsA("CharacterMesh") then
  5302. --table.insert(temptab,s)
  5303. end
  5304. --searchAll(v)
  5305. end
  5306. end
  5307. return temptab
  5308. end
  5309.  
  5310. function CreateGhost()
  5311. local ghost = Instance.new("Model",game.Workspace)
  5312. searchAll(char,true)
  5313. ghost.Name = char.Name.."'s Ghost "..#ghosts..#plr.Name
  5314. --Instance.new("Humanoid",ghost)
  5315. for i,v in pairs(temptab) do
  5316. v:Clone().Parent = ghost
  5317. end
  5318. table.insert(ghosts,ghost)
  5319. end
  5320.  
  5321. function ClearGhosts()
  5322. for i,v in pairs(ghosts) do
  5323. v:Destroy()
  5324. end
  5325. for i,v in pairs(ghosts) do
  5326. table.remove(ghosts,1)
  5327. end
  5328. for i,v in pairs(game:GetService("Workspace"):GetChildren()) do
  5329. if string.sub(v.Name,1,#plr.Name+9) == plr.Name.."'s Ghost " then
  5330. v:Destroy()
  5331. end
  5332. end
  5333. end
  5334.  
  5335. Instance.new("ForceField",char).Visible = false
  5336.  
  5337. local e1 = Instance.new("Part",char)
  5338. e1.Size = Vector3.new(0.2,0.2,0.2)
  5339. e1.TopSurface = "Smooth"
  5340. e1.BottomSurface = "Smooth"
  5341. e1.Material = "Neon"
  5342. e1.Transparency = 1
  5343. e1.Anchored = true
  5344. e1.CanCollide = false
  5345. e1.BrickColor = gCol
  5346. e1.CFrame = char.Head.CFrame * CFrame.new(0.15,0.1,-0.6)
  5347. local em1 = Instance.new("SpecialMesh",e1)
  5348. em1.MeshType = "Sphere"
  5349. local e2 = Instance.new("Part",char)
  5350. e2.Size = Vector3.new(0.2,0.2,0.2)
  5351. e2.TopSurface = "Smooth"
  5352. e2.BottomSurface = "Smooth"
  5353. e2.Transparency = 1
  5354. e2.Material = "Neon"
  5355. e2.Anchored = true
  5356. e2.CanCollide = false
  5357. e2.BrickColor = gCol
  5358. e2.CFrame = char.Head.CFrame * CFrame.new(-0.15,0.1,-0.6)
  5359. local em2 = Instance.new("SpecialMesh",e2)
  5360. em2.MeshType = "Sphere"
  5361.  
  5362. toggle = true
  5363. for i=1,amountGhosts do
  5364. CreateGhost()
  5365. end
  5366. char.Parent = game:GetService("Workspace").CurrentCamera
  5367. char:FindFirstChild("Head").Transparency = 1
  5368. char:FindFirstChild("Torso").Transparency = 1
  5369. char:FindFirstChild("Right Arm").Transparency = 1
  5370. char:FindFirstChild("Left Arm").Transparency = 1
  5371. char:FindFirstChild("Right Leg").Transparency = 1
  5372. char:FindFirstChild("Left Leg").Transparency = 1
  5373. for i,v in pairs(char:GetChildren()) do
  5374. if v:IsA("Accessory") then
  5375. v:FindFirstChild("Handle").Transparency = 1
  5376. end
  5377. end
  5378. char:FindFirstChild("Head"):FindFirstChild("face"):Destroy()
  5379.  
  5380. local p1 = Instance.new("Part",workspace)
  5381. local m1 = Instance.new("SpecialMesh",p1)
  5382. m1.MeshType = "Sphere"
  5383. m1.Scale = Vector3.new(5,5,5)
  5384. p1.Size = Vector3.new(1,1,1)
  5385. p1.Anchored = true
  5386. p1.CanCollide = false
  5387. p1.TopSurface = "Smooth"
  5388. p1.BottomSurface = "Smooth"
  5389. p1.BrickColor = gCol
  5390. p1.Material = "Neon"
  5391. local p2 = Instance.new("Part",workspace)
  5392. local m2 = Instance.new("SpecialMesh",p2)
  5393. m2.MeshType = "Sphere"
  5394. m2.Scale = Vector3.new(8,8,8)
  5395. p2.Size = Vector3.new(1,1,1)
  5396. p2.Anchored = true
  5397. p2.CanCollide = false
  5398. p2.TopSurface = "Smooth"
  5399. p2.BottomSurface = "Smooth"
  5400. p2.BrickColor = gCol2
  5401. p2.Material = "Neon"
  5402. local p3 = Instance.new("Part",workspace)
  5403. local m3 = Instance.new("BlockMesh",p3)
  5404. m3.Scale = Vector3.new(7,7,7)
  5405. p3.Size = Vector3.new(1,1,1)
  5406. p3.Transparency = 0.4
  5407. p3.Anchored = true
  5408. p3.CanCollide = false
  5409. p3.TopSurface = "Smooth"
  5410. p3.BottomSurface = "Smooth"
  5411. p3.BrickColor = gCol
  5412. p3.Material = "Neon"
  5413. local p4 = Instance.new("Part",workspace)
  5414. local m4 = Instance.new("BlockMesh",p4)
  5415. m4.Scale = Vector3.new(10,10,10)
  5416. p4.Size = Vector3.new(1,1,1)
  5417. p4.Transparency = 0.4
  5418. p4.Anchored = true
  5419. p4.CanCollide = false
  5420. p4.TopSurface = "Smooth"
  5421. p4.BottomSurface = "Smooth"
  5422. p4.BrickColor = gCol2
  5423. p4.Material = "Neon"
  5424. local currentframe = 0
  5425. local frmR
  5426.  
  5427. frmR = game:GetService("RunService").Stepped:connect(function()
  5428. currentframe = currentframe + 1
  5429. if currentframe < 1*60 then
  5430. p1.CFrame = char:WaitForChild("Torso").CFrame
  5431. p2.CFrame = char:WaitForChild("Torso").CFrame
  5432. p3.CFrame = char:WaitForChild("Torso").CFrame * CFrame.Angles(math.rad(math.random(0,360)),math.rad(math.random(0,360)),math.rad(math.random(0,360)))
  5433. p4.CFrame = char:WaitForChild("Torso").CFrame * CFrame.Angles(math.rad(math.random(0,360)),math.rad(math.random(0,360)),math.rad(math.random(0,360)))
  5434. m1.Scale = m1.Scale + Vector3.new(0.25,0.25,0.25)
  5435. m2.Scale = m2.Scale + Vector3.new(0.25,0.25,0.25)
  5436. m3.Scale = m3.Scale + Vector3.new(0.25,0.25,0.25)
  5437. m4.Scale = m4.Scale + Vector3.new(0.25,0.25,0.25)
  5438. p1.Transparency = p1.Transparency + (1/(1*60))
  5439. p2.Transparency = p2.Transparency + (1/(1*60))
  5440. p3.Transparency = p3.Transparency + (1/(1*60))
  5441. p4.Transparency = p4.Transparency + (1/(1*60))
  5442. else
  5443. p1:Destroy()
  5444. p2:Destroy()
  5445. p3:Destroy()
  5446. p4:Destroy()
  5447. frmR:disconnect()
  5448. end
  5449. end)
  5450.  
  5451. char.Humanoid.MaxHealth = math.huge
  5452. wait()
  5453. char.Humanoid.Health = math.huge
  5454.  
  5455. --[[mouse.KeyDown:connect(function(key)
  5456. if key == "r" then
  5457. print("R!")
  5458. if cd == false then
  5459. print("No cooldown!")
  5460. cd = true
  5461. if toggle == false then
  5462. print("Entering godmode")
  5463. toggle = true
  5464. Instance.new("ForceField",char)
  5465. for i=1,amountGhosts do
  5466. CreateGhost()
  5467. end
  5468. char.Parent = game:GetService("Workspace").CurrentCamera
  5469. char:FindFirstChild("Head").Transparency = 1
  5470. char:FindFirstChild("Torso").Transparency = 1
  5471. char:FindFirstChild("Right Arm").Transparency = 1
  5472. char:FindFirstChild("Left Arm").Transparency = 1
  5473. char:FindFirstChild("Right Leg").Transparency = 1
  5474. char:FindFirstChild("Left Leg").Transparency = 1
  5475. for i,v in pairs(char:GetChildren()) do
  5476. if v:IsA("Accessory") then
  5477. v:FindFirstChild("Handle").Transparency = 1
  5478. end
  5479. end
  5480. else
  5481. print("Exiting godmode")
  5482. toggle = false
  5483. for i,v in pairs(ghosts) do
  5484. v:Destroy()
  5485. end
  5486. char.Parent = game:GetService("Workspace")
  5487. char:FindFirstChild("ForceField"):Destroy()
  5488. char:FindFirstChild("Head").Transparency = 0
  5489. char:FindFirstChild("Torso").Transparency = 0
  5490. char:FindFirstChild("Right Arm").Transparency = 0
  5491. char:FindFirstChild("Left Arm").Transparency = 0
  5492. char:FindFirstChild("Right Leg").Transparency = 0
  5493. char:FindFirstChild("Left Leg").Transparency = 0
  5494. for i,v in pairs(char:GetChildren()) do
  5495. if v:IsA("Accessory") then
  5496. v:FindFirstChild("Handle").Transparency = 0
  5497. end
  5498. end
  5499. end
  5500. cd = false
  5501. end
  5502. end
  5503. end)]]
  5504.  
  5505. mouse.KeyDown:connect(function(key)
  5506. spawn(function()
  5507. if key == "f" and toggle == true and mcd == false then
  5508. if #ghosts < amountGhosts then
  5509. print(#ghosts.."<")
  5510. mcd = true
  5511.  
  5512. ClearGhosts()
  5513.  
  5514. for i=1,amountGhosts do
  5515. CreateGhost()
  5516. end
  5517. local p1 = Instance.new("Part",workspace)
  5518. local m1 = Instance.new("SpecialMesh",p1)
  5519. m1.MeshType = "Sphere"
  5520. m1.Scale = Vector3.new(7,7,7)
  5521. p1.Size = Vector3.new(1,1,1)
  5522. p1.Anchored = true
  5523. p1.CanCollide = false
  5524. p1.TopSurface = "Smooth"
  5525. p1.BottomSurface = "Smooth"
  5526. if gt == false then
  5527. p1.BrickColor = gCol
  5528. else
  5529. p1.BrickColor = wCol
  5530. end
  5531. p1.Material = "Neon"
  5532. local p2 = Instance.new("Part",workspace)
  5533. local m2 = Instance.new("SpecialMesh",p2)
  5534. m2.MeshType = "Sphere"
  5535. m2.Scale = Vector3.new(9,9,9)
  5536. p2.Size = Vector3.new(1,1,1)
  5537. p2.Anchored = true
  5538. p2.CanCollide = false
  5539. p2.TopSurface = "Smooth"
  5540. p2.BottomSurface = "Smooth"
  5541. if gt == false then
  5542. p2.BrickColor = gCol2
  5543. else
  5544. p2.BrickColor = wCol2
  5545. end
  5546. p2.Material = "Neon"
  5547. local currentframe = 0
  5548. local frmR
  5549.  
  5550. frmR = game:GetService("RunService").Stepped:connect(function()
  5551. currentframe = currentframe + 1
  5552. if currentframe < 0.25*60 then
  5553. p1.CFrame = char:WaitForChild("Torso").CFrame
  5554. p2.CFrame = char:WaitForChild("Torso").CFrame
  5555. p1.Transparency = p1.Transparency + (1/(0.25*60))
  5556. p2.Transparency = p2.Transparency + (1/(0.25*60))
  5557. else
  5558. p1:Destroy()
  5559. p2:Destroy()
  5560. mcd = false
  5561. frmR:disconnect()
  5562. end
  5563. end)
  5564. else
  5565. mcd = true
  5566.  
  5567. ClearGhosts()
  5568.  
  5569. local p1 = Instance.new("Part",workspace)
  5570. local m1 = Instance.new("SpecialMesh",p1)
  5571. m1.MeshType = "Sphere"
  5572. m1.Scale = Vector3.new(7,7,7)
  5573. p1.Size = Vector3.new(1,1,1)
  5574. p1.Anchored = true
  5575. p1.CanCollide = false
  5576. p1.TopSurface = "Smooth"
  5577. p1.BottomSurface = "Smooth"
  5578. if gt == false then
  5579. p1.BrickColor = gCol
  5580. else
  5581. p1.BrickColor = wCol
  5582. end
  5583. p1.Material = "Neon"
  5584. local p2 = Instance.new("Part",workspace)
  5585. local m2 = Instance.new("SpecialMesh",p2)
  5586. m2.MeshType = "Sphere"
  5587. m2.Scale = Vector3.new(9,9,9)
  5588. p2.Size = Vector3.new(1,1,1)
  5589. p2.Anchored = true
  5590. p2.CanCollide = false
  5591. p2.TopSurface = "Smooth"
  5592. p2.BottomSurface = "Smooth"
  5593. if gt == false then
  5594. p2.BrickColor = gCol2
  5595. else
  5596. p2.BrickColor = wCol2
  5597. end
  5598. p2.Material = "Neon"
  5599. local currentframe = 0
  5600. local frmR
  5601.  
  5602. frmR = game:GetService("RunService").Stepped:connect(function()
  5603. currentframe = currentframe + 1
  5604. if currentframe < 0.25*60 then
  5605. p1.CFrame = char:WaitForChild("Torso").CFrame
  5606. p2.CFrame = char:WaitForChild("Torso").CFrame
  5607. p1.Transparency = p1.Transparency + (1/(0.25*60))
  5608. p2.Transparency = p2.Transparency + (1/(0.25*60))
  5609. else
  5610. p1:Destroy()
  5611. p2:Destroy()
  5612. mcd = false
  5613. frmR:disconnect()
  5614. end
  5615. end)
  5616. end
  5617. elseif key == "g" and toggle == true and mcd == false then
  5618. if gt == true then
  5619. gt = false
  5620. local p1 = Instance.new("Part",workspace)
  5621. local m1 = Instance.new("SpecialMesh",p1)
  5622. m1.MeshType = "Sphere"
  5623. m1.Scale = Vector3.new(5,5,5)
  5624. p1.Size = Vector3.new(1,1,1)
  5625. p1.Anchored = true
  5626. p1.CanCollide = false
  5627. p1.TopSurface = "Smooth"
  5628. p1.BottomSurface = "Smooth"
  5629. p1.BrickColor = gCol
  5630. p1.Material = "Neon"
  5631. local p2 = Instance.new("Part",workspace)
  5632. local m2 = Instance.new("SpecialMesh",p2)
  5633. m2.MeshType = "Sphere"
  5634. m2.Scale = Vector3.new(8,8,8)
  5635. p2.Size = Vector3.new(1,1,1)
  5636. p2.Anchored = true
  5637. p2.CanCollide = false
  5638. p2.TopSurface = "Smooth"
  5639. p2.BottomSurface = "Smooth"
  5640. p2.BrickColor = gCol2
  5641. p2.Material = "Neon"
  5642. local p3 = Instance.new("Part",workspace)
  5643. local m3 = Instance.new("BlockMesh",p3)
  5644. m3.Scale = Vector3.new(7,7,7)
  5645. p3.Size = Vector3.new(1,1,1)
  5646. p3.Transparency = 0.4
  5647. p3.Anchored = true
  5648. p3.CanCollide = false
  5649. p3.TopSurface = "Smooth"
  5650. p3.BottomSurface = "Smooth"
  5651. p3.BrickColor = gCol
  5652. p3.Material = "Neon"
  5653. local p4 = Instance.new("Part",workspace)
  5654. local m4 = Instance.new("BlockMesh",p4)
  5655. m4.Scale = Vector3.new(10,10,10)
  5656. p4.Size = Vector3.new(1,1,1)
  5657. p4.Transparency = 0.4
  5658. p4.Anchored = true
  5659. p4.CanCollide = false
  5660. p4.TopSurface = "Smooth"
  5661. p4.BottomSurface = "Smooth"
  5662. p4.BrickColor = gCol2
  5663. p4.Material = "Neon"
  5664.  
  5665. ClearGhosts()
  5666.  
  5667. for i=1,amountGhosts do
  5668. CreateGhost()
  5669. end
  5670.  
  5671. local currentframe = 0
  5672. local frmR
  5673.  
  5674. frmR = game:GetService("RunService").Stepped:connect(function()
  5675. currentframe = currentframe + 1
  5676. if currentframe < 1*60 then
  5677. p1.CFrame = char:WaitForChild("Torso").CFrame
  5678. p2.CFrame = char:WaitForChild("Torso").CFrame
  5679. p3.CFrame = char:WaitForChild("Torso").CFrame * CFrame.Angles(math.rad(math.random(0,360)),math.rad(math.random(0,360)),math.rad(math.random(0,360)))
  5680. p4.CFrame = char:WaitForChild("Torso").CFrame * CFrame.Angles(math.rad(math.random(0,360)),math.rad(math.random(0,360)),math.rad(math.random(0,360)))
  5681. m1.Scale = m1.Scale + Vector3.new(0.25,0.25,0.25)
  5682. m2.Scale = m2.Scale + Vector3.new(0.25,0.25,0.25)
  5683. m3.Scale = m3.Scale + Vector3.new(0.25,0.25,0.25)
  5684. m4.Scale = m4.Scale + Vector3.new(0.25,0.25,0.25)
  5685. p1.Transparency = p1.Transparency + (1/(1*60))
  5686. p2.Transparency = p2.Transparency + (1/(1*60))
  5687. p3.Transparency = p3.Transparency + (1/(1*60))
  5688. p4.Transparency = p4.Transparency + (1/(1*60))
  5689. else
  5690. p1:Destroy()
  5691. p2:Destroy()
  5692. p3:Destroy()
  5693. p4:Destroy()
  5694. frmR:disconnect()
  5695. end
  5696. end)
  5697. else
  5698. gt = true
  5699. local p1 = Instance.new("Part",workspace)
  5700. local m1 = Instance.new("SpecialMesh",p1)
  5701. m1.MeshType = "Sphere"
  5702. m1.Scale = Vector3.new(5,5,5)
  5703. p1.Size = Vector3.new(1,1,1)
  5704. p1.Anchored = true
  5705. p1.CanCollide = false
  5706. p1.TopSurface = "Smooth"
  5707. p1.BottomSurface = "Smooth"
  5708. p1.BrickColor = wCol
  5709. p1.Material = "Neon"
  5710. local p2 = Instance.new("Part",workspace)
  5711. local m2 = Instance.new("SpecialMesh",p2)
  5712. m2.MeshType = "Sphere"
  5713. m2.Scale = Vector3.new(8,8,8)
  5714. p2.Size = Vector3.new(1,1,1)
  5715. p2.Anchored = true
  5716. p2.CanCollide = false
  5717. p2.TopSurface = "Smooth"
  5718. p2.BottomSurface = "Smooth"
  5719. p2.BrickColor = wCol2
  5720. p2.Material = "Neon"
  5721. local p3 = Instance.new("Part",workspace)
  5722. local m3 = Instance.new("BlockMesh",p3)
  5723. m3.Scale = Vector3.new(7,7,7)
  5724. p3.Size = Vector3.new(1,1,1)
  5725. p3.Transparency = 0.4
  5726. p3.Anchored = true
  5727. p3.CanCollide = false
  5728. p3.TopSurface = "Smooth"
  5729. p3.BottomSurface = "Smooth"
  5730. p3.BrickColor = wCol
  5731. p3.Material = "Neon"
  5732. local p4 = Instance.new("Part",workspace)
  5733. local m4 = Instance.new("BlockMesh",p4)
  5734. m4.Scale = Vector3.new(10,10,10)
  5735. p4.Size = Vector3.new(1,1,1)
  5736. p4.Transparency = 0.4
  5737. p4.Anchored = true
  5738. p4.CanCollide = false
  5739. p4.TopSurface = "Smooth"
  5740. p4.BottomSurface = "Smooth"
  5741. p4.BrickColor = wCol2
  5742. p4.Material = "Neon"
  5743.  
  5744. ClearGhosts()
  5745.  
  5746. for i=1,amountGhosts do
  5747. CreateGhost()
  5748. end
  5749.  
  5750. local currentframe = 0
  5751. local frmR
  5752.  
  5753. frmR = game:GetService("RunService").Stepped:connect(function()
  5754. currentframe = currentframe + 1
  5755. if currentframe < 1*60 then
  5756. p1.CFrame = char:WaitForChild("Torso").CFrame
  5757. p2.CFrame = char:WaitForChild("Torso").CFrame
  5758. p3.CFrame = char:WaitForChild("Torso").CFrame * CFrame.Angles(math.rad(math.random(0,360)),math.rad(math.random(0,360)),math.rad(math.random(0,360)))
  5759. p4.CFrame = char:WaitForChild("Torso").CFrame * CFrame.Angles(math.rad(math.random(0,360)),math.rad(math.random(0,360)),math.rad(math.random(0,360)))
  5760. m1.Scale = m1.Scale + Vector3.new(0.25,0.25,0.25)
  5761. m2.Scale = m2.Scale + Vector3.new(0.25,0.25,0.25)
  5762. m3.Scale = m3.Scale + Vector3.new(0.25,0.25,0.25)
  5763. m4.Scale = m4.Scale + Vector3.new(0.25,0.25,0.25)
  5764. p1.Transparency = p1.Transparency + (1/(1*60))
  5765. p2.Transparency = p2.Transparency + (1/(1*60))
  5766. p3.Transparency = p3.Transparency + (1/(1*60))
  5767. p4.Transparency = p4.Transparency + (1/(1*60))
  5768. else
  5769. p1:Destroy()
  5770. p2:Destroy()
  5771. p3:Destroy()
  5772. p4:Destroy()
  5773. frmR:disconnect()
  5774. end
  5775. end)
  5776. end
  5777. end
  5778. end)
  5779. end)
  5780.  
  5781. local frm = 0
  5782.  
  5783. local toRemove = {}
  5784.  
  5785. game:GetService("RunService").Stepped:connect(function()
  5786. frm = frm + 1
  5787. if char.Parent == game:GetService("Workspace").CurrentCamera then
  5788.  
  5789. e1.CFrame = char.Head.CFrame * CFrame.new(0.15,0.1,-0.55)
  5790. e2.CFrame = char.Head.CFrame * CFrame.new(-0.15,0.1,-0.55)
  5791.  
  5792. local delay = 0.9
  5793.  
  5794. for i,v in pairs(ghosts) do
  5795. for _,b in pairs(v:GetChildren()) do
  5796. if b:IsA("Part") or b:IsA("WedgePart") or b:IsA("TrussPart") or b:IsA("UnionOperation") then
  5797. b.CFrame = b.CFrame:lerp(b:FindFirstChild("Target").Value.CFrame,delay)
  5798. end
  5799. end
  5800. delay = delay - (0.5/(#ghosts+1))
  5801. end
  5802.  
  5803. --[[if math.floor(frm/8) == frm/8 then
  5804. local isub = 0
  5805. for i,v in pairs(ghosts) do
  5806. if #v:GetChildren() < 6 then
  5807. v:Destroy()
  5808. table.remove(ghosts,i - isub)
  5809. isub = isub + 1
  5810. CreateGhost()
  5811. end
  5812. end
  5813. end]]
  5814. end
  5815.  
  5816. --Animation states
  5817.  
  5818. local ray = Ray.new(char.HumanoidRootPart.CFrame.p, Vector3.new(0,-3,0).unit*4)
  5819. local part,pos,normal = game:GetService("Workspace"):FindPartOnRayWithIgnoreList(ray,ghosts,false,true)
  5820.  
  5821. if state ~= "busy" then
  5822. if char.HumanoidRootPart.Velocity.Magnitude <= 0.5 then
  5823. state = "idle"
  5824. elseif char.HumanoidRootPart.Velocity.Magnitude > 0.5 then
  5825. state = "running"
  5826. --[[elseif char.HumanoidRootPart.Velocity.Y < 0.1 and not part then
  5827. state = "falling"
  5828. elseif char.HumanoidRootPart.Velocity.Y >= 0.1 and not part then
  5829. state = "jumping"]]
  5830. end
  5831. char.Humanoid.WalkSpeed = 32
  5832. char.Humanoid.JumpPower = 70
  5833. end
  5834.  
  5835. --Actual animations
  5836.  
  5837. if state == "idle" then
  5838. char.HumanoidRootPart.RootJoint.C0 = char.HumanoidRootPart.RootJoint.C0:lerp(CFrame.new(0,1 + (math.cos(tick())/5),0) * CFrame.Angles(math.rad(80 + math.cos(tick())*4),math.rad(180),math.rad(0)),0.06)
  5839. char.Torso["Right Hip"].C0 = char.Torso["Right Hip"].C0:lerp(CFrame.new(0.5,-0.1 + (math.cos((tick())*2)/10),-0.2) * CFrame.Angles(math.rad(-20),math.rad(0),math.rad(0)),0.06)
  5840. char.Torso["Left Hip"].C0 = char.Torso["Left Hip"].C0:lerp(CFrame.new(-0.5,-0.5 + (math.cos((tick()-0.5)*2)/6),0.3) * CFrame.Angles(math.rad(-10),math.rad(0),math.rad(0)),0.06)
  5841. char.Torso["Right Shoulder"].C0 = char.Torso["Right Shoulder"].C0:lerp(CFrame.new(1.5,0.43 + (math.cos((tick()-0.5)*1.5)/30),-0.6) * CFrame.Angles(math.rad(math.cos((tick())*2)*10),math.rad(0),math.rad(math.cos(tick()/3)*3)),0.06)
  5842. char.Torso["Left Shoulder"].C0 = char.Torso["Left Shoulder"].C0:lerp(CFrame.new(-1.5,0.3 + (math.cos((tick()-0.5)*1.5)/30),-0.6) * CFrame.Angles(math.rad(-15 + math.cos((tick()))*7),math.rad(0),math.rad(math.cos(tick()/2)*4)),0.06)
  5843. char.Torso.Neck.C0 = char.Torso.Neck.C0:lerp(CFrame.new(0,1,0) * CFrame.Angles(math.rad(90 + math.cos(tick()*1.5)*6),math.rad(180),math.rad(0)),0.06)
  5844. elseif state == "running" then
  5845. char.HumanoidRootPart.RootJoint.C0 = char.HumanoidRootPart.RootJoint.C0:lerp(CFrame.new(0,1 + (math.cos(tick())/5),0) * CFrame.Angles(math.rad(65 + math.cos(tick())*4),math.rad(180),math.rad(-char.HumanoidRootPart.RotVelocity.Y*10)),0.06)
  5846. char.Torso["Right Hip"].C0 = char.Torso["Right Hip"].C0:lerp(CFrame.new(0.5,-0.1 + (math.cos((tick())*2)/10),-0.2) * CFrame.Angles(math.rad(-20),math.rad(0),math.rad(0)),0.06)
  5847. char.Torso["Left Hip"].C0 = char.Torso["Left Hip"].C0:lerp(CFrame.new(-0.5,-0.5 + (math.cos((tick()-0.5)*2)/6),0.3) * CFrame.Angles(math.rad(-10),math.rad(0),math.rad(0)),0.06)
  5848. char.Torso["Right Shoulder"].C0 = char.Torso["Right Shoulder"].C0:lerp(CFrame.new(1.5,0.70 + (math.cos((tick()-0.5)*1.5)/30),-0.4) * CFrame.Angles(math.rad(50 + math.cos((tick())*2)*10),math.rad(0),math.rad(math.cos(tick()/3)*3)),0.06)
  5849. char.Torso["Left Shoulder"].C0 = char.Torso["Left Shoulder"].C0:lerp(CFrame.new(-1.5,0.3 + (math.cos((tick()-0.5)*1.5)/30),-0.4) * CFrame.Angles(math.rad(-35 + math.cos((tick()))*7),math.rad(0),math.rad(math.cos(tick()/2)*4)),0.06)
  5850. char.Torso.Neck.C0 = char.Torso.Neck.C0:lerp(CFrame.new(0,1,0) * CFrame.Angles(math.rad(90 + math.cos(tick()*1.5)*6),math.rad(180),math.rad(0)),0.06)
  5851. end
  5852. end)
  5853.  
  5854. char.Humanoid.Died:connect(function()
  5855. toggle = false
  5856.  
  5857. ClearGhosts()
  5858.  
  5859. char.Parent = game.Workspace
  5860. char.Parent = game:GetService("Workspace")
  5861. char:FindFirstChild("ForceField"):Destroy()
  5862. char:FindFirstChild("Head").Transparency = 0
  5863. char:FindFirstChild("Torso").Transparency = 0
  5864. char:FindFirstChild("Right Arm").Transparency = 0
  5865. char:FindFirstChild("Left Arm").Transparency = 0
  5866. char:FindFirstChild("Right Leg").Transparency = 0
  5867. char:FindFirstChild("Left Leg").Transparency = 0
  5868. for i,v in pairs(char:GetChildren()) do
  5869. if v:IsA("Accessory") then
  5870. v:FindFirstChild("Handle").Transparency = 0
  5871. end
  5872. end
  5873. for i,v in pairs(game:GetService("Workspace").CurrentCamera:GetChildren()) do v:Destroy() end
  5874. plr:LoadCharacter()
  5875. end)
  5876.  
  5877. local msgidGlob = 0
  5878. local state = true
  5879. local font = "Arcade"
  5880. local tcol = Color3.fromRGB(255,217,0)
  5881. local tscol = Color3.fromRGB(0,0,0)
  5882. local fsiz = 28
  5883. local tr = true
  5884. local tsr = false
  5885. local fade = 2
  5886.  
  5887. local p = Instance.new("Part",game.Workspace)
  5888. p.Size = Vector3.new(0.2,0.2,0.2)
  5889. p.Transparency = 1
  5890. p.Anchored = true
  5891. p.CanCollide = false
  5892. p.Name = "Msg"
  5893. p.CFrame = plr.Character:WaitForChild("Head").CFrame + Vector3.new(0,2.25,0)
  5894.  
  5895. local r = 255
  5896. local b = 0
  5897. local g = 0
  5898.  
  5899. plr.Chatted:connect(function(c)
  5900. msgidGlob = msgidGlob + 1
  5901. local curMsgId = msgidGlob
  5902. if string.lower(c) == "!disable" then
  5903. state = false
  5904. elseif string.lower(c) == "!enable" then
  5905. state = true
  5906. elseif string.lower(string.sub(c,1,6)) == "!font " then
  5907. local old = font
  5908. font = string.sub(c,7,#c) or old
  5909. elseif string.lower(string.sub(c,1,8)) == "!tcolor " then
  5910. if string.lower(string.sub(c,9,#c)) == "rainbow" then
  5911. tr = true
  5912. else
  5913. tr = false
  5914. local old = tcol
  5915. tcol = Color3.fromRGB(string.sub(c,9,11),string.sub(c,13,15),string.sub(c,17,19)) or old
  5916. end
  5917. elseif string.lower(string.sub(c,1,9)) == "!tscolor " then
  5918. if string.sub(c,10,#c) == "rainbow" then
  5919. tsr = true
  5920. else
  5921. tsr = false
  5922. local old = tscol
  5923. tscol = Color3.fromRGB(string.sub(c,10,12),string.sub(c,14,16),string.sub(c,18,20)) or old
  5924. end
  5925. elseif string.lower(string.sub(c,1,6)) == "!size " then
  5926. local old = fsiz
  5927. fsiz = string.sub(c,7,#c) or old
  5928. elseif string.lower(string.sub(c,1,6)) == "!fade " then
  5929. local old = fade
  5930. fade = string.sub(c,7,#c) or old
  5931. end
  5932. if plr.Character and state == true then
  5933. if plr.Character:FindFirstChild("Head") then
  5934. for i,v in pairs(p:GetChildren()) do
  5935. if v:IsA("BillboardGui") and v.Name == "J2CMSG" then
  5936. v:Destroy()
  5937. end
  5938. end
  5939. local bbgui = Instance.new("BillboardGui",p)
  5940. bbgui.Name = "J2CMSG"
  5941. bbgui.AlwaysOnTop = true
  5942. bbgui.ExtentsOffsetWorldSpace = Vector3.new(0,4.5,0)
  5943. bbgui.Size = UDim2.new(0.2,0,0.14,0)
  5944. local tl = Instance.new("TextLabel",bbgui)
  5945. tl.BackgroundTransparency = 1
  5946. tl.BorderSizePixel = 0
  5947. tl.Size = UDim2.new(1,0,10,0)
  5948. tl.Position = UDim2.new(0,0,-5,0)
  5949. tl.Font = font or "SciFi"
  5950. tl.FontSize = "Size"..fsiz or "Size36"
  5951. tl.TextColor3 = tcol
  5952. tl.TextScaled = false
  5953. tl.TextWrapped = false
  5954. tl.TextStrokeColor3 = tscol
  5955. tl.TextStrokeTransparency = 0
  5956.  
  5957. game:GetService("RunService").Stepped:connect(function()
  5958. if tr then
  5959. if tl.Parent ~= nil then
  5960. tl.TextColor3 = Color3.fromRGB(r,g,b)
  5961. end
  5962. end
  5963. end)
  5964.  
  5965. for i=1,#c do
  5966. if msgidGlob == curMsgId then
  5967. tl.Text = string.sub(c,1,i)
  5968. if string.sub(c,i,i) ~= " " then
  5969. local s = Instance.new("Sound",p)
  5970. s.SoundId = "rbxassetid://418252437"
  5971. s.Volume = 1
  5972. s.Pitch = 1
  5973. s:Play()
  5974. game.Debris:AddItem(s,2)
  5975. end
  5976. wait()
  5977. end
  5978. end
  5979. wait(fade)
  5980. if msgidGlob == curMsgId then
  5981. for i=1,10 do
  5982. if msgidGlob == curMsgId then
  5983. tl.TextTransparency = tl.TextTransparency + 0.1
  5984. tl.TextStrokeTransparency = tl.TextStrokeTransparency + 0.1
  5985. tl.Position = tl.Position + UDim2.new(0,0,0,-3)
  5986. wait()
  5987. end
  5988. end
  5989. if msgidGlob == curMsgId then
  5990. bbgui:Destroy()
  5991. end
  5992. end
  5993. end
  5994. end
  5995. end)
  5996.  
  5997. coroutine.resume(coroutine.create(function()
  5998. while wait() do
  5999. for i=0,255,10 do g = i wait() end
  6000. for i=255,0,-10 do r = i wait() end
  6001. for i=0,255,10 do b = i wait() end
  6002. for i=255,0,-10 do g = i wait() end
  6003. for i=0,255,10 do r = i wait() end
  6004. for i=255,0,-10 do b = i wait() end
  6005. end
  6006. end))
  6007.  
  6008. game:GetService("RunService").Stepped:connect(function()
  6009. if p.Parent ~= nil then
  6010. p.CFrame = p.CFrame:lerp(plr.Character:WaitForChild("Head").CFrame + Vector3.new(0,2.25,0),0.16)
  6011. else
  6012. p = Instance.new("Part",game.Workspace)
  6013. p.Size = Vector3.new(0.2,0.2,0.2)
  6014. p.Transparency = 1
  6015. p.Anchored = true
  6016. p.CanCollide = false
  6017. p.Name = "Msg"
  6018. p.CFrame = plr.Character:WaitForChild("Head").CFrame + Vector3.new(0,2.25,0)
  6019. end
  6020. end)
  6021.  
  6022. print("Ghost loaded! Time elapsed: "..tick() - time)
  6023. end
  6024. },
  6025. {
  6026. "Timestop",
  6027. function()
  6028. local plr = owner
  6029. local deb = false
  6030.  
  6031. while not plr.Character do wait() end
  6032. wait(0.1)
  6033.  
  6034. warn("Timestop loaded. R to toggle time.")
  6035.  
  6036. local tstab = {}
  6037. local tsstab = {}
  6038. local ignlist = {}
  6039. local stab = {}
  6040.  
  6041. function plrIgnore(char)
  6042. for i,v in pairs(char:GetChildren()) do
  6043. if #v:GetChildren() >= 1 then
  6044. plrIgnore(v)
  6045. end
  6046. table.insert(ignlist,v)
  6047. end
  6048. end
  6049.  
  6050. function timeStop(target)
  6051. for i,v in pairs(target:GetChildren()) do
  6052. if #v:GetChildren() >= 1 then
  6053. timeStop(v)
  6054. end
  6055. local isinign = false
  6056. for i,b in pairs(ignlist) do
  6057. if b == v then
  6058. isinign = true
  6059. end
  6060. end
  6061. if isinign == false then
  6062. if v:IsA("Part") or v:IsA("WedgePart") or v:IsA("UnionOperation") then
  6063. if v.Anchored == false then
  6064. table.insert(tstab,v)
  6065. v.Anchored = true
  6066. end
  6067. end
  6068. if v:IsA("Sound") then
  6069. local isintab = false
  6070. for i,b in pairs(stab) do
  6071. if v == b[1] then
  6072. isintab = true
  6073. end
  6074. end
  6075. if isintab == false then
  6076. table.insert(stab,{v,v.Pitch})
  6077. end
  6078. end
  6079. --[[if v:IsA("Script") or v:IsA("LocalScript") then
  6080. if v.Disabled == false then
  6081. table.insert(tsstab,v)
  6082. v.Disabled = true
  6083. end
  6084. end]]
  6085. end
  6086. end
  6087. local isinign = false
  6088. for i,b in pairs(ignlist) do
  6089. if b == target then
  6090. isinign = true
  6091. end
  6092. end
  6093. if isinign == false then
  6094. if target:IsA("Part") or target:IsA("WedgePart") or target:IsA("UnionOperation") then
  6095. if target.Anchored == false then
  6096. table.insert(tstab,target)
  6097. target.Anchored = true
  6098. end
  6099. end
  6100. if target:IsA("Sound") then
  6101. table.insert(stab,{target,target.Pitch})
  6102. end
  6103. end
  6104. end
  6105.  
  6106. plr:GetMouse().KeyDown:connect(function(key)
  6107. if key == "r" then
  6108. if deb == true then
  6109. deb = false
  6110. else
  6111. deb = true
  6112. local cc = Instance.new("ColorCorrectionEffect",game:GetService("Lighting"))
  6113. spawn(function()
  6114. plr.Character.Humanoid.WalkSpeed = 0
  6115. plr.Character.Humanoid.JumpPower = 0
  6116. local p = Instance.new("Part",plr.Character)
  6117. p.Transparency = 0.5
  6118. p.BrickColor = BrickColor.new("Institutional white")
  6119. p.Size = Vector3.new(0.2,0.2,0.2)
  6120. p.Anchored = true
  6121. p.CanCollide = false
  6122. p.CFrame = plr.Character.Torso.CFrame
  6123. local m = Instance.new("SpecialMesh",p)
  6124. m.MeshType = Enum.MeshType.Sphere
  6125.  
  6126. local r = 255
  6127. local g = 255
  6128. local b = 255
  6129. local contrast = 0
  6130.  
  6131. for i=1,50 do
  6132. m.Scale = m.Scale + Vector3.new(50,50,50)
  6133. p.Transparency = p.Transparency + 0.5/50
  6134. r = r - ((255-42)/50)
  6135. g = g - ((255-0)/50)
  6136. b = b - ((255-255)/50)
  6137. contrast = contrast - 2/50
  6138. --cc.TintColor = Color3.fromRGB(r,g,b)
  6139. cc.Contrast = contrast
  6140. for i,v in pairs(stab) do
  6141. v[1].Pitch = v[1].Pitch - (v[2]/50)
  6142. end
  6143. wait()
  6144. end
  6145. p:Destroy()
  6146. plr.Character.Humanoid.WalkSpeed = 16
  6147. plr.Character.Humanoid.JumpPower = 50
  6148. end)
  6149.  
  6150. local aNew = game:GetService("Workspace").ChildAdded:connect(function(c)
  6151. timeStop(c)
  6152. end)
  6153.  
  6154. for i,v in pairs(ignlist) do
  6155. table.remove(ignlist,1)
  6156. end
  6157. plrIgnore(plr.Character)
  6158. timeStop(game:GetService("Workspace"))
  6159. while deb ~= false do wait() end
  6160. --spawn(function()
  6161. local r = 42
  6162. local g = 0
  6163. local b = 255
  6164. local contrast = -2
  6165. for i=1,50 do
  6166. r = r + ((255-42)/50)
  6167. g = g + ((255-0)/50)
  6168. b = b + ((255-255)/50)
  6169. contrast = contrast + 2/50
  6170. --cc.TintColor = Color3.fromRGB(r,g,b)
  6171. cc.Contrast = contrast
  6172. for i,v in pairs(stab) do
  6173. v[1].Pitch = v[1].Pitch + (v[2]/50)
  6174. end
  6175. wait()
  6176. end
  6177. cc:Destroy()
  6178. --end)
  6179. for i,v in pairs(tstab) do
  6180. v.Anchored = false
  6181. end
  6182. for i,v in pairs(tstab) do
  6183. table.remove(tstab,1)
  6184. end
  6185. --table.foreach(stab,print)
  6186. for i,v in pairs(stab) do
  6187. table.remove(stab,1)
  6188. end
  6189. --print("---------")
  6190. --table.foreach(stab,print)
  6191. --[[for i,v in pairs(tsstab) do
  6192. v.Disabled = false
  6193. end
  6194. for i,v in pairs(tsstab) do
  6195. table.remove(tsstab,1)
  6196. end]]
  6197. aNew:disconnect()
  6198. deb = false
  6199. end
  6200. end
  6201. end)
  6202. end
  6203. },
  6204. {
  6205. "Egg",
  6206. function()
  6207. wait(3)
  6208.  
  6209. local plr = owner
  6210.  
  6211. while not plr.Character do wait() end
  6212.  
  6213. local char,jtab,ceqpt,bsy,isaim,cd,drawf,state = plr.Character,{},false,false,false,false,false,"loading"
  6214.  
  6215. local hdp = Instance.new("Part",script.Parent)
  6216. hdp.Name = "HandlePart"
  6217. hdp.Size = Vector3.new(0.2,0.2,0.2)
  6218.  
  6219. local meshTab = {
  6220. {"rbxassetid://705224299","rbxassetid://705224727",Vector3.new(0.4,0.4,0.4)},
  6221. {"rbxassetid://705216303","rbxassetid://705216927",Vector3.new(1.8,1.8,1.8)},
  6222. {"rbxassetid://705209239","rbxassetid://705209459",Vector3.new(0.8,0.8,0.8)},
  6223. {"rbxassetid://705247407","rbxassetid://705246950",Vector3.new(1,1,1)},
  6224. {"rbxassetid://705242967","rbxassetid://705243300",Vector3.new(0.44,0.44,0.44)},
  6225. {"rbxassetid://705197095","rbxassetid://705197292",Vector3.new(1.25,1.25,1.25)},
  6226. {"rbxassetid://676836968","rbxassetid://676837441",Vector3.new(0.5,0.5,0.5)},
  6227. {"rbxassetid://698838167","rbxassetid://698838688",Vector3.new(1.6,1.6,1.6)},
  6228. {"rbxassetid://698827858","rbxassetid://698828143",Vector3.new(1.4,1.4,1.5)},
  6229. {"rbxassetid://705202806","rbxassetid://705207716",Vector3.new(1,1,1)},
  6230. {"rbxassetid://676840078","rbxassetid://676839351",Vector3.new(1.2,1.2,1.2)},
  6231. {"rbxassetid://717179708","rbxassetid://705199414",Vector3.new(1,0.95,1.05)},
  6232. {"rbxassetid://724420662","rbxassetid://705195915",Vector3.new(0.8,0.8,0.8)},
  6233. {"rbxassetid://676841945","rbxassetid://676842522",Vector3.new(1.7,1.7,1.8)},
  6234. {"rbxassetid://705315624","rbxassetid://705315897",Vector3.new(0.4,0.4,0.4)},
  6235. {"rbxassetid://698835993","rbxassetid://698836260",Vector3.new(1,1,1)},
  6236. {"rbxassetid://698813624","rbxassetid://698813905",Vector3.new(1.6,1.6,1.6)},
  6237. {"rbxassetid://706712283","rbxassetid://705202233",Vector3.new(2.1,2.1,2.1)},
  6238. {"rbxassetid://705208513","rbxassetid://705208760",Vector3.new(1.05,1.05,1.05)},
  6239. {"rbxassetid://676843975","rbxassetid://676844191",Vector3.new(1.6,1.6,1.6)},
  6240. {"rbxassetid://676846031","rbxassetid://676846800",Vector3.new(0.6,0.6,0.6)},
  6241. {"rbxassetid://676848204","rbxassetid://676848680",Vector3.new(0.5,0.5,0.5)},
  6242. {"rbxassetid://705217565","rbxassetid://705218075",Vector3.new(1,1,1)},
  6243. {"rbxassetid://698829950","rbxassetid://698830608",Vector3.new(0.5,0.5,0.5)},
  6244. {"rbxassetid://705200619","rbxassetid://705200948",Vector3.new(2,2,2)},
  6245. {"rbxassetid://698816291","rbxassetid://698816601",Vector3.new(0.45,0.45,0.45)},
  6246. {"rbxassetid://705245424","rbxassetid://705245604",Vector3.new(1,1,1)},
  6247. {"rbxassetid://698839252","rbxassetid://698839539",Vector3.new(1.5,1.55,1.55)},
  6248. {"rbxassetid://676850168","rbxassetid://676850427",Vector3.new(1,1,1)},
  6249. {"rbxassetid://698836963","rbxassetid://698837211",Vector3.new(2.3,2,2)},
  6250. {"rbxassetid://705219281","rbxassetid://705219747",Vector3.new(1.7,1.7,1.7)},
  6251. {"rbxassetid://698822829","rbxassetid://698823375",Vector3.new(1.5,1.5,1.5)},
  6252. {"rbxassetid://698824115","rbxassetid://698824851",Vector3.new(2.4,2.4,2.4)},
  6253. {"rbxassetid://698825712","rbxassetid://698825959",Vector3.new(1.5,1.5,1.5)},
  6254. {"rbxassetid://676851481","rbxassetid://676851716",Vector3.new(1,1,1)},
  6255. {"rbxassetid://676854360","rbxassetid://676854795",Vector3.new(0.55,0.55,0.55)},
  6256. {"rbxassetid://676856626","rbxassetid://676856930",Vector3.new(0.6,0.6,0.6)},
  6257. {"rbxassetid://676858618","rbxassetid://676858897",Vector3.new(1.4,1.4,1.4)},
  6258. {"rbxassetid://698835348","rbxassetid://698831630",Vector3.new(1.8,1.8,1.8)},
  6259. {"rbxassetid://676859903","rbxassetid://676860203",Vector3.new(1.2,1.2,1.2)},
  6260. {"rbxassetid://698829304","rbxassetid://698828946",Vector3.new(1.3,1.3,1.3)},
  6261. {"rbxassetid://698811815","rbxassetid://698812183",Vector3.new(1,1,1)},
  6262. {"rbxassetid://705225654","rbxassetid://705228740",Vector3.new(1,1,1)}
  6263. }
  6264.  
  6265. local mlgTab = {
  6266. "rbxassetid://566672836",
  6267. "rbxassetid://306356119",
  6268. "rbxassetid://10524802",
  6269. "rbxassetid://166285971",
  6270. "rbxassetid://217185480",
  6271. "rbxassetid://198329363",
  6272. "rbxassetid://286279066",
  6273. "rbxassetid://175843771",
  6274. "rbxassetid://165053954",
  6275. "rbxassetid://603718340",
  6276. "rbxassetid://133727996"
  6277. }
  6278.  
  6279. local msh = Instance.new("SpecialMesh",script.Parent.HandlePart)
  6280. msh.MeshType = Enum.MeshType.FileMesh
  6281. local rnd = math.random(1,#meshTab)
  6282. msh.MeshId = meshTab[rnd][1]
  6283. msh.TextureId = meshTab[rnd][2]
  6284. msh.Scale = meshTab[rnd][3]/2
  6285.  
  6286. local gyro = Instance.new("BodyGyro",char:WaitForChild("HumanoidRootPart"))
  6287. gyro.MaxTorque = Vector3.new(0,0,0)
  6288. gyro.D = 0
  6289. gyro.P = 100000000
  6290.  
  6291. print(script.Parent.Name.." Loaded.")
  6292.  
  6293. plr:GetMouse().KeyDown:connect(function(key)
  6294. if key == "f" then
  6295. if ceqpt == false then
  6296. ceqpt = true
  6297. bsy = false
  6298.  
  6299. spawn(function()
  6300. for i=1,10 do
  6301. script.Parent.HandlePart.Transparency = script.Parent.HandlePart.Transparency - 0.1
  6302. wait()
  6303. end
  6304. end)
  6305. local rnd = math.random(1,#meshTab)
  6306. msh.MeshId = meshTab[rnd][1]
  6307. msh.TextureId = meshTab[rnd][2]
  6308. msh.Scale = meshTab[rnd][3]/2
  6309.  
  6310. print("Saving old joints")
  6311. for i,v in pairs(char.Torso:GetChildren()) do
  6312. if v:IsA("Motor6D") and v.Name ~= "Neck" then
  6313. print(v.Name.." saved!")
  6314. table.insert(jtab,v)
  6315. end
  6316. end
  6317.  
  6318. local aWeld = Instance.new("Weld",char["Right Arm"])
  6319. aWeld.Name = "aWeld"
  6320. aWeld.Part0 = script.Parent.HandlePart
  6321. aWeld.Part1 = char["Right Arm"]
  6322. aWeld.C0 = CFrame.new(0,0,1)*CFrame.Angles(math.rad(90),math.rad(0),math.rad(0))
  6323.  
  6324. local bWeld = Instance.new("Weld",char["Torso"])
  6325. bWeld.Name = "bWeld"
  6326. bWeld.Part0 = char["Torso"]
  6327. bWeld.Part1 = char["Right Arm"]
  6328. bWeld.C0 = CFrame.new(1.5,0,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0))
  6329.  
  6330. local cWeld = Instance.new("Weld",char["Torso"])
  6331. cWeld.Name = "cWeld"
  6332. cWeld.Part0 = char["Torso"]
  6333. cWeld.Part1 = char["Left Arm"]
  6334. cWeld.C0 = CFrame.new(-1.5,0,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0))
  6335.  
  6336. else
  6337.  
  6338. ceqpt = false
  6339. spawn(function()
  6340. for i=1,10 do
  6341. script.Parent.HandlePart.Transparency = script.Parent.HandlePart.Transparency + 0.1
  6342. wait()
  6343. end
  6344. end)
  6345. for i,v in pairs(char.Torso:GetChildren()) do
  6346. if v:IsA("Weld") or v:IsA("Motor6D") then
  6347. if v.Name ~= "Neck" then
  6348. v:Destroy()
  6349. end
  6350. end
  6351. end
  6352. for i,v in pairs(jtab) do
  6353. v:Clone().Parent = char.Torso
  6354. end
  6355. for i,v in pairs(jtab) do
  6356. table.remove(jtab,1)
  6357. end
  6358.  
  6359. char.HumanoidRootPart.RootJoint.C0 = CFrame.new(0,0,0)*CFrame.Angles(math.rad(-90),math.rad(0),math.rad(180))
  6360. gyro.MaxTorque = Vector3.new(0,0,0)
  6361. char.Torso.Neck.C0 = CFrame.new(0,1,0)*CFrame.Angles(math.rad(-90),math.rad(0),math.rad(180))
  6362. end
  6363. end
  6364. end)
  6365.  
  6366. --Functions
  6367.  
  6368. local rignore = {}
  6369. function rayCast(orig,targ,maxdist)
  6370. local r = Ray.new(orig,(targ-orig).unit * maxdist)
  6371. local hit,pos,normal = game:GetService("Workspace"):FindPartOnRayWithIgnoreList(r,rignore,false,true)
  6372. return hit,pos,normal
  6373. end
  6374.  
  6375. function clerp(a,b,c)
  6376. return a:lerp(b,c)
  6377. end
  6378.  
  6379. function shoot(targ)
  6380. local p = Instance.new("Part",char)
  6381. p.Parent = game.Workspace
  6382. p.Shape = "Ball"
  6383. p.Size = Vector3.new(0.2,0.2,0.2)
  6384. p.CFrame = script.Parent.HandlePart.CFrame
  6385. p.Velocity = (targ - script.Parent.HandlePart.Position).unit*250
  6386. local msh = Instance.new("SpecialMesh",p)
  6387. msh.MeshType = Enum.MeshType.FileMesh
  6388. msh.MeshId = script.Parent.HandlePart["Mesh"].MeshId
  6389. msh.TextureId = script.Parent.HandlePart["Mesh"].TextureId
  6390. msh.Scale = script.Parent.HandlePart["Mesh"].Scale
  6391.  
  6392. p.Touched:connect(function(hit)
  6393. if hit.Parent:FindFirstChild("Humanoid") and hit.Parent ~= char then
  6394. hit.Parent.Humanoid.Health = hit.Parent.Humanoid.Health - math.huge
  6395. hit.Parent.Humanoid:TakeDamage(math.huge)
  6396. hit.Parent:BreakJoints()
  6397. local e = Instance.new("Explosion")
  6398. e.BlastRadius = 2
  6399. e.BlastPressure = 500000
  6400. e.Position = p.Position
  6401. e.Parent = game.Workspace
  6402. for i=1,5 do
  6403. local ep = Instance.new("Part",game.Workspace)
  6404. ep.Anchored = true
  6405. ep.CanCollide = false
  6406. ep.Size = Vector3.new(0.2,0.2,0.2)
  6407. ep.Transparency = 1
  6408. ep.CFrame = CFrame.new(p.Position)
  6409. local emit = Instance.new("ParticleEmitter",ep)
  6410. emit.VelocitySpread = 360
  6411. emit.Speed = NumberRange.new(1,10)
  6412. emit.Size = NumberSequence.new({NumberSequenceKeypoint.new(0,2),NumberSequenceKeypoint.new(1,2)})
  6413. emit.Rate = 10
  6414. emit.Lifetime = NumberRange.new(4,4)
  6415. emit.RotSpeed = NumberRange.new(-100,100)
  6416. emit.Texture = mlgTab[math.random(1,#mlgTab)]
  6417. game:GetService("Debris"):AddItem(ep,5)
  6418. end
  6419. p:Destroy()
  6420. end
  6421. end)
  6422.  
  6423. game:GetService("Debris"):AddItem(p,math.random(50,100)/10)
  6424. end
  6425.  
  6426. --End of functions
  6427.  
  6428. plr:GetMouse().Button1Down:connect(function()
  6429. if ceqpt == true and isaim == false and cd == false and drawf == false then
  6430. gyro.MaxTorque = Vector3.new(0,10000000,0)
  6431. cd = true
  6432. isaim = true
  6433. script.Parent.HandlePart.Transparency = 0
  6434. local s = Instance.new("Sound",script.Parent.HandlePart)
  6435. s.SoundId = "rbxassetid://609348868"
  6436. s.PlayOnRemove = false
  6437. s:Play()
  6438. game:GetService("Debris"):AddItem(s,5)
  6439. drawf = true
  6440. end
  6441. end)
  6442.  
  6443. plr:GetMouse().Button1Up:connect(function()
  6444. if ceqpt == true and isaim == true and drawf == true then
  6445. script.Parent.HandlePart.Transparency = 1
  6446. char.Torso.bWeld.C0 = CFrame.new(1.5,1,-0.6)*CFrame.Angles(math.rad(110),math.rad(0),math.rad(0))
  6447. char.Torso.cWeld.C0 = CFrame.new(-1.5,0.5,0.5)*CFrame.Angles(math.rad(-90),math.rad(0),math.rad(0))
  6448. shoot(plr:GetMouse().Hit.p)
  6449. gyro.MaxTorque = Vector3.new(0,0,0)
  6450. table.insert(rignore,char)
  6451. local s = Instance.new("Sound",script.Parent.HandlePart)
  6452. s.SoundId = "rbxassetid://145203279"
  6453. s.PlayOnRemove = false
  6454. s:Play()
  6455. local rnd = math.random(1,#meshTab)
  6456. msh.MeshId = meshTab[rnd][1]
  6457. msh.TextureId = meshTab[rnd][2]
  6458. msh.Scale = meshTab[rnd][3]/2
  6459. game:GetService("Debris"):AddItem(s,5)
  6460. for i,v in pairs(rignore) do
  6461. table.remove(rignore,1)
  6462. end
  6463. isaim = false
  6464. drawf = false
  6465. --wait(1)
  6466. cd = false
  6467. end
  6468. end)
  6469.  
  6470. while not ceqpt do wait() end
  6471.  
  6472. local animspeed = 0.3
  6473.  
  6474. while wait() do
  6475.  
  6476. if ceqpt == true and isaim == true then
  6477. --isaim = true
  6478. if char.Torso:FindFirstChild("bWeld") and char.Torso:FindFirstChild("cWeld") then
  6479. char.Torso.bWeld.C0 = clerp(char.Torso.bWeld.C0,CFrame.new(1.5,1,0.4)*CFrame.Angles(math.rad(220),math.rad(0),math.rad(0)),animspeed)
  6480. char.Torso.cWeld.C0 =clerp(char.Torso.cWeld.C0,CFrame.new(-1.5,0.1,-0.2)*CFrame.Angles(math.rad(30),math.rad(0),math.rad(0)),animspeed)
  6481. --char.HumanoidRootPart.RootJoint.C0 = clerp(char.HumanoidRootPart.RootJoint.C0,CFrame.new(0,0,0)*CFrame.Angles(math.rad(-90),math.rad(0),math.rad(120)),animspeed)
  6482. --char.Torso.Neck.C0 = clerp(char.Torso.Neck.C0,CFrame.new(0,1,0)*CFrame.Angles(math.rad(-120),math.rad(10),math.rad(240)),animspeed)
  6483. --char.Humanoid.WalkSpeed = 6
  6484. --char.Humanoid.JumpPower = 0
  6485. end
  6486. gyro.MaxTorque = Vector3.new(0,10000000,0)
  6487. gyro.CFrame = CFrame.new(char.HumanoidRootPart.CFrame.p, plr:GetMouse().Hit.p)
  6488. else
  6489. --isaim = false
  6490. if char.Torso:FindFirstChild("bWeld") and char.Torso:FindFirstChild("cWeld") then
  6491. char.Torso.bWeld.C0 = clerp(char.Torso.bWeld.C0,CFrame.new(1.5,0,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)),animspeed)
  6492. char.Torso.cWeld.C0 = clerp(char.Torso.cWeld.C0,CFrame.new(-1.5,0,0)*CFrame.Angles(math.rad(0),math.rad(0),math.rad(0)),animspeed)
  6493. --char.HumanoidRootPart.RootJoint.C0 = clerp(char.HumanoidRootPart.RootJoint.C0,CFrame.new(0,0,0)*CFrame.Angles(math.rad(-90),math.rad(0),math.rad(180)),animspeed)
  6494. --char.Torso.Neck.C0 = clerp(char.Torso.Neck.C0,CFrame.new(0,1,0)*CFrame.Angles(math.rad(-90),math.rad(0),math.rad(180)),animspeed)
  6495. --char.Humanoid.WalkSpeed = 16
  6496. --char.Humanoid.JumpPower = 50
  6497. end
  6498. gyro.MaxTorque = Vector3.new(0,0,0)
  6499. end
  6500.  
  6501. --Animation state
  6502. table.insert(rignore,char)
  6503. local h,p,n = rayCast(char.HumanoidRootPart.Position,char.HumanoidRootPart.Position - Vector3.new(0,1,0),4)
  6504. if drawf == false then
  6505. if char.HumanoidRootPart.Velocity.Magnitude <= 0.1 and h then
  6506. state = "idle"
  6507. elseif char.HumanoidRootPart.Velocity.Magnitude > 0.1 and h then
  6508. state = "running"
  6509. elseif char.HumanoidRootPart.Velocity.Y < 0.1 and not h then
  6510. state = "falling"
  6511. elseif char.HumanoidRootPart.Velocity.Y >= 0.1 and not h then
  6512. state = "jumping"
  6513. end
  6514. end
  6515. end
  6516. end
  6517. },
  6518. {
  6519. "Ghost",
  6520. function()
  6521. local plr = owner
  6522. local mouse,char = plr:GetMouse(),plr.Character
  6523.  
  6524. for i,v in pairs(game:GetService("Workspace").CurrentCamera:GetChildren()) do v:Destroy() end
  6525.  
  6526. local toggle,cd = false,false
  6527.  
  6528. mouse.KeyDown:connect(function(key)
  6529. if key == "r" then
  6530. print("R!")
  6531. if cd == false then
  6532. print("No cooldown!")
  6533. cd = true
  6534. if toggle == false then
  6535. print("Entering godmode")
  6536. toggle = true
  6537. Instance.new("ForceField",char).Visible = false
  6538. char.Parent = game:GetService("Workspace").CurrentCamera
  6539. char:FindFirstChild("Head").Transparency = 1
  6540. char:FindFirstChild("Torso").Transparency = 1
  6541. char:FindFirstChild("Right Arm").Transparency = 1
  6542. char:FindFirstChild("Left Arm").Transparency = 1
  6543. char:FindFirstChild("Right Leg").Transparency = 1
  6544. char:FindFirstChild("Left Leg").Transparency = 1
  6545. for i,v in pairs(char:GetChildren()) do
  6546. if v:IsA("Accessory") then
  6547. v:FindFirstChild("Handle").Transparency = 1
  6548. end
  6549. end
  6550. else
  6551. print("Exiting godmode")
  6552. toggle = false
  6553. char.Parent = game:GetService("Workspace")
  6554. char:FindFirstChild("ForceField"):Destroy()
  6555. char:FindFirstChild("Head").Transparency = 0
  6556. char:FindFirstChild("Torso").Transparency = 0
  6557. char:FindFirstChild("Right Arm").Transparency = 0
  6558. char:FindFirstChild("Left Arm").Transparency = 0
  6559. char:FindFirstChild("Right Leg").Transparency = 0
  6560. char:FindFirstChild("Left Leg").Transparency = 0
  6561. for i,v in pairs(char:GetChildren()) do
  6562. if v:IsA("Accessory") then
  6563. v:FindFirstChild("Handle").Transparency = 0
  6564. end
  6565. end
  6566. end
  6567. cd = false
  6568. end
  6569. end
  6570. end)
  6571.  
  6572. game:GetService("RunService").Stepped:connect(function()
  6573. if char.Parent == game:GetService("Workspace").CurrentCamera then
  6574. for i,v in pairs(char:GetChildren()) do
  6575. if v:IsA("Part") then if v.Name ~= "HumanoidRootPart" then
  6576. local c = v:Clone()
  6577. c.Parent = game:GetService("Workspace")
  6578. c.BottomSurface = "Smooth"
  6579. c.TopSurface = "Smooth"
  6580. c:BreakJoints()
  6581. --c.Material = "Neon"
  6582. c.Anchored = true
  6583. c.CanCollide = false
  6584. c.Transparency = 0.9
  6585. c.CFrame = v.CFrame
  6586. game:GetService("Debris"):AddItem(c,0.1)
  6587. end end
  6588. if v:IsA("Accessory") then if v:FindFirstChild("Handle") then
  6589. local c = v.Handle:Clone()
  6590. c.Parent = game:GetService("Workspace")
  6591. c.BottomSurface = "Smooth"
  6592. c.TopSurface = "Smooth"
  6593. c:BreakJoints()
  6594. --c.Material = "Neon"
  6595. c.Anchored = true
  6596. c.CanCollide = false
  6597. c.Transparency = 0.9
  6598. c.CFrame = v.Handle.CFrame
  6599. game:GetService("Debris"):AddItem(c,0.1)
  6600. end end
  6601. end
  6602. end
  6603. end)
  6604. end
  6605. }
  6606. }
  6607.  
  6608. table.sort(scripttab,function(a,b) return a[1] < b[1] end)
  6609.  
  6610. local togglestate = false
  6611. local togglestate2 = false
  6612.  
  6613. local sgui = Instance.new("ScreenGui",plr.PlayerGui)
  6614. local bgfrm = Instance.new("Frame",sgui)
  6615. bgfrm.BackgroundTransparency = 0.5
  6616. bgfrm.Position = UDim2.new(1,0,0.3,0)
  6617. bgfrm.Size = UDim2.new(0.18,0,0.4,0)
  6618. bgfrm.BorderSizePixel = 0
  6619. bgfrm.BackgroundColor3 = Color3.fromRGB(0,0,0)
  6620. local txt = Instance.new("TextLabel",bgfrm)
  6621. txt.BorderSizePixel = 0
  6622. txt.BackgroundTransparency = 0.8
  6623. txt.TextScaled = true
  6624. txt.BackgroundColor3 = Color3.fromRGB(120,0,180)
  6625. txt.TextColor3 = Color3.fromRGB(255,255,255)
  6626. txt.Text = " --[[ joalars2's script archive ]]-- "
  6627. txt.Font = "SciFi"
  6628. txt.Size = UDim2.new(1,0,0.1,0)
  6629. local scr = Instance.new("ScrollingFrame",bgfrm)
  6630. scr.BorderSizePixel = 0
  6631. scr.BackgroundTransparency = 1
  6632. scr.BackgroundColor3 = Color3.fromRGB(120,0,180)
  6633. scr.Size = UDim2.new(1,0,0.9,0)
  6634. scr.Position = UDim2.new(0,0,0.1,0)
  6635. local tgl = Instance.new("TextButton",bgfrm)
  6636. tgl.BorderSizePixel = 0
  6637. tgl.BackgroundTransparency = 0.5
  6638. tgl.TextScaled = true
  6639. tgl.BackgroundColor3 = Color3.fromRGB(0,255,0)
  6640. tgl.TextColor3 = Color3.fromRGB(0,0,0)
  6641. tgl.Text = ">>"
  6642. tgl.Font = "SciFi"
  6643. tgl.Size = UDim2.new(0,30,0,30)
  6644. tgl.Position = UDim2.new(0,-30,0,0)
  6645. tgl.MouseButton1Click:connect(function()
  6646. if togglestate == false then
  6647. togglestate = true
  6648. bgfrm:TweenPosition(UDim2.new(0.41,0,0.3,0),"Out","Back",1,true,nil)
  6649. else
  6650. togglestate = false
  6651. bgfrm:TweenPosition(UDim2.new(1,0,0.3,0),"In","Back",1,true,nil)
  6652. end
  6653. end)
  6654. local tgl2 = Instance.new("TextButton",bgfrm)
  6655. tgl2.BorderSizePixel = 0
  6656. tgl2.BackgroundTransparency = 0.5
  6657. tgl2.TextScaled = true
  6658. tgl2.BackgroundColor3 = Color3.fromRGB(255,0,0)
  6659. tgl2.TextColor3 = Color3.fromRGB(0,0,0)
  6660. tgl2.Text = "Multi Select"
  6661. tgl2.Font = "SciFi"
  6662. tgl2.Size = UDim2.new(0.3,0,0.05,0)
  6663. tgl2.Position = UDim2.new(0,0,1,0)
  6664. tgl2.MouseButton1Click:connect(function()
  6665. if togglestate2 == false then
  6666. togglestate2 = true
  6667. tgl2.BackgroundColor3 = Color3.fromRGB(0,255,0)
  6668. else
  6669. togglestate2 = false
  6670. tgl2.BackgroundColor3 = Color3.fromRGB(255,0,0)
  6671. end
  6672. end)
  6673.  
  6674. for i,v in pairs(scripttab) do
  6675. local btn = Instance.new("TextButton",scr)
  6676. btn.BorderSizePixel = 0
  6677. btn.BackgroundTransparency = 0.8
  6678. btn.TextScaled = true
  6679. btn.BackgroundColor3 = Color3.fromRGB(120,0,180)
  6680. btn.TextColor3 = Color3.fromRGB(255,255,255)
  6681. btn.Text = v[1]
  6682. btn.Font = "SciFi"
  6683. btn.Size = UDim2.new(0.97,0,0.05,0)
  6684. btn.Style = Enum.ButtonStyle.RobloxButtonDefault
  6685. btn.Position = UDim2.new(0,0,(0.05*i)-0.05,0)
  6686. local func
  6687. func = btn.MouseButton1Click:connect(function()
  6688. warn("Script loading: "..v[1])
  6689. spawn(function() v[2]() end)
  6690. if togglestate2 == false then
  6691. sgui:Destroy()
  6692. end
  6693. btn.Style = Enum.ButtonStyle.RobloxButton
  6694. func:disconnect()
  6695. end)
  6696. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement