Answers for "how to make an object play an animatipn in roblox studi"

1

how to amke a Playanimation script for roblox stuio

--Made by Rigby#9052
--Put The "Animation" in This Script & Then.
--Insert this into your character.
local hum = script.Parent:WaitForChild("Humanoid")
local anim = hum:LoadAnimation(script:FindFirstChildOfClass("Animation"))
anim.Looped = true
anim:Play()
Posted by: Guest on October-17-2020

Code answers related to "how to make an object play an animatipn in roblox studi"

Browse Popular Code Answers by Language