I want to make a VERY simple viewmodel for an fps, but for some reason, it works for about 5 seconds, and then EVERY SINGLE PART in the model gets deleted. help
I’ve already looked on the devforum, and nothing seems to work.
local viewModel = script.Parent
game:GetService("RunService").RenderStepped:Connect(function()
viewModel.PrimaryPart.CFrame = workspace.CurrentCamera.CFrame
end)