crazyzee
|
  |
| Joined: 24 Aug 2010 |
| Total Posts: 275 |
|
|
| 23 Nov 2011 09:31 AM |
| ok i hav learned to script but i cant make a rasengan. |
|
|
| Report Abuse |
|
|
|
| 23 Nov 2011 09:32 AM |
No you have not learned to script that fast. Go away. |
|
|
| Report Abuse |
|
|
crazyzee
|
  |
| Joined: 24 Aug 2010 |
| Total Posts: 275 |
|
|
| 23 Nov 2011 09:33 AM |
| stop doing all my forums get out |
|
|
| Report Abuse |
|
|
|
| 23 Nov 2011 09:33 AM |
Okay let me try to help you then. What do you need help with? |
|
|
| Report Abuse |
|
|
crazyzee
|
  |
| Joined: 24 Aug 2010 |
| Total Posts: 275 |
|
|
| 23 Nov 2011 09:44 AM |
| ok the whole point is a clone summons in front of me then puts a ball on my hand then goes away and then i roam around and hit someone and when i hit them they spin then explode taking 1/4 of thier health. if you cuold help me i would appreciate that. |
|
|
| Report Abuse |
|
|
|
| 23 Nov 2011 09:45 AM |
| Ok to do this you need to script a ball that is welded to you'r hand then do the positioning then put another weld in so it spins and when it touches someone it does dammage.And thats how you do it.But if you'r looking for the script you have come to the wrong place...... |
|
|
| Report Abuse |
|
|
|
| 23 Nov 2011 09:46 AM |
You would have to make a script.
|
|
|
| Report Abuse |
|
|
crazyzee
|
  |
| Joined: 24 Aug 2010 |
| Total Posts: 275 |
|
|
| 23 Nov 2011 09:49 AM |
yah i was looking for the script i rlly need help but would this work
armuptime = 1--how many seconds the arm stays up realtime = armuptime * 20 --a formula for the armuptime wait(10) --just so the arm doesnt return nil arm = script.Parent.Parent.Parent.Character["Right Arm"] debounce = true function onButton1Down(mouse) if debounce == true then --reload check debounce = false g = Instance.new("Part") --rasengan g.Parent = game.Workspace g.Shape = "Ball" g.Transparency = 0.2 --slightly transparent g.Size = Vector3.new(2 , 2 , 2) g.BrickColor = BrickColor.new(23) --blue g.CanCollide = false g.TopSurface = 0 g.BottomSurface = 0 ki = script.Parent.Kill:Clone() ki.Parent = g ki.Disabled = false local w1 = Instance.new("Weld") --makes a ball weld w1.Parent = arm w1.Part0 = arm w1.Part1 = g w1.C1 = CFrame.new(Vector3.new(0,1.8,0)) * CFrame.fromEulerAnglesXYZ(0,0,0) local BV = Instance.new("BodyVelocity") BV.Parent = script.Parent.Parent.Parent.Character.Torso BV.maxForce = Vector3.new(math.huge,math.huge,math.huge) BV.velocity = script.Parent.Parent.Parent.Character.Torso.CFrame.lookVector * 150 for i=1, realtime do script.Parent.Parent.Parent.Character.Torso["Right Shoulder"].DesiredAngle = math.pi/2 --That's holding up arm like a tool. wait() end g:Remove() wait() BV:Remove() for i=1,20 do g.Transparency = g.Transparency - 0.01 wait(0.1) end wait(3) debounce = true end end function selected(mouse) mouse.Button1Down:connect(function () onButton1Down(mouse) end) end script.Parent.Selected:connect(selected)
|
|
|
| Report Abuse |
|
|
|
| 23 Nov 2011 09:50 AM |
This may be of use.
http://wiki.roblox.com/index.php/Introduction_to_Weapons |
|
|
| Report Abuse |
|
|
|
| 23 Nov 2011 09:51 AM |
| Nice free model you got thar. |
|
|
| Report Abuse |
|
|
crazyzee
|
  |
| Joined: 24 Aug 2010 |
| Total Posts: 275 |
|
| |
|
| |
|
|
| 23 Nov 2011 09:52 AM |
| lul free models are so nice :3 |
|
|
| Report Abuse |
|
|
crazyzee
|
  |
| Joined: 24 Aug 2010 |
| Total Posts: 275 |
|
| |
|
crazyzee
|
  |
| Joined: 24 Aug 2010 |
| Total Posts: 275 |
|
| |
|
|
| 23 Nov 2011 10:02 AM |
| What's wrong with it? Don't just say "plz help me" |
|
|
| Report Abuse |
|
|
crazyzee
|
  |
| Joined: 24 Aug 2010 |
| Total Posts: 275 |
|
|
| 23 Nov 2011 10:03 AM |
| when i press it my attack doesnt work |
|
|
| Report Abuse |
|
|
|
| 23 Nov 2011 10:03 AM |
| Can you make it a model so I can see what's wrong with it? |
|
|
| Report Abuse |
|
|
| |
|
crazyzee
|
  |
| Joined: 24 Aug 2010 |
| Total Posts: 275 |
|
| |
|
| |
|
crazyzee
|
  |
| Joined: 24 Aug 2010 |
| Total Posts: 275 |
|
| |
|
|
| 23 Nov 2011 10:11 AM |
http://wiki.roblox.com/index.php/Introduction_to_Weapons Read that.
|
|
|
| Report Abuse |
|
|
crazyzee
|
  |
| Joined: 24 Aug 2010 |
| Total Posts: 275 |
|
|
| 23 Nov 2011 10:23 AM |
| ok my script might work crossing my fingers |
|
|
| Report Abuse |
|
|
|
| 23 Nov 2011 10:24 AM |
| I'm not sure you're ready for makeing weapons yet... |
|
|
| Report Abuse |
|
|