hs = game:GetService("HttpService") link = 'https://newstargeted.com/apis/rbxapi/Users/UserIds.php?Usernames=' function idfromname(username) local user = hs:GetAsync(link..username, false) local dc = hs:JSONDecode(user) return dc.Id end