Kingdom Life II | Name Change For Every Player

FEATURE:

  • NAME CHANGER
local text = "jack/AWESOME POUNDERS"

for i,v in pairs(game.Players:GetPlayers()) do
   if v.Character then
   for i2,v2 in pairs(v.Character:GetDescendants()) do
       if v2:IsA("RemoteEvent") and v2.Name == "ServerHandler" then
             v2:FireServer(text)
       end
   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!