Advertisement
num6456

Untitled

May 20th, 2018
258
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.00 KB | None | 0 0
  1. wait(0.2)
  2.  
  3. local p = game.Players.LocalPlayer
  4. local char = p.Character
  5. local mouse = p:GetMouse()
  6. local larm = char["Left Arm"]
  7. local rarm = char["Right Arm"]
  8. local lleg = char["Left Leg"]
  9. local rleg = char["Right Leg"]
  10. local hed = char.Head
  11. local torso = char.Torso
  12. local hum = char.Humanoid
  13. local cam = game.Workspace.CurrentCamera
  14. local root = char.HumanoidRootPart
  15. local deb = false
  16. local shot = 0
  17. local debris=game:service"Debris"
  18. local l = game:GetService("Lighting")
  19. local rs = game:GetService("RunService").RenderStepped
  20. ptz = {0.8, 0.85, 0.9, 0.95, 1, 1.05, 1.1}
  21.  
  22. LeyeColor = BrickColor.new("red")
  23.  
  24. local eyemodel = Instance.new("Model",char)
  25. eyemodel.Name = "Eyes"
  26. local reye = Instance.new("Part",eyemodel)
  27. reye.Name = "BurningEff"
  28. reye.Color = Color3.new(math.random(),math.random(),math.random())
  29. reye.Material = "Neon"
  30. reye.Transparency = 1
  31. local reyemesh = Instance.new("SpecialMesh",reye)
  32. reyemesh.MeshType = "Sphere"
  33. reye.Size = Vector3.new(0.12, 0.37, 0.27)
  34. local reyeweld = Instance.new("Weld",reye)
  35. reyeweld.Part0 = reye
  36. reyeweld.Part1 = char.Head
  37. reyeweld.C0 = CFrame.new(-0.551300049, -0.19681406, -0.198293686, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  38. local leye = Instance.new("Part",eyemodel)
  39. leye.Name = "LeftEye"
  40. leye.BrickColor = LeyeColor
  41. leye.Material = "Neon"
  42. leye.Size = Vector3.new(0.2,0.2,0.2)
  43. local leyemesh = Instance.new("SpecialMesh",leye)
  44. leyemesh.MeshType = "Sphere"
  45. leyemesh.Scale = Vector3.new(0.7,1.1,0.7)
  46. local leyeweld = Instance.new("Weld",leye)
  47. leyeweld.Part0 = leye
  48. leyeweld.Part1 = char.Head
  49. leyeweld.C0 = CFrame.new(-0.109999999, -0.25, 0.550000012, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  50. local leyeclone = leye:Clone()
  51. leyeclone.Transparency = 1
  52. leyeclone.Name = "RightEye"
  53. leyeclone.Parent = eyemodel
  54. for i,v in pairs(leyeclone:GetChildren()) do
  55. if v.ClassName == "Weld" then
  56. v:Destroy()
  57. end
  58. end
  59. local leyeweld2 = Instance.new("Weld",leyeclone)
  60. leyeweld2.Part0 = leyeclone
  61. leyeweld2.Part1 = char.Head
  62. leyeweld2.C0 = CFrame.new(0.0864697844, -0.25, 0.550000012, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  63. local fire = Instance.new("Fire",reye)
  64. fire.Heat = 25000
  65. fire.Color = leye.BrickColor.Color
  66. fire.Size = 2
  67. -----------------end--------------
  68.  
  69. Player = game:GetService("Players").LocalPlayer
  70. PlayerGui = Player.PlayerGui
  71. Cam = workspace.CurrentCamera
  72. Backpack = Player.Backpack
  73. Character = Player.Character
  74. Humanoid = Character.Humanoid
  75. Mouse = Player:GetMouse()
  76. RootPart = Character["HumanoidRootPart"]
  77. Torso = Character["Torso"]
  78. Head = Character["Head"]
  79. RightArm = Character["Right Arm"]
  80. LeftArm = Character["Left Arm"]
  81. RightLeg = Character["Right Leg"]
  82. LeftLeg = Character["Left Leg"]
  83. RootJoint = RootPart["RootJoint"]
  84. Neck = Torso["Neck"]
  85. RightShoulder = Torso["Right Shoulder"]
  86. LeftShoulder = Torso["Left Shoulder"]
  87. RightHip = Torso["Right Hip"]
  88. LeftHip = Torso["Left Hip"]
  89.  
  90. IT = Instance.new
  91. CF = CFrame.new
  92. VT = Vector3.new
  93. RAD = math.rad
  94. C3 = Color3.new
  95. UD2 = UDim2.new
  96. BRICKC = BrickColor.new
  97. ANGLES = CFrame.Angles
  98. EULER = CFrame.fromEulerAnglesXYZ
  99. COS = math.cos
  100. ACOS = math.acos
  101. SIN = math.sin
  102. ASIN = math.asin
  103. ABS = math.abs
  104. MRANDOM = math.random
  105. FLOOR = math.floor
  106.  
  107. function CreateMesh(MESH, PARENT, MESHTYPE, MESHID, TEXTUREID, SCALE, OFFSET)
  108. local NEWMESH = IT(MESH)
  109. if MESH == "SpecialMesh" then
  110. NEWMESH.MeshType = MESHTYPE
  111. if MESHID ~= "nil" and MESHID ~= "" then
  112. NEWMESH.MeshId = "http://www.roblox.com/asset/?id="..MESHID
  113. end
  114. if TEXTUREID ~= "nil" and TEXTUREID ~= "" then
  115. NEWMESH.TextureId = "http://www.roblox.com/asset/?id="..TEXTUREID
  116. end
  117. end
  118. NEWMESH.Offset = OFFSET or VT(0, 0, 0)
  119. NEWMESH.Scale = SCALE
  120. NEWMESH.Parent = PARENT
  121. return NEWMESH
  122. end
  123.  
  124. function CreatePart(FORMFACTOR, PARENT, MATERIAL, REFLECTANCE, TRANSPARENCY, BRICKCOLOR, NAME, SIZE, ANCHOR)
  125. local NEWPART = IT("Part")
  126. NEWPART.formFactor = FORMFACTOR
  127. NEWPART.Reflectance = REFLECTANCE
  128. NEWPART.Transparency = TRANSPARENCY
  129. NEWPART.CanCollide = false
  130. NEWPART.Locked = true
  131. NEWPART.Anchored = true
  132. if ANCHOR == false then
  133. NEWPART.Anchored = false
  134. end
  135. NEWPART.BrickColor = BRICKC(tostring(BRICKCOLOR))
  136. NEWPART.Name = NAME
  137. NEWPART.Size = SIZE
  138. NEWPART.Position = Torso.Position
  139. NEWPART.Material = MATERIAL
  140. NEWPART:BreakJoints()
  141. NEWPART.Parent = PARENT
  142. return NEWPART
  143. end
  144.  
  145. local face = CreatePart(3, Weapon, "Neon", 0, 0, "Really black", "Face mask", VT(1.001,1.001,1.001),false)
  146. local weld = CreateWeldOrSnapOrMotor("Weld", face, Head, face, CF(0.02,0,0) * ANGLES(RAD(0), RAD(0), RAD(0)), CF(0, 0, 0))
  147. MakeForm(face,"Head")
  148. local part = CreatePart(3, Weapon, "Neon", 0, 0, "red", "Eye", VT(0.4,0.25,0.2),false)
  149. local weld = CreateWeldOrSnapOrMotor("Weld", part, Head, part, CF(0.15,0.28,-0.53) * ANGLES(RAD(15), RAD(0), RAD(25)), CF(0, 0, 0))
  150. MakeForm(part,"Ball")
  151. local Eye = CreatePart(3, Weapon, "Neon", 0, 0, "Really Red", "Eye", VT(0.1,0.1,0.15),false)
  152. local PupilWeld = CreateWeldOrSnapOrMotor("Weld", Eye, Head, Eye, CF(0.13,0.24,-0.58) * ANGLES(RAD(0), RAD(0), RAD(25)), CF(0, 0, 0))
  153. MakeForm(Eye,"Ball")
  154.  
  155. -- end eye -----
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement