UnBuild
|
  |
| Joined: 22 Mar 2013 |
| Total Posts: 3233 |
|
|
| 05 Apr 2013 09:58 PM |
Is there a way to refer to the LocalPlayer in the workspace?
Workspace.LocalPlayer doesn't work
(I know I can just use Game.Players.LocalPlayer.Character but Im just wondering) |
|
|
| Report Abuse |
|
|
|
| 05 Apr 2013 09:59 PM |
Not really, but you can get the character from the player. Use a localscript:
game.Players.LocalPlayer.Character
-[::ƧѡÎḾḠΰῩ::]-[::Helper of Scripting and Writer of Wikis::]- |
|
|
| Report Abuse |
|
|
UnBuild
|
  |
| Joined: 22 Mar 2013 |
| Total Posts: 3233 |
|
|
| 05 Apr 2013 09:59 PM |
| Please read the bottom of my post lol but thanks |
|
|
| Report Abuse |
|
|
btft
|
  |
| Joined: 19 Feb 2011 |
| Total Posts: 1512 |
|
|
| 05 Apr 2013 10:08 PM |
local player = game.Players.LocalPlayer
I think you can use Workspace:findFirstChild(player.Name) |
|
|
| Report Abuse |
|
|
gamert7
|
  |
| Joined: 18 Nov 2008 |
| Total Posts: 4986 |
|
| |
|
UnBuild
|
  |
| Joined: 22 Mar 2013 |
| Total Posts: 3233 |
|
|
| 05 Apr 2013 10:10 PM |
| Is it really that much more work to read the whole post -.- |
|
|
| Report Abuse |
|
|
|
| 05 Apr 2013 11:11 PM |
I don't see why you need to do that, really...
I guess you could just search for models, then if it has a Humanoid it is probually a character but again, thats a huge waste of time... |
|
|
| Report Abuse |
|
|