#Scripting being weird?
2 messages · Page 1 of 1 (latest)
velocity as a value should be an innate part of CharacterBody2D already. look at the documentation for that class for details
so you can't do "var velocity" as it was already defined before. pick a different name for the variable or just assign whatever you needed to the exisiting one.