function getUsrId(name){ axios.get(`https://api.roblox.com/users/get-by-username?username=${name}`) .then(result => { const theId = result.dat