By central limit theorem, we know that for independent and identically distributed random variables $X_1,X_2,...,X_n$, as $n\rightarrow\infty$, that:
$$\frac{\sqrt{n}(\bar X-\mu)}{\sigma}\rightarrow N(0,1)$$
Where, in this context, $\rightarrow$ represents convergence in distribution, $\bar X=\frac{\sum_{i=1}^n X_i}{n}$, $\mu$ is the mean of the $X_i$'s, and $\sigma$ is the standard deviation of the $X_i$'s.
However, what is the the limiting distribution of the following quantity, for $\alpha\in\mathbb{R}_{>0}$ and $\beta\in\mathbb{R}$:
$$\frac{\alpha\sqrt{n}(\bar X-\beta\mu)}{\sigma}$$
Similarly, what is the limiting distribution of:
$$\frac{\alpha(\bar X-\beta\mu)}{\sigma}$$
Is it possible to determine a limiting distribution for either of these quantities for all values $\alpha$ and $\beta$? Remember, the underlying $X_i$'s are not necessarily normally distributed; all we know is that they are i.i.d. If not, what additional assumptions need to be made to determine these limiting distributions?