Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

What is the alternative to LoadLibrary?

Asked by 5 years ago
Edited 5 years ago

LoadLibrary has been deprecated for a while now. What would be a better equivalent of the code below?

local rbxUtility = LoadLibrary("RbxUtility")
local signal = rbxUtility.CreateSignal()    

Answer this question