Advertisement
Guest User

Untitled

a guest
Nov 16th, 2018
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local openz = Instance.new("ScreenGui")
  5. local Frame = Instance.new("Frame")
  6. local openi = Instance.new("TextBox")
  7. --Properties:
  8. openz.Name = "openz"
  9. openz.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  10.  
  11. Frame.Parent = openz
  12. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  13. Frame.Position = UDim2.new(0.734672248, 0, 0.910112321, 0)
  14. Frame.Size = UDim2.new(0, 61, 0, 31)
  15.  
  16. openi.Name = "openi"
  17. openi.Parent = Frame
  18. openi.BackgroundColor3 = Color3.new(0.862745, 0.823529, 0.705882)
  19. openi.BorderColor3 = Color3.new(0.54902, 0.470588, 0.392157)
  20. openi.BorderSizePixel = 2
  21. openi.Size = UDim2.new(0, 61, 0, 31)
  22. openi.Font = Enum.Font.SourceSans
  23. openi.Text = "OPEN"
  24. openi.TextColor3 = Color3.new(0, 0, 0)
  25. openi.TextSize = 14
  26.  
  27. openi.MouseButton1Click:connect(function()
  28. openi.Visible = false
  29. wait(.1)
  30. tnfg.Visible = true
  31. tnfg.Parent.bg.Visible = true
  32. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement