#how can i make local tween happen on server too

1 messages · Page 1 of 1 (latest)

blissful tartan
#

i have a door that opens when clicked but the tween happens locally for performance reasons. do I need to send the door position to the server every frame to replicate it on the server or is there a better solution?

#

the door need to be opened on server for npcs causa the tween is for all clients

strange ivy
#

Just make the tween on the serverside its not so laggy

blissful tartan
lyric skiff
#

i just tween it on both at the same time

#

probably horrible for performance but it works so

blissful tartan
lyric skiff
#

i tween it on the server then on the client right after

#

and its smooth and it works