Advertisement
Pokecenter

Untitled

Nov 16th, 2018
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local open = Instance.new("ScreenGui")
  5. local open2 = Instance.new("TextButton")
  6. --Properties:
  7. open.Name = "open"
  8. open.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  9.  
  10. open2.Name = "open2"
  11. open2.Parent = open
  12. open2.BackgroundColor3 = Color3.new(0.333333, 1, 0)
  13. open2.Position = UDim2.new(0.0084566595, 0, 0.569823444, 0)
  14. open2.Size = UDim2.new(0, 55, 0, 27)
  15. open2.Font = Enum.Font.SourceSans
  16. open2.Text = "OPEN"
  17. open2.TextColor3 = Color3.new(0, 0, 0)
  18. open2.TextSize = 14
  19.  
  20. local v = game.Players.LocalPlayer.PlayerGui
  21. local vv = v.open.open2
  22. local vvv = game:GetService("CoreGui").RobloxGui.RobloxGui
  23.  
  24. vv.MouseButton1Click:connect(function()
  25. vvv.Visible = true
  26. wait(.1)
  27. vv:Destroy()
  28. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement