Issue I am having is that when the value is not Honda or Jeep or BMW it still prints the value and warn(“Cars”).
game.ReplicatedStorage.RemoteEvent.OnServerEvent:Connect(function(plr)
local val = game.Workspace.Value
if val.Value == "Honda" or "Jeep" or "Bmw" then
print(val.Value)
warn("Cars")