Universal Script 📌
660 Views
31 Executions

QuerySignal

Universal Script 📌Uploaded by
4 months ago
Please login to perform these actions:

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)

View Raw
Edited By: Https Download


Comments

0
Log in to join the conversation. Login
No comments yet. Be the first!