You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
print(string.format("%*", 1)) currently errors, as the FFlag for it is not flipped. Same with string interpolation. %* can probably be unflagged by now since it's been long enough but string interpolation won't be unflagged until about February or so.
FFlags are off by default for rollout on Roblox, but we should be able to flip them here. I think this needs support in mlua but I talked with Arseny about this before and he said it sounded sane
The text was updated successfully, but these errors were encountered:
print(string.format("%*", 1))
currently errors, as the FFlag for it is not flipped. Same with string interpolation.%*
can probably be unflagged by now since it's been long enough but string interpolation won't be unflagged until about February or so.FFlags are off by default for rollout on Roblox, but we should be able to flip them here. I think this needs support in mlua but I talked with Arseny about this before and he said it sounded sane
The text was updated successfully, but these errors were encountered: