print(v.Name) -- High Jump
print(v.Value) -- 3
player:SetAttribute(v.Name, v.Value)
Attribute name contains illegal character ’ ’ (“High Jump”)
It says the illegal character is ’ ’ but I don’t use that at all??
print(v.Name) -- High Jump
print(v.Value) -- 3
player:SetAttribute(v.Name, v.Value)
Attribute name contains illegal character ’ ’ (“High Jump”)
It says the illegal character is ’ ’ but I don’t use that at all??
Dear NinjoOnline,
No spaces in your attribute name.
Kind Regards,
Your Pal, Kullaske