Converts strings into objects
e.g
format("Vector3.new(0,1,0)").fromStrToObj() => Vector3
format("Instance.new('Part')").fromStrToObj() => Part Instance
Requires to be converted fromUnixStamp first
Warning: Will End() the chain
Converts 1000 => 1k, 1000000000 => 1M etc.
Converts 1000 => 1,000, 1000000000 => 1,000,000,000 etc.
Requires to be converted fromUnixStamp first
Ends the chain
Ends the chain and returns the actual value instead of the metatable.