RobloxScripterAI
Discord ↗
Link Copied to Clipboard
×
"make black background gui"
local player = game.Players.LocalPlayer local screenGui = Instance.new("ScreenGui", player.PlayerGui) local background = Instance.new("Frame", screenGui) background.BackgroundColor3 = Color3.fromRGB(0, 0, 0) background.Size = UDim2.new(1, 0, 1, 0)