Hi, I am just try to understand how notoriety checks how teleportservice and datastoreservice is down or not.

This going is on my head so badly.
Hi, I am just try to understand how notoriety checks how teleportservice and datastoreservice is down or not.

This going is on my head so badly.
You would use pcall to check if the service was able to perform a function or not.
In fact, you’re supposed to use pcall for services that require HTTP or API properties. It states it on the documentation page.

Oh, yes yes, I completely forgot about that.
https://developer.roblox.com/en-us/api-reference/function/Players/GetPlayers
Unsafe doesn’t necessarily mean pcall is required.