Advertisement
jameswayne

KAT! BEST GUI

Jun 22nd, 2021
1,490
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.29 KB | None | 0 0
  1. -- Gui MADE BY JAMES WAYNE
  2. -- Version: 3.2
  3.  
  4. -- Instances:
  5.  
  6. local ScreenGui = Instance.new("ScreenGui")
  7. local main = Instance.new("Frame")
  8. local title = Instance.new("TextLabel")
  9. local button = Instance.new("ImageButton")
  10.  
  11. --Properties:
  12.  
  13. ScreenGui.Parent = game.CoreGui
  14.  
  15. main.Name = "main"
  16. main.Parent = ScreenGui
  17. main.BackgroundColor3 = Color3.fromRGB(0, 0, 255)
  18. main.BackgroundTransparency = 1.000
  19. main.Position = UDim2.new(0, 0, 0.362725496, 0)
  20. main.Size = UDim2.new(0, 102, 0, 117)
  21. main.Active = true
  22. main.Draggable = true
  23.  
  24. title.Name = "title"
  25. title.Parent = main
  26. title.BackgroundColor3 = Color3.fromRGB(0, 85, 255)
  27. title.BackgroundTransparency = 1.000
  28. title.Position = UDim2.new(-0.00373750576, 0, -0.00714254798, 0)
  29. title.Size = UDim2.new(0, 102, 0, 24)
  30. title.Font = Enum.Font.SourceSans
  31. title.Text = "CLICK ME!"
  32. title.TextColor3 = Color3.fromRGB(0, 0, 0)
  33. title.TextSize = 23.000
  34.  
  35. button.Name = "button"
  36. button.Parent = main
  37. button.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  38. button.Position = UDim2.new(0.00980392192, 0, 0.197985664, 0)
  39. button.Size = UDim2.new(0, 101, 0, 94)
  40. button.Image = "rbxassetid://6990918541"
  41. button.ImageTransparency = 0.100
  42. button.MouseButton1Down:connect(function()
  43. loadstring(game:HttpGet("https://pastebin.com/raw/6rd91GZx", true))()
  44. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement