noblox/noblox.js

Add "getUserCurrency" feature

FederalNando opened this issue · 2 comments

Noblox should have a getUsercurrency feature to know how much robux the user currently has

Hello @FernandoPelarich noblox already have a function noblox.getCurrentUser which can return user currency

Here is the reference
https://noblox.js.org/global.html#getCurrentUser
https://noblox.js.org/global.html#LoggedInUserData

Oh, I didn't know. Thanks!