Easily read what your script functions require and do on a click of a script with this plugin! It’s a very useful plugin especially when you work with teams!
I saw that the original plugin hasn’t been updated in a while and wasn’t colorful for readability so I am releasing my own. (Though I am not the best at design unfortunately this is the best I can do.)
The original plugin made by Luckzureus
How to use:
--[[*
Say Description here
@param [Part] Name1 Say Description here
@param [boolean] Name2
@param [number] Name3
@returns [string] Name4 Say Description here
@returns [Tween] Name5 Say Description here
*--]]
local function YourFunction(Name1: Part, Name2: boolean, Name3: number) : (string, Tween)
end
Example here
Plugin here


