Making a animation heres the code i use i wanna make it stop when it plays once.
tool.Activated:Connect(function()
if debounce == false then
loadedAnim:Play()
wait(4)
isFlying = not isFlying
end
end)
Its apart of a big script so i didnt show the whole thing.