Advertisement
Guest User

Untitled

a guest
Feb 21st, 2020
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3.2
  3.  
  4. -- Instances:
  5.  
  6. local ScreenGui = Instance.new("ScreenGui")
  7. local lol = Instance.new("ImageLabel")
  8. local TextLabel = Instance.new("TextLabel")
  9.  
  10. --Properties:
  11.  
  12. ScreenGui.Parent = game.Workspace
  13.  
  14. lol.Name = "lol"
  15. lol.Parent = ScreenGui
  16. lol.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  17. lol.Position = UDim2.new(0, 0, -0.0317725949, 0)
  18. lol.Size = UDim2.new(0, 1536, 0, 780)
  19. lol.Image = "http://www.roblox.com/asset/?id=4710135461"
  20.  
  21. TextLabel.Parent = lol
  22. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  23. TextLabel.BackgroundTransparency = 1.000
  24. TextLabel.Size = UDim2.new(0, 1536, 0, 780)
  25. TextLabel.Font = Enum.Font.SourceSans
  26. TextLabel.Text = "Get Giorno'd Stupid Nigger"
  27. TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
  28. TextLabel.TextSize = 100.000
  29. TextLabel.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement