-
What do you want to achieve? i want to clone the prompt into the part
-
What is the issue? the prompt is a descendant of the part, but it doesnt pop up
-
What solutions have you tried so far? no idea
function bringToSlot(slot, part)
local prompt = serverStorage:FindFirstChild('proximityPrompts').scanItem:Clone()
part:FindFirstChild('bring2slot'):Destroy()
part.Anchored= true
part.CFrame= slot.CFrame
prompt.Parent = part
currentItems = currentItems-1
end