I want to save a HumanoidDescription but since DataStore can't save Instances, I have no choice but to save every properties inside it which is very tedious... Is there any other efficient way? Thanks!
Unfortunately not, you must write some way to serialize the HumanoidDescription to a table and then save it, same with loading it back in (converting table back to HumanoidDescription).