Advertisement
Pokecenter

Untitled

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