Search found 1 match
- Mon Feb 24, 2020 12:44 pm
- Forum: Support and Development
- Topic: wait()
- Replies: 8
- Views: 14533
Re: wait()
Yea. It might be kinda cool to figure out how to do this in love tho. Roblox does it by having wait() as a yield to a function, that returns time passed and delta. However, Roblox has a different version of Lua like Kingdaro mentioned (more optimization, LuaU sidecode language, etc.) In love, it's m...