its not giving me 100 coins i get this error: ServerScriptService.rich:7: Expected identifier when parsing expression, got <eof>
--Locals-- local NomanCoins = game.Players:WaitForChild("Noman538").leaderstats.Coins.Value --Main-- NomanCoins = 100+
I know im bad at scripting
Put the value you want to add in first, then add the value you want to it.
--Locals-- local NomanCoins = game.Players:WaitForChild("Noman538").leaderstats.Coins.Value --Main-- NomanCoins = NomanCoins + 100