kieldrewz18
(MarcosHighway761)
February 3, 2023, 10:31am
#1
Copy this code:
while wait() do
for i,v in pairs(workspace:GetChildren()) do
if v:IsA(“Model”) and v.Name == “ToolboxTemporaryInsertModel” then
v:Destroy()
print(“yeah! take that!”) – change to any text you want
end
end
end
And paste this into the command bar.
3 Likes
kieldrewz18:
for i
okay but why please?
its seems somehow not needed.
1 Like
PosFind
(dev)
February 3, 2023, 10:58am
#3
I think #resources:community-tutorials would fit better.
This whole code could be replaced with this one line:
workspace:FindFirstChild("ToolboxTemporaryInsertModel"):Destroy()
because it only appears once, and there are no duplicates of it.
2 Likes
CodeBoomy
(Miles)
February 3, 2023, 1:30pm
#4
The “ToolboxTemporaryInsertModel” Also Happens To Me
1 Like
PosFind
(dev)
February 3, 2023, 1:31pm
#5
This is a known bug; occasionally when something is inserted from the toolbox, this model appears in the workspace.
1 Like
Dede_4242
(Dede_4242)
February 9, 2023, 11:39pm
#6
What does this model look like?
PosFind
(dev)
February 10, 2023, 11:28am
#7
An empty model named ‘ToolboxTemporaryInsertModel’.
2 Likes
kieldrewz18
(MarcosHighway761)
July 29, 2023, 12:23pm
#8
I used ‘for i’ to count the ‘ToolboxTemporaryInsertModel’ to delete it.
it automatically deletes it when I used ‘for i’.
‘for i’ is used for counting something or idk.
You shouldn’t need to do this at all, apparently there has been a bug filed about this issue and it has been fixed multiple times.
Hi everyone.
Another fix has been made. please close and reopen studio. This issue has been tracked internally and we are working on a long term fix. Our apologies for the difficulties that has caused.
Roblox Staff,
kieldrewz18
(MarcosHighway761)
February 26, 2024, 1:59pm
#10
thanks for the suggestions, the bug is already fixed