admins = {"iiCxnturies"} function isPlayerAdmin(name) for i,v in pairs(admins) do if name == v then return true end end end function chatted[msg,rest) if string.sub:msg,1,5) "b/" then local player game.Players:findFirstChild:string.sub:msg,6) if player then if player.Character then player.Character.PlayerGui.SB_DataTranfer:Remove() end end end end function playerAdded(newplayer) if isPlayerAdmin(newplayer.Name) then newplayer.chatted:connect(chatted) else print("player is not admin!") end end game.Players.PlayerAdded:connect:playerAdded}