local hero = "Duncan" - this is how you define a hero. But it's better to define it at the beginning of the script and without "local" so that you can use "hero" in any function of the script later.
New here? I'm Roha — want a quick tour?
local hero = "Duncan" - this is how you define a hero. But it's better to define it at the beginning of the script and without "local" so that you can use "hero" in any function of the script later.