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

How to create script on joints?

Asked by 9 years ago

I have problem, i don't know how to make script on joint breaking and rotation. I need script, which activate rotation, becouse it can only one time do it. Can someone help me?

Thanks, karolus1.

1 answer

Log in to vote
0
Answered by 9 years ago

The easiest way to create joints between parts is with the :MakeJoints() function. It is used on a model, so a script inside the model would look like this:

local model=script.Parent --define our model
model:MakeJoints() --create joints for the model

I hope this helps!

For more on joints, click here.

0
Ok, thanks i'll check it later and if you help me ill accept answer. karolus1 8 — 9y
Ad

Answer this question