Try on system for halos

Does anyone know how I can make try on system for halos (model) with float and spinning animations. Inspired by Royale-High

I don’t need gui menu in any case. I just want to see my halo model is floating overhead

Im noobie at scripting so any help is appreciated :smiling_face_with_tear::smiling_face_with_tear::smiling_face_with_tear::heart::heart::heart:

1 Like

i won’t say how to animate or rig but hopefully this helps:

  1. group the halo and weld it together (you can use moon animator easy weld)
  2. add animation controller and animate it
  3. 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

4 Likes

Thank you a lot, I will try it!

2 Likes

Is this for just animation, Because I want to wear it aswell

1 Like

just for animation but you would weld it to the head which is a whole other thing

1 Like

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

what should i click

1 Like