📌  相关文章
📜  如何为 roblox stuio 制作 Playanimation 脚本 - 无论代码示例

📅  最后修改于: 2022-03-11 15:00:30.985000             🧑  作者: Mango

代码示例1
--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()