Advertisement
EnterNameDaddy

Dancing NPC (Roblox Studio)

Aug 28th, 2022
6,168
0
Never
2
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. local animationId = --emote id here from roblox avatar catalog
  2.  
  3. game.InsertService:LoadAsset(animationId).Parent = game.ReplicatedStorage
  4.  
  5. local controller = script.Parent.Humanoid
  6. controller:LoadAnimation(script.Animation):Play()
  7.  
Advertisement
Comments
Add Comment
Please, Sign In to add comment
Advertisement