How do i add descriptions to function paremeters?

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:
image

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

You can’t do this via comments in studio yet (it’s an FFlag and unreleased). The only way to do this is to make a plugin using ScriptEditorService

2 Likes

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.