Change icon

Could there be an option to Chang the icon for a project. Something like this:

Img = readImage(documents:myImage)
saveProjectInfo("icon", "img")

Try doing a forum search before posting. This has been asked, and answered, multiple times before.

The undocumented way was/is this:

local myImage = readImage("Documents:ExampleCircle")
saveImage("Project:Icon", myImage)

However, I’m relatively certain that this is no longer supported (meaning there is no way)

@JakAttak I think the new export in 1.5 may have wiped this out.