Loading Screen error

Add this before PreloadAsync

local toLoad = {}
for i = 1, 100 do
	table.insert(toLoad, "rbxthumb://type=Avatar&w=100&h=100&id=" .. math.random(1,1000000))
end

(From roblox wiki)

2 Likes

thanks! it works
you earned a solve :slight_smile:

2 Likes