I alredy have a semicolon. wtf? also, if i put “:” after “var” (1th and 2nd), then it’s also an error: BCE0044: expecting EOF, Found ‘var’
Compiler errors are famously difficult to interpret, especially when it comes to syntax problems.
This part:
var rotation float =
Should read:
var rotation : float =