i have this script but i want to make it so after the wait(2) the part will get destroyed but i dont know how because i dont have the part as variable.
heres the script: local Prompt = script.Parent
Prompt.Triggered:Connect(function()
h = Instance.new("Message")
h.Parent = game.Workspace
while true do
h.Text = "Interacted!"
wait(2)
end
end)
** You are now Level 5! **