So im making a game were you play as dogs, and you can choose wich one you play as.
Players also have the option to equip hats to customize your character.
Try to move the animal’s head in the direction you want based on where you want it. (before you do this make a duplicate of them just incase it doesn’t work.)
Is there a way to make the hats align properly with the head of other characters?
Here is the code I have so far
I have not added the player animation code, but I am pretty sure that it is not the issue,
PlayerGui = game.Players.LocalPlayer:WaitForChild(“PlayerGui”)
–HAT
local hat = Instance.new(“Model”)
hat.Parent = PlayerGui
hat.Name = “Hat”