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

How to replace LoadLibrary?

Asked by 4 years ago
Edited 4 years ago

I tried searching of LoadLibrary for my intro, but however, none works. How do you replace LoadLibrary when I have this code?

local c = game.Workspace.CurrentCamera
local data = LoadLibrary("RbxUtility").DecodeJSON(script.CutsceneData.Value)
local rs = game:GetService("RunService").RenderStepped

(I'm asking for a Code not a website)

Answer this question