Advertisement
Bendy928443534

Untitled

Jul 26th, 2019
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.42 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. Object.Parent = Parent
  222. Object.Name = Name
  223. return Object
  224. end
  225.  
  226. function ScatterEff(part)
  227. local eff1 = Instance.new("ParticleEmitter",part)
  228. eff1.Size = NumberSequence.new(.1)
  229. eff1.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0),NumberSequenceKeypoint.new(.9,0),NumberSequenceKeypoint.new(1,1)})
  230. eff1.LightEmission = 1
  231. eff1.Lifetime = NumberRange.new(1)
  232. eff1.Speed = NumberRange.new(1)
  233. eff1.Rate = 100
  234. eff1.VelocitySpread = 10000
  235. eff1.Texture = "rbxassetid://347504241"
  236. eff1.Color = ColorSequence.new(Color3.new(1,0,0))
  237. local eff2 = Instance.new("ParticleEmitter",part)
  238. eff2.Size = NumberSequence.new(.1)
  239. eff2.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0),NumberSequenceKeypoint.new(.9,0),NumberSequenceKeypoint.new(1,1)})
  240. eff2.LightEmission = 1
  241. eff2.Lifetime = NumberRange.new(1)
  242. eff2.Speed = NumberRange.new(1)
  243. eff2.Rate = 100
  244. eff2.VelocitySpread = 10000
  245. eff2.Texture = "rbxassetid://347504259"
  246. eff2.Color = ColorSequence.new(Color3.new(1,0,0))
  247. end
  248.  
  249. function BurningEff(part)
  250. local eff1 = Instance.new("ParticleEmitter",part)
  251. eff1.Size = NumberSequence.new(.1)
  252. eff1.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0),NumberSequenceKeypoint.new(.2,0),NumberSequenceKeypoint.new(1,1)})
  253. eff1.LightEmission = 1
  254. eff1.Lifetime = NumberRange.new(1)
  255. eff1.Speed = NumberRange.new(0)
  256. eff1.Rate = 100
  257. eff1.Texture = "rbxassetid://347504241"
  258. eff1.Acceleration = Vector3.new(0,10,0)
  259. eff1.Color = ColorSequence.new(Color3.new(1,0,0))
  260. local eff2 = Instance.new("ParticleEmitter",part)
  261. eff2.Size = NumberSequence.new(.1)
  262. eff2.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0),NumberSequenceKeypoint.new(.2,0),NumberSequenceKeypoint.new(1,1)})
  263. eff2.LightEmission = 1
  264. eff2.Lifetime = NumberRange.new(1)
  265. eff2.Speed = NumberRange.new(0)
  266. eff2.Rate = 100
  267. eff2.Texture = "rbxassetid://347504259"
  268. eff2.Acceleration = Vector3.new(0,10,0)
  269. eff2.Color = ColorSequence.new(Color3.new(1,0,0))
  270. local eff3 = Instance.new("ParticleEmitter",part)
  271. eff3.Size = NumberSequence.new(1)
  272. eff3.Transparency = NumberSequence.new({NumberSequenceKeypoint.new(0,0),NumberSequenceKeypoint.new(1,1)})
  273. eff3.LightEmission = 1
  274. eff3.Lifetime = NumberRange.new(1)
  275. eff3.Speed = NumberRange.new(0)
  276. eff3.Rate = 100
  277. eff3.Texture = "rbxasset://textures/particles/fire_main.dds"
  278. eff3.Acceleration = Vector3.new(0,10,0)
  279. eff3.Color = ColorSequence.new(Color3.new(1,0,0))
  280. end
  281.  
  282.  
  283.  
  284. slashsnd = New("Sound",chara.Torso,"Slash",{SoundId = "rbxassetid://28144425",PlaybackSpeed = .7,Volume = 5})
  285. hitsnd = New("Sound",chara.Torso,"Hit",{SoundId = "rbxassetid://429400881",PlaybackSpeed = .7,Volume = 5})
  286. telesnd = New("Sound",chara.Torso,"Tele",{SoundId = "rbxassetid://2767090",PlaybackSpeed = .7,Volume = 5})
  287. burnsnd = New("Sound",chara.Torso,"Burn",{SoundId = "rbxassetid://32791565",PlaybackSpeed = .7,Volume = 5})
  288. music1 = New("Sound",chara.Torso,"Music1",{SoundId = "rbxassetid://151038517",PlaybackSpeed = .5,Volume = 10,Looped = true})
  289. music2 = New("Sound",chara.Torso,"Music2",{SoundId = "rbxassetid://11984351",PlaybackSpeed = .2,Volume = 5,Looped = true})
  290. deathmus = New("Sound",chara.Torso,"DeathMus",{SoundId = "rbxassetid://19094700",PlaybackSpeed = .5,Volume = 5,Looped = true})
  291. deathex = New("Sound",chara.Torso,"DeathEx",{SoundId = "rbxassetid://11984351",PlaybackSpeed = 1,Volume = 5})
  292. intimidate = New("Sound",chara.Torso,"Scream",{SoundId = "rbxassetid://172658768",PlaybackSpeed = 1,Volume = 5})
  293.  
  294.  
  295.  
  296.  
  297. --Soul Steal--
  298. function SoulSteal(pos)
  299. local soulst = coroutine.wrap(function()
  300. local soul = Instance.new("Part",chara)
  301. soul.Size = Vector3.new(0,0,0)
  302. soul.CanCollide = false
  303. soul.Anchored = false
  304. soul.Position = pos
  305. soul.CFrame = CFrame.new(pos.X,pos.Y,pos.Z)
  306. soul.Transparency = 1
  307. local ptc = Instance.new("ParticleEmitter",soul)
  308. ptc.Texture = "http://www.roblox.com/asset/?id=413366101"
  309. ptc.Size = NumberSequence.new(.5)
  310. ptc.LockedToPart = true
  311. ptc.Speed = NumberRange.new(0)
  312. ptc.Lifetime = NumberRange.new(9999)
  313. local bodpos = Instance.new("BodyPosition",soul)
  314. bodpos.Position = pos
  315. wait(2)
  316. soul.Touched:connect(function(hit)
  317. if hit.Parent == chara then
  318. soul:Destroy()
  319. end
  320. end)
  321. while soul do
  322. wait(.1)
  323. bodpos.Position = chara.Torso.Position
  324. end
  325. end)
  326. soulst()
  327. end
  328.  
  329. --Death of a Mortal--
  330. function KillMortal(hitdude)
  331. local torsy = nil
  332. if hitdude:FindFirstChild("Torso")~=nil then
  333. torsy = hitdude.Torso
  334. elseif hitdude:FindFirstChild("UpperTorso")~=nil then
  335. torsy = hitdude.UpperTorso
  336. end
  337. local val = Instance.new("ObjectValue",hitdude)
  338. val.Name = "HasBeenHit"
  339. hitdude:BreakJoints()
  340. hitdude.Humanoid:Destroy()
  341. SoulSteal(torsy.Position)
  342. local chi = hitdude:GetChildren()
  343. for i = 1, #chi do
  344. if chi[i].ClassName == "Part" or chi[i].ClassName == "MeshPart" then
  345. local bodpos = Instance.new("BodyPosition",chi[i])
  346. bodpos.Position = chi[i].Position + Vector3.new(math.random(-5,5),math.random(-5,5),math.random(-5,5))
  347. ScatterEff(chi[i])
  348. chi[i].BrickColor = BrickColor.new("Really black")
  349. end
  350. end
  351. for i = 1, 4 do
  352. for i = 1, #chi do
  353. if chi[i].ClassName == "Part" or chi[i].ClassName == "MeshPart" then
  354. chi[i].Transparency = chi[i].Transparency + .25
  355. wait(.01)
  356. end
  357. end
  358. end
  359. for i = 1, #chi do
  360. if chi[i].ClassName == "Part" or chi[i].ClassName == "MeshPart" then
  361. chi[i]:Destroy()
  362. end
  363. end
  364. end
  365.  
  366.  
  367. function Teleport(pos)
  368. local ch = chara:GetChildren()
  369. for i = 1, #ch do
  370. if ch[i].ClassName == "Part" and ch[i].Name ~= "HumanoidRootPart" then
  371. local trace = Instance.new("Part",game.Workspace)
  372. trace.Size = ch[i].Size
  373. trace.Material = "Neon"
  374. trace.BrickColor = BrickColor.new("Really black")
  375. trace.Transparency = 0.3
  376. trace.CanCollide = false
  377. trace.Anchored = true
  378. trace.CFrame = ch[i].CFrame
  379. if ch[i].Name == "Head" then
  380. mehs = Instance.new("CylinderMesh",trace)
  381. mehs.Scale = Vector3.new(1.25,1.25,1.25)
  382. end
  383. tracedisappear = coroutine.wrap(function()
  384. wait(0.2)
  385. for i = 1, 7 do
  386. wait()
  387. trace.Transparency = trace.Transparency + .1
  388. end
  389. trace:Destroy()
  390. end)
  391. tracedisappear()
  392. end
  393. end
  394. end
  395.  
  396.  
  397. function Grab
  398. if hit ~= nil then
  399. if hit.Parent:FindFirstChild("Humanoid")~=nil then
  400. local torsy = nil
  401. if hit.Parent:FindFirstChild("Torso")~=nil then
  402. torsy = hit.Parent.Torso
  403. elseif hit.Parent:FindFirstChild("UpperTorso")~=nil then
  404. torsy = hit.Parent.UpperTorso
  405. end
  406. local bodpos = Instance.new("BodyPosition",torsy)
  407. bodpos.Position = torsy.Position
  408. wait(1)
  409. burnsnd:Play()
  410. hit.Parent.Humanoid.MaxHealth = 0
  411. bodpos.Position = bodpos.Position + Vector3.new(0,4,0)
  412. for i = 1, 10 do
  413. wait(.1)
  414. BurningEff(torsy)
  415. hit.Parent.Humanoid.Health = hit.Parent.Humanoid.Health - 2000
  416. end
  417. KillMortal(hit.Parent)
  418. end
  419. else end
  420. end
  421.  
  422. isdoingaction = false
  423.  
  424. --Teleport--
  425. mouse.KeyDown:connect(function(key)
  426. if key == "e" and isdoingaction == false then
  427. isdoingaction = true
  428. Teleport()
  429. Orbvc.Transparency = 1
  430. Orbd.Transparency = 1
  431. hed.Transparency = 1
  432. torso.Transparency = 1
  433. larm.Transparency = 1
  434. rarm.Transparency = 1
  435. lleg.Transparency = 1
  436. rleg.Transparency = 1
  437. chara.Humanoid.WalkSpeed = 60
  438. chara.Humanoid.JumpPower = 100
  439. end
  440.  
  441. if key == "q" and isdoingaction == false then
  442. isdoingaction = true
  443. Orbvc.Transparency = 1
  444. Orbd.Transparency = 1
  445. end
  446. end)
  447.  
  448.  
  449. --Jumpscare--
  450. screamready = true
  451. mouse.Button1Down:connect(function()
  452. if screamready == true then
  453. local hit = mouse.Target
  454. screamready = false
  455. intimidate:Play()
  456. l.Contrast = 0
  457. intimidate.Volume = 5
  458. i = 0
  459. l.TintColor = Color3.new(1,0,0)
  460. Grab
  461. while i<0.5 do
  462. wait()
  463. i = i + 0.01
  464. l.Contrast = l.Contrast + 0.02
  465. intimidate.Volume = intimidate.Volume - 0.10
  466. end
  467. l.TintColor = Color3.new(1,1,1)
  468. l.Contrast = 0
  469. screamready = true
  470. end
  471. end)
  472.  
  473. if key == "e" and isdoingaction == true then
  474. isdoingaction = false
  475. Orbvc.Transparency = 0
  476. Orbd.Transparency = 0
  477. hed.Transparency = 0
  478. torso.Transparency = 0
  479. larm.Transparency = 0
  480. rarm.Transparency = 0
  481. lleg.Transparency = 0
  482. rleg.Transparency = 0
  483. chara.Humanoid.WalkSpeed = 0
  484. chara.Humanoid.JumpPower = 0
  485. end
  486.  
  487. if key == "q" and isdoingaction == true then
  488. isdoingaction = false
  489. Orbvc.Transparency = 0
  490. Orbd.Transparency = 0
  491. end
  492. end)
  493.  
  494. --Mouse Functions--
  495. while true do
  496. wait()
  497. chance = math.random(0,100)
  498. if chance < 10 then
  499. sel = math.random(1,3)
  500. if sel == 1 then
  501. tecks.Text = "ok"
  502. elseif sel == 2 then
  503. tecks.Text = "ok"
  504. elseif sel == 3 then
  505. tecks.Text = "ok"
  506. end
  507. else tecks.Text = "Stan"
  508. if chara.Humanoid.Health > 0 then
  509. chara.Humanoid.MaxHealth = math.huge
  510. chara.Humanoid.Health = math.huge
  511. end
  512. if game.Lighting:FindFirstChild("ColorCorrection") == nil then
  513. local l = Instance.new("ColorCorrectionEffect",game.Lighting)
  514. l.Contrast,l.Saturation,l.Brightness = 2, -0.75, 0.375
  515. l.TintColor = Color3.new(1,0,0)
  516. end
  517.  
  518. for i,v in pairs(chara:children()) do
  519. if v:IsA("Accessory") or v:IsA("Shirt") or v:IsA("Pants") or v:IsA("CharacterMesh")then
  520. v:Destroy()
  521. end
  522. end
  523. char.Head.face:Destroy()
  524. tecks.Position = UDim2.new(0,math.random(-1,1),0,math.random(-1,1))
  525. end
  526. end
  527.  
  528. -------------------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement