A Guide to In-Game Currency [Difficulty Level: đźź©]

Nice guide @therealroyaltalor!
You could also add other ways to earning items such as:

  • Loot Boxes (getting a random item when destroying a prop)

Prop Destroyed > Trigger

Trigger Blockcode:

Note: Don’t forget to make item granters and add channels to them such as “grantcash” “grantwatermelon” etc.
This is important for the blockcode as they will broadcast on channel.

Set [Variable] to random integer from # to #
if [Variable] = # 
do Broadcast Message On Channel “insertchannel1”

else if [Variable] = #
        do Broadcast Message On Channel “insertchannel2”

PS: This is infinitely explandable, if you want to make more, just add more “if else do’s”

Credits: @NoYouWillNotTakeMyNa

4 Likes