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

I can't rotate with CFrames and weld a brick onto the character?

Asked by 6 years ago

I'm trying to weld a brick to the player's arm but the brick isn't not rotating at all when i use CFrame.Angles

1local po = game.ReplicatedStorage.Quirks["Full Cowl"].DecalPart
2po.Parent = workspace
3po.CFrame = char.RightLowerArm.CFrame * CFrame.Angles(3,1,5)
4 
5local weld = Instance.new("Weld")
6weld.Parent = char.RightLowerArm
7weld.Part0 = char.RightLowerArm
8weld.Part1 = po
0
the brick needs to be anchored User#23365 30 — 6y
0
Hmm, I haven't used CFrame.Angles() Mirzadaswag 110 — 6y

Answer this question