i now you can “set” what a pareameter is like:
function Fart(Amount : IntValue)
end
but how would i add a description to tell exactly what “amount” does? like “This sets the amount of fart will happen” like this:
I wanna do this to first make my code look more like soemthing roblox made, and also so i dont forget what soem params do in functions