Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

roblox headshot image js

var demo = document.getElementById('img-demo');
var userId = 1; // roblox's userId

demo.src = "https://www.roblox.com/headshot-thumbnail/image?userId=" + userId + "&width=420&height=420&format=png";
 
PREVIOUS NEXT
Tagged: #roblox #headshot #image #js
ADD COMMENT
Topic
Name
3+6 =