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

How to print yourself with using an Table?

Asked by 3 years ago
Edited 3 years ago

It's their any way so that we can print or do something else with our self from all of theese other people

local AllPlayers = {}
game.Players.PlayerAdded:Connect(function(player) 
for i,v in pairs(game.Players:GetPlayers()) do
table.insert(AllPlayers,player)
print(--How do we print our self from all of these other peoples?)
end
end)
--if this script isn't supposed be right then can you explain your way?
0
yes kyrumV2 -5 — 3y
0
theres no point using a table. greatneil80 2647 — 3y

Answer this question