Search found 2 matches
- Wed Aug 24, 2022 3:47 pm
- Forum: Support and Development
- Topic: No libraries are working for me :/
- Replies: 4
- Views: 2826
Re: No libraries are working for me :/
Does cron.lua return a table? When you require() a module and the module file doesn't return anything then the default value returned from require() is 'true'. Maybe Cron adds globals that you're expected to use instead of the returned value from require(). attached are the cron installation instru...
- Wed Aug 24, 2022 3:17 pm
- Forum: Support and Development
- Topic: No libraries are working for me :/
- Replies: 4
- Views: 2826
No libraries are working for me :/
So I've been trying to create a screen that switches between multiple different images, almost identically to the home screen of Five Nights at Freddy's 1. My issue has been timers and delays, trying to get functions to execute after a set amount of time. I've seen a lot of people suggest using the ...