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

Is there a way to make a Position for a model?

Asked by 9 years ago

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

0
Do you want to change the model's position or get the model's position? Perci1 4988 — 9y
0
Have you tried the CFrame? woodengop 1134 — 9y
0
This is strange. The answer I accepted got deleted? minikitkat 687 — 9y

1 answer

Log in to vote
-2
Answered by
xuefei123 214 Moderation Voter
9 years ago

Wouldnt you not ****clone it from somewhere?

Ad

Answer this question