I’ve looked for other topics about this, but couldn’t seem to find any.
I don’t have much scripting knowledge, so I’m gonna need a bit of help for this.
So, I’m making a game like Mortem Metallum. I got a basis class select GUI and such, but I have an issue. I need to make it so when the player selects the class, they automatically equip the tool, without having a way of unequipping it. I need the tool to stay permanently in the players hand, but still allow them to use it, and for it to disappear upon death.
Now, I know a script for making the backpack disappear, but I’m unsure where to put it, and I would need help for any other script that you could provide. I’m not asking for a script, I’m just looking for the base part, which I can modify to fit what I need.
TL;DR:
I’m trying to find a way to make a tool permanently stay in a players hand without them being able to unequip it, while still being able to:
Use it
Damage other players with it
Animate it
Loose it upon death
Not looking for scripts, just a base script to build off of.
I’m not a good scripter and barely know anything about it.
So, I should add this script to one of the tool select GUIs, then I have to weld the tool to the character? Sorry, this is pretty confusing to me cause I’m more of a modeler.
Also remember to weld it properly to position it. It should be the same as the rig you used to animate it of the motor6D s C0 and C1 properties. There are other scripting support post on properly welding a part to the hand.
So I had a change of plans, and decided to make a custom backpack instead of removing it
Thanks for the help though, I’ll be sure to come back to this if I ever need it.