Advertisement
badgerscript

Phrases GUI

Oct 17th, 2019
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.43 KB | None | 0 0
  1. local ScreenGui = Instance.new("ScreenGui")
  2. local Frame = Instance.new("Frame")
  3. local TextLabel = Instance.new("TextLabel")
  4. local TextButton = Instance.new("TextButton")
  5. local TextButton_2 = Instance.new("TextButton")
  6. local TextButton_3 = Instance.new("TextButton")
  7. local TextButton_4 = Instance.new("TextButton")
  8. local TextButton_5 = Instance.new("TextButton")
  9. local TextButton_6 = Instance.new("TextButton")
  10. local CPP = Instance.new("TextButton")
  11.  
  12. Frame.Parent = ScreenGui
  13. Frame.BackgroundColor3 = Color3.new(0.0313726, 0.0313726, 0.0313726)
  14. Frame.Position = UDim2.new(0.896417439, 0, 0.791154742, 0)
  15. Frame.Size = UDim2.new(0, 125, 0, 163)
  16. Frame.Style = Enum.FrameStyle.RobloxRound
  17.  
  18. TextLabel.Parent = Frame
  19. TextLabel.BackgroundColor3 = Color3.new(0.0941177, 0.0941177, 0.0941177)
  20. TextLabel.BackgroundTransparency = 1
  21. TextLabel.BorderSizePixel = 0
  22. TextLabel.Position = UDim2.new(-0.064000003, 0, -0.0490797535, 0)
  23. TextLabel.Size = UDim2.new(0, 125, 0, 22)
  24. TextLabel.Font = Enum.Font.GothamBold
  25. TextLabel.Text = "Phrases pigeon#8901"
  26. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  27. TextLabel.TextScaled = true
  28. TextLabel.TextSize = 14
  29. TextLabel.TextWrapped = true
  30.  
  31. CPP.Name = "CPP"
  32. CPP.Parent = PAB
  33. CPP.BackgroundColor3 = Color3.new(1, 0, 0)
  34. CPP.BorderColor3 = Color3.new(1, 1, 1)
  35. CPP.Position = UDim2.new(1.52407253, 0, -1.30624938, 0)
  36. CPP.Size = UDim2.new(0, 49, 0, 50)
  37. CPP.Visible = false
  38. CPP.Font = Enum.Font.SourceSansBold
  39. CPP.Text = "Close Phrases"
  40. CPP.TextColor3 = Color3.new(1, 1, 1)
  41. CPP.TextScaled = true
  42. CPP.TextSize = 14
  43. CPP.TextWrapped = true
  44. CPP.MouseButton1Click:connect(function()
  45. Frame.Visible = false
  46. CPP.Visible = false
  47. end)
  48.  
  49.  
  50. TextButton.Parent = Frame
  51. TextButton.BackgroundColor3 = Color3.new(1, 1, 1)
  52. TextButton.Position = UDim2.new(0.05049707, 0, 0.112004369, 0)
  53. TextButton.Size = UDim2.new(0, 99, 0, 16)
  54. TextButton.Style = Enum.ButtonStyle.RobloxRoundButton
  55. TextButton.Font = Enum.Font.SourceSans
  56. TextButton.Text = "I'm not dying! YOU ARE!"
  57. TextButton.TextColor3 = Color3.new(0, 0, 0)
  58. TextButton.TextScaled = true
  59. TextButton.TextSize = 14
  60. TextButton.TextWrapped = true
  61. TextButton.MouseButton1Click:connect(function()
  62. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer(TextButton.Text, "All")
  63. end)
  64.  
  65. TextButton_2.Parent = Frame
  66. TextButton_2.BackgroundColor3 = Color3.new(1, 1, 1)
  67. TextButton_2.Position = UDim2.new(0.05049707, 0, 0.246973693, 0)
  68. TextButton_2.Size = UDim2.new(0, 99, 0, 16)
  69. TextButton_2.Style = Enum.ButtonStyle.RobloxRoundButton
  70. TextButton_2.Font = Enum.Font.SourceSans
  71. TextButton_2.Text = "Die die die! I'll play GOD!"
  72. TextButton_2.TextColor3 = Color3.new(0, 0, 0)
  73. TextButton_2.TextScaled = true
  74. TextButton_2.TextSize = 14
  75. TextButton_2.TextWrapped = true
  76. TextButton_2.MouseButton1Click:connect(function()
  77. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer(TextButton_2.Text, "All")
  78. end)
  79.  
  80. TextButton_3.Parent = Frame
  81. TextButton_3.BackgroundColor3 = Color3.new(1, 1, 1)
  82. TextButton_3.Position = UDim2.new(0.05049707, 0, 0.388077974, 0)
  83. TextButton_3.Size = UDim2.new(0, 99, 0, 16)
  84. TextButton_3.Style = Enum.ButtonStyle.RobloxRoundButton
  85. TextButton_3.Font = Enum.Font.SourceSans
  86. TextButton_3.Text = "You tried to test me? EAT MY DUST!"
  87. TextButton_3.TextColor3 = Color3.new(0, 0, 0)
  88. TextButton_3.TextScaled = true
  89. TextButton_3.TextSize = 14
  90. TextButton_3.TextWrapped = true
  91. TextButton_3.MouseButton1Click:connect(function()
  92. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer(TextButton_3.Text, "All")
  93. end)
  94.  
  95. TextButton_4.Parent = Frame
  96. TextButton_4.BackgroundColor3 = Color3.new(1, 1, 1)
  97. TextButton_4.Position = UDim2.new(0.0424970686, 0, 0.535317242, 0)
  98. TextButton_4.Size = UDim2.new(0, 99, 0, 16)
  99. TextButton_4.Style = Enum.ButtonStyle.RobloxRoundButton
  100. TextButton_4.Font = Enum.Font.SourceSans
  101. TextButton_4.Text = "You messed up, kid."
  102. TextButton_4.TextColor3 = Color3.new(0, 0, 0)
  103. TextButton_4.TextScaled = true
  104. TextButton_4.TextSize = 14
  105. TextButton_4.TextWrapped = true
  106. TextButton_4.MouseButton1Click:connect(function()
  107. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer(TextButton_4.Text, "All")
  108. end)
  109.  
  110. TextButton_5.Parent = Frame
  111. TextButton_5.BackgroundColor3 = Color3.new(1, 1, 1)
  112. TextButton_5.Position = UDim2.new(0.0424970686, 0, 0.688691497, 0)
  113. TextButton_5.Size = UDim2.new(0, 99, 0, 16)
  114. TextButton_5.Style = Enum.ButtonStyle.RobloxRoundButton
  115. TextButton_5.Font = Enum.Font.SourceSans
  116. TextButton_5.Text = "You sinned, pay with your blood!"
  117. TextButton_5.TextColor3 = Color3.new(0, 0, 0)
  118. TextButton_5.TextScaled = true
  119. TextButton_5.TextSize = 14
  120. TextButton_5.TextWrapped = true
  121. TextButton_5.MouseButton1Click:connect(function()
  122. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer(TextButton_5.Text, "All")
  123. end)
  124.  
  125. TextButton_6.Parent = Frame
  126. TextButton_6.BackgroundColor3 = Color3.new(1, 1, 1)
  127. TextButton_6.Position = UDim2.new(0.0424970686, 0, 0.829795778, 0)
  128. TextButton_6.Size = UDim2.new(0, 99, 0, 16)
  129. TextButton_6.Style = Enum.ButtonStyle.RobloxRoundButton
  130. TextButton_6.Font = Enum.Font.SourceSans
  131. TextButton_6.Text = "E-Girl down!"
  132. TextButton_6.TextColor3 = Color3.new(0, 0, 0)
  133. TextButton_6.TextScaled = true
  134. TextButton_6.TextSize = 14
  135. TextButton_6.TextWrapped = true
  136. TextButton_6.MouseButton1Click:connect(function()
  137. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer(TextButton_6.Text, "All")
  138. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement