When i clone the prompt it doesnt show up

  1. What do you want to achieve? i want to clone the prompt into the part

  2. What is the issue? the prompt is a descendant of the part, but it doesnt pop up

  3. 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

nvm the prompt is just blocked by the part

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.