Why isn't the value multiplying correctly?
I am having trouble with this code
game.ServerStorage.ClickDetector:Clone().Parent = RainBB
01 | RainBB.ClickDetector.MouseClick:Connect( function (player) |
03 | local PlayerRain = player.leaderstats.Rain |
04 | local PlayerRebirth = player.leaderstats.Rebirths |
05 | local PlayerMulti = player.leaderstats.Multiplier |
08 | PlayerRain.Value = PlayerRain.Value + 1 * (PlayerRebirth.Value) + 1 * (PlayerMulti.Value) |
Basically, when you click the rain block, it will give you rain in your leaderstats. But for some reason, It is not multiplying with the rebirths and multiplier. I really need help with this in order to release my game. Thanks!