I am making a simple pickup and drop system. And i’m trying to make my drop proximity only be enabled for the person who picked up the box. But the drop proximity does not want to be enabled.
ServerScript:
pickupEvent:FireClient(player, DropBoxProximity, true)
LocalScript:
pickupEvent.OnClientEvent:Connect(function(Prompt,Value)
Prompt.Enabled = Value
end)