|
| 12 Jul 2016 05:15 PM |
i need the id of the first model ever
https://www.roblox.com/meme-item?id=442305757 |
|
|
| Report Abuse |
|
|
|
| 12 Jul 2016 05:23 PM |
bump i want to know how well the first model ever made was made
https://www.roblox.com/meme-item?id=442305757 |
|
|
| Report Abuse |
|
|
|
| 12 Jul 2016 05:30 PM |
http://wiki.roblox.com/index.php?title=API:Class/MarketplaceService/GetProductInfo
You'll need to make a bot to figure this out. Good luck.
|
|
|
| Report Abuse |
|
|
|
| 12 Jul 2016 05:33 PM |
https://www.roblox.com/First-ever-model-item?id=299431239
|
|
|
| Report Abuse |
|
|
| |
|
|
| 12 Jul 2016 05:49 PM |
nobody knows? ok
ill just waste my afternoon using tor to watch youtube unrestricted..
oh look the hidden wiki i think ill find something on here! zqktlwi4fecvo6ri.onion/
https://www.roblox.com/meme-item?id=442305757 |
|
|
| Report Abuse |
|
|
|
| 12 Jul 2016 05:56 PM |
ok i got bored of tor someone please tell me lol
https://www.roblox.com/meme-item?id=442305757 |
|
|
| Report Abuse |
|
|
|
| 12 Jul 2016 05:59 PM |
His name is roblox.
He's such a hot model omg. |
|
|
| Report Abuse |
|
|
TimeTicks
|
  |
| Joined: 27 Apr 2011 |
| Total Posts: 27115 |
|
|
| 12 Jul 2016 06:16 PM |
Here you go:
https://www.roblox.com/Ball-4x4x4-item?id=770
|
|
|
| Report Abuse |
|
|
|
| 12 Jul 2016 06:18 PM |
4x4x4
that's a pretty big ball m8. |
|
|
| Report Abuse |
|
|
TimeTicks
|
  |
| Joined: 27 Apr 2011 |
| Total Posts: 27115 |
|
|
| 12 Jul 2016 06:18 PM |
I was bored so i let the script run in the background.
local ms = game:GetService("MarketplaceService") local rs = game:GetService('RunService').RenderStepped
local num = 0
while rs:wait() do num = num + 1 print(num) pcall(function() local Asset = ms:GetProductInfo(num) print(Asset.Name .. " :: " .. Asset.Description) end) end
|
|
|
| Report Abuse |
|
|
|
| 12 Jul 2016 06:20 PM |
Which is faster, RenderStepped:wait(); or coroutine.yield();
? |
|
|
| Report Abuse |
|
|
TimeTicks
|
  |
| Joined: 27 Apr 2011 |
| Total Posts: 27115 |
|
|
| 12 Jul 2016 06:22 PM |
renderstep fires every frame. 1/60 just about as fast as you can get.
|
|
|
| Report Abuse |
|
|
|
| 12 Jul 2016 06:24 PM |
lua isn't interpreted at every frame though, is it?
for example. if you changed the position of a part in a loop with a coroutine.yield(); would you see the part move to every single changed position? |
|
|
| Report Abuse |
|
|
|
| 12 Jul 2016 06:29 PM |
| Does roblox wait til every piece of code that need's to be ran yield's, and then go onto the next frame? |
|
|
| Report Abuse |
|
|
Kroniso
|
  |
| Joined: 05 Dec 2014 |
| Total Posts: 68 |
|
|
| 12 Jul 2016 06:51 PM |
770 is the id of the first asset. I ran a bot. It appears to have been a generic 4 x 4 x 4 ball, but it is a model.
|
|
|
| Report Abuse |
|
|