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

Accessories not with Head rotating! How to make it please?

Asked by 2 years ago

Hello i am new here in scriptinghelpers.org, however i need a help of how to attach accessories (Twitter Bird, Wings, Sun Glasses) to Head when Rotating. Here's a screenshot

file:///C:/Users/Tihomir/Videos/Rotating%20Head%20Problem.png

Before you ask, yes i parented it with "Head" but it is not where it is supposed to be in a place

As simple and best clear question i have asked. So anyway is there any way?

To anyone who wonders: I am making roblox animations. ask if you want my channel (newest video) and i edit (put) in this Article!

I before used Load Character Lite by AlreadyPro which is there a more details you need to move, rotate etc! So that's why i simple now use Avatar Importer by Cytronyx (nothing problem with Arms!)

And warning do not use Asset Importer by Cytronyx, it is in a develop and stuck GUI! :D Well yeah i guess, i mean you can use itt but the next day the GUI will be removed after you've have done uninstalled plugin!

Anyway anyone please help me as it depends on my videos??

Consequences: If this is only for a roblox scriptings only, then where to post questions then since Roblox Forum went on down!

0
Well, did you used Humanoid:AddAccessory() ? SuperPuiu 497 — 2y
0
No, i haven't tried it. I actually do not know how to do it, the character has "Humanoid", do i need a Script for that?? Please help me SuperPuiu i would love to help you!!!!!! roblox8881215 17 — 2y

2 answers

Log in to vote
0
Answered by
SuperPuiu 497 Moderation Voter
2 years ago

You should try Humanoid:AddAccessory(). Here's an example:

game.Players.PlayerAdded:Connect(function(plyr)
plyr.CharacterAdded:Connect(function(char)

char.Humanoid:AddAccessory(game.Workspace.Accessory)

end)
end)
0
I'm on phone rn ao the code might not work SuperPuiu 497 — 2y
0
So i used "Script" and post it on <NPC's name here> in "Explorer" and it does not work! I also thought every script will work in game when it started, but hey ignore this sentence! Please please help me by somehow! roblox8881215 17 — 2y
0
Put the script in server script service and then it will work SuperPuiu 497 — 2y
0
D: roblox8881215 17 — 2y
View all comments (4 more)
0
As roblox8881215 17 — 2y
0
As you have told i copied and pasted it the "Script" in "ServerScriptService" of the following code:1 game.Players.PlayerAdded:Connect(function(plyr) 2 plyr.CharacterAdded:Connect(function(char) 3 4 char.Humanoid:AddAccessory(game.Workspace.Accessory) 5 6 end) 7 end) (no typed numbers) and it does not work, yes i meant it all NPC, like how they animate the roblox slow motinos then?? roblox8881215 17 — 2y
0
It is an example, not a copy paste SuperPuiu 497 — 2y
0
Oh, are you trying to make me knowing scriptings? Well i do not, and if it is an example, i tried that also Humanoid, so it does not work, please help meeeeee?? You have the fast method: Upload your video on YouTube Humanoid:GetAccessories() and you will be so famous and what do you mean by putting it scripts like you wanna test me, what do you mean is everything roblox8881215 17 — 2y
Ad
Log in to vote
0
Answered by 2 years ago

SOLUTION: Just place accessories to Head in "Explorer" and when it misplaces, just adjust it by selecting where did you put to Head in "Explorer". Thanks i hope it helped!

Found out myself putting the NPC!! :D :D

Answer this question