ScriptBlox is undergoing maintenance, so downtime is possible. Sorry for the inconvenience!
Universal Script πŸ“Œ
324 Views

QuerySignal

Universal Script πŸ“ŒUploaded by
1 week 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
No comments. Please Login to add a comment.