I've been trying to find an answer for this for some time now, but failed. I've made a backpack that i would like players to wear when they enter my game. Is there any way i can make that possible?
And can someone give me some tips on QUIs? I would like to make the backpack useful.
What you can do is get a PlayerEntered event to do this. I'm not that good at scripting so I can't really provide an accurate representation of it and some terms might be wrong, but I'll give you a rough idea of how it will work.
function addbackpack() --I'm pretty sure you can scrounge armor givers or morphs for this function (again I'm not adept in scripting)
OnPlayerEntered(function() addbackpack() --this will weld the backpack model to the player end)