Hello. Im trying to make a part move in the direction its facing using vectorToObjectSpace but it seems to be moving in some arbitrary direction. Any help would be greatly appreciated.
while wait() do
script.Parent.Position += script.Parent.CFrame:vectorToObjectSpace(Vector3.new(4, 0, 0))
end