Advertisement
Bendy928443534

Untitled

Jul 26th, 2019
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.55 KB | None | 0 0
  1. musicOn = true
  2.  
  3. Me = game.Players.ehanjerome8
  4. player = Me
  5. char = Me.Character
  6. chara = char
  7. larm = char["Left Arm"]
  8. rarm = char["Right Arm"]
  9. lleg = char["Left Leg"]
  10. rleg = char["Right Leg"]
  11. torso = char.Torso
  12. hed = char.Head
  13. lght = game.Lighting
  14. lichtact = false
  15. moosicact = false
  16. gotsagofest = true
  17. chara.Humanoid.DisplayDistanceType = "None"
  18. chara.Humanoid.MaxHealth = math.huge + 9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
  19. chara.Humanoid.Health = math.huge + 9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999
  20. --lght.OutdoorAmbient = Color3.new(0,0,0)
  21. --lght.TimeOfDay = "00:00:00"
  22. --lght.FogColor = Color3.new(0,0,0)
  23. --lght.FogEnd = 1000
  24. chara.Humanoid.Animator:Destroy()
  25.  
  26.  
  27. wait(2.5)
  28.  
  29. chara.Humanoid.WalkSpeed = 0
  30. chara.Humanoid.JumpPower = 0
  31. local naeeym = Instance.new("BillboardGui",chara)
  32. naeeym.Size = UDim2.new(0,100,0,40)
  33. naeeym.StudsOffset = Vector3.new(0,2,0)
  34. naeeym.Adornee = chara.Head
  35. local tecks = Instance.new("TextLabel",naeeym)
  36. tecks.BackgroundTransparency = 1
  37. tecks.BorderSizePixel = 0
  38. tecks.Text = ""
  39. tecks.Font = "Bodoni"
  40. tecks.FontSize = "Size36"
  41. tecks.TextStrokeTransparency = 0.5
  42. tecks.TextColor3 = Color3.new(0,0,0)
  43. rrer = BrickColor.new("Really red")
  44. tecks.TextStrokeColor3 = rrer.Color
  45. tecks.Size = UDim2.new(1,0,0.5,0)
  46. local licht = Instance.new("PointLight",chara.Torso)
  47. licht.Color = tecks.TextStrokeColor3
  48. licht.Range = 60
  49. licht.Brightness = 1
  50. licht.Enabled = false
  51.  
  52.  
  53. ------------------------------- Player -------------------------------------------------------------------
  54. local z = Instance.new("Sound",char)
  55. z.Looped = true
  56. z.SoundId = "rbxassetid://290269649"
  57. z.Volume = 2.25
  58. z.Pitch = 0.35
  59. if musicOn then
  60. z:Play()
  61. end
  62.  
  63. for i,v in pairs(chara:children()) do
  64. if v:IsA("Accessory") or v:IsA("Shirt") or v:IsA("Pants") then
  65. v:Destroy()
  66. end
  67. end
  68. char.Head.face:Destroy()
  69.  
  70. char["Body Colors"].HeadColor, char["Body Colors"].LeftArmColor, char["Body Colors"].LeftLegColor, char["Body Colors"].RightArmColor, char["Body Colors"].RightLegColor, char["Body Colors"].TorsoColor = BrickColor.new("Really black"), BrickColor.new("Really black"), BrickColor.new("Really black"), BrickColor.new("Really black"), BrickColor.new("Really black"), BrickColor.new("Really black")
  71. local Orbd = Instance.new("Part", char)
  72. Orbd.Name = "Orbd"
  73. Orbd.Shape = Enum.PartType.Ball
  74. Orbd.CanCollide = false
  75. Orbd.BrickColor = BrickColor.new("Really red")
  76. Orbd.Transparency = 0
  77. Orbd.Material = "Neon"
  78. Orbd.Size = Vector3.new(0.25, 0.25, 0.25)
  79. Orbd.TopSurface = Enum.SurfaceType.Smooth
  80. Orbd.BottomSurface = Enum.SurfaceType.Smooth
  81. local Weld = Instance.new("Weld", Orbd)
  82. Weld.Part0 = char.Head
  83. Weld.Part1 = Orbd
  84. Weld.C1 = CFrame.new(-0.4, 0, 0.4)
  85. local Orbvc = Instance.new("Part", char)
  86. Orbvc.Name = "Orbvc"
  87. Orbvc.Shape = Enum.PartType.Ball
  88. Orbvc.CanCollide = false
  89. Orbvc.BrickColor = BrickColor.new("Really red")
  90. Orbvc.Transparency = 0
  91. Orbvc.Material = "Neon"
  92. Orbvc.Size = Vector3.new(0.25, 0.25, 0.25)
  93. Orbvc.TopSurface = Enum.SurfaceType.Smooth
  94. Orbvc.BottomSurface = Enum.SurfaceType.Smooth
  95. local Weld = Instance.new("Weld", Orbvc)
  96. Weld.Part0 = char.Head
  97. Weld.Part1 = Orbvc
  98. Weld.C1 = CFrame.new(0.4, 0, 0.4)
  99.  
  100. local IsFreeFalling = false
  101. local SpinPart = Instance.new('Part')
  102. SpinPart.Transparency = 1
  103. SpinPart.Size = Vector3.new(25,1,25)
  104. SpinPart.CanCollide = false
  105. SpinPart.FormFactor = 'Custom'
  106. --local FX = Instance.new('ParticleEmitter',SpinPart)
  107. --FX.Color,FX.Size,FX.Lifetime,FX.Rate,FX.Speed,FX.EmissionDirection,FX.Transparency,FX.LockedToPart,FX.Texture,FX.VelocityInheritance = ColorSequence.new({ColorSequenceKeypoint.new(0, BrickColor.new("Really black").Color, 0), ColorSequenceKeypoint.new(1, BrickColor.new("Black").Color, 0)}), NumberSequence.new(0.25), NumberRange.new(3.75,3.75), 125, NumberRange.new(5,5), "Top", NumberSequence.new({NumberSequenceKeypoint.new(0,1,0),NumberSequenceKeypoint.new(0.25,0,0),NumberSequenceKeypoint.new(0.9,0,0),NumberSequenceKeypoint.new(0.975,1,0),NumberSequenceKeypoint.new(1,1,0)}), false, "rbxassetid://132883219",-0.1
  108. --local FX = Instance.new('ParticleEmitter',SpinPart)
  109. --FX.Color,FX.Size,FX.Lifetime,FX.Rate,FX.Speed,FX.EmissionDirection,FX.Transparency,FX.LockedToPart,FX.Texture,FX.VelocityInheritance = ColorSequence.new({ColorSequenceKeypoint.new(0, BrickColor.new("Really black").Color, 0), ColorSequenceKeypoint.new(1, BrickColor.new("Black").Color, 0)}), NumberSequence.new(0.25), NumberRange.new(3.75,3.75), 125, NumberRange.new(5,5), "Top", NumberSequence.new({NumberSequenceKeypoint.new(0,1,0),NumberSequenceKeypoint.new(0.25,0,0),NumberSequenceKeypoint.new(0.9,0,0),NumberSequenceKeypoint.new(0.975,1,0),NumberSequenceKeypoint.new(1,1,0)}), false, "rbxassetid://132883219",0.1
  110. do
  111. local tspin = Instance.new('BodyAngularVelocity')
  112. tspin.angularvelocity = Vector3.new(0,1,0)
  113. tspin.maxTorque =Vector3.new(math.huge,math.huge,math.huge)
  114. tspin.Parent = SpinPart
  115. end
  116. local SpinPos = Instance.new('BodyPosition')
  117. SpinPos.maxForce = Vector3.new(math.huge,math.huge,math.huge)
  118. SpinPos.Parent = SpinPart
  119.  
  120. function Equipped()
  121. IsEquipped = true
  122. local MyTorso = char.Torso
  123. if MyTorso then
  124. spawn(function()
  125. local startTime = tick()
  126. SpinPart.CFrame = CFrame.new(MyTorso.CFrame.p+Vector3.new(0,-2.8,0))
  127. SpinPart.Parent = MyTorso
  128. local fadeIn = true
  129. while IsEquipped do
  130. if not IsFreeFalling then
  131. SpinPos.position = MyTorso.CFrame.p+Vector3.new(0,-2.8,0)
  132. end
  133. wait()
  134. end
  135. SpinPart.Parent = nil
  136.  
  137. end)
  138. end
  139. end
  140.  
  141.  
  142. wait(0.01)
  143. Equipped()
  144.  
  145.  
  146. function start()
  147. print("I have a doctor,")
  148. wait()
  149. print("My doctor helps me.")
  150. wait()
  151. print("I go to my doctor.")
  152. wait()
  153. print("People watch me.")
  154. wait()
  155. print("People watch me..")
  156. wait()
  157. print("My doctor talks to me.")
  158. wait()
  159. print("Stan, you look tired.")
  160. wait()
  161. print("How have you slept?")
  162. i = 0
  163. --while i<1 do
  164. -- wait()
  165. -- i = i + 0.01
  166. -- l.Contrast,l.Saturation,l.Brightness = l.Contrast + 0.02, l.Saturation - 0.0075, l.Brightness + 0.00375
  167. -- l.TintColor = Color3.new(1,1-i,1-i)
  168. --end
  169. end
  170.  
  171. delay(0,start)
  172.  
  173. TC = chara.HumanoidRootPart.RootJoint
  174. HC = chara.Torso.Neck
  175. RAC = chara.Torso["Right Shoulder"]
  176. LAC = chara.Torso["Left Shoulder"]
  177. RLC = chara.Torso["Right Hip"]
  178. LLC = chara.Torso["Left Hip"]
  179. TCF = CFrame.new(0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 1, -0)
  180. HCF = CFrame.new(0, 1, 0, -1, 0, 0, 0, 0, 1, 0, 1, -0)
  181. RACF = CFrame.new(1, 0.5, 0, 0, 0, 1, 0, 1, -0, -1, 0, 0)
  182. LACF = CFrame.new(-1, 0.5, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  183. RLCF = CFrame.new(1, -1, 0, 0, 0, 1, 0, 1, -0, -1, 0, 0)
  184. LLCF = CFrame.new(-1, -1, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0)
  185. RWF = CFrame.new(-1.5, 0, 0) * CFrame.fromEulerAnglesXYZ(0,0,0)
  186. LWF = CFrame.new(1.5, 0, 0) * CFrame.fromEulerAnglesXYZ(0,0,0)
  187. RLWF = CFrame.new(-.5, 2, 0) * CFrame.fromEulerAnglesXYZ(0,0,0)
  188. LLWF = CFrame.new(.5, 2, 0) * CFrame.fromEulerAnglesXYZ(0,0,0)
  189. RW = Instance.new("Weld",HC.Parent)
  190. RW.Part1 = HC.Parent
  191. RW.Part0 = chara["Right Arm"]
  192. RW.C0 = RWF
  193. LW = Instance.new("Weld",HC.Parent)
  194. LW.Part1 = HC.Parent
  195. LW.Part0 = chara["Left Arm"]
  196. LW.C0 = LWF
  197. RLW = nil
  198. LLW = nil
  199.  
  200.  
  201. function clerp(a,b,c)
  202. return a:lerp(b,c)
  203. end
  204.  
  205. TC.C0 = TCF
  206. HC.C0 = HCF
  207. RW.C0 = RWF
  208. LW.C0 = LWF
  209.  
  210. --Idle Clerp--
  211. ITCF = TCF * CFrame.fromEulerAnglesXYZ(0,0,math.rad(0))
  212. IHCF = HCF * CFrame.fromEulerAnglesXYZ(math.rad(0),0,math.rad(0))
  213. IRWF = RWF * CFrame.fromEulerAnglesXYZ(0,0,math.rad(0))
  214. ILWF = LWF * CFrame.fromEulerAnglesXYZ(0,0,math.rad(0))
  215.  
  216. TC.C0 = ITCF
  217. HC.C0 = IHCF
  218. RW.C0 = IRWF
  219. LW.C0 = ILWF
  220.  
  221. end
  222. Object.Parent = Parent
  223. Object.Name = Name
  224. return Object
  225. end
  226.  
  227. function ScatterEff(part)
  228. local eff1 = Instance.new("ParticleEmitter",part)
  229. eff1.Size = NumberSequence.new(.1)
  230. eff1.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0),NumberSequenceKeypoint.new(.9,0),NumberSequenceKeypoint.new(1,1)})
  231. eff1.LightEmission = 1
  232. eff1.Lifetime = NumberRange.new(1)
  233. eff1.Speed = NumberRange.new(1)
  234. eff1.Rate = 100
  235. eff1.VelocitySpread = 10000
  236. eff1.Texture = "rbxassetid://347504241"
  237. eff1.Color = ColorSequence.new(Color3.new(1,0,0))
  238. local eff2 = Instance.new("ParticleEmitter",part)
  239. eff2.Size = NumberSequence.new(.1)
  240. eff2.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0),NumberSequenceKeypoint.new(.9,0),NumberSequenceKeypoint.new(1,1)})
  241. eff2.LightEmission = 1
  242. eff2.Lifetime = NumberRange.new(1)
  243. eff2.Speed = NumberRange.new(1)
  244. eff2.Rate = 100
  245. eff2.VelocitySpread = 10000
  246. eff2.Texture = "rbxassetid://347504259"
  247. eff2.Color = ColorSequence.new(Color3.new(1,0,0))
  248. end
  249.  
  250. function BurningEff(part)
  251. local eff1 = Instance.new("ParticleEmitter",part)
  252. eff1.Size = NumberSequence.new(.1)
  253. eff1.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0),NumberSequenceKeypoint.new(.2,0),NumberSequenceKeypoint.new(1,1)})
  254. eff1.LightEmission = 1
  255. eff1.Lifetime = NumberRange.new(1)
  256. eff1.Speed = NumberRange.new(0)
  257. eff1.Rate = 100
  258. eff1.Texture = "rbxassetid://347504241"
  259. eff1.Acceleration = Vector3.new(0,10,0)
  260. eff1.Color = ColorSequence.new(Color3.new(1,0,0))
  261. local eff2 = Instance.new("ParticleEmitter",part)
  262. eff2.Size = NumberSequence.new(.1)
  263. eff2.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0),NumberSequenceKeypoint.new(.2,0),NumberSequenceKeypoint.new(1,1)})
  264. eff2.LightEmission = 1
  265. eff2.Lifetime = NumberRange.new(1)
  266. eff2.Speed = NumberRange.new(0)
  267. eff2.Rate = 100
  268. eff2.Texture = "rbxassetid://347504259"
  269. eff2.Acceleration = Vector3.new(0,10,0)
  270. eff2.Color = ColorSequence.new(Color3.new(1,0,0))
  271. local eff3 = Instance.new("ParticleEmitter",part)
  272. eff3.Size = NumberSequence.new(1)
  273. eff3.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0),NumberSequenceKeypoint.new(1,1)})
  274. eff3.LightEmission = 1
  275. eff3.Lifetime = NumberRange.new(1)
  276. eff3.Speed = NumberRange.new(0)
  277. eff3.Rate = 100
  278. eff3.Texture = "rbxasset://textures/particles/fire_main.dds"
  279. eff3.Acceleration = Vector3.new(0,10,0)
  280. eff3.Color = ColorSequence.new(Color3.new(1,0,0))
  281. end
  282.  
  283.  
  284.  
  285. slashsnd = New("Sound",chara.Torso,"Slash",{SoundId = "rbxassetid://28144425",PlaybackSpeed = .7,Volume = 5})
  286. hitsnd = New("Sound",chara.Torso,"Hit",{SoundId = "rbxassetid://429400881",PlaybackSpeed = .7,Volume = 5})
  287. telesnd = New("Sound",chara.Torso,"Tele",{SoundId = "rbxassetid://2767090",PlaybackSpeed = .7,Volume = 5})
  288. burnsnd = New("Sound",chara.Torso,"Burn",{SoundId = "rbxassetid://32791565",PlaybackSpeed = .7,Volume = 5})
  289. music1 = New("Sound",chara.Torso,"Music1",{SoundId = "rbxassetid://151038517",PlaybackSpeed = .5,Volume = 10,Looped = true})
  290. music2 = New("Sound",chara.Torso,"Music2",{SoundId = "rbxassetid://11984351",PlaybackSpeed = .2,Volume = 5,Looped = true})
  291. deathmus = New("Sound",chara.Torso,"DeathMus",{SoundId = "rbxassetid://19094700",PlaybackSpeed = .5,Volume = 5,Looped = true})
  292. deathex = New("Sound",chara.Torso,"DeathEx",{SoundId = "rbxassetid://11984351",PlaybackSpeed = 1,Volume = 5})
  293. intimidate = New("Sound",chara.Torso,"Scream",{SoundId = "rbxassetid://172658768",PlaybackSpeed = 1,Volume = 5})
  294.  
  295.  
  296.  
  297.  
  298. --Soul Steal--
  299. function SoulSteal(pos)
  300. local soulst = coroutine.wrap(function()
  301. local soul = Instance.new("Part",chara)
  302. soul.Size = Vector3.new(0,0,0)
  303. soul.CanCollide = false
  304. soul.Anchored = false
  305. soul.Position = pos
  306. soul.CFrame = CFrame.new(pos.X,pos.Y,pos.Z)
  307. soul.Transparency = 1
  308. local ptc = Instance.new("ParticleEmitter",soul)
  309. ptc.Texture = "http://www.roblox.com/asset/?id=413366101"
  310. ptc.Size = NumberSequence.new(.5)
  311. ptc.LockedToPart = true
  312. ptc.Speed = NumberRange.new(0)
  313. ptc.Lifetime = NumberRange.new(9999)
  314. local bodpos = Instance.new("BodyPosition",soul)
  315. bodpos.Position = pos
  316. wait(2)
  317. soul.Touched:connect(function(hit)
  318. if hit.Parent == chara then
  319. soul:Destroy()
  320. end
  321. end)
  322. while soul do
  323. wait(.1)
  324. bodpos.Position = chara.Torso.Position
  325. end
  326. end)
  327. soulst()
  328. end
  329.  
  330. --Death of a Mortal--
  331. function KillMortal(hitdude)
  332. local torsy = nil
  333. if hitdude:FindFirstChild("Torso")~=nil then
  334. torsy = hitdude.Torso
  335. elseif hitdude:FindFirstChild("UpperTorso")~=nil then
  336. torsy = hitdude.UpperTorso
  337. end
  338. local val = Instance.new("ObjectValue",hitdude)
  339. val.Name = "HasBeenHit"
  340. hitdude:BreakJoints()
  341. hitdude.Humanoid:Destroy()
  342. SoulSteal(torsy.Position)
  343. local chi = hitdude:GetChildren()
  344. for i = 1, #chi do
  345. if chi[i].ClassName == "Part" or chi[i].ClassName == "MeshPart" then
  346. local bodpos = Instance.new("BodyPosition",chi[i])
  347. bodpos.Position = chi[i].Position + Vector3.new(math.random(-5,5),math.random(-5,5),math.random(-5,5))
  348. ScatterEff(chi[i])
  349. chi[i].BrickColor = BrickColor.new("Really black")
  350. end
  351. end
  352. for i = 1, 4 do
  353. for i = 1, #chi do
  354. if chi[i].ClassName == "Part" or chi[i].ClassName == "MeshPart" then
  355. chi[i].Transparency = chi[i].Transparency + .25
  356. wait(.01)
  357. end
  358. end
  359. end
  360. for i = 1, #chi do
  361. if chi[i].ClassName == "Part" or chi[i].ClassName == "MeshPart" then
  362. chi[i]:Destroy()
  363. end
  364. end
  365. end
  366.  
  367.  
  368. function Teleport(pos)
  369. local ch = chara:GetChildren()
  370. for i = 1, #ch do
  371. if ch[i].ClassName == "Part" and ch[i].Name ~= "HumanoidRootPart" then
  372. local trace = Instance.new("Part",game.Workspace)
  373. trace.Size = ch[i].Size
  374. trace.Material = "Neon"
  375. trace.BrickColor = BrickColor.new("Really black")
  376. trace.Transparency = 0.3
  377. trace.CanCollide = false
  378. trace.Anchored = true
  379. trace.CFrame = ch[i].CFrame
  380. if ch[i].Name == "Head" then
  381. mehs = Instance.new("CylinderMesh",trace)
  382. mehs.Scale = Vector3.new(1.25,1.25,1.25)
  383. end
  384. tracedisappear = coroutine.wrap(function()
  385. wait(0.2)
  386. for i = 1, 7 do
  387. wait()
  388. trace.Transparency = trace.Transparency + .1
  389. end
  390. trace:Destroy()
  391. end)
  392. tracedisappear()
  393. end
  394. end
  395. end
  396.  
  397.  
  398. function Grab(mouse)
  399. local hit = mouse.Target
  400. if hit ~= nil then
  401. if hit.Parent:FindFirstChild("Humanoid")~=nil then
  402. local torsy = nil
  403. if hit.Parent:FindFirstChild("Torso")~=nil then
  404. torsy = hit.Parent.Torso
  405. elseif hit.Parent:FindFirstChild("UpperTorso")~=nil then
  406. torsy = hit.Parent.UpperTorso
  407. end
  408. local bodpos = Instance.new("BodyPosition",torsy)
  409. bodpos.Position = torsy.Position
  410. wait(1)
  411. burnsnd:Play()
  412. hit.Parent.Humanoid.MaxHealth = 0
  413. bodpos.Position = bodpos.Position + Vector3.new(0,4,0)
  414. for i = 1, 10 do
  415. wait(.1)
  416. BurningEff(torsy)
  417. hit.Parent.Humanoid.Health = hit.Parent.Humanoid.Health - 2000
  418. end
  419. KillMortal(hit.Parent)
  420. end
  421. else end
  422. end
  423.  
  424. isdoingaction = false
  425.  
  426. --Teleport--
  427. mouse.KeyDown:connect(function(key)
  428. if key == "e" and isdoingaction == false then
  429. isdoingaction = true
  430. Teleport()
  431. Orbvc.Transparency = 1
  432. Orbd.Transparency = 1
  433. hed.Transparency = 1
  434. torso.Transparency = 1
  435. larm.Transparency = 1
  436. rarm.Transparency = 1
  437. lleg.Transparency = 1
  438. rleg.Transparency = 1
  439. chara.Humanoid.WalkSpeed = 60
  440. chara.Humanoid.JumpPower = 100
  441. end
  442.  
  443. if key == "q" and isdoingaction == false then
  444. isdoingaction = true
  445. Orbvc.Transparency = 1
  446. Orbd.Transparency = 1
  447. end
  448. end)
  449.  
  450.  
  451. --Jumpscare--
  452. screamready = true
  453. mouse.Button1Down:connect(function()
  454. if screamready == true then
  455. local hit = mouse.Target
  456. screamready = false
  457. intimidate:Play()
  458. l.Contrast = 0
  459. intimidate.Volume = 5
  460. i = 0
  461. l.TintColor = Color3.new(1,0,0)
  462. Grab(Mouse)
  463. while i<0.5 do
  464. wait()
  465. i = i + 0.01
  466. l.Contrast = l.Contrast + 0.02
  467. intimidate.Volume = intimidate.Volume - 0.10
  468. end
  469. l.TintColor = Color3.new(1,1,1)
  470. l.Contrast = 0
  471. screamready = true
  472. end
  473. end)
  474.  
  475. mouse.KeyUp:connect(function(key)
  476. if key == "e" and isdoingaction == true then
  477. isdoingaction = false
  478. Orbvc.Transparency = 0
  479. Orbd.Transparency = 0
  480. hed.Transparency = 0
  481. torso.Transparency = 0
  482. larm.Transparency = 0
  483. rarm.Transparency = 0
  484. lleg.Transparency = 0
  485. rleg.Transparency = 0
  486. chara.Humanoid.WalkSpeed = 0
  487. chara.Humanoid.JumpPower = 0
  488. end
  489.  
  490. if key == "q" and isdoingaction == true then
  491. isdoingaction = false
  492. Orbvc.Transparency = 0
  493. Orbd.Transparency = 0
  494. end
  495. end)
  496.  
  497. --Mouse Functions--
  498. while true do
  499. wait()
  500. chance = math.random(0,100)
  501. if chance < 10 then
  502. sel = math.random(1,3)
  503. if sel == 1 then
  504. tecks.Text = ""
  505. elseif sel == 2 then
  506. tecks.Text = ""
  507. elseif sel == 3 then
  508. tecks.Text = ""
  509. end
  510. else tecks.Text = ""
  511. if chara.Humanoid.Health > 0 then
  512. chara.Humanoid.MaxHealth = math.huge
  513. chara.Humanoid.Health = math.huge
  514. end
  515. if game.Lighting:FindFirstChild("ColorCorrection") == nil then
  516. local l = Instance.new("ColorCorrectionEffect",game.Lighting)
  517. l.Contrast,l.Saturation,l.Brightness = 2, -0.75, 0.375
  518. l.TintColor = Color3.new(1,0,0)
  519. end
  520. local l = Instance.new("ColorCorrectionEffect",game.Lighting)
  521.  
  522. for i,v in pairs(chara:children()) do
  523. if v:IsA("Accessory") or v:IsA("Shirt") or v:IsA("Pants") or v:IsA("CharacterMesh")then
  524. v:Destroy()
  525. end
  526. end
  527. char.Head.face:Destroy()
  528. tecks.Position = UDim2.new(0,math.random(-1,1),0,math.random(-1,1))
  529. end
  530. end
  531.  
  532. -------------------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement