Recently started studying probability and statistics. What I first learned is that random variables are like functions taking outcomes from an experiment and plotting them to a number on the real-axis.
I feel that my interpretation can't be applied to for example the definition of the central limit theorem where we are asked to sum independent identically distributed random variables. Should I think of the addition like the addition of two arbitrary results of the random variables?
You can think of it in the same way you add functions in $\mathbb R\to\mathbb R$, i.e. pointwise operations. If you had functions $f:\mathbb R\to\mathbb R, x\mapsto 2x$ and $g:\mathbb R\to\mathbb R, x\mapsto x+3$, then you would have $(f+g):\mathbb R\to\mathbb R, x\mapsto (2x) + (x+3) = 3x+3$.
Similarly, if you can think of the sum of two random variables $X$ and $Y$ as $(X+Y):\Omega\to\mathbb R, \omega\mapsto X(\omega)+Y(\omega)$.
For example, let's say you rolled two die. The sample space would be $\Omega = \{(x,y) : 1\leq x,y\leq 6\}$. If we let $X$ be the first roll and $Y$ be the second roll, then $X:\Omega\to\mathbb R, (x,y)\mapsto x$ and $Y:\Omega\to\mathbb R, (x,y)\mapsto y$. Then the random variable for their sum would be the function $(X+Y):\Omega\to\mathbb R, (x,y)\mapsto X(x,y) + Y(x,y) = x+y$.