How do I weld a cloned model's part to the character?
01 | local player = game.Players.LocalPlayer |
02 | local character = player.CharacterAdded:Wait() |
04 | local haha = game.ReplicatedStorage.saberlight:Clone() |
08 | haha.Parent = game.Workspace |
10 | local welderlol = Instance.new( "WeldConstraint" ) |
11 | welderlol.Part 0 = n.RightHand |
12 | welderlol.Part 1 = haha.Union |
heylo gaemers this code is meant to first clone a stored model, and then parent it to workspace every time a player joins. I already messed that part up. And then it's supposed to create a new weldconstraint to from one part of the model to the players right hand. Could I just use tools? yes and I do have a tool if all else fails. Do I want to? hell no, this is a very lenient challenge. Please correct and clean up my script or else I will cry to mommy.