I want to have the contents of a scrolling frame inside of a billboard gui save and sync for all server, any ideas or articles that may help me? Thank you in advance.
You might want to look into data stores:
1 Like
If you want to sync your billboard contents with other servers, you could look into cross-server messaging:
1 Like
Any ideas on how to make the items in the scrolling frame load when the server is created?
You can use DataStore:GetAsync for that.