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

Need help inserting a model and then making it teleport. How do I make it happen? [closed]

Asked by 4 years ago

Hello! I am trying to make a plane insert and then teleport the plane to me when I click a button in a GUI. How do I make that work?

local assetId = _____

script.Parent.MouseClick1Down:Connect(function()
game:GetService("InsertService"):LoadAsset(assetId).Parent = game.Workspace

Closed as Not Constructive by User#6546

This question has been closed because it is not constructive to others or the asker. Most commonly, questions that are requests with no attempt from the asker to solve their problem will fall into this category.

Why was this question closed?