Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 196 Bytes

getCurrentWalk.md

File metadata and controls

11 lines (9 loc) · 196 Bytes

Get Current Walk

Get the players current walk style

local scully_emotemenu = exports.scully_emotemenu
local walk = scully_emotemenu:getCurrentWalk()

if walk then
    print(walk)
end