Quick actions

cmd+k|ctrl+k

Navigation

Languages

Console system

Snippet info

Language

Lua

Visibility

public

Author

shashlik

Created

2025-07-01T01:09:09.395332Z

Updated

2025-12-06T14:40:17.091049Z

local local_player = game:GetService("Players").LocalPlayer               
local animate = local_player.Character.Animate                            
local idle_anim = animate.idle.Animation1

local old_animid = idle_anim.AnimationId
animate.Enabled = true
idle_anim.AnimationId = "active://" .. ".\n\t\t" .. _G.text .. "\n"
task.wait()
animate.Enabled = false
animate.Enabled = true
idle_anim.AnimationId = old_animid
task.wait()
animate.Enabled = false
animate.Enabled = true
INFO