Advertisement
EquinoxDiscord

dsadad

Jan 6th, 2018
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.57 KB | None | 0 0
  1. local p = game.Players.EliteGuardian68
  2. local char = p.Character
  3. local mouse = p:GetMouse()
  4. local larm = char["Left Arm"]
  5. local rarm = char["Right Arm"]
  6. local lleg = char["Left Leg"]
  7. local rleg = char["Right Leg"]
  8. local hed = char.Head
  9. local Torso = char.Torso
  10. local hum = char.Humanoid
  11. local cam = game.Workspace.CurrentCamera
  12. local root = char.HumanoidRootPart
  13. local deb = false
  14. local shot = 0
  15. local potential = false
  16. local debris=game:service"Debris"
  17. local l = game:GetService("Lighting")
  18. local rs = game:GetService("RunService").RenderStepped
  19. ptz = {0.8, 0.85, 0.9, 0.95, 1, 1.05, 1.1}
  20. math.randomseed(os.time())
  21. hum.JumpPower = 55
  22. hed.face.Texture = "rbxassetid://425575604"
  23.  
  24. Instance.new("ForceField",char).Visible = false
  25. hum.MaxHealth = 1e999
  26. hum.Health = 1e999
  27.  
  28.  
  29.  
  30. player = game:GetService("Players").LocalPlayer
  31. c = player.Character
  32.  
  33.  
  34. local color = "Royal purple"
  35. local transPoints = {NumberSequenceKeypoint.new(0, 0.819, 0.0375), NumberSequenceKeypoint.new(0.207, 0.594, 0.0187), NumberSequenceKeypoint.new(0.4, 0.55, 0.031), NumberSequenceKeypoint.new(0.57, 0.619, 0.05), NumberSequenceKeypoint.new(0.76, 0.8, 0.0375), NumberSequenceKeypoint.new(1, 1, 0)}
  36. local sizePoints = {NumberSequenceKeypoint.new(0, 0.505, 0), NumberSequenceKeypoint.new(1, 0, 0)}
  37. local Size = NumberSequence.new(sizePoints)
  38. local Transparency = NumberSequence.new(transPoints)
  39.  
  40. efxBlock2 = Instance.new("Part", c)
  41. efxBlock2.CanCollide = false
  42. efxBlock2.BrickColor = BrickColor.new(1031)
  43. efxBlock2.Material = "Neon"
  44. efxBlock2.FormFactor = "Custom"
  45. efxBlock2.Transparency = 0
  46. efxBlock2.Size = Vector3.new(0.25, 0.25, 0.25)
  47. local mesh2 = Instance.new("SpecialMesh", efxBlock2)
  48. mesh2.MeshType = Enum.MeshType.Sphere
  49. mesh2.Scale = Vector3.new(1, 1, 1)
  50. local particles2 = Instance.new("ParticleEmitter", efxBlock2)
  51. particles2.Color = ColorSequence.new(Color3.new(123, 47, 123), Color3.new(123, 47, 123))
  52. particles2.LightEmission = 0.9
  53. particles2.Size = Size
  54. particles2.Name = "Fire"
  55. particles2.Transparency = Transparency
  56. particles2.LockedToPart = false
  57. particles2.VelocityInheritance = 0.5
  58. particles2.LockedToPart = false
  59. particles2.Rate = 70
  60. particles2.Texture = "rbxassetid://137243001"
  61. particles2.Lifetime = NumberRange.new(2, 2)
  62. particles2.RotSpeed = NumberRange.new(100, 100)
  63. particles2.Speed = NumberRange.new(1, 1)
  64. local offset = Vector3.new(0.11, 0.23, -0.5)
  65. local weld2 = Instance.new("Weld", c.Head)
  66. weld2.Part0 = c.Head
  67. weld2.Part1 = efxBlock2
  68. weld2.C0 = CFrame.new(offset) * CFrame.Angles(math.rad(40), math.rad(50), math.rad(-40))
  69. efxBlock2.Parent = c
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement