Try to change Attachment0, Attachment1, IsBidirectional, or Label
Expected Behavior
Properties Attachment0, Attachment1, IsBidirectional, and Label should change when I click on them and I interact with them.
Actual Behavior
When I try to set them, it’s not working. It won’t do anything.
Workaround
None
Issue Area: Studio Issue Type: Other Impact: Very High Frequency: Constant Date First Experienced: 2022-6-2 00:11:00 (+01:00) Date Last Experienced: 2022-6-2 00:12:00 (+01:00)
I need some help. Every time I insert a part into studio, I get an error that says, “Pathfinding link functionality is not enabled.” Could you please help me?
i mean, maybe read the error message. It says “Pathfinding link functionality is not enabled.” because it’s not out yet. wait a few months/weeks and it’ll be out
You can use this to remove all PathFindingLinks from your game:
for _, object in ipairs(game:GetDescendants()) do
if object:IsA("PathfindingLink") then
object:Destroy()
end
end
@watIsInTheName If people are not yet meant to use these objects, please have your team disable them from being inserted via the quick insert menu. This is a poor user experience.
i dont think i do since im making guns and not npcs currently. Its not even issues with pathfinding, i am having issues with dragging parts in my workspace. I still get that same error for some reason.
Here is the error I have been experiencing. I have looked, and I was unable to find any pathfinding links. It only occurs when I insert a part into studio, but it happens every time.