I’ve been trying to build my first platformer game, my first game ever … I really wish to do so, but in order to build one I need to learn scripting, so I’ve been told the official site has lessons for Scripting that are useful, but I can’t find them.
Any help or tutorial videos will be much appreciated.
Defold uses a programming language called Lua. It’s very commonly used in games, for scripting of plugins, ui or all game logic.
If you have no prior experience of programming in any language then you need to start from the absolute beginning. My recommendation is to read the book Programming in Lua: https://www.lua.org/pil/contents.html#P1