Advertisement
Guest User

Untitled

a guest
Feb 20th, 2020
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1.  
  2.  
  3.  
  4. local ScreenGui = Instance.new("ScreenGui")
  5. local ImageLabel = Instance.new("ImageLabel")
  6. local TextLabel = Instance.new("TextLabel")
  7.  
  8.  
  9. ScreenGui.Parent = game.CoreGui
  10.  
  11. ImageLabel.Parent = ScreenGui
  12. ImageLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  13. ImageLabel.BackgroundTransparency = 1.000
  14. ImageLabel.Size = UDim2.new(0, 1265, 0, 597)
  15. ImageLabel.Image = "http://www.roblox.com/asset/?id=4710135461"
  16.  
  17. TextLabel.Parent = ScreenGui
  18. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  19. TextLabel.BackgroundTransparency = 0.990
  20. TextLabel.Size = UDim2.new(0, 1265, 0, 597)
  21. TextLabel.Font = Enum.Font.SourceSans
  22. TextLabel.Text = "Get Giorno'd Nigger"
  23. TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
  24. TextLabel.TextSize = 100.000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement