Hi,
If you want to create a new tween every frame, you should store your tween as a variable, and be sure to kill the previous one before creating a new one (so that they don't "fight"). That said, creating a tween every frame kind of nullifies the usefulness of the tween itself, and I would actually recommend to use custom code to control stuff that is changed every frame.