looks like ai-generated code - don't use AI to generate skript code (it's also against the SkUnity rules)
you can parse UUIDs as entities with vanilla skript - just use https://skripthub.net/docs/?id=901
Skript Hub - Documentation
Parses text as a given type, or as a given pattern.
This expression can be used in two different ways: One which parses the entire text as a single instance of a type, e.g. as a number, and one that parses the text according to a pattern.
If the given text could not be parsed, this expression will return nothing and the parse error will be set i...