Need help with scripting orientation etc

Hello, my name is Daniel. I am having problem with scripting size for UI’s and scripting the orientation for a Part. I have tried Part.Orientation = (0, 0, 0) but it puts a blue line under it (0 is just an example). It does the exact same for UIs. Please help me with this problem.

Greetings

Daniel

change the (0,0,0) to Vector3.new(0,0,0) and 100% it will work

mark my post as solution if it worked

It worked. Thank you! I marked your post as solution.