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

Cash not part of initial value?

Asked by 7 years ago

thats what it says in output

if i == 0 then status.Value = 'Times Up' for _, player in pairs(game.Players:GetPlayers()) do if player:FindFirstChild('leaderstats') then player.leaderstats.Cash.Value = player.leaderstats.Cash.Value + 10 end end break else end

I'm trying to make a roblox sword game and it's not giving the coins to the player after the round ends

0
we can't help you. try editing the answe and changing the code to fit into a code block and include the code you used for the leaderboard ARTEK22 135 — 7y

Answer this question