RobloxScripterAI
Discord ↗
Link Copied to Clipboard
×
"running animation"
-- server script game.Players.PlayerAdded:Connect(function(Player) Player.CharacterAdded:Connect(function(Character) Character.Animate.run.RunAnim.AnimationId = "rbxassetid://YourAnimationIDHere" end) end)