Advertisement
Guest User

Untitled

a guest
Jun 26th, 2019
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local ScreenGui = Instance.new("ScreenGui")
  5. local ImageLabel = Instance.new("ImageLabel")
  6. --Properties:
  7. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  8. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  9.  
  10. ImageLabel.Parent = ScreenGui
  11. ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  12. ImageLabel.Size = UDim2.new(0, 748, 0, 694)
  13. ImageLabel.Image = "rbxassetid://924320031"
  14. -- Scripts:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement