Facebook
From Cream Hamerkop, 1 Year ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 3775
  1. local ScreenGui = Instance.new("ScreenGui")
  2. local ImageLabel = Instance.new("ImageLabel")
  3.  
  4.  
  5. --Properties:
  6.  
  7. ScreenGui.Parent = game.CoreGui
  8. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  9. ScreenGui.IgnoreGuiInset = true
  10. ScreenGui.DisplayOrder = 1000
  11.  
  12. ImageLabel.Parent = ScreenGui
  13. ImageLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  14. ImageLabel.Size = UDim2.new(1, 0, 1, 0)
  15. ImageLabel.Image = "rbxassetid://9873588996"