Hello:
In the last days, I had a lot of scripting errors while I tried to use some functions of the Players Service as Players:GetNameFromUserIdAsync() or Players:GetUserThumbnailAsync() because an internal error of roblox. Is that normal or oly I see the errors? (When I stop execution and play again the errors don’t always appear.)
Can you show these errors and an example of a script where there were errors
As of @3YbuKtOp said, could you show the errors?
Also, I have another question, could you send your full script?
These errors are normal since you are sending a HTTP Request (is it?) to get the User Thumbnail, and to get them by their Id, when Handling HTTP requests like this, you wrap them in a pcall to prevent errors.
This is normal only if he sends too many requests
Thats with DataStoreService where it has limitation, and even then they arent perfect, they can still error because of something internal or a failure to read the request.
(I kind of misread what you said but it should still apply)
As I said, they are too puntual and I can’t show the error since it didn’t appear in any execution since that moment. Anyways I think I expressed myself bad. I mean: The image is just a string. Is there any way to get the string whitout make the request? (to avoid errors?)