Roblox-Tag-Editor
Roblox-Tag-Editor copied to clipboard
APS issues
Client View
Because ServerStorage doesn't replicate to the client, the plugin has no way to access the tag list in the client view in APS. It thinks there's no tags registered, and so most of the functions of the editor don't work.
Server View
Because RenderStepped doesn't fire on the server, even for plugins, the plugin currently has code that just disables it entirely instead of erroring out. See #44.