Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
-1

Help With Magic? [closed]

Asked by 8 years ago

How would I go about scripting mage attacks from diffrent type of elments like fire , wind , air , water etc , I want to know what would I have to learn to be able to script mage spells .

PS : Thanks :D

0
You'll have to learn the basics of scripting first. GeezuzFusion 200 — 8y
0
I know some bascis like functions , variables , and etc. KelsiCabana 70 — 8y
0
P.S. THANKS UniversalDreams 205 — 8y

Closed as Too Broad by Articulating

This question has been closed because it is too broad and is generally unanswerable. Please ask a more specific question.

Why was this question closed?

1 answer

Log in to vote
1
Answered by 8 years ago
  1. Scripts vs local scripts
  2. Properties of objects
  3. Events, like Key down event, on click event, on touch event 4.How to create a new part using Instance.new
  4. body velocity for the moving part
  5. CFrame for position of the part againsts/towards your body 7.CFrame.lookVector

There is quite abit of knowledge with this. So as you master one, prove you can do it step by step, so start off small, then advance. The other approach of learning is to look at code and tear it apart(by commenting it out) step by step to see how it works.

I do the second approach and sometimes the first approach if I become abit confused.

Sources: http://wiki.roblox.com/index.php?title=CFrame#Properties http://wiki.roblox.com/index.php?title=API:Class/BodyVelocity

Both are very helpful. If you want to get started quickly just do the first 3 pieces i mentioned and then go straight towards finding code that shoots out an object and then replicating it, and making it better than before. Dont forget to comment code so that you will know what it does later as you work on it.

Ad