kenami
|
  |
| Joined: 16 Dec 2009 |
| Total Posts: 4674 |
|
|
| 18 Jun 2016 11:36 AM |
Unfortunately, i tried countless time having a UIs Bar Progress (with %) that could work correctly.
So for a simple Asset Loader (Texture, Decal and Mesh) I'm Willing to pay one for 1,000R$
> The UIs doesn't need to look good, it's will be edited <
Thanks for reading, hopefully i could get any volunteers ;c
|
|
|
| Report Abuse |
|
|
kenami
|
  |
| Joined: 16 Dec 2009 |
| Total Posts: 4674 |
|
|
| 18 Jun 2016 11:37 AM |
Note that showing the progress in "%" isn't actually necessary to develop, but a value with the amount of asset loaded + to load would be great.
|
|
|
| Report Abuse |
|
|
|
| 18 Jun 2016 11:37 AM |
http://wiki.roblox.com/index.php?title=API:Class/ContentProvider/Preload
|
|
|
| Report Abuse |
|
|
|
| 18 Jun 2016 11:41 AM |
you may also use this: local ContentProvider = Game:GetService("ContentProvider") local function LoadAssets(AssetList) -- Takes an asset list and preloads it. Will not wait for them to load. for _, AssetId in pairs(AssetList) do ContentProvider:Preload("http://www.roblox.com/asset/?id=" .. AssetId) end end LoadAssets({2253543, 2434541, 5133543, 2423433, 41143243, 2453865, 21433365, 2154549}) And in the for function, just make it add 1 percent.
|
|
|
| Report Abuse |
|
|
kenami
|
  |
| Joined: 16 Dec 2009 |
| Total Posts: 4674 |
|
|
| 18 Jun 2016 12:04 PM |
Is there a way to set all ID easier ?
I'm doing probably this too late since my game count approximatively 145 assets.
|
|
|
| Report Abuse |
|
|
|
| 18 Jun 2016 12:19 PM |
| I keep all my assets in a set and load it in automagically. It's sort of a pain to remember to add your assets to it, but other than that it works like a dream. |
|
|
| Report Abuse |
|
|
kenami
|
  |
| Joined: 16 Dec 2009 |
| Total Posts: 4674 |
|
|
| 18 Jun 2016 12:36 PM |
i found a way to detect every objects in the game Thank for the help yo
i didn't used your code, however the wiki has cleared somethin' i didn't know about. since you didn't gave a prepared UIs, your reward will be half (500R$)
is that ok ? xd
|
|
|
| Report Abuse |
|
|
|
| 18 Jun 2016 05:53 PM |
wait does that mean i just got 500 robux
|
|
|
| Report Abuse |
|
|
kenami
|
  |
| Joined: 16 Dec 2009 |
| Total Posts: 4674 |
|
|
| 18 Jun 2016 05:55 PM |
> The UIs doesn't need to look good, it's will be edited <
You indeed helped me, but the 1k offer was normally for the UIs. if you feel like you got scammed, i don't think so : you will lose nothing but only a minute or two for linking me the correct page.
|
|
|
| Report Abuse |
|
|
| |
|
kenami
|
  |
| Joined: 16 Dec 2009 |
| Total Posts: 4674 |
|
|
| 18 Jun 2016 06:00 PM |
not necessary
i got like 12 hours to do it and it's working well now. but i appreciate you wanted 2 halp me again <3
|
|
|
| Report Abuse |
|
|
|
| 18 Jun 2016 06:02 PM |
so im not getting paid. thats cool.
|
|
|
| Report Abuse |
|
|
kenami
|
  |
| Joined: 16 Dec 2009 |
| Total Posts: 4674 |
|
|
| 18 Jun 2016 06:03 PM |
my apologies but you may not understand what i said
+500 R$ > you helped me fixing the problem +500 R$ > you did a working GUI Asset Loader
you did 1/2 of thing i wanted, so i'll give you 500R$.
|
|
|
| Report Abuse |
|
|
|
| 18 Jun 2016 06:08 PM |
well im working on the GUI right now, but idk if ill finish it before you. ill take my 500 right now if thats cool
|
|
|
| Report Abuse |
|
|
kenami
|
  |
| Joined: 16 Dec 2009 |
| Total Posts: 4674 |
|
|
| 18 Jun 2016 06:09 PM |
uh i finished it 4 hours ago xD
u get only 500R$ son
|
|
|
| Report Abuse |
|
|
|
| 18 Jun 2016 06:41 PM |
ok.
https://www.roblox.com/Pikachu-Hoodie-item?id=275092172
|
|
|
| Report Abuse |
|
|
kenami
|
  |
| Joined: 16 Dec 2009 |
| Total Posts: 4674 |
|
| |
|
|
| 18 Jun 2016 06:43 PM |
thanks ill share with my friend.
|
|
|
| Report Abuse |
|
|