PreloadAsync Documentation is confusing

Since this function can take both Instances and Content it should be clearly stated, and consistent.

I always thought this was an array of ContentId strings?

ContentProvider:PreloadAsync({
	"rbxassetid://123",
	"rbxassetid://456",
	...
})

This is what I’ve been using, and seems to work.

I have been misunderstanding, it can take both Instances and Content

Thanks for pointing this out.