Hasli4

Untitled

Jul 26th, 2026
8
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. print("Client script started")
  2.  
  3. local gui = script.Parent
  4. gui.Enabled = true
  5. gui.ResetOnSpawn = false
  6.  
  7. local mainFrame = gui:WaitForChild("MainFrame")
  8. mainFrame.Visible = true
  9. mainFrame.BackgroundTransparency = 0
  10. mainFrame.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  11. mainFrame.Size = UDim2.fromOffset(600, 400)
  12. mainFrame.AnchorPoint = Vector2.new(0.5, 0.5)
  13. mainFrame.Position = UDim2.fromScale(0.5, 0.5)
  14.  
  15. print("GUI forced visible")
Advertisement
Add Comment
Please, Sign In to add comment