Hi guys! Any ideas why I get a HTTP 400 error that the userid is not valid (The userid is just 123 saved in the Datastore)
Thanks :)
local Datastore6 = game:GetService("DataStoreService"):GetDataStore("BestOverallUserId") userid = Datastore6:GetAsync("BestOverallUserId") local lol = game:GetService("Players"):GetNameFromUserIdAsync(userid) script.Parent.Text = "Set by: "..lol