script.Parent.CFrame = CFrame.Angles(10,10,10)
The part was initially in the sky but as soon as I run this code, the block spawns inside the baseplate. I am only changing the angle but it also changes the position. Please help!
You need to remind it what position it has.
script.Parent.CFrame = CFrame.Angles(10,10,10) + script.Parent.Position