For better results, try a Custom Google Search
~~~~~~~~~~~~~~~~~ local players = game.Players:GetChildren() for i,v in pairs(players) do v.PlayerG...
Is there a difference between `for _,v in pairs()` and `for i,v in pairs()` ? Just something I want...
I see this line a lot, and I was curious about what it does and how I use it, maybe someone of you g...
So basically I have cam Across these two methods and said... "Hey could these two methods of loopin...
What are you able to put inside of the () other than getchildren or tables? Anything specific?
hi, im kinda struggling on this script like when i use for i,v in pairs on the humanoid.WalkSpeed, t...
so if i have a for i,v loop like this ~~~~~~~~~~~~~~~~~ for i,v in pairs(game.Workspace:GetChildren(...
So I'm trying to create a system where after selecting a random number it will set a value inside of...