For more clarification, it appears in the top-left corner (og position is middle of screen out of sight) and instantly teleports to the middle when the time is up.
It originally referenced a module here, I just edited the code in Devforum, hold on. @detourious Here’s the module code:
-- Time it takes
Time = 0.5,
-- Easing Style
EasingStyle = "Cubic",
-- Easing Direction
EasingDirection = "InOut",
-- Won't work, not included in tween function
repeatAmount = 0,
-- Won't work, not included in tween function
repeats = false,
-- Won't work, not included in tween function
delayTime = 0
}
Still. It’s just a tween. If you want to use it again and again, then just make it a variable. Module Scripts for a simple tween doesn’t make too much sense.
That won’t work because he didn’t share the entire module. There’s another TweenInfo table that he indexes, so this would error. Unless it doesn’t, then I don’t know.