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!
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)
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