Answers for "how to get humanoids current state roblox"

Lua
1

roblox get humanoid state

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)
Posted by: Guest on December-11-2020

Code answers related to "how to get humanoids current state roblox"

Browse Popular Code Answers by Language