So I create a tween with local script( there is a necessary reason that I need to use local script)
TweenService:Create() -- something like this
but if I play the tween with local script, it won't be visible to everyone. How can I do that?