task)ewards$PlayTime:Update (Unknown source) (Source: Unknown(0,0, 0,0))

hi @qqe , @Shabuway
the code is most likely
Verse-Scripts/CustomRankSystem at main · PiEqualsThree/Verse-Scripts · GitHub

This has been used many times. this like any code like a lot of Verse code cannot cope with high resource usage

the fix to your code is to prefix your code with

allowed

name() : type = codeblock
this would stop the runtime errors and allow checking as returns Boolean true / false

if(name()<decides><transacts> : type = codeblock)

This very pseudo code as we speculate on your code
the example code does not need this as it uses sleep() function before doing transactions
see documentation
Specifiers and Attributes in Verse | Unreal Editor for Fortnite Documentation | Epic Developer Community

1 Like