Advertisement
DoodooButter69S

Simple Night mode script for roblox ( MAKES THINGS YELLOWISH )

Jan 27th, 2021 (edited)
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3.2
  3.  
  4. -- Instances:
  5.  
  6. local ScreenGui = Instance.new("ScreenGui")
  7. local Frame = Instance.new("Frame")
  8.  
  9. --Properties:
  10.  
  11. ScreenGui.Parent = game.CoreGui
  12. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  13.  
  14. Frame.Parent = ScreenGui
  15. Frame.BackgroundColor3 = Color3.fromRGB(104, 125, 10)
  16. Frame.BackgroundTransparency = 0.800
  17. Frame.Position = UDim2.new(-1.67867303, 0, -1.97523224, 0)
  18. Frame.Size = UDim2.new(5.63222742, 0, 5.46233225, 0)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement