TweenService V2 works to help efficiently replicate movement between server and client, using TweenService. It does this by running the tweens clientside, and then doing a single update server side.
GNU General Public License v3.0
13
stars
15
forks
source link
Prevent error if instance is nil on client (StreamingEnabled support) #7
This change will prevent an error on the client if the target instance of a tween isn't present.
This means there won't be an error if the server tweens a part which is out of a client's streaming range.
This change will prevent an error on the client if the target instance of a tween isn't present. This means there won't be an error if the server tweens a part which is out of a client's streaming range.