Hexadecimal conversion help

heres my code

1 Like

So wait whats this for… im confused (prob cuz i dont code alot)

1 Like

Player id - timestamp extraction

1 Like

oh, didn’t we research that?

1 Like

Were you trying to copy @Blueboat’s or @Blackjack’s(sorry for the ping) guide in the Player Id reseach topic (I forgot who did the code)

Oh yeah, we did

yeah.

1 Like

Blueboat’s i’m guessing. I posted most of my research on a padlet, so not much is on that topic lol

you’re good

1 Like

Ima go check the topic…
in the meanwhile, what result did you get?

just 0.


I can’t find any mistake… try adding debug blocks (activity feed blocks) between every “dec” var change, and see what the numbers say…

In the first picture, you’re setting the number to text, so you’re multiplying text by a number which isn’t possible, that’s probably why you’re getting 0, try having the player time decoded property as a number to avoid this.

2 Likes

i changed that but it still says this
Screenshot 2025-05-08 18.49.46

1 Like

show me your new code.

1 Like

it the same except for this


this is the bottom of the first image

That also has to not be set to text, have your Player Time Dec property set to number if it’s not and remove that convert number block, it’s messing the code maybe.

its still giving me error message

weird…you changed the property as a number property right?

Yeah.


You have this block code where you’re subtracting like a really big number from the Dec variable…why?