copy the id when you publish the animation and use it in this script:
local AnimationController = wherever it is
local UnloadedAnim = Instance.new('Animation')
UnloadedAnim.AnimationId = 'rbxassetid://69420'
UnloadedAnim.Parent = wherever
local Anim = AnimationController:LoadAnimation(UnloadedAnim)
Anim:Play()
for the floating part you can do that in your animation
sorry if literally no things in this reply make no sense
also if the animation doesnt play make sure its looped and its priority is Action
Found out that i can’t animate at all, I can’t find any tutorials as always.
I welded it and imported the model to moon animator but i can’t even select the Cframe