uh, from what i can see there. everyone (few exceptions) want to have full mind-blowing ready-to-go amazing RP scripts
What else? Idk. Do something creative, that has never been done before.
You can also make a helper resource. Like the one I'm going to write someday - smooth camera moving with easing options. So i can set like:
moveCamera (int time, string easingMode, int delay, float sourcePositionX, float sourcePositionY, float sourcePositionZ, float targetPositionX, float targetPositionX, float targetPositionX, float lookAtFromX, float lookAtFromY, float lookAtFromZ, float lookAtToX, float lookAtToY, float lookAtToZ, float rollFrom, float rollTo, float fovFrom, float fovTo)
Also this should support giving elements instead of positions (like i want camera to constantly going to look on some element, while it's moving).
This is rather complicated and requires a lot of math - but would be pretty useful