Advertisement
num6456

fire eye

May 20th, 2018
385
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.32 KB | None | 0 0
  1. local p = game.Players.LocalPlayer
  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 debris=game:service"Debris"
  16. local l = game:GetService("Lighting")
  17. local rs = game:GetService("RunService").RenderStepped
  18. ptz = {0.8, 0.85, 0.9, 0.95, 1, 1.05, 1.1}
  19. math.randomseed(os.time())
  20. for i,v in pairs (hed:GetChildren()) do
  21. if v:IsA("Sound") then
  22. v:Destroy()
  23. end
  24. end
  25. -------------------------------------------
  26. LeyeColor = BrickColor.new("Electric blue")
  27.  
  28. local eyemodel = Instance.new("Model",char)
  29. eyemodel.Name = "Eyes"
  30. local reye = Instance.new("Part",eyemodel)
  31. reye.Name = "BurningEff"
  32. reye.Color = Color3.new(1,1,1)
  33. reye.Material = "Neon"
  34. reye.Transparency = 1
  35. local reyemesh = Instance.new("SpecialMesh",reye)
  36. reyemesh.MeshType = "Sphere"
  37. reye.Size = Vector3.new(0.12, 0.37, 0.27)
  38. local reyeweld = Instance.new("Weld",reye)
  39. reyeweld.Part0 = reye
  40. reyeweld.Part1 = char.Head
  41. reyeweld.C0 = CFrame.new(-0.551300049, -0.19681406, -0.198293686, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  42. local leye = Instance.new("Part",eyemodel)
  43. leye.Name = "LeftEye"
  44. leye.BrickColor = LeyeColor
  45. leye.Material = "Neon"
  46. leye.Size = Vector3.new(0.2,0.2,0.2)
  47. local leyemesh = Instance.new("SpecialMesh",leye)
  48. leyemesh.MeshType = "Sphere"
  49. leyemesh.Scale = Vector3.new(0.7,1.1,0.7)
  50. local leyeweld = Instance.new("Weld",leye)
  51. leyeweld.Part0 = leye
  52. leyeweld.Part1 = char.Head
  53. leyeweld.C0 = CFrame.new(-0.109999999, -0.25, 0.550000012, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  54. local leyeclone = leye:Clone()
  55. leyeclone.Transparency = 1
  56. leyeclone.Name = "RightEye"
  57. leyeclone.Parent = eyemodel
  58. for i,v in pairs(leyeclone:GetChildren()) do
  59. if v.ClassName == "Weld" then
  60. v:Destroy()
  61. end
  62. end
  63. local leyeweld2 = Instance.new("Weld",leyeclone)
  64. leyeweld2.Part0 = leyeclone
  65. leyeweld2.Part1 = char.Head
  66. leyeweld2.C0 = CFrame.new(0.0864697844, -0.25, 0.550000012, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  67. local fire = Instance.new("Fire",reye)
  68. fire.Heat = 25000
  69. fire.Color = leye.BrickColor.Color
  70. fire.Size = 2
  71. -----------------end--------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement