-- 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