Advertisement
Guest User

Untitled

a guest
May 20th, 2019
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1. --- Bypass Lolll
  2. local SreenGui = Instance.new("ScreenGui")
  3. local guiframe = Instance.new("Frame")
  4.  
  5. guiframe.Name = "guiframe"
  6. guiframe.Parent = SreenGui
  7. guiframe.Active = true
  8. guiframe.BackgroundColor3 = Color3.new(255,255,255)
  9. guiframe.BorderSizePixel = 5
  10. guiframe.Draggable = true
  11. guiframe.Position = UDim2.new(0.319, 0,0.405 , 0)
  12. guiframe.Selectable = true
  13. guiframe.Size = UDim2.new(0, 153,0, 50)
  14.  
  15.  
  16. RemoveBaseplate.Name = "RemoveBasplate"
  17. RemoveBaseplate.Parent = guiframe
  18. RemoveBaseplate.BackgroundColor3 = Color3.new(255,255,255)
  19. RemoveBaseplate.BorderSizePixel = 1
  20. RemoveBaseplate.Position = UDim2.new(0.319, 0,0.405, 0)
  21. RemoveBaseplate.Size = UDim2.new(0,153,0,50)
  22. RemoveBaseplate.Font = Enum.Font.SourceSans
  23. RemoveBaseplate.FontSize = Enum.FontSize.Size32
  24. RemoveBaseplate.TextColor3 = Color3.new(0,170,255)
  25. RemoveBaseplate.TextSize = 20
  26.  
  27.  
  28. script.Parent.MouseButton1Click:connect(function()
  29. game.Workspace.Baseplate.Anchored = false
  30. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement