Hello! I need some help. I am trying to add to the Value using a Command I have made, but I’m struggling with actually adding the Value! Thanks, AridOats.
Code Sample:
if msg:sub(1, 8) == "!addminutes " then
local playergettingmins = game.Players:FindFirstChild(msg:sub(9))
if playergettingmins then
playergettingmins.leaderstats.Minutes.Value = + 1
end
Thank you, sorry for my terrible counting. It’s been a while staring at code!
And yes, that Adding Value is the main thing I wanted! Cheers. Have my solution for… giving me the Solution!