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

Removing a part makes script not work?

Asked by
FiredDusk 1466 Moderation Voter
9 years ago

I have a tool in starter pack and in that tool I have a part named "Handle" also, a script that has:

01r = game:service("RunService")
02 
03 
04Tool = script.Parent
05 
06local equalizingForce = 236 / 1.2 -- amount of force required to levitate a mass
07local gravity = .30 -- things float at > 1
08 
09local ghostEffect = nil
10local massCon1 = nil
11local massCon2 = nil
12 
13 
14local head = nil
15function recursiveGetLift(node)
View all 81 lines...

When I delete the handle, the script does not work :/

Help needed! Thanks.

1 answer

Log in to vote
2
Answered by 9 years ago

Every tool needs a handle, unless you make a tool through a script, or unless it's a hopperbin. Removing a Handle from a regular tool it almost like trying to give 100 HP to a player with no Torso.(I'm sure I'm right but Correct me if I'm wrong)

Ad

Answer this question