Helicopter tool help
#1
Can anyone edit the Helicopter tool to launch rockets?like a KeyDown Function?
Reply
#2
The order and I have been talking lately whether to advance our military or to advance on Coke-flavored broccoli, we chose Coke-flavored broccoli, I'm afraid that we're not going to get that technology any time soon, so contact a scripter and see what he can do.
Reply
#3
function keyDown(c, hit)
if c == "b" then
local bomb = create("Box")
bomb.Name = "Bomb"
bomb.Size = Vec2D(2, 5)
bomb.Position = script.Parent.Flier.Position
if bomb.hit.Type = "Character" or "Box" then
local ex = create("Explosion")
ex.Position = bomb.Position
end
end
end


At the end of the script:

link(script.Parent.KeyDown, keyDown)
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)