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

What does this script do?

Asked by 9 years ago

What does this script mean? Can you guys fully explain to me what this script does?

for _,Player in pairs(game.Players:GetPlayers()) do

1 answer

Log in to vote
0
Answered by
M39a9am3R 3210 Moderation Voter Community Moderator
9 years ago

It's a unfinished loop, it will go through the players and whatever you want to do with them you would in this case use Player and then do as you want, kick them Player:Kick(), kill them Player.Character:BreakJoints(). But like I said, it's unfinished, you need a end at the end of the loop.

0
I closed your question because it was a duplicate, the notification will ALSO include this link. https://scriptinghelpers.org/questions/5619/what-is-_letter-and-whats-the-difference-between-pair-and-pairs BlueTaslem 18071 — 9y
Ad

Answer this question