To get more accurate and relevant suggestions, it's recommended that you follow clean coding practices, regardless of assistance, and: Break down your code into smaller functions. Use descriptive script names that capture the overall intent of what each script does. For example, name a scriptSync...
Manual triggering does not always force-generate a suggestion. Suggestions are machine learned from a corpus of code and can thus reflect some limitations of the code they're trained on. For example, suggestions may not use newer APIs in favor of older APIs, or they may use Lua instead of...
In addition to accessing [data stores](../../cloud-services/data-stores) using Lua `Class.DataStoreService` in Studio or live servers, you can use Open Cloud APIs to access and utilize [standard](../../reference/cloud/datastores-api/v1.json) and [ordered data stores](../../reference...
To get more accurate and relevant suggestions, it's recommended that you follow clean coding practices, regardless of assistance, and: Break down your code into smaller functions. Use descriptive script names that capture the overall intent of what each script does. For example, name a scriptSync...