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

Information on RbxGui.CreatePluginFrame() ?

Asked by 8 years ago

I want to create a gui for my plugin, and when I iterated through the RbxGui Library I saw CreatePluginFrame, but I couldn't get any information using this:

local RbxGui = assert(LoadLibrary('RbxGui'))
print(RbxGui.Help(RbxGui.CreatePluginFrame))

It didn't print anything. Can someone tell me about this method or somewhere with info about it?

Answer this question