Roblox Get Humanoid State

[Solved] Roblox Get Humanoid State | Lua - Code Explorer | yomemimo.com
Question : roblox get humanoid state

Answered by : agreeable-ape-j9h6u5vwk989

local plr = game.Players.localPlayer
local character = plr.Character or plr.CharacterAdded:Wait()
local Humanoid = character:WaitForChild("Humanoid")
local State = Humanoid:GetState()
--Humanoid:SetStateEnabled(humanoid state item,bool enabled)
--Humanoid:ChangeState(humanoid state item)

Source : | Last Update : Fri, 18 Dec 20

Answers related to roblox get humanoid state

Code Explorer Popular Question For Lua