0lf3_

+1 Robux (WORKS ONLY IN R6 GAMES)

Jun 5th, 2022 (edited)
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. -- Script Made By 0lf3
  2.  
  3. local ScreenGui = Instance.new("ScreenGui")
  4. local Main = Instance.new("Frame")
  5. local ImageLabel = Instance.new("ImageLabel")
  6.  
  7. --Properties:
  8.  
  9. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  10.  
  11. Main.Name = "Main"
  12. Main.Parent = ScreenGui
  13. Main.BackgroundColor3 = Color3.fromRGB(35, 35, 35)
  14. Main.BorderColor3 = Color3.fromRGB(0, 0, 0)
  15. Main.Size = UDim2.new(0, 1330, 0, 637)
  16. Main.Active = true
  17. Main.Draggable = false
  18.  
  19. ImageLabel.Parent = Main
  20. ImageLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  21. ImageLabel.Size = UDim2.new(0, 1599, 0, 732)
  22. ImageLabel.Image = "http://www.roblox.com/asset/?id=8994037974"
Add Comment
Please, Sign In to add comment