-
What do you want to achieve?
I want Animations to Play IMMEDIATELY when the function is called. No Waiting for it to load or anything like that. -
What is the issue?
The Animation WILL NOT LOAD IMMEDIATELY NO MATTER WHAT. -
What solutions have you thought of so far?
Even with “Preload()” and “PreloadAsync(),” and even waiting for scripts to run AFTER it verifies that the animation IS IN FACT PLAYING. The Animation Yet Still Waits AT MOST 2 Seconds To actually start playing AFTER The script even runs any code after.
Nothing works.