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 3 years ago

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

here is script

01local player = game.Players.LocalPlayer
02 
03local char = script.Parent
04 
05local cam = workspace.Camera
06 
07local run = game:GetService("RunService")
08 
09local arms = game.ReplicatedFirst.Arms:Clone()
10 
11run.RenderStepped:Connect(function()
12 
13    arms:SetPrimaryPartCFrame(cam.CFrame * CFrame.new(0,-1.5,0))
14 
15end)
16 
17arms.Parent = cam
1
please help imaz0mbie 1 — 3y
0
idk xxaxxaz 42 — 3y
0
like if i have my tool in hand imaz0mbie 1 — 3y

Answer this question