What I meant is a piece of code which will basically do this
game.Players (Calling for all players) .PlayerScripts
I’ve just been having difficulties finding this piece of code which if you could help me I’d be much great full if you could tell what the code is that I’m missing out
To others who don’t know it’s
while wait(0.1) do for i,v in pairs(game.Players:GetChildren()) do end end