game.Chat.BubbleChatEnabled = false game.Players.LocalPlayer.PlayerGui.BubbleChat:Destroy() local loop = 0 while true do loop +=1 if game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool") and game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Name == "Radio" then game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool"):Activate() end if loop >= 100 then -- customize to your device task.wait() loop = 0 end end