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

Script to weld a part to arm?(Please help)

Asked by 10 years ago

I want a script that when in build mode then I enable the script a part is welding to my arm so it has a part and the arm fused kind of look?

1 answer

Log in to vote
1
Answered by 10 years ago

This is not a request site. I'll give one hint. Only one chunk i'll give

game.Players.PlayerAdded:connect(function(plr)
plr.CharacterAdded:connect(function(char)
local cloned = script:Clone()
cloned.Parent = char.Right Arm
Ad

Answer this question