Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- print("Client script started")
- local gui = script.Parent
- gui.Enabled = true
- gui.ResetOnSpawn = false
- local mainFrame = gui:WaitForChild("MainFrame")
- mainFrame.Visible = true
- mainFrame.BackgroundTransparency = 0
- mainFrame.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
- mainFrame.Size = UDim2.fromOffset(600, 400)
- mainFrame.AnchorPoint = Vector2.new(0.5, 0.5)
- mainFrame.Position = UDim2.fromScale(0.5, 0.5)
- print("GUI forced visible")
Advertisement
Add Comment
Please, Sign In to add comment