Assistance with a rank script?
Asked by
7 years ago Edited 7 years ago
NETWORTH ( works as experience points )
There are specific money bag(tools in game.ServerStorage.Storage)
Is there a better way that I can do this involving a table or something(because this doesn't work past the first one)
1 | stats.NetWorth.Changed:connect( function () |
2 | if networth < 7500 then |
3 | givebag(p, "Starter Money Bag" , "none" ) |
4 | elseif networth < 50000 and networth > 7500 then |
5 | givebag(p, "Rookie Money Bag" , "Starter Money Bag" ) |