Advertisement
Techxual

Untitled

Apr 24th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. -- Farewell infortality
  2. -- Revamp by ImFrostic, Version 2.8
  3.  
  4. -- Objects
  5.  
  6. local ScreenGui = Instance.new("ScreenGui")
  7. local Frame = Instance.new("Frame")
  8.  
  9. -- Properties
  10.  
  11. ScreenGui.Parent = game.StarterGui
  12.  
  13. Frame.Parent = ScreenGui
  14. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  15. Frame.Position = UDim2.new(0.736346543, 0, 0.189723313, 0)
  16. Frame.Size = UDim2.new(0, 220, 0, 315)
  17.  
  18. -- Scripts
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement