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

How to connect ears to my character using weld?

Asked by 4 years ago

I tried to weld but it doesnt work. When I start the game the ears just pop off and fall. Please help I dont know how to weld properly.

0
Are you using welds or weld constraints? And are the ears welded to something like the head? flamethower2002 50 — 4y
0
Yes the ears and my head are welded together with a weld plugin. RebornedSnoop 175 — 4y

1 answer

Log in to vote
1
Answered by 4 years ago
Edited 4 years ago

you always have the option of using a weld plugin: https://www.roblox.com/library/148570182/Weld-Plugin in this one just use ctrl + click to select two parts. Or you could use a script like this: https://www.roblox.com/library/181259635/qPerfectionWeld-Perfect-welding-for-EVERY-situat although the script would need to be changed depending on your intentions.

--Edit-- Use this article it should help a bit! https://developer.roblox.com/en-us/api-reference/function/Humanoid/AddAccessory

0
The plugin doesnt work on startercharacters tho RebornedSnoop 175 — 4y
0
try putting something in server storage and using a script like game.Players.LocalPlayer.Character.Humanoid:AddAccessory(game.ServerStorage.AngelWings) Darksniper600 104 — 4y
0
I tried this local Attach = game.ServerStorage.Ears local ears = game.StarterPlayer.StarterCharacter.Humanoid:AddAccessory(Attach) RebornedSnoop 175 — 4y
0
It still doesnt work tho and the error it gives me is " AddAccessory should be passed a valid Accessory object." RebornedSnoop 175 — 4y
Ad

Answer this question