Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Is there anything wrong with this script?

Asked by 10 years ago
while true do
for k,v in pairs(game.Players:GetPlayers()) do
v.Players.Character.Shirt:Remove()
v.Players.Character.Pants:Remove()
end

1 answer

Log in to vote
1
Answered by 10 years ago

You may (I could be reading this wrong) want to remove the "Players" in lines 3 and 4, and just leave it as v.Character.Shirt:remove()

1
That's right, Aaronoles! ;) Good start. duckwit 1404 — 10y
Ad

Answer this question