
Description
`QuerySignals` it fetches every RBXScriptSignal from a Object and prints information about it like: - Signal Name : the name of the signal - Params: its parameters - (ParamName: Type) - IsDeprecated: if the signal is Deprecated - DeprecatedMsg: if the Signal is Deprecated and has a desperation message - CanReplicate: indicates if you can use [ replicatesignal ] on it (note: this only works if your executor supports [ cansignalreplicate ]) How to use: execute the script and then you can either getgenv().QuerySignals(your_object) or QuerySignals(your_object) if your executor fully supports getgenv() QuerySignals(workspace)

![[REGISTER] Jujutsu Shenanigans](/images/script/9391468976-1786846465057.png)
![[UP] Just a baseplate.](/images/script/123974602339071-1788217667447.png)


