7GrandDadPGN / VapeV4ForRoblox

Vape V4 for Roblox, A project that has been in development for 4+ years.
Creative Commons Zero v1.0 Universal
189 stars 337 forks source link

lua 5.1 -> luau + why do you use the "run" function instead of task.defer?? #266

Closed trollfacenan closed 2 months ago

trollfacenan commented 2 months ago

why do you not use task.defer?!?!?!?

trollfacenan commented 2 months ago

pls test first cause there can be some errors

7GrandDadPGN commented 2 months ago

POV: oldvape, the code structure is better in the rewrite, also run is shorter & runs at the same time to bypass local limits, task.defer is for loading in seperate frames if I understand correctly.