Hello,
Try to add the following one on a Page’s header:
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/2.1.3/TweenMax.min.js"></script>
In short, this library should be initialized before when you’re trying to use it.
If you use it before initialization, you will have errors.
Also, please user your browser’s console to manage errors.