|
| 29 May 2015 08:25 PM |
Player = script.Parent.Parent how do i make it where it still runs on all users and i do not have to do player = game.Workspace.YOURNAMEHERE --change name |
|
|
| Report Abuse |
|
|
|
| 29 May 2015 08:26 PM |
| i want it to get the Character |
|
|
| Report Abuse |
|
|
xlaser23
|
  |
| Joined: 10 Dec 2011 |
| Total Posts: 20341 |
|
| |
|
|
| 29 May 2015 08:35 PM |
oh my god
game.Players.PlayerAdded:connect(function(player) local character = player.Character -- code end)
// cpmoderator \\ INTJ personality // |
|
|
| Report Abuse |
|
|
|
| 29 May 2015 09:17 PM |
| cpn, what are you even saying? Deadly, please offer more context. |
|
|
| Report Abuse |
|
|
|
| 29 May 2015 09:19 PM |
...........
function findPlayer(Var) if game.Players:FindFirstChild(Var) ~= nil then return{Var} end end
"You don't want to be their cool. Be a good person by a respectable figures point; you." ~ TheNewChicken. |
|
|
| Report Abuse |
|
|