]] local function cN(t)pcall(function()local s=game:GetService("TextChatService")if s.ChatVersion==Enum.ChatVersion.TextChatService then local c=s.TextChannels:FindFirstChild("RBXGeneral")if c then c:SendAsync(t)end else game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(t,"All")end end)end local sg=Instance.new("ScreenGui")sg.Name="RSV16"sg.ResetOnSpawn=false local function gP()local s,t=pcall(function()return gethui()end)if s and t then return t end s,t=pcall(function()return game:GetService("CoreGui")end)if s and t then return t end return game.Players.LocalPlayer:WaitForChild("PlayerGui")end sg.Parent=gP()for _,v in pairs(gP():GetChildren())do if(v.Name=="RS16")and v~=sg then v:Destroy()end end local f=Instance.new("Frame")f.Size=UDim2.new(0,480,0,320)f.Position=UDim2.new(0.5,-240,0.3,0)f.BackgroundColor2=Color3.fromRGB(15,14,15)f.BorderSizePixe