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

why is the X value and the Y value always swapping?

Asked by 4 years ago
Edited 4 years ago

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?!?

1 answer

Log in to vote
1
Answered by 4 years ago

Instead of changing it to -.5 maybe do the opposite and change it to .5 Hope that helped

Ad

Answer this question