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

R6 Arms for R15 gun but R6 arms only show on your camera?

Asked by
exarlus 72
6 years ago

Basically i want to make a R15 Guns with R6 arms when you go in first person view but i dont want the arms to be seen by other players. How would i do this?

0
Wow, well this one is certainly gonna take me a lot of researching and experimenting. I will try to make your question more noticable. Until then, I will see what I can do LeaderAssassinNinja 69 — 6y
0
Okay thanks. exarlus 72 — 6y
0
You can parent the arms to the player's currentcamera, which will make it so that only the player is able to view them, not anyone else. DevNetx 250 — 6y
0
You could do the above and then weld the R6 arms to one of the segments of the R15 arms. I'm not entirely sure if this will work well or work at all. Whoami102 21 — 6y
0
local transparncy LegosAreGood05 -2 — 6y

1 answer

Log in to vote
0
Answered by
NubgIe 15
6 years ago

To set the R6 arm cframe, just use CFrame.new(Shoulder, Hand) Just make the arms on the client side. If your game isn't filtering enabled, then I don't see why you're trying to make a game.

If the fake R6 arms are descendants of the character, then you'll have to set the local transparency and transparency to 0. Not sure if you have to loop this, for my fake arms I currently am but now that I think about it, you probably don't have to.

Ad

Answer this question