What is the buildism equivalent of game.Players:getPlayerFromCharacter()
#5
If you're sure the player is there, you can do it the quick way: (this will break the script if it can't find the player)

[lua]
player = game.Players[character.Name]
[/lua]
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)