Advertisement
Ban43_GodOfEdits

weee

Nov 19th, 2018
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 27.94 KB | None | 0 0
  1. --[[
  2. ______ __ __ ____ __ ______
  3. / _/ _/ / \/ \ / __/___ __ _______/ /_ / / /
  4. / // / / /\/ /\ \ __/ /_/ __ \/ / / / ___/ __ \ / // /
  5. / // / / / /_/ \ \/_ __/ /_/ / /_/ / / / /_/ / / // /
  6. / // / /_/ \_\/_/ \____/\__,_/_/ /_.___/ _/ // /
  7. /__/__/ /__/__/
  8.  
  9. --]]
  10. --https://github.com/Mokiros/roblox-FE-compatibility
  11. if game:GetService("RunService"):IsClient() then error("Script must be server-side in order to work; use h/ and not hl/") end
  12. local Player,Mouse,mouse,UserInputService,ContextActionService = owner
  13. local RealPlayer = Player
  14. do print("FE Compatibility code by Mokiros")local a=RealPlayer;script.Parent=a.Character;local b=Instance.new("RemoteEvent")b.Name="UserInput_Event"local function c()local d={_fakeEvent=true,Functions={},Connect=function(self,e)table.insert(self.Functions,e)end}d.connect=d.Connect;return d end;local f={Target=nil,Hit=CFrame.new(),KeyUp=c(),KeyDown=c(),Button1Up=c(),Button1Down=c(),Button2Up=c(),Button2Down=c()}local g={InputBegan=c(),InputEnded=c()}local CAS={Actions={},BindAction=function(self,h,i,j,...)CAS.Actions[h]=i and{Name=h,Function=i,Keys={...}}or nil end}CAS.UnbindAction=CAS.BindAction;local function k(self,l,...)local d=f[l]if d and d._fakeEvent then for m,e in pairs(d.Functions)do e(...)end end end;f.TrigEvent=k;g.TrigEvent=k;b.OnServerEvent:Connect(function(n,o)if n~=a then return end;f.Target=o.Target;f.Hit=o.Hit;if not o.isMouse then local p=o.UserInputState==Enum.UserInputState.Begin;if o.UserInputType==Enum.UserInputType.MouseButton1 then return f:TrigEvent(p and"Button1Down"or"Button1Up")end;if o.UserInputType==Enum.UserInputType.MouseButton2 then return f:TrigEvent(p and"Button2Down"or"Button2Up")end;for m,d in pairs(CAS.Actions)do for m,q in pairs(d.Keys)do if q==o.KeyCode then d.Function(d.Name,o.UserInputState,o)end end end;f:TrigEvent(p and"KeyDown"or"KeyUp",o.KeyCode.Name:lower())g:TrigEvent(p and"InputBegan"or"InputEnded",o,false)end end)b.Parent=NLS([==[local a=game:GetService("Players").LocalPlayer;local b=script:WaitForChild("UserInput_Event")local c=a:GetMouse()local d=game:GetService("UserInputService")local e=function(f,g)if g then return end;b:FireServer({KeyCode=f.KeyCode,UserInputType=f.UserInputType,UserInputState=f.UserInputState,Hit=c.Hit,Target=c.Target})end;d.InputBegan:Connect(e)d.InputEnded:Connect(e)local h,i;while wait(1/30)do if h~=c.Hit or i~=c.Target then h,i=c.Hit,c.Target;b:FireServer({isMouse=true,Target=i,Hit=h})end end]==],Player.Character)local r=game;local s={__index=function(self,q)local t=rawget(self,"_RealService")if t then return typeof(t[q])=="function"and function(m,...)return t[q](t,...)end or t[q]end end,__newindex=function(self,q,u)local t=rawget(self,"_RealService")if t then t[q]=u end end}local function v(d,w)d._RealService=typeof(w)=="string"and r:GetService(w)or w;return setmetatable(d,s)end;local x={GetService=function(self,t)return rawget(self,t)or r:GetService(t)end,Players=v({LocalPlayer=v({GetMouse=function(self)return f end},Player)},"Players"),UserInputService=v(g,"UserInputService"),ContextActionService=v(CAS,"ContextActionService"),RunService=v({_btrs={},RenderStepped=r:GetService("RunService").Heartbeat,BindToRenderStep=function(self,h,m,i)self._btrs[h]=self.Heartbeat:Connect(i)end,UnbindFromRenderStep=function(self,h)self._btrs[h]:Disconnect()end},"RunService")}rawset(x.Players,"localPlayer",x.Players.LocalPlayer)x.service=x.GetService;v(x,game)game,owner=x,x.Players.LocalPlayer end
  15.  
  16.  
  17. wait()
  18. Player = game.Players.LocalPlayer
  19. Object = Player.Character.HumanoidRootPart
  20. Arm1 = Player.Character["Right Arm"]
  21. PreviousA1 = Arm1.CFrame.p
  22. Arm2 = Player.Character["Left Arm"]
  23. PreviousA2 = Arm2.CFrame.p
  24.  
  25. Leg1 = Player.Character["Right Leg"]
  26. PreviousL1 = Leg1.CFrame.p
  27. Leg2 = Player.Character["Left Leg"]
  28. PreviousL2 = Leg2.CFrame.p
  29.  
  30. Run = game["Run Service"]
  31.  
  32. PreviousP = Object.CFrame.p
  33. Running = false
  34. Phase = false
  35. PhaseActive = false
  36. Morph = false
  37. MorphActive = false
  38. Tornado = false
  39. TornadoRadius = 50
  40. TornadoActive = false
  41. Portal = false
  42. PortalEnd = false
  43. MaxZ = 0
  44. MinZ = 0
  45. LightMaxX =0
  46. LightMinX = 0
  47. LightMaxX2 = 0
  48. LightMinX2 = 0
  49. LightMaxY =0
  50. LightMinY = 0
  51. Rotation = 0
  52. Length = 0
  53. Color = BrickColor.Gray()
  54. PColor = Color3.new(255,255,0)
  55. PrevPoint1 = nil
  56. PrevPoint2 = nil
  57. PrevPoint3 = nil
  58. PrevPoint4 = nil
  59. PrevPoint5 = nil
  60. PrevPoint6 = nil
  61. PrevPoint7 = nil
  62. PrevPoint8 = nil
  63. PrevPoint9 = nil
  64. PrevPoint10 = nil
  65. PrevPoint11 = nil
  66. PrevPoint12 = nil
  67. angle = 0
  68. Mouse = Player:GetMouse()
  69. Player.Character.Humanoid.WalkSpeed = 16
  70. i = 0
  71. j = 0
  72. z = 0
  73. w = 0
  74. a = 0
  75. s = 0
  76. d = 0
  77. mouse = game.Players.LocalPlayer:GetMouse()
  78. player = game.Players.LocalPlayer
  79.  
  80. function onKeyDown(key)
  81. if (key~=nil) then
  82. key:lower()
  83. repeat
  84. if (key == "q") and player.Character.Humanoid.WalkSpeed<766 == true then
  85. i = 1
  86. wait(0.001)
  87. player.Character.Humanoid.WalkSpeed = player.Character.Humanoid.WalkSpeed+25
  88. else
  89. break
  90. end
  91. until i == 0
  92. end
  93. end
  94.  
  95. function onKeyUp(key)
  96.  
  97. if (key~=nil) then
  98. key:lower()
  99. if (key == "q") and player.Character.Humanoid.WalkSpeed > 766 and z == 0 then
  100. i = 0
  101. z = 1
  102. player.Character.Head.Smoke.Enabled = true
  103. wait(0.3)
  104. player.Character.Head.Boom:Play()
  105. player.Character.Head.Smoke.Enabled = false
  106. local boom = Instance.new("Explosion")
  107. boom.BlastPressure = 0
  108. boom.ExplosionType = "NoCraters"
  109. boom.Parent = player.Character.Head
  110. boom.Position = player.Character.Torso.Position
  111. wait(0.1)
  112. z = 0
  113. print("Boom Reloaded")
  114. elseif (key == "q") then
  115. i = 0
  116. end
  117. end
  118. end
  119.  
  120.  
  121. function onKeyDown2(key)
  122. if (key~=nil) then
  123. key:lower()
  124. repeat
  125. if (key == "e") and player.Character.Humanoid.WalkSpeed>=41 == true then
  126. j = 1
  127. wait(0.001)
  128. player.Character.Humanoid.WalkSpeed = player.Character.Humanoid.WalkSpeed-25
  129. else
  130. break
  131. end
  132. until j == 0
  133. end
  134. end
  135.  
  136. function onKeyUp2(key)
  137. if (key~=nil) then
  138. key:lower()
  139. if (key == "e") then
  140. j = 0
  141. end
  142. end
  143. end
  144.  
  145.  
  146. mouse.KeyDown:connect(onKeyDown)
  147. mouse.KeyUp:connect(onKeyUp)
  148. mouse.KeyDown:connect(onKeyDown2)
  149. mouse.KeyUp:connect(onKeyUp2)
  150. --------------------------------
  151. local p = game.Players.LocalPlayer
  152. local char = p.Character
  153. local mouse = p:GetMouse()
  154. local larm = char["Left Arm"]
  155. local rarm = char["Right Arm"]
  156. local lleg = char["Left Leg"]
  157. local rleg = char["Right Leg"]
  158. local hed = char.Head
  159. local torso = char.Torso
  160. local hum = char.Humanoid
  161. local cam = game.Workspace.CurrentCamera
  162. local root = char.HumanoidRootPart
  163. local deb = false
  164. local shot = 0
  165. local debris=game:service"Debris"
  166. local l = game:GetService("Lighting")
  167. local rs = game:GetService("RunService").RenderStepped
  168. ptz = {0.8, 0.85, 0.9, 0.95, 1, 1.05, 1.1}
  169. math.randomseed(os.time())
  170. for i,v in pairs(char:children()) do
  171. if v:IsA("Hat") then
  172. v:Destroy()
  173. end
  174. end
  175. for i,v in pairs (hed:GetChildren()) do
  176. if v:IsA("Sound") then
  177. v:Destroy()
  178. end
  179. end
  180. ----------------------Clothes-------------------------------
  181. --[Quicksilver edit by Bannaboy43 (only make edits cant stcipt ihml if this gets leaked tell people to send me scripts to make edits)
  182. wait(1 / 60)
  183. p = game.Players.LocalPlayer
  184. char = p.Character
  185. torso = char.Torso
  186. neck = char.Torso.Neck
  187. hum = char.Humanoid
  188.  
  189. wait()
  190.  
  191. char.Head.face.Texture = "rbxassetid://339199908"
  192.  
  193. -- z1 = Instance.new("Sound",char)
  194. --z1.SoundId = "rbxassetid://921265104" -- Put Music ID Here.
  195. --z1.Looped = false
  196. --z1.Pitch = .99
  197. --z1.Volume = 4
  198. --wait(.1)
  199. --z1:Play()
  200. -- wait(31)
  201. z = Instance.new("Sound",char)
  202. z.SoundId = "rbxassetid://214465446" -- Put Music ID Here.
  203. z.Looped = true
  204. z.Volume = 3
  205. wait(.1)
  206. z:Play()
  207.  
  208.  
  209.  
  210. ----------------------------------------------------
  211. -------------cowl 1---------------------------------
  212.  
  213. Head = Instance.new("Part", char)
  214. Head.Size = Vector3.new(1,1,1)
  215. Headmesh = Instance.new("SpecialMesh", Head)
  216. Headmesh.MeshId = "rbxassetid://2094837820"
  217. Headmesh.Scale = Vector3.new(1,1,1)
  218. Headmesh.TextureId = "rbxassetid://257258036"
  219. Head.Transparency = 0
  220. Head.CanCollide = false
  221. Head.Name = "plrHead"
  222. Head.Anchored = false
  223. Head.BrickColor = BrickColor.new("Really black")
  224. Weld = Instance.new("Weld", char)
  225. Weld.Part0 = char["Head"]
  226. Weld.Part1 = Head
  227. Weld.C1 = CFrame.new(0,0,0)*CFrame.Angles(0,3.14,0)
  228. -------------cowl 2---------------------------------
  229.  
  230. Head = Instance.new("Part", char)
  231. Head.Size = Vector3.new(1,1,1)
  232. Headmesh = Instance.new("SpecialMesh", Head)
  233. Headmesh.MeshId = "rbxassetid://2094921878"
  234. Headmesh.Scale = Vector3.new(1.05,1,1)
  235.  
  236. Head.Transparency = 0
  237. Head.CanCollide = false
  238. Head.Name = "plrHead"
  239. Head.Anchored = false
  240. Head.BrickColor = BrickColor.new("Cork")
  241. Weld = Instance.new("Weld", char)
  242. Weld.Part0 = char["Head"]
  243. Weld.Part1 = Head
  244. Weld.C1 = CFrame.new(0,-.21,.051)*CFrame.Angles(0,3.14,0)
  245. -------------cowl 1---------------------------------
  246.  
  247. Head = Instance.new("Part", char)
  248. Head.Size = Vector3.new(1,1,1)
  249. Headmesh = Instance.new("SpecialMesh", Head)
  250. Headmesh.MeshId = "rbxassetid://2095005080"
  251. Headmesh.Scale = Vector3.new(1,1,1)
  252. Head.Transparency = 0
  253. Head.CanCollide = false
  254. Head.Name = "plrHead"
  255. Head.Anchored = false
  256. Head.BrickColor = BrickColor.new("Cork")
  257. Weld = Instance.new("Weld", char)
  258. Weld.Part0 = char["Torso"]
  259. Weld.Part1 = Head
  260. Weld.C1 = CFrame.new(-0.52, -0.39, 0)*CFrame.Angles(0,-1.55,0)
  261. -------------cowl 2---------------------------------
  262.  
  263. Head = Instance.new("Part", char)
  264. Head.Size = Vector3.new(1,1,1)
  265. Headmesh = Instance.new("SpecialMesh", Head)
  266. Headmesh.MeshId = "rbxassetid://2095078494"
  267. Headmesh.Scale = Vector3.new(1,1,1)
  268. Head.Transparency = 0
  269. Head.CanCollide = false
  270. Head.Name = "plrHead"
  271. Head.Anchored = false
  272. Head.BrickColor = BrickColor.new("Institutional white")
  273. Weld = Instance.new("Weld", char)
  274. Weld.Part0 = char["Torso"]
  275. Weld.Part1 = Head
  276. Weld.C1 = CFrame.new(-0.51, -0.38, 0)*CFrame.Angles(0,-1.55,0)
  277.  
  278. for _, a in pairs(char:children()) do
  279. if a:IsA'Accessory' or a:IsA'CharacterMesh' or a:IsA'Pants' or a:IsA'Shirt' then
  280. a:Destroy()
  281. end
  282. end
  283. local s = Instance.new('Shirt', char)
  284. s.ShirtTemplate = "rbxassetid://181732140"
  285. local p = Instance.new('Pants', char)
  286. p.PantsTemplate = "rbxassetid://181732392"
  287.  
  288. Instance.new("ForceField",char).Visible = false
  289. local poo = Instance.new("IntValue",char)
  290. poo.Name = "haha nope"
  291.  
  292. wait()
  293.  
  294. Instance.new("ForceField",char).Visible = false
  295. ---------------trail test-----------------------
  296. -- [ SANIIIC HES ON DA RAWN ] --
  297.  
  298. wait()
  299. thing = 0
  300. LoudVolume = false
  301. Submerged = false
  302. Music = true
  303. script.Name = "SANIIIIC"
  304. Player = game.Players.LocalPlayer
  305. c = game.Players.LocalPlayer.Character
  306. Head = c.Head
  307. Humanoid = c.Humanoid
  308. anim = c.Humanoid.Animator
  309. rage = false
  310. p = game.Players.LocalPlayer
  311. Music = false
  312. anim = Humanoid.Animator
  313. local Effects = {}
  314. attack = false
  315. local attacking = false
  316. vt = Vector3.new
  317. bc = BrickColor.new
  318. br = BrickColor.random
  319. it = Instance.new
  320. cf = CFrame.new
  321. euler = CFrame.fromEulerAnglesXYZ
  322. angles = CFrame.Angles
  323. matr = math.random
  324. mouse = Player:GetMouse()
  325.  
  326. RSC0 = CFrame.new(1, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  327. RSC1 = CFrame.new(-0.5, 0.5, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  328. LSC0 = CFrame.new(-1, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  329. LSC1 = CFrame.new(0.5, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  330. RHC0 = CFrame.new(1, -1, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  331. RHC1 = CFrame.new(0.5, 1, 0, 0, 0, 1, 0, 1, 0, -1, 0, 0)
  332. LHC0 = CFrame.new(-1, -1, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  333. LHC1 = CFrame.new(-0.5, 1, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  334. NC0 = CFrame.new(0, 1, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  335. NC1 = CFrame.new(0, -0.5, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  336. RJC0 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  337. RJC1 = CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, 0)
  338. RS = c.Torso:FindFirstChild("Right Shoulder")
  339. LS = c.Torso:FindFirstChild("Left Shoulder")
  340. RH = c.Torso:FindFirstChild("Right Hip")
  341. LH = c.Torso:FindFirstChild("Left Hip")
  342. RJ = c.HumanoidRootPart:FindFirstChild("RootJoint")
  343. N = c.Torso:FindFirstChild("Neck")
  344. cf = CFrame.new
  345. ang = CFrame.Angles
  346. rd = math.rad
  347. rd2 = math.random
  348.  
  349. --[[mainShirt = c.Shirt
  350. mainPants = c.Pants
  351. mainBColors = c["Body Colors"]
  352. mainShirt.ShirtTemplate = "rbxassetid://769869277"
  353. mainPants.PantsTemplate = "rbxassetid://805486769"
  354. mainBColors.HeadColor = BrickColor.new("Pastel brown")
  355. mainBColors.LeftArmColor = BrickColor.new("Pastel brown")
  356. mainBColors.LeftLegColor = BrickColor.new("Pastel brown")
  357. mainBColors.RightArmColor = BrickColor.new("Pastel brown")
  358. mainBColors.RightLegColor = BrickColor.new("Pastel brown")
  359. mainBColors.TorsoColor = BrickColor.new("Pastel brown")]]
  360. function swait(num)
  361. if num==0 or num==nil then
  362. game:service'RunService'.Heartbeat:wait(0)
  363. else
  364. for i=0,num do
  365. game:service'RunService'.Heartbeat:wait(0)
  366. end
  367. end
  368. end
  369.  
  370. function lerpz(joint, prop, cfrmz, alp)
  371. joint[prop] = joint[prop]:lerp(cfrmz, alp)
  372. end
  373. function resetlerp()
  374. RJ.C0 = RJC0
  375. RJ.C1 = RJC1
  376. N.C0 = NC0
  377. N.C1 = NC1
  378. RS.C0 = RSC0
  379. RS.C1 = RSC1
  380. LS.C0 = LSC0
  381. LS.C1 = LSC1
  382. RH.C0 = RHC0
  383. RH.C1 = RHC1
  384. LH.C0 = LHC0
  385. LH.C1 = LHC1
  386. end
  387.  
  388. local S2 = Instance.new("Sound",c.HumanoidRootPart)S2.SoundId = "rbxassetid://1246460167" S2.Volume = 0 S2.PlaybackSpeed = 0 S2.Looped = true S2:Play()
  389. c.Head.face:remove()
  390.  
  391. local ColorArray = {ColorSequenceKeypoint.new(0, Color3.new (30/255,0/255,0/255)),ColorSequenceKeypoint.new(1, Color3.new(30/255,0/255,0/255))}
  392. local att1 = Instance.new("Attachment", c["Right Leg"])
  393. att1.Name = "att1"
  394. att1.Position = Vector3.new(0.5, 1, 0.5)
  395. local att2 = Instance.new("Attachment", c["Right Leg"])
  396. att2.Name = "att2"
  397. att2.Position = Vector3.new(-0.5, 1, 0.5)
  398. local att3 = Instance.new("Attachment", c["Right Leg"])
  399. att3.Name = "att3"
  400. att3.Position = Vector3.new(0.5, -1, 0.5)
  401. local att4 = Instance.new("Attachment", c["Right Leg"])
  402. att4.Name = "att4"
  403. att4.Position = Vector3.new(-0.5, -1, 0.5)
  404.  
  405. local attt1 = Instance.new("Attachment", c["Left Leg"])
  406. attt1.Name = "att1"
  407. attt1.Position = Vector3.new(0.5, 1, 0.5)
  408. local attt2 = Instance.new("Attachment", c["Left Leg"])
  409. attt2.Name = "att2"
  410. attt2.Position = Vector3.new(-0.5, 1, 0.5)
  411. local attt3 = Instance.new("Attachment", c["Left Leg"])
  412. attt3.Name = "att3"
  413. attt3.Position = Vector3.new(0.5, -1, 0.5)
  414. local attt4 = Instance.new("Attachment", c["Left Leg"])
  415. attt4.Name = "att4"
  416. attt4.Position = Vector3.new(-0.5, -1, 0.5)
  417.  
  418. local trailtop1 = Instance.new("Trail", c["Right Leg"])
  419. trailtop1.Enabled = true
  420. trailtop1.Texture = "rbxassetid://16607923"
  421. trailtop1.Name = "toptrail"
  422. trailtop1.MinLength = 0
  423. trailtop1.Lifetime = 0.1
  424.  
  425. trailtop1.Color = ColorSequence.new(ColorArray)
  426.  
  427. trailtop1.Attachment0 = att1
  428. trailtop1.Attachment1 = att2
  429. trailtop1.Transparency = NumberSequence.new({
  430. NumberSequenceKeypoint.new(0, 0.5, 0),
  431. NumberSequenceKeypoint.new(1, 1, 0)
  432. })
  433.  
  434. local trailbot1 = Instance.new("Trail", c["Right Leg"])
  435. trailbot1.Enabled = true
  436. trailbot1.Texture = "rbxassetid://16607923"
  437. trailbot1.Name = "bottrail"
  438. trailbot1.MinLength = 0
  439. trailbot1.Lifetime = 0.1
  440.  
  441. trailbot1.Color = ColorSequence.new(ColorArray)
  442.  
  443. trailbot1.Attachment0 = att3
  444. trailbot1.Attachment1 = att4
  445. trailbot1.Transparency = NumberSequence.new({
  446. NumberSequenceKeypoint.new(0, 0.5, 0),
  447. NumberSequenceKeypoint.new(1, 1, 0)
  448. })
  449.  
  450. local trailside1 = Instance.new("Trail", c["Right Leg"])
  451. trailside1.Enabled = true
  452. trailside1.Texture = "rbxassetid://16607923"
  453. trailside1.Name = "sidetrail1"
  454. trailside1.MinLength = 0
  455. trailside1.Lifetime = 0.1
  456.  
  457. trailside1.Color = ColorSequence.new(ColorArray)
  458.  
  459. trailside1.Attachment0 = att1
  460. trailside1.Attachment1 = att3
  461. trailside1.Transparency = NumberSequence.new({
  462. NumberSequenceKeypoint.new(0, 0.5, 0),
  463. NumberSequenceKeypoint.new(1, 1, 0)
  464. })
  465.  
  466. local trailside2 = Instance.new("Trail", c["Right Leg"])
  467. trailside2.Enabled = true
  468. trailside2.Texture = "rbxassetid://16607923"
  469. trailside2.Name = "sidetrail2"
  470. trailside2.MinLength = 0
  471. trailside2.Lifetime = 0.1
  472. spawn(function()
  473. while true do wait()
  474. trailside2.Color = ColorSequence.new(ColorArray)
  475. end
  476. end)
  477. trailside2.Attachment0 = att2
  478. trailside2.Attachment1 = att4
  479. trailside2.Transparency = NumberSequence.new({
  480. NumberSequenceKeypoint.new(0, 0.5, 0),
  481. NumberSequenceKeypoint.new(1, 1, 0)
  482. })
  483.  
  484.  
  485. local trailtop12 = Instance.new("Trail", c["Left Leg"])
  486. trailtop12.Enabled = true
  487. trailtop12.Texture = "rbxassetid://16607923"
  488. trailtop12.Name = "toptrail"
  489. trailtop12.MinLength = 0
  490. trailtop12.Lifetime = 0.1
  491. spawn(function()
  492. while true do wait()
  493. trailtop12.Color = ColorSequence.new(ColorArray)
  494. end
  495. end)
  496. trailtop12.Attachment0 = attt1
  497. trailtop12.Attachment1 = attt2
  498. trailtop12.Transparency = NumberSequence.new({
  499. NumberSequenceKeypoint.new(0, 0.5, 0),
  500. NumberSequenceKeypoint.new(1, 1, 0)
  501. })
  502.  
  503. local trailbot2 = Instance.new("Trail", c["Left Leg"])
  504. trailbot2.Enabled = true
  505. trailbot2.Texture = "rbxassetid://16607923"
  506. trailbot2.Name = "bottrail"
  507. trailbot2.MinLength = 0
  508. trailbot2.Lifetime = 0.1
  509.  
  510. trailbot2.Color = ColorSequence.new(ColorArray)
  511.  
  512. trailbot2.Attachment0 = attt3
  513. trailbot2.Attachment1 = attt4
  514. trailbot2.Transparency = NumberSequence.new({
  515. NumberSequenceKeypoint.new(0, 0.5, 0),
  516. NumberSequenceKeypoint.new(1, 1, 0)
  517. })
  518.  
  519. local trailside12 = Instance.new("Trail", c["Left Leg"])
  520. trailside12.Enabled = true
  521. trailside12.Texture = "rbxassetid://16607923"
  522. trailside12.Name = "sidetrail1"
  523. trailside12.MinLength = 0
  524. trailside12.Lifetime = 0.1
  525.  
  526. trailside12.Color = ColorSequence.new(ColorArray)
  527.  
  528. trailside12.Attachment0 = attt1
  529. trailside12.Attachment1 = attt3
  530. trailside12.Transparency = NumberSequence.new({
  531. NumberSequenceKeypoint.new(0, 0.5, 0),
  532. NumberSequenceKeypoint.new(1, 1, 0)
  533. })
  534.  
  535. local trailside22 = Instance.new("Trail", c["Left Leg"])
  536. trailside22.Enabled = true
  537. trailside22.Texture = "rbxassetid://16607923"
  538. trailside22.Name = "sidetrail2"
  539. trailside22.MinLength = 0
  540. trailside22.Lifetime = 0.1
  541.  
  542. trailside22.Color = ColorSequence.new(ColorArray)
  543.  
  544. trailside22.Attachment0 = attt2
  545. trailside22.Attachment1 = attt4
  546. trailside22.Transparency = NumberSequence.new({
  547. NumberSequenceKeypoint.new(0, 0.5, 0),
  548. NumberSequenceKeypoint.new(1, 1, 0)
  549. })
  550.  
  551.  
  552. local att1 = Instance.new("Attachment", c["Right Arm"])
  553. att1.Name = "att1"
  554. att1.Position = Vector3.new(0.5, 1, 0.5)
  555. local att2 = Instance.new("Attachment", c["Right Arm"])
  556. att2.Name = "att2"
  557. att2.Position = Vector3.new(-0.5, 1, 0.5)
  558. local att3 = Instance.new("Attachment", c["Right Arm"])
  559. att3.Name = "att3"
  560. att3.Position = Vector3.new(0.5, -1, 0.5)
  561. local att4 = Instance.new("Attachment", c["Right Arm"])
  562. att4.Name = "att4"
  563. att4.Position = Vector3.new(-0.5, -1, 0.5)
  564.  
  565. local attt1 = Instance.new("Attachment", c["Left Arm"])
  566. attt1.Name = "att1"
  567. attt1.Position = Vector3.new(0.5, 1, 0.5)
  568. local attt2 = Instance.new("Attachment", c["Left Arm"])
  569. attt2.Name = "att2"
  570. attt2.Position = Vector3.new(-0.5, 1, 0.5)
  571. local attt3 = Instance.new("Attachment", c["Left Arm"])
  572. attt3.Name = "att3"
  573. attt3.Position = Vector3.new(0.5, -1, 0.5)
  574. local attt4 = Instance.new("Attachment", c["Left Arm"])
  575. attt4.Name = "att4"
  576. attt4.Position = Vector3.new(-0.5, -1, 0.5)
  577.  
  578. local trailtop1 = Instance.new("Trail", c["Right Arm"])
  579. trailtop1.Enabled = true
  580. trailtop1.Texture = "rbxassetid://16607923"
  581. trailtop1.Name = "toptrail"
  582. trailtop1.MinLength = 0
  583. trailtop1.Lifetime = 0.1
  584.  
  585. trailtop1.Color = ColorSequence.new(ColorArray)
  586.  
  587. trailtop1.Attachment0 = att1
  588. trailtop1.Attachment1 = att2
  589. trailtop1.Transparency = NumberSequence.new({
  590. NumberSequenceKeypoint.new(0, 0.5, 0),
  591. NumberSequenceKeypoint.new(1, 1, 0)
  592. })
  593.  
  594. local trailbot1 = Instance.new("Trail", c["Right Arm"])
  595. trailbot1.Enabled = true
  596. trailbot1.Texture = "rbxassetid://16607923"
  597. trailbot1.Name = "bottrail"
  598. trailbot1.MinLength = 0
  599. trailbot1.Lifetime = 0.1
  600. spawn(function()
  601. while true do wait()
  602. trailbot1.Color = ColorSequence.new(ColorArray)
  603. end
  604. end)
  605. trailbot1.Attachment0 = att3
  606. trailbot1.Attachment1 = att4
  607. trailbot1.Transparency = NumberSequence.new({
  608. NumberSequenceKeypoint.new(0, 0.5, 0),
  609. NumberSequenceKeypoint.new(1, 1, 0)
  610. })
  611.  
  612. local trailside1 = Instance.new("Trail", c["Right Arm"])
  613. trailside1.Enabled = true
  614. trailside1.Texture = "rbxassetid://16607923"
  615. trailside1.Name = "sidetrail1"
  616. trailside1.MinLength = 0
  617. trailside1.Lifetime = 0.1
  618.  
  619. trailside1.Color = ColorSequence.new(ColorArray)
  620.  
  621. trailside1.Attachment0 = att1
  622. trailside1.Attachment1 = att3
  623. trailside1.Transparency = NumberSequence.new({
  624. NumberSequenceKeypoint.new(0, 0.5, 0),
  625. NumberSequenceKeypoint.new(1, 1, 0)
  626. })
  627.  
  628. local trailside2 = Instance.new("Trail", c["Right Arm"])
  629. trailside2.Enabled = true
  630. trailside2.Texture = "rbxassetid://16607923"
  631. trailside2.Name = "sidetrail2"
  632. trailside2.MinLength = 0
  633. trailside2.Lifetime = 0.1
  634.  
  635. trailside2.Color = ColorSequence.new(ColorArray)
  636.  
  637. trailside2.Attachment0 = att2
  638. trailside2.Attachment1 = att4
  639. trailside2.Transparency = NumberSequence.new({
  640. NumberSequenceKeypoint.new(0, 0.5, 0),
  641. NumberSequenceKeypoint.new(1, 1, 0)
  642. })
  643.  
  644.  
  645. local trailtop12 = Instance.new("Trail", c["Left Arm"])
  646. trailtop12.Enabled = true
  647. trailtop12.Texture = "rbxassetid://16607923"
  648. trailtop12.Name = "toptrail"
  649. trailtop12.MinLength = 0
  650. trailtop12.Lifetime = 0.1
  651.  
  652. trailtop12.Color = ColorSequence.new(ColorArray)
  653.  
  654. trailtop12.Attachment0 = attt1
  655. trailtop12.Attachment1 = attt2
  656. trailtop12.Transparency = NumberSequence.new({
  657. NumberSequenceKeypoint.new(0, 0.5, 0),
  658. NumberSequenceKeypoint.new(1, 1, 0)
  659. })
  660.  
  661. local trailbot2 = Instance.new("Trail", c["Left Arm"])
  662. trailbot2.Enabled = true
  663. trailbot2.Texture = "rbxassetid://16607923"
  664. trailbot2.Name = "bottrail"
  665. trailbot2.MinLength = 0
  666. trailbot2.Lifetime = 0.1
  667.  
  668. trailbot2.Color = ColorSequence.new(ColorArray)
  669.  
  670. trailbot2.Attachment0 = attt3
  671. trailbot2.Attachment1 = attt4
  672. trailbot2.Transparency = NumberSequence.new({
  673. NumberSequenceKeypoint.new(0, 0.5, 0),
  674. NumberSequenceKeypoint.new(1, 1, 0)
  675. })
  676.  
  677. local trailside12 = Instance.new("Trail", c["Left Arm"])
  678. trailside12.Enabled = true
  679. trailside12.Texture = "rbxassetid://16607923"
  680. trailside12.Name = "sidetrail1"
  681. trailside12.MinLength = 0
  682. trailside12.Lifetime = 0.1
  683.  
  684. trailside12.Color = ColorSequence.new(ColorArray)
  685.  
  686. trailside12.Attachment0 = attt1
  687. trailside12.Attachment1 = attt3
  688. trailside12.Transparency = NumberSequence.new({
  689. NumberSequenceKeypoint.new(0, 0.5, 0),
  690. NumberSequenceKeypoint.new(1, 1, 0)
  691. })
  692.  
  693. local trailside22 = Instance.new("Trail", c["Left Arm"])
  694. trailside22.Enabled = true
  695. trailside22.Texture = "rbxassetid://16607923"
  696. trailside22.Name = "sidetrail2"
  697. trailside22.MinLength = 0
  698. trailside22.Lifetime = 0.1
  699.  
  700. trailside22.Color = ColorSequence.new(ColorArray)
  701.  
  702. trailside22.Attachment0 = attt2
  703. trailside22.Attachment1 = attt4
  704. trailside22.Transparency = NumberSequence.new({
  705. NumberSequenceKeypoint.new(0, 0.5, 0),
  706. NumberSequenceKeypoint.new(1, 1, 0)
  707. })
  708.  
  709. local att1 = Instance.new("Attachment", c["Torso"])
  710. att1.Name = "att1"
  711. att1.Position = Vector3.new(1, 1, 0.5)
  712. local att2 = Instance.new("Attachment", c["Torso"])
  713. att2.Name = "att2"
  714. att2.Position = Vector3.new(-1, 1, 0.5)
  715. local att3 = Instance.new("Attachment", c["Torso"])
  716. att3.Name = "att3"
  717. att3.Position = Vector3.new(1, -1, 0.5)
  718. local att4 = Instance.new("Attachment", c["Torso"])
  719. att4.Name = "att4"
  720. att4.Position = Vector3.new(-1, -1, 0.5)
  721.  
  722. local attt1 = Instance.new("Attachment", c["Head"])
  723. attt1.Name = "att1"
  724. attt1.Position = Vector3.new(.55, .55, 0.025)
  725. local attt2 = Instance.new("Attachment", c["Head"])
  726. attt2.Name = "att2"
  727. attt2.Position = Vector3.new(-.55, .55, 0.025)
  728. local attt3 = Instance.new("Attachment", c["Head"])
  729. attt3.Name = "att3"
  730. attt3.Position = Vector3.new(.55, -.5, 0.025)
  731. local attt4 = Instance.new("Attachment", c["Head"])
  732. attt4.Name = "att4"
  733. attt4.Position = Vector3.new(-.55, -.5, 0.025)
  734. local trailtop1 = Instance.new("Trail", c["Torso"])
  735. trailtop1.Enabled = true
  736. trailtop1.Texture = "rbxassetid://16607923"
  737. trailtop1.Name = "toptrail"
  738. trailtop1.MinLength = 0
  739. trailtop1.Lifetime = 0.1
  740.  
  741. trailtop1.Color = ColorSequence.new(ColorArray)
  742.  
  743. trailtop1.Attachment0 = att1
  744. trailtop1.Attachment1 = att2
  745. trailtop1.Transparency = NumberSequence.new({
  746. NumberSequenceKeypoint.new(0, 0.5, 0),
  747. NumberSequenceKeypoint.new(1, 1, 0)
  748. })
  749. local trailbot1 = Instance.new("Trail", c["Torso"])
  750. trailbot1.Enabled = true
  751. trailbot1.Texture = "rbxassetid://16607923"
  752. trailbot1.Name = "bottrail"
  753. trailbot1.MinLength = 0
  754. trailbot1.Lifetime = 0.1
  755.  
  756. trailbot1.Color = ColorSequence.new(ColorArray)
  757.  
  758. trailbot1.Attachment0 = att3
  759. trailbot1.Attachment1 = att4
  760. trailbot1.Transparency = NumberSequence.new({
  761. NumberSequenceKeypoint.new(0, 0.5, 0),
  762. NumberSequenceKeypoint.new(1, 1, 0)
  763. })
  764. local trailside1 = Instance.new("Trail", c["Torso"])
  765. trailside1.Enabled = true
  766. trailside1.Texture = "rbxassetid://16607923"
  767. trailside1.Name = "sidetrail1"
  768. trailside1.MinLength = 0
  769. trailside1.Lifetime = 0.1
  770.  
  771. trailside1.Color = ColorSequence.new(ColorArray)
  772.  
  773. trailside1.Attachment0 = att1
  774. trailside1.Attachment1 = att3
  775. trailside1.Transparency = NumberSequence.new({
  776. NumberSequenceKeypoint.new(0, 0.5, 0),
  777. NumberSequenceKeypoint.new(1, 1, 0)
  778. })
  779. local trailside2 = Instance.new("Trail", c["Torso"])
  780. trailside2.Enabled = true
  781. trailside2.Texture = "rbxassetid://16607923"
  782. trailside2.Name = "sidetrail2"
  783. trailside2.MinLength = 0
  784. trailside2.Lifetime = 0.1
  785.  
  786. trailside2.Color = ColorSequence.new(ColorArray)
  787.  
  788. trailside2.Attachment0 = att2
  789. trailside2.Attachment1 = att4
  790. trailside2.Transparency = NumberSequence.new({
  791. NumberSequenceKeypoint.new(0, 0.5, 0),
  792. NumberSequenceKeypoint.new(1, 1, 0)
  793. })
  794. local trailtop12 = Instance.new("Trail", c["Head"])
  795. trailtop12.Enabled = true
  796. trailtop12.Texture = "rbxassetid://16607923"
  797. trailtop12.Name = "toptrail"
  798. trailtop12.MinLength = 0
  799. trailtop12.Lifetime = 0.1
  800.  
  801. trailtop12.Color = ColorSequence.new(ColorArray)
  802.  
  803. trailtop12.Attachment0 = attt1
  804. trailtop12.Attachment1 = attt2
  805. trailtop12.Transparency = NumberSequence.new({
  806. NumberSequenceKeypoint.new(0, 0.5, 0),
  807. NumberSequenceKeypoint.new(1, 1, 0)
  808. })
  809. local trailbot2 = Instance.new("Trail", c["Head"])
  810. trailbot2.Enabled = true
  811. trailbot2.Texture = "rbxassetid://16607923"
  812. trailbot2.Name = "bottrail"
  813. trailbot2.MinLength = 0
  814. trailbot2.Lifetime = 0.1
  815.  
  816. trailbot2.Color = ColorSequence.new(ColorArray)
  817.  
  818. trailbot2.Attachment0 = attt3
  819. trailbot2.Attachment1 = attt4
  820. trailbot2.Transparency = NumberSequence.new({
  821. NumberSequenceKeypoint.new(0, 0.5, 0),
  822. NumberSequenceKeypoint.new(1, 1, 0)
  823. })
  824. local trailside12 = Instance.new("Trail", c["Head"])
  825. trailside12.Enabled = true
  826. trailside12.Texture = "rbxassetid://16607923"
  827. trailside12.Name = "sidetrail1"
  828. trailside12.MinLength = 0
  829. trailside12.Lifetime = 0.1
  830.  
  831. trailside12.Color = ColorSequence.new(ColorArray)
  832.  
  833. trailside12.Attachment0 = attt1
  834. trailside12.Attachment1 = attt3
  835. trailside12.Transparency = NumberSequence.new({
  836. NumberSequenceKeypoint.new(0, 0.5, 0),
  837. NumberSequenceKeypoint.new(1, 1, 0)
  838. })
  839. local trailside22 = Instance.new("Trail", c["Head"])
  840. trailside22.Enabled = true
  841. trailside22.Texture = "rbxassetid://16607923"
  842. trailside22.Name = "sidetrail2"
  843. trailside22.MinLength = 0
  844. trailside22.Lifetime = 0.1
  845.  
  846. trailside22.Color = ColorSequence.new(ColorArray)
  847.  
  848. trailside22.Attachment0 = attt2 trailside22.Attachment1 = attt4
  849. trailside22.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0, 0.5, 0),NumberSequenceKeypoint.new(1, 1, 0)})
  850.  
  851. Sped = 0
  852. z = Instance.new("Sound",char)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement