ROBLOX STUDIO - Как сделать Viewmodel, FPS arms

Код | local RunService = game:GetService("RunService") local Folder = game.ReplicatedStorage.Viewmodels function LoadSlot() if Folder:FindFirstChild("Fist") then Folder['Fist']:Clone().Parent = game.Workspace.CurrentCamera end end function UpdateCFrame() if workspace.CurrentCamera:FindFirstChild("Fist") then RunService.RenderStepped:Connect(function() workspace.CurrentCamera["Fist"]:PivotTo(workspace.CurrentCamera.CFrame) end) end end LoadSlot() UpdateCFrame() ------------------------------------------------------------------------------------------------------- ДС СЕРВЕР |   / discord   РОБЛОКС ПРОФИЛЬ |
ТЕГИ | #роблокс , #роблоксигры , #роблоксстудио , #robloxstudio , #roblox

Смотрите также