Normal Real Time Strategy Game | See other players money

MADE BY Lvzbx

FEATURE:

  • SEE OTHER PLAYERS MONEY
while task.wait(.5) do
if game:GetService("Workspace"):FindFirstChild("Game") then
for i,v in pairs(game:GetService("Workspace"):WaitForChild("Game"):WaitForChild("PlayerFolders"):GetChildren()) do
if v.Name ~= "-Empty-" and workspace.Game.GameTime.Value >= 5 then
for i,b in pairs(game.Players.LocalPlayer.PlayerGui.ScreenGui:WaitForChild("PlayerListUI", math.huge).Body:GetChildren()) do
if b:IsA("TextButton") then
if tostring(b.toFolder.Value) == v.Name then
b.plrNameLabel.Text = v.Name.." $"..math.floor(v.Stats.Money.Value + 0.5)
end
end
end
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!