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

How to fix an accessory position ?

Asked by 6 years ago

No script required, I hope... I have an Accessory on ServerStorage, everything is fine, a script clones it to the player, but I cannot fix the position of it... The accessory gets cloned on top of my avatar's head instead of around the head. Changing the accessory's attachmentpos/forward/right/up will delete my avatar so I have to restart the test mode on Studio... Please help me fix the position if possible, thank you !

0
You need to use the function in the humanoid to add the accessory. Cloning it into the players model will not work correctly. User#5423 17 — 6y
0
well, I got it on my avatar, but I'll see what I can do in the Humanoid LordTechet 53 — 6y
0
Now, how do I make the Humanoid:AddAccessory() work ? How do I insert the id to the () marks ? is it with rbxassetid:// or "" ? LordTechet 53 — 6y
0
it requiores the accessory which is to be added as a paramater. User#5423 17 — 6y
View all comments (3 more)
0
Example, please ? LordTechet 53 — 6y
0
game.Workspace.Character.Humanoid:AddAccessory(game:GetService("ServerStorage").Accessory) It needs the instance. Where ever you placed it you get it. User#19524 175 — 6y
0
I found a position in the 'Handle', changed the Y-axis to -0.2 and I got the accessory on the perfect spot LordTechet 53 — 6y

Answer this question