Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR LUA

roblox get players character

-- The Character property (of a player) contains a reference to the model in the workspace
local character = Player.Character

-- From there we can get the humanoid root part or whatever
local HRP = character.HumanoidRootPart
Source by developer.roblox.com #
 
PREVIOUS NEXT
Tagged: #roblox #players #character
ADD COMMENT
Topic
Name
6+3 =