noblox / noblox.js

A Node.js API wrapper for Roblox.
https://noblox.js.org
MIT License
251 stars 142 forks source link

Add "getUserCurrency" feature #786

Closed FederalNando closed 8 months ago

FederalNando commented 8 months ago

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

ziad-gg commented 8 months ago

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

FederalNando commented 8 months ago

Oh, I didn't know. Thanks!