Hi there, I'm working on a train system that has a custom route setting and so far I've got it to the stage where the player can select which route they want to take and it adds them to a table however I need to somehow access the table from another local script in order for it to change the tracks so that the train can follow its route. Is this possible or do I need to try make them into 1 script? Thanks :)
TL;DR - Can a table made in a local script be accessed by another local script without anything other than just making the script or do I need to try make it into 1 single script?
Currently the table is named "Stations"