how to make scrolling credits?

I am making the Menu, Settings, About, and Credit scenes for my game and was wondering if it was possible to make the credits scroll somthing to the effect of when a movie is done?.
Please any help is greatly appreciated preferably in Java Unityscript

Use GUI.BeginScrollView and modify the Vector2 scrollPosition over time.