How to duplicate a touch interest into serverstorage?

Hello DevForum!
Today I was trying to animate a drink. After animating the drink with the tool the tool has a touchinterest under its handle. With the touchinterest under the handle, when the animation is played the straw of the drink properly goes next to the player’s mouth. However, the straw misses the player’s mouth when the touchinterest is not under the handle. The problem is when I try to the tool copy it into ServerStorage the touchinterest is no longer under the handle and the animation is messed up.

If the touchinterest is a child of the instance you’re cloning, it should stay, as long as the script is running. If you have a localscript handling the touchinterest, when that item goes into storage, the touchinterest won’t function because the localscript can’t access the storage!