How can I turn an object which is welded?

You can write your topic however you want, but you need to answer these questions:

  1. What do you want to achieve? Keep it simple and clear!

I want to rotate a Part which is welded, so that it look to the direction of the player.

Well it does not even have to look at the player but at least turn it around 90 degree on the y axis.

  1. What is the issue? Include screenshots / videos if possible!

  1. What solutions have you tried so far? Did you look for solutions on the Developer Hub?

I tried finding a solution online but I found nothing that help :frowning:

After that, you should include more details if you have any. Try to make your topic as descriptive as possible, so that it’s easier for people to help you!

weld.C1 = hit.Parent.HumanoidRootPart * CFrame.Angles(math.rad(0),math.rad(90),math.rad(0))

Please do not ask people to write entire scripts or design entire systems for you. If you can’t answer the three questions above, you should probably pick a different category.

weld.C1 *= CFrame.Angles(0,math.pi/2,0)
1 Like

I changed it but It seems not work :frowning:

I guess the part isnt in the right position too?

weld.C1 = weld.Part1.CFrame:Inverse()
weld.C0 = weld.Part0.CFrame:Inverse() * CFrame.Angles(0,math.pi/2,0)
1 Like

robloxapp-20220423-2012043.wmv (1.4 MB)
It’s still not working, this is so confusing. Look at the monkey at the end. It should stick in his torso looking at me or just not how it does right now. I tried so much but it won’t get better :face_with_head_bandage:

It was my mistake, I took the wrong weld sorry…