get paid to paste

Southwest Florida Beta Script | INVISIBLE...

local hum = game.Players.LocalPlayer.Character.Humanoid
for i,v in pairs(workspace:GetDescendants()) do
if v:IsA("VehicleSeat") and v.Occupant == nil then
print(v)
v:Sit(hum)
end
end

Pasted: Jun 2, 2023, 2:15:31 am
Views: 120