At the moment I’m making a basic game in Roblox like Total War, that is, you have an NPC, and I want to start by making it so that you can click on a certain area and the NPC would move there, I also want to make it so that it can attack another NPC also when you click, and a basic camera like in total war, so that you can zoom in and out, etc. How to do all this? Maybe there are some video guides or text guides?
Try seaching Mouse instance official documentation from roblox. It will help you to detect where player clicks. Also I would recommend to do the same for Camera instance, combined with youtube tutorials
1 Like