VanThangzxc

Gui Rainbow

Jan 25th, 2019
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. function SCRIPT_YSTO66_FAKESCRIPT() -- magingui.LocalScript
  2. local script = Instance.new('LocalScript')
  3. script.Parent = magingui
  4. while wait(1) do
  5. script.Parent.BackgroundColor3 = Color3.fromHSV(math.random(100)/100,1,1)
  6. end
  7.  
  8.  
  9. end
  10. coroutine.resume(coroutine.create(SCRIPT_YSTO66_FAKESCRIPT))
Advertisement
Add Comment
Please, Sign In to add comment