User:NecroBumpist/Tutorials/

From Legacy Roblox Wiki
Jump to navigationJump to search

Here I will keep a list of potential tutorials I have written.

Coroutines

Coroutines are interesting, but have few practical purposes.

Ternary operators

Ternary operators provide a quicker and cleaner alternative to entire if statements

Optimizations

Here I will share my tips and tricks to writing fast Lua code.
I will also be doing further research into Lua bytecode patterns to help develop more tricks soon.