@hoyoyo80 said:
Hi all,
Im from AGK2
Hey, a fellow previous TGC product user! Welcome! You'll find all sorts of things and resources for learning Godot if you join the Discord, Facebook group, and also check the main website from time to time.
There's also a few YouTube channels that are devoting series' to Godot 3.0: Jeremy Bullock, Jayanam.
Also, even though it is outdated, you should check out GamesFromScratch as he does cover a lot about Godot, and has said he will update his tutorials for 3.0.
Now, to answer your question about visual scripting: I wouldn't use it for a project, it will quickly become cluttered and very difficult to follow. It's based saved for doing event-driven things, like playing animations if the player touches a certain trigger, stuff like that. Doing actual game logic in visual scripting is pretty tricky. You're already somewhat used to programming from AGK, so I would stick with that route.
If you have any questions, this a great community, so feel free to ask any time!