I’m trying to make a fighting game with a targeting system like Legend of Zelda: Ocarina of Time. I don’t have much experience with coding. Thanks for the help!
I’d Suggest To try theese 2 ways I figured out when i was a new to coding in lua:
make a bool value name target also have a string value and set the target name to the string value and the bool value to be named IsTargettting and set it true when the string value has a target using magnitude to detect the opponent in a script If u haven’t started in scripting yet there are plenty of tutiorls on youtuibe and look for magnitude tutioral and more info about string values bool values.
sorry i tried my best explaining this in words… but hope it helps wish u luck!
I don’t really understand most of scripting I have like 0 experience so far, but I can somewhat understand the topic of what youre saying. Thanks!