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

R15 FPS with guns that have R6 arms?

Asked by
exarlus 72
6 years ago

I basically want to make a r15 gun but when you go in first person it has r6 arms. I already did that but how would I make the r6 arms only visible to the player that equips the gun. I have tried the current camera trick and it didn't work even with FE enabled. (Btw the arms are not inserted by a script they are parts.)

0
... Okay you need to clone the r6 arms in a local script, then set those r6 arms into the current camera... Mr_MilkysButler 47 — 6y
0
Can you explain this with a script? Im not really requesting cause i can figure this out myself its just that i have tried current camera tons of times. exarlus 72 — 6y
0
can you show whats happening rileypooker -6 — 6y
0
Basically I tried putting the arms in the current camera before with FE enabled and it didn't work. Now what milky said is i need to clone the arms in a local script then put them in the current camera. exarlus 72 — 6y
0
Heres what i came up with and it still doesen't work local part = game.StarterPack.Tool.Handle:Clone() part.Parent = game.StarterPack.CurrentCamera exarlus 72 — 6y

Answer this question