Войти
  • 29009Просмотров
  • 1 год назадОпубликованоPixemzy

Figura Scripting Action Wheels and animating ┃PART 2

Server IP: Discord: My twitch: Scripts used in this video: ================= local mainPage = action_wheel:newPage() action_wheel:setPage(mainPage) function () :play() end local action = mainPage:newAction() :title("Test action1") :item("minecraft:dirt") :hoverColor(1, 0, 1) :onLeftClick( ) ================= Youtube doesn't let me put greater than or less than symbols ================= :setVisible(false) function () local crouching = player:getPose() == "CROUCHING" local sprinting = player:isSprinting() local blocking = player:isBlocking() local fishing = player:isFishing() local sleeping = player:getPose() == "SLEEPING" local swimming = player:getPose() == "SWIMMING" local flying = player:getPose() == "FALL_FLYING" local walking = player:getVelocity().xz:length() (GREATER THAN) .01 :setPlaying(not walking and not crouching) end Chapters: Intro: 0:00 Animating: 0:30 Action wheel: 3:50 Movement animations: 10:18 Outro: 18:40