Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Player help and any QUI tips?

Asked by 10 years ago

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.

1 answer

Log in to vote
-1
Answered by 10 years ago

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)

Ad

Answer this question