Cambodia Angkor [New] change everyone sign

Description

change everyone sign text

change the “text here” to anything

instruction:

  1. hold out sign
  2. execute script
  3. boom
local message = "text here"

while true do
task.wait(0.1)
for i, v in pairs(game.Players:GetPlayers()) do
if v.Character ~= nil and v.Character:FindFirstChild("Sign") then
        v.Character.Sign.UpdateSign:FireServer(message)
    end
end
end

⚠️ Warning: Do not download any extensions or anything other than .txt/.lua file, because script will download only in .txt/.lua format or It will redirect you to a pastebin link.

📋 Notice: If you find any of the scripts patched or not working, please report it to Forever4D through Discord. The script will be removed or marked as patched!