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
1 | script.Parent.CFrame = script.Parent.CFrame + script.Parent.CFrame.lookVector |
then it will not move
1 | script.Parent.CFrame = script.Parent.CFrame+(script.Parent.CFrame.lookVector* 10 ) |