Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR LUA

Print when a player joined roblxo

local Players = game:GetService("Players")

Players.PlayerAdded:Connect(function(player)
	print(player.Name .. " joined the game!")
end)

Coded by Muppet#7188
 
PREVIOUS NEXT
Tagged: #Print #player #joined #roblxo
ADD COMMENT
Topic
Name
2+7 =