of     2   
chevron_rightchevron_rightchevron_right

johnville
#190001063Sunday, May 29, 2016 6:27 PM GMT

local contentToLoad = { "rbxassetid://421835266", "rbxassetid://421835422","rbxassetid://421835567","rbxassetid://421998346","rbxassetid://422002060" } local startTime = tick() game:GetService("ContentProvider"):PreloadAsync(contentToLoad) local elapsedTime = tick() - startTime the surface gui still flashes for the first time i mouse over it. :llllll
johnville
#190002115Sunday, May 29, 2016 6:37 PM GMT

help
johnville
#190004887Sunday, May 29, 2016 7:28 PM GMT

Help
script_frog
#190005171Sunday, May 29, 2016 7:32 PM GMT

You have to wait for it to be loaded silly.
johnville
#190007216Sunday, May 29, 2016 8:00 PM GMT

It does though but I still get this https://www.roblox.com/games/413795971/WIP-Untitled-DS-Project-New-menu when you mouse over the buttons it flashes for the first time
johnville
#190010491Sunday, May 29, 2016 8:41 PM GMT

HElp please
johnville
#190011443Sunday, May 29, 2016 8:54 PM GMT

Plaese help
johnville
#190016656Sunday, May 29, 2016 9:55 PM GMT

Help please!
Luo_Basics
#190019218Sunday, May 29, 2016 10:24 PM GMT

yay u listened to my suggestion r+://393244197 r+://393244224 r+://393244262
Luo_Basics
#190019430Sunday, May 29, 2016 10:26 PM GMT

local contentToLoad = { "rbxassetid://421835266", "rbxassetid://421835422","rbxassetid://421835567","rbxassetid://421998346","rbxassetid://422002060"} for i,v in pairs(contentToLoad) do game:GetService('ContentProvider'):Preload(v) end r+://393244197 r+://393244224 r+://393244262
johnville
#190031181Monday, May 30, 2016 12:45 AM GMT

hmm, i tried that, didn't work buttons are still flashing. I have the script in WS btw ://
2eggnog
#190035151Monday, May 30, 2016 1:42 AM GMT

"I have the script in WS btw" Well, there's your problem.
johnville
#190037382Monday, May 30, 2016 2:15 AM GMT

Well it looks like its ideal for WS tbh, but it goes inside SP no?
johnville
#190041468Monday, May 30, 2016 3:18 AM GMT

?
johnville
#190042903Monday, May 30, 2016 3:40 AM GMT

heyulp
johnville
#190058342Monday, May 30, 2016 10:20 AM GMT

THIS isnt working omg someone please help
johnville
#190058761Monday, May 30, 2016 10:38 AM GMT

Hey guuys if you see this could you PLEASE helpp?
johnville
#190059065Monday, May 30, 2016 10:54 AM GMT

OK ITS A Local script in starter gui but it's still not working ://
Briicks
#190059104Monday, May 30, 2016 10:56 AM GMT

local contentToLoad = { "rbxassetid://421835266", "rbxassetid://421835422", "rbxassetid://421835567", "rbxassetid://421998346", "rbxassetid://422002060" } for i,v in pairs(contentToLoad) do game:GetService("ContentProvider"):Preload(v) end Seems to work fine for me, I put it in a script in ServerScriptService, all tho I've never used this before idk where its suppose to be stored. Super Fast Profit Finder: https://www.roblox.com/games/421528235/Super-Fast-Profit-Finder
johnville
#190059669Monday, May 30, 2016 11:21 AM GMT

Did not work, my main menu buttons still flash when i hover over it for the first time, like it didn't even preload the asset
johnville
#190060557Monday, May 30, 2016 11:48 AM GMT

Someone help
johnville
#190063011Monday, May 30, 2016 12:55 PM GMT

Please?
TimeTicks
#190063085Monday, May 30, 2016 12:57 PM GMT

its suppose to be a local script in playergui
Briicks
#190063413Monday, May 30, 2016 1:06 PM GMT

TimeTicks, this is in a localscript in startgui but when i hover over the image and it changes it still takes a second to load the other image then after it loads it it works fine. local contentToLoad = { "http://www.roblox.com/asset/?id=421835328", "http://www.roblox.com/asset/?id=421835266" } local startTime = tick() game:GetService("ContentProvider"):PreloadAsync(contentToLoad) local elapsedTime = tick() - startTime print(string.format("took %d seconds to preload content", elapsedTime)) Super Fast Profit Finder: https://www.roblox.com/games/421528235/Super-Fast-Profit-Finder
TimeTicks
#190063542Monday, May 30, 2016 1:10 PM GMT

http://wiki.roblox.com/index.php?title=API:Class/ContentProvider Look in the example. The images wont be fully loaded when the request size is still over 0

    of     2   
chevron_rightchevron_rightchevron_right