Can someone pls help me on this
I only can do one of it(NOT BOTH)
I WANT BOTH TO ACTIVATE
Can someone pls help me on this
I only can do one of it(NOT BOTH)
I WANT BOTH TO ACTIVATE
Are you trying to teleport multiple players at once while sending data for each player? You can just do it in a for loop, for example;
local Players = game:GetService("Players")
for i, player in pairs(Players:GetPlayers()) do
--your teleport script
end