Attempting to get a Players limited value from Rolimons?
Asked by
4 years ago Edited 4 years ago
Hey, so i was trying to get a players limited value, which i could then transfer into values of other plays using a join event.
However, it always returns NIL when trying to use %d+ to match the number (it has a comma in it when its extra numbers like 1,567)
The Code i'm using is:
1 | local HTTP = game:GetService( "HttpService" ) |
3 | local GetValue = Link:match 'id="player_value">(. %d+)' |
If you want to see the HTML yourself: https://imgur.com/78rKxeZ
Any help with this would be appreciated!