of     1   

TimothyE33
#224385806Tuesday, August 29, 2017 11:11 AM GMT

Hey, I need a script that is pretty simple; The script just needs to add a hat (ID) to a person defined in the script Pretty simple, but I need help. Any help would be appriciated. -Timothy
LeafDoode
#224385836Tuesday, August 29, 2017 11:13 AM GMT

Use InsertService or the Humanoid Function "AddAccessory()"
TimothyE33
#224385985Tuesday, August 29, 2017 11:23 AM GMT

Help please.
Flubberlutsch
#224386043Tuesday, August 29, 2017 11:26 AM GMT

game:GetService("InsertService"):LoadAsset(raw asset id):GetChildren()[1].Parent = Character instance raw id means no "rbxassetid://" stuff, just the numbers ~Flub
TimothyE33
#224386236Tuesday, August 29, 2017 11:36 AM GMT

Thanks Flub. How do I change the character recieving the hat?
Flubberlutsch
#224386361Tuesday, August 29, 2017 11:43 AM GMT

Well, you simply put the character instance at the end of the line... This could e.g. be game.Players.TimothoyE33.Character, or in case you use an event with a given player (E.g. remote event) just yourplayervariable.Character, etc
TimothyE33
#224386399Tuesday, August 29, 2017 11:45 AM GMT

Thanks!

    of     1