tween working on server script but not on local script
in the .rbxl file is:
a local script under ReplicatedFirst
a server script under ServerScriptService
2 position parts in workspace
and the model inside ReplicatedStorage
both the localscript and the serverscript are exactly the same (except the 'WaitForChild()' and characteradded() functions inside the localscript)
BUT only the serverscript runs the tween correctly.
to test:
run the game with localscript enabled and serverscript disabled: broken tween.
run the game again but with localscript disabled and serverscript enabled: working tween.
What am i doing wrong here please any help would be awesome.