use players UUID from storage to execute a command as that player
I am trying to pull the user UUID that I stored in storage to execute a command as that player. This is what I have but nothing I do seems to work
scoreboard objectives add UUIDMost dummy scoreboard objectives add UUIDLeast dummy
execute store result score @s UUIDMost run data get storage id:dwinget_data tempPlayer[-1].UUID[0]
execute store result score @s UUIDLeast run data get storage id:dwinget_data tempPlayer[-1].UUID[1]
$execute as @e[nbt={UUID:[I;$(UUIDMost),$(UUIDLeast)]}] run say hello