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
game:GetService("InsertService"):LoadAsset(raw asset id):GetChildren()[1].Parent = Character instance
raw id means no "rbxassetid://" stuff, just the numbers
~Flub
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