Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Assistance with a rank script?

Asked by 6 years ago
Edited 6 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)

stats.NetWorth.Changed:connect(function()
    if networth < 7500 then
            givebag(p, "Starter Money Bag", "none") -- player, bag, removebagtype
    elseif networth < 50000 and networth > 7500 then
            givebag(p, "Rookie Money Bag", "Starter Money Bag")
    end 
end)

1 answer

Log in to vote
0
Answered by 6 years ago

bump!!

Ad

Answer this question