|
| 25 Aug 2014 02:23 PM |
Player = game:service'Players'.LocalPlayer Char = Player.character Torso = Char.Torso Head = Char.Head Humanoid = Char.Humanoid Root=Char.HumanoidRootPart.RootJoint |
|
|
| Report Abuse |
|
sycips
|
  |
| Joined: 21 Mar 2011 |
| Total Posts: 1368 |
|
|
| 25 Aug 2014 02:29 PM |
Player = game:service'Players'.LocalPlayer --> Player = game:GetService('Players').LocalPlayer
Char = Player.character --> Char = Player.Character
Torso = Char.Torso --> Nothing wrong :)
Head = Char.Head --> Nothing wrong neighter! :D
Humanoid = Char.Humanoid NOTHING WRONG!!! :D:O:D
Root=Char.HumanoidRootPart.RootJoint You're doing great here! :) |
|
|
| Report Abuse |
|