Загрузка данных


while wait() do
local args = {
	{
		Data = {
			String = "a",
			Channel = "Player"
		},
		RequestType = "SEND_RADIO_MESSAGE"
	}
}
game:GetService("ReplicatedStorage"):WaitForChild("RemoteEvents"):WaitForChild("Radio"):FireServer(unpack(args))
end