cuervox123 Posted October 12, 2015 Share Posted October 12, 2015 (edited) removed Edited April 26, 2016 by Guest Link to comment
Dealman Posted October 12, 2015 Share Posted October 12, 2015 It's really self explanatory. A boolean value is either true or false. You're attempting to do some math calculations with a boolean value. For example; local x = false print(x+10) This would return the same error. Of course you can't do false+10 or true+10. The debug will tell you exactly on what line this error occurs - go from there. Link to comment
Rataj Posted October 13, 2015 Share Posted October 13, 2015 Probably account data "bank.balance" is empty - returning false. Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now