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()