スクリプト
humanoid = script.Parent.Humanoid
while wait(3) do
humanoid.Jump = true
humanoid.Jump = false
-- humanoid:ChangeState(Enum.HumanoidStateType.Jumping)
end
参考
https://developer.roblox.com/en-us/api-reference/class/Humanoid
https://devforum.roblox.com/t/how-to-make-a-humanoid-or-npc-jump/671303