Search results
Jun 19, 2022 · The Promise library is a great module for Roblox development, one I haven't utilized that much until recently. It leads to more concise, robust, and expandable code, and everyone should try and...
- 19 min
- 29.4K
- B Ricey
Sep 16, 2019 · Promise.all accepts an array of Promise objects, and returns a new Promise. The new Promise will resolve with an array of resolved values in the same places as the Promises were in the array. The new Promise will reject if any of the Promises that were passed in rejects.
The reason why i didn't add 2004 or 2005 is because people in the comments will think it's fake and that roblox started in 2006. Anyway, sorry for the camera...
- 32 min
- 37.9K
- AnimatorKeegan10
Visit the latest release. Under Assets, click Promise.lua. Using Rojo? Put the file into your game directly. Using Roblox Studio? Open the file, copy its contents, and paste into a ModuleScript and call it Promise.
Quick guide on roblox promises
- 15 min
- 4.1K
- TheHeadlessHorseman
Oct 17, 2021 · Full gameplay of The Promise on Roblox. You slept through a movie and now you find yourself in an empty cinema, something is wrong though, why is there trash everywhere? ...more.
- 18 min
- 2126
- Sircher
People also ask
What is a promise in Java?
Why did I not add 2004 or 2005 to Roblox?
How do I re-run a promise?
What is a promise in Lua?
Jun 21, 2020 · The Roblox community has benefited greatly from promises and coroutines. They provide us the tools we need to construct a far more dependable manner of creating code and accessing data. Furthermore, it is open source, which means that anybody may contribute to the community and help keep it up to date. 1 Like.