Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR LUA

roblox player joined

local Player = game.Players
Player.PlayerAdded:Connect(function(plr)
	print(plr.." has joined the game!")
end)
 
PREVIOUS NEXT
Tagged: #roblox #player #joined
ADD COMMENT
Topic
Name
2+2 =