Okay, So I've been a programmer for quite some time now, going on 6 years. I started LUA about 1 year ago, and to be honest, it's not looking that clear to me. Even with the knowledge from other scripting languages. I was making a custom leaderboard when I was using and Int Value to start a new section under my leaderboard, and I saw a bunch of different Values. But I think I have a pretty good grip on some, But the Bool Value and Int Value seem the same. Can anybody explain?
I'm amazed that in 6 years of programming you don't know the different between a 'bool' and an 'int'.
A BoolValue can either be true (checked) or false (unchecked)
An IntValue holds an integer value
P.S - its 'Lua' not LUA