Can someone tell me if I am using Preload right for decals, if not what am I doing wrong?
Code:
local preload = {68437731} for _,v in pairs(preload) do game:GetService("ContentProvider"):Preload("rbxassetid://"..v) end
If your using an asset ID, I believe it should be "http://www.roblox.com/asset/?id=" instead of "rbxassetid://". But if that works, I would assume its right. You might also check the ID is correct.