I'm making a data store plugin that creates a script which has code to save data for leaderboards, objects, etc. I've learned to save data for my game, and the leaderboard is probably the most simple, and now I have to save objects, which needs the object's name, parent(which I have a good idea on how to do), and the object's class.
The way I did this before was finding an image in the toolbar or catalog that looks or is the class, importing to the plugin, and adding a label for the class name and then having a .MouseButton1Click
event for each image button.
If anyone of you know the answer to this burning question of mine, then please answer the question with script examples.
Thanks!