0% found this document useful (0 votes)
141 views1 page

(FE) Floating Head

The document loads an animation with the ID 121572214, creates an Animation instance with that ID, and plays the animation on the LocalPlayer's character's Humanoid at normal speed.

Uploaded by

Sogeki Lee
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
141 views1 page

(FE) Floating Head

The document loads an animation with the ID 121572214, creates an Animation instance with that ID, and plays the animation on the LocalPlayer's character's Humanoid at normal speed.

Uploaded by

Sogeki Lee
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

AnimationId = "121572214"

local Anim = Instance.new("Animation")


Anim.AnimationId = "rbxassetid://"..AnimationId
local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
k:Play(0)
k:AdjustSpeed(1)

You might also like