Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

This is likely a resource order issue - if a script/object defining the macro is below the ones using it inside the YYP, the server will not realize that the resources contain “live” code because going over everything again when you find a macro alias is kind of expensive.

You can either manually move a script to the top of YYP or simply add the macro to a resource that’s already at the top.

I can perhaps make it so that some specific script name is always indexed first…