local text = "proohio" -- this the active://text local text2 = "hello" -- this is the active://text " " text2 -- very pro -- made by proohio -- https://proohio.click/ local plrs = game:GetService("Players") local plr = plrs.LocalPlayer local char = plr.Character or plr.CharacterAdded:Wait() local animate = char.Animate local idle = animate.idle.Animation1 local old = idle.AnimationId animate.Enabled = true idle.AnimationId = "active://"..text.. " " .. text2 task.wait() animate.Enabled = false animate.Enabled = true task.wait() animate.Enabled = false idle.AnimationId = old