When testing out the new DateTime.fromIsoDate
, I discovered that passing certain arguments would always yield a crash.
Passing nothing, a string, or a number will all work. (even if they return nil)
But anything else, nil, a boolean, a function, a thread, a table, or a userdata will cause roblox to crash.
Example code:
DateTime.fromIsoDate{}
Version: