The problem is that the tween was created in a local script and I want it to be visible to everyone. It won't work if you use RemoteEvent. You will receive nil if you use RemoteEvent.
So how to play the tween which is created in local script to be visible to everyone? ;-;