Earlier this week, I made a mistake and my colleague told me that the “toothpaste isn’t going back in the tube”. What’s that supposed to mean? Anyone have fun idioms I too can start incorporating into the workplace?
“toothpaste isn’t going back in the tube” means that once you do something, it can’t be undone
some fun ones for people i’ve heard are:
cordless - only works for 2 hours
sensor light - only works when someone walks past
wheelbarrow - only works when pushed
also, how do i turn off that annoying feature where it renames parts with a number on the end?
It seems like an alternative way of writing modules.
When you use the export keyword for variables/functions in a modulescript with this update, you can no longer use the return keyword and are restricted to export in that module.
So
export local something = true
would be equivalent to:
local module = {}
module.something = true
return table.freeze(module)
There’s a whole lot more to it and I recommend reading this for more info.
yeah idk when this was added because i haven’t played any games for a bit, but its really ticking me off that i have to do the tiny hard to see over complicated captcha test every time i want to play a game… i keep failing them.. guess im a robot