Hello, I have a ANPR / ALPR System but it doesn’t detect the plate, It Finds all other Parts.
local part = script.Parent
local plrs = game:GetService("Players")
part.Touched:Connect(function(otherPart)
print(otherPart.Name)
if otherPart.Name == "FrontPlate" then
print("Pedo Pete")
print(otherPart.SGUI.Identifier.Text)
script.Parent.Parent.Info.Reg = otherPart.SGUI.Identifier.Text
else
print("Poo Eater")
end
end)
Idk Why The Properties are all the same