HttpService:GenerateGUID() produces inconsistent results in-studio and in-game

Studio Output (uppercase):
image
Game Output (lowercase):
image

Although it may not result in bugs in all cases, consistency in behavior is important. A developer converting hexadecimal to base may expect a capitalized input and have it run perfectly in studio, but fail in-game without explanation.

The docs are inconsistent as well, with the explanation citing lowercase results but the code sample showing uppercase:

7 Likes

Forwarding to the team! We’ll update you here as soon as we can.

1 Like

Hi, this should now be fixed and all GUID generated through HTTPService will be lowercase. Thanks!

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.