I’ve been trying to figure this out, but I can’t seem to make it work. Could anyone help?
Ill provide screenshots bellow.


Thanks!
I’ve been trying to figure this out, but I can’t seem to make it work. Could anyone help?
Ill provide screenshots bellow.


Thanks!
The error message suggests you made a typo and misspelled “Strength”. The line you claim throws the error is probably not the one.

In this piece of code there is no “Strenght” typo:

A little off topic, but instead of doing
leaderstats.Strength.Value = leaderstats.Strength.Value + 1
you could just do
leaderstats.Strength.Value += 1 -- Adds one to the current value