06-15-2011, 07:38 PM
I've been looking all over the wiki and I can't find anything about it.
Anyway way to detect if a player spawns?
|
06-15-2011, 07:38 PM
I've been looking all over the wiki and I can't find anything about it.
06-15-2011, 08:00 PM
(This post was last modified: 06-15-2011, 08:00 PM by Jacob__mybb_import1.)
[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.
06-15-2011, 08:12 PM
|
« Next Oldest | Next Newest »
|