Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Instances:
- local MessageE = Instance.new("ScreenGui")
- local Text = Instance.new("ImageLabel")
- --Properties:
- MessageE.Name = "GBS"
- MessageE.Parent = owner:WaitForChild("PlayerGui")
- MessageE.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- Text.Name = "Text"
- Text.Parent = MessageE
- Text.BackgroundTransparency = 0
- Text.BorderSizePixel = 0
- Text.Size = UDim2.new(1, 0, 1, 0)
- 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