Hello i am making a fnaf like game and need jumpscare animation to pop up on the screen i tried a viewframe gui but it doesn't update i do not know how to update it so i asked here
if someone is wondering this is the code for the dummy to do the animation:
local animation = script:WaitForChild('Animation') local humanoid = script.Parent:WaitForChild('Humanoid') local dance = humanoid:LoadAnimation(animation) dance:Play()
Please help me i need it!
I'm not too knowledgable in this but they made a thing called WorldModel in which you can use to animate humanoids within viewport frames. Try parenting the world model to the viewport frame and the humanoid to the world model and running the animation then.