Advertisement
dkg_yt

Untitled

Nov 16th, 2019
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. -- Instances:
  2.  
  3. local ScreenGui = Instance.new("ScreenGui")
  4. local ImageLabel = Instance.new("ImageLabel")
  5.  
  6. --Properties:
  7.  
  8. ScreenGui.Parent = game.Workspace
  9. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  10.  
  11. ImageLabel.Parent = ScreenGui
  12. ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  13. ImageLabel.BackgroundTransparency = 1
  14. ImageLabel.Position = UDim2.new(0, 0,0.971, 0)
  15. ImageLabel.Size = UDim2.new(0, 0,0.971, 0)
  16. ImageLabel.Image = "rbxassetid://4398002628"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement