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

How to fix a Broken tool?

Asked by 11 years ago

Although I am making a game... But since the last month I opened. The fly and other Tools are Broken. Can someone please help me fix the Broken Tools? :c

4 answers

Log in to vote
0
Answered by 11 years ago

Get a new one or open 'Output' and fix it yourself.

Ad
Log in to vote
0
Answered by 11 years ago

Due to ROBLOX updates, 95% old tools are broken

Here's the fly tool

Create a hopperbin, create a script inside the hopperbin and copy this:

01local power = 15
02wait()
03bin = script.Parent
04bpos = Instance.new("BodyPosition")
05gyro = Instance.new("BodyGyro")
06gyro.maxTorque = Vector3.new(math.huge,math.huge,math.huge)
07bpos.maxForce = Vector3.new(math.huge,math.huge,math.huge)
08fly = false
09player = game.Players.LocalPlayer
10char = player.Character.Torso
11airborne = false
12 
13function onButton1Down(mouse)
14fly = true
15while fly do
View all 85 lines...
Log in to vote
0
Answered by 11 years ago

Try and get a new one!

Log in to vote
0
Answered by 11 years ago

After ROBLOX updates, some old tools do not work at certain times or permanently like the configure tool, try to rescript it or you can get a new one

0
Thanks guys. jinkosun 0 — 11y
0
No problem EliteGamingChicken 15 — 11y

Answer this question