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

How can I make rocket launcher's speed faster?

Asked by 11 years ago

And reload faster too. Thanks, supersupersnivy97

1
Post some script. What have you tried? Read the blog post about how to ask effective questions. Looking forward to helping you out! AxeOfMen 434 — 11y
0
OK thanks supersupersnivy97 0 — 11y

4 answers

Log in to vote
-1
Answered by 11 years ago

this is not possible as the speed of the rocket is based on the lag of the game.

the reload speed is just replace the RocketLauncherScript in model and delete everything in that script and add

001local Tool = script.Parent
002local Launcher = Tool.Handle
003 
004local Rocket = Instance.new("Part")
005Rocket.Locked = true
006Rocket.BackSurface = 3
007Rocket.BottomSurface = 3
008Rocket.FrontSurface = 3
009Rocket.LeftSurface = 3
010Rocket.RightSurface = 3
011Rocket.TopSurface = 3
012Rocket.Size = Vector3.new(1, 2.5, 1)
013Rocket.BrickColor = BrickColor.new(23)
014Rocket.FormFactor = 3
015 
View all 137 lines...

change the wait number to how many seconds where I said in the script

hope this helps :)

1
ok thanks :) supersupersnivy97 0 — 11y
0
what about reload speed? supersupersnivy97 0 — 11y
Ad
Log in to vote
0
Answered by
SNOWFKE 25
11 years ago

I'm pretty sure you can edit the scripts within the rocket to speed it up to your liking. I've done that on a few things before.

Log in to vote
0
Answered by 11 years ago

Go on ROBLOX Studio and add to your game the FastRocket tool.

Log in to vote
-1
Answered by 11 years ago

I think i know how, I dont know if this is right but I think that if you go in the bullet script and change the speed it will work

Answer this question