Introducing.. the BRAND NEW Get Animations from Folder Module!

Hello all, I am SlimeMatteo, I identify as He/Him and I prefer being called Matt. I am here to talk about my FIRST EVER module!!

So many of you might be asking “well what does this module even do?” and to put it simply, the module looks for the following instances mentioned below inside the animation folder and prints out what my module could find. The module currently only prints out Animation Ids and the Animation Name of the Animation instance, along with the names of keyframe sequences.

THE CURRENT INSTANCES THAT SUPPORT THIS MODULE INCLUDE ANIMATIONS AND KEYFRAME SEQUENCES!!!

the link to the module is here

This is my first DevForum post and is also my first ever module, so PLEASE let me know if there are any bugs, I will try to the best of my ability to fix them.

3 Likes

#resources:community-resources

3 Likes

I don’t think you specified what I could call you

5 Likes

You have no idea on what you’ve made :skull:

7 Likes

What is the point of this :sob: , you most likely already know what your animations are and you label them as so

1 Like

I like this. Thumbs up, upvoted and saved to bookmark.

2 Likes

Ah yes, the output. Surely the best way to return data.

2 Likes

My only concern in that image is you using the light theme.

2 Likes

I honestly made it to help my friend because in his game because the animations weren’t exactly organized… so I made a folder, and this module and thought to make a devforum about it! And yeah, some might argue that its pointless but I see it as a way of learning, and since then, I’ve had so many module ideas that I can possibly make just to help you guys!

1 Like

Why not just organize them though?

1 Like

Instead of arguing that it is pointless, I think that it is better suited as a plugin. I also have a few points of feedback.

  1. Format the output to make it easier to find KeyFrameSequences or Animations by their Names/Ids.
  2. Add some more documentation to better represent what is occurring.
Example Documentation
--[[
	Prints information regarding the animations within the specified folder, such 
	as the name, type, and ID.

	@author SlimeMatteo
	@version 0.1
	
	@param AnimationFolder the folder searched
	
	@example
	-- Prints animations under the Animations folder
	module.GetAnimations(ReplicatedStorage.Animations)
]]

Great work!

1 Like