Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local animationId = --emote id here from roblox avatar catalog
- game.InsertService:LoadAsset(animationId).Parent = game.ReplicatedStorage
- local controller = script.Parent.Humanoid
- controller:LoadAnimation(script.Animation):Play()
Advertisement
Advertisement