Advertisement
sIendytubble

are you ready for freddy

Jun 21st, 2020
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.29 KB | None | 0 0
  1. -- are you ready for freddy
  2. text = "are you ready for freddy"
  3. for i,v in pairs(game.Players:GetChildren()) do
  4. if not v.PlayerGui:FindFirstChild("freddy") then
  5. coroutine.resume(coroutine.create(function()
  6. ScreenGui0 = Instance.new("ScreenGui")
  7. Frame1 = Instance.new("Frame")
  8. ImageLabel2 = Instance.new("ImageLabel")
  9. TextLabel3 = Instance.new("TextLabel")
  10. TextLabel4 = Instance.new("TextLabel")
  11. ScreenGui0.Name = "freddy"
  12. ScreenGui0.Parent = v.PlayerGui
  13. ScreenGui0.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  14. Frame1.Parent = ScreenGui0
  15. Frame1.Position = UDim2.new(0, 0, 0.662995577, 0)
  16. Frame1.Size = UDim2.new(1, 0, 0.116740085, 100)
  17. Frame1.BackgroundColor = BrickColor.new("Really black")
  18. Frame1.BackgroundColor3 = Color3.new(0, 0, 0)
  19. ImageLabel2.Parent = Frame1
  20. ImageLabel2.Position = UDim2.new(0.0190476198, 0, 0.111111112, 0)
  21. ImageLabel2.Size = UDim2.new(0, 151, 0, 121)
  22. ImageLabel2.BackgroundColor = BrickColor.new("Institutional white")
  23. ImageLabel2.BackgroundColor3 = Color3.new(1, 1, 1)
  24. ImageLabel2.Image = "rbxassetid://881992650"
  25. TextLabel3.Parent = ImageLabel2
  26. TextLabel3.Position = UDim2.new(0, 0, 0.834710717, 0)
  27. TextLabel3.Size = UDim2.new(1, 0, 0.165289253, 0)
  28. TextLabel3.BackgroundColor = BrickColor.new("Institutional white")
  29. TextLabel3.BackgroundColor3 = Color3.new(1, 1, 1)
  30. TextLabel3.BackgroundTransparency = 1
  31. TextLabel3.Font = Enum.Font.Arcade
  32. TextLabel3.FontSize = Enum.FontSize.Size32
  33. TextLabel3.Text = "FREDDY"
  34. TextLabel3.TextColor = BrickColor.new("Institutional white")
  35. TextLabel3.TextColor3 = Color3.new(1, 1, 1)
  36. TextLabel3.TextSize = 30
  37. TextLabel3.TextXAlignment = Enum.TextXAlignment.Right
  38. TextLabel4.Parent = Frame1
  39. TextLabel4.Position = UDim2.new(0.224489793, 0, 0, 0)
  40. TextLabel4.Size = UDim2.new(0, 431, 0, 50)
  41. TextLabel4.BackgroundColor = BrickColor.new("Institutional white")
  42. TextLabel4.BackgroundColor3 = Color3.new(1, 1, 1)
  43. TextLabel4.BackgroundTransparency = 1
  44. TextLabel4.Font = Enum.Font.Arcade
  45. TextLabel4.FontSize = Enum.FontSize.Size32
  46. TextLabel4.TextColor = BrickColor.new("Institutional white")
  47. TextLabel4.TextColor3 = Color3.new(1, 1, 1)
  48. TextLabel4.TextSize = 30
  49. TextLabel4.TextXAlignment = Enum.TextXAlignment.Left
  50. for i=1,#text do
  51. TextLabel4.Text = string.sub(text,1,i)
  52. wait()
  53. end
  54. wait(4)
  55. ScreenGui0:Destroy()
  56. end))
  57. end
  58. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement