so I made this script
local Joint = Instance.new("Motor6D") Joint.C1 = CFrame.new(.25, -.5, 1) -- here Joint.Part0 = Character["Head"] Joint.Part1 = script.Parent Joint.Parent = Character["Head"]
but it seems that the X value and the Y value swaps together (X value becomes Y value and Y value becomes X)
Why is this happening?!?
Instead of changing it to -.5 maybe do the opposite and change it to .5 Hope that helped