What do you want to achieve?
Hello ! I have a tween model ModuleScript (located in the ReplicatedStorage)
And i want to tween the model locally but visible for all the clients.
(I want to tween the model locally because on the server side it’s not smooth)
What is the issue?
I don’t know how to do it.
What solutions have you tried so far?
I searched on devforum and other and i didn’t find my problem case.
Basically, i can’t really help on how to do it with tween properly but i have an hacky solution. Why not teleporting the whole model at the destination once the model has been tweened on client?
What I do is have a LocalScript handling the tweening, and a RemoteEvent. Whenever something needs to be tweened, I pass the information through the RemoteEvent, and then the LocalScript takes care of the job.