КАК СДЕЛАТЬ ВИД ОТ 1 ЛИЦА В РОБЛОКС СТУДИО

Аватар автора
Игровые Загадки
ДляТела Создаем локальный скрипт и кидаем StarterPlayer от туда в StarterPlayerScripts local player = game:GetService("Players").LocalPlayer local character = player.Character or player.CharacterAdded:Wait() game:GetService("RunService").RenderStepped:Connect(function() for i, part in pairs(character:GetChildren()) do if string.match(part.Name, "Torso") or string.match(part.Name, "Lewer") then part.LocalTransparencyModifier = 0 end end end) Для Рук Создаем локальный скрипт и кидаем StarterPlayer от туда в StarterPlayerScripts local player = game:GetService("Players").LocalPlayer local character = player.Character or player.CharacterAdded:Wait() game:GetService("RunService").RenderStepped:Connect(function() for i, part in pairs(character:GetChildren()) do if string.match(part.Name, "Arm") or string.match(part.Name, "Hand") then part.LocalTransparencyModifier = 0 end end end) Для Ног Создаем локальный скрипт и кидаем StarterPlayer от туда в StarterPlayerScripts local player = game:GetService("Players").LocalPlayer local character = player.Character or player.CharacterAdded:Wait() game:GetService("RunService").RenderStepped:Connect(function() for i, part in pairs(character:GetChildren()) do if string.match(part.Name, "Leg") or string.match(part.Name, "Foot") then part.LocalTransparencyModifier = 0 end end end) [-----------------------------]- ● Привет-я ютубер Frogs если не секрет мне 11 лет я люблю записывать видео по Игре Roblox я...

0/0


0/0

0/0

0/0