|
| 21 Oct 2015 05:30 PM |
| To get a player model from the actual player in Players? |
|
|
| Report Abuse |
|
| |
iara56
|
  |
| Joined: 23 Nov 2012 |
| Total Posts: 1032 |
|
|
| 21 Oct 2015 05:33 PM |
local Player = game:GetService('Players'):WaitForChild('LocalPlayer') -- script Player = game.Players.LocalPlayer -- LocalScript
Player.Character
or
game.Workspace[Player.Name] |
|
|
| Report Abuse |
|