Advertisement
asdasdaaa11

big die

Dec 21st, 2019
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.09 KB | None | 0 0
  1. wait (0.1)
  2. local gay = game.Workspace.Zhlask
  3. local tor = gay["Torso"]
  4. local larm = gay["Left Arm"]
  5. local rarm = gay["Right Arm"]
  6. local lleg = gay["Left Leg"]
  7. local rleg = gay["Right Leg"]
  8. frick=Instance.new("ForceField",gay)
  9. f=Instance.new("BillboardGui",gay.Head)
  10. f.Name = "gayboi"
  11. f.Size = UDim2.new(0,200,0,50)
  12. f.StudsOffset = Vector3.new(0,2,0)
  13. g=Instance.new("TextBox",gay.Head.gayboi)
  14. g.Size = UDim2.new(0,200,0,50)
  15. g.BackgroundTransparency = 1
  16. g.Text = "Don't touch me homosexuals"
  17. g.TextColor3 = Color3.new(255,0,0)
  18. g.TextSize = 28
  19. function dmg(hit)
  20. if hit.Parent ~= nil then
  21. local hum = hit.Parent:findFirstChild("Humanoid")
  22. if hum ~= nil then
  23. if hum.Parent.Name == Zhlask then
  24. return
  25. else
  26. g.Text = "WHAT DID I SAY?"
  27. local explode = Instance.new("Sound",workspace)
  28. explode.SoundId = "rbxassetid://2648563122"
  29. explode.Volume = 0.5
  30. explode.Playing = true;
  31. explode.PlaybackSpeed = 1.3
  32. local compressor = Instance.new("CompressorSoundEffect",explode)
  33. compressor.Attack = 1
  34. local reverb = Instance.new("ReverbSoundEffect",explode)
  35. reverb.DecayTime = 3
  36. local oof = Instance.new("Part",workspace)
  37. oof.Size = Vector3.new(7,7,7)
  38. oof.Shape = "Ball"
  39. oof.BrickColor = BrickColor.new("White")
  40. oof.Anchored = true
  41. oof.Position=Vector3.new(-1000,0,0)
  42. oof.Position = hum.Parent.Torso.Position
  43. if hum then
  44. hum.Parent:Destroy()
  45. oof.Material = "Neon"
  46. oof.CanCollide = false
  47. oof.Transparency = 0
  48. wait(0.01)
  49. oof.Transparency = 0.1
  50. wait(0.01)
  51. oof.Transparency = 0.2
  52. wait(0.01)
  53. oof.Transparency = 0.3
  54. wait(0.01)
  55. oof.Transparency = 0.4
  56. wait(0.01)
  57. oof.Transparency = 0.5
  58. wait(0.01)
  59. oof.Transparency = 0.6
  60. wait(0.01)
  61. oof.Transparency = 0.7
  62. wait(0.01)
  63. oof.Transparency = 0.8
  64. wait(0.01)
  65. oof.Transparency = 0.9
  66. wait(0.01)
  67. oof.Transparency = 1
  68. wait(0.01)
  69. oof:Destroy()
  70. g.Text = "Don't touch me homosexuals"
  71. wait(2.8)
  72. explode:Destroy()
  73. end
  74. end
  75. end
  76. end
  77. end
  78. gay.Humanoid.WalkSpeed = 100
  79.  
  80.  
  81.  
  82. rleg.Touched:connect(dmg)
  83. lleg.Touched:connect(dmg)
  84. rarm.Touched:connect(dmg)
  85. larm.Touched:connect(dmg)
  86. tor.Touched:connect(dmg)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement