Is there any way to update these data from outside local and scripts?
The module script is placed in replicated storange.
return {
["FlightInfo"] = {
["Flightnum"] = "N/A",
["Aircraft"] = "N/A",
["Destination"] = "N/A",
["Gate"] = "N/A",
["Time"] = "N/A",
["Status"] = "N/A",
},
["ClassStatus"] = {
["Eco"] = "closed",
["Business"] = "closed",
["Investor"] = "closed",
},
}