Advertisement
LuckyScripters

Old Roblox Thumbnail Profile

Oct 31st, 2022 (edited)
244
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. // Old Roblox Thumbnail Profile
  2. // Configurations made by LuckyScripters
  3. // The script will work only if you do not put any objects on your head
  4. // To run the script you need to inspect the element, go to the Console column then paste the script and press Enter
  5.  
  6. $.ajax({
  7.   method: "POST",
  8.   url: "https://avatar.roblox.com/v1/avatar/thumbnail-customization",
  9.   contentType: "application/json",
  10.   data: JSON.stringify({
  11.     "camera": {
  12.         "distanceScale": 0.725,
  13.         "fieldOfViewDeg": 30,
  14.         "xRotDeg": 0,
  15.         "yRotDeg": -12.25
  16.     },
  17.     "emoteAssetId": 0,
  18.     "thumbnailType": 1
  19.   })
  20. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement