Roblox How to Add Player Models ‐ Studio Lite

Published: 28 December 2023
on channel: Roblox pei
7,296
like

Game:Roblox Studio Lite
Game:https://www.roblox.com/games/10959918...

Code :
local Player = "Roblox" --PlayerName
local PlayerId = 1 --PlayerId
local Position = Vector3.new(0,10,0) --PlayerPosition

local Players = game:GetService("Players")
local Dummy = Instance.new("Model")
local Humanoid = Instance.new("Humanoid")
local HumanoidRootPart = Instance.new("Part")
local RootRigAttachment = Instance.new("Attachment")

Dummy.Parent = workspace
Dummy.PrimaryPart = HumanoidRootPart
Dummy.Name = Player
Humanoid.Parent = Dummy
Humanoid.RigType = Enum.HumanoidRigType.R15
HumanoidRootPart.Parent = Dummy
HumanoidRootPart.Transparency = 1
HumanoidRootPart.Name = "HumanoidRootPart"
HumanoidRootPart.Size = Vector3.new(2, 2, 1)
HumanoidRootPart.Position = Position
HumanoidRootPart.Anchored = true
RootRigAttachment.Name = "RootRigAttachment"
RootRigAttachment.Parent = HumanoidRootPart

local Appearance = Players:GetHumanoidDescriptionFromUserId(PlayerId)
Humanoid:ApplyDescription(Appearance)


Watch video Roblox How to Add Player Models ‐ Studio Lite online without registration, duration hours minute second in high quality. This video was added by user Roblox pei 28 December 2023, don't forget to share it with your friends and acquaintances, it has been viewed on our site 7,29 once and liked it lik people.