Can you put a model and save it in a player

I am making a game and need to save a model in the players folder called ‘Karts’. So it is kinda like saving leaderstats. If it is possible can you tell me what to do or give me a link to anything that could put me on the right track. Thank you :grinning_face_with_smiling_eyes:

2 Likes

Data Stores

yeh, I know, I was wondering if you can actually save models because I know that you can save values (e.g. IntValues)

1 Like

I don’t think you can save models, you probably might have to convert the properties of the model to strings or some other value to save them, then retrieve after the player rejoins, convert the values back and assign it to the model

1 Like