Advertisement
okban

Untitled

May 10th, 2018
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.18 KB | None | 0 0
  1. plr = game.Players.LocalPlayer
  2.  
  3. local ScreenGui = Instance.new("ScreenGui")
  4. local Frame = Instance.new("Frame")
  5. local ImageLabel = Instance.new("ImageLabel")
  6. local TextButton = Instance.new("TextButton")
  7.  
  8.  
  9. ScreenGui.Parent = game.StarterGui
  10.  
  11. Frame.Parent = ScreenGui
  12. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  13. Frame.BackgroundTransparency = 1
  14. Frame.Draggable = true
  15. Frame.Active = true
  16. Frame.Position = UDim2.new(0.261003077, 0, 0.17109634, 0)
  17. Frame.Size = UDim2.new(0, 509, 0, 365)
  18.  
  19. ImageLabel.Parent = Frame
  20. ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  21. ImageLabel.BackgroundTransparency = 1
  22. ImageLabel.Position = UDim2.new(0.5, -248, 0.5, -174)
  23. ImageLabel.Size = UDim2.new(0, 497, 0, 347)
  24. ImageLabel.ZIndex = 7
  25. ImageLabel.Image = "rbxassetid://1746895871"
  26. ImageLabel.ImageTransparency = 0.10000000149012
  27.  
  28. TextButton.Parent = ImageLabel
  29. TextButton.BackgroundColor3 = Color3.new(1, 1, 1)
  30. TextButton.BackgroundTransparency = 1
  31. TextButton.Position = UDim2.new(0, 0, 0.948126793, 0)
  32. TextButton.Size = UDim2.new(0, 77, 0, 18)
  33. TextButton.Font = Enum.Font.SourceSans
  34. TextButton.TextTransparency = 1
  35.  
  36. TextButton.MouseButton1Click:connect(function()
  37. print("nani")
  38. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement