You can write your topic however you want, but you need to answer these questions:
- What do you want to achieve? Keep it simple and clear!
I want to achieve a timer system for my aerial tramways that is synchronized with them.
- What is the issue? Include screenshots / videos if possible!
The issue is that the aerial tramway always departs a few seconds too early or too late, despite the two scripts having the exact same waiting system
- What solutions have you tried so far? Did you look for solutions on the Developer Hub?
So far i tried making the two scripts depend on eachother, i tried making every script wait a few seconds before starting, nothing worked.
The whole system consists of a line of conveyors that carry the cabins. every X amount of time, they change directions, but the timers are always ahead or behind for some reason.
Here you can understand the issue better and see the scripts: https://www.youtube.com/watch?v=9dLRIbtdKz4
(every conveyor has the same script except the end ones that have the wait(1). I clicked on an end conveyor, the others dont have the wait(1).