Help with Animation Loading

  1. What do you want to achieve?

An Animation that is somehow Preloaded so it Doesn’t Have a LoadTime in the Actual Cutscenes.

  1. What is the issue?

The Animation that Loads in as soon as you Trigger the Proximity prompt, Isn’t Loading Fast Enough, So the Sounds are off and the Character Isn’t Playing the Animation when it should be.

Here’s A Video Of the Problem:

  1. What solutions have you tried so far?
    -I did look on the Developer Hub
    -I tried the Animation.IsPlaying, Did’nt work for me sadly.
  • And I tried Reuploading the Animation.

Im using this to load the Animations:

local Hum = --Humanoid of CutsceneCharacter in Workspace, ; Don't know the Exact Path Right now.
local LoadAnim = Hum:LoadAnimation(Anims.Anim)
LoadAnim:Play()

Preload the animation using the content provider service. ContentProvider | Documentation - Roblox Creator Hub

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.