I want to preload animations so they can play flawlessly whenever i load them when the character wants to attack, so they play instantly like theyre supposed to and i dont know how to go about it
--variables
local TestDummy:Model = workspace.TestDummy --some dummy that players will not see
local Animations = game.ReplicatedStorage.Animations --animations folder
--loading animations in TestDummy
for _,animation in pairs(Animations:GetChildren()) do
TestDummy:WaitForChild("Humanoid"):WaitForChild("Animator"):LoadAnimation(animation):Play()
end
maybe there is some another method. But I always use this
uhh, no, exploiters can use Explorer hack and see everything in explorer (but not ServerScriptService and ServerStore, cuz SSS and SS are server sided)