Temmies Instance Animator - Animate ANYTHING at ease!

:artist_palette: Temmies Instance Animator

The Ultimate General-Purpose Animation Suite for Roblox

:rocket: Stop Rigging. Start Animating.

T.I.A. breaks the chains of traditional Roblox animation. No Motor6Ds, no rigging, no limitations.

If it exists in the Explorer, you can animate it.



:sparkles: Why T.I.A?

Most animation plugins force you to use character rigs. Temmies Instance Animator is designed for everything else. Whether you are making complex UI transitions, moving platforms, flickering lights, or custom visual effects, T.I.A handles it with a familiar, timeline-based workflow.

Basic New Animation Example:

:key: Key Features

Feature Description
Universal Support Animate Parts, UIs, Decals, Lights, Textures—anything with a property.
Multi-Instance Control Animate multiple objects in a single timeline with perfect synchronization.
Precision Timing Give every single property its own Easing Style, Direction, and Duration.
Property Locking Lock specific properties to prevent accidental edits while animating.
Looping & Sync Create infinitely looping animations or perfectly sync multiple objects.
Relative Tweening Use Addition Mode to add to values (e.g. Size + 5) rather than setting them absolutely.

:movie_camera: Showcase & Capabilities

1. Complex UI Animations

Perfect for hover effects, loading screens, and menu transitions without writing complex tween scripts manually.

Hover Button Example:

Loading Bar Example:

2. Physical Environment

Bring your map to life with moving platforms, machinery, and dynamic lighting.

Cog Wheel Example:


:hammer_and_wrench: Powerful Tools Under the Hood

:plus: Addition Mode (Relative Tweening)

Most tweens set a value to a specific number (e.g., Size = 10).

Addition Mode treats your keyframes as offsets.

  • Example: Define a keyframe as +5 Size.
  • Result: The object grows by 5 studs, regardless of its original size.

Example of how it works:

:locked: Property Lock System

  • Selective property protection: Lock specific properties to prevent unwanted changes during animation
  • Precision control: Animate only the properties you want while keeping others static

Example of Property Locking:

:cross_mark: Property Disabling

Don’t want to animate the Color? Click the “Enabled” the property to Disable it. The animator will ignore it, keeping your timeline clean.

  • You can choose specifically which object to disable by RIGHT CLICKING the “Enabled” button:

image

Example video:

:memo: Live Editing

Need to tweak an animation? Just select the object or the saved ModuleScript, and T.I.A will load the timeline right back up.


:laptop: API & Scripting

Playing animations in-game is incredibly optimized. The plugin compiles your animation into a lightweight ModuleScript.

How to Play an Animation

  1. Export: Your animation saves as a ModuleScript inside your object.
  2. Insert API: Click “Insert Module” in the plugin to get the T.I.A engine (put this in ReplicatedStorage).
  3. Script It:

local TIA = require(game.ReplicatedStorage:WaitForChild("T.I.A"))

local MyAnimModule = script.Parent.TemmieTweens.MyAnimation

-- Load the animation

local track = TIA:Load(MyAnimModule)

-- Play it!

track.Play()

:new_button: Advanced Control: Resetting

Need to cancel an animation and snap the object back to exactly how it was before?


-- Stop the animation and revert properties to original state

-- You can even customize the transition time back to normal!

track.ReturnToOriginalState(TweenInfo.new(0.5))


:inbox_tray: Installation

Currently, the Roblox Marketplace link is under maintenance. Please install the plugin directly from the GitHub repository. It contains the source code, latest releases, and documentation.

:link: GITHUB REPOSITORY LINK

(Download the latest .rbxmx release and drag it into your Studio plugins folder)

đź“‚ View More Examples

18 Likes

Loved your work in Undertale and Deltarune, surprised to see you explore this new direction.

3 Likes

this made me giggle,
yes of course after i went to college i started learning coding duh

3 Likes

Bro’s really speedrunning the recording :sob: cool plugin!

2 Likes

i put it in x2 speed to show it faster :sob:

edit: also thank you for the feedback too!

1 Like

version 4.4 is out, with not much additions, i just redid the settings system of the animations so i can easily create new ones later.

(may affect existing animations settings)

I also edited the post to show how you can edit existing tween animations you have made!

Version 5.0 IS OUT!!

Here is a video of some of the new stuff released in this update:

Checkout the new release below:

1 Like

Hey, appreciate you sharing the plugin.

Just a heads-up for anyone interested — the author has a history of creating, distributing and using cheats, including one which is sending player data to Discord via webhooks. Even if the current version of the plugin looks clean, it’s important to be cautious about future updates or changes.

I included an image from the GitHub linked in the OP with a single script I briefly reviewed.

Edit: Upon further review, the “Source Code” provided appears to just be the README.md. Since the plugin isn’t available on the Roblox store and is only offered as an .rbxmx file, I would be especially cautious about using it. I personally didn’t examine the file for that reason — there may be attack vectors I’m not aware of, and I’m well aware of the risks associated with local plugins and the .rbxmx format.

6 Likes

to clear what is said up above, yes i used to exploit/create my own exploits for specific roblox games, this webhook was simply to document the usage of said exploit, but have since moved on from it (i got too lazy to cleanup my github page :sob:), ill gladly add the source code to not have people worry.

i dont want any users of this plugin to be worried about this plugins security issues:

  • source code has been added to the most recent version (5.0)

ps. i have also made private all past repositories involving exploiting, if anyone would like to see them for any reason, i would gladly show you, im not ashamed

with this, ill be rewriting some parts of the plugin to allow it to be accessible on the ROBLOX MARKETPLACE!!

1 Like

Version 5.1 is out now!! (with source code)

IT IS NOW ON THE ROBLOX MARKETPLACE!!!

Marketplace Link:

Update Log and Source Code:

The link to this plugin opens to a 404 error.

Yea same for me. I think Roblox toke it down over past history of the creator voiced by @br_cks

this is really cool, i’ll definitely use this for my projects

do you perhaps have any donation options to pay for coleg

it works for me

It was never taken down, it may have been an issue with roblox itself, but it is back up it seems!

if you would love to donate to me, i have a link to a gamepass if you would like to, thank you if you do!!

although the UI for the plugin may not be the best to look at, its such a lifesafer to use, heres a recent animation i made using my plugin!

if i didnt use my plugin, it probably wouldve taken me an extra 30 minutes to make it


also here is a little leak of what may be coming soon as version 6.0, just an overall more easier to understand ui

VERSION 6.0 IS HERE!!

https://create.roblox.com/store/asset/111017060307489/Temmies-Instance-Animator

  • Either install from Github or Roblox!!

  • UI IS COMPLETELY REDESIGNED FOR EASE OF USE

  • OTHER MINI SETTINGS ADDED

  • Also the scripting has been reorganized and rewritten a lot for me to be able to provide quicker and more efficient updates and bug fixes!

1 Like

VERSION 6.5 IS NOW OUT!!

https://create.roblox.com/store/asset/111017060307489/Temmies-Instance-Animator

IF YOU ACCIDENTALLY IGNORE A PROPERTY, THEY ARE UNDER MATERIALSERVICE: