Advertisement
Guest User

Untitled

a guest
Feb 28th, 2020
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. local Frame = Instance.new("ScreenGui")
  2. local Frame = Instance.new("Script")
  3. Frame.Name = "Frame"
  4. Frame.Active = true
  5. Frame.BackgroundColor3 = Color3.new(255, 255, 255)
  6. Frame.BorderColor3 = Color3.new(27, 42, 53)
  7. Frame.BorderSizePixel = 1
  8. Frame.Position = UDim2.new(0.016, 0, 0.518, 0)
  9. Frame.Size = UDim2.new(0, 356, 0, 225)
  10. Frame.Active = true
  11. Frame.Draggable = true
  12.  
  13.  
  14.  
  15. --Active is not a valid member of ScreenGui
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement