Preloading Meshes

I searched around here on the devforum and didn’t really get a straight answer on this. Can I use ContentProvider to preload my own MeshParts?

1 Like

You can preload any asset uploaded to Roblox, including meshes, audios, and textures, by using the PreloadAsync yield function.

3 Likes

Yeah I thought so thanks

2 Likes