Screen rec

Hey guys I really need help I’m trying to code some thing that will record your screen even when out of codea I really need help thanks

do you mean an app where you can record other apps? I’m not sure if you can do that with Codea

@Dantheman2001 If it’s a project made with Codea, it can’t be run unless Codea is running it. The only way would be to create an app and submit it to the App Store.

There is the startRecording() and stopRecording() functions which enable and disable Codea’s screen recorder option, if that helps.