Hello, I require assistance in this small problem I have.
For some reason, no matter the CFrame.Angles input, it will refuse to rotate at all.
I’ve tried browsing to see if anybody has the same issue as this, but I couldn’t really find anything - the solutions the others provided was only relevant to model parts, not player parts. I’ve tried using SetPrimaryPartCFrame as well, but it also refused to work (same outcome)
The sword gets stuck like this the entire time (Even with different angles) Sorry if this is a dumb question.
Could you provide the part where you actually set the CFrame?
If that is the whole script just so you know, listing a variable as a property of an instance and then applying changes to that variable won’t do anything to the property of that instance. The variable is basically it’s own property. Also you should use a WeldConstraint because welds set position based off the C0 and C1 offset properties.
That won’t do anything because of the weld, you should recommend using a weld constraint or using appropriate CFrame offsets with the weld he’s already used.