cuervox123 Posted October 12, 2015 Posted October 12, 2015 (edited) removed Edited April 26, 2016 by Guest Hold On, Be Strong
Dealman Posted October 12, 2015 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. If I help you in a thread and you need further assistance, please don't PM me - use the thread you created instead. This way everyone on the forum can take advantage of it.
Rataj Posted October 13, 2015 Posted October 13, 2015 Probably account data "bank.balance" is empty - returning false.
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