Global tweening
The server and client tween APIs are identical, allowing you to reuse the same code on both ends.
Any server tweens whose Replicated
option has not been set to false
, will act as a global tween that replicates to all clients in the game server.
There's a limit of 256 total global tweens at once due to optimizations.
It's crucial that you require the Tween+ module on the clients as well.
Last updated