Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function SCRIPT_YSTO66_FAKESCRIPT() -- magingui.LocalScript
- local script = Instance.new('LocalScript')
- script.Parent = magingui
- while wait(1) do
- script.Parent.BackgroundColor3 = Color3.fromHSV(math.random(100)/100,1,1)
- end
- end
- coroutine.resume(coroutine.create(SCRIPT_YSTO66_FAKESCRIPT))
Advertisement
Add Comment
Please, Sign In to add comment