SAN MATEO, Calif.--(BUSINESS WIRE)--Roblox Corporation ('Roblox') announced today that it has filed a registration statement on Form S-1 with the U.S. Securities and Exchange Commission ('SEC') relating to a proposed initial public offering of shares of its Class A common stock. The number of shares to be offered and the price range for the proposed offering have not yet been determined. The offering is subject to market conditions, and there can be no assurance as to whether, or when, the offering may be contemplated or as to the actual size or terms of the offering. Roblox intends to list its Class A common stock on the New York Stock Exchange under the symbol 'RBLX.'
An RBXL file contains a location that defines a 3D world in Roblox, an online multiplayer building game. It stores information that describes the playing field, which consists of 3D models (.RBXM files), parts, tools, scripts, and teams.RBXL files can be created and opened with Roblox Studio. Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time. The latest tweets from @roblox.
Valhalla room reverb plugin. Creality slicer supports. Goldman Sachs & Co. LLC, Morgan Stanley & Co. LLC and J.P. Morgan Securities LLC will act as joint lead book-running managers for the offering. Allen & Company LLC, BofA Securities and RBC Capital Markets will act as book-running managers.
The offering will be made only by means of a prospectus. Copies of the preliminary prospectus relating to this offering, when available, may be obtained from Goldman Sachs & Co. LLC, Prospectus Department, 200 West Street, New York, NY 10282, telephone: 1-866-471-2526 or by emailing Prospectus-ny@ny.email.gs.com; Morgan Stanley & Co. LLC, Attention: Prospectus Department, 180 Varick Street, 2nd Floor, New York, New York 10014; or J.P. Morgan Securities LLC, c/o Broadridge Financial Solutions, 1155 Long Island Avenue, Edgewood, NY 11717 or by telephone at 866-803-9204 or by email at prospectus-eq_fi@jpmchase.com.
A registration statement relating to these securities has been filed with the SEC but has not yet become effective. These securities may not be sold nor may offers to buy be accepted prior to the time the registration statement becomes effective. This press release shall not constitute an offer to sell or the solicitation of an offer to buy these securities, nor shall there be any sale of these securities in any state or jurisdiction in which such offer, solicitation or sale would be unlawful prior to registration or qualification under the securities laws of any such state or jurisdiction.
Assets
GET /assets/{id}/versions
Retrieves asset information for the specified asset ID. The authenticated user must be able to manage the asset.
id | long | The ID of the asset. |
placeId | no type! | The ID of the place. |
page | int | (Optional)The page to retrieve. |
Returns
[{ 'Id':536133191, 'AssetId':226132918, 'VersionNumber':3, 'RawContentId':2619739106, 'ParentAssetVersionId':536132109, 'CreatorType':1, 'CreatorTargetId':80502178, 'CreatingUniverseId':null, 'Created':'2015-07-13T11:51:12.9073098-05:00', 'Updated':'2015-07-13T11:51:12.9073098-05:00' }]
GET /v2/assets/{id}/versions
Retrieves asset information for the specified asset ID. The authenticated user must be able to manage the asset or granted by package permission. (if nextPageCursor is null, there is no more items)
id | long | The ID of the asset. |
placeId | long? | The ID of the place. |
cursor | string | (Optional) cursor to fetch next page. |
sortOrder | SortOrder | (Optional) Sorting order of asset version. |
limit | int | (Optional) Size of page to fetch. |
Returns
{ 'previousPageCursor': null, 'nextPageCursor': '4', 'data': [{ 'Id': 2147905864, 'AssetId': 2147765363, 'VersionNumber': 8, 'ParentAssetVersionId': 2147905863, 'CreatorType': 1, 'CreatorTargetId': 23265213, 'CreatingUniverseId': 2147757210, 'Created': '2019-10-16T21:44:42.417Z', 'Updated': '2019-10-16T21:44:42.417Z' }] }
400 | Invalid request |
404 | Asset not found |
409 | For PlatformException |
500 | Internal server error |
502 | Bad Gateway |
Currency
GET /currency/balance
Returns the Robux and Ticket balances for the currently authenticated user.
Response Error
ApplicationException: Invalid auth token |
Friends
GET /users/{userId}/friends
Retrieves a paged list of friends for the specified user.
userId | long | The ID of the user. |
page | int | (Optional) The page to retrieve. |
Returns
[{ 'Id':12345678, 'Username':'user', 'AvatarUri':', 'AvatarFinal':true, 'IsOnline':true }]
Groups
GET /groups/{groupId}
Parameters
groupId | int | The ID of the group. |
Roblox Http Folder Login
{ 'Name':'Group name', 'Id':1234567, 'Owner': { 'Name':'owner', 'Id':12345678 }, 'EmblemUrl':'http://www.roblox.com/asset/?id=12345678', 'Description':', 'Roles':[{'Name':'Panem Citizens','Rank':1}] }
404 | Group not found |
503 | Get group info not enabled |
IncomingItems
GET /incoming-items/counts
Returns
{'unreadMessageCount': 1, 'friendRequestsCount': 2}
Marketplace
GET /marketplace/productinfo
Parameters
assetId | long | The ID of the asset. |
{ 'TargetId':123456789, 'ProductType':'User Product', 'AssetId':123456789, 'ProductId':24870409, 'Name':'Hat', 'Description':', 'AssetTypeId':8, 'Creator':{'Id':1,'Name':'ROBLOX'}, 'IconImageAssetId':0, 'Created':'2015-06-25T20:07:49.147Z', 'Updated':'2015-07-11T20:07:51.863Z', 'PriceInRobux':350, 'PriceInTickets':null, 'Sales':0, 'IsNew':true, 'IsForSale':true, 'IsPublicDomain':false, 'IsLimited':false, 'IsLimitedUnique':false, 'Remaining':null, 'MinimumMembershipLevel':0 }
GET /marketplace/game-pass-product-info
Returns the product info for the specified game pass.
gamePassId | long | The ID of the asset. |
Returns
{ 'TargetId':123456789, 'ProductType':'Game Pass', 'AssetId':123456789, 'ProductId':24870409, 'Name':'Hat', 'Description':', 'AssetTypeId':8, 'Creator':{'Id':1,'Name':'ROBLOX'}, 'IconImageAssetId':0, 'Created':'2015-06-25T20:07:49.147Z', 'Updated':'2015-07-11T20:07:51.863Z', 'PriceInRobux':350, 'PriceInTickets':null, 'Sales':0, 'IsNew':true, 'IsForSale':true, 'IsPublicDomain':false, 'IsLimited':false, 'IsLimitedUnique':false, 'Remaining':null, 'MinimumMembershipLevel':0 }
Ownership
GET /ownership/hasasset
Parameters
userId | int | The ID of the user. |
assetId | long | The ID of the asset. |
Reference