TEXT 2744
Nations Roleplay Script By venuslock on 7th November 2022 10:38:27 PM
  1. for i, v in pairs(game.Workspace.Provinces:GetChildren()) do
  2.    task.spawn(function()
  3.    local args = {
  4.        [1] = "PaintPart",
  5.        [2] = {
  6.            ["Part"] = v,
  7.            ["Color"] = Color3.fromRGB(0,0,0)
  8.        }
  9.    }
  10.    game.Players.LocalPlayer.Character.PaintBucket.Remotes.ServerControls:InvokeServer(unpack(args))
  11.    end)
  12. end

Texbin is for source code and general debugging text.

Login or Register to edit, delete and keep track of your pastes and more.

Raw Paste

Login or Register to edit or fork this paste. It's free.