@ayizzz_lite: dance top bar (Free) #roblox #robloxedit #studioliteroblox #fyppppppppppppppppppppppp #foryoupage

Ayiz | Studio Lite
Ayiz | Studio Lite
Open In TikTok:
Region: ID
Tuesday 16 December 2025 05:20:46 GMT
13392
183
30
28

Music

Download

Comments

geraldinepacis
Geraldine :
92368439343389
2026-05-11 15:35:39
0
godstatusniam
MEDIA TAWURAN CIKAMPEK :
link saluran mane 🔗
2026-05-14 16:23:17
0
whoxryee1
gua_ireng827 :
yoo
2026-02-05 14:31:51
1
xyzhbdg
PSB | Rorrr :
id top bar 92368439343389
2026-02-15 08:59:32
0
robloxdev341
Shawne :
the script????
2026-03-04 05:27:52
0
rappi.apalah
￴￴￴￴￴￴￴￴￴￴￴￴￴￴￴￴￴￴￴￴￴￴￴￴★ :
ada sturdy gak bang 🥺
2025-12-16 13:28:18
2
lolipop.982
✿Mocha✿ :
d aku gk ada trs arghh capekk😭😭
2026-03-12 12:34:24
0
intanshop33
rain deres :
cari dimana sih bang skrip nya
2026-01-12 08:11:30
0
beput_gaming
🅱️E🅿️UT🚀👾 :
bang cara matiin r6 gimana🙏
2026-01-18 04:18:42
1
zik_nagisheishiro
𝐍𝐚𝐠𝐢 𝐒𝐡𝐞𝐢𝐬𝐡𝐢𝐫𝐨 :
bang boleh GK pake discord aja soalnya wa ku gak bisa
2026-01-27 11:15:24
0
nasgor_890
nasgor_890🍚 :
92368439343389
2025-12-19 12:33:49
3
kenalingwkepaa
kepaa 🦡 :
92368439343389
2026-04-30 11:57:51
0
jepric66
Jepriii :
92368439343389
2026-04-15 05:27:05
0
astaring0
RrBlox :
🗿
2026-04-05 13:27:23
0
akunke2vito0
Vito :
🗿
2026-04-27 06:12:39
0
.rayap
T2YAR :
local Player = game.Players.LocalPlayer local Character = Player.Character or Player.CharacterAdded:Wait() local Humanoid = Character:WaitForChild("Humanoid") -- Ambil referensi GUI local EmoteMenu = script.Parent local MainFrame = EmoteMenu.MainFrame local DanceTab = MainFrame.DanceTab local PoseTab = MainFrame.PoseTab local EmoteList = MainFrame.EmoteList -- Daftar emote dan ID animasinya (kamu ganti ID ini dengan animasi yang kamu punya) local Emotes = { Dance = { ["Soda Pop"] = "123456789", -- Ganti dengan ID animasi Soda Pop ["Jason Vorhees"] = "987654321", -- Ganti dengan ID animasi Jason Vorhees ["SEIZURE"] = "456789123", ["I WANNA RUN"] = "789123456", ["Basketball Head"] = "321654987", ["Sturdy Dance"] = "654987321", ["Tattoo"] = "987321654", ["MOSH"] = "321987654" }, Pose = { -- Tambahkan pose di sini kalau ada ["Pose Gift"] = "123789456" } } -- Fungsi buat mainkan emote local function PlayEmote(emoteName, type) local Animator = Humanoid:WaitForChild("Animator") local Animation = Instance.new("Animation") Animation.AnimationId = "rbxassetid://" .. Emotes[type][emoteName] local Track = Animator:LoadAnimation(Animation) Track:Play() end -- Fungsi buat tampilkan daftar emote sesuai tab local function ShowEmotes(type) -- Hapus tombol lama for _, child in pairs(EmoteList:GetChildren()) do if child:IsA("TextButton") then child:Destroy() end end -- Tambahkan tombol emote baru for name, id in pairs(Emotes[type]) do local Button = Instance.new("TextButton") Button.Name = name Button.Text = name Button.Size = UDim2.new(1, -20, 0, 40) Button.Position = UDim2.new(0, 10, 0, (#EmoteList:GetChildren() * 45)) Button.Parent = EmoteList -- Event klik tombol Button.MouseButton1Click:Connect(function() PlayEmote(name, type) end) end end -- Event klik tab DanceTab.MouseButton1Click:Connect(function() ShowEmotes("Dance") end) PoseTab.MouseButton1Click:Connect(function() ShowEmotes("Pose") end) -- Ta
2026-03-10 08:30:09
5
geraldinepacis
Geraldine :
local player = game.Players.LocalPlayer Character or Player.CharacterAdded: Wait () Character: WaitForChild ("Humanoid") -- Take a GUI reference local EmoteMenu = script.Parent Local MainFrame = EmoteCover.MainFrame local DanceTab = MainFrame.DanceTab local PoseTab = MainFrame.PoseTab local EmoteList = MainFrame.EmoteList -- List of emote and animation ID (you replace this ID with the animation you have) local emotes = { (Bersambung) ["Soda Pop"] = "123456789," -- Replace with animated ID of Soda Pop ["Jason Vorhees"] = "987654321," -- Replace with animated ID Jason Vorhees ["SEIZURE"] = "456789123," ["I WANNA RUN"] = "789123456," ["Basketball Head"] = "321654987," ["Sturdy Dance"] = "654987321," ["Tattoo"] = "987321654," ["MOSH"] = "321987654" } Pose = { -- Add a pose here if you have one ["Gift Pose"] = "123789456" } } -- Function to play emote local function PlayEmote (emoteName, type) Local Animator = Humanoid: WaitForChild ("Animator") Local Animation = Instance.new("Animation") Animation.AnimationId = "rbxassetid: / /".. Emotes [type] [emoteName] local Track = Animator: LoadAnimation (Animation) Track: Play () (Bersambung) -- Function to show list of emote according to tab local function ShowEmotes (type) -- Remove the old button for _, child in pairs (EmoteList: GetChildren ()) do if child: IsA ("TextButton") then child: Destroy () (Bersambung) (Bersambung) -- Add a new emote button id in pairs (Emotes [type]) do Local Button = Instance.new("TextButton") Button.Name = name Button.Text = name Button.Size = UDim2.new(1, -20, 0, 40) Button.Position = UDim2.new(0, 10, 0, (# EmoteList: GetChildren () * 45)) Button.Parent = EmoteList -- Event button click Button.MouseButton1Click: Connect (function () PlayEmote (name, type) (Bersambung) (Bersambung) (Bersambung) -- Event tab click DanceTab.MouseButton1Click: Connect (function () ShowEmotes ("Dance") (Bersambung) PoseTab.MouseButton1Click: Connect (function () ShowEmotes ("Pose") (Bersambung) Ta
2026-05-11 15:35:24
0
gestopa7
HooperAlt🏀 :
@T2YAR:local Player = game.Players.LocalPlayer local Character = Player.Character or Player.CharacterAdded:Wait() local Humanoid = Character:WaitForChild("Humanoid") -- Ambil referensi GUI local EmoteMenu = script.Parent local MainFrame = EmoteMenu.MainFrame local DanceTab = MainFrame.DanceTab local PoseTab = MainFrame.PoseTab local EmoteList = MainFrame.EmoteList -- Daftar emote dan ID animasinya (kamu ganti ID ini dengan animasi yang kamu punya) local Emotes = { Dance = { ["Soda Pop"] = "123456789", -- Ganti dengan ID animasi Soda Pop ["Jason Vorhees"] = "987654321", -- Ganti dengan ID animasi Jason Vorhees ["SEIZURE"] = "456789123", ["I WANNA RUN"] = "789123456", ["Basketball Head"] = "321654987", ["Sturdy Dance"] = "654987321", ["Tattoo"] = "987321654", ["MOSH"] = "321987654" }, Pose = { -- Tambahkan pose di sini kalau ada ["Pose Gift"] = "123789456" } } -- Fungsi buat mainkan emote local function PlayEmote(emoteName, type) local Animator = Humanoid:WaitForChild("Animator") local Animation = Instance.new("Animation") Animation.AnimationId = "rbxassetid://" .. Emotes[type][emoteName] local Track = Animator:LoadAnimation(Animation) Track:Play() end -- Fungsi buat tampilkan daftar emote sesuai tab local function ShowEmotes(type) -- Hapus tombol lama for _, child in pairs(EmoteList:GetChildren()) do if child:IsA("TextButton") then child:Destroy() end end -- Tambahkan tombol emote baru for name, id in pairs(Emotes[type]) do local Button = Instance.new("TextButton") Button.Name = name Button.Text = name Button.Size = UDim2.new(1, -20, 0, 40) Button.Position = UDim2.new(0, 10, 0, (#EmoteList:GetChildren() * 45)) Button.Parent = EmoteList -- Event klik tombol Button.MouseButton1Click:Connect(function() PlayEmote(name, type) end) end end -- Event klik tab DanceTab.MouseButton1Click:Connect(function() ShowEmotes("Dance") end) PoseTab.MouseButton1Click:Connect(function() ShowEmotes("Pose") end) -- Ta
2026-04-11 17:12:41
0
winzstore_new
GAME PENGHASIL CUAN DI B1O :
local Player = game.Players.LocalPlayer local Character = Player.Character or Player.CharacterAdded:Wait() local Humanoid = Character:WaitForChild("Humanoid") -- Ambil referensi GUI local EmoteMenu = script.Parent local MainFrame = EmoteMenu.MainFrame local DanceTab = MainFrame.DanceTab local PoseTab = MainFrame.PoseTab local EmoteList = MainFrame.EmoteList -- Daftar emote dan ID animasinya (kamu ganti ID ini dengan animasi yang kamu punya) local Emotes = { Dance = { ["Soda Pop"] = "123456789", -- Ganti dengan ID animasi Soda Pop ["Jason Vorhees"] = "987654321", -- Ganti dengan ID animasi Jason Vorhees ["SEIZURE"] = "456789123", ["I WANNA RUN"] = "789123456", ["Basketball Head"] = "321654987", ["Sturdy Dance"] = "654987321", ["Tattoo"] = "987321654", ["MOSH"] = "321987654" }, Pose = { -- Tambahkan pose di sini kalau ada ["Pose Gift"] = "123789456" } } -- Fungsi buat mainkan emote local function PlayEmote(emoteName, type) local Animator = Humanoid:WaitForChild("Animator") local Animation = Instance.new("Animation") Animation.AnimationId = "rbxassetid://" .. Emotes[type][emoteName] local Track = Animator:LoadAnimation(Animation) Track:Play() end -- Fungsi buat tampilkan daftar emote sesuai tab local function ShowEmotes(type) -- Hapus tombol lama for _, child in pairs(EmoteList:GetChildren()) do if child:IsA("TextButton") then child:Destroy() end end -- Tambahkan tombol emote baru for name, id in pairs(Emotes[type]) do local Button = Instance.new("TextButton") Button.Name = name Button.Text = name Button.Size = UDim2.new(1, -20, 0, 40) Button.Position = UDim2.new(0, 10, 0, (#EmoteList:GetChildren() * 45)) Button.Parent = EmoteList -- Event klik tombol Button.MouseButton1Click:Connect(function() PlayEmote(name, type) end) end end -- Event klik tab DanceTab.MouseButton1Click:Connect(function() ShowEmotes("Dance") end) PoseTab.MouseButton1Click:Connect(function() ShowEmotes("Pose") end) -- Ta
2026-03-11 22:24:10
0
rizzproject0
rizqiXnoXITER :
local Player = game.Players.LocalPlayer local Character = Player.Character or Player.CharacterAdded:Wait() local Humanoid = Character:WaitForChild("Humanoid") -- Ambil referensi GUI local EmoteMenu = script.Parent local MainFrame = EmoteMenu.MainFrame local DanceTab = MainFrame.DanceTab local PoseTab = MainFrame.PoseTab local EmoteList = MainFrame.EmoteList -- Daftar emote dan ID animasinya (kamu ganti ID ini dengan animasi yang kamu punya) local Emotes = { Dance = { ["Soda Pop"] = "123456789", -- Ganti dengan ID animasi Soda Pop ["Jason Vorhees"] = "987654321", -- Ganti dengan ID animasi Jason Vorhees ["SEIZURE"] = "456789123", ["I WANNA RUN"] = "789123456", ["Basketball Head"] = "321654987", ["Sturdy Dance"] = "654987321", ["Tattoo"] = "987321654", ["MOSH"] = "321987654" }, Pose = { -- Tambahkan pose di sini kalau ada ["Pose Gift"] = "123789456" } } -- Fungsi buat mainkan emote local function PlayEmote(emoteName, type) local Animator = Humanoid:WaitForChild("Animator") local Animation = Instance.new("Animation") Animation.AnimationId = "rbxassetid://" .. Emotes[type][emoteName] local Track = Animator:LoadAnimation(Animation) Track:Play() end -- Fungsi buat tampilkan daftar emote sesuai tab local function ShowEmotes(type) -- Hapus tombol lama for _, child in pairs(EmoteList:GetChildren()) do if child:IsA("TextButton") then child:Destroy() end end -- Tambahkan tombol emote baru for name, id in pairs(Emotes[type]) do local Button = Instance.new("TextButton") Button.Name = name Button.Text = name Button.Size = UDim2.new(1, -20, 0, 40) Button.Position = UDim2.new(0, 10, 0, (#EmoteList:GetChildren() * 45)) Button.Parent = EmoteList -- Event klik tombol Button.MouseButton1Click:Connect(function() PlayEmote(name, type) end) end end -- Event klik tab DanceTab.MouseButton1Click:Connect(function() ShowEmotes("Dance") end) PoseTab.MouseButton1Click:Connect(function() ShowEmotes("Pose") end) -- Ta
2026-05-01 17:19:08
0
dhynprtma
dhyunpritma_ :
bang link salurannya gabisa, kirim dong link nya
2026-01-28 17:40:31
0
storynt0
°storyHxYy° :
local Player = game.Players.LocalPlayer local Character = Player.Character or Player.CharacterAdded:Wait() local Humanoid = Character:WaitForChild("Humanoid") -- Ambil referensi GUI local EmoteMenu = script.Parent local MainFrame = EmoteMenu.MainFrame local DanceTab = MainFrame.DanceTab local PoseTab = MainFrame.PoseTab local EmoteList = MainFrame.EmoteList -- Daftar emote dan ID animasinya (kamu ganti ID ini dengan animasi yang kamu punya) local Emotes = { Dance = { ["Soda Pop"] = "123456789", -- Ganti dengan ID animasi Soda Pop ["Jason Vorhees"] = "987654321", -- Ganti dengan ID animasi Jason Vorhees ["SEIZURE"] = "456789123", ["I WANNA RUN"] = "789123456", ["Basketball Head"] = "321654987", ["Sturdy Dance"] = "654987321", ["Tattoo"] = "987321654", ["MOSH"] = "321987654" }, Pose = { -- Tambahkan pose di sini kalau ada ["Pose Gift"] = "123789456" } } -- Fungsi buat mainkan emote local function PlayEmote(emoteName, type) local Animator = Humanoid:WaitForChild("Animator") local Animation = Instance.new("Animation") Animation.AnimationId = "rbxassetid://" .. Emotes[type][emoteName] local Track = Animator:LoadAnimation(Animation) Track:Play() end -- Fungsi buat tampilkan daftar emote sesuai tab local function ShowEmotes(type) -- Hapus tombol lama for _, child in pairs(EmoteList:GetChildren()) do if child:IsA("TextButton") then child:Destroy() end end -- Tambahkan tombol emote baru for name, id in pairs(Emotes[type]) do local Button = Instance.new("TextButton") Button.Name = name Button.Text = name Button.Size = UDim2.new(1, -20, 0, 40) Button.Position = UDim2.new(0, 10, 0, (#EmoteList:GetChildren() * 45)) Button.Parent = EmoteList -- Event klik tombol Button.MouseButton1Click:Connect(function() PlayEmote(name, type) end) end end -- Event klik tab DanceTab.MouseButton1Click:Connect(function() ShowEmotes("Dance") end) PoseTab.MouseButton1Click:Connect(function() ShowEmotes("Pose") end) -- Ta
2026-06-01 23:46:47
0
To see more videos from user @ayizzz_lite, please go to the Tikwm homepage.

Other Videos


About