Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR LUA

roblox go thru all players

for i,v in pairs(game.Players:GetChildren()) do
-- v is your player
end
 
PREVIOUS NEXT
Tagged: #roblox #players
ADD COMMENT
Topic
Name
6+7 =