Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

how can i make a view model to be visible when i use the tool?

Asked by 2 years ago

how i can do it? me is making viewmodel aslo i dont know lua :C

here is script

local player = game.Players.LocalPlayer

local char = script.Parent

local cam = workspace.Camera

local run = game:GetService("RunService")

local arms = game.ReplicatedFirst.Arms:Clone()

run.RenderStepped:Connect(function()

    arms:SetPrimaryPartCFrame(cam.CFrame * CFrame.new(0,-1.5,0))

end)

arms.Parent = cam
1
please help imaz0mbie 1 — 2y
0
idk xxaxxaz 42 — 2y
0
like if i have my tool in hand imaz0mbie 1 — 2y

Answer this question