Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR LUA

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)
 
PREVIOUS NEXT
Tagged: #roblox #humanoid #state
ADD COMMENT
Topic
Name
2+1 =