- How To Access Roblox Folder
- Roblox Http Folder Download
- Roblox Http Folder
- Roblox Http Folder Code
Assets
Roblox APK: Roblox lets you play, create, and be anything you can imagine. The files in the C: Users AppData Local Packages folder store the user configuration settings for all of the installed Modern UI Apps. These apps use a completely different programming model than the traditional Desktop (Win32) apps. It is not recommended to delete the folder. Firewall is preventing Roblox from starting; Other Roblox files have become corrupted. Please try each step below, one at a time, in order. If one solution doesn't work, move on to the next! Vst plugins 2020. First reboot your computer and try to play. Git el capitan. Sometimes this may be all that is needed to solve Roblox or Roblox Studio related problems. C: Users Name AppData Local Roblox Versions version-d2a33ac830d14426. The file settings on your computer are set to hidden, so you might need to tinker with that a little to find some folders.
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 |
POST /assets/award-badge
Parameters
userId | int | The ID of the user. |
badgeId | long | The ID of the badge. |
placeId | long | The ID of the place. |
{userName} won {badgeCreatorName}'s '{badgeName}' award! (if successful)
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 }]
POST /user/accept-friend-request
Parameters
requesterUserId | long | The ID of the requester. |
Response Error
400 | Bad Request: Invalid requesterUserId |
404 | Resource Not found: Not enabled |
POST /user/decline-friend-request
Parameters
requesterUserId | long | The ID of the requester. |
Response Error
400 | Bad Request: Invalid requesterUserId |
404 | Resource Not Found: Not enabled |
POST /user/request-friendship
Parameters
recipientUserId | long | The userId of the recipient. |
Response Error
400 | Bad Request: Invalid recipientUserId |
404 | Resource Not Found: Not enabled |
GET /user/get-friendship-count
Parameters
userId | long? | (Optional)The ID of the user, or the ID of the authenticated user if not provided. |
{ 'success':true, 'message':'Success', 'count':10 }
404 | Resource Not Found: Not enabled |
POST /user/unfriend
Parameters
friendUserId | long | The ID of the friend. |
Response Error
400 | Bad Request: Invalid friendUserId |
404 | Not Found: Not enabled |
GET /user/following-exists
Returns whether followerUserId is following userId
userId | long | The user potentially being followed |
followerUserId | long | The user potentially following the other user |
Returns
{ 'success':true, 'message':'Success', 'isFollowing':true }
400 | Bad Request:Invalid followerUserId/Invalid userId |
404 | Not Found: Not enabled |
POST /user/follow
Parameters
followedUserId | long | The ID of the user to follow. |
Response Error
400 | Invalid followerUserId |
403 | Block exists between authenticated user and followedUserId |
404 | Not enabled |
POST /user/unfollow
Parameters
followedUserId | long | The ID of the followed user. |
Response Error
400 | Invalid followerUserId |
404 | Not enabled |
Groups
GET /users/{userId}/groups
Parameters
userId | int | The ID of the user. |
[{ 'Id': 696519, 'Name': 'Orinthians', 'EmblemId': 135321582, 'EmblemUrl': 'http://www.roblox.com/asset/?id=135321582', 'Rank': 254, 'Role': 'Council', 'IsInClan': false, 'IsPrimary': false }, { 'Id': 679727, 'Name': 'ROBLOX Community Staff and Forum Users', 'EmblemId': 90708870, 'EmblemUrl': 'http://www.roblox.com/asset/?id=90708870', 'Rank': 245, 'Role': 'Other Staff', 'IsInClan': false, 'IsPrimary': false }]
GET /groups/{groupId}
Parameters
groupId | int | The ID of the group. |
{ '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 |
GET /groups/{groupId}/allies
Parameters
groupId | int | The ID of the group |
page | int | (Optional) The page to retrieve. |
{ 'Groups': [ {'Name':', 'Id':123456, 'Owner':{ 'Name':', 'Id':23456789 }, 'EmblemUrl':'http://www.roblox.com/asset/?id=189284884', 'Description':', 'Roles':[{'Name':'Advisor','Rank':1}] } ], 'FinalPage':true }
GET /groups/{groupId}/enemies
Parameters
groupId | int | The ID of the group |
page | int | (Optional) The page to retrieve. |
{ 'Groups': [ {'Name':', 'Id':123456, 'Owner':{ 'Name':', 'Id':23456789 }, 'EmblemUrl':'http://www.roblox.com/asset/?id=189284884', 'Description':', 'Roles':[{'Name':'Advisor','Rank':1}] } ], 'FinalPage':true }
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
GET /reference/deviceinfo
Returns
{ 'PlatformType': 'platform name', 'DeviceType': 'device type', 'OperatingSystemType': 'OS type' }
UserBlock
POST /userblock/block
Block a user; prevent communication between the current user and the user specified.
userId | long | UserId of the user to be blocked |
Returns
Response Error
400 | Bad Request: Invalid user id |
POST /userblock/unblock
Unblock a user; allow communication between the current user and the user specified.
userId | long | UserId of the user to be unblocked |
Returns
Response Error
400 | Bad Request: Invalid user id |
Users
GET /users/{userId}
Retrieves user information for the specified user ID.
userId | int | The ID of the user. |
Returns
GET /users/get-by-username
Retrieves user information for the specified username.
username | string | The name of the user. |
Returns
Response Error
Invalid username |
User not found |
GET /users/{userId}/canmanage/{assetId}
Returns whether the user can manage a given asset.
userId | int | The ID of the user. |
assetId | long | The ID of the asset. |
Returns
Response Error
Not enabled |
Unknown user or asset |
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 |
POST /assets/award-badge
Parameters
userId | int | The ID of the user. |
badgeId | long | The ID of the badge. |
placeId | long | The ID of the place. |
{userName} won {badgeCreatorName}'s '{badgeName}' award! (if successful)
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 }]
POST /user/accept-friend-request
Parameters
requesterUserId | long | The ID of the requester. |
Response Error
400 | Bad Request: Invalid requesterUserId |
404 | Resource Not found: Not enabled |
POST /user/decline-friend-request
Parameters
requesterUserId | long | The ID of the requester. |
Response Error
400 | Bad Request: Invalid requesterUserId |
404 | Resource Not Found: Not enabled |
How To Access Roblox Folder
POST /user/request-friendship
Parameters
recipientUserId | long | The userId of the recipient. |
Response Error
400 | Bad Request: Invalid recipientUserId |
404 | Resource Not Found: Not enabled |
GET /user/get-friendship-count
Parameters
userId | long? | (Optional)The ID of the user, or the ID of the authenticated user if not provided. |
{ 'success':true, 'message':'Success', 'count':10 }
404 | Resource Not Found: Not enabled |
POST /user/unfriend
Parameters
friendUserId | long | The ID of the friend. |
Response Error
400 | Bad Request: Invalid friendUserId |
404 | Not Found: Not enabled |
GET /user/following-exists
Returns whether followerUserId is following userId
userId | long | The user potentially being followed |
followerUserId | long | The user potentially following the other user |
Returns
{ 'success':true, 'message':'Success', 'isFollowing':true }
400 | Bad Request:Invalid followerUserId/Invalid userId |
404 | Not Found: Not enabled |
POST /user/follow
Parameters
followedUserId | long | The ID of the user to follow. |
Response Error
400 | Invalid followerUserId |
403 | Block exists between authenticated user and followedUserId |
404 | Not enabled |
POST /user/unfollow
Parameters
followedUserId | long | The ID of the followed user. |
Response Error
400 | Invalid followerUserId |
404 | Not enabled |
Groups
GET /users/{userId}/groups
Parameters
userId | int | The ID of the user. |
[{ 'Id': 696519, 'Name': 'Orinthians', 'EmblemId': 135321582, 'EmblemUrl': 'http://www.roblox.com/asset/?id=135321582', 'Rank': 254, 'Role': 'Council', 'IsInClan': false, 'IsPrimary': false }, { 'Id': 679727, 'Name': 'ROBLOX Community Staff and Forum Users', 'EmblemId': 90708870, 'EmblemUrl': 'http://www.roblox.com/asset/?id=90708870', 'Rank': 245, 'Role': 'Other Staff', 'IsInClan': false, 'IsPrimary': false }]
GET /groups/{groupId}
Parameters
groupId | int | The ID of the group. |
{ '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 |
GET /groups/{groupId}/allies
Parameters
groupId | int | The ID of the group |
page | int | (Optional) The page to retrieve. |
{ 'Groups': [ {'Name':', 'Id':123456, 'Owner':{ 'Name':', 'Id':23456789 }, 'EmblemUrl':'http://www.roblox.com/asset/?id=189284884', 'Description':', 'Roles':[{'Name':'Advisor','Rank':1}] } ], 'FinalPage':true }
GET /groups/{groupId}/enemies
Parameters
groupId | int | The ID of the group |
page | int | (Optional) The page to retrieve. |
{ 'Groups': [ {'Name':', 'Id':123456, 'Owner':{ 'Name':', 'Id':23456789 }, 'EmblemUrl':'http://www.roblox.com/asset/?id=189284884', 'Description':', 'Roles':[{'Name':'Advisor','Rank':1}] } ], 'FinalPage':true }
IncomingItems
GET /incoming-items/counts
Returns
{'unreadMessageCount': 1, 'friendRequestsCount': 2}
Marketplace
GET /marketplace/productinfo