So, I am in trouble, in my code, for some reason there is an error (as in name of this arcticle) and doesn’t work. Please help me!
Error: Error: (14,2) Syntax error: Incomplete statement: expected assignment or a function call
Code:
if player.leaderstats.EXP.Value >= exprequired then
print("test")
player.leaderstats.Levels.Value + 1 --THIS
end