#If statement not working help
1 messages · Page 1 of 1 (latest)
remove .value on line 15
I don’t get it but it works
speed is an integer, the integer replaces the word speed
if speed == 10 then
into:
if 10 == 10 then
** You are now Level 5! **
because human.WalkSpeed = 16