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

How do i Equip a scripted part onto a players torso (Its a tail)?

Asked by 6 years ago

I made a tail from a particle emitter and i was wondering how i could make it so the owner of the script spawns with the tail.

0
Sort of like that...? KingLoneCat 2642 — 6y

1 answer

Log in to vote
0
Answered by 6 years ago
Edited 6 years ago

Hey lunarshade9999,

What you are trying to do is actually quite simple. All you need to do is weld the part to the Torso. While this may be quite simple, I can see how it can be complicated when you've had little experience with welding, so I will demonstrate how welding works below and if you want to know more about welding, click here.


Welds are objects that you can use to join parts together, very useful for weapon creation, custom character joints, and such. The 4 main properties of Welds are: Part0, Part1, C0, and C1.

Part0

The base

What the part is being connected to.

In a Character it would be the Torso.

Part1

The part itself.

The part that is being connected.

If the weld is for the RIght Arm in a Character, Right Arm would be the Part1.

C0 and C1

Both CFrame values

They both decide the offset for the parts.

I don't want to go into details of what each is because anyhow I explain C0 and C1, the wiki can describe them better.


Anyways, that's my explanation of what a Weld is and it's uses.

Hope, I helped and have a nice day/night.

Thanks,

~~ KingLoneCat

0
thank you lunarshade9999 0 — 6y
0
Np. KingLoneCat 2642 — 6y
Ad

Answer this question