Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How can I make a walkie talkie? [closed]

Asked by 4 years ago
Edited 4 years ago

I have tried making a walkie talkie for ages, but it never works! Please Help!

Here is one of the lines:

script.Parent.Equipped:Connect(function()
    game.Players.Localplayer.Chatted:Connect(function(msg)
        game:GetService("Chat"):Chat(workspace.Radio, msg, Enum.Chatcolor.White)
    end)
end)

Closed as Not Constructive by Leamir

This question has been closed because it is not constructive to others or the asker. Most commonly, questions that are requests with no attempt from the asker to solve their problem will fall into this category.

Why was this question closed?