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?