Hello, I have a problem concerning PreloadAsync, it doesn’t error but nothing actually load since, when opening those UIs containing the images, it takes 1-2 seconds to load, meaning it didn’t load before. Script :
local Main = playerGui:WaitForChild("Main") -- Containing childs with images
local Board = playerGui:WaitForChild("PetBoard") -- Containing childs with images
local CP = game:GetService("ContentProvider")
local toLoad = {Main, Board}
CP:PreloadAsync(toLoad)