SebTDZ

Untitled

Jul 19th, 2019
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.  
  2.     -- Instances:
  3.     local MessageE = Instance.new("ScreenGui")
  4.     local Text = Instance.new("ImageLabel")
  5.     --Properties:
  6.     MessageE.Name = "GBS"
  7.     MessageE.Parent = owner:WaitForChild("PlayerGui")
  8.     MessageE.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  9.    
  10.     Text.Name = "Text"
  11.     Text.Parent = MessageE
  12.     Text.BackgroundTransparency = 0
  13.     Text.BorderSizePixel = 0
  14.     Text.Size = UDim2.new(1, 0, 1, 0)
  15.     Text.Image = "https://www.freepngimg.com/thumb/internet_meme/4-2-yao-ming-meme-png-thumb.png"
Advertisement
Add Comment
Please, Sign In to add comment