Closed Senlar closed 1 year ago
just for addModelBones or other funcs too?
It’s just in the addModels function. I suppose the same could be done for others but I was fixing this after running into a compatibility issues with a qtarget script sending model as a string instead of a table.On Jan 27, 2023, at 12:49 AM, Taavi @.***> wrote: just for addModelBones or other funcs too?
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: @.***>
Some other target scripts like qTarget may allow adding models by string or integer one at a time instead of requiring a table of models to add. This will check the incoming data type and if it is not a table, it will make it a table to prevent errors.