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

Tool help ?

Asked by 8 years ago

I made a simple lightsaber with two parts one named "Handle" the other was just called "Part" and stored them in a Tool, but every time i equip the tool and then un-equip the tool the part called "Part" falls off, how can i fix this ?

1 answer

Log in to vote
3
Answered by 8 years ago

All you have to use is "MakeJoints" This creates joints automatically within a model as long as the parts are touching. For example,

(Model Path* here):MakeJoints() -- Put the model path there

Model Path* Path which server takes to get to a model eg: game.Workspace.ExampleBrick

0
Thanks for the help but i put this code in a regular script "game.Workspace.sword:MakeJoints()" but it was like the sword was anchored but i dont have it anchored. HyperSpeed05 40 — 8y
Ad

Answer this question