I Think Roblox Studio Is Bugging for me How is a Tool being Seen as a Model

Some how my tool is being seen/classified as a model While using the item:IsA(“Model”)
and you can see in the workspace.DroppedItems that, that Small Bag is a Tool, but for some reason the script returns when I do item:IsA(“Model”) Is this a Bug?, The tag “Interactable” is on the tool itself, I add the item into the game using a Script called “Quick Stuff”. and that says its a Tool as well.

There are no other things in the folder DroppableItems But SmallBag

1 Like

Some instances in roblox studio are part of multiple types such as a NumberValue which is also part of BaseValue. Just use :IsA("Tool").

If you just want a few objects to be detected use the CollectionService or use attributes (attributes may be easier).

1 Like
1 Like

Damn simple, thought i was tweaking

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