My issue is in the video, can someone help me?
if itemToAppear:HasTag("Dropper") then
while task.wait(waitToDrop) do
warn("Falling!")
local dropperPart: BasePart = game.ServerStorage.DropperPart
local clonedOne = dropperPart:Clone()
clonedOne.Parent = workspace
clonedOne.CFrame = itemToAppear.DropperPart.CFrame - Vector3.new(0, 2, 0) --Issued line
end
end
--(itemToAppear.DropperPart is inside the dropper that you can see just after the dropper purchased, the third one comes down)
--The whole base and I are going to below the baseplate