ControllingHumanoid (Property): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>ArceusInator
page for ControllingHumanoid (Property)
>Camoy
No edit summary
 
(3 intermediate revisions by 2 users not shown)
Line 9: Line 9:


{{clear floats}}
{{clear floats}}
{{Example|<pre>
print(game.Workspace.Skateboard.SkateboardPlatform.ControllingHumanoid.Parent.Name) --> Player
</pre>}}


[[Category:Properties]]
[[Category:Properties]]

Latest revision as of 14:29, 31 December 2010

ControllingHumanoid
Property Instance Controlling Humanoid
Description The Humanoid that is controlling the SkateboardPlatform. This property is read-only.
Member of SkateboardPlatform


Example
print(game.Workspace.Skateboard.SkateboardPlatform.ControllingHumanoid.Parent.Name) --> Player