Advertisement
nguyenminhnghia

lưu ý làm gui

Feb 4th, 2019
279
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. rainbow Text -- Thêm local script vào Text
  2. while wait(1) do
  3. script.Parent.TextColor3 = Color3.fromHSV(math.random(80)/100,1,1)
  4. end
  5.  
  6. rainbow background -- Thêm local script vào button và frame c?n rainbow
  7. while wait(1) do
  8. script.Parent.BackgroundColor3 = Color3.fromHSV(math.random(100)/100,1,1)
  9. end
  10.  
  11. Gui close và open
  12.  
  13. close maingui
  14.  
  15. MainFrame.Visible = false
  16. Opengui.Visible = true
  17.  
  18. open maingui
  19.  
  20.  
  21. MainFrame.Visible = true
  22. Opengui.Visible = false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement