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

How to detect if your friend is online in-game?

Asked by 8 years ago

I would have code here but I honestly have no idea how I'd even start this stuff. I checked ROBLOX's WebAPI and still found nothing, if you have any way to help me out, please do so!

1 answer

Log in to vote
0
Answered by 8 years ago

i don't really got what you asked but i think this might help.

game.Players.PlayerAdded:connect(function()
print("There are Player in the game!")
end)

Ad

Answer this question