Anyway way to detect if a player spawns?
#2
[lua]
link(game.Players.ChildAdded, function( c )

end)
[/lua]

or

[lua]
link(game.World.ChildAdded, function( c )
if c:isA("Character") then

end
end)
[/lua]

if you need to use their character.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)