This script keeps picking the same people over and over again.
local c = game.Players:GetPlayers() special = c[math.random(1,#c)] sword = game.Lighting.Sword5:Clone() sword.Parent = special.Backpack special.Character.Humanoid.WalkSpeed = 20 special.Character.Humanoid.MaxHealth = 200 special.Character.Humanoid.Health = 200
Why is that?
@ Red, Not necessarily. There's no definite pattern. If this is in a round that contains a while loop, I recommend putting this at the beginning of the loop, not before. If it's before, then you'll have the same person over and over again.