👇 A #RobloxDev thread!
Variables - their purpose is to store data inside a script. 🗃️
They consist of a name and a value. 🤔
Their name is used to ACCESS the variable (read or write) and their value can be a number, string, boolean or even a table. I'll go over all the types later 👇