Basically, I am trying to make it such that the gui tweening animations are in sync with the server script. The server script will be the one activating the function at the right time to the local script without the local script having to manually check for the function in the server script.
Remote functions and events only allow the local script to check on the server script function but does not sync with the timing of the server script running.