Advertisement
killerbrenden

Angry | Happy

Feb 19th, 2018
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.01 KB | None | 0 0
  1. -- Billboard GUI
  2. local BG = Instance.new("BillboardGui")
  3. BG.Name = "Title"
  4. BG.Parent = game.Players.LocalPlayer.Character.Head
  5. BG.Size = UDim2.new(0,250,0,200)
  6. BG.StudsOffset = Vector3.new(0,2.1,0)
  7. -- TextLabel
  8. local TL = Instance.new("TextLabel")
  9. TL.Name = "Namer"
  10. TL.BackgroundTransparency = 1
  11. TL.BorderSizePixel = 2
  12. TL.BackgroundColor3 = Color3.new(5,10,235)
  13. TL.BorderColor3 = Color3.new(15,20,245)
  14. TL.TextScaled = true
  15. TL.TextWrapped = true
  16. TL.Font = Enum.Font.Antique
  17. TL.Parent = BG
  18. TL.Size = UDim2.new(1,0,1,0)
  19. TL.TextStrokeTransparency = 0
  20. TL.TextStrokeColor3 = Color3.new(2.5,5,200)
  21. TL.TextStrokeColor3 = Color3.new(0,0,255)
  22. TL.TextStrokeTransparency = 0.1
  23. --Script
  24. while true do
  25. --Happy
  26. if game.Players.LocalPlayer.Character.Humanoid.Health > 99 then
  27. warn("Mood - Happy")
  28. TL.Text = "im happy"
  29. game.Lighting.TimeOfDay = "12:00:00"
  30. game.Lighting.Ambient = Color3.new(255,255,255)
  31. game.Lighting.Brightness = 1
  32. game.Lighting.FogStart = 0
  33. game.Lighting.FogEnd = 100000000
  34. game.Lighting.FogColor = Color3.new(0,0,0)
  35. game.Players.LocalPlayer.Character.Torso.BrickColor = BrickColor.new(226,155,64)
  36. game.Players.LocalPlayer.Character.Torso.Reflectance = 0
  37. game.Players.LocalPlayer.Character.Torso.Transparency = 0
  38. game.Players.LocalPlayer.Character.Head.BrickColor = BrickColor.new(226,155,64)
  39. game.Players.LocalPlayer.Character.Head.Reflectance = 0
  40. game.Players.LocalPlayer.Character.Head.Transparency = 0
  41. game.Players.LocalPlayer.Character["Left Arm"].BrickColor = BrickColor.new(226,155,64)
  42. game.Players.LocalPlayer.Character["Left Arm"].Reflectance = 0
  43. game.Players.LocalPlayer.Character["Left Arm"].Transparency = 0
  44. game.Players.LocalPlayer.Character["Right Arm"].BrickColor = BrickColor.new(226,155,64)
  45. game.Players.LocalPlayer.Character["Right Arm"].Reflectance = 0
  46. game.Players.LocalPlayer.Character["Right Arm"].Transparency = 0
  47. game.Players.LocalPlayer.Character["Right Leg"].BrickColor = BrickColor.new(226,155,64)
  48. game.Players.LocalPlayer.Character["Right Leg"].Reflectance = 0
  49. game.Players.LocalPlayer.Character["Right Leg"].Transparency = 0
  50. game.Players.LocalPlayer.Character["Left Leg"].BrickColor = BrickColor.new(226,155,64)
  51. game.Players.LocalPlayer.Character["Left Leg"].Reflectance = 0
  52. game.Players.LocalPlayer.Character["Left Leg"].Transparency = 0
  53. local SB = game.Lighting:WaitForChild("Angry")
  54. SB:Destroy()
  55. local SPH = Instance.new("Sound")
  56. SPH.Looped = true
  57. SPH.MaxDistance = 10000
  58. SPH.MinDistance = 0
  59. SPH.Name = "Happy"
  60. SPH.Parent = game.Workspace
  61. SPH.Volume = 10
  62. SPH.SoundId = "rbxassetid://142405309"
  63. SPH.EmitterSize = 100
  64. SPH:Play()
  65. local SPA = game.Workspace:WaitForChild("Angry")
  66. SPA:Stop()
  67. --Angry
  68. elseif game.Players.LocalPlayer.Character.Humanoid.Health < 100 then
  69. warn("Mood - Angry")
  70. TL.Text = "IM ANGRY"
  71. game.Lighting.TimeOfDay = "00:00:00"
  72. game.Lighting.Ambient = Color3.new(0,0,0)
  73. game.Lighting.Brightness = 0
  74. game.Lighting.FogStart = 0
  75. game.Lighting.FogEnd = 75
  76. game.Lighting.FogColor = Color3.new(0,0,0)
  77. game.Players.LocalPlayer.Character.Torso.BrickColor = BrickColor.new(0,0,0)
  78. game.Players.LocalPlayer.Character.Torso.Reflectance = 0.5
  79. game.Players.LocalPlayer.Character.Torso.Transparency = 0.75
  80. game.Players.LocalPlayer.Character.Head.BrickColor = BrickColor.new(0,0,0)
  81. game.Players.LocalPlayer.Character.Head.Reflectance = 0.5
  82. game.Players.LocalPlayer.Character.Head.Transparency = 0.75
  83. game.Players.LocalPlayer.Character["Left Arm"].BrickColor = BrickColor.new(0,0,0)
  84. game.Players.LocalPlayer.Character["Left Arm"].Reflectance = 0.5
  85. game.Players.LocalPlayer.Character["Left Arm"].Transparency = 0.75
  86. game.Players.LocalPlayer.Character["Right Arm"].BrickColor = BrickColor.new(0,0,0)
  87. game.Players.LocalPlayer.Character["Right Arm"].Reflectance = 0.5
  88. game.Players.LocalPlayer.Character["Right Arm"].Transparency = 0.75
  89. game.Players.LocalPlayer.Character["Right Leg"].BrickColor = BrickColor.new(0,0,0)
  90. game.Players.LocalPlayer.Character["Right Leg"].Reflectance = 0.5
  91. game.Players.LocalPlayer.Character["Right Leg"].Transparency = 0.75
  92. game.Players.LocalPlayer.Character["Left Leg"].BrickColor = BrickColor.new(0,0,0)
  93. game.Players.LocalPlayer.Character["Left Leg"].Reflectance = 0.5
  94. game.Players.LocalPlayer.Character["Left Leg"].Transparency = 0.75
  95. local SB = Instance.new("Sky")
  96. SB.CelestialBodiesShown = true
  97. SB.Parent = game.Lighting
  98. SB.MoonAngularSize = 60
  99. SB.Name = "Angry"
  100. SB.SkyboxBk = "rbxassetid://1347188072"
  101. SB.SkyboxDn = "rbxassetid://1347188072"
  102. SB.SkyboxFt = "rbxassetid://1347188072"
  103. SB.SkyboxLf = "rbxassetid://1347188072"
  104. SB.SkyboxRt = "rbxassetid://1347188072"
  105. SB.SkyboxUp = "rbxassetid://1347188072"
  106. SB.StarCount = 5000
  107. SB.SunAngularSize = 60
  108. local SPA = Instance.new("Sound")
  109. SPA.Looped = true
  110. SPA.MaxDistance = 10000
  111. SPA.MinDistance = 0
  112. SPA.Name = "Angry"
  113. SPA.Parent = game.Workspace
  114. SPA.Volume = 10
  115. SPA.SoundId = "rbxassetid://130818250"
  116. SPA.EmitterSize = 100
  117. SPA:Play()
  118. local SPH = game.Workspace:WaitForChild("Happy")
  119. SPH:Stop()
  120. end
  121. wait()
  122. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement