Hey there! I am making a new script that adds one of my models to a tool that does a task. that task isn't important in this situation but here is what I don't know. I need a Position, but for a model with several Parts. I have no idea how to do this. Here is the script:
Tool.Activated:connect(function() SlashAnimLoaded:Play() --pay no attention to this local assetId = 247223147 Asset = game:GetService("InsertService"):LoadAsset(assetId) Asset.Parent = Tool Asset.--I don't know what to put here = Tool.Parent.Torso end)
Thanks! ~Minikitkat