I have a scrolling texture part script and using network for this sounds kinda inefficient. Iirc, local scripts can only work in starterPlayer/Character, backpack, gui and replicatedFirst.
So far my only idea is to keep a local script in replicatedFirst and scroll through all parts that need this script executed. While this is a not bad method, is there anything else I can do?