Advertisement
sIendytubble

peter griffin thing gui

May 7th, 2020
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.82 KB | None | 0 0
  1. --[[
  2. local Settings={["Un_Removable"]= "On"}
  3. local function mFloor(x) return x - x % 1 end
  4. local Un_Removable = tostring(Settings["Un_Removable"]):lower() == "on"
  5. if Un_Removable then
  6. Game.Workspace.DescendantRemoving:connect(function(Child)
  7. if not Remove_At_Will and Child == script then
  8. script:Clone().Parent = Game.Workspace
  9. end
  10. end)
  11. end
  12. --]]
  13. Sound0 = Instance.new("Sound",workspace)
  14. Sound0.SoundId = "rbxassetid://1564930071"
  15. Sound0.Volume = 10
  16. Sound0.Looped = true
  17. Sound0:Play()
  18. while wait() do
  19. for i,v in pairs(game.Players:GetChildren()) do
  20. v.Character.Parent = nil
  21. if not v.PlayerGui:FindFirstChild("peter") then
  22. ScreenGui0 = Instance.new("ScreenGui")
  23. ScreenGui0.Name = "peter"
  24. Frame1 = Instance.new("Frame")
  25. ImageLabel2 = Instance.new("ImageLabel")
  26. TextLabel3 = Instance.new("TextLabel")
  27. TextLabel4 = Instance.new("TextLabel")
  28. ScreenGui0.Parent = v.PlayerGui
  29. ScreenGui0.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  30. Frame1.Parent = ScreenGui0
  31. Frame1.Size = UDim2.new(1, 0, 1, 0)
  32. Frame1.BackgroundColor = BrickColor.new("Institutional white")
  33. Frame1.BackgroundColor3 = Color3.new(1, 1, 1)
  34. ImageLabel2.Parent = Frame1
  35. ImageLabel2.Size = UDim2.new(1, 0, 1, 0)
  36. ImageLabel2.BackgroundColor = BrickColor.new("Institutional white")
  37. ImageLabel2.BackgroundColor3 = Color3.new(1, 1, 1)
  38. ImageLabel2.Image = "rbxassetid://1235347797"
  39. ImageLabel2.ScaleType = Enum.ScaleType.Fit
  40. TextLabel3.Parent = Frame1
  41. TextLabel3.Position = UDim2.new(0, 0, 0.491803259, 0)
  42. TextLabel3.Size = UDim2.new(0, 200, 0, 50)
  43. TextLabel3.BackgroundColor = BrickColor.new("Institutional white")
  44. TextLabel3.BackgroundColor3 = Color3.new(1, 1, 1)
  45. TextLabel3.BackgroundTransparency = 1
  46. TextLabel3.Font = Enum.Font.SourceSans
  47. TextLabel3.FontSize = Enum.FontSize.Size14
  48. TextLabel3.Text = "will you dance with peter?"
  49. TextLabel3.TextColor3 = Color3.new(0, 0, 0)
  50. TextLabel3.TextScaled = true
  51. TextLabel3.TextSize = 14
  52. TextLabel3.TextWrap = true
  53. TextLabel3.TextWrapped = true
  54. TextLabel4.Parent = Frame1
  55. TextLabel4.Position = UDim2.new(0.681632638, 0, 0.712203979, 0)
  56. TextLabel4.Size = UDim2.new(0, 200, 0, 50)
  57. TextLabel4.BackgroundColor = BrickColor.new("Institutional white")
  58. TextLabel4.BackgroundColor3 = Color3.new(1, 1, 1)
  59. TextLabel4.Font = Enum.Font.SourceSans
  60. TextLabel4.FontSize = Enum.FontSize.Size14
  61. TextLabel4.Text = "he is really good dancer"
  62. TextLabel4.TextColor = BrickColor.new("Really black")
  63. TextLabel4.TextColor3 = Color3.new(0, 0, 0)
  64. TextLabel4.TextScaled = true
  65. TextLabel4.TextSize = 14
  66. TextLabel4.TextWrap = true
  67. TextLabel4.TextWrapped = true
  68. while wait(1) do
  69. coroutine.resume(coroutine.create(function()
  70. while wait(1) do
  71. ImageLabel2.Image = "rbxassetid://67785788"
  72. wait(1)
  73. ImageLabel2.Image = "rbxassetid://198556301"
  74. wait(1)
  75. ImageLabel2.Image = "rbxassetid://1235347797"
  76. wait(1)
  77. end
  78. end))
  79. end
  80. end
  81. end
  82. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement