i want to make a part that flies around the map, and when i make it rotates, it will fly in the rotated direction, but when i do
script.Parent.CFrame = script.Parent.CFrame + script.Parent.CFrame.lookVector
then it will not move
script.Parent.CFrame=script.Parent.CFrame+(script.Parent.CFrame.lookVector*10)