Created by Hot
Features:
- UNLOCK ALL WEAPONS
for i,v in pairs(game.Players.LocalPlayer.ItemOwned:GetDescendants()) do
if v:IsA("BoolValue") then
v.Value = true
end
end
Features:
for i,v in pairs(game.Players.LocalPlayer.ItemOwned:GetDescendants()) do
if v:IsA("BoolValue") then
v.Value = true
end
end